@charset "UTF-8";

/* -------------------------------------
experience
------------------------------------- */
.ilblk {
  display: inline-block;
}

br.b-600 {
  display: none;
}

main {
  margin-bottom: 80px;
}

.lead {
  margin-bottom: 80px;
}

.float .box .text ul {
  margin-top: 30px;
}

.float .box .text ul li {
  line-height: 2.2;
}

.content {
  padding-top: 77px;
  padding-bottom: 52px;
}

.content--color1 {
  background-color: #c8dbda;
}

.content--color2 {
  background-color: #e6dfcc;
}

.content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3vw 0;
  padding-top: 62px;
  padding-bottom: 32px;
}

.content-list::after {
  content: "";
  height: 0;
  width: 31.3%;
}

.content-list__item {
  width: 31.3%;
}

.content-list__thum img {
  width: 100%;
  height: auto;
}

.content-list__thum {
  margin-bottom: 24px;
  position: relative;
}

.content-list__name {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
}

.content-list__desc {
  margin-bottom: 17px;
  font-size: 14px;
}

.content-list--last {
  padding-bottom: 20px;
}

#list {
  padding-bottom: 80px;
}

#list .rev-bnr {
  margin-top: 36px;
}

.title .eng {
  font-size: 20px;
}

table,
td,
th {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}

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

.table--type1 .table__head1 {
  background-color: #f2f2f2;
}

.table--type1 .table__head2 {
  background-color: #f2f2f2;
  font-size: 12px;
}

.table--type1 .table__head1 td:nth-child(1) {
  width: 250px;
}

.table--type1 .table__head1 td:nth-child(2) {
  width: 140px;
}

.table--type1 .table__head1 td:nth-child(3) {
  width: 365px;
}

.table--type1 .table__head1 td:nth-child(4) {
  width: 245px;
}

.table--type1 .table__head2 td:nth-child(3) {
  width: 120px;
}

.table--type1 td {
  height: 46px;
}

.table--type1 .table__row td:first-child {
  text-align: left;
  padding-left: 24px;
}

.acf__heading {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 16px;
}

.acf__heading span {
  font-size: 14px;
}

.acf__info-list__item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.acf__info-list__item:first-child {
  margin-bottom: 10px;
}

.acf__info-list__title {
  min-width: 278px;
  padding-left: 30px;
}

.acf__info-list__text {
  width: calc(100% - 278px);
}

.acf__info-area--type1 {
  padding-bottom: 150px;
  margin-top: 44px;
}

.acf__info-desc {
  font-size: 13px;
  line-height: 2;
}

/* 2024/05/13 追加 */
.position-text {
  position: absolute;
  bottom: -27px;
  right: 0;
}

.section-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.list__detail {
  width: 100%;
}
.list__detailWrap {
  display: flex;
  justify-content: space-between;
}
.list__detailWrap--heading,
.list__detailWrap--conts {
  font-size: 15px;
  line-height: 1.73;
}
.list__detailWrap--heading {
  width: 75px;
}
.heading--type02 {
  display: flex;
  justify-content: space-between;
  width: 65px;
}
.list__detailWrap--conts {
  width: calc(100% - 90px);
  max-width: 295px;
  letter-spacing: 0.07em;
}
.sml-text {
  font-size: 13px;
}
.attention__list {
  width: 100%;
  padding-top: 5px;
}
.attention__list--item,
.attention__smlText {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.attention__smlText {
}

.rev-bnr__wrap {
  margin-bottom: 39px;
}

.acf__infoList {
  width: 100%;
}
.acf__infoList--item {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.73;
  letter-spacing: 0.17em;
}
/* 2024/05/13 追加 */

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 1060px) {
  .js-scrollable {
    overflow-x: auto;
  }

  .js-scrollable table {
    width: 1000px;
  }
}

@media screen and (max-width: 960px) {
  .content-list {
    gap: 0;
  }

  .content-list__item {
    width: 48.3%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .acf__info-list__item {
    flex-direction: column;
  }

  .acf__info-list__title {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .acf__info-list__text {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
  .float .box .text ul {
    text-align: left;
    margin-top: 40px;
  }

  .content {
    padding-top: 47px;
  }

  .content-list {
    padding-top: 32px;
  }

  .content-list__name {
    font-size: 5vw;
  }

  /* 2024/05/13 追加 */
  .position-text {
    font-size: 2.187vw;
    bottom: -4.218vw;
  }

  .section-title {
    font-size: 18px;
  }

  .list__detailWrap--sp {
    display: block;
  }
  .list__detailWrap--sp .list__detailWrap--heading,
  .list__detailWrap--sp .list__detailWrap--conts {
    font-size: 14px;
    width: 100%;
  }
  .list__detailWrap--sp .list__detailWrap--conts {
    max-width: 100%;
  }

  .list__detailWrap--sp .heading--type02 {
    width: 65px;
  }

  .heading--type02 {
    width: 65px;
  }

  .attention__list {
    width: 100%;
  }
  /* 2024/05/13 追加 */
}

@media screen and (max-width: 600px) {
  br.b-600 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  /* 2024/05/13 追加 */
  .position-text {
    font-size: 10px;
    bottom: -20px;
  }

  .list__detailWrap {
    display: block;
  }
  .list__detailWrap--heading,
  .list__detailWrap--conts {
    width: 100%;
  }
  .list__detailWrap--conts {
    max-width: 100%;
  }
  /* 2024/05/13 追加 */
}

@media screen and (max-width: 375px) {
  /* 2024/05/13 追加 */
  .position-text {
    font-size: 9px;
  }
  /* 2024/05/13 追加 */
}

@media screen and (min-width: 769px) {
}
