@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.about-mv {
  background: url(../img/about-us/mv-about-us_sp.png) center center/cover
    no-repeat;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 92px;
  padding-bottom: 92px;
}

@media screen and (min-width: 1024px) {
  .about-mv {
    padding-top: 70px;
    padding-bottom: 73.5px;
  }
}

.about-mv:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 165.654px;
  height: 250px;
  background-color: rgba(2, 62, 120, 0.8);
  clip-path: polygon(0 0, 99% 0, 10% 100%, 0% 100%);
  padding-top: 72.5px;
  padding-bottom: 73.5px;
}

@media screen and (min-width: 1024px) {
  .about-mv:after {
    clip-path: polygon(0 0, 100% 0, 64% 100%, 0% 100%);
    width: 365.654px;
    height: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .about-mv {
    background-image: url(../img/about-us/mv-about-us_pc.png);
    height: 250px;
  }
}

.about-mv__inner {
  width: 100%;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .about-mv__inner {
    padding-inline: 220px;
  }
}

.about-mv__title {
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}

.about-mv__main {
  font-family: "Fira Sans", sans-serif;
  color: #023e78;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .about-mv__main {
    font-size: 60px;
  }
}

.about-mv__sub {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #023e78;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 9px;
}

@media screen and (min-width: 1024px) {
  .about-mv__sub {
    font-size: 20px;
  }
}

.breadcrumb {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  display: flex;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.post-page {
  color: #1a1a1a;
}

.about-mv__breadcrumb {
  padding: 10px 20px;
}

@media screen and (min-width: 1024px) {
  .about-mv__breadcrumb {
    padding: 10px 90px;
  }
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.breadcrumb__item {
  color: #888888;
  font-size: 12px;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  flex-shrink: 0;
  min-width: auto;
  max-width: none;
  overflow: visible;
  white-space: nowrap;
}

.breadcrumb__list > .breadcrumb__item:last-child {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: clip;
}

.breadcrumb__item:nth-of-type(3) {
  color: #1a1a1a;
}

.breadcrumb__link {
  color: #888888;
  text-decoration: none;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
  max-width: none;
  overflow: visible;
  white-space: nowrap;
  vertical-align: bottom;
}

.breadcrumb__list > .breadcrumb__item:last-child .breadcrumb__link {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: clip;
}

.breadcrumb__link:hover {
  text-decoration: underline;
}

.breadcrumb__sep {
  flex-shrink: 0;
  color: #888888;
}

.archive.post-case-archive.current-item {
  color: #1a1a1a;
}

.post-post .current-item {
  color: #1a1a1a;
}

.mission {
  position: relative;
  margin-block: 60px;
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  .mission {
    max-width: calc(1100px + 90px * 2);
    margin-inline: auto;
    margin-top: 70px;
    margin-inline: auto;
    width: 85.9375%;
  }
}

.mission:before {
  content: "";
  background: url(../img/mission/mission-handshake_sp.png) center center/cover
    no-repeat;
  width: 100%;
  height: 281px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .mission:before {
    background-image: url(../img/mission/mission-handshake_pc.png);
    height: 353px;
  }
}

.mission__inner {
  padding-inline: 20px;
}

@media screen and (min-width: 1024px) {
  .mission__inner {
    margin-inline: auto;
  }
}

.mission__content {
  margin-top: 137px;
  padding-inline: 20px;
  padding-top: 20px;
  padding-bottom: 18px;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-inline: auto;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  .mission__content {
    padding: 30px 40px;
    width: 53.75%;
    min-width: 688px;
    margin-top: 118px;
  }
}

.mission__content-main {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .mission__content-main {
    font-size: 24px;
  }
}

.mission__content-text {
  margin-top: 18px;
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (min-width: 1024px) {
  .mission__content-text {
    margin-top: 30px;
  }
}

.vision {
  position: relative;
  margin-block: 60px;
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  .vision {
    margin-top: 120px;
    margin-bottom: 123px;
    max-width: calc(1100px + 90px * 2);
    margin-inline: auto;
    width: 85.9375%;
  }
}

.vision:before {
  content: "";
  background: url(../img/vision/vision-bg_sp.png) center center/cover no-repeat;
  width: 100%;
  height: 281px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .vision:before {
    height: 353px;
    background: url(../img/vision/vision-bg_pc.png) center center/cover
      no-repeat;
  }
}

.vision__inner {
  padding-inline: 20px;
}

.vision__content {
  margin-top: 143px;
  padding-inline: 20px;
  padding-top: 20px;
  padding-bottom: 18px;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-inline: auto;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  .vision__content {
    margin-top: 120px;
    padding: 30px 40px;
    width: 53.75%;
    min-width: 688px;
  }
}

.vision__content-main {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .vision__content-main {
    font-size: 24px;
  }
}

.vision__content-text {
  margin-top: 18px;
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (min-width: 1024px) {
  .vision__content-text {
    margin-top: 30px;
  }
}

.profile {
  background: url(../img/profile/bg_sp.png) center center/cover no-repeat;
  padding-top: 60px;
  padding-bottom: 92px;
}

@media screen and (min-width: 1024px) {
  .profile {
    background-image: url(../img/profile/bg_pc.png);
    padding-block: 92.5px;
    display: flex;
    justify-content: center;
  }
}

.profile__inner {
  margin-inline: 20px;
  background: #fff;
  padding: 40px 20px 40px 20px;
  height: 569px;
}

@media screen and (min-width: 1024px) {
  .profile__inner {
    margin-inline: 100px;
    padding: 60px 40px 60px 40px;
    width: 75%;
    max-width: 1280px;
    height: auto;
    max-width: calc(1100px + 90px * 2);
    margin-inline: auto;
  }
}

@media screen and (min-width: 1280px) {
  .profile__inner {
    width: 768px;
  }
}

.profile__title {
  color: var(--color-contrast, #1a1a1a);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.profile__table {
  margin-top: 40px;
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .profile__table {
    margin-top: 60px;
    margin-inline: 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.profile__row {
  padding-block: 16px;
}

.profile__row:first-child .profile__label {
  border-top: 1px solid #023e78;
}

.profile__row:first-child .profile__data {
  border-top: 1px solid #e8eaec;
}

.profile__row:nth-child(2) {
  height: 83px;
}

.profile__row:nth-child(7) .profile__data {
  padding-top: 15px;
  padding-bottom: 18px;
}

.profile__label {
  padding-block: 15px;
  border-bottom: 1px solid #023e78;
  width: calc(100 / 295 * 100%);
  vertical-align: middle;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .profile__label {
    padding: 24px 32px;
    width: 200px;
  }
}

@media screen and (min-width: 1280px) {
  .profile__label {
    width: calc(200 / 688 * 100%);
  }
}

.profile__data {
  padding-block: 13.5px;
  padding-left: 20px;
  border-bottom: 1px solid #e8eaec;
  width: auto;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 17px;
}

@media screen and (min-width: 1024px) {
  .profile__data {
    padding-left: 32px;
    vertical-align: middle;
    line-height: 24px;
    padding-block: 24px;
  }
}

.profile__data-list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 51px;
}

@media screen and (min-width: 1024px) {
  .profile__data-list {
    height: auto;
  }
}

.profile__data-item {
  position: relative;
  padding-left: 1.3em;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .profile__data-item {
    font-size: 16px;
    line-height: 24px;
  }
}

.profile__data-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.members {
  padding-top: 60px;
  padding-inline: 20px;
  padding-bottom: 155px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .members {
    padding-inline: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .members {
    padding-top: 100px;
    padding-bottom: 187px;
    padding-inline: 150px;
  }
}

@media screen and (min-width: 1280px) {
  .members {
    padding-top: 120px;
    padding-bottom: 187px;
    padding-inline: 296px;
  }
}

.members::before {
  content: "";
  display: block;
  position: absolute;
  top: 908px;
  left: 0;
  width: 100%;
  height: 1234px;
  z-index: -1;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  background-color: #edf3f8;
}

@media screen and (min-width: 768px) {
  .members::before {
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
    top: 600px;
    height: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .members::before {
    clip-path: polygon(0 0, 100% 27%, 100% 100%, 0 73%);
    top: 727px;
    height: 800px;
  }
}

.members__inner {
  max-width: 1280px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .members__inner {
    max-width: calc(1100px + 90px * 2);
    margin-inline: auto;
  }
}

.members__title {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #1a1a1a;
  text-align: center;
}

.members__list {
  list-style: none;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (min-width: 1024px) {
  .members__list {
    flex-direction: column;
    margin-top: 60px;
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .members__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .members__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 40px;
  }
}

.member__photo {
  width: 240px;
  margin-inline: auto;
}

.member__photo img {
  height: auto;
  display: block;
}

@media screen and (min-width: 1024px) {
  .member__photo {
    width: 34.8837209302%;
    max-width: 300px;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1024px) {
  .member__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(408 / 688 * 100%);
  }
}

.member__nameplate {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .member__nameplate {
    margin-top: 0;
  }
}

.member__role {
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.member__name {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: normal;
}

.member__text {
  margin-top: 18px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
  width: auto;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .member__text {
    margin-top: 30px;
  }
}

.member__sns {
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .member__sns {
    margin-top: 30px;
  }
}

.sns-icons {
  list-style: none;
  display: flex;
  gap: 24px;
  align-items: center;
}

.sns-icons__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #1a1a1a;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.sns-icons__link .fab {
  font-size: inherit;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.sns-icons__link:hover {
  opacity: 0.5;
}

.news-mv {
  background: url(../img/page-news/top-image_sp.png) center center/cover
    no-repeat;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 92px;
}

.news-mv:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 165.654px;
  height: 250px;
  background-color: rgba(2, 62, 120, 0.8);
  clip-path: polygon(0 0, 99% 0, 10% 100%, 0% 100%);
  padding-top: 72.5px;
  padding-bottom: 73.5px;
}

@media screen and (min-width: 1024px) {
  .news-mv {
    padding-top: 72.5px;
    padding-bottom: 73.5px;
    line-height: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .news-mv:after {
    clip-path: polygon(0 0, 100% 0, 64% 100%, 0% 100%);
    width: 365.654px;
    height: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .news-mv {
    background-image: url(../img/page-news/top-image_pc.png);
    height: 250px;
  }
}

.news-mv__inner {
  width: 100%;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .news-mv__inner {
    padding-inline: 220px;
  }
}

.news-mv__main {
  font-family: "Fira Sans", sans-serif;
  color: #023e78;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .news-mv__main {
    font-size: 60px;
  }
}

.news-mv__sub {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #023e78;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 9px;
  width: 64px;
  height: 19px;
}

@media screen and (min-width: 1024px) {
  .news-mv__sub {
    font-size: 20px;
    margin-top: 8px;
    height: 24px;
    line-height: 24px;
    width: 80px;
  }
}

.breadcrumb__list {
  padding: 10px 20px;
}

.news-mv__breadcrumb {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  list-style: none;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.news-mv__breadcrumb .breadcrumb__list {
  font-size: 12px;
  color: #888888;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
}

@media screen and (min-width: 1024px) {
  .news-mv__breadcrumb {
    padding: 10px 90px;
  }
}

.news-content {
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .news-content {
    padding-inline: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .news-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding-inline: 50px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .news-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding-inline: 90px;
    padding-top: 67px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 1024px) {
  .news-content__detail {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 75px;
    flex: 1;
    width: 300px;
  }
}

.news-list {
  padding-top: 57px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .news-list {
    padding-top: 0;
    padding-bottom: 0;
    width: 69.0909090909%;
  }
}

.news-list__inner {
  max-width: 900px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .news-list__inner {
    width: 100%;
  }
}

.news-list__title {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #1a1a1a;
  margin-bottom: 22px;
}

@media screen and (min-width: 1024px) {
  .news-list__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.news-list__items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .news-list__items {
    gap: 40px;
  }
}

.news-list-item__link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.news-list-item__link:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1024px) {
  .news-list-item__link {
    gap: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .news-list-item__link.sidebar-link {
    gap: 10px;
  }
}

.news-list-item__thumb {
  /* 親要素（枠）の指定 */
  width: 120px; /* 2枚目のイメージに近い横幅（適宜調整してください） */
  height: 90px; /* 高さを固定 */
  background-color: #edf3f8;

  /* はみ出た部分を隠す */
}

.news-list-item__thumb img {
  width: 100%; /* 親(120px)に対して100% */
  height: 100%; /* 親(90px)に対して100% */
  display: block;
  object-fit: cover; /* これでアスペクト比を維持して上下をカット */
  object-position: center; /* 中央でトリミング */
}

@media screen and (min-width: 1024px) {
  .news-list-item__thumb {
    width: 250px;
    height: 156px;
  }
}

.news-list-item__thumb.sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 1024px) {
  .news-list-item__thumb.sidebar-thumb {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .news-list__top {
    width: 250px;
    height: 156px;
  }
}

.news-list-item__body {
  flex: 1;
  min-width: 0;
}

@media screen and (min-width: 1024px) {
  .news-list-item__body {
    width: 490px;
  }
}

.news-list-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1024px) {
  .news-list-item__header.sidebar-header {
    width: 190px;
  }
}

.news-list-item__tag {
  display: inline-block;
  border: 1px solid #e61264;
  color: #e61264;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 4.5px 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .news-list-item__tag {
    font-size: 14px;
    padding: 8px 24px;
    line-height: normal;
    padding: 5px 10px;
    height: 27px;
  }
}

.news-list-item__tag.detail-tag {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding: 8px 24px;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.news-list-item__date {
  color: #888888;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.news-list-item__title {
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .news-list-item__title {
    margin-top: 15px;
    font-size: 16px;
    line-height: normal;
    line-height: 19px;
  }
}

@media screen and (min-width: 1024px) {
  .news-list-item__title.sidebar-title {
    width: 190px;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 8px;
  }
}

/* サイドバータイトルの [[br]] は 1280px 以上のときだけ改行 */
.sidebar-title .sidebar-br {
  display: none;
}

@media screen and (min-width: 1280px) {
  .sidebar-title .sidebar-br {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .news-list-item__title.news-title {
    margin-top: 15px;
  }
}

.news-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .news-pagination {
    margin-top: 60px;
  }
}

.news-pagination__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-pagination__item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #023e78;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #023e78;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.news-pagination__link:hover {
  background-color: #023e78;
  color: #fff;
}

.news-pagination__current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #023e78;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
}

.news-pagination__item--prev .news-pagination__link,
.news-pagination__item--next .news-pagination__link {
  border: none;
  font-size: 16px;
  color: #888888;
}

.news-pagination__item--prev .news-pagination__link:hover,
.news-pagination__item--next .news-pagination__link:hover {
  background-color: transparent;
  color: #023e78;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .page-numbers {
  }
}

/* NOTE: ul.page-numbers に width/height を付けると一覧全体が潰れて見た目がずれる（各リンクは .page-numbers a で指定） */

.page-numbers a {
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  color: var(--color-contrast-light, #888);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .page-numbers a {
    width: 50px;
    height: 50px;
  }
}

.page-numbers.current {
  width: 40px;
  height: 40px;
  padding: 8px 15px;
  background: #023e78;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .page-numbers.current {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .news-pagination__current {
    /* width: 50px;
    height: 50px; */
  }
}

.next .page-numbers a {
  width: 40px;
  height: 40px;
  background: #023e78;

  img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}

@media screen and (min-width: 1024px) {
  .next.page-numbers {
    margin-left: 30px;
    padding-left: 0;
  }
}

.news-latest {
  color: #023e78;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
  padding-top: 35px;
  padding-inline: 0;
}

@media screen and (min-width: 1024px) {
  .news-latest {
    padding-top: 0;
  }
}

.news-latest__inner {
  max-width: 900px;
  margin-inline: auto;
}

.news-latest__title {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
  .news-latest__title {
    margin-bottom: 14px;
  }
}

.news-latest__items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .news-latest__items {
    gap: 16px;
  }
}

/* サイドバー「新着情報」内のサムネのみ（一覧の .news-list-item__thumb より詳細度高く上書き） */
.news-sidebar .news-latest__items .news-list-item__thumb {
  width: 120px;
  height: 90px;
  flex-shrink: 0;
  overflow: hidden;
}

.news-sidebar .news-latest__items .news-list-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 1024px) {
  .news-sidebar .news-latest__items .news-list-item__thumb {
    width: 100px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

.news-category {
  padding-top: 55px;
  padding-bottom: 100px;
  padding-inline: 0;
}

@media screen and (min-width: 1024px) {
  .news-category {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.news-category__inner {
  max-width: 900px;
  margin-inline: auto;
}

.news-category__title {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 21px;
}

.news-category__list {
  list-style: none;
  margin-top: 21px;
}

.news-category__item {
  border-bottom: 1px solid #ddd;
}

.news-category__item:first-child {
  border-top: 1px solid #ddd;
}

.news-category__item--active .news-category__name {
  color: #1a1a1a;
  font-weight: 700;
}

.news-category__link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 15px;
  padding-bottom: 18px;
  padding-left: 15px;
  color: #1a1a1a;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.news-category__link:visited {
  color: #1a1a1a;
}

.news-category__link:hover {
  opacity: 0.6;
}

.news-category__arrow {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}

.news-category__arrow svg {
  vertical-align: middle;
}

.news-category__arrow svg path {
  fill: #1a1a1a;
}

.news-category__name {
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.news-detail {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .news-detail {
    padding-top: 0;
    padding-bottom: 0;
    /* width: 69.0909090909%; */
  }
}

.news-detail__header {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .news-detail__header {
    margin-bottom: 24px;
  }
}

.news-detail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .news-detail__meta {
    margin-bottom: 24px;
  }
}

.news-detail__title {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 28px;
}

@media screen and (min-width: 1024px) {
  .news-detail__title {
    font-size: 24px;
  }
}

.wp-block-heading.news-detail__lead-title {
  padding: 5px 20px 10px 22px;
  border-left: 6px solid var(--color-main, #023e78);
  background: #f8f8f8;
}

@media screen and (min-width: 1024px) {
  .wp-block-heading.news-detail__lead-title {
    padding: 10px 20px 10px 20px;
  }
}

.news-detail__eyecatch {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 335/176;
  overflow: hidden;
}

.news-detail__eyecatch img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1024px) {
  .news-detail__eyecatch {
    width: 760px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
  }
}

.news-detail__lead {
  margin-bottom: 14px;
  background-color: #f8f8f8;
  border-left: 4px solid #023e78;
  padding: 10px 20px 10px 26px;
}

@media screen and (min-width: 1024px) {
  .news-detail__lead {
    padding: 20px 24px;
  }
}

.news-detail__lead-title {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  color: #023e78;
  line-height: 25px;
}

@media screen and (min-width: 1024px) {
  .news-detail__lead-title {
    font-size: 20px;
    font-weight: 700;
  }
}

.news-detail__section {
  margin-bottom: 30px;
}

.news-detail__section-title {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #023e78;
  line-height: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #023e78;
  margin-bottom: 14px;
}

.news-detail__section-subtitle {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: #023e78;
  line-height: 22px;
  margin-bottom: 14px;
}

.wp-block-heading.news-detail__section-subtitle.apply-session {
  border-bottom: 1px solid #023e78;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  gap: 14px;
  font-size: 18px;
}

.news-detail__section-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.news-detail__text {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 14px;
}

.news-detail__body a {
  color: #023e78;
  text-decoration: underline;
}

/* 375px のときだけ表示する改行 */
.only-375 {
  display: none;
}

@media screen and (max-width: 375px) {
  .only-375 {
    display: block;
  }
}

.quote-description {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 14px;
  margin-top: 14px;
}

.news-detail__list {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.news-detail__list--ordered {
  list-style: decimal;
}
.news-detail__list--bullet {
  list-style: disc;
}

.news-detail__list-item {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
  padding-left: 5px;
}

.news-detail__list-item.apply-session {
  margin-left: 5px;
}

.wp-block-group.news-detail__section.is-vertical.is-layout-flex.wp-container-core-group-is-layout-8cf370e7.wp-block-group-is-layout-flex {
  gap: 14px;
}

ul.wp-block-list.news-detail__list:not(.news-detail__list--ordered) {
  display: block;
  padding-left: 0;
}
ul.wp-block-list.news-detail__list:not(.news-detail__list--ordered) > li,
ul.wp-block-list.news-detail__list:not(.news-detail__list--ordered)
  > .wp-block-list-item {
  list-style: none;
  padding-left: 1.1em;
  position: relative;
}
ul.wp-block-list.news-detail__list:not(.news-detail__list--ordered)
  > li::before,
ul.wp-block-list.news-detail__list:not(.news-detail__list--ordered)
  > .wp-block-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

ol.wp-block-list.news-detail__list,
ul.wp-block-list.news-detail__list.news-detail__list--ordered {
  display: block;
  list-style: decimal;
  padding-left: 1.5em;
}
ol.wp-block-list.news-detail__list > li,
ol.wp-block-list.news-detail__list > .wp-block-list-item,
ul.wp-block-list.news-detail__list.news-detail__list--ordered > li,
ul.wp-block-list.news-detail__list.news-detail__list--ordered
  > .wp-block-list-item {
  display: list-item;
  list-style: inherit;
  padding-left: 0;
}

.news-detail__link {
  color: #023e78;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.news-detail__link:hover {
  opacity: 0.7;
}

.news-detail__quote {
  background-color: #f8f9fa;
  border-left: 4px solid #023e78;
  padding: 30px 35px;
  padding-right: 31.5px;
  position: relative;
  z-index: 10;
  height: 300px;
}

.news-detail__quote:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 55.076px;
  height: 47.436px;
  background: url(../img/page-news/quote.png) no-repeat center center;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .news-detail__quote {
    padding: 30px 35px 30px 31px;
  }
}

.news-detail__quote-text {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .news-detail__quote-text {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .wp-block-quote.news-detail__quote.is-layout-flow.wp-block-quote-is-layout-flow {
    width: 646px;
  }
}

.news-detail__nav {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
  .news-detail__nav {
    margin-top: 37px;
  }
}

.news-detail__nav-prev {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #023e78;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #023e78;
  transition: opacity 0.3s ease;
}
.news-detail__nav-prev:hover {
  opacity: 0.6;
}

.news-detail__nav-arrow {
  font-size: 16px;
}

.service-mv {
  background: url(../img/page-service/top-image_sp.png) center center/cover
    no-repeat;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-block: 90px;
}

@media screen and (min-width: 1024px) {
  .service-mv {
    padding-top: 70px;
    padding-bottom: 92px;
  }
}

.service-mv:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 165.654px;
  height: 250px;
  background-color: rgba(2, 62, 120, 0.8);
  clip-path: polygon(0 0, 98% 0, 10% 100%, 0% 100%);
  padding-top: 72.5px;
  padding-bottom: 73.5px;
}

@media screen and (min-width: 1024px) {
  .service-mv:after {
    clip-path: polygon(0 0, 100% 0, 64% 100%, 0% 100%);
    width: 365.654px;
    height: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .service-mv {
    background-image: url(../img/page-service/top-image_pc.png);
    height: 250px;
  }
}

.service-mv__breadcrumb {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1024px) {
  .service-mv__breadcrumb {
    padding-block: 10px;
    padding-inline: 90px;
  }
}

.service-mv--case {
  background-image: url(../img/case/page-case-mv_sp.png);
}
@media screen and (min-width: 1024px) {
  .service-mv--case {
    background-image: url(../img/case/page-case-mv_pc.png);
  }
}

.service-mv--download {
  background-image: url(../img/download/download-mv_sp.png);
}
@media screen and (min-width: 1024px) {
  .service-mv--download {
    background-image: url(../img/download/download-mv_pc.png);
    padding-top: 74px;
  }
}

.service-mv--contact {
  background-image: url(../img/page-contact/contact-mv_sp.png);
}
@media screen and (min-width: 1024px) {
  .service-mv--contact {
    background-image: url(../img/page-contact/contact-mv_pc.png);
  }
}

.contact-page {
  padding: 60px 20px 61px;
}

@media screen and (min-width: 768px) {
  .contact-page {
    padding-inline: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .contact-page {
    padding: 70px 50px 155px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-page {
    padding: 70px 296.5px 155px;
  }
}

@media screen and (min-width: 1024px) {
  .contact-page.contact-input {
    padding: 70px 296.5px 108px;
  }
}

.contact-page__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.contact-page__lead {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-contrast, #1a1a1a);
  text-align: left;
  margin: 0 0 40px;
}
@media screen and (min-width: 1280px) {
  .contact-page__lead {
    margin: 0 0 80px;
  }
}

.contact-form {
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  .contact-form {
    padding-top: 0;
  }
}

.contact-form-section {
  margin-top: 0;
}

.contact-form-section__title {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: var(--color-contrast, #1a1a1a);
  text-align: center;
  margin-bottom: 37px;
}
@media screen and (min-width: 1280px) {
  .contact-form-section__title {
    font-size: 24px;
    margin-bottom: 57px;
  }
}

.contact-page .download-form__fields {
  gap: 16px;
}

.contact-page .download-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 1280px) {
  .contact-page .download-form__fields {
    gap: 28px;
  }
  .contact-page .download-form__field {
    gap: 12px;
  }
}
.contact-form__select-wrap {
  width: 100%;
}

.contact-form__select,
.contact-form__select-wrap select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0%200%2011%207' fill='none'%3E%3Cpath d='M5.40711%206.80711L0%201.4L1.4%200L5.40711%204.00711L9.41421%200L10.8142%201.4L5.40711%206.80711Z' fill='%231A1A1A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10.814px 6.807px;
  background-position: right 18px center;
  padding-right: 40px;
}

.contact-form__textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-contrast, #1a1a1a);
  background-color: #fff;
  border: 1px solid #d0d8e0;
  border-radius: 4px;
  resize: vertical;
  height: 140px;
}
@media screen and (min-width: 1280px) {
  .contact-form__textarea {
    padding: 10px 16px;
    height: 240px;
    width: 100%;
    margin-bottom: 13px;
  }
}
.contact-form__textarea::-moz-placeholder {
  color: #cccccc;
}
.contact-form__textarea::placeholder {
  color: #cccccc;
}
.contact-form__textarea:focus {
  outline: none;
  border-color: #023e78;
}

.contact-page .contact-form.download-form {
  background: transparent;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .contact-page .contact-form.download-form {
    padding: 0;
  }
}

.contact-complete-section {
  margin-top: 0;
}

.contact-complete__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-complete {
  text-align: left;
}

.contact-complete__text {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #1a1a1a;
}

.contact-complete__link-wrap {
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-complete__link {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #023e78;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.contact-complete__link:hover {
  opacity: 0.85;
}

.download-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

.download-page__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .download-page__inner {
    padding-inline: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .download-page__inner {
    padding-inline: 50px;
  }
}

.download-form-section,
.download-complete-section {
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .download-page {
    padding-top: 70px;
    padding-inline: 90px;
    padding-bottom: 160px;
  }
  .download-page__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    max-width: calc(100vw - 180px);
    width: 100%;
    padding-inline: 0;
  }
  .download-block {
    flex: 0 0 510px;
    width: 510px;
    min-width: 0;
  }
  .download-form-section,
  .download-complete-section {
    flex: 0 0 550px;
    width: 550px;
    min-width: 0;
    margin-top: 0;
  }
}
.download-form-section__title {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: var(--color-contrast, #1a1a1a);
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .download-form-section__title {
    font-size: 32px;
    margin-bottom: 0;
  }
}

.download-form {
  border-radius: 12px;
  background: var(--color-main-light, #edf3f8);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 753px;
  padding-block: 40px;
  padding-inline: 20px;
}

@media screen and (min-width: 1024px) {
  .download-form {
    margin-inline: auto;
    height: 863px;
    padding-block: 0;
    padding-inline: 0;
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .download-form {
    gap: 38px;
    padding: 40px;
  }
}

.download-complete {
  border-radius: 12px;
  background: var(--color-main-light, #edf3f8);
  padding: 40px 20px;
  width: 100%;
  height: 369px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .download-complete {
    margin-inline: auto;
    width: 750px;
  }
}
@media screen and (min-width: 1280px) {
  .download-complete {
    padding: 40px;
    margin-inline: 0;
    width: 100%;
    height: 778px;
    max-width: 100%;
  }
}

.download-complete__title {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: var(--color-contrast, #1a1a1a);
  margin-bottom: 34px;
}
@media screen and (min-width: 1280px) {
  .download-complete__title {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 48px;
  }
}

.download-complete__lead {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-contrast, #1a1a1a);
  margin: 0 0 14px;
}
@media screen and (min-width: 1280px) {
  .download-complete__lead {
    line-height: normal;
    margin: 0 0 10px;
  }
}

.download-complete__link-wrap {
  margin-bottom: 14px;
}

.download-complete__link {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #023e78;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.download-complete__link:hover {
  opacity: 0.85;
}

.download-complete__note {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: var(--color-contrast, #1a1a1a);
  margin: 0;
}

.download-form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .download-form__fields {
    gap: 28px;
  }
}

.download-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .download-form__field {
    gap: 12px;
  }
}

.download-form__label-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.download-form__badge @media screen and (min-width: 1280px) {
  .download-form__label-row {
    gap: 9px;
  }
}

.download-form__label {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (min-width: 1280px) {
  .download-form__label {
    font-size: 18px;
  }
}

.download-form__badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  background-color: #e61264;
  border-radius: 2px;
}
@media screen and (min-width: 1280px) {
  .download-form__badge {
    width: 40px;
    height: 28px;
    padding: 1px 5px;
    height: 20px;
  }
}

.download-form__input {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-contrast, #1a1a1a);
  background-color: #fff;
  border: 1px solid #d0d8e0;
  border-radius: 4px;
  height: 44px;
}

@media screen and (min-width: 1024px) {
  .download-form__input {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.contact-form__textarea {
    font-size: 16px;
  }
}

.download-form__input::-moz-placeholder {
  color: #cccccc;
}
.download-form__input::placeholder {
  color: #cccccc;
}
.download-form__input:focus {
  outline: none;
  border-color: #023e78;
}

.download-form__agree {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-contrast, #1a1a1a);
  margin-top: 10px;
  margin-bottom: 17px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .download-form__agree {
    margin-inline: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.download-form__checkbox {
  --cb: 28px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: var(--cb);
  height: var(--cb);
  box-sizing: border-box;
  border: 1px solid var(--color-contrast, #1a1a1a);
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  font-size: var(--cb);
}
@media screen and (min-width: 1280px) {
  .download-form__checkbox {
    width: 32px;
    height: 32px;
  }
}
.download-form__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.19em;
  height: 0.38em;
  box-sizing: border-box;
  border: solid var(--color-contrast, #1a1a1a);
  border-width: 0 0.04em 0.04em 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center;
}
.download-form__checkbox:focus {
  outline: none;
}
.download-form__checkbox:focus-visible {
  outline: 2px solid #023e78;
  outline-offset: 2px;
}

.dl-privacy__label {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .dl-privacy__label {
    font-size: 16px;
    font-weight: 700;
  }
}
.dl-privacy__label a {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
  line-height: normal;
}
.dl-privacy__label span {
  margin-left: 6px;
}

.download-form__submit {
  width: 295px;
  height: 65px;
  box-sizing: border-box;
  padding: 24px 65px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: #023e78;
  background-color: #fff;
  border: 1px solid #023e78;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .download-form__submit {
    font-size: 16px;
    width: 336px;
    height: 67px;
  }
}

.download-form__submit:hover {
  opacity: 0.85;
}
@media screen and (min-width: 1280px) {
  .download-form__submit {
    font-size: 16px;
    padding: 24px 80px;
    line-height: 20px;
    height: 67px;
  }
}

@media screen and (min-width: 1024px) {
  .wpcf7-form-control.wpcf7-submit.download-form__submit {
  }
}

.contact-page .download-form__submit {
  width: 295px;
  height: 65px;
  margin-top: 5px;
}

@media screen and (min-width: 1024px) {
  .contact-page .download-form__submit {
    width: 295px;
    height: 72px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-page .download-form__submit {
    height: 72px;
  }
}

.download-block__title {
  color: var(--color-contrast, #1a1a1a);
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .download-block__title {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .download-block__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 33px;
    text-align: left;
  }
}

.download-block__figure {
  margin: 0 0 30px;
  text-align: center;
}
.download-block__figure img {
  display: block;
  max-width: 100%;
  width: 293px;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .download-block__figure {
    margin: 0 0 20px;
  }

  .download-block__figure img {
    width: 295px;
    height: 413px;
  }
}
@media screen and (min-width: 1024px) {
  .download-input__figure {
    margin-bottom: 23px;
  }
}

.download-block__body p {
  color: var(--color-contrast, #1a1a1a);
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.download-block__body p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .download-block__body p:not(:last-child) {
    margin-bottom: 23px;
  }
}

.wpcf7-list-item {
  margin: 0;
  margin-top: 13px;
}

@media screen and (min-width: 1024px) {
  .wpcf7-list-item {
    margin: 0;
  }
}

.wpcf7-list-item-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.wpcf7-list-item-label a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  font-weight: 700;
  margin-right: 6px;
}

@media screen and (min-width: 1024px) {
  .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    line-height: 35px;
  }
  .wpcf7-list-item-label a {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .download-page
    .wpcf7-form-control.wpcf7-submit.has-spinner.download-form__submit {
    width: 336px;
    height: 67px;
  }
}

/* .wpcf7 .wpcf7-submit:disabled {
  margin-top: 3px;
} */

@media screen and (min-width: 1024px) {
  .wpcf7 .wpcf7-submit:disabled {
    width: 295px;
    height: 72px;
  }
}

.service-mv__inner {
  width: 100%;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .service-mv__inner {
    padding-inline: 220px;
  }
}

.service-mv__main {
  font-family: "Fira Sans", sans-serif;
  color: #023e78;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .service-mv__main {
    font-size: 60px;
  }
}

.service-mv__sub {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #023e78;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 9px;
  height: 19px;
}
@media screen and (min-width: 1024px) {
  .service-mv__sub {
    font-size: 20px;
    height: 27px;
    line-height: 27px;
  }
}

.case-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  .case-page {
    padding-top: 70px;
    padding-bottom: 160px;
  }
}

.case-page__inner {
  /* max-width: 1100px; */
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .case-page__inner {
    padding-inline: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .case-page__inner {
    padding-inline: 90px;
    max-width: 1300px;
  }
}

@media screen and (min-width: 1280px) {
  .case-page__inner {
    padding-inline: 90px;
    max-width: 1300px;
  }
}

.case-category {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .case-category {
    flex-direction: row;
    gap: 16px;
  }
}

.case-category__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  width: 294px;
  height: 44px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .case-category__link {
    font-size: 14px;
    padding: 12px 20px;
    width: 208px;
  }
}

.case-category__link:hover {
  opacity: 0.85;
}

.case-section {
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  .case-section {
    margin-top: 78px;
  }
}

.case-section--abroad,
.case-section--cross {
  margin-top: 80px;
}

.case-section__head {
  border-left: 8px solid #023e78;
  padding-left: 12px;
  margin-bottom: 34px;
  height: 43px;
}
@media screen and (min-width: 1024px) {
  .case-section__head {
    margin-bottom: 59px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.case-section__head .service-list__heading {
  text-align: left;
  height: 29px;
}
@media screen and (min-width: 1024px) {
  .case-section__head .service-list__heading {
    margin-bottom: 0;
    height: auto;
    font-size: 28px;
    font-weight: 700;
  }
}

.case-section__head .service-list__subtitle {
  margin-bottom: 0;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .case-section__head .service-list__subtitle {
    margin-bottom: 0;
  }
}

.case-section__cards {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (min-width: 1024px) {
  .case-section__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 30px;
    max-width: 1100px;
  }
}
@media screen and (min-width: 1280px) {
  .case-section__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 80px;
    max-width: 1100px;
  }
}

.case-section__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.case-section__footer .service-list__cta {
  background-color: #fff;
  height: 69px;
  margin-top: 41px;
}

@media screen and (min-width: 1024px) {
  .case-section__footer .service-list__cta {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .case-section__footer {
    margin-top: 61px;
  }
}

.case-section--abroad .case-section__footer {
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #023e78;
  transition: opacity 0.3s ease;
}

.case-section__footer .service-list__cta:hover {
  opacity: 0.85;
}

.case-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .case-card {
    min-width: 0;
    overflow: visible;
  }
}

.case-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background-color: #023e78;
  color: #fff;
  padding: 6px 20px;
  border-radius: 8px 8px 0 0;
}

@media screen and (min-width: 1024px) {
  .case-card__header {
    position: relative;
    align-items: flex-start;
    padding: 18px 40px;
    height: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .case-card__header {
    position: relative;
    align-items: flex-start;
    padding: 18px 40px;
    padding-top: 23px;
    width: 510px;
    height: 100px;
  }
}

.case-card__company {
  flex: 1;
  min-width: 0;
}

@media screen and (min-width: 1024px) {
  .case-card__company {
    padding-right: 180px;
  }
}

.case-card__biz {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .case-card__biz {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
  }
}

.case-card__name {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.case-card__honorific {
  margin-left: 0.5em;
  font-size: 14px;
  vertical-align: top;
  margin-left: 13px;
}

@media screen and (min-width: 1024px) {
  .case-card__honorific {
    font-size: 16px;
    font-weight: 700;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1024px) {
  .case-card__name {
    font-size: 24px;
  }
}

.case-card__logo {
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  width: 90px;
  height: 68px;
  padding: 8px 19px;
}

.case-card__logo img {
  display: block;
  height: 68px;
  width: 52px;
  height: 52px;
}

@media screen and (min-width: 1024px) {
  .case-card__logo {
    position: absolute;
    top: -6px;
    right: 20px;
    width: 160px;
    height: 112px;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .case-card__logo img {
    width: 100px;
    height: 100px;
  }
}

.case-card__body {
  padding: 19px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  #case-english .case-card:nth-of-type(1) .case-card__body,
  #case-english .case-card:nth-of-type(2) .case-card__body {
    height: 487.67px !important;
  }

  #case-english .case-card:nth-of-type(3) .case-card__body,
  #case-english .case-card:nth-of-type(4) .case-card__body {
    height: 437px !important;
  }

  #case-communication .case-card:nth-of-type(1) .case-card__body,
  #case-communication .case-card:nth-of-type(2) .case-card__body {
    height: 437px !important;
  }

  #case-study-abroad .case-card:nth-of-type(2) .case-card__body {
    height: 437px !important;
  }
}

@media screen and (min-width: 1024px) {
  /* セクションIDを指定することで、他の設定を力技で上書きします */
  #case-study-abroad .case-card:nth-of-type(1) .case-card__body,
  #case-study-abroad .case-card:nth-of-type(2) .case-card__body {
    height: 437px !important;
    padding-top: 40px;
  }
}

.case-card__course-name {
  margin-left: 6px;
}

@media screen and (min-width: 1024px) {
  .case-card__body {
    padding: 35px 40px;
  }
}

@media screen and (min-width: 1280px) {
  .case-card__body {
    padding: 35px 40px;
    width: 510px;
  }
}

.case-card__course {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 1024px) {
  .case-card__course {
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 16px;
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 1024px) {
  #case-study-abroad .case-card__course {
    padding-bottom: 15px;
  }
}

.case-card__points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .case-card__points {
    gap: 25px;
  }
}

.case-card__point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .case-card__point {
    gap: 1px;
  }
}

.case-card__icon {
  flex-shrink: 0;
  display: flex;
  margin-top: 3px;
}

@media screen and (min-width: 1024px) {
  .case-card__icon {
    width: 20px;
    height: 20px;
  }

  .case-card__icon svg {
    width: 20px;
    height: 20px;
  }
}

.case-card__point-titles {
  display: flex;
  align-items: center;
  gap: 9.48px;
}

.case-card__point-texts {
  flex: 1;
  min-width: 0;
}

.case-card__point-title {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .case-card__point-title {
    font-size: 18px;
    margin-bottom: 11px;
  }
}

.case-card__point-body {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
}

@media screen and (min-width: 1024px) {
  .case-card__point-body {
    font-size: 14px;
  }
}

.service-detail {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .service-detail {
    padding-inline: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .service-detail {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-inline: 90px;
  }
}

.service-detail__inner {
  max-width: 900px;
  margin-inline: auto;
}

.service-detail__header {
  margin-bottom: 32px;
}

.service-detail__tag {
  display: inline-block;
  border: 1px solid #023e78;
  color: #023e78;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  margin-bottom: 12px;
}

.service-detail__title {
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .service-detail__title {
    font-size: 28px;
  }
}

.service-detail__eyecatch {
  width: 100%;
  margin-bottom: 40px;
}
.service-detail__eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

.service-detail__lead {
  background-color: #fff;
  border-left: 4px solid #023e78;
  padding: 16px 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .service-detail__lead {
    padding: 20px 24px;
  }
}

.service-detail__lead-title {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: #023e78;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .service-detail__lead-title {
    font-size: 18px;
  }
}

.service-detail__section {
  margin-bottom: 48px;
}

.service-detail__section-title {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #023e78;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 2px solid #023e78;
  margin-bottom: 20px;
}

.service-detail__section-subtitle {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: #023e78;
  line-height: normal;
  padding-bottom: 8px;
  border-bottom: 1px solid #023e78;
  margin-bottom: 14px;
  margin-top: 24px;
}

.service-detail__text {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
  margin-bottom: 16px;
}

.service-detail__list {
  padding-left: 20px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-detail__list--ordered {
  list-style: decimal;
}
.service-detail__list--bullet {
  list-style: disc;
}

.service-detail__list-item {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
}

.service-detail__flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 16px;
}

.service-detail__flow-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background-color: #f8f9fa;
  border-left: 4px solid #023e78;
  margin-bottom: 2px;
}

.service-detail__flow-step {
  font-family: "Fira Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: #023e78;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 56px;
}

.service-detail__flow-text {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
}

.service-detail__quote {
  background-color: #f8f9fa;
  border-left: 4px solid #023e78;
  padding: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .service-detail__quote {
    padding: 24px 28px;
  }
}

.service-detail__quote-text {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 24px;
}

.service-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .service-list {
    padding-top: 70px;
    padding-bottom: 249px;
    padding-inline: 0;
  }
}

.service-list__inner {
  max-width: 1100px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .service-list__inner {
    margin-inline: 0;
    max-width: none;
  }
}

.service-list__heading {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .service-list__heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 80px;
  }
}

.service-list__heading.service-page {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (min-width: 1024px) {
  .service-list__heading.service-page {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 84px;
  }
}

.service-list__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .service-list__items {
    margin-top: 0;
    gap: 347px;
  }
}

.service-list__item {
  position: relative;
  scroll-margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .service-list__item {
    scroll-margin-top: 90px;
  }
}
.service-list__item:nth-child(1) .service-list__img {
  background-image: url(../img/page-service/service-image1.png);
}
.service-list__item:nth-child(2) .service-list__img {
  background-image: url(../img/page-service/service-image2.png);
}
.service-list__item:nth-child(3) .service-list__img {
  background-image: url(../img/page-service/service-image3.png);
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .service-list__item:first-child,
  .service-list__item:nth-child(2),
  .service-list__item:nth-child(3) {
    min-height: 420px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:first-child .service-list__num,
  .service-list__item:nth-child(2) .service-list__num,
  .service-list__item:nth-child(3) .service-list__num {
    font-size: clamp(72px, 8vw, 120px);
    width: auto;
    line-height: 0.85;
    padding-block: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(3) .service-list__num {
    padding-block: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(2) .service-list__num {
    padding-block: 18px;
  }
}

.service-list__item:first-child .service-list__cta,
.service-list__item:nth-child(2) .service-list__cta,
.service-list__item:nth-child(3) .service-list__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  box-sizing: border-box;
  width: 295px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .service-list__item:first-child .service-list__cta,
  .service-list__item:nth-child(2) .service-list__cta,
  .service-list__item:nth-child(3) .service-list__cta {
    display: flex;
    width: 100%;
    width: 304px;
  }
}

@media screen and (min-width: 1024px) {
  /* 1番目：ビジネス英語研修 のボタン */
  #case-english .service-list__cta {
    /* ここにサイズやデザインを書く */
    width: 336px !important;
    height: 67px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* 2番目：異文化コミュニケーション のボタン */
  #case-communication .service-list__cta {
    width: 400px !important;
    height: 67px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 3番目：ビジネス留学プログラム のボタン */
  #case-study-abroad .service-list__cta {
    width: 384px !important;
    height: 67px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(2) .service-list__cta {
    height: 75px;
  }
}

@media screen and (min-width: 1024px) {
  .service-list__item:first-child .service-list__text,
  .service-list__item:first-child .service-list__info-term,
  .service-list__item:first-child .service-list__info-desc,
  .service-list__item:nth-child(2) .service-list__text,
  .service-list__item:nth-child(2) .service-list__info-term,
  .service-list__item:nth-child(2) .service-list__info-desc,
  .service-list__item:nth-child(3) .service-list__text,
  .service-list__item:nth-child(3) .service-list__info-term,
  .service-list__item:nth-child(3) .service-list__info-desc {
    color: #1a1a1a;
    font-family: "Noto Sans JP", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:first-child {
    margin-top: 53px;
    margin-right: 50px;
    margin-left: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:first-child .service-list__img {
    background-image: url(../img/page-service/service-image_pc1.png);
    position: absolute;
    top: 63px;
    bottom: 0;
    width: 51.376146789%;
    height: 896px;
    z-index: 0;
  }
}

.service-list__item:first-child .service-list__img {
  margin-left: auto;
  right: -20px;
}
@media screen and (min-width: 1024px) {
  .service-list__item:first-child .service-list__img {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:first-child .service-list__body {
    width: 54.128440367%;
    padding: 82px 40px 60px;
    padding-top: 88px;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:first-child .service-list__body {
    height: 875px;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(2) {
    margin-top: 0;
    isolation: isolate;
    margin-left: 50px;
    margin-right: 140px;
  }
  .service-list__item:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: -50px;
    width: 100vw;
    min-height: 100%;
    height: 1329px;
    top: -181px;
    background-color: #edf3f8;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
    pointer-events: none;
  }
}
.service-list__item:nth-child(2) .service-list__img {
  left: -20px;
  right: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(2) .service-list__img {
    background-image: url(../img/page-service/service-image_pc2.png);
    position: absolute;
    top: 60px;
    bottom: 0;
    width: 51.376146789%;
    height: 896px;
    left: 0;
    right: auto;
    z-index: 1;
  }
}

@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(2) .service-list__body {
    width: 54.128440367%;
    padding: 82px 40px 60px;
    padding-top: 82px;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(3) {
    margin-top: 0;
    margin-left: 140px;
    margin-right: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(3) .service-list__img {
    position: absolute;
    top: 63px;
    bottom: 0;
    width: 51.376146789%;
    height: 896px;
    z-index: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(3) .service-list__img {
    position: absolute;
    top: 62px;
    right: 0;
    width: 51.376146789%;
    height: 896px;
  }
}

.service-list__item:first-child .service-list__head {
  top: -43.5px;
  left: 20px;
}

@media screen and (min-width: 1024px) {
  .service-list__item:first-child .service-list__head,
  .service-list__item:nth-child(3) .service-list__head {
    top: -65px;
    left: 58px;
    right: auto;
    width: 106px;
  }
}

.service-list__item:nth-child(3) .service-list__head {
  top: -42px;
  left: 20px;
}

@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(3) .service-list__head {
    top: -62px;
    left: 58px;
  }
}

.service-list__item:nth-child(2) .service-list__head {
  top: -42px;
  right: 20px;
}

@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(2) .service-list__head {
    top: -65px;
    left: auto;
    right: 44px;
    width: 106px;
    z-index: 3;
  }
}

.service-list__img {
  width: 50.1333333333vw;
  aspect-ratio: 188/301;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.service-list__head {
  position: absolute;
  top: 109px;
  /* left: 20px; */
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .service-list__head {
    z-index: 3;
  }
}

.service-list__num {
  font-family: "Fira Sans", sans-serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  color: #023e78;
  line-height: normal;
  flex-shrink: 0;
  width: 72px;
}
@media screen and (min-width: 1024px) {
  .service-list__num {
    width: 90px;
    font-size: 100px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
  }
}

.service-list__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  padding-inline: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -40vw;
  margin-inline: 20px;
}

@media screen and (min-width: 1024px) {
  .service-list__body {
    margin-top: 0;
    margin-inline: 0;
  }
}

.service-list__item:nth-child(3) .service-list__body {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(3) .service-list__body {
    width: 54.128440367%;
    padding: 82px 40px 60px;
    padding-top: 82px;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .service-list__item:nth-child(3) .service-list__body {
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 60px;
  }
}
.service-list__title {
  font-family: "Noto Sans JP", serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 36px;
  margin-bottom: 7px;
  font-family: "Noto Sans CJK JP";
}
@media screen and (min-width: 1024px) {
  .service-list__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.service-list__subtitle {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #023e78;
  line-height: normal;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .service-list__subtitle {
    margin-bottom: 59px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }
}

.service-list__text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 31px;
}

/* 狭い幅（375px以下）だけ <br class="service-list__br--narrow"> で改行 */
@media screen and (min-width: 376px) {
  .service-list__text br.service-list__br--narrow {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .service-list__text {
    margin-bottom: 58px;
  }
}

.service-list__info {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 33px;
}

@media screen and (min-width: 1024px) {
  .service-list__info {
    margin-bottom: 60px;
  }
}

.service-list__info-row {
  display: flex;
  align-items: center;
  gap: 52px;
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}

.service-list__info-row--last {
}
@media screen and (min-width: 1024px) {
  .service-list__info-row {
    padding: 30px 0;
  }
}

.service-list__info-term {
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.service-list__info-desc {
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.service-list__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  box-sizing: border-box;
  position: relative;
  padding: 14px 32px;
  border: 1px solid #023e78;
  color: #023e78;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 295px;
  max-width: 100%;
  height: 72px;
  align-self: center;
}
.service-list__cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  right: 12px;
  width: 18px;
  height: 1px;
  background-color: currentColor;
}

@media screen and (min-width: 1024px) {
  .service-list__cta::before {
    top: 34px;
    right: 18px;
  }
}

.service-list__cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 12px;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .service-list__cta::after {
    top: 30px;
    right: 18px;
  }
}

.service-list__cta:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .service-list__cta {
    padding: 24px 79px;
    font-size: 16px;
    font-weight: 500;
  }
}

.service-list__cta--abroad-detail {
  height: auto;
  min-height: 72px;
  padding: 16px 44px 16px 20px;
  line-height: 1.5;
  text-align: center;
}
.service-list__cta--abroad-detail::before {
  top: 50%;
  transform: translateY(-50%);
}
.service-list__cta--abroad-detail::after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.service-detail__cta {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .service-detail__cta {
    flex-direction: row;
    justify-content: center;
  }
}

.service-detail__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  max-width: 320px;
}
.service-detail__cta-btn:hover {
  opacity: 0.7;
}
.service-detail__cta-btn--primary {
  background-color: #023e78;
  color: #fff;
}
.service-detail__cta-btn--outline {
  border: 1px solid #023e78;
  color: #023e78;
  background-color: transparent;
  border-radius: 4px;
}

.flow {
  background: url(../img/about/about-building.png) center center/cover no-repeat;
  position: relative;
  padding: 60px 20px 60px 22px;
}
.flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 62, 120, 0.82);
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .flow {
    padding: 80px 90px 119px 90px;
  }
}

.flow__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .flow__inner {
    max-width: 1100px;
    margin-inline: auto;
  }
}

.flow__title {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .flow__title {
    margin-bottom: 70px;
    font-size: 24px;
  }
}

.flow__list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .flow__list {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}

.flow__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
@media screen and (min-width: 1280px) {
  .flow__item {
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    gap: 10px;
    align-self: stretch;
    width: 27.0909090909%;
  }
}

@media screen and (min-width: 1280px) {
  .flow__item:nth-child(2) {
    margin-left: -29px;
  }
  .flow__item:nth-child(3) {
    margin-left: -30px;
  }

  .flow__item:nth-child(4) {
    margin-left: -48px;
  }
}

.flow__item:nth-child(1) .flow__card {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  position: relative;
  padding: 22px 20px 45px 20px;
  background-color: #edf3f8;
  z-index: 100;
}
@media screen and (min-width: 1280px) {
  .flow__item:nth-child(1) .flow__card {
    clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%);
    margin-top: 0;
    padding: 43px 55px 47px 43px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
    z-index: 1;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 298px;
    position: relative;
    z-index: 100;
  }
}
.flow__item:nth-child(2) .flow__card {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  position: relative;
  margin-top: -22px;
  padding: 38px 20px 48px 20px;
  background-color: #dde8f0;
  z-index: 90;
}
@media screen and (min-width: 1280px) {
  .flow__item:nth-child(2) .flow__card {
    clip-path: polygon(0% 0%, 91% 0, 100% 50%, 91% 100%, 0% 100%);
    margin-top: 0;
    padding: 43px 48px 47px 53px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
    z-index: 10;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 298px;
    position: relative;
    z-index: 90;
  }
}
.flow__item:nth-child(3) .flow__card {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  position: relative;
  margin-top: -29px;
  padding: 41px 20px 47px 20px;
  background-color: #c7dbe9;
  z-index: 80;
}
@media screen and (min-width: 1280px) {
  .flow__item:nth-child(3) .flow__card {
    clip-path: polygon(0% 0%, 91% 0, 100% 50%, 91% 100%, 0% 100%);
    margin-top: 0;
    padding: 43px 50px 47px 55px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
    z-index: 3;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 310px;
    position: relative;
    z-index: 80;
  }
}
.flow__item:nth-child(4) .flow__card {
  margin-top: -29px;
  padding: 42px 20px 20px 20px;
  background-color: #b0d0e5;
  position: relative;
  z-index: 70;
}
@media screen and (min-width: 1280px) {
  .flow__item:nth-child(4) .flow__card {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin-top: 0;
    padding: 43px 24px 23px 74px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
    z-index: 4;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 300px;
    position: relative;
    z-index: 70;
  }
}

.flow__step {
  width: auto;
  display: flex;
  justify-content: center;
  width: 11.7333333333vw;
}
.flow__step-shape {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
  justify-content: center;
  width: 13.1343283582%;
  min-height: 70px;
  padding: 8px 4px;
  padding-top: 26px;
}
@media screen and (min-width: 1024px) {
  .flow__step-shape {
    flex-direction: row;
    justify-content: flex-end;
    gap: 9px;
    width: auto;
    min-height: 0;
    padding: 0;
    justify-content: start;
  }
}

.flow__item:nth-child(3) .flow__step-shape {
  padding-top: 24px;
}

.flow__item:nth-child(4) .flow__step-shape {
  padding-top: 34px;
}

@media screen and (min-width: 1024px) {
  .flow__item:nth-child(3) .flow__step-shape {
    padding-top: 0px;
  }
  .flow__item:nth-child(4) .flow__step-shape {
    padding-top: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .flow__list > .flow__item:nth-child(1) .flow__step-shape {
    margin-left: 3px;
  }
}

@media screen and (min-width: 1280px) {
  .flow__list > .flow__item:nth-child(2) .flow__step-shape {
    margin-left: 8px;
  }
}

@media screen and (min-width: 1280px) {
  .flow__list > .flow__item:nth-child(3) .flow__step-shape {
    margin-left: 11px;
  }
}

@media screen and (min-width: 1280px) {
  .flow__list > .flow__item:nth-child(4) .flow__step-shape {
    margin-left: 30px;
  }
}

.flow__step-label {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  color: #fff400;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .flow__step-label {
    font-size: 18px;
    font-weight: 700;
  }
}

.flow__step-num {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  color: #fff400;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .flow__step-num {
    font-size: 36px;
    line-height: 1;
  }
}

.flow__card {
  width: 73.3333333333vw;
  flex-shrink: 0;
  background-color: rgba(235, 244, 255, 0.95);
  padding: 14px 16px;
}
@media screen and (min-width: 1280px) {
  .flow__card {
    width: 100%;
    box-sizing: border-box;
  }
}

.flow__card-title {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #023e78;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (min-width: 1280px) {
  .flow__card-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.flow__card-text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .flow__card-text {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .flow__card-text {
    color: #023e78;
  }
}

.flow__card-text--caution {
  color: #e61264;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.faq {
  padding: 60px 20px 104px 20px;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .faq {
    padding: 160px 296px 160px 296px;
  }
}

.faq__inner {
  max-width: 800px;
  margin-inline: auto;
}

.faq__title {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .faq__title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.faq__item {
  border-bottom: 1px solid #e0e0e0;
}
.faq__item.is-open .faq__question-text {
  color: #e61264;
}
.faq__item.is-open .faq__icon-svg--plus {
  display: none;
}
.faq__item.is-open .faq__icon-svg--close {
  display: block;
}

.faq__question-btn {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 17px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__list > .faq__item:nth-child(1) .faq__question-btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.faq__list > .faq__item:nth-child(2) .faq__question-btn {
  padding-top: 17px;
  padding-bottom: 17px;
}

.faq__list > .faq__item:nth-child(3) .faq__question-btn {
  padding-top: 16px;
  padding-bottom: 18px;
}

.faq__list > .faq__item:nth-child(4) .faq__question-btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.faq__list > .faq__item:nth-child(5) .faq__question-btn {
  padding-top: 18px;
  padding-bottom: 18px;
}

.faq__list > .faq__item:nth-child(6) .faq__question-btn {
  padding-top: 16px;
  padding-bottom: 17px;
}

.faq__list > .faq__item:nth-child(6) .faq__question-text {
  width: 255px;
}

@media screen and (min-width: 1280px) {
  .faq__list > .faq__item:nth-child(6) .faq__question-text {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .faq__list > .faq__item:nth-child(1) .faq__question-btn {
    padding-block: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .faq__list > .faq__item:nth-child(2) .faq__question-btn {
    padding-block: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .faq__list > .faq__item:nth-child(3) .faq__question-btn {
    padding-top: 47px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .faq__list > .faq__item:nth-child(4) .faq__question-btn {
    padding-block: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .faq__list > .faq__item:nth-child(5) .faq__question-btn {
    padding-block: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .faq__list > .faq__item:nth-child(6) .faq__question-btn {
    padding-block: 32px;
  }
}

.faq__question-text {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 22px;
  transition: color 0.2s;
  width: calc(262 / 335 * 100%);
}
@media screen and (min-width: 1024px) {
  .faq__question-text {
    font-size: 20px;
    width: 100%;
  }
}

.faq__icon {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__icon-svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1280px) {
  .faq__icon-svg {
    top: 12px;
    left: 10px;
  }
}

.faq__icon-svg--plus {
  width: 21px;
  height: 21px;
}
@media screen and (min-width: 1280px) {
  .faq__icon-svg--plus {
  }
}

.faq__icon-svg--close {
  width: 30px;
  height: 30px;
  display: none;
}

.faq__answer {
  display: none;
  padding-bottom: 20px;
}

.faq__answer-text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .faq__answer-text {
    padding-left: 40px;
    padding-right: 60px;
  }
}

/* 全要素の余白を一度リセット（.header の padding は後で指定している） */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
html.is-fixed,
body.is-fixed {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  html.is-fixed,
  body.is-fixed {
    overflow: auto;
  }
}

.title {
  height: 81px;
}
@media screen and (min-width: 1024px) {
  .title {
    margin-bottom: 24px;
    padding-inline: 0px;
    height: auto;
  }
}
.title__main {
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  color: #023e78;
}
.title__main.white {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .title__main {
    font-size: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .title__main {
    font-size: 100px;
  }
}

.title__sub {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  height: 19px;
}
@media screen and (min-width: 1024px) {
  .title__sub {
    font-size: 24px;
    height: 29px;
  }
}
.title__sub.white {
  color: #fff;
  margin-top: 2px;
}

@media screen and (min-width: 1024px) {
  .title__sub.white.service-page {
    margin-top: 6px;
  }
}

.about-link {
  width: 190px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  z-index: 1000;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .link {
    padding-inline: 6rem;
  }
}
/* @media screen and (min-width: 1024px) {
  .link {
    padding-inline: 0px;
    position: absolute;
    top: 152px;
    right: 90px;
  }
} */

@media screen and (min-width: 1024px) {
  .about-link {
    padding-inline: 0px;
    position: absolute;
    top: 18px;
    right: 0px;
    width: 288px;
    gap: 19px;
    align-items: center;
  }

  .about-link:hover .about-link__arrow-line {
    width: 146px;
    right: -25px;
  }

  .about-link:hover .about-link__arrow-line::before {
    right: 5px;
  }
}

.about-link__text {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-top: 12px;
  padding-right: 97px;
}
@media screen and (min-width: 1024px) {
  .link__text {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .about-link__text {
    font-size: 32px;
    padding-right: 140px;
    padding-top: 8px;
  }
}

.about-link__arrow,
.case-link__arrow {
  display: inline-block;
  margin-left: auto;
  flex-shrink: 0;
  width: 84px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  transition: width 0.35s ease;
  background-image: url(../img/about/about-arrow.png);
}

@media screen and (min-width: 1024px) {
  .about-link__arrow,
  .case-link__arrow {
    display: none;
  }
}

.about-link__arrow-circle {
  border-color: #fff400;
  position: absolute;
  right: 0;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1024px) {
  .about-link__arrow-circle {
    border-color: #fff400;
    position: absolute;
    right: 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
  }
}

@media screen and (min-width: 1024px) {
  .case-link__arrow {
    background-image: url(../img/case/arrow.png);
  }
}

.link__arrow:hover,
.case-link__arrow:hover {
  background-image: url(../img/about/about-arrow-long.png);
}
.link__arrow.service-link__arrow,
.case-link__arrow.service-link__arrow {
  background-image: url(../img/service/service-arrow.png);
  width: 189px;
  height: 40px;
}

.service-link__arrow {
  width: 84.495px;
  height: 40px;
}

@media screen and (min-width: 1024px) {
  .link__arrow,
  .case-link__arrow {
    width: 121px;
    height: 51px;
  }
}

.about-link__arrow-line {
  width: 64px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 12px;
  right: 20px;
  transition:
    width 0.3s ease,
    right 0.3s ease;
}

.about-link__arrow-line::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  right: 6px;
  bottom: -3px;
  width: 2px;
  height: 18px;
  transform: rotate(-55deg);
  transition: right 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .about-link__arrow-line {
    width: 95px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 27px;
    right: 26px;
  }

  .about-link__arrow-line::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    right: 6px;
    bottom: -3px;
    width: 2px;
    height: 18px;
    transform: rotate(-55deg);
  }
}

.case-link__arrow-line {
  width: 64px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 24px;
  right: 20px;
  transition:
    width 0.3s ease,
    right 0.3s ease;
}

.case-link__arrow-line::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  right: 6px;
  bottom: -3px;
  width: 2px;
  height: 18px;
  transform: rotate(-55deg);
  transition: right 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .case-link__arrow-line {
    width: 95px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    right: 26px;
  }

  .case-link__arrow-line::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    right: 6px;
    bottom: -3px;
    width: 2px;
    height: 18px;
    transform: rotate(-55deg);
  }

  .case-link:hover .case-link__arrow-line {
    width: 146px;
    right: -25px;
  }

  .case-link:hover .case-link__arrow-line::before {
    right: 5px;
  }
}

.case-link__arrow-circle {
  border-color: #fff400;
  position: absolute;
  right: 0;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  top: 0;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1024px) {
  .case-link__arrow-circle {
    border-color: #fff400;
    position: absolute;
    right: 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  color: #023e78;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

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

@media screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

.only-1280 {
  display: none;
}

@media screen and (width: 1280px) {
  .only-1280 {
    display: inline; /* または flex / inline-flex など必要なもの */
  }
}

.only-375 {
  display: none;
}

/* 画面幅が375px以下のときだけ表示（改行させる） */
@media screen and (min-width: 370px) and (max-width: 380px) {
  .only-375 {
    display: inline;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 13px 20px;
}

@media screen and (min-width: 1024px) {
  .header__inner {
    padding-inline: 16px;
    padding-block: 15px;
    max-width: 1800px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .header__inner {
    gap: 98px;
  }
}

.header__logo a {
  display: block;
  color: var(--color-main, #023e78);
  font-family: Roboto;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  .header__logo a {
    font-size: 39px;
    width: 280px;
  }
}

.drawer-icon {
  width: 27px;
  height: 18px;
  position: relative;
  margin-block: 10px;
}
@media screen and (min-width: 1024px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar {
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 9px;
  transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 9px;
  transform: rotate(-135deg);
}

.drawer-icon__bar {
  width: 27px;
  height: 2px;
  display: block;
  background-color: #023e78;
  position: absolute;
  border-radius: 10px;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 1px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 7.75px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 14.5px;
}

.header__nav {
  position: fixed;
  background: #023e78;
  color: #fff;
  z-index: 10;
  padding: 60px 40px;
  top: 110px;
  left: 0;
  width: 100vw;
  height: calc(100dvh - 60px);
  transform: translateX(100%);
  overflow-y: auto;
}
.header__nav.is-checked {
  transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .header__nav {
    position: static;
    background: transparent;
    color: inherit;
    z-index: auto;
    padding: 0;
    width: auto;
    height: auto;
    transform: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header__lists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 41px;
}
@media screen and (min-width: 1024px) {
  .header__lists {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .header__lists {
    gap: 16px;
    width: 478px;
  }
}

.header__list {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .header__list {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .header__link {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    transition: color 0.3s ease;
  }
  .header__list:hover .header__link {
    color: #888888;
  }
}

@media screen and (min-width: 1280px) {
  .header__link {
    font-size: 14px;
  }
}

.header-link__buttons {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .header-link__buttons {
    display: flex;
    gap: 10px;
    margin-left: 15px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header-link__buttons {
    margin-left: 30px;
  }
}

.header-link__button {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: 295px;
  margin-inline: auto;
}
.header-link__button a {
  display: block;
  padding: 22px 80px;
  text-align: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .header-link__button {
    margin-top: 0px;
    width: 130px;
  }
}
.header-link__button.download-button {
  border: 1px solid #fff;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .header-link__button.download-button:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .header-link__button.download-button:hover {
    background: #023e78;
    color: #fff;
    border-color: #023e78;
  }
}
@media screen and (min-width: 1024px) {
  .header-link__button.download-button {
    border: 1px solid #023e78;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .header-link__button.download-button a {
    padding: 5px;
    text-align: center;
    line-height: 43.33px;
  }
}

@media screen and (min-width: 1280px) {
  .header-link__button.download-button {
    width: 176px;
  }
  .header-link__button.download-button a {
    padding: 24px 30px;
    line-height: normal;
  }
}
.header-link__button.contact-button {
  background: #fff;
  color: #023e78;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}
.header-link__button.contact-button:hover {
  background: #002a52;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header-link__button.contact-button {
    background: #023e78;
    color: #fff;
  }
  .header-link__button.contact-button a {
    padding: 5px;
    text-align: center;
    line-height: 43.33px;
  }
}
@media screen and (min-width: 1280px) {
  .header-link__button.contact-button {
    width: 176px;
  }
  .header-link__button.contact-button a {
    padding: 22px 30px;
    text-align: center;
    line-height: normal;
  }
}

@media screen and (min-width: 1024px) {
  .fv {
    margin-bottom: 153px;
  }
}

.fv__inner {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    padding-left: 90px;
  }
}

/* FV Swiper：SP は左 40px ガター。画像はスライド内で 100% */
/* FV Swiper の transform による重ね順で文字が隠れるため、画像より下の z-index */
.fv-swiper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin-left: 40px;
}
@media screen and (min-width: 1024px) {
  .fv-swiper {
    width: 100%;
    margin-left: 0;
  }
}
/* Swiper bundle の .swiper { margin-left/right: auto; } より詳細度で上書き */
.fv-swiper.swiper {
  margin-left: 40px;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .fv-swiper.swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.fv-swiper .swiper-slide {
  height: auto;
}

.fv__message {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .fv__message {
    bottom: 60px;
    left: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .fv__message {
    bottom: 60px;
    left: 50px;
  }
}

.fv__message a {
  pointer-events: auto;
}

.fv__image {
  display: block;
  width: 100%;
  aspect-ratio: 335 / 607;
  height: auto;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .fv__image {
    aspect-ratio: auto;
  }
}

.fv__image img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 1024px) {
  .fv__image {
    aspect-ratio: auto;
  }
}

.fv-message__main {
  font-family: "Fira Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .fv-message__main {
    font-size: 60px;
  }
}

.fv-message__main.fv-message__sp-only {
  /* position: absolute;
    bottom: 172px;
    left: 20px; */
  white-space: nowrap;
  font-size: clamp(40px, calc(40px + (100vw - 375px) * 20 / 393), 60px);
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .fv-message__main.fv-message__sp-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .fv-message__main.fv-message__sp-only {
    display: none;
    bottom: 193px;
    left: 50px;
  }
}
.fv-message__main.fv-message__sp-only2 {
  /* position: absolute;
    bottom: 116px;
    left: 20px; */
  font-size: clamp(40px, calc(40px + (100vw - 375px) * 20 / 393), 60px);
  width: fit-content;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .fv-message__main.fv-message__sp-only2 {
    display: none;
  }
}
.fv-message__main.fv-message__pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .fv-message__main.fv-message__pc-only {
    display: block;
    /* position: absolute;
      bottom: 160px;
      left: 25px; */
  }
}

@media screen and (min-width: 1024px) {
  .fv-message__main.fv-message__pc-only {
    display: block;
    /* position: absolute;
      bottom: 193px;
      left: -40px; */
  }
}
.fv-message__main.fv-message__line3 {
  font-size: clamp(40px, calc(40px + (100vw - 375px) * 20 / 393), 60px);
  margin-top: 8px;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .fv-message__main.fv-message__line3 {
    bottom: 90px;
    left: 30px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .fv-message__main.fv-message__line3 {
    bottom: 105px;
    left: -40px;
    margin-top: 16px;
    font-size: 60px;
  }
}

.fv-message__sub {
  /* position: absolute;
    bottom: 20px; */
  color: #fff;
  background-color: #023e78;
  /* left: 20px; */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .fv-message__sub {
    bottom: 40px;
    left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .fv-message__sub {
    bottom: 60px;
    left: -40px;
    font-size: 20px;
    margin-top: 16px;
  }
}
.about {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 21px;
  position: relative;
  z-index: 1;
  padding-bottom: 175px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 60px;
    padding-inline: 90px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    padding-bottom: 243px;
    padding-top: 104px;
  }
}
.about::before {
  content: "";
  display: block;
  position: absolute;
  top: 167px;
  left: 0;
  width: 100%;
  height: 854px;
  z-index: 0;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
  background-color: #edf3f8;
}
@media screen and (min-width: 1024px) {
  .about::before {
    clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 72%);
    width: 100%;
    height: 800px;
    top: 150px;
    left: 0;
  }
}

.about__inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .about__inner {
    max-width: calc(1100px + 90px * 2);
  }
}

.about__contents {
  position: relative;
  width: 100%;
  margin-inline: auto;
  margin-top: 67px;
}
@media screen and (min-width: 1024px) {
  .about__contents {
    margin-top: 28px;
    width: 100%;
    max-width: none;
    min-height: 0;
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

.about__message {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .about__message {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-inline: auto;
  }
}
.about__message::before {
  content: "";
  display: block;
  background: url(../img/about/about-building.png) center center/cover no-repeat;
  max-width: 100%;
  width: calc(295 / 334 * 100%);
  aspect-ratio: 295/360;
  position: absolute;
  top: 316px;
  right: -21px;
  z-index: -1;
}

@media screen and (min-width: 400px) {
  .about__message::before {
    width: 350px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .about__message::before {
    width: 400px;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .about__message::before {
    top: -284px;
    right: -90px;
    width: 500px;
    height: 800px;
    margin-top: 0;
    padding-top: 0;
  }
}
.about__message::after {
  content: "";
  display: block;
  background: url(../img/about/about-blue.png) center center/cover no-repeat;
  max-width: 100%;
  width: calc(295 / 334 * 100%);
  aspect-ratio: 295/360;
  position: absolute;
  top: 316px;
  right: -21px;
  z-index: -1;
}

@media screen and (min-width: 400px) {
  .about__message::after {
    width: 350px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .about__message::after {
    width: 400px;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .about__message::after {
    top: -284px;
    right: -90px;
    width: 500px;
    height: 800px;
  }
}

.about__texts {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .about__texts {
    padding-top: 0;
    flex-grow: 1;
    padding-inline: 0;
  }
}

.about__text {
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.about__text:nth-of-type(1) {
  margin-bottom: 20px;
}
.about__text:nth-of-type(2) {
  margin-bottom: 25px;
}
.about-image__training {
  display: block;
  margin-inline: auto;
  margin-top: 70px;
  z-index: 100;
  background: url(../img/about/about-training.png) center center/cover no-repeat;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 335/210;
}
@media screen and (min-width: 1024px) {
  .about-image__training {
    /* width: 53.203125%; */
    width: calc(681 / 1100 * 100%);
    height: auto;
    aspect-ratio: 681/427;
    margin-inline: 0;
    margin-top: 0;
    flex-shrink: 0;
  }
}
.about-image__training img {
  width: 100%;
}

.service {
  padding-top: 60px;
  padding-bottom: 168px;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .service {
    padding-inline: 45px;
    padding-top: 119px;
    padding-bottom: 109px;
  }
}

@media screen and (min-width: 1280px) {
  .service {
    padding-inline: 90px;
  }
}
.service::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 1178px;
  z-index: -1;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  background-color: #edf3f8;
}
@media screen and (min-width: 1024px) {
  .service::before {
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
    width: 100%;
    height: 800px;
    top: 150px;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .service__inner {
    position: relative;
    max-width: calc(1100px + 90px * 2);
    margin-inline: auto;
  }
}

.service__items {
  padding-right: 20px;
  padding-left: 15px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .service__items {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .service__items {
    margin-top: 30px;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .service__items {
    gap: 70px;
  }
}

.service__item:nth-child(1) .service-item__image,
.service-item:nth-child(1) .service-item__image {
  margin-top: 55px;
}
.service__item:nth-child(2) .service-item__image,
.service-item:nth-child(2) .service-item__image {
  margin-top: 57px;
}
.service__item:nth-child(3) .service-item__image,
.service-item:nth-child(3) .service-item__image {
  margin-top: 54px;
}

@media screen and (min-width: 1024px) {
  .service__item,
  .service-item {
    position: relative;
    flex: 1;
    min-width: 0;
  }

  .service__item:nth-child(1) .service-item__image,
  .service-item:nth-child(1) .service-item__image {
    margin-top: 55px;
  }
  .service__item:nth-child(2) .service-item__image,
  .service-item:nth-child(2) .service-item__image {
    margin-top: 115px;
  }
  .service__item:nth-child(3) .service-item__image,
  .service-item:nth-child(3) .service-item__image {
    margin-top: 175px;
  }
}

.service-item__image {
  width: 100%;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .service-item__image {
    width: 100%;
  }
  .service-item__image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.service-item__image img {
  width: 100%;
  height: auto;
  display: block;
}

.service-item__number {
  text-align: right;
  position: absolute;
  top: -50px;
  right: 0;
}
.service-item__number img {
  width: 106px;
  height: 120px;
}

.service-item__title {
  color: #023e78;
  font-family: "Noto Sans CJK JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #fff;
  position: absolute;
  bottom: 33px;
  left: -15px;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .service-item__title {
    font-size: 28px;
  }
}
.service-item__title:nth-of-type(1) {
  bottom: 83px;
  left: -15px;
}
.service-item__title:nth-of-type(2) {
  bottom: 33px;
  left: -15px;
}

@media screen and (min-width: 1024px) {
  .service-item__title:nth-of-type(1) {
    bottom: 82px;
    left: -32px;
  }
}

@media screen and (min-width: 1024px) {
  .service-item__title:nth-of-type(2) {
    bottom: 33px;
    left: -32px;
  }
}

.service-item__text {
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 14px;
}

@media screen and (min-width: 1024px) {
  .service-link__arrow {
    width: 121px;
    height: 51px;
  }
}

.service-link__arrow-line {
  width: 64px;
  height: 2px;
  background-color: #023e78;
  position: absolute;
  bottom: 11px;
  right: 20px;
  z-index: 10;
  transition:
    width 0.3s ease,
    right 0.3s ease;
}

.service-link__arrow-line::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #023e78;
  right: 6px;
  bottom: -3px;
  width: 2px;
  height: 18px;
  transform: rotate(-55deg);
  transition: right 0.3s ease;
  z-index: 10;
}

.service-link__arrow-circle {
  background-color: #fff400;
  border-color: #fff400;
  position: absolute;
  right: 0;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .service-link__arrow-line {
    width: 95px;
    height: 2px;
    background-color: #023e78;
    position: absolute;
    top: 25px;
    right: 26px;
    z-index: 10;
  }

  .service-link__arrow-line::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #023e78;
    right: 6px;
    bottom: -3px;
    width: 2px;
    height: 18px;
    transform: rotate(-55deg);
    z-index: 10;
  }

  .service-link__arrow-circle {
    background-color: #fff400;
    border-color: #fff400;
    position: absolute;
    right: 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
    z-index: 1;
  }
}

.service-link {
  width: 210px;
  height: 40px;
  margin-top: 30px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  z-index: 1000;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .service-link {
    position: absolute;
    top: 20px;
    right: 0px;
    padding-right: 0;
    gap: 19px;
    width: 289px;
    margin-right: 0;
  }
}

.service-link:hover .service-link__arrow-line {
  width: 146px;
  right: -25px;
}

.service-link__text {
  color: #023e78;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-top: 12px;
  padding-right: 97px;
}

@media screen and (min-width: 1024px) {
  .service-link__text {
    font-size: 32px;
    padding-top: 0;
    padding-right: 140px;
  }
}

.case {
  background: url(../img/case/bg.png) center center/cover no-repeat;
  padding-left: 20px;
  padding-right: 20.44px;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .case {
    background: url(../img/case/bg_pc.png) center center/cover no-repeat;
    padding-inline: 90px;
    padding-top: 100px;
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 1024px) {
  .case__inner {
    position: relative;
    max-width: calc(1100px + 90px * 2);
    margin-inline: auto;
  }
}

.case__items {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .case__items {
    order: 3;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 80px;
    padding-inline: 0;
    gap: 50px;
    max-width: 1100px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .case__items {
    gap: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .case__item,
  .case-item {
    /* 320/1100(約29%) ではなく、少しだけ小さく設定してみる */
    width: calc(320 / 1100 * 99.5%);

    /* または、幅を固定値にしてしまう */
    /* width: 320px; */

    flex-shrink: 1; /* 1px足りない時に、ほんの少しだけ縮むことを許可する */
  }
}

.case-item__image {
  flex-shrink: 0;
  background-color: #fff;
  width: 100%;
  aspect-ratio: 335/251;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case__item:nth-child(4) .case-item__image img,
.case-item:nth-child(4) .cace-item__image img {
  width: calc(160 / 335 * 100%);
}

.case__item:nth-child(5) .case-item__image img,
.case-item:nth-child(5) .cace-item__image img {
  width: calc(160 / 335 * 100%);
}

.case-item__image img {
  width: calc(200 / 335 * 100%);
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 1024px) {
  .case-item__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  .case-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (min-width: 1024px) {
  .case__item:nth-child(4) .case-item__image img {
    width: calc(200 / 320 * 100%);
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .case__item:nth-child(5) .case-item__image img {
    width: calc(200 / 320 * 100%);
    height: auto;
  }
}

.case-item__body {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .case-item__body {
    flex: none;
  }
}

.case-item__company {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 14px;
}
@media screen and (min-width: 1024px) {
  .case-item__company {
    color: #fff;
    font-size: 16px;
  }
}

.case-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

@media screen and (min-width: 1024px) {
  .case-item__footer {
    position: relative;
  }
}

.case-item__tag {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 4px 14px;
  border: 1px solid #fff;
  padding: 6px 16px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .case-item__tag {
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
  }
}

.case-item__arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: url(../img/case/arrow-icon.png) center center/cover no-repeat;
  transition: transform 0.3s ease;
}
.case-item__arrow:hover {
  background-image: url(../img/case/arrow-yellow.png);
  transform: translateX(3px);
}
@media screen and (min-width: 1024px) {
  .case-item__arrow {
    border-color: #fff;
  }
  .case-item__arrow::after {
    border-color: #fff;
  }
}

.case-link {
  width: 190px;
  margin-top: 53px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 13px;
  z-index: 1000;
  position: relative;
  padding-top: 11px;
}

@media screen and (min-width: 768px) {
  .case-link {
  }
}
@media screen and (min-width: 1024px) {
  .case-link {
    padding-inline: 0px;
    position: absolute;
    top: -2px;
    right: 0px;
    width: 289px;
  }
}

.case-link__text {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-right: 97px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .case-link__text {
    font-size: 32px;
    padding-right: 140px;
  }
}

.news {
  padding-top: 60px;
  padding-bottom: 187px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .news {
    padding-top: 159px;
    padding-bottom: 160px;
    padding-inline: 90px;
  }
}
.news::before {
  content: "";
  display: block;
  position: absolute;
  top: 177px;
  left: 0;
  width: 100%;
  height: 580px;
  z-index: -1;
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 91%);
  background-color: #edf3f8;
}
@media screen and (min-width: 1024px) {
  .news::before {
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
    width: 100%;
    height: 640px;
    top: 487px;
    left: 0;
  }
}

.news__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding-inline: 90px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner {
    position: relative;
    max-width: calc(1100px + 90px * 2);
    margin-inline: auto;
    padding-inline: 0px;
  }
}

.news__items {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  .news__items {
    margin-top: 80px;
    padding: 85px 40px 40px 40px;
    width: 69.8181818182%;
    margin-inline: auto;
    gap: 0px;
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
}

@media screen and (min-width: 1024px) {
  .news__item:nth-of-type(2) {
    padding-top: 25px;
  }
}

.news__item,
.news-item {
  display: block;
  border-bottom: 1px solid #ddd;
}
.news__item:nth-child(2),
.news-item:nth-child(2) {
}
.news__item:nth-child(3),
.news-item:nth-child(3) {
}

.news-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-item__tag {
  height: 26px;
  padding: 3px 20px;
  border: 1px solid var(--color-accent-2, #e61264);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #e61264;
}
@media screen and (min-width: 1024px) {
  .news-item__tag {
    padding: 8px 15px;
    font-size: 14px;
    width: 104px;
    height: 33px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .news__items > .news__item:nth-child(3) .news-item__tag {
    width: 146px;
    height: 33px;
  }
}

@media screen and (min-width: 1024px) {
  .news__item:nth-of-type(3) {
    padding-top: 28px;
  }
}

.news-item__date {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.news-item__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 28px;
  margin-top: 18px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.news-item__title.front-page-title {
  margin-top: 19px;
}

@media screen and (min-width: 1280px) {
  .news-item__title.front-page-title {
    width: 100%;
  }
}

.news__item:last-child .news-item__title,
.news-item:last-child .news-item__title {
  padding-bottom: 31px;
}

@media screen and (min-width: 1024px) {
  .news__item:last-child .news-item__title,
  .news-item:last-child .news-item__title {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .news-item__title {
    font-size: 16px;
  }
}

.news__link,
.news-link {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  z-index: 1000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__link,
  .news-link {
    padding-inline: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news__link,
  .news-link {
    margin-top: 0;
    padding-inline: 0px;
    position: absolute;
    top: 49px;
    right: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .news-link:hover .news-link__arrow-line {
    width: 146px;
    right: -25px;
  }

  .news-link:hover .news-link__arrow-line::before {
    right: 5px;
  }
}

.news-link__text {
  font-family: "Fira Sans", sans-serif;
  color: #023e78;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-top: 14px;
  padding-right: 97px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .news-link__text {
    font-size: 32px;
    padding-right: 140px;
    padding-top: 10px;
  }
}

.news-link__arrow {
  width: 84px;
}
.news-link__arrow img {
  width: 24px;
  height: 24px;
  margin-left: auto;
  display: block;
  width: 84px;
}
@media screen and (min-width: 1024px) {
  .news-link__arrow {
    width: 121px;
    height: 51px;
  }
}

.news-link__arrow-line {
  width: 64px;
  height: 2px;
  background-color: #023e78;
  position: absolute;
  bottom: 11px;
  right: 20px;
  z-index: 10;
  transition:
    width 0.3s ease,
    right 0.3s ease;
}

.news-link__arrow-line::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #023e78;
  right: 6px;
  bottom: -3px;
  width: 2px;
  height: 18px;
  transform: rotate(-55deg);
  transition: right 0.3s ease;
  z-index: 10;
}

.news-link__arrow-circle {
  background-color: #fff400;
  border-color: #fff400;
  position: absolute;
  right: 0;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  top: 5px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .news-link__arrow-line {
    width: 95px;
    height: 2px;
    background-color: #023e78;
    position: absolute;
    top: 32px;
    right: 26px;
    z-index: 10;
  }

  .news-link__arrow-line::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #023e78;
    right: 6px;
    bottom: -3px;
    width: 2px;
    height: 18px;
    transform: rotate(-55deg);
    z-index: 10;
  }

  .news-link__arrow-circle {
    background-color: #fff400;
    border-color: #fff400;
    position: absolute;
    right: 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    top: 3px;
    width: 51px;
    height: 51px;
    z-index: 1;
  }
}

@media screen and (min-width: 1024px) {
  .footer__link {
    display: flex;
  }
}

.download {
  padding: 35px 40px 36px 40px;
  background: url(../img/footer/bg-download.png) center center/cover no-repeat;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 1024px) {
  .download {
    padding: 52px 20px 52px 20px;
    width: 50%;
  }
}

.download__title-main {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .download__title-main {
    font-size: 60px;
    text-transform: uppercase;
  }
}

.download__title-sub {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-top: 6px;
}

@media screen and (min-width: 1024px) {
  .download__title-sub {
    height: 23px;
  }
}

.download-link {
  height: 77px;
  margin-top: 42px;
  border: 2px solid var(--color-accent-1, #fff400);
  margin-inline: auto;
  position: relative;
  width: 295px;
  aspect-ratio: 295/77;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .download-link {
    margin-top: 35px;
    padding: 34px 20px 35px 20px;
    aspect-ratio: 315/98;
    display: flex;
    justify-content: center;
    width: 315px;
    height: 98px;
  }
}
.download-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 20px;
  width: 20px;
  height: 14px;
  background: url(../img/footer/arrow.png) center center/cover no-repeat;
  transition:
    background-color 0.3s ease,
    mask-image 0.3s ease,
    -webkit-mask-image 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .download-link:after {
    top: 42px;
    right: 31px;
  }
}
.download-link:hover,
.download-link:focus-within {
  background-color: #fff400;
}
.download-link:hover .download-link__text,
.download-link:focus-within .download-link__text {
  color: #1a1a1a;
}
.download-link:hover:after,
.download-link:focus-within:after {
  background-image: none;
  background-color: #1a1a1a;
  -webkit-mask-image: url(../img/footer/arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../img/footer/arrow.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.download-link__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff400;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .download-link__text {
    font-size: 24px;
  }
}

.contact {
  padding: 35px 40px 36px 40px;
  background: url(../img/footer/bg-contact.png) center center/cover no-repeat;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding: 52px 20px 52px 20px;
    width: 50%;
  }
}

.contact__title-main {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .contact__title-main {
    font-size: 60px;
    text-transform: uppercase;
  }
}

.contact__title-sub {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-top: 6px;
}

.contact-link {
  height: 77px;
  margin-top: 40px;
  border: 2px solid var(--color-accent-1, #fff400);
  margin-inline: auto;
  position: relative;
  width: 295px;
  aspect-ratio: 295/77;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .contact-link {
    margin-top: 35px;
    padding: 34px 20px 35px 20px;
    aspect-ratio: 315/98;
    display: flex;
    justify-content: center;
    width: 315px;
    height: 98px;
  }
}
.contact-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 20px;
  width: 20px;
  height: 14px;
  background: url(../img/footer/arrow.png) center center/cover no-repeat;
  transition:
    background-color 0.3s ease,
    mask-image 0.3s ease,
    -webkit-mask-image 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .contact-link:after {
    top: 42px;
    right: 31px;
  }
}
.contact-link:hover,
.contact-link:focus-within {
  background-color: #fff400;
}
.contact-link:hover .contact-link__text,
.contact-link:focus-within .contact-link__text {
  color: #1a1a1a;
}
.contact-link:hover:after,
.contact-link:focus-within:after {
  background-image: none;
  background-color: #1a1a1a;
  -webkit-mask-image: url(../img/footer/arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../img/footer/arrow.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.contact-link__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff400;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .contact-link__text {
    font-size: 24px;
  }
}

.footer {
  padding: 70px 47px 16px 47px;
  background-color: #1a1a1a;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 120px 20px 17px 20px;
    width: 100%;
  }
}

.footer__logo {
  width: 280px;
  color: #fff;
  text-align: center;
  margin-inline: auto;
  font-family: Roboto;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    font-size: 52px;
    width: 363px;
  }
}

.footer__info {
  margin-top: 22px;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 38px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .footer__info {
    margin-bottom: 76px;
  }
}

.footer__address {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .footer__address {
  }
}
.footer__tel {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .footer__tel {
    padding-left: 0;
  }
}
.footer__fax {
}

@media screen and (min-width: 1024px) {
  .footer__fax {
    padding-left: 0;
    text-align: left;
  }
}
.footer__copy {
  margin-inline: auto;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__copy {
    font-size: 14px;
  }
}

.footer__pagetop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 200;
}
@media screen and (min-width: 1024px) {
  .footer__pagetop {
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
}

.footer__pagetop-arrow {
  display: block;
  width: 12px;
  height: 12px;
} /*# sourceMappingURL=style.css.map */
