/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
:root {
  --base-width: 750;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1400;
  }
}
/** pages */
.careerpaths-item ul, .curriculum-row__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contents .tab_main .tab-inner-table__heading h3 small, .curriculum-row__list ul li small {
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: #ffa21e;
}

.careerpaths-item ul li, .contents .tab_main .tab-inner-table__body h5, .curriculum-row__list ul li {
  position: relative;
  padding-left: calc(23 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-item ul li, .contents .tab_main .tab-inner-table__body h5, .curriculum-row__list ul li {
    padding-left: 17px;
  }
}
.careerpaths-item ul li::before, .contents .tab_main .tab-inner-table__body h5::before, .curriculum-row__list ul li::before {
  content: "";
  width: calc(11 / var(--base-width) * 100vw);
  height: calc(11 / var(--base-width) * 100vw);
  background: #ffa21e;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: calc(13 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-item ul li::before, .contents .tab_main .tab-inner-table__body h5::before, .curriculum-row__list ul li::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2d2d2d;
}

@media only screen and (min-width: 1200px) {
  .header-btn {
    display: flex;
    align-self: flex-start;
  }
}
.header-btn .menu-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
}

@media only screen and (min-width: 1200px) {
  .index_header.-after .header-btn {
    padding-right: 5px;
  }
}

.slick-dots {
  gap: 12px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slick-dots li button {
  opacity: 0.15;
  transition: all 0.3s;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.banner-slider__list picture {
  display: block;
}
.banner-slider__list picture img {
  width: 100%;
  aspect-ratio: 0.98;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .banner-slider__list picture img {
    aspect-ratio: 1.7;
  }
}
.banner-slider__list .slick-dots {
  width: auto;
  right: 30px;
  left: auto;
  bottom: 130px;
  display: none !important;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .banner-slider__list .slick-dots {
    display: flex !important;
  }
}

.top-intro-wrap {
  top: -10vw;
  margin-bottom: -10vw;
}
@media only screen and (min-width: 992px) {
  .top-intro-wrap {
    top: -14vw;
    margin-bottom: -14vw;
  }
}

.gnav-green ruby[data-ruby]::before {
  letter-spacing: 5px;
}

#news .head_second {
  margin-bottom: 60px;
}

.news-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .news-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .news-inner {
    grid-template-columns: repeat(5, 1fr);
    gap: 31px;
  }
}

.news-item {
  display: flex;
  color: #2d2d2d;
}
.news-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.news-item h4{
color: #2d2d2d;
}
.news-item p ,.news-item time{
  color: #2d2d2d;
}
@media only screen and (min-width: 768px) {
  .news-item {
    flex-direction: column;
  }
}
.news-item figure {
  width: 33%;
}
.news-item figure {
    width: 100%;
    margin: 0 0 5px;
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
  }
/*
.news-item figure img {
  aspect-ratio: 1.54;
  object-fit: cover;
  width: 100%;
  height:70px;
}
*/
.news-item figure img {
width: 100%;
  aspect-ratio: 1.5;
  max-height: 100%;
  object-fit: cover;
  height:100%;
}  
.news-item__body {
  font-size: calc(22 / var(--base-width) * 100vw);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .news-item__body {
    padding-top: 20px;
    font-size: 16px;
  }
}
.more_news {
  display: flex;
  justify-content: end;
  margin-top:20px;
}
.more_news a {
  //border: 2px solid #ffa21e;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 15px;
  color: #ffa21e;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .news-item__body {
    width: 67%;
    padding-left: calc(40 / var(--base-width) * 100vw);
  }
}
.news-item__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: calc(19 / var(--base-width) * 100vw);
  font-weight: 500;
  margin-bottom: calc(4 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .news-item__meta {
width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.news-item__meta img,
.news-item__meta svg {
  width: calc(16 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .news-item__meta img,
.news-item__meta svg {
    width: 12px;
  }
}
.news-item h3 {
  font-weight: 700;
  font-size: calc(26 / var(--base-width) * 100vw);
  margin: 0 0 calc(4 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .news-item h3 {
    font-size: 20px;
    margin: 0 0 4px;
  }
}
.news-item h3 a {
  color: inherit;
  text-decoration: none;
}
.news-item strong {
  color: #ffa21e;
}

@media only screen and (min-width: 768px) {
  #about {
    margin-top: 60px;
  }
}

.about-inner-txtA {
  margin-block: 0 calc(24 / var(--base-width) * 100vw);
  padding-top: calc(54 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-inner-txtA {
    padding-top: 60px;
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .about-inner-txtA .about_imgA,
.about-inner-txtA .about_imgB {
    top: -240px;
  }
}
@media only screen and (max-width: 767px) {
  .about-inner-txtA p {
    font-size: calc(27 / var(--base-width) * 100vw);
  }
  .about-inner-txtA p strong {
    font-size: calc(32 / var(--base-width) * 100vw);
  }
}

.about-inner-symbol-wrap {
  max-width: 1040px;
}
.about-inner-symbol-wrap .about-inner-symbol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(40 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 992px) {
  .about-inner-symbol-wrap .about-inner-symbol {
    width: 280px;
    height: 280px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-inner-symbol-wrap .about-inner-symbol {
    width: 300px;
    height: 300px;
  }
}
.about-inner-symbol-wrap .about-inner-symbol-txtB {
  margin: 0 0 calc(12 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-inner-symbol-wrap .about-inner-symbol-txtB {
    margin: 0 0 8px;
  }
}
.about-inner-symbol-wrap .about-inner-symbol-txtC {
  margin: 0 0 calc(16 / var(--base-width) * 100vw);
  font-size: calc(56 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-inner-symbol-wrap .about-inner-symbol-txtC {
    margin: 0 0 13px;
    font-size: 48px;
  }
}
.about-inner-symbol-wrap .about-inner-symbol-txtD {
  font-weight: 700;
  font-size: calc(36 / var(--base-width) * 100vw);
  margin: 0 0 calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-inner-symbol-wrap .about-inner-symbol-txtD {
    font-size: 24px;
    margin: 0 0 26px;
  }
}
.about-inner-symbol-wrap .about-inner-symbol-txtE {
  font-weight: 500;
  font-size: calc(27 / var(--base-width) * 100vw);
  line-height: 1.33;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .about-inner-symbol-wrap .about-inner-symbol-txtE {
    font-size: 18px;
  }
}

#curriculum {
  padding-top: calc(160 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  #curriculum {
    padding-top: 60px;
  }
}

.curriculum-inner-heading {
  text-align: center;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 1.6;
  margin-top: calc(46 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-inner-heading {
    font-size: 24px;
    margin-top: 46px;
  }
}
.curriculum-inner-heading span {
  font-weight: 700;
}
.curriculum-inner-heading strong {
  font-size: calc(40 / var(--base-width) * 100vw);
  color: #ffa21e;
}
@media only screen and (min-width: 768px) {
  .curriculum-inner-heading strong {
    font-size: 30px;
  }
}

.curriculum-inner-txt {
  font-size: calc(26 / var(--base-width) * 100vw);
  line-height: 1.8;
  font-weight: 500;
  margin-block: calc(36 / var(--base-width) * 100vw) calc(60 / var(--base-width) * 100vw);
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .curriculum-inner-txt {
    font-size: 20px;
    margin-block: 24px 50px;
    text-align: center;
  }
}

.curriculum-row {
  border: 1px dashed #ffa21e;
  border-radius: calc(20 / var(--base-width) * 100vw);
  margin-bottom: calc(50 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row {
    display: flex;
    border-radius: 20px;
    margin-bottom: 30px;
  }
}
.curriculum-row figure {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .curriculum-row figure {
    width: 26.6%;
  }
}
.curriculum-row figure picture {
  display: block;
  height: 100%;
}
.curriculum-row figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(20 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw) 0 0;
}
@media only screen and (min-width: 768px) {
  .curriculum-row figure picture img {
    border-radius: 20px 0 0 20px;
  }
}
.curriculum-row figure figcaption {
  position: absolute;
  bottom: calc(-30 / var(--base-width) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(213 / var(--base-width) * 100vw);
  height: calc(213 / var(--base-width) * 100vw);
  color: #fff;
  background: #ffa21e;
  border-radius: 100%;
  font-weight: 700;
  font-size: calc(24 / var(--base-width) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: calc(10 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row figure figcaption {
    width: 160px;
    height: 160px;
    gap: 10px;
    font-size: 18px;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
  }
}
.curriculum-row figure figcaption strong {
  font-size: calc(48 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row figure figcaption strong {
    font-size: 36px;
  }
}
.curriculum-row__body {
  font-size: calc(27 / var(--base-width) * 100vw);
  line-height: 1.5;
  padding: calc(55 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row__body {
    font-size: 20px;
    padding: 0;
    width: 73.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px 70px;
    box-sizing: border-box;
  }
}
.curriculum-row__body h3 {
  font-size: calc(40 / var(--base-width) * 100vw);
  font-weight: 700;
  margin: 0 0 calc(24 / var(--base-width) * 100vw);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .curriculum-row__body h3 {
    font-size: 30px;
    margin: 0 0 24px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .curriculum-row__body p {
    font-size: 20px;
  }
}
.curriculum-row__list {
  display: flex;
  align-items: flex-start;
  gap: 0 calc(64 / var(--base-width) * 100vw);
  margin-top: calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row__list {
    gap: 32px 48px;
    margin-top: 24px;
  }
}
.curriculum-row__list h4 {
  font-size: calc(27 / var(--base-width) * 100vw);
  font-weight: 700;
  background: #ffa21e;
  color: #fff;
  text-align: center;
  line-height: 1;
  min-width: calc(112 / var(--base-width) * 100vw);
  padding: calc(6 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row__list h4 {
    font-size: 20px;
    min-width: 84px;
    padding: 6px;
  }
}
.curriculum-row__list--inner {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .curriculum-row__list--inner {
    display: flex;
    gap: 32px 48px;
  }
}
.curriculum-row__list ul {
  letter-spacing: -0.5px;
}
.curriculum-row__list ul li {
  font-size: calc(24 / var(--base-width) * 100vw);
  margin-bottom: calc(8 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row__list ul li {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.curriculum-row__list ul li small {
  font-size: calc(19 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row__list ul li small {
    font-size: 14px;
  }
}
.curriculum-row__list ul li::before {
  top: calc(13 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .curriculum-row__list ul li::before {
    top: 10px;
  }
}

.tabBox .tabArea {
  flex-wrap: nowrap;
}

.contents .tab_main .tab-inner-table {
  border-radius: calc(10 / var(--base-width) * 100vw);
  border: 1px solid #fff;
  max-width: 880px;
  margin: calc(30 / var(--base-width) * 100vw) auto 0;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table {
    border-radius: 10px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__row {
    display: flex;
  }
}
.contents .tab_main .tab-inner-table__row + .tab-inner-table__row {
  border-top: 1px solid #FFE3BB;
}
.contents .tab_main .tab-inner-table__heading {
  background: #fff8dd;
  text-align: left;
  padding: calc(25 / var(--base-width) * 100vw) calc(34 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__heading {
    width: 290px;
    padding: 24px;
  }
}
.contents .tab_main .tab-inner-table__heading h3 {
  margin: 0 0 calc(6 / var(--base-width) * 100vw);
  font-size: calc(24 / var(--base-width) * 100vw);
  font-weight: 700;
  line-height: 1.33;
  color: #ffa21e;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__heading h3 {
    font-size: 18px;
    margin: 0 0 4px;
  }
}
.contents .tab_main .tab-inner-table__heading h3 small {
  font-size: calc(16 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__heading h3 small {
    font-size: 12px;
  }
}
.contents .tab_main .tab-inner-table__heading h4 {
  margin: 0 0 calc(6 / var(--base-width) * 100vw);
  font-size: calc(21 / var(--base-width) * 100vw);
  font-weight: 700;
  line-height: 1.33;
  color: #ffa21e;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__heading h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.contents .tab_main .tab-inner-table__body {
  padding: calc(25 / var(--base-width) * 100vw) calc(34 / var(--base-width) * 100vw);
  text-align: left;
  font-size: calc(19 / var(--base-width) * 100vw);
  line-height: 1.428;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__body {
    width: calc(100% - 290px);
    padding: 24px 36px;
    font-size: 14px;
  }
}
.contents .tab_main .tab-inner-table__body h4 {
  font-size: calc(19 / var(--base-width) * 100vw);
  font-weight: 500;
  text-align: left;
  display: inline-block;
  background: #a3a3a3;
  color: #fff;
  line-height: 1.5;
  padding: calc(4 / var(--base-width) * 100vw) calc(16 / var(--base-width) * 100vw);
  margin: 0 0 calc(12 / var(--base-width) * 100vw);
  letter-spacing: calc(2 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__body h4 {
    font-size: 14px;
    padding: 2px 10px;
    margin: 0 0 12px;
    letter-spacing: 2px;
  }
}
.contents .tab_main .tab-inner-table__body h5 {
  padding: 0 0 0 calc(23 / var(--base-width) * 100vw);
  font-size: calc(24 / var(--base-width) * 100vw);
  line-height: 1.5;
  font-weight: 400;
  border: 0;
  width: unset;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__body h5 {
    font-size: 18px;
    padding: 0 0 0 17px;
  }
}
.contents .tab_main .tab-inner-table__body p {
  margin: calc(10 / var(--base-width) * 100vw) 0;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__body p {
    margin: 8px 0;
    padding-left: 17px;
    font-size: 14px;
  }
}
.contents .tab_main .tab-inner-table__cols {
  display: flex;
  gap: calc(8 / var(--base-width) * 100vw) calc(40 / var(--base-width) * 100vw);
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-table__cols {
    gap: 16px 40px;
  }
}
.contents .tab_main .tab-inner-timeline {
  padding-left: calc(50 / var(--base-width) * 100vw);
  position: relative;
  margin-top: calc(40 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-timeline {
    padding-left: 50px;
    margin-top: 40px;
  }
}
.contents .tab_main .tab-inner-timeline::before {
  content: "";
  width: calc(4 / var(--base-width) * 100vw);
  height: calc(100% - 2px);
  left: calc(11 / var(--base-width) * 100vw);
  top: 0;
  position: absolute;
  background: #ffa21e;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-timeline::before {
    width: 4px;
    left: 11px;
  }
}
.contents .tab_main .tab-inner-timeline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(26 / var(--base-width) * 100vw);
  height: calc(16 / var(--base-width) * 100vw);
  background: url("../img/sub-page/arrow-down.png") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-timeline::after {
    width: 26px;
    height: 16px;
  }
}
.contents .tab_main .tab-inner-timeline__row {
  display: grid;
  grid-template-columns: calc(110 / var(--base-width) * 100vw) 1fr;
  gap: calc(10 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-timeline__row {
    grid-template-columns: 80px 190px 1fr;
    gap: 10px;
  }
}
.contents .tab_main .tab-inner-timeline__row + .tab-inner-timeline__row {
  margin-top: calc(20 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-timeline__row + .tab-inner-timeline__row {
    margin-top: 24px;
  }
}
.contents .tab_main .tab-inner-timeline__row h4 {
  margin: 0;
  font-size: calc(18 / var(--base-width) * 100vw);
  font-weight: 700;
  color: #ffa21e;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-timeline__row h4 {
    font-size: 16px;
  }
}
.contents .tab_main .tab-inner-timeline__row h5 {
  font-size: calc(20 / var(--base-width) * 100vw);
  font-weight: 700;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-timeline__row h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contents .tab_main .tab-inner-timeline__row h5 {
    grid-column: 2/3;
  }
}
.contents .tab_main .tab-inner-timeline__row--body {
  font-size: calc(20 / var(--base-width) * 100vw);
  line-height: 1.88;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-timeline__row--body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contents .tab_main .tab-inner-timeline__row--body {
    grid-column: 2/3;
  }
}
.contents .tab_main .tab-inner-timeline__row--body p {
  margin: 0;
}
.contents .tab_main .tab-inner-gallery {
  margin-top: calc(70 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-gallery {
    margin-top: 70px;
  }
}
.contents .tab_main .tab-inner-gallery h3 {
  text-align: center;
  font-weight: 500;
  font-size: calc(32 / var(--base-width) * 100vw);
  margin: 0 0 calc(50 / var(--base-width) * 100vw);
  line-height: 1.5;
  color: #2d2d2d;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-gallery h3 {
    font-size: 22px;
    margin: 0 0 30px;
  }
}
.contents .tab_main .tab-inner-gallery__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-gallery__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .contents .tab_main .tab-inner-gallery__inner {
    grid-template-columns: repeat(5, 1fr);
  }
}
.contents .tab_main .tab-inner-gallery__inner figure {
  display: block;
}
.contents .tab_main .tab-inner-gallery__inner figure img {
  width: 100%;
  aspect-ratio: 1.386;
  object-fit: cover;
}
.contents .tab_main .tab-inner-gallery h6 {
  text-align: center;
  margin-top: calc(40 / var(--base-width) * 100vw);
  line-height: 1.5;
  font-size: calc(18 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-gallery h6 {
    font-size: 16px;
    margin-top: 32px;
  }
}
.contents .tab_main .tab-inner-gallery h6 span {
  font-weight: 400;
  background: #f4f4f4;
  display: inline-block;
  padding: calc(12 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .tab-inner-gallery h6 span {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contents .tab_main .tab-inner-gallery h6 span {
    width: 100%;
  }
}
.contents .tab_main .collapsible-wrap__item {
  border-bottom: 1px solid #ddd;
}
.contents .tab_main .collapsible-wrap__item h4 {
  font-weight: 400;
  line-height: 1.5;
  padding: calc(30 / var(--base-width) * 100vw) calc(50 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw) calc(12 / var(--base-width) * 100vw);
  position: relative;
  margin: 0;
  text-align: left;
  cursor: pointer;
  font-size: calc(24 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .collapsible-wrap__item h4 {
    font-size: 18px;
    padding: 21px 40px 21px 0;
  }
}
.contents .tab_main .collapsible-wrap__item h4::before, .contents .tab_main .collapsible-wrap__item h4::after {
  content: "";
  position: absolute;
  right: calc(18 / var(--base-width) * 100vw);
  width: calc(20 / var(--base-width) * 100vw);
  height: calc(4 / var(--base-width) * 100vw);
  background: #ffa21e;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .collapsible-wrap__item h4::before, .contents .tab_main .collapsible-wrap__item h4::after {
    width: 17px;
    height: 3px;
    right: 12px;
  }
}
.contents .tab_main .collapsible-wrap__item h4::after {
  transform: translateY(-50%) rotate(90deg);
}
.contents .tab_main .collapsible-wrap__item--body {
  font-size: calc(24 / var(--base-width) * 100vw);
  line-height: 1.66;
  padding: calc(20 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
  border-radius: calc(10 / var(--base-width) * 100vw);
  background: #fff;
  margin-bottom: calc(30 / var(--base-width) * 100vw);
  display: none;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .collapsible-wrap__item--body {
    font-size: 18px;
    padding: 80px 40px 32px 40px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
.contents .tab_main .collapsible-wrap__item--body p {
  margin: 0 0 calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .collapsible-wrap__item--body p {
    margin: 0 0 20px;
  }
}
.contents .tab_main .collapsible-wrap__item--body p:last-of-type {
  margin-bottom: 0;
}
.contents .tab_main .collapsible-wrap__item h6 {
  display: flex;
  margin: calc(24 / var(--base-width) * 100vw) 0 0;
  gap: calc(14 / var(--base-width) * 100vw);
  font-weight: 400;
  font-size: calc(20 / var(--base-width) * 100vw);
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .collapsible-wrap__item h6 {
    font-size: 16px;
    gap: 16px;
    margin: 16px 0 0;
  }
}
.contents .tab_main .collapsible-wrap__item h6 span {
  background: #ffa21e;
  color: #fff;
  font-weight: 700;
  padding: calc(4 / var(--base-width) * 100vw) calc(12 / var(--base-width) * 100vw);
  line-height: 1.5;
  min-width: calc(112 / var(--base-width) * 100vw);
  box-sizing: border-box;
  text-align: center;
  letter-spacing: calc(1 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .collapsible-wrap__item h6 span {
    padding: 2px 10px;
    min-width: 90px;
    letter-spacing: 1px;
  }
}
.contents .tab_main .collapsible-wrap__item.show h4::after {
  transform: translateY(-50%) rotate(0deg);
}

.careerpaths-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(30 / var(--base-width) * 100vw);
  margin-top: calc(50 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-grid {
    gap: 20px;
    margin-top: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .careerpaths-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.careerpaths-item {
  border: 1px dashed #ffa21e;
  padding: calc(40 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
}
@media only screen and (min-width: 768px) {
  .careerpaths-item {
    padding: 56px 50px;
  }
}
.careerpaths-item h3 {
  margin: 0 0 calc(20 / var(--base-width) * 100vw);
  font-size: calc(45 / var(--base-width) * 100vw);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .careerpaths-item h3 {
    font-size: 34px;
    margin: 0 0 20px;
  }
}
.careerpaths-item h4 {
  margin: 0 0 calc(24 / var(--base-width) * 100vw);
  font-size: calc(30 / var(--base-width) * 100vw);
  background: #ffa21e;
  color: #fff;
  font-weight: 700;
  padding: calc(4 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .careerpaths-item h4 {
    font-size: 20px;
    margin: 0 0 24px;
    padding: 2px 10px;
  }
}
.careerpaths-item ul li {
  font-size: calc(27 / var(--base-width) * 100vw);
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .careerpaths-item ul li {
    font-size: 20px;
  }
}
.careerpaths-item ul li + li {
  margin-top: calc(6 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-item ul li + li {
    margin-top: 4px;
  }
}
.careerpaths-item ul li::before {
  top: calc(15 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-item ul li::before {
    top: 11px;
  }
}

#careerpaths {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #careerpaths {
    padding-top: 0;
  }
}

.careerpaths-image {
  background: url("../img/sub-page/bg-1-sp.png") no-repeat 50% 0/cover;
  margin-top: calc(60 / var(--base-width) * 100vw);
  padding-block: 0 calc(150 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image {
    background-image: url("../img/sub-page/bg-1.png");
    margin-top: 0;
    padding-block: 60px 120px;
  }
}
.careerpaths-image h2 img {
  width: calc(235 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image h2 img {
    width: 176px;
  }
}
.careerpaths-image__inner {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1040px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 60px;
  }
}
.careerpaths-image__inner picture {
  display: block;
}
.careerpaths-image__inner picture img {
  width: 100%;
}
.careerpaths-image__inner picture:nth-child(1) {
  margin-top: calc(-64 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(1) {
    grid-column: 1/2;
    margin-top: calc(-50 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(1) {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .careerpaths-image__inner picture:nth-child(1) {
    text-align: center;
  }
}
.careerpaths-image__inner picture:nth-child(1) img {
  max-width: calc(389 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(1) img {
    max-width: calc(336 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(1) img {
    max-width: 336px;
  }
}
.careerpaths-image__inner picture:nth-child(2) {
  text-align: center;
  margin-top: calc(-55 / var(--base-width) * 100vw);
  padding-left: calc(90 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(2) {
    grid-column: 2/4;
    margin-top: calc(30 / var(--base-width) * 100vw);
    padding-inline: 0 calc(60 / var(--base-width) * 100vw);
    text-align: right;
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(2) {
    margin-top: 30px;
    padding-right: 60px;
  }
}
.careerpaths-image__inner picture:nth-child(2) img {
  max-width: calc(445 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(2) img {
    max-width: calc(375 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(2) img {
    max-width: 375px;
  }
}
.careerpaths-image__inner picture:nth-child(3) {
  margin-top: calc(-85 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(3) {
    margin-top: calc(-87 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(3) {
    margin-top: -87px;
  }
}
@media only screen and (max-width: 767px) {
  .careerpaths-image__inner picture:nth-child(3) {
    text-align: right;
  }
}
.careerpaths-image__inner picture:nth-child(3) img {
  max-width: calc(396 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(3) img {
    max-width: calc(288 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(3) img {
    max-width: 288px;
  }
}
.careerpaths-image__inner picture:nth-child(4) {
  margin-top: calc(-195 / var(--base-width) * 100vw);
  padding-left: calc(46 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(4) {
    margin-top: calc(-7 / var(--base-width) * 100vw);
    padding-left: calc(20 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(4) {
    margin-top: -7px;
    padding-left: 20px;
  }
}
.careerpaths-image__inner picture:nth-child(4) img {
  max-width: calc(311 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(4) img {
    max-width: calc(252 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(4) img {
    max-width: 252px;
  }
}
.careerpaths-image__inner picture:nth-child(5) {
  margin-top: calc(-60 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(5) {
    margin-top: calc(-90 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(5) {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .careerpaths-image__inner picture:nth-child(5) {
    text-align: center;
  }
}
.careerpaths-image__inner picture:nth-child(5) img {
  max-width: calc(398 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .careerpaths-image__inner picture:nth-child(5) img {
    max-width: calc(324 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .careerpaths-image__inner picture:nth-child(5) img {
    max-width: 324px;
  }
}

.tabBox_B .tabArea_B {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .tabBox_B .tabArea_B {
    gap: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .tabBox_B .tabArea_B {
    gap: 125px;
  }
}
.tabBox_B .tabArea_B .one_tab_B {
  width: auto;
}

.text-center {
  text-align: center;
}

.tab-inner-faq {
  position: relative;
  margin-top: calc(24 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .tab-inner-faq {
    margin-top: 20px;
  }
}
.tab-inner-faq figure {
  position: absolute;
  top: calc(-35 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .tab-inner-faq figure {
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-inner-faq figure {
    right: calc(-30 / var(--base-width) * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .tab-inner-faq figure img {
    max-width: calc(263 / var(--base-width) * 100vw);
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

.under-sns-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 75px;
}
.under-sns-icons a {
    border: 2px solid #ffa21e;
    border-radius: 40px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	width: calc((100% - 80px) / 5);
}
.under-sns-icons img {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .under-sns-icons { 
    justify-content: start;
    padding: 0 50px;
  }
  .under-sns-icons a {
	width: calc((100% - 20px) / 2);  
  }
  .under-sns-icons img {
    max-width: calc(57 / var(--base-width) * 100vw);
  }
}
.target {
  animation: floating-y 2.3s ease-in-out infinite alternate-reverse;
  animation-delay: 500ms;
}
.target1 {
  animation: floating-y 2.8s ease-in-out infinite alternate-reverse;
}
.target2 {
  animation: floating-y 2.1s ease-in-out infinite alternate-reverse;
}
.target3 {
  animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
}
.target4 {
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
  animation-delay: 1000ms;
}
@keyframes floating-y {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}

.careerpaths-image__inner picture{
position: relative;
}
.careerpaths-image__inner picture .caption{
position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    max-width: 560px;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    border-radius: 10px;
    background: #fffae1;
    padding: 30px 40px;
    opacity: 0;pointer-events: none;
    transition: all 0.5s easy;
    z-index: 9;
    text-align: left;
}
.careerpaths-image__inner picture:hover .caption{
opacity: 1;pointer-events: auto;
}

.careerpaths-image__inner picture .caption h3{
font-size: 18px;
line-height: 30px;}
.careerpaths-image__inner picture .caption h3 small{
line-height: 1;
}
.careerpaths-image__inner picture .caption p{
font-size: 20px;
    line-height: 46px;
    display: inline;
    border-bottom: 1px dashed #333;
    padding-bottom: 9px;
}
.careerpaths-image__inner picture .caption p strong{
position: relative;
background: linear-gradient(#89fcb2, #89fcb2) bottom / 100% 11px no-repeat;
}
.careerpaths-image__inner picture .caption .caption-bottom{
padding-top: 20px;
}
.careerpaths-image__inner picture .caption .caption-bottom span{
background: #ffa21e;
    color: #fff;
    padding: 0 10px;
    margin-right: 20px;
}
.z-top{z-index: 999}
@media only screen and (max-width: 767px){
.careerpaths-image__inner picture .caption{
width: calc(90vw - 60px);
padding: 20px 30px;
text-align: left;
}
.careerpaths-image__inner picture .caption h3{
font-size: 14px;}
.careerpaths-image__inner picture .caption p{
font-size: 16px;
}
.careerpaths-image__inner picture .caption .caption-bottom{font-size: 13px;}
}
@media only screen and (min-width: 768px) {
  .contents .tab_main .collapsible-wrap__item--body {
    margin-top: 30px;
  }
}
.contents .tab_main .collapsible-wrap__item--body h3{
  font-size: 14px;
  color: #000;
  padding: 10px 0 0 0;
  width: 263px;
  margin: -140px auto 40px;
  font-weight: 400;
  background: url(https://www.nvlu.ac.jp/food-lovers/assets/img/bg-faq-note.png) no-repeat;
  background-size: contain;
  height: 56px;  
}
@media only screen and (max-width: 767px){
	.contents .tab_main .collapsible-wrap__item--body{margin-top:60px;}
	.contents .tab_main .collapsible-wrap__item--body h3 {
		margin-top: -65px;
		margin-bottom: 20px;
		width: 230px;		
		font-size: 12px;
		height: 40px;
	}
}

.tabArea_B.upper {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  gap: 40px !important;
  white-space: nowrap !important;
  width: 100% !important;
  height: auto !important;
  align-items: flex-start !important;
}

.tabArea_B.upper .one_tab_B {
  flex: 0 0 auto !important;
  width: auto !important;
}
.tabArea_B.upper .one_tab_B * {
  white-space: nowrap !important;
}

.tabArea_B.upper::-webkit-scrollbar {
    height: 6px;
}

.one_tab_B {
    flex: 0 0 auto;
}

.tabArea_B.bottom {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 32px;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}

.tabArea_B.bottom::-webkit-scrollbar {
    height: 6px;
}


/* interview tab fix */
.tabBox_B .tabArea_B.upper {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  gap: 80px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  width: 100% !important;
  height: auto !important;
}

.tabBox_B .tabArea_B.upper {
  height: 82px !important;
  max-height: 82px !important;
  overflow-y: hidden !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.tabBox_B .tabArea_B.upper .one_tab_B {
  flex: 0 0 auto !important;
  width: auto !important;
  display: block !important;
  margin-top: 0 !important;
}

.tabBox_B .tabArea_B.upper .one_tab_B .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(1) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(2) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(3) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(4) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(5) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(6) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(7) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(8) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B:nth-child(9) .tab_inner_B,
.tabBox_B .tabArea_B.upper .one_tab_B a.select .tab_inner_B {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  height: auto !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  gap: 8px !important;
}

.tabBox_B .tabArea_B.upper .interview-tab-ttl {
  display: inline-block !important;
  line-height: 1 !important;
}

.tabBox_B .tabArea_B.upper .interview-tab-name {
  display: inline-block !important;
  line-height: 1.2 !important;
}

.tabBox_B .tabArea_B.upper .tab_inner_B > br {
  display: none !important;
}


.tabBox_B .tabArea_B.upper {
  padding-bottom: 40px !important;
  margin-bottom: -40px !important;
}

.tabBox_B .tabArea_B.upper::-webkit-scrollbar {
  display: none;
}

.tabBox_B .tabArea_B.upper .one_tab_B a.select .tab_inner_B::after {
  top: calc(100% + 12px) !important;
}

/* 下側インタビュータブ */
.tabBox_B .tabArea_B.bottom {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 80px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  width: 100% !important;
  height: 82px !important;
  max-height: 82px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  scrollbar-width: none;
}

.tabBox_B .tabArea_B.bottom::-webkit-scrollbar {
  display: none;
}

.tabBox_B .tabArea_B.bottom .one_tab_B {
  flex: 0 0 auto !important;
  width: auto !important;
  display: block !important;
  margin-top: 0 !important;
}

.tabBox_B .tabArea_B.bottom .one_tab_B .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(1) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(2) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(3) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(4) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(5) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(6) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(7) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(8) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(9) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B:nth-child(10) .tab_inner_B,
.tabBox_B .tabArea_B.bottom .one_tab_B a.select .tab_inner_B {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  height: auto !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  gap: 6px !important;
}

.tabBox_B .tabArea_B.bottom .tab_inner_B > br {
  display: none !important;
}

.tabBox_B .tabArea_B.bottom .interview-tab-ttl {
  display: inline-block !important;
  line-height: 1 !important;
}

.tabBox_B .tabArea_B.bottom .interview-tab-name {
  display: inline-block !important;
  line-height: 1.2 !important;
}

.tabBox_B .tabArea_B.bottom {
  padding-top: 34px !important;
  height: 106px !important;
  max-height: 106px !important;
}

.tabBox_B .tabArea_B.bottom .one_tab_B a.select .tab_inner_B::before {
  top: -50px !important;
}

/* インタビュー名前一覧：横スクロール */
.tabBox_B .tabArea_B.upper,
.tabBox_B .tabArea_B.bottom {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  flex-wrap: nowrap !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
}

/* スクロールバー非表示 */
.tabBox_B .tabArea_B.upper,
.tabBox_B .tabArea_B.bottom {
  scrollbar-width: none;
}

.tabBox_B .tabArea_B.upper::-webkit-scrollbar,
.tabBox_B .tabArea_B.bottom::-webkit-scrollbar {
  display: none;
}

/* 各名前タブを縮ませない */
.tabBox_B .tabArea_B.upper .one_tab_B,
.tabBox_B .tabArea_B.bottom .one_tab_B {
  flex: 0 0 auto !important;
}

.tabArea_B.upper,
.tabArea_B.bottom {
  cursor: grab;
}

.tabArea_B.upper.is-dragging,
.tabArea_B.bottom.is-dragging {
  cursor: grabbing;
}

.tab-scroll-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.tab-scroll-wrap .tabArea_B {
  flex: 1 1 auto;
  min-width: 0;
}

/* 左右スクロールボタン共通 */
.tab-scroll-btn {
  flex: 0 0 auto;
  width: 10px;
  height: 45px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* 左向き三角 */
.tab-scroll-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 15px solid #ffa21e;
}

/* 右向き三角 */
.tab-scroll-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #ffa21e;
}

.tab-scroll-prev {
  margin-right: 12px;
}

.tab-scroll-next {
  margin-left: 12px;
}

.tab-scroll-btn:hover {
  opacity: 0.7;
}

.tabBox_B .tabArea_B.upper,
.tabBox_B .tabArea_B.bottom {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 70px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

@media only screen and (max-width: 767px){
.tabBox_B .tabArea_B.upper,
.tabBox_B .tabArea_B.bottom {
  gap: 40px !important;
}

.tabBox_B .tabArea_B.upper::-webkit-scrollbar,
.tabBox_B .tabArea_B.bottom::-webkit-scrollbar {
  display: none;
}

.tabBox_B .tabArea_B.upper .one_tab_B,
.tabBox_B .tabArea_B.bottom .one_tab_B {
  flex: 0 0 auto !important;
}

.tabBox_B .tabArea_B.upper,
.tabBox_B .tabArea_B.bottom {
  scroll-behavior: auto !important;
}

.tabBox_B .tabArea_B .one_tab_B a.select .interview-tab-ttl {
  border-color: #ffa21e !important;
  color: #ffa21e !important;
}

.tabBox_B .tabArea_B .one_tab_B a.select .interview-tab-name,
.tabBox_B .tabArea_B .one_tab_B a.select .san {
  color: #ffa21e !important;
}
#food-lovers-news #news .head_second {
  margin-top: 60px;
}