@charset "utf-8";
/* CSS Document */

/*  ------------------------------------------------------ lower common */
/* lower-kv */
.lower-kv{
  position: relative;
  padding-top: 24.35%;
  max-height: 409px;
  min-height: 390px;
  overflow: hidden;
  background: url(/assets/images/common_mv.jpg) no-repeat center / cover;
}

.lower-kv-title h1{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 48px 40px 0 40px;
  margin-left: 40px;
  width: 64.2%;
  max-width: 642px;
  background: var(--color-white);
  font-size: 36px;
  line-height: 1.4;
  color: var(--color-light_black);
  font-weight: var(--font-medium);
  letter-spacing: 0.06em;
  z-index: 2;
}

.lower-kv-title h1 span:not(.ilB){
  display: block;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: var(--font-semi-bold);
  color: var(--color-gray);
  line-height: 1.2;
  margin-bottom: 8px;
  padding-left: 16px;
  letter-spacing: 0.04em;
}

.lower-kv-title h1 span:not(.ilB):before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-orange);
}

.lower-kv_noTtl .lower-kv-title h1 {
  position: relative;
  padding: 48px 0 24px;
}

@media screen and (min-width:1280px) {
  .lower-kv_noTtl .lower-kv-title h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.lower-kv-title .bg-txt{
  position: absolute;
  bottom: max(-1.43vw,-24px);
  left: max(-1.43vw,-24px);
  z-index: 1;
}

/* mv */
.about .lower-kv{
  background: url(/assets/images/about/about_mv.jpg) no-repeat center center / cover;
}

.about .bg-txt{
  width: min(42.44vw,713px);
}

.works .lower-kv{
  background: url(/assets/images/works/works_mv.jpg) no-repeat center center / cover;
}

.works .bg-txt{
  width: min(48.93vw,822px);
}

.requirements .lower-kv{
  background: url(/assets/images/recruit/requirements/requirements_mv.jpg) no-repeat center center / cover;
}

.environment .lower-kv{
  background: url(/assets/images/recruit/environment/environment_mv.jpg) no-repeat center center / cover;
}

.interview-index_page .lower-kv,
.interview .lower-kv{
  background: url(/assets/images/recruit/interview/interview_mv.jpg) no-repeat center center / cover;
}

.recruit_page .bg-txt{
  width: min(34.23vw,575px);
}

.johoku-line .lower-kv{
  background: url(/assets/images/johoku-line/johoku-line_mv.jpg) no-repeat center center / cover;
}

.johoku-line_page .bg-txt{
  width: min(55.48vw,932px);
}

/* lower-breadcrumb */
.lower-breadcrumb{
  max-width: calc(1600px + var(--margin-side) * 2);
  margin: 0 auto;
  padding: 16px var(--margin-side);
}

.lower-breadcrumb ul{
  display: flex;
  align-items: center;
}

.lower-breadcrumb li,
.lower-breadcrumb li a{
  font-size: 14px;
  line-height: 1.2;
}

.lower-breadcrumb li a{
  display: block;
  text-decoration: underline;
  transition: color var(--ease-base);
}

.lower-breadcrumb li a:hover{
  color: var(--color-orange);
  text-decoration: none;
}

.lower-breadcrumb li:first-child a{
  position: relative;
  padding-left: 22px;
}

.lower-breadcrumb li:first-child a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 15px;
  background: url(/assets/images/home-icon.svg) no-repeat center center / contain;
}

.lower-breadcrumb li:nth-child(n+2){
  position: relative;
  margin-left: 24px;
}

.lower-breadcrumb li:nth-child(n+2):before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid var(--color-gray);
  border-right: 2px solid var(--color-gray);
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* lower-copy */
.lower-copy{
  margin-top: 32px;
}

.lower-copy h2{
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: var(--font-semi-bold);
  text-align: center;
}

.lower-copy p{
  text-align: center;
  line-height: 2;
  margin-top: 40px;
}

/* lower-dot-ttl */
.lower-dot-ttl{
  text-align: center;
}

.lower-section .lower-dot-ttl{
  margin-bottom: 56px;
}

.lower-dot-ttl > span{
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: var(--color-light_black);
  line-height: 1;
  padding-left: 14px;
}

.lower-dot-ttl > span:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--color-orange);
  border-radius: 50%;
}

.lower-section {
  margin-top: 160px;
}

.first-section {
  margin-top: 48px;
}

/* dl-table */
.dl-table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-border-gray);
}

.dl-table dt {
  width: 240px;
  padding: 1em 0;
  border-bottom: 1px solid var(--color-border-gray);
}

.dl-table dd {
  width: calc(100% - 240px);
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid var(--color-border-gray);
}
.dl-table dd > :first-child {
  margin-top: 0;
}

.dl-table dd h3 {
  margin-bottom: .5em;
  font-weight: var(--font-bold);
  font-size: 1.15em;
}
.dl-table dd h3:not(:first-child) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border-gray);
}

.dl-table dd ul li + li {
  margin-top: .75em;
}

ul.indent {
  margin-top: 1em;
}

ul.indent li {
  margin-left: 1em;
  text-indent: -1em;
}

/* post_style-box */
.post_style-box h3,
.timetable .tab_panel h3 {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  margin: 1.25em 0 .75em;
  font-weight: var(--font-bold);
  font-size: 1.25em;
}

.post_style-box h3::before,
.timetable .tab_panel h3::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  top: .7em;
  left: 0;
  background-color: var(--color-orange);
}

.post_style-box p {
  margin-top: 1em;
  line-height: 2;
}

.post_style-box ul,
.post_style-box ol,
.post_style-box dl,
.post_style-box table {
  margin-top: 1.5em;
}

.post_style-box ul li:not(:first-child),
.post_style-box ol li:not(:first-child),
.post_style-box dl dt,
.post_style-box dl:not(.dl-table) dd,
.goods .goods-detail .linkList li {
  line-height: 1.5;
  margin-top: .5em;
}

.post_style-box ul li,
.goods .goods-detail .linkList li {
  position: relative;
  padding-left: 16px;
}

.post_style-box ul li::before,
.goods .goods-detail .linkList li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: calc(.8em - 3px);
  left: 0;
  background-color: var(--color-orange);
}

.post_style-box ol {
  counter-reset: olNum 0;
}

.post_style-box ol li {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.5em;
}

.post_style-box ol li::before {
  counter-increment: olNum 1;
  content: counter(olNum) ".";
  color: var(--color-orange);
  text-align: right;
}

.post_style-box table th,
.post_style-box table td {
  line-height: 1.4;
  padding: 1em;
  border: 1px solid var(--color-border-gray);
}
.post_style-box table th {
  background-color: var(--color-bg2-gray);
  font-weight: bold;
}

.post_style-box blockquote {
  position: relative;
  line-height: 2;
  margin-top: 1.5em;
  padding: 32px;
  background-color: var(--color-bg1-gray);
}
.post_style-box blockquote:before {
  content: '“';
  position: absolute;
  left: 12px;
  top: -32px;
  font-size: 64px;
  color: var(--color-border-gray);
}
.post_style-box blockquote:after {
  content: '”';
  position: absolute;
  right: 12px;
  bottom: -50px;
  font-size: 64px;
  color: var(--color-border-gray);
}

.post-detail .movieBox {
  margin: 2em auto 0;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
}
.post-detail .movieBox iframe {
  width: 100%;
  height: 100%;
}

.post_style-box a {
  text-decoration: underline;
  transition: color var(--ease-base);
}

.post_style-box a:hover {
  color: var(--color-orange);
  text-decoration: none;
}

a.btn-orange,
a.btn-white {
  position: relative;
  display: block;
  max-width: 320px;
  margin: 16px auto 0;
  padding: 12px 40px;
  font-size: 20px;
  line-height: 2;
  font-weight: var(--font-bold);
  background: var(--color-orange);
  border-radius: 50px;
  text-align: center;
  transition: all var(--ease-base);
  color: var(--color-white);
}

a.btn-orange:before,
a.btn-white:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  box-sizing: border-box;
}

a.btn-orange:hover{
  background: var(--color-hover-orange);
}

a.btn-white{
  margin: 0 auto;
  max-width: 240px;
  padding: 6px 40px;
  font-size: 16px;
  color: var(--color-black);
  background: var(--color-white);
  border: 2px solid var(--color-white);
}

a.btn-white:before{
  right: 16px;
  border-top: 2px solid var(--color-orange);
  border-right: 2px solid var(--color-orange);
}

a.btn-white:hover{
  color: var(--color-white);
  background: none;
}

a.zoom-btn {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 38px;
  border: 1px solid var(--color-border-gray);
  border-radius: 20px;
  background: url(../images/zoom-icon.svg) center right 12px no-repeat var(--color-white);
  text-align: center;
  font-size: 14px;
  transition: all var(--ease-base);
}
a.pdf-btn {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 40px;
  line-height: 38px;
  border: 1px solid var(--color-border-gray);
  border-radius: 20px;
  background: url(../images/dl-icon.svg) center right 12px no-repeat var(--color-white);
  text-align: center;
  font-size: 14px;
  transition: all var(--ease-base);
}
a.zoom-btn:hover,
a.pdf-btn:hover {
  box-shadow: var(--drop-shadow);
}


/* SP版 */
@media screen and (max-width:767px) {
  .lower-kv-title h1{
    width: calc(100% - 40px);
    padding: 24px 16px 0 16px;
    max-width: none;
    font-size: 28px;
  }
  .lower-kv-title h1 span:not(.ilB){
    font-size: 12px;
  }
  .lower-kv_noTtl .lower-kv-title h1 {
    padding: 32px 0 0;
    margin-left: 16px;
  }
  .lower-kv-title .bg-txt {
    top: 0;
    bottom: auto;
    left: max(-1.54vw, -6px);
  }

  .lower-copy{
    margin-top: 48px;
  }

  .lower-copy h2{
    font-size: 24px;
  }

  .lower-copy p{
    margin-top: 24px;
    font-size: 14px;
  }

  .lower-section .lower-dot-ttl{
    margin-bottom: 32px;
  }

  .lower-dot-ttl > span{
    font-size: 24px;
  }

  /* mv */
  .about .bg-txt{
    width: min(92.05vw,359px);
  }

  .works .bg-txt{
    width: min(105.38vw,411px);
  }

  .recruit_page .bg-txt{
    width: min(73.85vw,288px);
  }

  .johoku-line_page .bg-txt{
    width: min(73.08vw,285px);
  }

  .johoku-line .lower-kv{
    background: url(/assets/images/johoku-line/johoku-line_mv_sp.jpg) no-repeat center center / cover;
  }

  .news .bg-txt{
    width: min(58.46vw,228px);
  }

  .document .bg-txt{
    width: min(92.05vw,426px);
  }

  .lower-section {
    margin-top: 80px;
  }

  .first-section {
    margin-top: 48px;
  }

  /* dl-table */
  .dl-table dt {
    width: 88px;
    font-size: 12px;
  }

  .dl-table dd {
    width: calc(100% - 88px);
    font-size: 14px;
  }

  .post_style-box table th,
  .post_style-box table td {
    padding: .5em;
  }

  .post_style-box blockquote {
    padding: 24px 16px;
  }

  a.zoom-btn {
    width: 110px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
  a.pdf-btn {
    width: 160px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }


}

@media screen and (max-width:389px) {
  .lower-kv{
    padding-top: 100%;
    min-height: auto;
  }
}


/*  ------------------------------------------------------ lower modal */
.mfp-bg{
  opacity: 0;
  transition: opacity .6s;
}
.mfp-bg.mfp-ready{
  opacity: 0.6;
}
.mfp-bg.mfp-removing{
  opacity: 0;
}
.mfp-wrap .mfp-content{
  opacity: 0;
  transition: all .6s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-close-btn-in .mfp-close{
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 1;
  right: 16px;
  opacity: 1;
  color: #fff;
  background-color: var(--color-orange);
  border-radius: 50px;
  transition: all var(--ease-base);
}
.mfp-close-btn-in .mfp-close:hover{
  background: var(--color-hover-orange);
}
.mfp-container {
  padding-left: 0;
  padding-right: 0;
}


/*  ------------------------------------------------------ about */
.about .about-message{
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}

.about .about-message::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67.86%;
  height: calc(100% - 240px);
  background: var(--color-bg1-gray);
  z-index: -1;
}

.about .about-message .first{
  display: flex;
  justify-content: space-between;
}

.about .about-message .first figure{
  width: 50%;
}

.about .about-message .first h3{
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: var(--font-semi-bold);
  width: calc(50% - 40px);
  margin-top: min(7.26vw,122px);
}

.about .about-message .first h3 br.is-pc{
  display: none;
}

.about .about-message .second{
  position: relative;
  margin: max(-4.76vw,-80px) 0 0 auto;
  width: 86.67%;
}

.about .about-message .second .txt-box{
  padding: 40px 0 0 40px;
  background: var(--color-white);
}

.about .about-message .second .txt-box p{
  line-height: 2;
}

.about .about-message .second .txt-box p + p{
  margin-top: 32px;
}
.about .about-message .second .txt-box p.name {
  text-align: right;
  font-weight: var(--font-bold);
}

.about .about-philosophy .lower-dot-ttl {
  margin-bottom: 32px;
}

.about .about-philosophy .col2-box {
  display: flex;
  gap: 40px;
}

.about .about-philosophy .col2-box .det {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
}

.about .about-philosophy .col2-box .det .card {
  flex-grow: 1;
  padding: 40px 24px;
  background-color: var(--color-bg1-gray);
  text-align: center;
}

.about .about-philosophy .col2-box .det .card p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: var(--font-bold);
}

.about .about-philosophy .col2-box .det.philosophy1 .card p span {
  width: 14em;
}

.about .about-philosophy .col2-box .det.philosophy1 .card p .indent1 {
  padding-left: 1em;
}

.about .about-philosophy .col2-box .det.philosophy1 .card p .indent2 {
  padding-left: 2em;
}

.about .about-history .history-list {
  position: relative;
  padding-bottom: 2em;
}

.about .about-history .history-list::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  top: .5em;
  bottom: 2em;
  left: 152px;
  background-color: var(--color-border-gray);
}
.about .about-history .history-list::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  bottom: 0;
  height: 2em;
  left: 152px;
  border-left: 1px dashed var(--color-border-gray);
}

.about .about-history .history-list li {
  position: relative;
  display: flex;
  gap: 24px;
}
.about .about-history .history-list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: calc(1em - 4px);
  left: 148px;
  background-color: var(--color-orange);
}

.about .about-history .history-list li + li {
  margin-top: 32px;
}

.about .about-history .history-list li.noYear {
  margin-top: 16px;
  padding-left: 80px;
}

.about .about-history .history-list li .year {
  width: 56px;
  font-size: 24px;
  font-weight: var(--font-bold);
}

.about .about-history .history-list li .day {
  width: 48px;
  margin-right: 24px;
  padding-top: .125em;
  text-align: right;
  font-size: 20px;
  font-weight: var(--font-bold);
}

.about .about-history .history-list li p {
  padding-top: .25em;
}


/* SP版 */
@media screen and (max-width:1023px) {
    .about .about-philosophy .col2-box {
    flex-direction: column;
    gap: 80px;
  }

  .about .about-philosophy .col2-box .det {
    width: 100%;
  }

  .about .about-philosophy .col2-box .det .card {
    padding: 32px 16px;
  }

  .about .about-philosophy .col2-box .det .card p {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  .about .about-message {
    margin-top: 40px;
    padding-top: 40px;
  }

  .about .about-message::before {
    width: 73.08%;
    height: calc(100% - 248px);
  }

  .about .about-message .first {
    flex-direction: column;
  }

  .about .about-message .first figure {
    width: calc(100% + 16px);
    margin-left: -16px;
  }

  .about .about-message .first h3 {
    width: 100%;
    margin-top: 16px;
    font-size: 20px;
  }

  .about .about-message .second {
    margin-top: 16px;
    width: 100%;
  }

  .about .about-message .second .txt-box {
    padding: 16px 0 0 16px;
  }

  .about .about-message .second .txt-box p {
    font-size: 14px;
  }

  .about .about-message .second .txt-box p + p {
    margin-top: 16px;
  }

  .about .about-history .history-list::before,
  .about .about-history .history-list::after {
    left: 100px;
  }

  .about .about-history .history-list li {
    gap: 8px;
  }
  .about .about-history .history-list li::before {
    left: 96px;
  }

  .about .about-history .history-list li + li {
    margin-top: 16px;
  }

  .about .about-history .history-list li.noYear {
    margin-top: 12px;
    padding-left: 56px;
  }

  .about .about-history .history-list li .year {
    width: 48px;
    font-size: 20px;
  }

  .about .about-history .history-list li .day {
    width: 32px;
    margin-right: 16px;
    font-size: 16px;
  }
  .about .about-history .history-list li p {
    flex: 1;
    font-size: 14px;
  }
}



/*  ------------------------------------------------------ works */
.works-contents{
  margin-top: 80px;
}

.works .works-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 75px 0;
}

.works .works-list li{
  width: calc((100% - 80px) / 2);
}

.works .works-list figure{
  position: relative;
}

.works .works-list figure figcaption > span{
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
  font-weight: var(--font-semi-bold);
  position: absolute;
  top: 0;
  right: -110px;
  background: var(--color-white);
  padding: 8px 0 8px 4px;
  min-width: 93px;
  transform-origin: left top;
  transform: rotate(90deg);
}

.works .works-list figure figcaption h3{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 24px;
  padding: 16px 24px 0 4px;
  font-weight: var(--font-bold);
  background: var(--color-white);
  letter-spacing: 0;
}

.works .works-list figure figcaption h3 .staff-txt{
  font-size: 16px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
}

.works .works-list p{
  margin: 24px 0;
  line-height: 2;
}

/* PC版調整 */
@media screen and (max-width: 1120px) {
  .works .works-list{
    gap: 64px 0;
  }
  .works .works-list li{
    width: calc((100% - 48px) / 2);
  }
  .works .works-list figure figcaption h3{
    font-size: 2.14vw;
    padding: 1.43vw 2.14vw 0 0.36vw;
  }
  .works .works-list figure figcaption h3 .staff-txt{
    font-size: 1.43vw;
  }
}

/* SP版 */
@media screen and (max-width:767px) {
  .works-contents{
    margin-top: 40px;
  }
  .works .works-list{
    gap: 27px 0;
  }
  .works .works-list li {
    width: 100%;
  }
  .works .works-list figure figcaption h3{
    font-size: 20px;
    padding: 8px 16px 0 4px;
  }
  .works .works-list p{
    margin: 16px 0;
    font-size: 14px;
  }
  .works .works-list figure figcaption h3 .staff-txt{
    font-size: 12px;
  }
}

@media screen and (max-width:400px) {
  .works .works-list figure figcaption h3 .staff-txt,
  .works .works-list figure figcaption h3 .contact-txt{
    display: block;
  }
}



/*  ------------------------------------------------------ recruit */
.recruit .lower-kv{
  padding-top: 0;
  max-height: none;
  min-height: auto;
}

.recruit .recruit-kv-txt{
  position: absolute;
  top: min(14.22vw,182px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}

.recruit .recruit-kv-txt .inner{
  max-width: 500px;
}

.recruit .recruit-kv-txt h2{
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: var(--font-bold);
  color: var(--color-white);
}

.recruit .recruit-kv-txt p{
  color: var(--color-white);
  font-weight: var(--font-bold);
  line-height: 2;
  margin-top: 32px;
}

.recruit .recruit-kv-slider {
  display: none;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}
.recruit .recruit-kv-slider.slick-initialized{
  display: block;
}

.recruit .recruit-kv-slider .slick-img {
  width: 100%;
  min-height: 642px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

@keyframes zoomanime {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.recruit .add-animation {
  animation: zoomanime 10.5s linear 0s normal both;
}

.recruit .recruit-news{
  padding: 48px 0 0;
}

.recruit .recruit-news .wrapper{
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
}

.recruit .recruit-news .lower-dot-ttl{
  margin-bottom: 40px;
}

.recruit .recruit-news .lower-dot-ttl span{
  line-height: 1.4;
}

.recruit .recruit-news .news-list{
  max-width: 837px;
  flex: 1;
}

.recruit .recruit-nav{
  margin-top: 80px;
}

.recruit .recruit-nav .nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit .recruit-nav li {
  width: calc((100% - 80px) / 2);
}

.recruit .recruit-nav figure {
  position: relative;
}

.recruit .recruit-nav figure figcaption > span {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
  font-weight: var(--font-semi-bold);
  position: absolute;
  top: 0;
  background: var(--color-white);
  padding: 8px 0 8px 4px;
  transform-origin: left top;
  transform: rotate(90deg);
}

.recruit .recruit-nav li:first-child figure figcaption > span {
  right: -281px;
  min-width: 264px;
}

.recruit .recruit-nav li:last-child figure figcaption > span {
  right: -122px;
  min-width: 105px;
}

.recruit .recruit-nav figure figcaption h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 24px;
  padding: 16px 24px 0 4px;
  font-weight: var(--font-bold);
  background: var(--color-white);
  letter-spacing: 0;
}

.recruit .recruit-nav p {
  margin: 24px 0;
  line-height: 2;
}

.recruit .recruit-interview{
  position: relative;
  margin-top: 160px;
  padding: 80px 0;
}

.recruit .recruit-interview:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67.86%;
  height: 100%;
  background: var(--color-bg1-gray);
  z-index: -1;
}

.recruit .recruit-interview .ttl-box{
  display: flex;
  justify-content: space-between;
  gap: 0 58px;
  margin-bottom: 38px;
}

.recruit .recruit-interview .lower-dot-ttl{
  margin-top: 9px;
}

.recruit .recruit-interview .ttl-box > div{
  flex: 1;
  max-width: 837px;
}

.recruit .recruit-interview .ttl-box p{
  line-height: 2;
  margin-bottom: 32px;
}

.recruit .recruit-interview .ttl-box .border-btn:before{
  background: var(--color-white);
}

.recruit .interview-list li{
  padding: 8px 0;
  margin: 0 min(1.19vw,20px);
}

.recruit .recruit-interview .slider-controls{
  position: relative;
  width: fit-content;
  margin: 37px auto 0;
  padding: 0 34px;
  z-index: 3;
}

.recruit .recruit-interview .slick-prev,
.recruit .recruit-interview .slick-next{
  width: 10px;
  height: 10px;
}

.recruit .recruit-interview .slick-prev{
  left: 0;
}

.recruit .recruit-interview .slick-next{
  right: 0;
}

.recruit .recruit-interview .slick-prev:before,
.recruit .recruit-interview .slick-next:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid var(--color-light_black);
  border-right: 2px solid var(--color-light_black);
  transform: rotate(45deg);
  box-sizing: border-box;
  opacity: 1;
}

.recruit .recruit-interview .slick-prev:before{
  transform: rotate(-135deg);
}

.recruit .recruit-interview .slick-next:before{
  right: 2px;
}

.recruit .recruit-interview .slider-controls .slick-dots{
  position: static;
  display: flex;
}

.recruit .recruit-interview .slick-dots li{
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

.recruit .recruit-interview .slick-dots li button{
  width: 10px;
  height: 10px;
  padding: 0;
}

.recruit .recruit-interview .slick-dots li button:before{
  content: "";
  font-size: 0;
  line-height: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: var(--color-light_black);
}

.recruit .recruit-interview .slick-dots li.slick-active button:before{
  border: 1px solid var(--color-light_black);
  background: none;
}

.recruit .recruit-interview .slick-dotted.slick-slider{
  margin: 0;
}

.recruit .interview-list figure{
  position: relative;
}

.recruit .interview-list figure > span {
  display: block;
  position: relative;
  padding-top: 61.75%;
  overflow: hidden;
  transition: all var(--ease-base);
}

.recruit .interview-list figure span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ease-base);
}

.recruit .interview-list a:hover figure > span{
  box-shadow: var(--drop-shadow);
}

.recruit .interview-list a:hover figure span img {
  transform: scale(1.1);
}

.recruit .interview-list figure figcaption{
  position: absolute;
  bottom: 16px;
  left: 24px;
}

.recruit .interview-list figure h3{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 8px;
  line-height: 2;
  font-size: 24px;
  font-weight: var(--font-bold);
  letter-spacing: 0;
  background-color: var(--color-white);
}

/* スライド番号のスタイル */
.recruit .interview-list figcaption .slide-number{
  position: absolute;
  top: -32px;
  left: -16px;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  line-height: 1.2;
  font-size: 40px;
  color: var(--color-orange);
}

.recruit .interview-list figure figcaption p{
  margin-top: 8px;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 8px;
  font-weight: var(--font-bold);
  line-height: 2;
}

.recruit .interview-list figure figcaption p span{
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
  padding: 8px;
  border: 2px solid var(--color-black);
}

.recruit .recruit-interview .bnr{
  width: fit-content;
  margin: 80px auto 0;
}

.recruit .recruit-interview .bnr a{
  display: block;
  transition: all var(--ease-base);
}

.recruit .recruit-interview .bnr a:hover {
  box-shadow: var(--drop-shadow);
  opacity: .6;
}

.recruit .recruit-channel{
  margin-top: 160px;
}

.recruit .recruit-channel .lower-dot-ttl{
  margin-bottom: 56px;
}

.recruit .recruit-channel .movie-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}

.recruit .recruit-channel .movie-list > div{
  width: calc((100% - 40px) / 2);
}

.recruit .recruit-channel .movie-list .movie{
	position: relative;
	padding-top: 56.25%;
	height: 0;
}

.recruit .recruit-channel .movie-list .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recruit .recruit-channel .movie-list p{
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
}

.recruit-other{
  margin: 80px 0 0;
  padding: 80px 0;
  border-top: 1px solid var(--color-border-gray);
}

.recruit-other .wrapper,
.document .dl-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 16px;
}
.document .dl-list {
  padding-bottom: 8px;
}

.recruit-other .wrapper div,
.document .dl-list li{
  width: calc((100% - 80px) / 2);
}

.recruit-other .wrapper a,
.document .dl-list li a{
  position: relative;
  display: block;
  height: 100%;
  padding: 32px 88px 32px 24px;
  border-radius: 8px;
  background: var(--color-bg2-gray);
  transition: all var(--ease-base);
}

.recruit-other .wrapper a:before,
.document .dl-list li a:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-white);
  transform: scale(1);
}

.recruit-other .wrapper a:hover,
.document .dl-list li a:hover{
  box-shadow: var(--drop-shadow);
}

.recruit-other .wrapper a:hover:before,
.document .dl-list li a:hover:before{
  animation: circleAnimation .8s 1 none;
}

.recruit-other .wrapper a:after,
.document .dl-list li a:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 41px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid var(--color-orange);
  border-right: 2px solid var(--color-orange);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.recruit-other .wrapper .lower-dot-ttl,
.document .dl-list .lower-dot-ttl{
  text-align: left;
  margin-bottom: 16px;
}
.document .dl-list .lower-dot-ttl {
  margin-bottom: 0;
}

.recruit-other .lower-dot-ttl > span,
.document .dl-list .lower-dot-ttl > span{
  font-size: 24px;
  color: var(--color-black);
}

.recruit-other .wrapper p{
  line-height: 2;
}

/* エントリー部分（共通） */
a.recruit-fixed_btn {
  position: fixed;
  right: 0;
  bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 200px;
  background-color: var(--color-orange);
  border-radius: 8px 0 0 8px;
  writing-mode: vertical-rl;
  color: var(--color-white);
  font-weight: var(--font-bold);
  box-shadow: var(--drop-shadow);
  z-index: 100;
  transition: all var(--ease-base);
}
a.recruit-fixed_btn:hover {
  background-color: var(--color-hover-orange);
}

.recruit-entry{
  position: relative;
  padding: 80px 0 112px;
  background: url(/assets/images/recruit/entry-bg.jpg) center / cover no-repeat;
}

.recruit-entry .bg-txt{
  position: absolute;
  width: clamp(211px,24.29vw,408px);
  right: min(-0.89vw,-15px);
  bottom: min(-1.07vw,-18px);
}

.recruit-entry .lower-dot-ttl span{
  font-size: 24px;
  color: var(--color-white);
}

.recruit-entry .entry-list{
  border-radius: 8px;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid var(--color-white);
}

.recruit-entry .entry-list .first{
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 32px 8px;
}

.recruit-entry .entry-list .first .inner{
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 32px;
  border-right: 1px solid var(--color-white);
}

.recruit-entry .entry-list .first .inner:last-child{
  border: none;
}

.recruit-entry .entry-list .first h3{
  font-size: 24px;
  font-weight: var(--font-bold);
  text-align: center;
  margin-bottom: 16px;
}

.recruit-entry .entry-list .first .inner div{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 auto;
}

.recruit-entry .entry-list .first p{
  width: 100%;
  text-align: center;
}

.recruit-entry .entry-list .first .btn-box{
  width: 100%;
}

.recruit-entry .entry-list .second{
  max-width: calc(694px + 40px * 2);
  padding: 0 40px;
  margin: 32px auto;
}

.recruit-entry .entry-list .second div{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

.recruit-entry .entry-list .second h3{
  font-size: 20px;
  color: var(--color-white);
  font-weight: var(--font-bold);
}

.recruit-entry .entry-list .second p{
  margin-top: 6px;
  font-size: 14px;
  color: var(--color-white);
}

#comeback-box{
  position: relative;
  max-width: calc(1200px + 72px * 2);
  margin: 0 auto;
  padding: 0 72px;
}

#comeback-box .inner{
  background: var(--color-white);
  padding: 64px;
}

#comeback-box .inner > * + *{
  margin-top: 32px;
}

#comeback-box .inner p{
  line-height: 2;
}

.recruit + .footer,
.recruit_page + .footer{
  margin-top: 0;
}


/* PC版調整 */
@media screen and (max-width:1240px) and (min-width:768px) {
  .recruit .recruit-kv-slider .slick-img:nth-child(1){
    background-position: center right 40%;
  }
  .recruit .recruit-kv-slider .slick-img:nth-child(2){
    background-position: center right 32%;
  }
}

@media screen and (max-width:1240px) {
  .recruit .interview-list figure h3{
    font-size: max(1.94vw,18px);
  }
  .recruit-other .wrapper div,
  .document .dl-list li{
    width: calc((100% - 40px) / 2);
  }
  .recruit-other .wrapper br.is-pc{
    display: none;
  }
  .recruit-other .wrapper a,
  .document .dl-list li a{
    padding: 24px 72px 24px 16px;
  }
  .recruit-other .wrapper a:before,
  .document .dl-list li a:before{
    right: 16px;
  }
  .recruit-other .wrapper a:after,
  .document .dl-list li a:after{
    right: 33px;
  }
  .recruit-other .lower-dot-ttl > span,
  .document .dl-list .lower-dot-ttl > span{
    font-size: max(1.94vw,20px);
  }
}

@media screen and (max-width: 1120px) {
  .recruit .recruit-nav li{
    width: calc((100% - 48px) / 2);
  }
  .recruit .recruit-nav figure figcaption h3{
    font-size: 2.14vw;
    padding: 1.43vw 2.14vw 0 0.36vw;
  }
  .recruit .recruit-nav figure figcaption h3 .staff-txt{
    font-size: 1.43vw;
  }
}

@media screen and (max-width:1024px) {
  .recruit .recruit-kv-txt{
    top: 8vw;
  }
  .recruit .recruit-kv-txt .inner{
    width: max(48%,384px);
  }
  .recruit .recruit-kv-txt h2{
    font-size: max(2.73vw,24px);
  }
  .recruit .recruit-kv-txt p{
    font-size: max(1.56vw,14px);
  }
  .recruit .recruit-channel .movie-list > div{
    width: 100%;
  }
  .recruit .recruit-nav li:first-child figure figcaption > span{
    font-size: 14px;
    right: -251px;
    min-width: 234px;
  }
}

@media screen and (max-width:860px) {
  .recruit-entry .entry-list {
    margin-top: 32px;
  }
  .recruit-entry .entry-list .first{
    padding: 8px 16px;
    flex-wrap: wrap;
  }
  .recruit-entry .entry-list .first .inner{
    width: 100%;
    padding: 16px 0;
    border-right: none;
    border-bottom: 1px solid var(--color-white);
  }
  .recruit-entry .entry-list .first h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .recruit-entry .entry-list .first p{
    font-size: 14px;
  }
  .recruit-entry .entry-list .first .btn-orange{
    margin-top: 8px;
    font-size: 16px;
    width: 100%;
  }
  .recruit-entry .entry-list .second {
    padding: 0 16px;
    margin: 24px auto;
  }
  .recruit-entry .entry-list .second h3{
    font-size: 18px;
    text-align: center;
  }
  .recruit-entry .entry-list .second p{
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .recruit-entry .entry-list .second a.btn-white{
    margin-top: 12px;
    font-size: 14px;
    padding: 4px 32px;
    max-width: 200px;
  }
  #comeback-box{
    padding: 0 16px;
  }

  #comeback-box .inner{
    padding: 32px 16px;
  }

  #comeback-box .inner > * + *{
    margin-top: 24px;
  }

  #comeback-box .inner p{
    font-size: 14px;
  }

  #comeback-box .mfp-close{
    top: -48px;
    right: 16px;
  }
}

@media screen and (min-width:768px) {
  .recruit .recruit-news .border-btn span{
    min-width: 198px;
  }
}

/* SP版 */
@media screen and (max-width:767px) {
  .recruit .recruit-kv-slider .slick-img {
    width: 100%;
    min-height: auto;
    padding-top: 100vw;
  }
  
  .recruit .recruit-news{
    padding: 48px 0 0;
  }
  .recruit .recruit-news .wrapper{
    flex-wrap: wrap;
    gap: 0;
  }

  .recruit .recruit-news .wrapper > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 24px;
  }

  .recruit .recruit-news .lower-dot-ttl{
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
  }

  .recruit .recruit-news .lower-dot-ttl span{
    line-height: 1;
  }

  .recruit .recruit-news .top-ttl{
    margin: 0;
  }

  .recruit .recruit-nav .nav-list{
    gap: 27px 0;
  }

  .recruit .recruit-nav li{
    width: 100%;
  }

  .recruit .recruit-nav figure figcaption h3 {
    font-size: 20px;
    padding: 8px 16px 0 4px;
  }

  .recruit .recruit-nav figure figcaption > span{
    font-size: 14px;
  }

  .recruit .recruit-nav li:last-child figure figcaption > span{
    right: -111px;
    min-width: 94px;
  }

  .recruit .recruit-nav p{
    margin: 16px 0;
    font-size: 14px;
  }

  .recruit .recruit-interview{
    margin-top: 75px;
    padding: 40px 0;
  }

  .recruit .recruit-interview::before{
    width: 73.08%;
  }

  .recruit .recruit-interview .ttl-box{
    flex-wrap: wrap;
    margin-bottom: 22px;
  }

  .recruit .recruit-interview .lower-dot-ttl{
    width: 100%;
    margin: 0 0 32px;
  }

  .recruit .recruit-interview .ttl-box > div{
    width: 100%;
  }

  .recruit .recruit-interview .ttl-box p{
    font-size: 14px;
    margin-bottom: 24px;
  }

  .recruit .interview-list li{
    padding: 0;
    margin: 0 8px;
  }

  .recruit .interview-list figure figcaption{
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -18px;
  }

  .recruit .interview-list figcaption .slide-number{
    top: -30px;
    left: -8px;
    font-size: 32px;
  }

  .recruit .interview-list figure h3{
    padding: 4px;
    line-height: 1.8;
  }

  .recruit .interview-list figure figcaption p{
    font-size: 14px;
  }

  .recruit .interview-list figure figcaption p span{
    font-size: 12px;
  }

  .recruit .recruit-interview .slider-controls{
    margin-top: 24px;
  }

  .recruit .recruit-interview .bnr{
    margin-top: 40px;
  }

  .recruit .recruit-interview .bnr img{
    width: 100%;
  }

  .recruit .recruit-channel{
    margin-top: 40px;
  }

  .recruit .recruit-channel .lower-dot-ttl{
    margin-bottom: 32px;
  }

  .recruit .recruit-channel .movie-list{
    gap: 24px 0;
  }

  .recruit .recruit-channel .movie-list p{
    font-size: 14px;
  }

  a.recruit-fixed_btn {
    bottom: 0;
    width: 136px;
    height: 32px;
    font-size: 12px;
    border-radius: 8px 0 0 0;
    writing-mode:horizontal-tb
  }

  .recruit-other{
    margin: 40px 0 0;
    padding: 40px 0;
  }

  .recruit-other .wrapper,
  .document .dl-list{
    flex-wrap: wrap;
    gap: 16px 0;
  }

  .recruit-other .wrapper div,
  .document .dl-list li{
    width: 100%;
  }

  .recruit-other .wrapper a,
  .document .dl-list li a{
    padding: 24px 16px;
  }

  .recruit-other .wrapper .lower-dot-ttl{
    margin-bottom: 12px;
  }

  .recruit-other .wrapper p{
    font-size: 14px;
  }

  .recruit-other .wrapper a:before,
  .document .dl-list li a:before{
    top: 8px;
    bottom: auto;
    right: 8px;
  }
  .document .dl-list li a:before {
    top: calc(50% - 20px);
  }

  .recruit-other .wrapper a:after,
  .document .dl-list li a:after{
    top: 25px;
    bottom: auto;
    right: 25px;
  }
  .document .dl-list li a:after {
    top: calc(50% - 3px);
  }

  .recruit-entry .bg-txt{
    right: -8px;
    bottom: -4px;
  }
}

@media screen and (max-width:389px) {
  .recruit .recruit-nav li:first-child figure figcaption > span {
      font-size: max(3.6vw,10px);
      right: min(-64.52vw,-190px);
      min-width: max(60.15vw,173px);
  }
}


/*  ------------------------------------------------------ recruit environment */
.environment .environment-message{
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}

.environment .environment-message::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67.86%;
  height: calc(100% - 240px);
  background: var(--color-bg1-gray);
  z-index: -1;
}

.environment .lower-dot-ttl{
  margin-bottom: 56px;
}

.environment .environment-message .first{
  display: flex;
  justify-content: space-between;
}

.environment .environment-message .first figure{
  width: 50%;
}

.environment .environment-message .first h3{
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: var(--font-semi-bold);
  width: calc(50% - 40px);
  margin-top: min(7.26vw,122px);
}

.environment .environment-message .first h3 br.is-pc{
  display: none;
}

.environment .environment-message .second{
  position: relative;
  margin: max(-4.76vw,-80px) 0 0 auto;
  width: 86.67%;
}

.environment .environment-message .second .txt-box{
  padding: 40px 0 0 40px;
  background: var(--color-white);
}

.environment .environment-message .second .txt-box p{
  line-height: 2;
}

.environment .environment-message .second .txt-box p + p{
  margin-top: 32px;
}

.environment .environment-data{
  margin-top: 160px;
}

.environment .environment-data .data-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: 1em;
}

.environment .environment-data .data-list li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: calc((100% - 72px) / 3);
  background: var(--color-bg1-gray);
}

.environment .environment-data .data-list h3{
  color: var(--color-light_black);
  font-size: 20px;
  font-weight: var(--font-bold);
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0;
}

.environment .environment-data .data-list h3 span{
  display: block;
  font-size: 16px;
  font-weight: var(--font-medium);
  text-align: center;
  letter-spacing: 0;
}

.environment .environment-data .data-list li > div {
  width: 100%;
  margin-bottom: 32px;
}

.environment .environment-data .data-list .data-txt{
  text-align: center;
  font-size: 20px;
  font-weight: var(--font-bold);
  letter-spacing: 0;
}

.environment .environment-data .data-list .data-txt span:not(.gender){
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  font-weight: var(--font-bold);
  color: var(--color-orange);
  letter-spacing: 0;
}

.environment .environment-data .data-list .data-txtbox{
  display: flex;
  justify-content: center;
  gap: 0 min(2vw,24px);
}

.environment .environment-data .data-list .data-txt span.gender{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  margin-right: 4px;
  letter-spacing: 0;
  line-height: 1;
}

.environment .environment-support{
  position: relative;
  margin-top: 160px;
  padding: 80px 0;
}

.environment .environment-support:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67.86%;
  height: 100%;
  background: var(--color-bg1-gray);
  z-index: -1;
}

.environment .environment-support .lower-dot-ttl span span{
  font-size: 24px;
}

.environment .environment-support .support-list .support-item + .support-item{
  margin-top: 40px;
}

.environment .environment-support .support-item{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.environment .environment-support .support-item figure{
  width: 67.42%;
}

.environment .environment-support .support-item figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.environment .environment-support .support-item div{
  width: calc(32.58% - 40px);
  height: fit-content;
  margin-top: auto;
}

.environment .environment-support .label-txt{
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
  font-weight: var(--font-semi-bold);
  position: absolute;
  top: 0;
  left: 17px;
  min-width: 112px;
  padding: 8px 0 8px 4px;
  background: var(--color-white);
  transform-origin: left top;
    transform: rotate(90deg);
  
}

.environment .environment-support .support-item h3{
  font-size: 24px;
  font-weight: var(--font-bold);
  margin-bottom: 24px;
  letter-spacing: 0;
}

.environment .environment-support .support-item h3 span{
  font-size: 15px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
}

.environment .environment-support .support-item h4{
  font-size: 20px;
  font-weight: var(--font-bold);
  margin-bottom: 8px;
  letter-spacing: 0;
}

.environment .environment-support .support-item p{
  line-height: 2;
}

.environment .environment-career{
  margin-top: 160px;
}

.environment .environment-career p{
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

.environment .environment-benefits{
  margin-top: 160px;
}

.environment .environment-benefits .benefits-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 24px;
}

.environment .environment-benefits .benefits-list li{
  width: calc((100% - 96px) / 5);
}

.environment .environment-benefits .benefits-list figure{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: var(--color-bg2-gray);
  border-radius: 50%;
}

.environment .environment-benefits .benefits-list figure span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: var(--font-semi-bold);
  color: var(--color-orange);
  line-height: 1.2;
  position: absolute;
  top: 4px;
  left: 8px;
}

.environment .environment-benefits .benefits-list h3{
  margin-top: 16px;
  font-weight: var(--font-bold);
  text-align: center;
}

.environment .environment-benefits .benefits-list p{
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

.environment .environment-benefits .benefits-list .stock img{
  margin: 10px 0 0 8px;
}

.environment .environment-benefits .benefits-list .congratulatory img{
  margin-top: 8px;
}

.environment .environment-benefits .benefits-list .health img{
  margin: 8px 0 0 10px;
}

.environment .environment-benefits .benefits-list .rental img{
  margin-top: 3px;
}

.environment .environment-benefits .benefits-list .prevent img{
  margin-top: 4px;
}

.environment .environment-benefits .benefits-list .dock img{
  margin-right: 11px;
}

.environment .environment-benefits .benefits-list .savings img{
  margin-top: 3px;
}

/* PC調整 */
@media screen and (min-width:768px){
  .environment .environment-data .overtime figure{
    width: 140px;
    margin-top: 69px;
  }

  .environment .environment-data .data-list li.overtime > div {
    margin-top: 36px;
  }

  .environment .environment-data .paid figure{
    width: 78px;
    margin-top: 69px;
  }

  .environment .environment-data .data-list li.paid > div {
    margin-top: 56px;
  }

  .environment .environment-data .childcare figure{
    width: 76px;
    margin-top: 61px;
  }

  .environment .environment-data .data-list li.childcare > div {
    margin-top: 31px;
  }

  .environment .environment-data .holidays figure{
    width: 85px;
    margin-top: 94px;
  }

  .environment .environment-data .data-list li.holidays > div {
    margin-top: 48px;
  }

  .environment .environment-data .new-grad figure{
    width: 194px;
    margin-top: 90px;
  }

  .environment .environment-data .data-list li.new-grad > div {
    margin-top: 63px;
  }

  .environment .environment-data .career figure{
    width: 100px;
  }
}

@media screen and (max-width:1200px) and (min-width:768px){
  .environment .environment-message .first h3{
    font-size: max(2.02vw,18px);
    margin-top: 5vw;
  }
  .environment .environment-message .first h3 br.is-pc{
    display: block;
  }
  .environment .environment-data .data-list{
    gap: 32px;
  }
  .environment .environment-data .data-list li{
    width: calc((100% - 32px) / 2);
  }
  .environment .environment-data .data-list .data-txt span:not(.gender){
    font-size: 40px;
  }
}

@media screen and (max-width:1150px){
  .environment .environment-benefits .benefits-list li {
      width: calc((100% - 72px) / 4);
  }
  .environment .environment-benefits .benefits-list h3{
    font-size: 14px;
    margin-top: 8px;
  }
  .environment .environment-benefits .benefits-list p{
    font-size: 12px;
    margin-top: 4px;
  }
}

@media screen and (max-width:899px){
  .environment .environment-support .support-item{
    display: block;
  }
  .environment .environment-support .support-item figure,
  .environment .environment-support .support-item div{
    width: 100%;
  }
  .environment .environment-support .support-item div{
    margin-top: 16px;
  }
  .environment .environment-support .support-item h3{
    margin-bottom: 16px;
  }
}

/* SP版 */
@media screen and (max-width:767px) {
  .environment .environment-message {
    margin-top: 40px;
    padding-top: 40px;
  }

  .environment .environment-message::before{
    width: 73.08%;
    height: calc(100% - 248px);
  }

  .environment .lower-dot-ttl{
    margin-bottom: 32px;
  }

  .environment .environment-message .first {
    flex-direction: column;
  }

  .environment .environment-message .first figure{
    width: calc(100% + 16px);
    margin-left: -16px;
  }

  .environment .environment-message .first h3 {
    width: 100%;
    margin-top: 16px;
    font-size: 20px;
  }

  .environment .environment-message .second{
    margin-top: 16px;
    width: 100%;
  }

  .environment .environment-message .second .txt-box{
    padding: 16px 0 0 16px;
  }

  .environment .environment-message .second .txt-box p{
    font-size: 14px;
  }

  .environment .environment-message .second .txt-box p + p{
    margin-top: 16px;
  }

  .environment .environment-data{
    margin-top: 80px;
  }

  .environment .environment-data .data-list{
    gap: 16px;
  }

  .environment .environment-data .data-list li{
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
  }

  .environment .environment-data .data-list figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(38.65% - 8px);
    height: 100%;
    min-height: 120px;
  }

  .environment .environment-data .data-list li > div{
    margin: 0;
    width: 61.35%;
  }

  .environment .environment-data .data-list h3{
    font-size: 16px;
  }

  .environment .environment-data .data-list h3 span{
    font-size: 12px;
  }

  .environment .environment-data .data-list .data-txt{
    font-size: 16px;
  }

  .environment .environment-data .data-list .data-txt span:not(.gender){
    font-size: 36px;
  }

  .environment .environment-data .data-list .data-txtbox{
    flex-wrap: wrap;
    gap: 8px;
  }

  .environment .environment-data .data-list .data-txtbox .data-txt{
    font-size: 14px;
  }

  .environment .environment-data .data-list .childcare .data-txt span:not(.gender),
  .environment .environment-data .data-list .new-grad .data-txt span:not(.gender){
    font-size: 32px;
  }

  .environment .environment-data .data-list .data-txt span.gender{
    font-size: 12px;
  }


  .environment .environment-data .overtime figure img{
    width: 98.18%;
    max-width: 110px;
  }

  .environment .environment-data .paid figure img{
    width: 63.64%;
    max-width: 70px;
  }

  .environment .environment-data .childcare figure img{
    width: 43.64%;
    max-width: 48px;
  }

  .environment .environment-data .holidays figure img{
    width: 60%;
    max-width: 66px;
  }

  .environment .environment-data .new-grad figure img{
    width: 100%;
    max-width: 110px;
  }

  .environment .environment-support {
    margin-top: 40px;
    padding: 40px 0;
  }

  .environment .environment-support:before {
    width: 73.08%;
  }

  .environment .environment-support .support-list .support-item + .support-item{
    margin-top: 24px;
  }

  .environment .environment-support .support-item h3{
    font-size: 20px;
  }

  .environment .environment-support .support-item h4{
    font-size: 16px;
  }

  .environment .environment-support .support-item p{
    font-size: 14px;
  }

  .environment .environment-career{
    margin-top: 40px;
  }

  .environment .environment-career p{
    font-size: 14px;
    margin-bottom: 32px;
  }

  .environment .environment-benefits{
    margin-top: 80px;
  }

  .environment .environment-benefits .benefits-list{
    gap: 24px 16px;
  }

  .environment .environment-benefits .benefits-list li{
    width: calc((100% - 16px) / 2);
  }
}


/*  ------------------------------------------------------ recruit interview */
.interview-index_page .interview-index_list li + li {
  margin-top: 80px;
}
.interview-index_page .interview-index_list li a figure,
.interview .interview_detail_header .wrapper {
  display: flex;
  align-items:flex-end
}
.interview-index_page .interview-index_list li:nth-child(even) a figure {
  flex-direction: row-reverse;
}
.interview-index_page .interview-index_list li a figure > span,
.interview .interview_detail_header .wrapper figure {
  display: block;
  position: relative;
  width: 66.6667%;
  margin-right: -40px;
  overflow: hidden;
  transition: all var(--ease-base);
}
.interview-index_page .interview-index_list li:nth-child(even) a figure > span {
  margin: 0 0 0 -40px;
}
.interview-index_page .interview-index_list li a figure > span img {
  transition: transform var(--ease-base);
}
.interview-index_page .interview-index_list li a:hover figure > span {
  box-shadow: var(--drop-shadow);
}

.interview-index_page .interview-index_list li a:hover figure span img {
  transform: scale(1.1);
}

.interview-index_page .interview-index_list li a figure figcaption,
.interview .interview_detail_header .wrapper .txt {
  position: relative;
  margin-bottom: 24px;
  flex: 1;;
  z-index: 1;
}
.interview-index_page .interview-index_list li a figure figcaption h3,
.interview .interview_detail_header .wrapper .txt h2 {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 8px;
  line-height: 2;
  font-size: 24px;
  font-weight: var(--font-bold);
  letter-spacing: 0;
  background-color: var(--color-bg1-gray);
}
.interview-index_page .interview-index_list {
  counter-reset: interviewNum 0;
}
.interview-index_page .interview-index_list li a figure figcaption > span {
  position: absolute;
  top: -32px;
  left: -16px;
  display: inline-block;
}
.interview-index_page .interview-index_list li a figure figcaption > span::before {
  counter-increment: interviewNum 1;
  content: "0"counter(interviewNum)".";
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  line-height: 1.2;
  font-size: 40px;
  color: var(--color-orange);
}

.interview-index_page .interview-index_list li a figure figcaption p,
.interview .interview_detail_header .wrapper .txt p {
  margin-top: 8px;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 8px;
  font-weight: var(--font-bold);
  line-height: 2;
}

.interview-index_page .interview-index_list li a figure figcaption p span,
.interview .interview_detail_header .wrapper .txt p span {
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
  padding: 8px;
  border: 2px solid var(--color-black);
}

/* interview_detail */
.interview .interview_detail_contents {
  margin-top: 80px;
}

.interview .interview_detail_contents .det {
  display: flex;
  gap: 40px;
}
.interview .interview_detail_contents .det:nth-child(even) {
  flex-direction: row-reverse;
}
.interview .interview_detail_contents .det + .det {
  margin-top: 40px;
}
.interview .interview_detail_contents .det figure,
.interview .interview_detail_contents .det .txt {
  width: calc(50% - 20px);
}
.interview .interview_detail_contents .det .txt h3 {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: var(--font-bold);
}
.interview .interview_detail_contents .det .txt h3 span {
  display: block;
  margin-bottom: .5em;
  font-size: .65em;
  color: var(--color-orange);
}
.interview .interview_detail_contents .det .txt p {
  line-height: 2;
}

.interview .interview_dailyflow {
  margin-top: 160px;
}
.interview .interview_dailyflow .dailyflow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 40px;
}
.interview .interview_dailyflow .dailyflow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  height: 26px;
  border-left: 2px solid var(--color-border-gray);
}
.interview .interview_dailyflow .dailyflow::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  height: 40px;
  border-left: 2px dotted var(--color-border-gray);
}
.interview .interview_dailyflow .dailyflow li {
  position: relative;
  display: flex;
  gap: 40px;
  width: 50%;
  padding-bottom: 40px;
}
.interview .interview_dailyflow .dailyflow li:nth-child(odd) {
  margin-left: calc(50% - 80px);
}
.interview .interview_dailyflow .dailyflow li:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: calc(50% - 80px);
}
.interview .interview_dailyflow .dailyflow li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  top: 84px;
  width: 2px;
  background-color: var(--color-border-gray);
}
.interview .interview_dailyflow .dailyflow li:nth-child(odd)::after {
  left: 39px;
}
.interview .interview_dailyflow .dailyflow li:nth-child(even)::after {
  right: 39px;
}
.interview .interview_dailyflow .dailyflow li span.time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-orange);
  font-size: 20px;
  font-weight: var(--font-bold);
  letter-spacing: .12em;
  color: var(--color-white);
}
.interview .interview_dailyflow .dailyflow li span.time::before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 2px solid var(--color-border-gray);
  border-right-color: var(--color-white);
  border-top-color: var(--color-white);
}
.interview .interview_dailyflow .dailyflow li:nth-child(odd) span.time::before {
  transform: rotate(45deg);
}
.interview .interview_dailyflow .dailyflow li:nth-child(even) span.time::before {
  transform: rotate(-135deg);
}
.interview .interview_dailyflow .dailyflow li .txt {
  flex: 1;
}
.interview .interview_dailyflow .dailyflow li .txt h3 {
  position: relative;
  line-height: 1.5;
  margin: 3px 0 20px;
  font-size: 20px;
  font-weight: var(--font-bold);
}
.interview .interview_dailyflow .dailyflow li .txt h3::before {
  content: '';
  display: block;
  bottom: -10px;
  height: 1px;
  position: absolute;
  background-color: var(--color-light_black);
}
.interview .interview_dailyflow .dailyflow li:nth-child(odd) .txt h3::before {
  left: -34px;
  right: 0;
}
.interview .interview_dailyflow .dailyflow li:nth-child(even) .txt h3::before {
  right: -34px;
  left: 0;
}
.recruit .recruit-interview.interview-page .alC {
  margin-top: 40px;
}
.recruit .recruit-interview.interview-page .alC .border-btn::before {
  background-color: var(--color-white);
  border: 1px solid var(--color-border-gray);
}

@media screen and (max-width: 1240px) {
  .interview-index_page .interview-index_list li a figure figcaption h3,
  .interview .interview_detail_header .wrapper .txt h2 {
    font-size: max(1.94vw, 16px);
  }
}

/* SP版 */
@media screen and (max-width:767px) {
  .interview-index_page .interview-index_list li + li {
    margin-top: 24px;
  }
  .interview-index_page .interview-index_list li a figure,
  .interview-index_page .interview-index_list li:nth-child(even) a figure,
  .interview .interview_detail_header .wrapper {
    flex-direction: column;
  }
  .interview-index_page .interview-index_list li a figure > span,
  .interview-index_page .interview-index_list li:nth-child(even) a figure > span,
  .interview .interview_detail_header .wrapper figure {
    width: 100%;
    margin: 0;
  }

  .interview-index_page .interview-index_list li a figure figcaption,
  .interview .interview_detail_header .wrapper .txt {
    width: calc(100% - 8px);
    margin: -16px -8px 0 16px;
  }
  .interview-index_page .interview-index_list li a figure figcaption h3,
  .interview .interview_detail_header .wrapper .txt h2 {
    padding: 4px;
    line-height: 1.8;
    font-size: max(1.94vw,18px);
  }
  .interview-index_page .interview-index_list li a figure figcaption > span {
    top: -30px;
    left: -8px;
  }
  .interview-index_page .interview-index_list li a figure figcaption > span::before {
    font-size: 32px;
  }

  .interview-index_page .interview-index_list li a figure figcaption p,
  .interview .interview_detail_header .wrapper .txt p {
    font-size: 14px;
  }

  .interview-index_page .interview-index_list li a figure figcaption p span,
  .interview .interview_detail_header .wrapper .txt p span {
    font-size: 12px;
  }

  /* interview_detail */
  .interview .interview_detail_contents {
    margin-top: 40px;
  }
  .interview .interview_detail_contents .det,
  .interview .interview_detail_contents .det:nth-child(even){
    flex-direction: column;
    gap: 16px;
  }
  .interview .interview_detail_contents .det + .det {
    margin-top: 24px;
  }
  .interview .interview_detail_contents .det figure,
  .interview .interview_detail_contents .det .txt {
    width: 100%;
  }
  .interview .interview_detail_contents .det .txt h3 {
    font-size: 18px;
  }
  .interview .interview_detail_contents .det .txt p {
    font-size: 14px;
  }

  .interview .interview_dailyflow {
    margin-top: 80px;
  }
  .interview .interview_dailyflow .dailyflow {
    padding-bottom: 20px;
  }
  .interview .interview_dailyflow .dailyflow::before {
    left: 23px;
  }
  .interview .interview_dailyflow .dailyflow::after {
    height: 20px;
    height: 24px;
    left: 23px;
  }
  .interview .interview_dailyflow .dailyflow li {
    gap: 16px;
    width: 100%;
    padding-bottom: 24px;
  }
  .interview .interview_dailyflow .dailyflow li:nth-child(odd),
  .interview .interview_dailyflow .dailyflow li:nth-child(even) {
    flex-direction: row;
    margin: 0;
  }
  .interview .interview_dailyflow .dailyflow li::after {
    top: 52px;
  }
  .interview .interview_dailyflow .dailyflow li:nth-child(odd)::after,
  .interview .interview_dailyflow .dailyflow li:nth-child(even)::after {
    left: 23px;
  }
  .interview .interview_dailyflow .dailyflow li span.time {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  .interview .interview_dailyflow .dailyflow li span.time::before {
    width: 60px;
    height: 60px;
  }
  .interview .interview_dailyflow .dailyflow li .txt h3 {
    margin: -4px 0 12px;
    font-size: 16px;
  }
  .interview .interview_dailyflow .dailyflow li .txt h3::before {
    bottom: -6px;
  }
  .interview .interview_dailyflow .dailyflow li:nth-child(odd) .txt h3::before ,
  .interview .interview_dailyflow .dailyflow li:nth-child(even) .txt h3::before {
    left: -6px;
    right: 0;
  }
  .interview .interview_dailyflow .dailyflow li .txt p {
    font-size: 14px;
  }

  .recruit .recruit-interview.interview-page {
    margin-top: 40px;
  }
  .recruit .recruit-interview.interview-page .alC {
    margin-top: 24px;
  }
}



/*  ------------------------------------------------------ requirements */
.requirements .requirements-entry .entry-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.requirements .requirements-entry .entry-box .entry-det {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  background-color: var(--color-bg1-gray);
}

.requirements .requirements-entry .entry-box .entry-det h3 {
  font-size: 24px;
  line-height: 2;
  font-weight: var(--font-bold);
  text-align: center;
}

.requirements .requirements-entry .entry-box .entry-det p {
  width: 100%;
  line-height: 2;
  text-align: center;
}

.requirements .requirements-entry .entry-box .entry-det.newgraduate,
.requirements .requirements-entry .entry-box .entry-det.alreadygraduate{
  width: calc((100% - 40px) / 2);
}

.requirements .requirements-entry .entry-box .entry-det.comeback {
  width: 100%;
}

/* SP版 */
@media screen and (max-width:767px) {
  .requirements .requirements-entry .entry-box {
    gap: 16px;
  }

  .requirements .requirements-entry .entry-box .entry-det {
    gap: 8px;
    padding: 16px;
  }

  .requirements .requirements-entry .entry-box .entry-det h3 {
    font-size: 20px;
  }

  .requirements .requirements-entry .entry-box .entry-det p,
  .requirements .requirements-entry .entry-box .entry-det ul li {
    font-size: 14px;
  }

  .requirements .requirements-entry .entry-box .entry-det.newgraduate,
  .requirements .requirements-entry .entry-box .entry-det.alreadygraduate{
  width: 100%;
  }
}


/*  ------------------------------------------------------ johoku-line */
.johoku-line .johoku-line-news{
  padding: 48px 0 0;
}

.johoku-line .johoku-line-news .wrapper{
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
}

.johoku-line .johoku-line-news .lower-dot-ttl{
  margin-bottom: 40px;
}

.johoku-line .johoku-line-news .lower-dot-ttl span{
  line-height: 1.4;
}

.johoku-line .johoku-line-news .news-list{
  max-width: 837px;
  flex: 1;
}

.johoku-line .johoku-line-nav{
  margin: 80px 0;
}

.johoku-line .johoku-line-nav .nav-list{
  display: flex;
  justify-content: space-between;
}

.johoku-line .johoku-line-nav .nav-item{
  width: calc((100% - 8px) / 3);
}

.johoku-line .johoku-line-nav a{
  display: block;
  position: relative;
  background: var(--color-bg1-gray);
  transition: all var(--ease-base);
}

.johoku-line .johoku-line-nav .nav-list .nav-item:first-child a{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.johoku-line .johoku-line-nav .nav-list .nav-item:last-child a{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.johoku-line .johoku-line-nav a:hover{
  box-shadow: var(--drop-shadow);
}

.johoku-line .johoku-line-nav .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: min(14.06vw,180px);
  height: min(14.06vw,180px);
  border-radius: 50%;
  background: var(--color-bg1-gray);
}

.johoku-line .johoku-line-nav .time-fare .icon figure{
  width: min(61.67%,111px);
  margin: min(0.55vw,7px) 0 0 min(1.02vw,13px);
}

.johoku-line .johoku-line-nav .guide .icon figure{
  width: min(67.22%,121px);
  margin: min(0.47vw,6px) 0 0 min(0.55vw,7px);
}

.johoku-line .johoku-line-nav .faq .icon figure{
  width: min(62.78%,113px);
  margin: min(1.64vw,21px) 0 0;
}

.johoku-line .johoku-line-nav p{
  position: relative;
  margin: 40px 0 0;
  padding: 120px 56px 24px;
  text-align: center;
  font-size: 24px;
  font-weight: var(--font-bold);
  color: var(--color-light_black);
}

.johoku-line .johoku-line-nav p::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-orange);
  border-right: 2px solid var(--color-orange);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.johoku-line .johoku-line-nav p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-white);
  transform: scale(1);
}

.johoku-line .johoku-line-nav a:hover p:before{
  animation: circleAnimation var(--ease-base);
}

.johoku-line .johoku-line-bnr{
  padding: 48px 0;
  background: var(--color-bg-yellow);
}

.johoku-line .johoku-line-bnr .wrapper{
  display: flex;
  justify-content: space-between;
}

.johoku-line .johoku-line-bnr .bnr-item{
  width: calc((100% - 48px) / 3);
}

.johoku-line .johoku-line-bnr .bnr-item a{
  display: block;
  transition: all var(--ease-base);
  border-radius: 8px;
  overflow: hidden;
}

.johoku-line .johoku-line-bnr .bnr-item a:hover{
  box-shadow: var(--drop-shadow);
  opacity: .6;
}

.johoku-line .character-bnr {
  max-width: 636px;
  padding: 0 16px;
  margin: 128px auto 0;
}
.johoku-line .character-bnr a {
  transition: all var(--ease-base);
}
.johoku-line .character-bnr a:hover{
  box-shadow: var(--drop-shadow);
  opacity: .6;
}

/* PC版調整 */
@media screen and (max-width:1000px) {
  .johoku-line .johoku-line-nav p{
    font-size: max(2.4vw,18px);
    padding: 64px 24px 20px;
  }

  .johoku-line .johoku-line-nav p::before{
    right: 8px;
  }

  .johoku-line .johoku-line-nav p::after{
    right: 25px;
  }
}

@media screen and (min-width:768px) {
  .johoku-line .johoku-line-news .border-btn span{
    min-width: 198px;
  }
}

/* SP版 */
@media screen and (max-width:767px) {
  .johoku-line .johoku-line-news{
    padding: 48px 0 0;
  }
  .johoku-line .johoku-line-news .wrapper{
    flex-wrap: wrap;
    gap: 0;
  }

  .johoku-line .johoku-line-news .wrapper > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 24px;
  }

  .johoku-line .johoku-line-news .lower-dot-ttl{
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
  }

  .johoku-line .johoku-line-news .lower-dot-ttl span{
    line-height: 1;
  }

  .johoku-line .johoku-line-news .top-ttl{
    margin: 0;
  }

  .johoku-line .johoku-line-nav .nav-list{
    flex-wrap: wrap;
  }

  .johoku-line .johoku-line-nav .nav-item{
    width: 100%;
  }

  .johoku-line .johoku-line-nav .nav-item + .nav-item{
    margin-top: 16px;
  }

  .johoku-line .johoku-line-nav .nav-list .nav-item:first-child a,
  .johoku-line .johoku-line-nav .nav-list .nav-item:last-child a,
  .johoku-line .johoku-line-nav .nav-list .nav-item a{
    border-radius: 8px;
  }

  .johoku-line .johoku-line-nav .icon{
    top: -16px;
    width: min(30.77vw, 120px);
    height: min(30.77vw, 120px);
  }

  .johoku-line .johoku-line-nav .time-fare .icon figure{
    width: min(57.5%,69px);
    margin: max(-0.26vw,-1px) 0 0 min(2.05vw,8px);
  }

  .johoku-line .johoku-line-nav .guide .icon figure {
    width: min(62.5%, 75px);
    margin: max(-2.05vw,-8px) 0 0 min(0.77vw, 3px);
  }

  .johoku-line .johoku-line-nav .faq .icon figure {
    width: min(59.17%, 71px);
    margin: max(-0.51vw,-2px) 0 0;
  }

  .johoku-line .johoku-line-nav p{
    font-size: 20px;
    padding: 88px 0 24px;
  }

  .johoku-line .johoku-line-nav p::before{
    right: 16px;
  }

  .johoku-line .johoku-line-nav p::after{
    right: 33px;
  }

  .johoku-line .johoku-line-bnr{
    padding: 32px 0;
  }

  .johoku-line .johoku-line-bnr .wrapper{
    flex-wrap: wrap;
  }

  .johoku-line .johoku-line-bnr .bnr-item{
    width: 100%;
  }

  .johoku-line .johoku-line-bnr .bnr-item + .bnr-item{
    margin-top: 16px;
  }

  .johoku-line .character-bnr {
    margin-top: 61px;
  }
}


/*  ------------------------------------------------------ johoku-line faq */
.faq .faq-item{
  border-bottom: 1px solid var(--color-border-gray);
}

.faq .faq-toggle{
  cursor: pointer;
  font-weight: var(--font-bold);
}

.faq .faq-toggle div,
.faq .faq-all > div{
  position: relative;
  display: flex;
  align-items: baseline;
  line-height: 2;
}

.faq .faq-toggle div{
  padding: 16px 24px 16px 16px;
}

.faq .faq-all > div{
  margin-top: -8px;
  padding: 0 16px 16px 16px;
}

.faq .faq-toggle .qtxt,
.faq .faq-all .answer{
  font-size: 24px;
  line-height: 2;
  color: var(--color-orange);
  font-weight: var(--font-bold);
  margin-right: 8px;
}

.faq .faq-toggle span:not(.qtxt){
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}

.faq .faq-toggle span:not(.qtxt):before,
.faq .faq-toggle span:not(.qtxt):after{
  content: '';
  display: block;
  background-color: var(--color-orange);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq .faq-toggle span:not(.qtxt):before{
  width: 8px;
  height: 2px;
}

.faq .faq-toggle span:not(.qtxt):after{
  width: 2px;
  height: 8px;
}

.faq .faq-toggle.close span:not(.qtxt):after{
  display: none;
} 

.faq .faq-all{
  display: none;
}

.faq .faq-all p{
  line-height: 2;
}

.faq .faq-all div div{
  flex: 1;
}

.faq .faq-all div div > * + *{
  margin-top: 2em;
}

.faq .faq-all div div .note{
  margin-top: 8px;
}

.faq .faq-all .answer{
  color: var(--color-light_black);
}

.faq .faq-all a{
  text-decoration: underline;
  transition: color var(--ease-base);
}

.faq .faq-all a:hover{
  text-decoration: none;
  color: var(--color-orange);
}

/* SP版 */
@media screen and (max-width:767px) {
  .faq .faq-toggle div{
    padding: 16px 24px 16px 0;
  }
  .faq .faq-toggle p{
    font-size: 14px;
  }
  .faq .faq-toggle .qtxt,
  .faq .faq-all .answer{
    font-size: 20px;
  }
  .faq .faq-all > div{
    padding: 0 0 16px 0;
    font-size: 14px;
  }
}


/*  ------------------------------------------------------ johoku-line goods library list */
.item-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}

.item-list li{
  width: calc((100% - 24px * 2) / 3);
}

.item-list li a{
  display: block;
}

.item-list li a:hover figure{
  box-shadow: var(--drop-shadow);
}

.item-list li a:hover figure img{
  transform: scale(1.1);
}

.item-list li figure{
  display: block;
  position: relative;
  padding-top: 70.57%;
  overflow: hidden;
  transition: all var(--ease-base);
}

.item-list li figure img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ease-base);
}

.goods .item-list li .txt-box,
.library .item-list li p{
  position: relative;
  width: calc(100% - 16px);
  margin: -24px 0 0 auto;
  padding: 12px 0 0 16px;
  background: var(--color-white);
}

.library .item-list li p{
  padding: 12px 19px 0 16px;
  background: url(/assets/images/zoom-icon.svg) no-repeat right bottom, var(--color-white);
  font-size: 20px;
  font-weight: var(--font-bold);
}

/* PC版調整 */
@media screen and (max-width:1024px) {
  .item-list li{
    width: calc((100% - 24px) / 2);
  }
}

@media screen and (max-width:600px) {
  .item-list li{
    width: 100%;
  }
}


/*  ------------------------------------------------------ johoku-line goods */
.goods .item-list li .cat{
  font-size: 14px;
  font-weight: var(--font-bold);
  color: var(--color-orange);
}

.goods .item-list li h2{
  font-size: 20px;
  font-weight: var(--font-bold);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border-gray);
}

.goods .item-list li .price{
  margin-top: 8px;
  text-align: right;
}

/* SP版 */
@media screen and (max-width:767px) {
  .goods .item-list li .cat{
    font-size: 12px;
  }

  .goods .item-list li h2{
    font-size: 18px;
  }

  .goods .item-list li .price{
    font-size: 14px;
  }
}


/*  ------------------------------------------------------ johoku-line goods detail */
.goods .goods-detail .goods-detail-box {
  display: flex;
  gap: 40px;
}
.goods .goods-detail .goods-detail-box .photo {
  width: 50%;
}
.goods .goods-detail .goods-detail-box .photo .photo-nav {
  flex-wrap: wrap;
  margin-top: 16px;
  transform: unset!important;
}
.goods .goods-detail .goods-detail-box .photo .photo-nav .slick-track {
  width: 100% !important;
  transform: none !important;
}
.goods .goods-detail .goods-detail-box .photo .photo-nav li {
    width: calc((100% - 8px * 4) / 5)!important;
  margin-right: 8px;
  opacity: .3;
  transition: opacity .3s linear;
  cursor: pointer;
}
.goods .goods-detail .goods-detail-box .photo .photo-nav li:nth-child(5n) {
  margin-right: 0;
}
.goods .goods-detail .goods-detail-box .photo .photo-nav li.slick-current {
  opacity: 1;
}
.goods .goods-detail .goods-detail-box .txt {
  flex: 1;
}
.goods .goods-detail .goods-detail-box .txt h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-border-gray);
  font-size: 24px;
  font-weight: var(--font-bold);
}
.goods .goods-detail .goods-detail-box .txt h2 span {
  font-size: .667em;
  color: var(--color-orange);
}
.goods .goods-detail .goods-detail-box .txt .price {
  text-align: right;
  font-size: 20px;
}
.goods .goods-detail .goods-detail-box .txt .price span {
  font-size: .6em;
}
.goods .goods-detail .goods-detail-box .txt .detail-txt {
  margin-top: 32px;
}
.goods .goods-detail .goods-detail-box .txt .detail-txt p {
  line-height: 1.5;
}
.goods .goods-detail .goods-detail-box .txt .detail-txt p + p {
  margin-top: .75em;
}

.goods .goods-detail .sub_cont {
  margin-top: 80px;
}

.goods .goods-detail .request {
  margin-top: 80px;
  padding: 40px;
  background-color: var(--color-bg1-gray);
}
.goods .goods-detail .request :first-child {
  margin-top: 0;
}

.goods .goods-detail .linkList {
  margin-top: 40px;
}
.goods .goods-detail .linkList li a {
  text-decoration: underline;
  transition: color var(--ease-base);
}
.goods .goods-detail .linkList li a:hover {
  text-decoration: none;
  color: var(--color-orange);
}

.goods .goods-detail .btn-box,
.service .service-detail .btn-box {
  margin: 40px auto 8px;
}

/* SP版 */
@media screen and (max-width:767px) {
  .goods .goods-detail .goods-detail-box {
    flex-direction: column;
    gap: 16px;
  }
  .goods .goods-detail .goods-detail-box .photo {
    width: 100%;
  }
  .goods .goods-detail .goods-detail-box .photo .photo-nav {
    margin-top: 8px;
  }
  .goods .goods-detail .goods-detail-box .txt h2 {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 20px;
  }
  .goods .goods-detail .goods-detail-box .txt .price {
    font-size: 18px;
  }
  .goods .goods-detail .goods-detail-box .txt .detail-txt {
    margin-top: 24px;
  }
  .goods .goods-detail .goods-detail-box .txt .detail-txt p {
    font-size: 14px;
  }

  .goods .goods-detail .sub_cont {
    margin-top: 40px;
  }

  .goods .goods-detail .request {
    margin-top: 40px;
    padding: 16px;
  }
  .goods .goods-detail .request h3 {
    font-size: 18px;
  }
  .goods .goods-detail .request p {
    font-size: 14px;
  }
}


/*  ------------------------------------------------------ johoku-line library */
.popup-box {
  position: relative;
  max-width: calc(1000px + 72px * 2);
  padding: 0 72px;
  margin: 0 auto;
}
.popup-box .slick-dotted.slick-slider{
  margin: 0;
  padding-bottom: 30px;
}
.popup-box .photoGallery li img {
  width: 100%;
}
.popup-box .photoGallery li p {
  padding: 1em .5em;
  line-height: 1.5;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.popup-box .slider-controls{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}
.popup-box .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-box .slick-dots li {
  margin: 0 8px;
}
.popup-box .slick-dots li:only-child {
  display: none;
}
.popup-box .slick-dots li button:before,
.popup-box .slick-dots li{
  width: 10px;
  height: 10px;
}
.popup-box .slick-dots li button:before{
  content: "";
  font-size: 0;
  line-height: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: var(--color-white);
}
.popup-box .slick-dots li.slick-active button:before{
  border: 1px solid var(--color-white);
  background: none;
}
.popup-box .slick-prev,
.popup-box .slick-next{
  width: 10px;
  height: 10px;
}
.popup-box .slick-prev{
  left: -26px;
}
.popup-box .slick-next{
  right: -26px;
}
.popup-box .slick-prev:before,
.popup-box .slick-next:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  box-sizing: border-box;
  opacity: 1;
}
.popup-box .slick-prev:before{
  transform: rotate(-135deg);
}
.popup-box .slick-next:before{
  right: 2px;
}
.popup-box .photoGallery .slick-dots li button {
  overflow: hidden;
  width: 10px;
  height: 10px;
  border: 1px solid var(--color-white);
  background-color: #fff;
  border-radius: 50%;
  text-indent: -999px;
  cursor: pointer;
}
.popup-box .photoGallery .slick-dots li.slick-active button {
  background: none;
}


/* SP版 */
@media screen and (max-width:767px) {
  .popup-box {
    padding: 0 16px;
  }
  .popup-box .mfp-close {
    top: -48px;
    right: 16px;
  }
  .library .item-list li p{
    font-size: 18px;
  }
}


/*  ------------------------------------------------------ johoku-line character */
.character .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.character .chara-prof {
  margin-bottom: 80px;
  background-color: #F0EFE6;
  padding: 40px 16px 16px 32px;
  border: 8px solid #374186;
}
.character .chara-prof p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  font-weight: var(--font-bold);
}
.character .chara-prof h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: .15em 0 -.5em;
  text-align: center;
  font-size: 3em;
  font-weight: var(--font-bold);
  color: #374186;
}
.character .chara-prof h2 span {
  font-size: .4em;
}
.character .chara-prof .txt {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.character .chara-prof .txt dl dt {
  position: relative;
  display: inline-block;
  padding: .2em 2em;
  background-color: #99A2E0;
  border-radius: 1.2em;
  color: var(--color-white);
  font-weight: var(--font-bold);
  font-size: .8em;
  letter-spacing: .08em;
}
.character .chara-prof .txt dl dt::before,
.character .chara-prof .txt dl dt::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-white);
  position: absolute;
  top: calc(50% - 3px);
}
.character .chara-prof .txt dl dt::before {
  left: 8px;
}
.character .chara-prof .txt dl dt::after {
  right: 8px;
}
.character .chara-prof .txt dl dd {
  margin: .2em 0 .7em .5em;
}
.character .chara-prof figure {
  width: 40%;
  max-width: 340px;
}

.character .chara-story h3 {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  font-weight: var(--font-bold);
  font-size: 1.25em;
}
.character .chara-story h3::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
   position: absolute;
  top: .7em;
  left: 0;
  background-color: #D5BE11;
}
.character .chara-story p {
  margin: .5em 0 2em;
  line-height: 2;
}
.character .chara-story p .point {
  font-weight: var(--font-bold);
  color: #99A2E0;
}
.character .chara-story p:last-child {
  margin-bottom: 0;
}

/* SP版 */
@media screen and (max-width:767px) {
  .character .chara-prof {
    margin-bottom: 40px;
    padding: 24px 8px 8px;
    border-width: 4px;
  }
  .character .chara-prof p {
    gap: 8px;
    font-size: .8em;
  }
  .character .chara-prof p img {
    width: 160px;
  }
  .character .chara-prof h2 {
    margin-bottom: .5em;
    font-size: 2.2em;
  }
  .character .chara-prof .txt {
    flex-direction: column;
    align-items: center;
  }
  .character .chara-prof .txt dl dd {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .character .chara-prof figure {
    width: 60%;
    margin: 0 auto 24px;
    max-width: 200px;
  }

  .character .chara-story p {
    font-size: 14px;
  }

}



/*  ------------------------------------------------------ johoku-line timetable */
.timetable .tab_btns {
  overflow: hidden;
  display: flex;
  gap: 8px;
  padding: 16px 24px 0;
  background-color: var(--color-bg2-gray);
}
.timetable .tab_btns li.tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 8px * 5) / 6);
  height: 58px;
  padding: 0 6px;
  border: solid var(--color-border-gray);
  border-width: 1px 1px 0 1px;
  border-radius: 8px 8px 0 0;
  background-color: var(--color-bg1-gray);
  cursor: pointer;
  transition: all var(--ease-base);
}
.timetable .tab_btns li.tab_btn.active {
  background-color: var(--color-white);
  color: var(--color-orange);
}
.timetable .tab_btns li.tab_btn:hover {
  box-shadow: var(--drop-shadow);
}
.timetable .tab_panel {
  padding-top: 40px;
}
.tab_box .tab_panel.hide {
  display: none;
}
.timetable .tab_panel_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.timetable .tab_panel .tab_panel_contents h3 {
  margin-top: 0;
}
.timetable .tab_panel .timetable-box.weekday {
  width: calc((533 + 20) / 1200 * 100% - 20px);
}
.timetable .tab_panel .timetable-box.weekend {
  width: calc((622 + 20) / 1200 * 100% - 20px);
}
.timetable .tab_panel .timetable-box.time_table {
  width: calc((718 + 20) / 1200 * 100% - 20px);
}
.timetable .tab_panel .timetable-box.fare_table {
  width: calc((442 + 20) / 1200 * 100% - 20px);
}
.timetable .table-header {
  margin-bottom: 16px;
}
.timetable .table-bottom {
  margin-top: 16px;
}
.timetable .table-bottom a + a{
  margin-left: 16px;
}
.timetable .col2 {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.timetable .note {
  display: flex;
  gap: 40px;
}
.timetable .note li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.timetable .note .commuter_pass,
.timetable .note .student_commuter_pass {
  display: inline-block;
  width: 80px;
  height: 28px;
  border: 1px solid var(--color-border-gray);
}
.timetable .note .commuter_pass {
  background-color: #FFF8EE;
}
.timetable .note .student_commuter_pass {
  background-color: #ECFBF8;
}
.timetable .memo {
  font-size: 14px;
}
.timetable .station-info {
  width: 100%;
}
.timetable .station-info .info {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.timetable .station-info .info .dl-table {
  width: calc(50% - 40px);
}
.timetable .station-info .info .dl-table dt {
  width: 120px;
}
.timetable .station-info .info .dl-table dd {
  width: calc(100% - 120px);
}
.timetable .station-info .info .map {
  width: 50%;
  aspect-ratio: 2.5 / 1;
}
.timetable .station-info .info .map iframe {
  width: 100%;
  height: 100%;
}

.timetable-body .mfp-close{
  top: -8px;
  right: -20px;
}

.timetable-body .mfp-content{
  max-width: 1600px;
}

.timetable-body .mfp-container{
  padding: 16px 32px;
}

.timetable-body img.mfp-img {
  max-height: none!important;
}

@media screen and (max-width:1024px) {
  .timetable .tab_btns {
    gap: 4px;
    padding: 8px 16px 0;
    flex-wrap: wrap;
  }
  .timetable .tab_btns li.tab_btn {
    width: calc((100% - 4px * 5) / 6);
  }
}

/* SP版 */
@media screen and (max-width:767px) {
  .timetable .tab_btns {
    padding: 8px 4px 0;
  }
  .timetable .tab_btns li.tab_btn {
    min-width: 0;
    width: auto;
    height: 29px;
    font-size: 12px;
  }
  .timetable .tab_panel {
    padding-top: 16px;
  }
  .timetable .tab_panel_contents {
    gap: 8px;
  }
  .timetable .tab_panel .timetable-box.weekday {
    width: calc((533 + 4) / 1200 * 100% - 4px);
  }
  .timetable .tab_panel .timetable-box.weekend {
    width: calc((622 + 4) / 1200 * 100% - 4px);
  }
  .timetable .tab_panel .timetable-box.time_table {
    width: calc((718 + 4) / 1200 * 100% - 4px);
  }
  .timetable .tab_panel .timetable-box.fare_table {
    width: calc((442 + 4) / 1200 * 100% - 4px);
  }
  .timetable .table-header {
    margin-bottom: 8px;
  }
  .timetable .table-bottom {
    margin-top: 8px;
  }
  .timetable .col2,
  .timetable .note {
    flex-direction: column;
    gap: 8px;
  }
  .timetable .note li {
    font-size: 12px;
  }
  .timetable .note .commuter_pass,
  .timetable .note .student_commuter_pass {
    width: 40px;
    height: 12px;
  }
  .timetable .memo {
    font-size: 12px;
  }
  .timetable .station-info {
    margin-top: 32px;
  }
  .timetable .station-info .info {
    flex-direction: column;
    gap: 16px;
  }
  .timetable .station-info .info .dl-table {
    width: 100%;
  }
  .timetable .station-info .info .dl-table dt {
    width: 100px;
  }
  .timetable .station-info .info .dl-table dd {
    width: calc(100% - 100px);
  }
  .timetable .station-info .info .map {
    width: 100%;
    aspect-ratio: 3 / 1;
  }
  .timetable .zoom-btn {
    display: none;
  }
}

@media screen and (max-width:500px) {
  .timetable .tab_panel_contents {
    flex-direction: column;
  }
  .timetable .tab_panel .timetable-box.weekday,
  .timetable .tab_panel .timetable-box.weekend,
  .timetable .tab_panel .timetable-box.time_table,
  .timetable .tab_panel .timetable-box.fare_table {
    width: 100%;
  }
}

@media screen and (max-width:320px) {
  .timetable .tab_btns {
    padding: 8px 2px 0;
    gap: 2px;
  }
  .timetable .tab_btns li.tab_btn {
    font-size: 10px;
  }
}


/*  ------------------------------------------------------ johoku-line guide */
.guide .map-box {
  width: 100%;
    aspect-ratio: 3 / 1;
}
.guide .map-box iframe {
  width: 100%;
  height: 100%;
}
.guide table th,
.guide table td {
  vertical-align:middle;
  text-align: center;
}
.guide table th {
  background-color: var(--color-light_black);
  color: var(--color-white);
}
.guide table thead td {
  background-color: var(--color-bg2-gray);
}
.guide .indent li:before {
  display: none;
}
.guide p + h3 {
  margin-top: 2.5em;
}



/*  ------------------------------------------------------ news */
.news-filter {
  background-color: var(--color-bg1-gray);
  margin-bottom: 56px;
  padding: 16px;
}

.news-filter .filter {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-filter .filter li a {
  display: flex;
  line-height: 1.2;
  padding: .4em 1em;
  border: 1px solid var(--color-border-gray);
  background-color: var(--color-white);
  font-size: .85em;
  transition: color var(--ease-base);
}

.news-filter .filter li a:hover {
  color: var(--color-orange);
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 8px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current,
.wp-pagenavi .page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all var(--ease-base);
}

.wp-pagenavi .current {
  font-weight: var(--font-bold);
}

.wp-pagenavi .current::before {
  content: '';
  position: absolute; 
  display: block;
  bottom: 0;
  left: calc(50% - 4px);
  width: 8px;
  height: 1px;
  background-color: var(--color-light_black);
}

.wp-pagenavi .page:hover {
  background-color: var(--color-bg1-gray);
  color: var(--color-orange); 
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid var(--color-orange);
  border-right: 2px solid var(--color-orange);
  transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink::before {
  transform: rotate(45deg) scale(-1, -1);
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: var(--color-bg1-gray);
}

.news .btn-box {
  margin: 40px auto 8px;
}

/* SP版 */
@media screen and (max-width:767px) {
  .news-filter {
    margin-bottom: 32px;
  }

  .wp-pagenavi {
    margin-top: 24px;
  }

  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    width: 24px;
  }

}


/*  ------------------------------------------------------ news-detail */
.news-detail .post-header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border-gray);
}

.news-detail .post-header p {
  display: flex;
  align-items: center;
  gap: 1em;
}
.news-detail .post-header time {
  font-weight: var(--font-bold);
  color: var(--color-light_black);
}

.news-detail .post-header h2.lower-dot-ttl {
  text-align: left;
  margin: 16px 0 0;
}
.news-detail .post-header h2.lower-dot-ttl span {
  line-height: 1.2;
}

.news-detail .post-detail h3 {
  margin: 3em 0 1em;
}

.news-detail .post-detail h4 {
  line-height: 1.5;
  margin: 2.5em 0 .5em;
  padding: .5em 12px;
  background-color: var(--color-bg1-gray);
  font-size: 1.15em;
  font-weight: var(--font-bold);
}

.news-detail .post-detail h5 {
  line-height: 1.5;
  margin: 2em 0 .5em;
  padding-bottom: .25em;
  border-bottom: 1px solid var(--color-border-gray);
  font-size: 1.075em;
  font-weight: var(--font-bold);
}

.news-detail .post-detail h6 {
  line-height: 1.5;
  margin: 2em 0 .5em;
  font-size: 1em;
  font-weight: var(--font-bold);
}

.news-detail .post-detail p,
.news-detail .post-detail ul,
.news-detail .post-detail ol,
.news-detail .post-detail table {
  margin-top: 2em;
}

.news-detail .post-detail > :first-child,
.news-detail .post-detail h3 + *,
.news-detail .post-detail h4 + *,
.news-detail .post-detail h5 + *,
.news-detail .post-detail h6 + * {
  margin-top: 0;
}

/* SP版 */
@media screen and (max-width:767px) {
  .news-detail .post-header {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .news-detail .post-header p {
    font-size: 14px;
  }
}


/*  ------------------------------------------------------ status */
.status p {
  line-height: 2;
}
.status p + p {
  margin-top: 1em;
}

.status .attention .wrapper {
  padding: 32px;
  background-color: var(--color-bg-yellow);
}

.status .attention h2 {
  margin-bottom: 32px;
}
.status .attention .time {
  color: var(--color-orange);
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--color-orange);
  font-weight: var(--font-bold);
}

/* SP版 */
@media screen and (max-width:767px) {
  .status .attention .wrapper {
    padding: 16px;
  }

  .status .attention h2 {
    margin-bottom: 16px;
  }
}

/*  ------------------------------------------------------ 404 page */
.not-page .lower-kv-title h1{
  font-size: 28px;
}

.not-page .btn-box {
  margin: 40px auto 8px;
}

/* PC版調整 */
@media screen and (max-width:1000px) {
  .not-page .lower-kv-title h1{
    font-size: max(2.8vw,24px);
    min-width: 540px;
  }
}

/* SP版 */
@media screen and (max-width:767px) {
  .not-page .lower-kv-title h1{
    font-size: 20px;
    min-width: auto;
  }
  .not-page .post_style-box p{
    font-size: 14px;
  }
}
