/* ----------------------------------------------------------------
  既存調整
----------------------------------------------------------------- */
/* .row-fluid
----------------------------------------------- */
.row-fluid._detail {
  overflow-x: hidden;
}

@media only screen and (max-width: 640px) {
  .row-fluid._detail {
    margin-top: -30px;
  }
}

/* .row-article-inner
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .row-article-inner p {
    font-size: 1.4rem;
  }
}

/* .mainvisual
----------------------------------------------- */
.mainvisual._interview {
  margin: -40px 0 17px;
  background-color: #65a4e5;
  overflow: hidden;
}

.mainvisual._interview .mainvisual-inner {
  padding: 0 52px;
  box-sizing: content-box;
}

@media only screen and (max-width: 640px) {
  .mainvisual._interview {
    margin: -30px 0 40px;
  }

  .mainvisual._interview .mainvisual-inner {
    padding: 0 32px;
  }
}

/* .img
----------------------------------------------- */
.ge-lyt-media > .ge-item > img,
.ge-media > img {
  height: auto;
}

/* .ge-hdg-l2-02
----------------------------------------------- */
.ge-hdg-l2-02 {
 margin: 70px 0 20px;
 line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .ge-hdg-l2-02 {
    margin-top: 50px;
  }
}

/* .ge-hdg-l3
----------------------------------------------- */
.ge-hdg-l3 {
  margin: 60px 0 20px;
  color: #0086cd;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

.ge-hdg-l2-02 + .ge-hdg-l3 {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .ge-hdg-l3 {
    margin: 40px 0 20px;
    font-size: 1.8rem;
  }
  .ge-hdg-l2-02 + .ge-hdg-l3 {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------
  Layout
----------------------------------------------------------------- */
/* .interview-lyt-column
----------------------------------------------- */
.interview-lyt-column {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 40px -32px;
}

.interview-lyt-column-col {
  flex-basis: calc((100% - 97px) / 3);
  margin-top: 24px;
  margin-left: 32px;
}

.fn-finder-articlePanel.is-hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .interview-lyt-column {
    display: block;
    margin: 0 0 20px;
  }

  .interview-lyt-column-col {
    margin: 0 0 20px;
  }

  .interview-lyt-column-col:last-child {
    margin-bottom: 0;
  }
}

/* .interview-lyt-column-02
----------------------------------------------- */
.interview-lyt-column-02 {
  display: flex;
  flex-wrap: wrap;
  margin: -14px 0 40px -14px;
}

.interview-lyt-column-02-col {
  flex-basis: calc((100% - 71px) / 5);
  margin-top: 14px;
  margin-left: 14px;
}

@media only screen and (max-width: 640px) {
  .interview-lyt-column-02 {
    display: block;
    margin: 0;
  }

  .interview-lyt-column-02-col {
    margin: 0 0 20px;
  }

  .interview-lyt-column-02-col:last-child {
    margin-bottom: 0;
  }
}


/* .interview-lyt-media
----------------------------------------------- */
.interview-lyt-media {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 65px;
}

.interview-lyt-media-lead {
  margin-bottom: 52px;
}

.interview-lyt-media-lead > b {
  color: #005bac;
  font-size: 3.0rem;
  font-weight: 400;
}

.interview-lyt-media-list-title {
  margin-bottom: 14px;
}

.interview-lyt-media-label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  max-width: 690px;
}

.interview-lyt-media-label > *:last-child {
  margin-bottom: 8px;
}

.interview-lyt-media-icon {
  margin: 0 8px 8px 0;
  padding: 8px 10px;
  background-color: #ddd;
  border: 1px solid #bfbfbf;
  line-height: 1;
}

.interview-lyt-media-img {
  margin-right: 60px;
  text-align: center;
}

.interview-lyt-media-img > img {
  max-width: initial;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .interview-lyt-media {
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-bottom: 25px;
  }

  .interview-lyt-media-lead {
    margin-bottom: 10px;
  }

  .interview-lyt-media-lead > b {
    font-size: 1.8rem;
  }

  .interview-lyt-media-list {
    margin-bottom: 0;
  }

  .interview-lyt-media-list-title {
    float: left;
    margin: 0 18px 12px 0;
    font-weight: 700;
  }

  .interview-lyt-media-label {
    display: block;
    font-size: 0;
  }

  .interview-lyt-media-icon {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 8px 10px 5px;
    font-size: 1.4rem;
  }

  .interview-lyt-media-img {
    margin: 0 calc(50% - 50vw) 20px;
  }

  .interview-lyt-media-img > img {
    max-width: 100%;
  }
}

/* .interview-lyt-media-02
----------------------------------------------- */
.interview-lyt-media-02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.interview-lyt-media-02-content {
  flex: 1;
}

.interview-lyt-media-02-list {
  margin-bottom: 0;
}

.interview-lyt-media-02-list-item {
  display: flex;
  margin-bottom: 24px;
}

.interview-lyt-media-02-list-item:last-child {
  margin-bottom: 0;
}

.interview-lyt-media-02-list-title {
  min-width: 3em;
  margin-right: 40px;
  font-weight: 700;
}

.interview-lyt-media-02-img {
  margin-right: 40px;
}

.interview-lyt-media-02-img > img {
  width: 100%;
  max-width: auto;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .interview-lyt-media-02-img {
    margin-right: 20px;
  }

  .interview-lyt-media-02-content {
    min-width: 60%;
  }

  .interview-lyt-media-02-list-item {
    display: block;
    margin-bottom: 16px;
  }

  .interview-lyt-media-02-list-title,
  .interview-lyt-media-02-list-desc {
    font-size: 1.4rem;
  }

  .interview-lyt-media-02-list-title {
    margin: 0 0 5px;
  }
}

/* ----------------------------------------------------------------
  Heading
----------------------------------------------------------------- */
/* .interview-hdg-l2
----------------------------------------------- */
.interview-hdg-l2 {
  margin-bottom: 30px;
  color: #005bac;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .interview-hdg-l2 {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
}

/* .interview-hdg-l2-02
----------------------------------------------- */
.interview-hdg-l2-02 {
  margin: 56px 0 36px;
  color: #005bac;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}

.interview-hdg-l2-02._large {
  font-size: 2.8rem;
}

@media only screen and (max-width: 640px) {
  .interview-hdg-l2-02 {
    margin: 40px 0 20px;
  }

  .interview-hdg-l2-02._large {
    font-size: 2.2rem;
  }
}


/* ----------------------------------------------------------------
  Lead
----------------------------------------------------------------- */
/* .interview-lead
----------------------------------------------- */
.interview-lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .interview-lead {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------
  Txt
----------------------------------------------------------------- */
/* .interview-txt
----------------------------------------------- */
.interview-txt {
  margin-bottom: 20px;
  padding-left: 40px;
  border-left: 5px solid #65a4e5;
}

.interview-txt > p {
  font-size: 1.8rem;
}

.interview-txt > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .interview-txt {
    padding-left: 13px;
    border-width: 3px;
  }

  .interview-txt > p {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------
  Link
----------------------------------------------------------------- */
/* .interview-link-list
----------------------------------------------- */
.interview-link-list {
  margin-bottom: 40px;
}

.interview-link-list-item {
  margin-bottom: 27px;
  line-height: 1.5;
}

.interview-link-list-item:last-child {
  margin-bottom: 0;
}

.interview-link-list-item a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-decoration: none;
}

.interview-link-list-item a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 1px solid #005bac;
  border-bottom: 1px solid #005bac;
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .interview-link-list-item a {
    padding-left: 28px;
    font-size: 1.4rem;
  }
}


/* ----------------------------------------------------------------
  Box
----------------------------------------------------------------- */
/* .interview-box
----------------------------------------------- */
.interview-box {
  margin: 80px 0 88px;
}

* + .interview-box {
  margin: 0 0 40px;
}

.interview-box-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 60px;
  border: 1px solid #e6e6e6;
}

.interview-box-inner > *:last-child {
  margin-bottom: 0;
}

.interview-box-hdg {
  display: block;
  margin-bottom: 40px;
  color: #005bac;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .interview-box {
    margin: 40px 0 60px;
  }

  * + .interview-box {
    margin: 0 0 30px;
  }

  .interview-box-inner {
    padding: 30px 15px 40px;
  }

  .interview-box-hdg {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------
  Table
----------------------------------------------------------------- */
/* .interview-tbl
----------------------------------------------- */
.interview-tbl {
  margin-bottom: 40px;
}

.interview-tbl table {
  width: 100%;
}

.interview-tbl tr {
  border-bottom: 1px solid #adadad;
}

.interview-tbl tr:first-child {
  border-top: 1px solid #adadad;
}

.interview-tbl th,
.interview-tbl td {
  padding: 23px 19px;
}

.interview-tbl th {
  background-color: #e6f1fb;
  color: #005bac;
  text-align: center;
}

.interview-tbl td {
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .interview-tbl th,
  .interview-tbl td {
    padding: 10px 12px;
  }

  .interview-tbl th {
    text-align: left;
  }
}


/* ----------------------------------------------------------------
  Panel
----------------------------------------------------------------- */
/* .interview-panel
----------------------------------------------- */
.interview-panel {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
}

.interview-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  border-radius: 2px;
  border: 1px solid transparent;
  transition: border-color .2s ease-out;
}

.interview-panel:hover::before,
.interview-panel:focus::before,
.interview-panel:active::before {
  border-color: #005bac;
}

.interview-panel-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 24px 20px;
  background-color: #f7f7f7;
}

.interview-panel-content > *:last-child {
  margin-bottom: 0;
}

.interview-panel-content::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 12px;
  border-right: 1px solid #387ebd;
  border-bottom: 1px solid #387ebd;
  transform: rotate(-45deg) translateY(-50%);
}

.interview-panel-title {
  margin-bottom: 14px;
  color: #005bac;
}

.interview-panel-sub-title {
  margin-bottom: 16px;
  color: #333;
}

.interview-panel-list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.interview-panel-list-item._label {
  margin-bottom: 4px;
}

.interview-panel-list-item::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #65a4e5;
  border-radius: 50%;
}

.interview-panel-list-item:last-child {
  margin-bottom: 0;
}

.interview-panel-list-title {
  float: left;
  margin-right: 18px;
  color: #333;
  font-size: 1.4rem;
}

.interview-panel-list-desc {
  color: #333;
  font-size: 1.4rem;
}

.interview-panel-list-label {
  margin-bottom: 0;
  font-size: 0;
}

.interview-panel-list-icon {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 6px 9px;
  background-color: #ddd;
  border: 1px solid #bfbfbf;
  line-height: 1;
  font-size: 1.4rem;
}

.interview-panel-img {
  flex: 0 0 auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .interview-panel-content {
    padding: 12px 30px 12px 10px;
  }

  .interview-panel-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .interview-panel-sub-title {
    margin-bottom: 10px;
  }

  .interview-panel-list-item {
    margin-bottom: 10px;
  }

  .interview-panel-list-item._label {
    margin-bottom: 5px;
  }

  .interview-panel-list-icon {
    margin: 0 5px 5px 0;
  }
}

/* .interview-panel-02
----------------------------------------------- */
.interview-panel-02 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  text-decoration: none;
  height: 100%;
}

.interview-panel-02-txt {
  position: relative;
  flex-grow: 1;
  display: block;
  padding: 17px 22px 17px 20px;
  background-color: #fff;
  color: #005bac;
}

.interview-panel-02-txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 1px solid #005bac;
  border-bottom: 1px solid #005bac;
  transform: rotate(-45deg);
}

.interview-panel-02-img {
  flex: 0 0 auto;
  text-align: center;
}

.interview-panel-02-img > img {
  height: auto;
}

@media only screen and (max-width: 640px) {

}

/* ----------------------------------------------------------------
  Button
----------------------------------------------------------------- */
/* .interview-btn
----------------------------------------------- */
.interview-btn {
  position: relative;
  display: inline-block;
  min-width: 360px;
  padding: 14px 52px;
  border: 1px solid #005bac;
  border-radius: 23px;
  color: #005bac;
  font-size: 1.6rem;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  transition: background-color .1s ease-out;
}

.interview-btn::before,
.interview-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #005bac;
}

.interview-btn::before {
  right: 20px;
  width: 12px;
  height: 2px;
}

.interview-btn::after {
  right: 25px;
  width: 2px;
  height: 12px;
}

.interview-btn:hover,
.interview-btn:active,
.interview-btn:focus {
  background-color: #ccdeee;
}

@media only screen and (max-width: 640px) {
  .interview-btn {
    min-width: auto;
    max-width: 360px;
    width: 100%;
  }
}

/* .interview-btn-lyt
----------------------------------------------- */
.interview-btn-lyt {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .interview-btn-lyt {
    margin-bottom: 30px;
  }
}

/* .interview-panel-more
----------------------------------------------- */
.interview-panel-more {
  text-align: center;
}
.interview-panel-moreBtn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.1875;
  min-width: 360px;
  min-height: 46px;
  padding: 12px 40px 11px;
  border: 1px solid #005bac;
  color: #005bac;
  border-radius: 23px;
  text-decoration: none;
  transition: all .1s ease-out;
}
.interview-panel-moreBtn:hover {
  color: #005bac;
  background-color: #ccdeee;
}
.interview-panel-moreBtn::before, .interview-panel-moreBtn::after {
  content: '';
  position: absolute;
  background-color: #005bac;
  transition: all .2s ease-out;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.interview-panel-moreBtn::before {
  width: 2px;
  height: 12px;
  right: 27px;
}
.interview-panel-moreBtn::after {
  width: 12px;
  height: 2px;
  right: 22px;
}

/* ----------------------------------------------------------------
  Slider
----------------------------------------------------------------- */
.slick-slider {
  position: relative;
}

.slick-list {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-list,
.slick-track {
  z-index: 1;
}

.slick-arrow,
.slick-dots button,
.carousel-playing button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 22px;
  height: 80px;
  background-color: rgba(255, 255, 255, .6);
  color: transparent;
}

.slick-arrow.slick-prev {
  left: -42px;
}

.slick-arrow.slick-next {
  right: -42px;
}

.slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #387ebd;
  border-bottom: 1px solid #387ebd;
}

.slick-arrow.slick-prev::before {
  right: 2px;
  transform: rotate(-225deg);
}

.slick-arrow.slick-next::before {
  right: 8px;
  transform: rotate(-45deg);
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 28px 0;
  background-color: #fff;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent;
  background-color: #d0d0d0;
}

.slick-dots .slick-active button {
  background-color: #65a4e5;
}

.carousel-banner {
  position: relative;
}

.carousel-playing {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 100px;
  height: 22px;
  border: 1px solid #b9b9b9;
}

.carousel-playing button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .slick-dots {
    flex-wrap: wrap;
    padding: 30px 0;
  }

  .slick-arrow.slick-prev {
    left: -32px;
  }

  .slick-arrow.slick-next {
    right: -32px;
  }

  .carousel-playing {
    bottom: 18px;
    width: 50px;
    height: 42px;
  }
}

@media only screen and (max-width: 374px) {
  .slick-dots {
    padding: 30px 0 70px;
  }

  .carousel-playing {
    bottom: 0;
  }
}

/* ----------------------------------------------------------------
  Carousel
----------------------------------------------------------------- */
/* .interview-carousel
----------------------------------------------- */
.interview-carousel-link {
  display: -ms-grid;
  display: grid;
  grid-template-areas:
    "img title"
    "img list";
  -ms-grid-columns: auto 1fr;
  padding: 30px 0;
  text-decoration: none;
}

.interview-carousel-title {
  grid-area: title;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.interview-carousel-title-main {
  margin-bottom: 20px;
}

.interview-carousel-title-main > b {
  color: #fff;
  font-weight: 400;
  font-size: 3.0rem;
}

.interview-carousel-title-sub {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.0rem;
}

.interview-carousel-list {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: list;

  display: grid;
  display: -ms-grid;
  grid-template-areas:
    "a a"
    "b b"
    "c d";
  margin-bottom: 0;
  padding: 22px 40px;
  background-color: #fff;
}

.interview-carousel-list > *:last-child {
  margin-bottom: 0;
}

.interview-carousel-list-item {
  margin-bottom: 16px;
}

.interview-carousel-list-item:nth-child(1) {
  grid-area: a;
  -ms-grid-column-span: 2;
}

.interview-carousel-list-item:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column-span: 2;
  grid-area: b;
}

.interview-carousel-list-item:nth-child(3) {
  -ms-grid-row: 3;
  grid-area: c;
  margin-bottom: 0;
}

.interview-carousel-list-item:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: d;
  margin-bottom: 0;
}

.interview-carousel-list-item._label {
  margin-bottom: 6px;
}

.interview-carousel-list-title {
  float: left;
  margin-right: 30px;
  color: #333;
  font-weight: 700;
}

.interview-carousel-list-desc {
  color: #333;
}

.interview-carousel-list-label {
  margin-bottom: 0;
  font-size: 0;
}

.interview-carousel-list-label:last-child > * {
  margin-bottom: 10px;
}

.interview-carousel-list-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 8px 12px;
  background-color: #ddd;
  border: 1px solid #bfbfbf;
  font-size: 1.6rem;
  line-height: 1;
}

.interview-carousel-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img;
  min-width: 180px;
  margin-right: 50px;
  text-align: center;
}

.interview-carousel-img > img {
  width: 100%;
  max-width: auto;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .interview-carousel-link {
    grid-template-areas:
      "img title"
      "list list";
    padding: 20px 0;
  }

  .interview-carousel-title {
    -ms-grid-column: 2;
  }

  .interview-carousel-list {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    display: block;
  }

  .interview-carousel-title-main {
    margin-bottom: 10px;
  }

  .interview-carousel-title-main > b {
    font-size: 1.6rem;
  }

  .interview-carousel-title-sub {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  .interview-carousel-list {
    padding: 10px 20px;
  }

  .interview-carousel-list-item {
    display: block;
    margin-bottom: 8px;
  }

  .interview-carousel-list-item:nth-child(3) {
    margin-bottom: 8px;
  }

  .interview-carousel-list-item._label {
    margin-bottom: 5px;
  }

  .interview-carousel-list-title {
    float: left;
    min-width: auto;
    margin-right: 20px;
  }

  .interview-carousel-list-label {
    display: block;
  }

  .interview-carousel-list-label:last-child > * {
      margin-bottom: 3px;
  }

  .interview-carousel-list-icon {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: 4px 7px;
    font-size: 1.2rem;
  }

  .interview-carousel-img {
    -ms-grid-row-span: 1;
    min-width: auto;
    margin: 0 18px 20px 0;
    margin-right: 18px;
  }
}

/* .interview-box
----------------------------------------------- */
.interview-box-sns {
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}

.interview-box-sns > *:last-child {
  margin-bottom: 0;
}

.interview-box-sns-hdg {
  position: relative;
  margin: 0 0 23px;
  color: #005bac;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-align: center;
}
.interview-box-sns-hdg::before,
.interview-box-sns-hdg::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #005bac;
}

.interview-box-sns-hdg::before {
  margin-right: 12px;
  transform: rotate(-29deg) translate(-8px, 0);
}

.interview-box-sns-hdg::after {
  margin-left: 12px;
  transform: rotate(29deg) translate(5px, 2px);
}

.interview-box-sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0 0 -20px;
}

.interview-box-sns-list > li {
  padding: 20px 0 0 20px;
}

.interview-box-sns-list a {
  display: block;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.interview-box-sns-list a:hover,
.interview-box-sns-list a:focus {
  opacity: .4;
}

@media only screen and (max-width: 640px) {
  .interview-box-sns {
      margin-right: -10px;
      margin-left: -10px;
      padding-right: 17px;
      padding-left: 17px;
  }
}

/* ----------------------------------------------------------------
  Helper
----------------------------------------------------------------- */
/* Font-color
----------------------------------------------- */
.interview-fc-01 {
  color: #aaa;
}

/* Display
----------------------------------------------- */
.interview-show-sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .interview-show-sp {
    display: block;
  }

  .interview-hidden-sp {
    display: none;
  }
}

/* .interview-ruby
----------------------------------------------- */
.interview-ruby rt {
  transform: translateY(.2em);
}

/* ----------------------------------------------------------------
    Finder
----------------------------------------------------------------- */
/* .itw-finder
----------------------------------------------- */
.itw-finder {
  position: relative;
  background-color: #FAF7F5;
  padding: 24px 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.itw-finder.show-sp {
  display: none;
}
.itw-finder_texts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.itw-finder_texts > * {
  margin: 0;
}
.itw-finder_condition {
  flex: 1 1 auto;
  font-size: 2.4rem;
  line-height: 1.5909090909;
  color: #333;
  font-weight: 700;
}
.itw-finder_fit {
  font-size: 1.6rem;
  text-align: right;
  font-weight: 700;
  line-height: 1.6111111111;
}
.itw-finder_count {
  margin-left: 20px;
}
.itw-finder_content {
  margin-bottom: 13px;
}
.itw-finder_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6111111111;
  color: #436fc0;
  text-align: left;
  margin-bottom: 10px;
}
.itw-finder_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0;
}
.itw-modal .itw-finder_list {
  align-items: unset;
}
.itw-finder_item {
  width: 19.298245614%;
  border-radius: 3px;
  position: relative;
  margin: 0 .8771929824% 7px 0;
  text-align: left;
}
.itw-finder_item.is-active > .itw-finder_label {
  border: 1px solid #436fc0;
}
.itw-finder_list > .itw-finder_item:nth-child(5n) {
  margin-right: 0;
}
.itw-finder_list > .itw-finder_item:last-child {
  margin-bottom: 7px;
}
.itw-finder_item > input {
  position: absolute;
  z-index: -1;
}
.itw-finder_item > input.is-none+label,
.itw-finder_item > input.is-none+label::before {
  background-color: #e2e2e2;
  pointer-events: none;
}
.itw-finder_item > input.is-none+label+.itw-finder_toggle {
  display: none;
}
.itw-subdivision_item > input.is-none+label {
  color: #e2e2e2;
  pointer-events: none;
}
.itw-subdivision_item > input.is-none+label::before,
.itw-subdivision_item > input.is-none+label::after {
  visibility: hidden;
}
.itw-finder_label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #fff;
  transition: all .2s ease-out;
  padding: 8px 28px 8px 36px;
  cursor: pointer;
}
.itw-finder_label:hover,
.itw-finder_label:active,
.itw-finder_label:focus {
  color: #436FC0;
}
.itw-finder_label::before {
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #E6E3E1;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  background-color: #E6E3E1;
}
.itw-finder_label::before,
.itw-finder_label::after {
  position: absolute;
  content: "";
}
.itw-finder_label::after {
  left: 14px;
  top: 0;
  bottom: 1px;
  margin: auto 0;
  opacity: 0;
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.itw-finder_label .acq-icon-link {
  margin: 0 0 0 4px;
}
.itw-finder_label.detail,
.itw-finder_label.industry {
  border: none;
  padding: 0 4px 0 28px;
  color: #333;
}
.itw-finder_label.detail::before,
.itw-finder_label.industry::before {
  left: 0;
}
.itw-finder_label.detail::after,
.itw-finder_label.industry::after {
  left: 4px;
}
.itw-finder_modal:hover .itw-finder_label,
.itw-finder_modal:active .itw-finder_label,
.itw-finder_modal:focus .itw-finder_label {
  color: #436FC0;
}
.itw-finder_item > input:checked + .itw-finder_label {
  border-color: #436FC0;
}
.itw-finder_item > input:focus + .itw-finder_label {
  color: #436FC0;
}
.itw-finder_item > input:checked + .itw-finder_label::before {
  background-color: #436FC0;
  border: 1px solid #436FC0;
}
.itw-finder_item > input:checked + .itw-finder_label::after {
  opacity: 1;
}
.itw-finder_toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
}
.itw-finder_toggleBtn {
  position: relative;
  border: none;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #EDF2F9;
  border-radius: 50%;
}
.itw-finder_toggleBtn:focus-visible {
  outline-color:#436FC0;
}
.itw-finder_toggleBtn::before,
.itw-finder_toggleBtn::after {
  content: '';
  position: absolute;
  background-color: #436FC0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.itw-finder_toggleBtn::before {
  width: 2px;
  height: 10px;
}
.itw-finder_toggleBtn::after {
  width: 10px;
  height: 2px;
}
.itw-finder_toggleBtn.is-expand::before {
  transform: translate(25%, 0) rotate(90deg);
}
.itw-finder_toggleBtn.is-expand::after {
  opacity: 0;
  transform: translate(0, -50%) rotate(90deg);
}
.itw-finder_list-02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
}
.itw-finder_list-02 .itw-finder_item {
  width: 19.298245614%;
}
.itw-finder_list-02 > .itw-finder_item:last-child {
  margin-bottom: 7px;
}
.itw-finder_list-02 .itw-finder_label {
  width: 100%;
}
.itw-finder_modal {
  display: inline-block;
  color: #333;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.7857142857;
  text-decoration: none;
  padding: 8px 28px 8px 9px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
  align-self: center;
  transition: all .2s ease-out;
  cursor: pointer;
}
.itw-finder_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto 0;
}
.itw-finder_modal:hover,
.itw-finder_modal:active,
.itw-finder_modal:focus {
  color: #436FC0;
}
.itw-finder_modal:focus {
  outline: none;
}
.itw-finder_modal:hover .itw-finder_icon,
.itw-finder_modal:active .itw-finder_icon,
.itw-finder_modal:focus .itw-finder_icon {
  opacity: 1;
}
.itw-finder_modal > input {
  position: absolute;
  z-index: -1;
}
.itw-finder_modal .itw-finder_label {
  pointer-events: none;
}
.itw-finder_modal > input:checked + .itw-finder_label::before {
  background-color: #65a4e5;
  border: 1px solid #65a4e5;
}
.itw-finder_modal > input:checked + .itw-finder_label::after {
  opacity: 1;
}
.itw-finder_btns {
  position: relative;
  display: flex;
  justify-content: center;
}
.itw-finder_searchBtn {
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  border: 0;
  min-width: 336px;
  color: #fff;
  transition: background-color .2s ease-out;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .4);
  background-color: rgba(0, 0, 0, .4);
  pointer-events: none;
}
.itw-finder_searchBtn:hover,
.itw-finder_searchBtn:active,
.itw-finder_searchBtn:focus {
  background: #1a80db;
  color: #fff;
}
.itw-finder_searchBtn:hover,
.itw-finder_searchBtn:active {
  border-color: #1a80db;
}
.itw-finder_searchBtn:focus {
  outline-color: #005bac;
}
.itw-finder_searchBtn.is-active {
  background-color: #22254C;
  border: 1px solid #22254C;
  pointer-events: inherit;
}
.itw-finder_clearBtn {
  position: absolute;
  right: 0;
  bottom: 16px;
  padding: 5px 10px 6px;
  border-radius: 12px;
  border: 1px solid #22254C;
  background-color: #22254C;
  color: #fff;
  transition: background-color, border .2s ease-out;
}
.itw-finder_clearBtn:hover,
.itw-finder_clearBtn:active,
.itw-finder_clearBtn:focus {
  background: rgba(0, 0, 0, .4);;
}
.itw-finder_clearBtn:focus {
  outline: none;
}
.itw-finder_select {
  position: relative;
  display: flex;
  align-items: center;
}
.itw-finder_capital {
  width: 19.298245614%;
  position: relative;
  text-align: left;
  height: 100%;
}
.itw-finder_capital select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  line-height: 1.6;
  font-size: 1.4rem;
  padding: 8px 24px 9px;
  background-color: #fff;
  transition: all .2s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.itw-finder_capital select::-ms-expand {
	display: none;
}
.itw-finder_capital::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 6px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #005bac;
  border-left: 2px solid #005bac;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}
.itw-finder_capital.is-open::after {
  transform: rotate(45deg);
}
.itw-finder_capital select:focus {
  color: #65a4e5;
}
.itw-finder_capital select > option {
  color: #333;
}
.itw-finder_range {
  margin: 0 18px;
}
.itw-finder_foot {
  position: relative;
  margin-top: 50px;
  margin-bottom: 32px;
  text-align: center;
}
.itw-finder_foot .itw-finder_fit {
  text-align: center;
}
.itw-finder_secret {
  position: relative;
}
.itw-finder_secret > input {
  position: absolute;
  z-index: -1;
}
.itw-finder_label-02 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  transition: all .2s ease-out;
  cursor: pointer;
  margin-left: 48px;
}
.itw-finder_label-02::before,
.itw-finder_label-02::after {
  content: '';
  position: absolute;
}
.itw-finder_label-02::before {
  left: -26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  background-color: #fff;
}
.itw-finder_label-02::after {
  left: -22px;
  top: 0;
  bottom: 1px;
  margin: auto 0;
  opacity: 0;
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.itw-finder_label-02:hover {
  color: #65a4e5;
}
.itw-finder_secret > input:checked + .itw-finder_label-02 {
  border-color: #65a4e5;
}
.itw-finder_secret > input:focus + .itw-finder_label-02 {
  color: #65a4e5;
}
.itw-finder_secret > input:checked + .itw-finder_label-02::before {
  background-color: #65a4e5;
  border: 1px solid #65a4e5;
}
.itw-finder_secret > input:checked + .itw-finder_label-02::after {
  opacity: 1;
}
.itw-finder_closeBtn {
  padding: 4px 10px 5px;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  border: none;
}
.itw-finder_closeBtn::before {
  content: "✕";
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  margin-right: 4px;
}
.itw-finder_closeBtn::after {
  content: "閉じる";
  opacity: 0;
  width: 0;
  display: block;
  height: 0;
}

/* .itw-subdivision
----------------------------------------------- */
.itw-subdivision {
  position: absolute;
  top: calc(100% - 6px);
  z-index: 2;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  display: none;
  transition: all .2s ease-out;
}
.itw-finder.show-pc .itw-subdivision {
  max-height: 300px;
  overflow: auto;
}
.itw-finder.show-pc .itw-subdivision::-webkit-scrollbar {
  width: 4px;
}
.itw-finder.show-pc .itw-subdivision::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 1px;
}
.itw-subdivision.is-expand {
  display: block;
}
.itw-subdivision_list {
  margin-bottom: 0;
}
.itw-subdivision_item {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  margin: 0;
}
.itw-subdivision_item > input {
  position: absolute;
  z-index: -1;
  outline: none;
}
.itw-subdivision_item > input:checked + .itw-finder_label {
  border-color: #005bac;
}
.itw-subdivision_item .itw-finder_label {
  border: none;
  padding: 8px 28px 8px 46px;
}
.itw-subdivision_item > input:focus + .itw-finder_label {
  color: #65a4e5;
}
.itw-subdivision_item .itw-finder_label::before {
  left: 20px;
}
.itw-subdivision_item .itw-finder_label::after {
  left: 25px;
}
.itw-finder_item > input ~ .itw-subdivision {
  border: 1px solid #436fc0;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.itw-subdivision_item > input:checked + .itw-finder_label::before {
  background-color: #65a4e5;
  border: 1px solid #65a4e5;
}
.itw-subdivision_item > input:checked + .itw-finder_label::after {
  opacity: 1;
}

/* .itw-refinement
----------------------------------------------- */
.itw-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  padding: 3em 0;
  max-width: none;
  max-height: none;
  border: none;
  background-color: rgba(0, 0, 0, .4);
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;

  visibility: hidden;
  opacity: 0;
}

.itw-modal.is-open {
  visibility: visible;
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
}

.itw-modal[aria-labelledby="modal-pc"] .itw-finder {
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .itw-modal {
    padding: 0;
  }

  .itw-modal .itw-finder {
    min-height: calc(100vh - 40px);
    border-radius: 0;
  }

}

/* .itw-refinement
----------------------------------------------- */
.itw-refinement {
  max-width: 1140px;
  margin: 0 auto;
}
.itw-refinement .itw-finder {
  padding: 60px 63px 36px;
}

@media only screen and (max-width: 640px) {
  .itw-finder {
    padding: 30px 20px;
  }
  .itw-finder.show-pc {
    display: none;
  }
  .itw-finder.show-sp {
    display: block;
    padding: 28px 24px;
  }
  .itw-finder_texts {
    align-items: center;
  }
  .itw-finder_title {
    margin-bottom: 5px;
  }
  .itw-finder_condition {
    font-size: 1.8rem;
    line-height: 1.55;
  }
  .itw-finder_fit {
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
  .itw-finder_toggle {
    top: 12px;
    bottom: auto;
    right: 6px;
  }
  .itw-finder_modal {
    width: 100%;
  }
  .itw-finder_modal.itw-finder_refinementBtn {
    margin-bottom: 30px;
    padding-right: 8px;
  }
  .itw-finder_btns {
    justify-content: flex-end;
    position: static;
  }
  .itw-finder_finderBtn,
  .itw-finder_searchBtn {
    font-size: 1.6rem;
    width: 100%;
    min-width: unset;
  }
  .itw-finder_clearBtn {
    font-size: 1.6rem;
    width: 32.2388059701%;
    position: static;
  }
  .itw-finder_range {
    margin: 0 10px;
  }
  .itw-finder_foot {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-end;
  }
  .itw-finder_explain {
    color: #22254C;
    font-size: 1.8rem;
    line-height: 1.55;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .itw-finder_list {
    margin-bottom: 24px;
  }
  .itw-finder_item {
    width: 100%;
    margin: 0 0 10px;
  }
  .itw-finder_label {
    height: auto;
  }
  .itw-finder_item input:checked + .itw-finder_label::before {
    background-color: #65a4e5;
    border: 1px solid #65a4e5;
  }
  .itw-finder_moreBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #005bac;
  }
  .itw-finder_moreBtn::after {
    content: '';
    position: absolute;
    border-top: 0;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
  .itw-finder_capital {
    width: 53.776119%;
  }
  .itw-finder_select {
    flex-wrap: wrap;
    gap: 8px 0;
    margin-bottom: 10px;
  }
  .itw-finder_secret {
    margin-top: 10px;
  }
  .itw-finder_secret > input {
    position: absolute;
    z-index: -1;
  }
  .itw-finder_label-02 {
    margin-left: 26px;
  }
  .itw-finder_label-02::before,
  .itw-finder_label-02::after {
    content: '';
    position: absolute;
  }
  .itw-finder_label-02::before {
    left: -26px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    background-color: #fff;
  }
  .itw-finder_label-02::after {
    left: -22px;
    top: 0;
    bottom: 1px;
    margin: auto 0;
    opacity: 0;
    display: block;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  .itw-finder_secret > input:checked + .itw-finder_label-02 {
    border-color: #65a4e5;
  }
  .itw-finder_secret > input:focus + .itw-finder_label-02 {
    color: #65a4e5;
  }
  .itw-finder_secret > input:checked + .itw-finder_label-02::before {
    background-color: #65a4e5;
    border: 1px solid #65a4e5;
  }
  .itw-finder_secret > input:checked + .itw-finder_label-02::after {
    opacity: 1;
  }
  .itw-finder_content {
    margin-bottom: 0;
  }
  .itw-backBtn {
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    padding: 8px 20px;
    text-align: left;
    border: none;
  }
  .itw-backBtn_link {
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 2.1875;
    color: #005bac;
    padding-left: 14px;
  }
  .itw-backBtn_link::before {
    content: '';
    position: absolute;
    border-top: 0;
    top: 0px;
    bottom: 0;
    left: -3px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    z-index: 1;
  }
  .itw-backBtn_link::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #005bac;
  }
  .itw-subdivision {
    margin-top: -4px;
  }
  .itw-subdivision_item .itw-finder_label::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .itw-subdivision_item .itw-finder_label::after {
    left: 24px;
  }
  .itw-finder_foot .itw-finder_fit {
    margin-bottom: 10px;
  }
  .itw-refinement_sp {
    text-align: left;
  }
  .itw-refinement_sp .itw-finder_content {
    margin-bottom: 30px;
  }
  .itw-industry .itw-finder_list {
    flex-direction: column;
    margin-bottom: 24px;
  }
}