@charset "UTF-8";
/* top */
.top-heading__en {
  color: #0068b7;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
}
.top-heading__title {
  color: #333;
  font-family: ShipporiMincho, serif;
  font-size: clamp(1.75rem, 1.333rem + 2.08vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.top-mv {
  background: url(../images/bg_mv_sp.jpg) center center/cover no-repeat;
  height: 580px;
  margin-top: 70px;
  width: 100%;
}
.top-mv__inner {
  color: #fff;
  height: 100%;
  margin-inline: auto;
  position: relative;
  width: min(92%, 1440px);
}
.top-mv__catch {
  font-family: Quentin;
  font-size: clamp(1.875rem, 0.804rem + 5.36vw, 5.625rem);
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 70px;
  transform: rotate(-10deg);
}
.top-mv__content {
  display: grid;
  font-family: ShipporiMincho, serif;
  font-weight: 600;
  height: 100%;
  place-content: center;
  place-items: center;
  text-align: center;
  width: 100%;
}
.top-mv__title {
  font-size: clamp(2.25rem, 1.607rem + 3.21vw, 4.5rem);
  line-height: 1.2;
  margin-bottom: 30px;
}
.top-mv__text {
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.625rem);
  line-height: 1.2;
  margin-bottom: 30px;
}
.top-mv__list {
  display: grid;
  font-size: clamp(0.75rem, 0.643rem + 0.54vw, 1.125rem);
  gap: 20px 0;
  grid-template-columns: repeat(2, 1fr);
  width: min(100%, 540px);
}
.top-mv__item {
  border-left: 1px solid #fff;
  padding: 0 10px;
}
.top-mv__item:nth-of-type(2n) {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .top-mv {
    background: url(../images/bg_mv_pc.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv {
    height: 780px;
    margin: 116px auto 0;
  }
  .top-mv__catch {
    left: 40px;
    top: 100px;
  }
}
.top-news {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 15px;
  position: relative;
  top: -70px;
}
.top-news__inner {
  display: grid;
  gap: 20px 0;
  margin-bottom: 30px;
}
.top-news__title {
  font-size: clamp(1.125rem, 1.054rem + 0.36vw, 1.375rem);
  text-align: center;
}
.top-news__item {
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
}
.top-news__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.top-news__link {
  display: grid;
}
.top-news__time {
  color: #0068b7;
}
.top-news__cat {
  margin-inline: auto;
  width: 200px;
}
.top-news__cat a {
  background-color: #0068b7;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top-news {
    padding: 30px;
  }
  .top-news__inner {
    align-items: center;
    gap: 0 15px;
    grid-template-columns: 15% 1fr;
  }
  .top-news__link {
    gap: 0 15px;
    grid-template-columns: 100px 1fr;
  }
}
.top-about {
  padding: 10px 0 80px;
}
.top-about__content {
  margin-bottom: 50px;
}
.top-about__list {
  display: grid;
}
.top-about__item {
  border-bottom: 1px solid #dbdbdb;
}
.top-about__item:nth-of-type(1) {
  border-top: 1px solid #dbdbdb;
}
.top-about__link {
  align-items: center;
  display: flex;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  justify-content: space-between;
  padding: 15px;
}
.top-about__link::after {
  background: url(../images/icon_arrow_01.svg) center center no-repeat;
  content: "";
  height: 14px;
  width: 18px;
}
.top-about__image {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  text-align: right;
}
.top-about__image img {
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 768px) {
  .top-about__list {
    gap: 0 5%;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-about__item:nth-of-type(2) {
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (min-width: 1024px) {
  .top-about {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 50px 0 120px;
  }
  .top-about__content {
    margin-bottom: 0;
    width: 50%;
  }
  .top-about__image {
    width: 50%;
  }
}
.top-members {
  padding: 80px 0;
}
.top-members__content {
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  margin-bottom: 80px;
}
.top-members__text {
  margin-bottom: 40px;
}
.top-members__link {
  margin-inline: auto;
  width: min(80%, 360px);
}
.top-members__link a {
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  display: block;
  padding: 15px;
  position: relative;
  text-align: center;
}
.top-members__link a::after {
  background: url(../images/icon_arrow_01.svg);
  content: "";
  height: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.top-members__item {
  width: min(68%, 240px);
}
.top-members__image {
  margin-bottom: 10px;
  position: relative;
}
.top-members__job {
  background-color: #0068b7;
  color: #fff;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  opacity: 0.9;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 65%;
  width: 90%;
}
.top-members__job span {
  font-size: 0.75rem;
}
.top-members__lead {
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .top-members {
    padding: 120px 0;
  }
  .top-members__content {
    display: flex;
    justify-content: space-between;
  }
  .top-members__text {
    margin-bottom: 0;
    width: min(63%, 800px);
  }
  .top-members__link {
    margin-inline: 0;
    width: min(30%, 360px);
  }
}
.top-work {
  padding: 80px 0;
}
.top-work__content {
  margin-bottom: 50px;
}
.top-work__list {
  display: grid;
}
.top-work__item {
  border-bottom: 1px solid #dbdbdb;
}
.top-work__item:nth-of-type(1) {
  border-top: 1px solid #dbdbdb;
}
.top-work__link {
  align-items: center;
  display: flex;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  justify-content: space-between;
  padding: 15px;
}
.top-work__link--first::after {
  background: url(../images/icon_arrow_01.svg) center center no-repeat;
  content: "";
  height: 14px;
  width: 18px;
}
.top-work__link--second::after {
  background: url(../images/icon_external_02.svg) center center no-repeat;
  content: "";
  height: 14px;
  width: 14px;
}
.top-work__image {
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.top-work__image img {
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .top-work__list {
    gap: 0 5%;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-work__item:nth-of-type(2) {
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (min-width: 1024px) {
  .top-work {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 120px 0;
  }
  .top-work__content {
    margin-bottom: 0;
    order: 2;
    width: 50%;
  }
  .top-work__image {
    order: 1;
    width: 50%;
  }
}

/* strengths */
.str {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .str {
    margin-bottom: 120px;
  }
}
.str-main {
  background: url(../images/bg_beige.png) top left repeat;
  border-radius: 10px;
  margin-bottom: 80px;
  position: relative;
}
.str-main__inner {
  display: grid;
  padding: 0 6.5% 40px;
}
.str-main__image {
  position: relative;
  text-align: center;
  top: -40px;
}
.str-main__image img {
  border-radius: 10px;
}
.str-main__text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  margin-top: 20px;
}
.str-main__icon {
  display: none;
}
@media screen and (min-width: 1024px) {
  .str-main {
    margin-bottom: 160px;
  }
  .str-main:nth-of-type(odd) {
    margin-left: calc(50% - 50vw);
    margin-right: min(10%, 160px);
    padding-left: calc(50vw - 50%);
  }
  .str-main:nth-of-type(even) {
    margin-left: min(10%, 160px);
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
  }
  .str-main__inner {
    gap: min(1%, 10px);
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .str-main__image--first {
    order: 2;
    right: -40px;
  }
  .str-main__image--second {
    left: -40px;
  }
  .str-main__content {
    position: relative;
    top: -40px;
  }
  .str-main__content--first {
    order: 1;
  }
}
@media screen and (min-width: 1440px) {
  .str-main__icon {
    display: block;
  }
  .str-main__icon--first {
    position: absolute;
    right: -170px;
    top: 85%;
  }
  .str-main__icon--second {
    left: -190px;
    position: absolute;
    top: 90%;
  }
  .str-main__icon--third {
    position: absolute;
    right: -180px;
    top: 90%;
    width: 200px;
  }
}
.str-heading__en {
  color: #0068b7;
  font-size: 0.875rem;
}
.str-heading__title {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  font-weight: bold;
  line-height: 1.2;
}
.str-sub {
  display: grid;
  gap: 80px 0;
  grid-template-columns: repeat(1, 1fr);
}
.str-sub__box {
  background: url(../images/bg_beige.png) top left repeat;
  border-radius: 10px;
  display: grid;
  gap: 20px 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding: 0 6.5% 40px;
}
.str-sub__image {
  margin: -40px auto 0;
  text-align: center;
  width: min(60%, 320px);
}
.str-sub__text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
@media screen and (min-width: 768px) {
  .str-sub {
    gap: 80px 6%;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* services */
.serv {
  margin-bottom: 80px;
}
.serv__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 80px min(6%, 80px);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .serv {
    margin-bottom: 120px;
  }
}
.serv-lead {
  display: grid;
  gap: 20px 0;
  justify-items: center;
  margin-bottom: 40px;
  margin-inline: auto;
  width: min(100%, 800px);
}
@media screen and (min-width: 768px) {
  .serv-lead {
    gap: 0 min(6%, 40px);
    grid-template-columns: repeat(2, 1fr);
  }
}
.serv-special__list {
  display: grid;
  gap: 40px 0;
  justify-items: center;
}
.serv-special__item:first-of-type .serv-special__lead {
  color: #7fc241;
}
.serv-special__item:last-of-type .serv-special__lead {
  color: #356158;
}
.serv-special__image {
  margin-bottom: 30px;
  text-align: center;
}
.serv-special__image img {
  border-radius: 10px;
}
.serv-special__lead {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.serv-special__title {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.serv-special__text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
@media screen and (min-width: 1024px) {
  .serv-special__list {
    gap: 0 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* company */
.company {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .company {
    margin-bottom: 120px;
  }
}
.company__inner {
  margin-inline: auto;
  width: min(100%, 1120px);
}
.company__inner--first {
  padding: 80px 0;
}
.company__inner--second {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .company__inner--first {
    padding: 120px 0;
  }
  .company__inner--second {
    padding-top: 120px;
  }
}
.company-philosophy {
  font-family: ShipporiMincho, serif;
  font-size: clamp(1.5rem, 1.167rem + 1.67vw, 2.5rem);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-inline: auto;
  text-align: center;
  width: min(100%, 800px);
}
.company-msg {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.company-msg__image {
  margin-inline: auto;
  width: min(50%, 320px);
}
.company-msg__text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.company-msg__sign {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .company-msg {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .company-msg__image {
    margin-inline: 0;
    width: min(30%, 320px);
  }
  .company-msg__text {
    width: min(65%, 720px);
  }
}
.company-data__table {
  border-top: 1px solid #f0f0f0;
  width: 100%;
}
.company-data__table th, .company-data__table td {
  border-bottom: 1px solid #f0f0f0;
  display: block;
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  padding: 15px 20px;
}
.company-data__table th {
  background-color: #f1f6fb;
  text-align: center;
}
.company-data__link {
  text-decoration: underline;
}
.company-data__link::after {
  background: url(../images/icon_external_02.svg) center center/cover no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .company-data__table th, .company-data__table td {
    display: table-cell;
  }
}

/* numbers */
.numbers {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .numbers {
    margin-bottom: 120px;
  }
}
.numbers-list {
  display: grid;
  gap: 40px 0;
}
.numbers-list:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .numbers-list {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .numbers-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.numbers-item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
  text-align: center;
}
.numbers-item__note {
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  text-align: left;
}
.numbers-item__note a {
  text-decoration: underline;
}
.numbers-item__title {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 700;
  padding: 8px 20px;
  text-align: center;
}
.numbers-item__image {
  flex-grow: 1;
  margin-inline: auto;
  width: 80%;
}
.numbers-content {
  flex-grow: 1;
  font-size: clamp(1.875rem, 1.667rem + 1.04vw, 2.5rem);
  font-weight: 700;
}
.numbers-content__em {
  color: #0068b7;
  font-size: clamp(6.25rem, 5.833rem + 2.08vw, 7.5rem);
  letter-spacing: -4px;
}
.numbers-table {
  flex-grow: 1;
  margin: 30px auto 20px;
  width: 90%;
}
.numbers-table th, .numbers-table td {
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: middle;
}
.numbers-table th {
  width: 75%;
}
.numbers-table td {
  text-align: right;
  width: 25%;
}
.numbers-table span {
  color: #0068b7;
  font-size: clamp(1.375rem, 1.167rem + 1.04vw, 2rem);
}
.numbers-ratio {
  align-items: center;
  display: flex;
  font-size: clamp(6.25rem, 5.833rem + 2.08vw, 7.5rem);
  font-weight: 700;
  justify-content: center;
}
.numbers-ratio__word {
  color: #0068b7;
  position: relative;
  width: 100px;
}
.numbers-ratio__word::after {
  bottom: 10px;
  color: #333;
  font-size: 0.75rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.numbers-ratio__word--first:first-of-type::after {
  content: "男性";
}
.numbers-ratio__word--first:last-of-type::after {
  content: "女性";
}
.numbers-ratio__word--second:first-of-type::after {
  content: "経験あり";
}
.numbers-ratio__word--second:last-of-type::after {
  content: "未経験";
}
.numbers-ratio__colon {
  color: #737373;
  font-size: 5rem;
}

/* workstyle */
.work-list {
  display: grid;
  gap: 40px 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .work-list {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .work-list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 120px;
  }
}
.work-item {
  background-color: #f1f6fb;
  border-radius: 10px;
  display: grid;
}
.work-item:nth-of-type(4) .work-item__text::after {
  background: url(../images/icon_external_02.svg) center center no-repeat;
  content: "";
  height: 14px;
  width: 14px;
}
.work-item__link {
  align-items: start;
  display: grid;
}
.work-item img {
  border-radius: 10px 10px 0 0;
}
.work-item__text {
  align-items: center;
  display: flex;
  font-family: ShipporiMincho, serif;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 0 5px;
  justify-content: space-between;
  padding: 20px;
}
.work-item__text::after {
  background: url(../images/icon_arrow_01.svg) center center no-repeat;
  content: "";
  height: 14px;
  width: 18px;
}
@media screen and (min-width: 1024px) {
  .work-item:first-of-type {
    grid-column: 1/4;
  }
  .work-item:first-of-type img {
    border-radius: 10px 0 0 10px;
  }
  .work-item:first-of-type .work-item__link {
    align-items: center;
    display: flex;
  }
  .work-item:first-of-type .work-item__text {
    flex-grow: 1;
    font-size: 2rem;
  }
}
.work-title {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  font-weight: 700;
}
.work-title--first {
  margin-bottom: 10px;
}
.work-title--second {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.work-title--second::after {
  background-color: #0068b7;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: min(20%, 92px);
}
.work-box {
  display: grid;
  gap: 40px 0;
}
.work-box__text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.work-box__image {
  margin-bottom: 15px;
  text-align: center;
}
.work-box__image img {
  border-radius: 10px;
}
.work-box__table {
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .work-box {
    gap: 40px 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .work-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
.work-type {
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  padding: 30px 20px;
}
.work-type:not(:last-of-type) {
  margin-bottom: 20px;
}
.work-type__title {
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 700;
}
.work-type__title span {
  font-weight: 400;
}
.work-type__text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
@media screen and (min-width: 1024px) {
  .work-type {
    gap: 0 40px;
    grid-template-columns: 300px 1fr;
  }
}
.work-benefit {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.work-benefit:not(:last-of-type) {
  margin-bottom: 40px;
}
.work-benefit__list {
  display: grid;
  gap: 5px 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
.work-benefit__item {
  font-size: clamp(0.875rem, 0.792rem + 0.42vw, 1.125rem);
  font-weight: 700;
}
.work-benefit__item span {
  font-size: 0.875rem;
  font-weight: 400;
}
.work-benefit__item::before {
  content: "□";
  margin-right: 5px;
}
.work-benefit__note {
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .work-benefit {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .work-benefit__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .work-benefit {
    padding: 30px 80px;
  }
}

/* qa */
.qa__inner:not(:last-of-type) {
  margin-bottom: 40px;
}
.qa-box {
  background-color: #f1f6fb;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.qa-box__q {
  background: url(../images/pic_qa_q.png) left 32px/22px no-repeat;
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  padding: 25px 25px 25px 30px;
  position: relative;
  width: 100%;
}
.qa-box__q::before, .qa-box__q::after {
  background-color: #0068b7;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
  z-index: 2;
}
.qa-box__q::before {
  height: 16px;
  right: 7px;
  width: 2px;
}
.qa-box__q::after {
  height: 2px;
  right: 0;
  width: 16px;
}
.qa-box__q.is-active::before {
  content: normal;
}
.qa-box__a {
  background: url(../images/pic_qa_a.png) left 30px/20px no-repeat;
  border-top: 1px solid #dbdbdb;
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.6s;
}
.qa-box__a.is-active {
  height: auto;
  opacity: 1;
  padding: 25px 0 25px 30px;
}
.qa-box__a a {
  text-decoration: underline;
}
.qa-box__text:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .qa-box {
    padding: 0 30px;
  }
  .qa-box__q::before {
    height: 24px;
    right: 11px;
  }
  .qa-box__q::after {
    width: 24px;
  }
}

/* careers */
.careers__list {
  display: grid;
  gap: 20px 0;
}
.careers__list:not(:last-of-type) {
  margin-bottom: 40px;
}
.careers__link {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
  gap: 0 10px;
  justify-content: space-between;
  padding: 20px 15px 20px 20px;
  width: 100%;
}
.careers__link::after {
  content: "";
}
.careers__link--first::after {
  background: url(../images/icon_arrow_01.svg) center center no-repeat;
  height: 14px;
  width: 18px;
}
.careers__link--second::after {
  background: url(../images/icon_external_02.svg) center center no-repeat;
  height: 14px;
  width: 14px;
}
.careers__note {
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .careers__list {
    gap: 20px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .careers__list:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .careers__link {
    padding: 20px 30px 20px 20px;
  }
  .careers__link::after {
    right: 30px;
  }
  .careers__note {
    margin-bottom: 120px;
  }
}

/* interview */
.interview__inner {
  margin-inline: auto;
  width: min(100%, 400px);
}
@media screen and (min-width: 768px) {
  .interview__inner {
    width: 100%;
  }
}
.interview-list {
  display: grid;
  gap: 40px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .interview-list {
    gap: 40px 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .interview-list {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .interview-list {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.interview-item {
  width: 100%;
}
.interview-item__image {
  margin-bottom: 10px;
  position: relative;
}
.interview-item__image img {
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
}
.interview-item__job {
  background-color: #0068b7;
  color: #fff;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  opacity: 0.9;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 65%;
  width: 90%;
}
.interview-item__job span {
  font-size: 0.75rem;
}
.interview-item__lead {
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .interview-item__image img {
    aspect-ratio: 2/3;
  }
}

/* member */
.member-heading {
  background-color: #0068b7;
  color: #fff;
}
.member-heading__inner {
  margin-inline: auto;
  padding: 80px 0 40px;
  position: relative;
  width: min(92%, 1280px);
}
.member-heading__catch {
  font-family: Quentin;
  font-size: clamp(2rem, 1rem + 5vw, 5rem);
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  transform: rotate(-8deg);
}
.member-heading__image {
  margin: 0 auto 30px;
  width: min(100%, 400px);
}
.member-heading__image img {
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
}
.member-heading__title {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.member-heading__name {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  margin-bottom: 20px;
}
.member-heading__job {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.member-heading__job span {
  font-size: 0.875rem;
}
.member-heading__post {
  font-size: 0.875rem;
}
@media screen and (min-width: 520px) {
  .member-heading__catch {
    left: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .member-heading__catch {
    top: 30px;
  }
  .member-heading__image {
    position: absolute;
    right: 0;
    top: 60px;
    width: min(31%, 400px);
  }
  .member-heading__image img {
    aspect-ratio: 2/3;
  }
  .member-heading__content {
    margin-top: 60px;
    width: min(62%, 800px);
  }
}
.member-profile {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  margin: 40px 0;
}
.member-profile__title {
  color: #0068b7;
}
@media screen and (min-width: 1024px) {
  .member-profile {
    margin: 40px 0 150px;
    width: min(60%, 720px);
  }
}
.member-schedule {
  margin-bottom: 80px;
}
.member-schedule__title {
  border-left: 6px solid #0068b7;
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 10px;
}
.member-schedule__item {
  background-color: #f1f6fb;
  border-radius: 10px;
  display: grid;
  padding: 15px;
}
.member-schedule__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.member-schedule__time {
  font-weight: 700;
}
.member-schedule__text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
@media screen and (min-width: 1024px) {
  .member-schedule {
    margin-bottom: 120px;
  }
  .member-schedule__item {
    align-items: center;
    gap: 0 15px;
    grid-template-columns: 250px 1fr;
    padding: 20px 30px;
  }
}
.member-qa {
  margin-bottom: 80px;
}
.member-qa__item {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.member-qa__item:not(:last-of-type) {
  margin-bottom: 40px;
}
.member-qa__title {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.member-qa__text {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.member-qa__text a {
  text-decoration: underline;
}
.member-qa__image {
  text-align: center;
}
.member-qa__image img {
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .member-qa {
    margin-bottom: 120px;
  }
  .member-qa__item {
    align-items: center;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .member-qa__item:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .member-qa__item:nth-of-type(even) .member-qa__content {
    order: 2;
  }
  .member-qa__item:nth-of-type(even) .member-qa__image {
    order: 1;
  }
  .member-qa__content {
    width: min(56%, 720px);
  }
  .member-qa__image {
    width: min(37%, 480px);
  }
}

/* privacy */
.privacy {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.privacy__inner {
  margin-inline: auto;
  width: min(100%, 1120px);
}
.privacy__title {
  color: #0068b7;
  font-weight: 700;
}
.privacy__link {
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
}

/* news */
.news {
  margin-bottom: 80px;
}
.news__inner {
  margin: 0 auto 80px;
  width: min(100%, 1120px);
}
@media screen and (min-width: 1024px) {
  .news {
    margin-bottom: 120px;
  }
}
.news-content__time {
  color: #0068b7;
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.news-content__title {
  border-bottom: 1px solid #dbdbdb;
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.news-content__body p {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  margin-bottom: 30px;
}
.news-content__body figure {
  margin-bottom: 30px;
}
.news-content__body a {
  color: #0068b7;
}
.news-item__link {
  border-bottom: 1px solid #dbdbdb;
  display: grid;
  gap: 0 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.news-item__time {
  color: #0068b7;
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.news-item__title {
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
}
@media screen and (min-width: 768px) {
  .news-item__link {
    align-items: center;
    grid-template-columns: 100px 1fr;
  }
}

/* error */
.error {
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
}
.error__inner {
  margin-inline: auto;
  width: min(100%, 800px);
}

/* Swiper */
.swiper {
  height: auto;
  margin-inline: auto;
  width: 60%;
}
.swiper img {
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 520px) {
  .swiper {
    width: 100%;
  }
}

/* WordPress */
.post-navigation .nav-links {
  border-top: 1px solid #dbdbdb;
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  margin-inline: auto;
  overflow: hidden;
  padding-top: 15px;
  width: min(100%, 1120px);
}
.post-navigation .nav-links a {
  color: #0068b7;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next {
  float: right;
}

.pagination .nav-links {
  display: flex;
  font-size: clamp(0.875rem, 0.818rem + 0.28vw, 1rem);
  justify-content: center;
  margin-inline: auto;
  width: min(100%, 1120px);
}
.pagination .page-numbers {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #0068b7;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
}
.pagination .page-numbers.current {
  background-color: #0068b7;
  color: #fff;
}
.pagination .page-numbers.dots, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}
.pagination .page-numbers.prev {
  padding-left: 0;
}
.pagination .page-numbers.next {
  padding-right: 0;
}
