@charset "UTF-8";
.main {
  margin-top: 14rem;
}
@media only screen and (max-width: 767px) {
  .main {
    margin-top: 18rem;
  }
}

.mv {
  margin-bottom: 15rem;
}
.mv .titleType01 .en {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .mv .titleType01 .en {
    font-size: 9rem;
  }
}
.mv__img {
  position: relative;
  height: 46rem;
  margin-top: -5rem;
}
@media only screen and (max-width: 767px) {
  .mv__img {
    height: 75rem;
    margin-top: 8rem;
  }
  .mv__img::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 8.5rem;
    width: 26rem;
    background-color: #fff;
  }
}
.mv__img img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .mv__img img {
    object-position: 70% 50%;
  }
}
.mv__breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 3rem 0;
  margin-top: 6rem;
  width: 63rem;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .mv__breadcrumbs {
    display: none;
  }
}
.mv__breadcrumbs::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.mv__breadcrumbs a {
  position: relative;
  text-decoration: underline;
  margin-right: 5.5rem;
}
.mv__breadcrumbs a::after {
  content: "/";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.5rem;
}

.interviewlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  .interviewlist.type02 {
    gap: 4rem 3.5%;
    justify-content: flex-start;
  }
}
.interviewlist.type02 .interviewlist__item {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .interviewlist.type02 .interviewlist__item {
    width: 100%;
  }
}
.interviewlist.type02 .interviewlist__item a .text {
  font-size: 2.2rem;
  width: 85%;
}
@media print, screen and (min-width: 768px) {
  .interviewlist.type02 .interviewlist__item a .text {
    bottom: 8.5rem;
    left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .interviewlist.type02 .interviewlist__item a .text {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .interviewlist.type02 .interviewlist__item a .info {
    display: block;
    left: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .interviewlist.type02 .interviewlist__item a .img {
    padding-top: 0;
    height: 54rem;
  }
}
.interviewlist__item {
  position: relative;
  width: 48.5%;
}
@media only screen and (max-width: 767px) {
  .interviewlist__item {
    width: 100%;
  }
}
.interviewlist__item a {
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
  border-radius: 2rem;
}
.interviewlist__item a:hover .img {
  transform: scale(1.05);
}
.interviewlist__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .interviewlist__item a::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.35) 100%);
  }
}
.interviewlist__item a .label {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-color: #00529f;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  font-size: 2rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .interviewlist__item a .label {
    font-size: 3rem;
  }
}
.interviewlist__item a .img {
  transition: all ease-in-out 0.3s;
  position: relative;
  width: 100%;
  padding-top: 65%;
}
.interviewlist__item a .img img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.interviewlist__item a .text {
  position: absolute;
  left: 2rem;
  bottom: 4.5rem;
  font-weight: bold;
  font-size: 2.2rem;
  width: 80%;
  line-height: 1.4;
  z-index: 2;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .interviewlist__item a .text {
    font-size: 3rem;
    bottom: 10.5rem;
    left: 3rem;
  }
}
.interviewlist__item a .info {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
  left: 2rem;
  bottom: 1.5rem;
  line-height: 1.4;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .interviewlist__item a .info {
    display: block;
    left: 3rem;
    bottom: 2rem;
  }
}
.interviewlist__item a .icon {
  z-index: 2;
  right: 2rem;
  bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .interviewlist__item a .icon {
    width: 7rem;
    bottom: 2.5rem;
  }
}

#page-business .wrapper__content {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  #page-business .wrapper__content {
    margin-top: 6rem;
  }
}
#page-business .solution__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10rem 0;
}
#page-business .solution__item {
  position: relative;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  #page-business .solution__item {
    width: 100%;
  }
}
#page-business .solution__deital {
  margin-top: 5rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  #page-business .solution__deital {
    padding: 0;
  }
}
#page-business .solution__deital .label {
  display: inline-block;
  font-weight: bold;
  font-size: 2.2rem;
  color: #fff;
  background-color: #00529f;
  line-height: 1;
  padding: 0.5rem 1rem 0.7rem;
}
@media only screen and (max-width: 767px) {
  #page-business .solution__deital .label {
    font-size: 2.6rem;
    padding: 0.8rem 1.5rem 1rem;
  }
}
#page-business .solution__deital .title {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 2.5rem 0;
  white-space: nowrap;
}
#page-business .solution__deital .info {
  position: relative;
  padding: 2.5rem 2rem 1.5rem;
  background-color: #F5F5F5;
  margin-top: 4rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-business .solution__deital .info {
    padding: 3.5rem 3rem 2.5rem;
    margin-top: 6rem;
  }
}
#page-business .solution__deital .info .memo {
  position: absolute;
  top: -1.5rem;
  left: 2rem;
  font-size: 1.8rem;
  color: #00529f;
  background-color: #fff;
  border: 2px solid #00529f;
  border-radius: 5rem;
  line-height: 1;
  padding: 0.5rem 1rem 0.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #page-business .solution__deital .info .memo {
    top: -2.5rem;
    font-size: 2.6rem;
    padding: 0.8rem 1.5rem 1rem;
  }
}
#page-business .strength__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 0;
}
@media only screen and (max-width: 767px) {
  #page-business .strength__list {
    gap: 4rem;
  }
}
#page-business .strength__item {
  width: 48.5%;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.5rem 3rem;
}
@media only screen and (max-width: 767px) {
  #page-business .strength__item {
    width: 100%;
    padding: 3.5rem 4rem;
    border-radius: 2rem;
  }
}
#page-business .strength__title {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  #page-business .strength__title {
    gap: 1.5rem;
  }
}
#page-business .strength__title .nmb {
  font-weight: bold;
  font-size: 7.5rem;
  color: #00529f;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  #page-business .strength__title .nmb {
    font-size: 9rem;
  }
}
#page-business .strength__title .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-business .strength__title .title {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
}
#page-business .strength__title .title strong {
  position: relative;
  font-size: 4.5rem;
  background: linear-gradient(transparent 60%, rgba(199, 22, 40, 0.25) 60%);
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  #page-business .strength__title .title strong {
    font-size: 5.4rem;
  }
}
#page-business .strength__title .title strong::before {
  content: "「";
  position: absolute;
  top: 0;
  left: -2rem;
}
#page-business .strength__title .title strong::after {
  content: "」";
  position: absolute;
  top: 0;
  right: -2rem;
}
#page-business .company {
  padding: 15rem 0;
}
#page-business .company__content {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  flex-wrap: wrap;
}
#page-business .company__content .list {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  #page-business .company__content .list *:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-business .company__content .list:last-child *:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #page-business .company__content .list {
    width: 100%;
  }
}
#page-business .company__content .list .term {
  padding: 2.5rem 1.5rem;
  width: 25%;
  border-bottom: 1px solid #c1d4e7;
}
@media only screen and (max-width: 767px) {
  #page-business .company__content .list .term {
    padding: 3rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  #page-business .company__content .list .term.column02 {
    line-height: 3.6;
  }
  #page-business .company__content .list .term.column02 + .desc {
    line-height: 3.6;
  }
}
#page-business .company__content .list .desc {
  padding: 2rem 1.5rem;
  width: 75%;
  border-bottom: 1px solid #c1d4e7;
}
@media only screen and (max-width: 767px) {
  #page-business .company__content .list .desc {
    padding: 3rem 0;
  }
}

#page-position .position {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #page-position .position {
    margin-bottom: 12rem;
  }
}
#page-position .position__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  border-bottom: 1px solid #c1d4e7;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #page-position .position__nav {
    gap: 0;
    justify-content: space-between;
  }
  #page-position .position__nav::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -10vw;
    height: 1px;
    width: 110vw;
    background-color: #c1d4e7;
  }
}
#page-position .position__nav .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 1rem;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #page-position .position__nav .item {
    display: block;
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 3rem;
  }
}
#page-position .position__nav .item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.4rem;
  background-color: #00529f;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
#page-position .position__nav .item:hover {
  opacity: 0.7;
}
#page-position .position__nav .item.active::before {
  opacity: 1;
}
#page-position .position__nav .item span {
  font-size: 2.4rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  #page-position .position__nav .item span {
    display: block;
    font-size: 3.6rem;
  }
}
#page-position .position__item {
  display: none;
}
#page-position .position__item.active {
  display: block;
}
#page-position .position__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-position .position__inner {
    display: block;
  }
}
#page-position .position__detail {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  #page-position .position__detail {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#page-position .position__detail .title {
  font-size: 6.5rem;
  font-weight: bold;
  color: #00529f;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #page-position .position__detail .title {
    font-family: 5.5rem;
  }
}
#page-position .position__detail .title span {
  display: block;
  font-size: 7.5rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  #page-position .position__detail .title span {
    font-family: 6.5rem;
  }
}
#page-position .position__detail .text {
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 3rem;
  line-height: 1.4;
}
#page-position .position__info {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  #page-position .position__info {
    width: 100%;
  }
}
#page-position .position__info .text {
  margin-top: 5rem;
}
#page-position .interview {
  display: none;
  margin-top: 0;
}
#page-position .interview.active {
  display: block;
}
#page-position .interview .wrapper__content {
  width: 100%;
  max-width: 100%;
}

#page-data .data {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #page-data .data {
    padding-bottom: 12rem;
  }
}
#page-data .data__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.5%;
}
@media only screen and (max-width: 767px) {
  #page-data .data__list {
    gap: 3rem 4%;
  }
}
#page-data .data__item {
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 2rem;
  padding: 4rem 2rem;
  height: 41rem;
  width: 31%;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item {
    padding: 3rem 2rem;
    height: 32rem;
    width: 48%;
  }
}
#page-data .data__item.extra {
  width: 48.25%;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item.extra {
    width: 100%;
  }
}
#page-data .data__item.extra .icon {
  height: 30rem;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item.extra .icon {
    height: 20rem;
  }
}
#page-data .data__item.extra .icon img {
  height: 26rem;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item.extra .icon img {
    height: 20rem;
  }
}
#page-data .data__item .label {
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  background-color: #333333;
  line-height: 1;
  padding: 0.6rem 2.5rem 0.7rem;
  border-radius: 5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item .label {
    font-size: 2.2rem;
    padding: 0.8rem 3rem 1rem;
  }
}
#page-data .data__item .icon {
  height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item .icon {
    height: 12rem;
  }
}
#page-data .data__item .icon:has(figcaption) {
  justify-content: space-between;
}
#page-data .data__item .icon figcaption {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item .icon figcaption {
    font-size: 2rem;
  }
}
#page-data .data__item .icon img {
  width: auto;
  height: 10rem;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item .icon img {
    height: 8rem;
  }
}
#page-data .data__item .nmb {
  font-weight: bold;
  font-size: 4rem;
  margin-top: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item .nmb {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
#page-data .data__item .nmb span {
  color: #00529f;
  font-size: 11rem;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  #page-data .data__item .nmb span {
    font-size: 8rem;
  }
}
#page-data .data__attention {
  text-align: right;
  margin-top: 2rem;
}

#page-vision .vision__career {
  position: relative;
  background-color: #f5f5f5;
  padding: 14rem 0 10rem;
  margin-top: 15rem;
}
#page-vision .vision .subtitle {
  position: absolute;
  top: -10.5rem;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 11rem;
  color: rgba(52, 59, 77, 0.35);
}
@media only screen and (max-width: 767px) {
  #page-vision .vision .subtitle {
    font-size: 10rem;
    top: -9.2rem;
  }
}
#page-vision .vision__title {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__title {
    display: block;
  }
}
#page-vision .vision__title .titleType01 {
  white-space: nowrap;
}
#page-vision .vision__title .text {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 1rem;
  text-align: right;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__title .text {
    font-size: 2.8rem;
    margin-top: 3rem;
    line-height: 1.6;
    text-align: left;
    white-space: wrap;
  }
}
#page-vision .vision__list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__list {
    display: block;
    margin-top: 5rem;
  }
}
#page-vision .vision__list .item {
  width: 19%;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__list .item {
    display: flex;
    width: 100%;
    margin-top: 4rem;
  }
}
#page-vision .vision__list .nmb {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 5rem;
  color: #00529f;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__list .nmb {
    font-size: 6rem;
    white-space: nowrap;
    text-align: left;
    width: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__list .text {
    width: calc(100% - 9rem);
  }
}
#page-vision .vision__list .text strong {
  color: #00529f;
}
#page-vision .vision__list .text .linkType01 {
  margin-top: 2rem;
  font-size: 1.8rem;
  width: 100%;
  height: 4rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__list .text .linkType01 {
    font-size: 3.6rem;
    height: 6.6rem;
    line-height: 6rem;
    width: 80%;
  }
}
#page-vision .vision__item {
  margin-top: 10rem;
}
#page-vision .vision__item .titleType02 {
  margin-bottom: 5rem;
}
#page-vision .vision__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__inner {
    display: block;
  }
}
#page-vision .vision__inner + .vision__inner {
  margin-top: 10rem;
}
@media print, screen and (min-width: 768px) {
  #page-vision .vision__inner:nth-child(odd) .vision__img {
    order: -1;
  }
}
#page-vision .vision__detail {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__detail {
    width: 100%;
  }
}
#page-vision .vision__detail .list {
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__detail .list {
    margin: 4rem 0;
  }
}
#page-vision .vision__detail .list .item {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__detail .list .item {
    gap: 2rem;
    margin-top: 1rem;
  }
}
#page-vision .vision__detail .list .label {
  font-weight: bold;
  color: #fff;
  background-color: #00529f;
  width: 10rem;
  line-height: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 5rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__detail .list .label {
    width: 16rem;
    line-height: 6rem;
    height: 6rem;
  }
}
#page-vision .vision__detail .list .text {
  width: calc(100% - 11rem);
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__detail .list .text {
    width: calc(100% - 18rem);
  }
}
#page-vision .vision__img {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #page-vision .vision__img {
    width: 100%;
    margin-top: 5rem;
  }
}
#page-vision .career-path {
  padding: 15rem 0 20rem;
  background-color: #e6edf5;
  margin-top: 15rem;
}
#page-vision .career-path__title {
  font-weight: bold;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 5rem;
}
#page-vision .career-path__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-vision .career-path__content {
    display: block;
  }
}
#page-vision .career-path__content .item {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #page-vision .career-path__content .item {
    width: 100%;
    margin-top: 6rem;
  }
}
#page-vision .interview {
  margin-top: 0;
  padding-top: 20rem;
}
#page-vision .interview .wrapper {
  position: relative;
}
#page-vision .interview .subtitle {
  position: absolute;
  top: -30.5rem;
  font-weight: bold;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 11rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #page-vision .interview .subtitle {
    font-size: 10rem;
    top: -29.2rem;
  }
}
#page-vision .interview__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-vision .interview__content {
    display: block;
  }
}
#page-vision .interview__info {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #page-vision .interview__info {
    width: 100%;
  }
}
#page-vision .interview__text {
  padding-left: 11rem;
  color: #fff;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .interview__text {
    padding: 0;
  }
}
#page-vision .interview .interviewlist {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #page-vision .interview .interviewlist {
    width: 100%;
  }
}
#page-vision .interview .interviewlist__item {
  width: 100%;
}
#page-vision .support {
  padding: 15rem 0;
  background-color: #e6edf5;
}
@media only screen and (max-width: 767px) {
  #page-vision .support {
    padding: 12rem 0;
  }
}
#page-vision .support__title {
  text-align: center;
  font-weight: bold;
  font-size: 4.5rem;
  margin-bottom: 8rem;
}
#page-vision .support .listType01 .item {
  background-color: #fff;
}
#page-vision .well-being {
  padding: 15rem 0;
}
@media only screen and (max-width: 767px) {
  #page-vision .well-being {
    padding: 12rem 0;
  }
}
#page-vision .well-being .titleType01 {
  margin-bottom: 5rem;
}
#page-vision .well-being__list {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .well-being__list {
    display: block;
  }
}
#page-vision .well-being__item {
  width: 48%;
  padding: 3rem 2rem;
  background-color: #e6edf5;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .well-being__item {
    padding: 4rem 3rem;
    margin-top: 4rem;
    width: 100%;
  }
}
#page-vision .well-being__title {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  #page-vision .well-being__title {
    gap: 1.5rem;
  }
}
#page-vision .well-being__title .nmb {
  font-weight: bold;
  font-size: 7.5rem;
  color: #00529f;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  #page-vision .well-being__title .nmb {
    font-size: 9rem;
  }
}
#page-vision .well-being__title .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #page-vision .well-being__title .title {
    font-size: 3.4rem;
  }
}
#page-vision .well-being__content {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
#page-vision .well-being__content .text {
  width: 68%;
}
#page-vision .well-being__content .img {
  width: 28%;
}

#page-benefit .benefit {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #page-benefit .benefit {
    padding-bottom: 12rem;
  }
}
#page-benefit .benefit__inner {
  margin-top: 10rem;
}
#page-benefit .benefit__inner .listType01 {
  margin-top: 5rem;
}
#page-benefit .benefit__inner .listType01 .title {
  white-space: nowrap;
}
#page-benefit .benefit__attention {
  position: relative;
  padding: 3rem 2rem;
  background-color: #e6edf5;
  margin-top: 4rem;
  border-radius: 2rem;
  margin-top: 8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #page-benefit .benefit__attention {
    padding: 4rem 3rem;
    margin-top: 6rem;
    text-align: left;
  }
}
#page-benefit .benefit__attention .memo {
  position: absolute;
  top: -1.8rem;
  left: 3rem;
  font-size: 1.8rem;
  color: #00529f;
  background-color: #fff;
  border: 2px solid #00529f;
  border-radius: 5rem;
  line-height: 1;
  padding: 0.5rem 2rem 0.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #page-benefit .benefit__attention .memo {
    top: -2.5rem;
    font-size: 2.6rem;
    padding: 0.8rem 3rem 1rem;
  }
}
#page-benefit .benefit__attention .text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #page-benefit .benefit__attention .text {
    font-size: 2.6rem;
  }
}
#page-benefit .suport {
  padding: 15rem 0;
  background-color: #00529f;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport {
    padding: 12rem 0;
  }
}
#page-benefit .suport__title01 {
  font-weight: bold;
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.4;
}
#page-benefit .suport__text {
  text-align: center;
  color: #fff;
  margin: 6rem 0;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport__text {
    margin: 8rem 0;
    text-align: left;
  }
}
#page-benefit .suport__content {
  background-color: #fff;
  border-radius: 2rem;
  padding: 5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport__content {
    display: block;
  }
}
#page-benefit .suport__content .img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport__content .img {
    width: 100%;
  }
}
#page-benefit .suport__content .text {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport__content .text {
    width: 100%;
    margin-top: 4rem;
  }
}
#page-benefit .suport__content .text .sub {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport__content .text .sub {
    font-size: 3.2rem;
  }
}
#page-benefit .suport__title02 {
  font-weight: bold;
  color: #fff;
  font-size: 3.8rem;
  margin: 8rem 0 4rem;
}
#page-benefit .suport__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport__list {
    display: block;
  }
}
#page-benefit .suport__item {
  width: 31%;
  background-color: #fff;
  border-radius: 2rem;
  padding: 6rem 3rem 4rem 3rem;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport__item {
    padding: 5rem;
    width: 100%;
    margin-top: 4rem;
    border-radius: 3rem;
  }
}
#page-benefit .suport__item .nmb {
  font-weight: bold;
  font-size: 7.5rem;
  color: #00529f;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  line-height: 0.8;
  text-align: center;
}
#page-benefit .suport__item .sub {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 2rem;
  color: #00529f;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #page-benefit .suport__item .sub {
    font-size: 3rem;
  }
}
#page-benefit .suport__item .list {
  margin-top: 2rem;
}
#page-benefit .suport__item .list .item {
  margin-top: 1rem;
}
#page-benefit .suport__item .list .item span {
  color: #00529f;
  margin-right: 0.5rem;
}

#page-office .office__tours .title {
  font-weight: bold;
  font-size: 2.6rem;
  height: 6rem;
  line-height: 6rem;
  width: 63rem;
  border: solid 1px #000;
  margin: 0 auto 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #page-office .office__tours .title {
    font-size: 3.2rem;
    height: 9rem;
    line-height: 9rem;
    margin-top: 6rem;
    width: 100%;
  }
}
#page-office .office__tours .item {
  width: 100%;
  padding-top: 48%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #page-office .office__tours .item {
    padding-top: 52%;
  }
}
#page-office .office__tours .item > div {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
#page-office .office__tours .item > div > div {
  height: 100% !important;
  width: 100% !important;
}
#page-office .office__tours .item iframe {
  height: 100% !important;
  width: 100% !important;
}
#page-office .office__nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 3.5%;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #page-office .office__nav {
    gap: 3rem 0;
  }
}
#page-office .office__nav .item {
  width: 31%;
  position: relative;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  #page-office .office__nav .item {
    width: 48%;
  }
}
#page-office .office__nav .item:hover {
  opacity: 0.7;
}
#page-office .office__nav .item figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  inset: 0;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
}
#page-office .gallery__content {
  margin-top: 5rem;
}
#page-office .gallery__inner:not(:first-child) {
  margin-top: 10rem;
}
#page-office .gallery__subtitle {
  font-weight: bold;
  font-size: 3rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  background-color: #fff;
  margin-bottom: 6rem;
}
#page-office .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.5%;
}
#page-office .gallery__list .img {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  #page-office .gallery__list .img {
    width: 100%;
  }
}
#page-office .gallery__list .img img {
  border-radius: 3rem;
  height: 34rem;
  object-fit: cover;
  object-position: center;
  overflow-clip-margin: unset;
}
@media only screen and (max-width: 767px) {
  #page-office .gallery__list .img img {
    height: 40rem;
  }
}
#page-office .gallery__list .img figcaption {
  margin-top: 1rem;
  color: #fff;
}

#page-requirements {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #page-requirements {
    padding-bottom: 12rem;
  }
}
#page-requirements .process__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-requirements .process__content {
    display: block;
  }
}
#page-requirements .process__item {
  position: relative;
  border-radius: 2rem;
  height: 24rem;
  background-color: #fff;
  width: 18%;
  text-align: center;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 767px) {
  #page-requirements .process__item {
    display: flex;
    align-items: center;
    padding: 4rem;
    width: 100%;
    gap: 2rem;
    height: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #page-requirements .process__item:not(:last-child) {
    margin-bottom: 8rem;
  }
}
#page-requirements .process__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -12.3%;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/common/icon_arrow03.svg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #page-requirements .process__item:not(:last-child)::after {
    inset: auto 0 -6.5rem 0;
    transform: rotate(90deg);
    width: 5rem;
    height: 5rem;
  }
}
#page-requirements .process__item .nmb {
  font-weight: bold;
  font-size: 7.5rem;
  color: #00529f;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  #page-requirements .process__item .nmb {
    font-size: 9rem;
    width: 11rem;
  }
}
#page-requirements .process__item .text {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-requirements .process__item .text {
    font-size: 3rem;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #page-requirements .process__item .text small {
    font-size: 70%;
  }
}
#page-requirements .job-fair {
  padding-top: 15rem;
}
@media only screen and (max-width: 767px) {
  #page-requirements .job-fair {
    padding-top: 12rem;
  }
}
#page-requirements .job-fair__content {
  margin-top: 8rem;
}
#page-requirements .linkType01.red {
  margin: 5rem auto 0;
}

#page-entry {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #page-entry {
    padding-bottom: 12rem;
  }
}
#page-entry .entry .wrapper {
  max-width: 1050px;
}
#page-entry .entry__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__item {
    padding: 4rem 0;
    display: block;
  }
}
#page-entry .entry__item:not(:last-child) {
  border-bottom: 1px solid #c1d4e7;
}
#page-entry .entry__item:first-child {
  padding-top: 0;
}
#page-entry .entry__label {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__label {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#page-entry .entry__label.req {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-entry .entry__label.req::after {
  content: "必須";
  color: #fff;
  background-color: #c71628;
  font-size: 1.3rem;
  border-radius: 5rem;
  line-height: 1;
  padding: 0.5rem 1rem 0.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__label.req::after {
    top: -2.5rem;
    font-size: 2.6rem;
    padding: 0.8rem 1.5rem 1rem;
  }
}
#page-entry .entry__input {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__input {
    width: 100%;
  }
}
#page-entry .entry__input.name {
  display: flex;
  gap: 1rem;
}
#page-entry .entry__input.input span, #page-entry .entry__input.select span, #page-entry .entry__input.tel span, #page-entry .entry__input.mail span {
  display: block;
}
#page-entry .entry__input.input span input, #page-entry .entry__input.input span select, #page-entry .entry__input.select span input, #page-entry .entry__input.select span select, #page-entry .entry__input.tel span input, #page-entry .entry__input.tel span select, #page-entry .entry__input.mail span input, #page-entry .entry__input.mail span select {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  padding: 0 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__input.input span input, #page-entry .entry__input.input span select, #page-entry .entry__input.select span input, #page-entry .entry__input.select span select, #page-entry .entry__input.tel span input, #page-entry .entry__input.tel span select, #page-entry .entry__input.mail span input, #page-entry .entry__input.mail span select {
    height: 8.5rem;
    line-height: 8.5rem;
  }
}
#page-entry .entry__input.radio .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__input.radio .wpcf7-radio {
    gap: 3rem;
  }
}
#page-entry .entry__input.radio .wpcf7-list-item {
  margin: 0;
  display: block;
}
#page-entry .entry__input.radio .wpcf7-list-item input[type=radio] {
  display: none;
}
#page-entry .entry__input.radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#page-entry .entry__input.radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.6rem 0 0.6rem 3.5rem;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__input.radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
    padding: 0.9rem 0 0.9rem 5rem;
  }
}
#page-entry .entry__input.radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__input.radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
    height: 4rem;
    width: 4rem;
  }
}
#page-entry .entry__input.radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.6rem;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #c71628;
  height: 1.4rem;
  width: 1.4rem;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__input.radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::after {
    left: 0.7rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #page-entry .entry__input.select span, #page-entry .entry__input.tel span {
    width: 48%;
  }
}
#page-entry .entry__privacy {
  margin: 7rem auto 0;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy {
    width: 100%;
  }
}
#page-entry .entry__privacy .content {
  padding: 3rem;
  border: 1px solid #B5B5B5;
}
#page-entry .entry__privacy .inner {
  line-height: 1.6;
  padding-right: 1rem;
  height: 20rem;
  overflow: hidden scroll;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .inner {
    height: 30rem;
  }
}
#page-entry .entry__privacy .inner::-webkit-scrollbar {
  width: 1rem;
}
#page-entry .entry__privacy .inner::-webkit-scrollbar-trac {
  background-color: #E6E6E6;
}
#page-entry .entry__privacy .inner::-webkit-scrollbar-thumb {
  background-color: #B3B3B3;
}
#page-entry .entry__privacy .inner .title {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .inner .title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
#page-entry .entry__privacy .inner .subtitle {
  font-weight: bold;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .inner .subtitle {
    margin-top: 4.5rem;
  }
}
#page-entry .entry__privacy .inner p {
  margin-left: 4rem;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .inner p {
    margin-left: 5rem;
  }
}
#page-entry .entry__privacy .inner .list01 {
  margin-left: 4rem;
  padding-left: 2.6rem;
  text-indent: -2.6rem;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .inner .list01 {
    margin-left: 5rem;
    padding-left: 4.6rem;
    text-indent: -4.6rem;
  }
}
#page-entry .entry__privacy .attention {
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .attention {
    text-align: left;
    margin-top: 5rem;
  }
}
#page-entry .entry__privacy .agree {
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .agree {
    margin-top: 5rem;
  }
}
#page-entry .entry__privacy .agree input[type=checkbox] {
  display: none;
}
#page-entry .entry__privacy .agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#page-entry .entry__privacy .agree input[type=checkbox] + .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 3.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .agree input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 5rem;
  }
}
#page-entry .entry__privacy .agree input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  border: 1px solid #cccccc;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .agree input[type=checkbox] + .wpcf7-list-item-label::before {
    height: 4rem;
    width: 4rem;
  }
}
#page-entry .entry__privacy .agree input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0.8rem;
  transform: translateY(-50%) rotate(45deg);
  border-right: 0.3rem solid #c71628;
  border-bottom: 0.3rem solid #c71628;
  height: 1.8rem;
  width: 0.8rem;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__privacy .agree input[type=checkbox] + .wpcf7-list-item-label::after {
    left: 1.4rem;
    border-right: 0.4rem solid #c71628;
    border-bottom: 0.4rem solid #c71628;
    height: 3rem;
    width: 1.4rem;
  }
}
#page-entry .entry__btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__btn {
    display: block;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__btn .btn {
    margin-top: 4rem;
  }
}
#page-entry .entry__btn .btn.red input {
  background-color: #c71628;
  border-color: #c71628;
}
#page-entry .entry__btn .btn.red input:hover {
  background-color: #fff;
  color: #c71628;
}
#page-entry .entry__btn .btn input {
  display: block;
  border-radius: 5rem;
  width: 30rem;
  height: 6rem;
  line-height: 6rem;
  background-color: #000;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  #page-entry .entry__btn .btn input {
    width: 42rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 2.8rem;
    margin: auto;
  }
}
#page-entry .entry__btn .btn input:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

#page-entry-thanks {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #page-entry-thanks {
    padding-bottom: 12rem;
  }
}
#page-entry-thanks .thanks {
  text-align: center;
}
#page-entry-thanks .thanks .subtitle {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  #page-entry-thanks .thanks .subtitle {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
}
#page-entry-thanks .thanks .linkType01 {
  margin: 6rem auto 0;
}

@media print, screen and (min-width: 768px) {
  #page-interview-list .mv {
    margin-bottom: 0;
  }
}
#page-interview-list .interview {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-list .interview {
    padding-bottom: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  #page-interview-list .interview .interviewlist {
    gap: 4rem 3.5%;
    justify-content: flex-start;
  }
}
#page-interview-list .interview .interviewlist__item {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  #page-interview-list .interview .interviewlist__item {
    width: 100%;
  }
}
#page-interview-list .interview .interviewlist__item a .text {
  font-size: 2.2rem;
  width: 85%;
}
@media print, screen and (min-width: 768px) {
  #page-interview-list .interview .interviewlist__item a .text {
    bottom: 8.5rem;
    left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-interview-list .interview .interviewlist__item a .text {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #page-interview-list .interview .interviewlist__item a .info {
    display: block;
    left: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  #page-interview-list .interview .interviewlist__item a .img {
    padding-top: 0;
    height: 54rem;
  }
}

#page-interview-detail {
  counter-reset: number 0;
}
#page-interview-detail .mv {
  position: relative;
  margin-bottom: 0;
}
#page-interview-detail .mv__img {
  height: 66rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .mv__img {
    height: 75rem;
  }
}
#page-interview-detail .mv__detail {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  height: 66rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .mv__detail {
    align-items: flex-end;
    font-size: 3rem;
    height: 75rem;
    padding-bottom: 6rem;
  }
}
#page-interview-detail .mv__detail .wrapper {
  margin: 0 auto;
}
#page-interview-detail .mv__detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.49), rgba(255, 255, 255, 0) 60%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .mv__detail::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.49), rgba(255, 255, 255, 0) 25%);
  }
}
#page-interview-detail .mv__detail .title {
  display: inline;
  font-weight: bold;
  font-size: 4.5rem;
  color: #343b4d;
  background-color: #fff;
  line-height: 1.8;
  padding: 0.3rem 1rem;
  box-decoration-break: clone;
}
#page-interview-detail .mv__detail .text01 {
  margin-top: 1rem;
}
#page-interview-detail .sec01 .img, #page-interview-detail .sec02 .img, #page-interview-detail .sec03 .img {
  border-radius: 2rem;
  overflow: hidden;
}
#page-interview-detail .sec01 {
  padding: 15rem 0;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec01 {
    padding: 12rem 0;
  }
}
#page-interview-detail .sec01__desc {
  padding: 2rem 2.5rem;
  background-color: #e6edf5;
  border-radius: 2rem;
  border-bottom-left-radius: 0;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec01__desc {
    padding: 3rem 4rem;
  }
}
#page-interview-detail .sec01__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec01__content {
    display: block;
  }
}
#page-interview-detail .sec01__content.type02 .info {
  order: -1;
}
#page-interview-detail .sec01__content.type02 .info .text {
  border-radius: 2rem;
  border-bottom-right-radius: 0;
}
#page-interview-detail .sec01__content .img {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec01__content .img {
    width: 100%;
  }
}
#page-interview-detail .sec01__content .info {
  width: 48%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec01__content .info {
    width: 100%;
    margin-top: 5rem;
  }
}
#page-interview-detail .sec01__content .info > *:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec01__content .info > *:not(:first-child) {
    margin-top: 3rem;
  }
}
#page-interview-detail .sec01__content .info .question {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #00529f;
  color: #fff;
  font-weight: bold;
  border-radius: 2rem;
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec01__content .info .question {
    padding: 1.5rem 2rem;
  }
}
#page-interview-detail .sec01__content .info .text {
  padding: 2rem 2.5rem;
  background-color: #e6edf5;
  border-radius: 2rem;
  border-bottom-left-radius: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec01__content .info .text {
    padding: 3rem 4rem;
  }
}
#page-interview-detail .sec02 {
  padding: 15rem 0;
  background-color: #e6edf5;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec02 {
    padding: 12rem 0;
  }
}
#page-interview-detail .sec02__content + .titleType03 {
  margin-top: 10rem;
}
#page-interview-detail .sec02 .info > *:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec02 .info > *:not(:first-child) {
    margin-top: 3rem;
  }
}
#page-interview-detail .sec02 .info .question {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #00529f;
  color: #fff;
  font-weight: bold;
  border-radius: 2rem;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec02 .info .question {
    padding: 1.5rem 2rem;
  }
}
#page-interview-detail .sec02 .info .text {
  padding: 2rem 2.5rem;
  background-color: #fff;
  border-radius: 2rem;
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec02 .info .text {
    padding: 3rem 4rem;
  }
}
#page-interview-detail .sec03 {
  margin-bottom: 20rem;
}
#page-interview-detail .sec03 .wrapper {
  padding: 8rem;
  background-color: #f5f5f5;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec03 .wrapper {
    border-radius: 0;
    width: 100%;
    padding: 8rem 7%;
  }
}
#page-interview-detail .sec03__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec03__content {
    display: block;
  }
}
#page-interview-detail .sec03__content .info {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec03__content .info {
    width: 100%;
  }
}
#page-interview-detail .sec03__content .info .titleType01 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec03__content .info .titleType01 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec03__content .info .img {
    margin-bottom: 3rem;
  }
}
#page-interview-detail .sec03__content .img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec03__content .img {
    width: 100%;
  }
}
#page-interview-detail .sec03__system {
  position: relative;
  margin-top: 4rem;
}
#page-interview-detail .sec03__system .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  height: 13rem;
  width: 13rem;
  line-height: 1.4;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec03__system .title {
    position: relative;
    margin: auto;
    font-size: 3rem;
    height: 22rem;
    width: 22rem;
    z-index: 2;
  }
}
#page-interview-detail .sec03__system .text {
  padding: 2rem 2.5rem 2rem 10rem;
  background-color: #fff;
  border-radius: 2rem;
  margin-left: 6rem;
}
@media only screen and (max-width: 767px) {
  #page-interview-detail .sec03__system .text {
    padding: 12rem 4rem 3rem;
    margin: -9rem 0 0 0;
  }
}
#page-interview-detail .sec03 .linkType01 {
  margin: 10rem auto 0;
}