/*------------------------------
reset
------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  min-width: 375px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #262a3e;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/*------------------------------
reset end
------------------------------*/
/*------------------------------
header-new
------------------------------*/
.header-new {
  position: fixed;
  z-index: 3;
  width: max(100%, 390px);
  background-color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.header-new ~ .top-page, .header-new ~ .global-page {
  padding-top: 70px;
}
.header-new ~ .header-bottom__maessage {
  padding-top: 70px;
}
@media (min-width: 1200px) {
  .header-new ~ .header-bottom__maessage {
    padding-top: 115.5px;
  }
}
.header-new__contents {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: min(100%, 1280px);
  margin-inline: auto;
  padding: 0 58px 0 20px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header-new__contents {
    gap: 0;
    padding: 15px 40px;
  }
}
.header-new__title {
  line-height: 0;
}
.header-new__title .header-new__link {
  display: inline-block;
}
.header-new__title .header-new__link:has(.header-new__category--company), .header-new__title .header-new__link:has(.header-new__category--professional) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .header-new__title .header-new__link .header-new__image {
    width: 120px;
  }
}
.header-new__title .header-new__link .header-new__image ~ p {
  display: inline-block;
  margin-left: 5px;
  padding: 6px 3px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
}
.header-new__title .header-new__link .header-new__category--company {
  background-color: #1c7abe;
}
.header-new__title .header-new__link .header-new__category--professional {
  background-color: #c19719;
}
@media (max-width: 1199px) {
  .header-new__nav {
    position: fixed;
    top: 70px;
    left: 100%;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-bottom: 70px;
    background-color: #fff;
    transition: left 0.4s ease-in-out;
  }
}
@media (max-width: 1199px) {
  .header-new__nav.open {
    left: 0;
  }
}
.header-new__nav .header-new__link {
  display: block;
  padding: 15px 30px;
  font-size: 1.6rem;
  color: #262a3e;
}
@media (min-width: 1200px) {
  .header-new__nav .header-new__link {
    display: inline-block;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.header-new__list--global {
  margin-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .header-new__list--global {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 0;
  }
}
.header-new__list--global.exception {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .header-new__list--global.exception {
    display: none;
  }
}
.header-new__list--global.exception .header-new__item--btn {
  margin-bottom: 0;
}
.header-new__list--global.exception .header-new__link {
  flex-direction: column;
  margin: 0;
  padding: 15px 10px;
}
.header-new__list--global.exception .header-new__label {
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  .header-new__item + .header-new__item--btn {
    margin-top: 10px;
  }
}
.header-new__link {
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
}
.header-new__link:hover {
  opacity: 0.7;
}
.header-new__label {
  line-height: 1.25;
}
@media (max-width: 1199px) {
  .header-new__item--btn {
    margin-bottom: 10px;
  }
}
.header-new__item--btn .header-new__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 30px;
  padding: 15px;
  color: #fff;
  background-color: #262a3e;
}
@media (min-width: 1200px) {
  .header-new__item--btn .header-new__link {
    gap: 5px;
    width: fit-content;
    margin: 0;
    padding: 10px 20px;
  }
}
.header-new__item--btn .header-new__link.company {
  background-color: #1c7abe;
}
.header-new__item--btn .header-new__link.professional {
  background-color: #c19719;
}
.header-new__item--btn .header-new__link.line {
  background-color: #21ba4f;
}
.header-new__item--btn .header-new__label {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .header-new__item--btn .header-new__label {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media (max-width: 1199px) {
  .header-new__item--btn .header-new__label--small {
    font-size: 1.2rem;
  }
}
.header-new__list--sub {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 38px;
  padding: 30px;
  font-size: 0;
  gap: 10px;
}
@media (min-width: 1200px) {
  .header-new__list--sub {
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 10px;
    padding: 0;
  }
}
.header-new__list--sub .header-new__list--sub {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .header-new__list--sub .header-new__list--sub {
    width: 100%;
    min-height: 0;
  }
}
@media (max-width: 1199px) {
  .header-new__list--sub .header-new__item--btn {
    margin-bottom: 0;
  }
}
.header-new__list--sub .header-new__item--btn .header-new__link {
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  font-size: 1.2rem;
  color: #262a3e;
  background-color: #fff;
  border: 1px solid #262a3e;
}
.header-new__list--sub .header-new__item--btn .header-new__link--active-company {
  padding: 5px 15px;
  color: #fff;
  background-color: #1c7abe;
  border: none;
}
.header-new__list--sub .header-new__item--btn .header-new__link--active-professional {
  padding: 5px 15px;
  color: #fff;
  background-color: #c19719;
  border: none;
}
.header-new__list--sub .header-new__item--btn .header-new__link .header-new__label {
  font-weight: 700;
}
@media (max-width: 1199px) {
  .header-new__list--sub .header-new__item {
    padding: 5px 0;
    border: none;
  }
}
.header-new__list--sub .header-new__link {
  padding: 0;
}
.header-new__list--sub .header-new__link .header-new__label {
  font-size: 1.2rem;
}
.header-new__list--sub.exception {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .header-new__list--sub.exception {
    display: none;
  }
}
.header-new__list--sub.exception .header-new__item--btn {
  margin-bottom: 0;
}
.header-new__list--sub.exception .header-new__link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 15px 10px;
  color: #fff;
  background-color: #21ba4f;
  border: none;
}
.header-new__list--sub.exception .header-new__label {
  font-size: 1.2rem;
}
.header-new__list--professional {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
  font-size: 0;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header-new__list--professional {
    gap: 15px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .header-new__list--professional .header-new__item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .header-new__list--professional .header-new__item .header-new__link {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .header-new__list--professional .header-new__item--btn {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 1199px) {
  .header-new__list--professional .header-new__item--btn + .header-new__item--btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .header-new__list--professional .header-new__item--btn .header-new__link {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
}
.header-new__list--company {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
  font-size: 0;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header-new__list--company {
    gap: 15px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .header-new__list--company .header-new__item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .header-new__list--company .header-new__item .header-new__link {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .header-new__list--company .header-new__item--btn {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 1199px) {
  .header-new__list--company .header-new__item--btn + .header-new__item--btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .header-new__list--company .header-new__item--btn .header-new__link {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
}
.header-new__item--toggle {
  position: relative;
}
@media (max-width: 1199px) {
  .header-new__item--toggle {
    width: 100%;
  }
}
.header-new__item--toggle:hover .header-new__link + .header-new__toggle-list {
  opacity: 1;
  pointer-events: auto;
}
.header-new__item--toggle .header-new__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.25;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .header-new__item--toggle .header-new__link {
    padding: 10px 0;
  }
}
.header-new__item--toggle .header-new__link .header-new__image {
  margin-left: 6px;
}
@media (max-width: 1199px) {
  .header-new__item--toggle .header-new__image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-new__toggle-list {
    position: absolute;
    top: 38px;
    left: 0;
    width: max-content;
    margin: 0;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #d2dae3;
    opacity: 0;
    pointer-events: none;
    transform: translate(calc(var(--toggle-width) / 2 - 50%), 0);
    transition: opacity 0.2s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .header-new__toggle-item {
    margin-bottom: 8px;
    border: none;
  }
  .header-new__toggle-item:last-of-type {
    margin-bottom: 0;
  }
}
.header-new__toggle-link {
  position: relative;
  display: block;
  padding: 10px 0 10px 19px;
  font-size: 1.2rem;
  line-height: 1.25;
  transition: opacity 0.2s ease-in-out;
}
.header-new__toggle-link:hover {
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .header-new__toggle-link {
    padding: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .header-new__toggle-link::before {
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    margin: auto;
    background-color: #000;
    border-radius: calc(infinity * 1px);
  }
}
.header-new__list--another {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-new__list--another {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-new__list--another .header-new__item--small .header-new__link {
    padding: 10px 30px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .header-new__list--another .header-new__item--sns .header-new__link {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .header-new__link {
    font-weight: 400;
  }
}
.header-new__item--small {
  width: 100%;
}
.header-new__hamburger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header-new__hamburger {
    display: none;
  }
}
.header-new__hamburger span {
  width: 18px;
  height: 2px;
  background-color: #262a3e;
  border-radius: 2px;
}
.header-new__hamburger span:nth-of-type(1) {
  translate: 0 -4px;
}
.header-new__hamburger span:nth-of-type(3) {
  translate: 0 4px;
}

.header-bottom__maessage {
  width: 100%;
  background-color: #262a3e;
}

.header-bottom__message-text {
  padding: 10px 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-bottom__message-text {
    font-size: 1.2rem;
  }
}

/*------------------------------
header-new end
------------------------------*/
/*------------------------------
breadcrumb
------------------------------*/
.breadcrumb {
  width: min(100%, 1050px);
  margin: 0 auto;
  font-weight: 400;
  container-type: inline-size;
}
.breadcrumb__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  padding: 20px 30px 40px;
}
@container (min-width: 1050px) {
  .breadcrumb__list {
    padding: 20px 0 60px;
  }
}
.breadcrumb__item {
  font-size: 1.2rem;
}
@container (min-width: 1050px) {
  .breadcrumb__item {
    font-size: 1.6rem;
  }
}
.breadcrumb__item + .breadcrumb__item {
  position: relative;
  padding-left: 23px;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  background: url(../../img/202510/arrow.svg) left top/contain no-repeat;
}
.breadcrumb__link {
  transition: opacity 0.2s ease-in-out;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}

/*------------------------------
breadcrumb end
------------------------------*/
/*------------------------------
top-page
------------------------------*/
main {
  display: block;
  container-type: inline-size;
}

.top-page .mv {
  background: url(../../img/202510/top_mv--sp.jpg) left top/cover no-repeat;
}
@media (min-width: 768px) {
  .top-page .mv {
    width: min(100%, 1280px);
    margin: 0 auto;
    background: url(../../img/202510/top_mv--pc.jpg) right top/1000px no-repeat;
  }
}
.top-page .mv__contents {
  width: min(100%, 1050px);
  margin: 0 auto;
  padding: 314px 30px 50px;
}
@media (min-width: 768px) {
  .top-page .mv__contents {
    min-height: 650px;
    padding: 132px 0 0;
  }
}
.top-page .mv__headline {
  font-family: "Noto Serif JP", serif;
}
.top-page .mv__headline-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8.5px 10px;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 700;
  background-color: #fff;
}
@media (min-width: 768px) {
  .top-page .mv__headline-group {
    gap: 5px;
    margin-bottom: 15px;
    padding: 12px 10px;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .top-page .mv__headline-group:last-of-type {
    margin-bottom: 15px;
    color: #262a3e;
  }
}
.top-page .mv__headline--blue {
  color: #1c7abe;
}
.top-page .mv__headline--gold {
  color: #c19719;
}
.top-page .mv__headline--gold-small {
  margin: 0 5px;
  font-size: 1.2rem;
  color: #c19719;
}
@media (min-width: 768px) {
  .top-page .mv__headline--gold-small {
    margin: 0;
    font-size: 2rem;
  }
}
.top-page .mv__headline-description {
  width: min(100%, 500px);
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .top-page .mv__headline-description {
    margin-bottom: 50px;
    font-size: 1.6rem;
    color: #262a3e;
  }
}
.top-page .mv__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: min(100%, 330px);
  padding: 20px 48px;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  color: #262a3e;
  background-color: #fff;
  transition: opacity 0.2s ease-in-out;
}
.top-page .mv__link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .top-page .mv__link {
    color: #fff;
    background-color: #262a3e;
  }
}
@media (min-width: 768px) {
  .top-page .mv .icon-arrow--circle .circle {
    fill: #fff;
  }
}
@media (min-width: 768px) {
  .top-page .mv .icon-arrow--circle .arrow {
    fill: #262a3e;
  }
}
.top-page .top-article {
  background-color: #f8f8f8;
  container-type: inline-size;
}
.top-page .top-article__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: min(100%, 1050px);
  margin: 0 auto;
  padding: 110px 0 0;
}
@media (min-width: 1200px) {
  .top-page .top-article__contents {
    padding: 130px 30px 100px;
  }
}
.top-page .top-article__item {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px 30px 95px;
  background-color: #fff;
}
@container (min-width: 1050px) {
  .top-page .top-article__item {
    flex: 1 1 480px;
    margin: 0;
    padding: 30px 40px 87px;
  }
}
.top-page .top-article__item:last-of-type {
  margin-bottom: 0;
}
.top-page .top-article__item--company::before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 350px;
  height: 30px;
  margin: auto;
  background-color: #1c7abe;
}
.top-page .top-article__item--company .top-article__link-text::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #1c7abe;
  border-radius: calc(infinity * 1px);
}
.top-page .top-article__item--professional .top-article__link-text::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #c19719;
  border-radius: calc(infinity * 1px);
}
.top-page .top-article__item--professional::before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 350px;
  height: 30px;
  margin: auto;
  background-color: #c19719;
}
.top-page .top-article__header {
  width: 100%;
}
.top-page .top-article__thumbnail {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top-page .top-article__thumb-image {
  width: 100%;
  height: auto;
  aspect-ratio: 40/19;
  object-fit: cover;
  transition: opacity 0.2s ease-in-out;
}
.top-page .top-article__thumb-image:hover {
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .top-page .top-article__thumb-image {
    width: min(100%, 400px);
  }
}
.top-page .top-article__thumb-image--company {
  background: url("../../img/202510/top-thumb--company.jpg") center center/cover no-repeat;
}
.top-page .top-article__thumb-image--professional {
  background: url("../../img/202510/top-thumb--pro.jpg") center center/cover no-repeat;
}
.top-page .top-article__caption {
  position: absolute;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  pointer-events: none;
}
.top-page .top-article__balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.top-page .top-article__balloon-text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.top-page .top-article__headline {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.top-page .top-article__headline span {
  font-size: 18px;
}
.top-page .top-article__description {
  width: 100%;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.top-page .top-article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.top-page .top-article__list-item {
  width: calc(50% - 10px);
}
.top-page .top-article__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.top-page .top-article__link:hover {
  opacity: 0.7;
}
.top-page .top-article__link-text {
  position: relative;
  width: calc(100% - 15px - 8px);
  padding-left: 15px;
  font-size: 16px;
  color: #262a3e;
}
.top-page .top-article__link-arrow {
  margin-top: 4.5px;
}
.top-page .top-article__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 330px);
  margin: auto;
  padding: 20px 25px;
  line-height: 1.25;
  background: #21ba4f;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.top-page .top-article__btn:hover {
  opacity: 0.7;
}
@container (min-width: 1050px) {
  .top-page .top-article__btn {
    padding: 15px 25px;
    line-height: 1.5;
  }
}
.top-page .top-article__btn-text {
  font-size: 2rem;
  font-weight: 700;
}
@container (min-width: 1050px) {
  .top-page .top-article__btn-text {
    font-size: 1.8rem;
  }
}
.top-page .top-article__btn-icon {
  width: 20px;
  height: 20px;
}
.top-page .top-about__contents {
  display: flex;
  justify-content: center;
  padding: 80px 0 0;
  container-type: inline-size;
  background-color: #f8f8f8;
}
@media (min-width: 1050px) {
  .top-page .top-about__contents {
    padding: 80px 0;
    background: url(../../img/202510/top-about_bg.jpg) center center/cover no-repeat;
  }
}
.top-page .top-about__frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: min(100%, 1050px);
  margin: 0 auto;
  padding: 80px 30px 40px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .top-page .top-about__frame {
    padding: 40px 60px;
  }
}
.top-page .top-about__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.top-page .top-about__header .top-about__title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #262a3e;
}
@container (min-width: 1050px) {
  .top-page .top-about__header .top-about__title {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
}
.top-page .top-about__header .top-about__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .top-page .top-about__header .top-about__subtitle {
    font-size: 2rem;
  }
}
.top-page .top-about__description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.top-page .top-about__description > .top-about__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #262a3e;
  width: 100%;
  align-self: stretch;
  overflow-wrap: break-word;
  word-break: keep-all;
}
@container (min-width: 1050px) {
  .top-page .top-about__description > .top-about__text {
    font-size: 2.4rem;
  }
}
.top-page .top-about__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.top-page .top-about__footer > .top-about__text-wrapper {
  display: flex;
  width: 491px;
  align-items: center;
  justify-content: center;
}
.top-page .top-about__footer > .top-about__text-wrapper > .top-about__text-detail {
  font-size: 1.4rem;
  font-weight: 400;
  color: #262a3e;
  flex: 1;
  align-self: stretch;
}
@container (min-width: 1050px) {
  .top-page .top-about__footer > .top-about__text-wrapper > .top-about__text-detail {
    font-size: 1.6rem;
  }
}
.top-page .top-about__footer .top-about__btn {
  width: min(100%, 330px);
}
.top-page .top-about__footer .top-about__btn .top-about__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: min(100%, 330px);
  padding: 20px 48px;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #262a3e;
  transition: opacity 0.2s ease-in-out;
}
.top-page .top-about__footer .top-about__btn .top-about__link:hover {
  opacity: 0.7;
}

.company-page {
  container-type: inline-size;
}
.company-page .mv {
  margin-bottom: 80px;
  padding: 0;
  background: linear-gradient(#f1f2f3, #fff);
}
@container (min-width: 1050px) {
  .company-page .mv {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .company-page .mv {
    margin-bottom: 100px;
  }
}
.company-page .mv__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .company-page .mv__contents {
    width: min(100%, 1050px);
  }
}
.company-page .mv__swiper {
  width: 100%;
  margin: 0 auto 30px;
}
@container (min-width: 1050px) {
  .company-page .mv__swiper {
    max-width: 500px;
    margin: 0;
  }
}
.company-page .mv__topics {
  width: 100%;
}
@container (min-width: 1050px) {
  .company-page .mv__topics {
    width: 520px;
    margin-left: 30px;
  }
}
.company-page .mv__topics .topics {
  padding: 0 30px;
}
.company-page .mv__topics .topics__article {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.company-page .mv__topics .topics__thumbnail {
  display: block;
  width: 160px;
  transition: opacity 0.2s ease-in-out;
}
.company-page .mv__topics .topics__thumbnail:hover {
  opacity: 0.7;
}
.company-page .mv__topics .topics__thumbnail .topics__image {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.company-page .mv__topics .topics__content {
  flex: 1;
  font-size: 0;
}
.company-page .mv__topics .topics__title {
  position: relative;
  margin-bottom: 40px;
  padding-left: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
.company-page .mv__topics .topics__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #1c7abe;
  border-radius: 100%;
}
.company-page .mv__topics .topics__data {
  margin-bottom: 15px;
}
.company-page .mv__topics .topics__item {
  display: inline-block;
}
.company-page .mv__topics .topics__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #1c7abe;
  transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.company-page .mv__topics .topics__link:hover {
  opacity: 0.7;
}
.company-page .mv__topics .topics__link .icon-arrow--circle {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.company-page .mv__topics .topics__category {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1c7abe;
  background-color: transparent;
  border: 1px solid #1c7abe;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .company-page .mv__topics .topics__category {
    margin-right: 10px;
  }
}
.company-page .mv__topics .topics__category:hover {
  opacity: 0.7;
}
.company-page .mv__topics .topics__date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
.company-page .mv__topics .topics__text {
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out;
}
.company-page .mv__topics .topics__text:hover {
  opacity: 0.7;
}
@container (min-width: 501px) {
  .company-page .mv__item {
    width: 500px;
    margin: 0;
  }
}
.company-page .mv__item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.company-page .mv__link {
  display: block;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}
.company-page .mv__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .company-page .mv__image--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .company-page .mv__image--pc {
    display: none;
  }
}
.company-page .mv .swiper-pagination {
  position: absolute;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: 0;
  padding: 15px 10px;
  line-height: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.company-page .mv .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px !important;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.company-page .mv .swiper-pagination-bullet-active {
  background-color: #262a3e;
}
.company-page .mv .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.company-page .mv .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 700;
  color: #262a3e;
}
.company-page .mv .swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.company-page .mv .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: 700;
  color: #262a3e;
}
.company-page .mv__sns {
  border-radius: 1000px;
}
@media (min-width: 768px) {
  .company-page .mv__sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 8px 28px;
    border: 1px #000 solid;
  }
}
.company-page .mv__sns-label {
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .company-page .mv__sns-label {
    margin: 0;
  }
}
.company-page .mv__sns-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .company-page .mv__sns-icons {
    margin-bottom: 0;
  }
}
.company-page .mv__sns-icons a {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .company-page .mv__sns-icons a {
    padding: 8px 15px;
  }
}
.company-page .sec-facebook {
  margin-bottom: 60px;
}
@media screen and (min-width: 1366px) {
  .company-page .sec-facebook {
    margin-bottom: 80px;
  }
}
.company-page .sec-facebook__contents {
  margin: 0 auto;
}
.company-page .sec-facebook__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 1366px) {
  .company-page .sec-facebook__title {
    margin-bottom: 60px;
    font-size: 4.8rem;
  }
}
.company-page .sec-facebook__subtitle {
  margin-bottom: 6px;
  line-height: 0;
}
@media screen and (min-width: 1366px) {
  .company-page .sec-facebook__subtitle {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1365px) {
  .company-page .sec-facebook__subtitle .sec-facebook__image {
    width: 56px;
    height: 10px;
  }
}
.company-page .sec-facebook__thumbnail {
  display: block;
  margin-bottom: 20px;
  transition: opacity 0.2s ease-in-out;
}
.company-page .sec-facebook__thumbnail .sec-facebook__image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.company-page .sec-facebook__thumbnail:hover {
  opacity: 0.7;
}
.company-page .sec-facebook__data {
  margin-bottom: 10px;
  font-size: 0;
}
.company-page .sec-facebook__list {
  display: inline-block;
  margin-right: 20px;
  font-size: 0;
  letter-spacing: normal;
  align-self: center;
}
.company-page .sec-facebook__item {
  display: inline-block;
}
.company-page .sec-facebook__item:last-of-type .sec-case__post-category {
  margin-right: 0;
}
.company-page .sec-facebook .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 100%;
  margin: auto;
  line-height: 0;
  background-image: linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.44));
}
@media screen and (min-width: 1366px) {
  .company-page .sec-facebook .swiper-button-prev {
    width: 178px;
  }
}
.company-page .sec-facebook .swiper-button-prev::after {
  display: none;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .company-page .sec-facebook .swiper-button-prev::after {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .company-page .sec-facebook .swiper-button-prev::after {
    position: relative;
    left: -33.31px;
    font-size: 10rem;
  }
}
.company-page .sec-facebook .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 100%;
  margin: auto;
  line-height: 0;
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.44));
}
@media screen and (min-width: 1366px) {
  .company-page .sec-facebook .swiper-button-next {
    width: 178px;
  }
}
.company-page .sec-facebook .swiper-button-next::after {
  display: none;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .company-page .sec-facebook .swiper-button-next::after {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .company-page .sec-facebook .swiper-button-next::after {
    position: relative;
    right: -33.31px;
    font-size: 10rem;
  }
}
.company-page .sec-facebook__btn {
  text-align: center;
}
.company-page .sec-facebook__link {
  display: inline-block;
  padding: 14px 100px;
  font-size: 2.3rem;
  color: #fff;
  background-color: #262a3e;
  transition: opacity 0.2s ease-in-out;
}
.company-page .sec-facebook__link:hover {
  opacity: 0.7;
}
.company-page .sec-solution {
  position: relative;
  margin-bottom: 100px;
  background: #262a3e url(../../img/202510/top_bg.png) right -226px center/730px no-repeat;
}
.company-page .sec-solution__contents {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px;
  color: #fff;
}
.company-page .sec-solution__title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .company-page .sec-solution__title {
    font-size: 3.2rem;
  }
}
.company-page .sec-solution__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .company-page .sec-solution__subtitle {
    font-size: 2rem;
  }
}
.company-page .sec-solution__text {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .company-page .sec-solution__text {
    max-width: 485px;
  }
}
.company-page .sec-solution__text:last-of-type {
  margin-bottom: 40px;
}
.company-page .sec-solution__text--large {
  display: block;
  margin: 12px 0 30px 0;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media screen and (min-width: 1366px) {
  .company-page .sec-solution__text--large {
    margin: 0 0 30px 0;
  }
}
.company-page .sec-solution__btn-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: min(100%, 330px);
  padding: 20px 48px;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  color: #262a3e;
  background-color: #fff;
  transition: opacity 0.2s ease-in-out;
}
.company-page .sec-solution__btn-link:hover {
  opacity: 0.7;
}
.company-page .sec-solution__btn-label {
  display: inline-block;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  color: #262a3e;
}
@container (min-width: 1050px) {
  .company-page .sec-solution__btn-label {
    line-height: 1.25;
    font-size: 2rem;
  }
}
.company-page .sec-service {
  margin-bottom: 60px;
}
.company-page .sec-service__contents {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 30px;
}
@container (min-width: 1050px) {
  .company-page .sec-service__contents {
    padding: 0;
  }
}
.company-page .sec-service__title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .company-page .sec-service__title {
    font-size: 3.2rem;
  }
}
.company-page .sec-service__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .company-page .sec-service__subtitle {
    font-size: 2rem;
  }
}
.company-page .sec-service__bnr-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 1366px) {
  .company-page .sec-service__bnr-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px;
  }
}
.company-page .sec-service__bnr-item {
  width: 100%;
}
.company-page .sec-service__bnr-link {
  display: block;
  margin-bottom: 40px;
  transition: opacity 0.2s ease-in-out;
}
.company-page .sec-service__bnr-link:hover {
  opacity: 0.7;
}
.company-page .sec-service__group {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.company-page .sec-service__thumbnail {
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .company-page .sec-service__detail {
    width: calc(100% - 330px - 40px);
  }
}
.company-page .sec-service__bnr-headline {
  position: relative;
  margin-bottom: 20px;
  padding: 2.5px 40px 20px 25px;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #d2dae3;
}
.company-page .sec-service__bnr-headline::before {
  position: absolute;
  top: 7.5px;
  left: 0;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #1c7abe;
  border-radius: 100%;
}
.company-page .sec-service__bnr-headline .icon-arrow--circle {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  fill: #1c7abe;
}
.company-page .sec-service__bnr-text {
  font-size: 1.6rem;
  font-weight: 400;
}
.company-page .sec-service__bnr-text--blue {
  color: #1c7abe;
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  .company-page .sec-service__bnr-text br {
    display: none;
  }
}
.company-page .sec-service__btn-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  transition: opacity 0.2s ease-in-out;
}
.company-page .sec-service__btn-link:hover {
  opacity: 0.7;
}
.company-page .sec-service__btn-label {
  font-size: 1.6rem;
  color: #000;
}
.company-page .sec-service__btn-arrow {
  position: relative;
  width: 35px;
  height: 9px;
  margin-left: 10px;
  border-bottom: 1px solid #000;
}
.company-page .sec-service__btn-arrow::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 1px;
  height: 9px;
  margin: auto;
  background-color: #000;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .company-page .sec-service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.company-page .sec-service__item {
  margin-bottom: 15px;
}
@container (min-width: 1050px) {
  .company-page .sec-service__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .company-page .sec-service__item {
    width: calc(50% - 22.5px);
    margin-right: 45px;
  }
}
@media screen and (min-width: 1366px) {
  .company-page .sec-service__item {
    width: calc(33.33% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .company-page .sec-service__item:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .company-page .sec-service__item:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
.company-page .sec-service__link {
  position: relative;
  display: block;
  padding: 15px 30px;
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #1c7abe;
  transition: opacity 0.2s ease-in-out;
}
.company-page .sec-service__link:hover {
  opacity: 0.7;
}
@container (min-width: 1050px) {
  .company-page .sec-service__link {
    padding: 20px 30px;
    font-size: 2rem;
  }
}
.company-page .sec-service__link .icon-arrow--circle {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  fill: #fff;
}
.company-page .sec-case__contents {
  max-width: 1050px;
  margin: 0 auto 100px;
  padding: 0 30px;
}
@container (min-width: 1050px) {
  .company-page .sec-case__contents {
    padding: 0;
  }
}
.company-page .sec-case__title-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}
.company-page .sec-case__title-group .sec-case__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #1c7abe;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .company-page .sec-case__title-group .sec-case__link {
    gap: 10px;
    max-width: 190px;
    padding: 20px;
    line-height: 1.25;
    font-size: 2rem;
  }
}
.company-page .sec-case__title-group .sec-case__link:hover {
  opacity: 0.7;
}
.company-page .sec-case__title-group .sec-case__link .icon-arrow--circle {
  width: 15px;
  height: 15px;
  fill: #fff;
}
@media (min-width: 768px) {
  .company-page .sec-case__title-group .sec-case__link .icon-arrow--circle {
    width: 20px;
    height: 20px;
  }
}
.company-page .sec-case__title {
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .company-page .sec-case__title {
    font-size: 3.2rem;
  }
}
.company-page .sec-case__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .company-page .sec-case__subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .company-page .sec-case__archive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.company-page .sec-case__post {
  font-size: 0;
}
@media (min-width: 768px) {
  .company-page .sec-case__post {
    width: calc(33.33% - 30px);
  }
}
@media (min-width: 768px) {
  .company-page .sec-case__post:not(:last-of-type) {
    margin-right: 45px;
  }
}
.company-page .sec-case__post-thumbnail {
  display: block;
  margin-bottom: 15px;
  transition: opacity 0.2s ease-in-out;
}
.company-page .sec-case__post-thumbnail:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .company-page .sec-case__post-thumbnail {
    max-width: 320px;
  }
}
.company-page .sec-case__post-thumbnail .sec-case__image {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.company-page .sec-case__post-list {
  margin-bottom: 15px;
}
.company-page .sec-case__post-item {
  display: inline-block;
}
.company-page .sec-case__post-category {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1c7abe;
  background-color: transparent;
  border: 1px solid #1c7abe;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .company-page .sec-case__post-category {
    margin-right: 10px;
  }
}
.company-page .sec-case__post-category:hover {
  opacity: 0.7;
}
.company-page .sec-case__post-date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
.company-page .sec-case__post-title {
  display: block;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.company-page .sec-case__post-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .company-page .sec-case__post-bottom {
    margin-bottom: 0;
  }
}
.company-page .sec-case__post-company {
  width: calc(100% - 30px - 10px);
  font-size: 1.6rem;
  font-weight: 400;
  color: #1c7abe;
}
.company-page .sec-case .icon-arrow--circle {
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.company-page .bnr {
  margin-bottom: 80px;
}
@media screen and (min-width: 1366px) {
  .company-page .bnr {
    margin-bottom: 100px;
  }
}
.company-page .bnr__contents {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .company-page .bnr__contents {
    padding: 0 30px;
  }
}
.company-page .bnr__link {
  display: inline-block;
  width: min(100%, 800px);
  transition: opacity 0.2s ease-in-out;
}
.company-page .bnr__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .company-page .bnr__image--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .company-page .bnr__image--pc {
    display: none;
  }
}
.company-page .sec-admission {
  padding: 100px 30px;
  background-image: linear-gradient(90deg, #262a3e, #1c7abe);
}
.company-page .sec-admission__contents {
  width: min(100%, 1050px);
  margin-inline: auto;
  padding: 60px 30px;
  text-align: center;
  background-color: #fff;
}
.company-page .sec-admission__title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .company-page .sec-admission__title {
    font-size: 3.2rem;
  }
}
.company-page .sec-admission__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .company-page .sec-admission__subtitle {
    font-size: 2rem;
  }
}
.company-page .sec-admission__text {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@container (min-width: 1050px) {
  .company-page .sec-admission__text {
    max-width: none;
    text-align: center;
  }
}
.company-page .sec-admission__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
}
.company-page .sec-admission__item {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .company-page .sec-admission__item {
    width: min(50% - 10px, 330px);
    margin-bottom: 0;
  }
}
.company-page .sec-admission__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .company-page .sec-admission__item + .sec-admission__item {
    margin-left: 20px;
  }
}
.company-page .sec-admission__item + .sec-admission__item .sec-admission__link {
  background-color: #1c7abe;
}
.company-page .sec-admission__link {
  position: relative;
  display: block;
  padding: 15px 30px;
  text-align: left;
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #262a3e;
  transition: opacity 0.2s ease-in-out;
}
.company-page .sec-admission__link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .company-page .sec-admission__link {
    padding: 20px 30px;
    font-size: 2rem;
  }
}
.company-page .sec-admission__link .icon-arrow--circle {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  fill: #fff;
}
.company-page .sec-admission__btn-link {
  display: block;
  width: min(100%, 800px);
  margin-inline: auto;
  padding: 10px;
  background-color: #06c755;
}
@media (min-width: 768px) {
  .company-page .sec-admission__btn-link {
    padding: 20px;
  }
}
.professional-page {
  container-type: inline-size;
}
.professional-page .mv {
  margin-bottom: 80px;
  padding: 0;
  background: linear-gradient(#f1f2f3, #fff);
}
@container (min-width: 1050px) {
  .professional-page .mv {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .professional-page .mv {
    margin-bottom: 100px;
  }
}
.professional-page .mv__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .professional-page .mv__contents {
    width: min(100%, 1050px);
  }
}
.professional-page .mv__swiper {
  width: 100%;
  margin: 0 auto 30px;
}
@container (min-width: 1050px) {
  .professional-page .mv__swiper {
    max-width: 500px;
    margin: 0;
  }
}
.professional-page .mv__topics {
  width: 100%;
}
@container (min-width: 1050px) {
  .professional-page .mv__topics {
    width: 520px;
    margin-left: 30px;
  }
}
.professional-page .mv__topics .topics {
  padding: 0 30px;
}
.professional-page .mv__topics .topics__article {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.professional-page .mv__topics .topics__thumbnail {
  display: block;
  width: 160px;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .mv__topics .topics__thumbnail:hover {
  opacity: 0.7;
}
.professional-page .mv__topics .topics__thumbnail .topics__image {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.professional-page .mv__topics .topics__content {
  flex: 1;
  font-size: 0;
}
.professional-page .mv__topics .topics__title {
  position: relative;
  margin-bottom: 40px;
  padding-left: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
.professional-page .mv__topics .topics__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #c19719;
  border-radius: 100%;
}
.professional-page .mv__topics .topics__data {
  margin-bottom: 15px;
}
.professional-page .mv__topics .topics__item {
  display: inline-block;
}
.professional-page .mv__topics .topics__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #c19719;
  transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .mv__topics .topics__link:hover {
  opacity: 0.7;
}
.professional-page .mv__topics .topics__link .icon-arrow--circle {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.professional-page .mv__topics .topics__category {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #c19719;
  background-color: transparent;
  border: 1px solid #c19719;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .professional-page .mv__topics .topics__category {
    margin-right: 10px;
  }
}
.professional-page .mv__topics .topics__category:hover {
  opacity: 0.7;
}
.professional-page .mv__topics .topics__date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
.professional-page .mv__topics .topics__text {
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .mv__topics .topics__text:hover {
  opacity: 0.7;
}
@container (min-width: 501px) {
  .professional-page .mv__item {
    width: 500px;
    margin: 0;
  }
}
.professional-page .mv__item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.professional-page .mv__link {
  display: block;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .mv__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .professional-page .mv__image--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .professional-page .mv__image--pc {
    display: none;
  }
}
.professional-page .mv .swiper-pagination {
  position: absolute;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: 0;
  padding: 15px 10px;
  line-height: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.professional-page .mv .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px !important;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.professional-page .mv .swiper-pagination-bullet-active {
  background-color: #262a3e;
}
.professional-page .mv .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.professional-page .mv .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 700;
  color: #262a3e;
}
.professional-page .mv .swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.professional-page .mv .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: 700;
  color: #262a3e;
}
.professional-page .mv__sns {
  border-radius: 1000px;
}
@media (min-width: 768px) {
  .professional-page .mv__sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 8px 28px;
    border: 1px #000 solid;
  }
}
.professional-page .mv__sns-label {
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .professional-page .mv__sns-label {
    margin: 0;
  }
}
.professional-page .mv__sns-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .professional-page .mv__sns-icons {
    margin-bottom: 0;
  }
}
.professional-page .mv__sns-icons a {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .professional-page .mv__sns-icons a {
    padding: 8px 15px;
  }
}
.professional-page .sec-about__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  width: min(100%, 1050px);
  margin: 0 auto 80px;
  padding: 0 30px;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__contents {
    gap: 60px;
    margin-bottom: 100px;
    padding: 0 0;
  }
}
.professional-page .sec-about__group {
  width: 100%;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__group {
    width: calc(100% - 390px - 60px);
  }
}
.professional-page .sec-about__lead {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c19719;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__lead {
    font-size: 2rem;
  }
}
.professional-page .sec-about__catch {
  margin-bottom: 30px;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  overflow-wrap: break-word;
  word-break: keep-all;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__catch {
    font-size: 3.2rem;
  }
}
.professional-page .sec-about__description {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #262a3e;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__description {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.professional-page .sec-about__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #c19719;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .sec-about__btn:hover {
  opacity: 0.7;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__btn {
    gap: 10px;
    width: min(100%, 270px);
    padding: 17.5px 20px;
  }
}
.professional-page .sec-about__btn .icon-arrow--circle {
  width: 15px;
  height: 15px;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__btn .icon-arrow--circle {
    width: 20px;
    height: 20px;
  }
}
.professional-page .sec-about__btn-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__btn-text {
    font-size: 2rem;
  }
}
.professional-page .sec-about__icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.professional-page .sec-about__image {
  width: min(100%, 390px);
  margin: 0 auto;
}
@container (min-width: 1050px) {
  .professional-page .sec-about__image {
    width: 390px;
  }
}
.professional-page .sec-facebook {
  margin-bottom: 60px;
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-facebook {
    margin-bottom: 80px;
  }
}
.professional-page .sec-facebook__contents {
  margin: 0 auto;
}
.professional-page .sec-facebook__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-facebook__title {
    margin-bottom: 60px;
    font-size: 4.8rem;
  }
}
.professional-page .sec-facebook__subtitle {
  margin-bottom: 6px;
  line-height: 0;
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-facebook__subtitle {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1365px) {
  .professional-page .sec-facebook__subtitle .sec-facebook__image {
    width: 56px;
    height: 10px;
  }
}
.professional-page .sec-facebook__thumbnail {
  display: block;
  margin-bottom: 20px;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .sec-facebook__thumbnail .sec-facebook__image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.professional-page .sec-facebook__thumbnail:hover {
  opacity: 0.7;
}
.professional-page .sec-facebook__data {
  margin-bottom: 10px;
  font-size: 0;
}
.professional-page .sec-facebook__list {
  display: inline-block;
  margin-right: 20px;
  font-size: 0;
  letter-spacing: normal;
  align-self: center;
}
.professional-page .sec-facebook__item {
  display: inline-block;
}
.professional-page .sec-facebook__item:last-of-type .sec-case__post-category {
  margin-right: 0;
}
.professional-page .sec-facebook .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 100%;
  margin: auto;
  line-height: 0;
  background-image: linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.44));
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-facebook .swiper-button-prev {
    width: 178px;
  }
}
.professional-page .sec-facebook .swiper-button-prev::after {
  display: none;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .professional-page .sec-facebook .swiper-button-prev::after {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-facebook .swiper-button-prev::after {
    position: relative;
    left: -33.31px;
    font-size: 10rem;
  }
}
.professional-page .sec-facebook .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 100%;
  margin: auto;
  line-height: 0;
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.44));
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-facebook .swiper-button-next {
    width: 178px;
  }
}
.professional-page .sec-facebook .swiper-button-next::after {
  display: none;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .professional-page .sec-facebook .swiper-button-next::after {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-facebook .swiper-button-next::after {
    position: relative;
    right: -33.31px;
    font-size: 10rem;
  }
}
.professional-page .sec-facebook__btn {
  text-align: center;
}
.professional-page .sec-facebook__link {
  display: inline-block;
  padding: 14px 100px;
  font-size: 2.3rem;
  color: #fff;
  background-color: #262a3e;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .sec-facebook__link:hover {
  opacity: 0.7;
}
.professional-page .sec-solution {
  position: relative;
  margin-bottom: 100px;
  background: #262a3e url(../../img/202510/top_bg.png) right -226px center/730px no-repeat;
}
.professional-page .sec-solution__contents {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px;
  color: #fff;
}
.professional-page .sec-solution__title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .professional-page .sec-solution__title {
    font-size: 3.2rem;
  }
}
.professional-page .sec-solution__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .professional-page .sec-solution__subtitle {
    font-size: 2rem;
  }
}
.professional-page .sec-solution__text {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .professional-page .sec-solution__text {
    max-width: 485px;
  }
}
.professional-page .sec-solution__text:last-of-type {
  margin-bottom: 40px;
}
.professional-page .sec-solution__text--large {
  display: block;
  margin: 12px 0 30px 0;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-solution__text--large {
    margin: 0 0 30px 0;
  }
}
.professional-page .sec-solution__btn-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: min(100%, 330px);
  padding: 20px 48px;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  color: #262a3e;
  background-color: #fff;
}
.professional-page .sec-solution__btn-label {
  display: inline-block;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  color: #262a3e;
}
@container (min-width: 1050px) {
  .professional-page .sec-solution__btn-label {
    line-height: 1.25;
    font-size: 2rem;
  }
}
.professional-page .sec-service {
  margin-bottom: 60px;
}
.professional-page .sec-service__contents {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 30px;
}
@container (min-width: 1050px) {
  .professional-page .sec-service__contents {
    padding: 0;
  }
}
.professional-page .sec-service__title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .professional-page .sec-service__title {
    font-size: 3.2rem;
  }
}
.professional-page .sec-service__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .professional-page .sec-service__subtitle {
    font-size: 2rem;
  }
}
.professional-page .sec-service__bnr-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-service__bnr-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px;
  }
}
.professional-page .sec-service__bnr-item {
  width: 100%;
}
.professional-page .sec-service__bnr-link {
  display: block;
  margin-bottom: 40px;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .sec-service__bnr-link:hover {
  opacity: 0.7;
}
.professional-page .sec-service__group {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.professional-page .sec-service__thumbnail {
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .professional-page .sec-service__detail {
    width: calc(100% - 330px - 40px);
  }
}
.professional-page .sec-service__bnr-headline {
  position: relative;
  margin-bottom: 20px;
  padding: 2.5px 40px 20px 25px;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #d2dae3;
}
.professional-page .sec-service__bnr-headline::before {
  position: absolute;
  top: 7.5px;
  left: 0;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #c19719;
  border-radius: 100%;
}
.professional-page .sec-service__bnr-headline .icon-arrow--circle {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  fill: #c19719;
}
.professional-page .sec-service__bnr-text {
  font-size: 1.6rem;
  font-weight: 400;
}
.professional-page .sec-service__bnr-text--blue {
  color: #c19719;
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  .professional-page .sec-service__bnr-text br {
    display: none;
  }
}
.professional-page .sec-service__btn-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .sec-service__btn-link:hover {
  opacity: 0.7;
}
.professional-page .sec-service__btn-label {
  font-size: 1.6rem;
  color: #000;
}
.professional-page .sec-service__btn-arrow {
  position: relative;
  width: 35px;
  height: 9px;
  margin-left: 10px;
  border-bottom: 1px solid #000;
}
.professional-page .sec-service__btn-arrow::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 1px;
  height: 9px;
  margin: auto;
  background-color: #000;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .professional-page .sec-service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.professional-page .sec-service__item {
  margin-bottom: 15px;
}
@container (min-width: 1050px) {
  .professional-page .sec-service__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .professional-page .sec-service__item {
    width: calc(50% - 22.5px);
    margin-right: 45px;
  }
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-service__item {
    width: calc(33.33% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .professional-page .sec-service__item:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .professional-page .sec-service__item:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
.professional-page .sec-service__link {
  position: relative;
  display: block;
  padding: 15px 30px;
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #c19719;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .sec-service__link:hover {
  opacity: 0.7;
}
@container (min-width: 1050px) {
  .professional-page .sec-service__link {
    padding: 20px 30px;
    font-size: 2rem;
  }
}
.professional-page .sec-service__link .icon-arrow--circle {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  fill: #fff;
}
.professional-page .sec-project {
  background: #fbf7ea;
  padding: 50px 0px;
}
.professional-page .sec-project__contents {
  max-width: 1050px;
  margin: 0 auto 100px;
  padding: 0 30px;
}
@container (min-width: 1050px) {
  .professional-page .sec-project__contents {
    padding: 0;
  }
}
.professional-page .sec-project__title-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}
.professional-page .sec-project__title-group .sec-project__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #c19719;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .professional-page .sec-project__title-group .sec-project__link {
    gap: 10px;
    max-width: 190px;
    padding: 20px;
    line-height: 1.25;
    font-size: 2rem;
  }
}
.professional-page .sec-project__title-group .sec-project__link:hover {
  opacity: 0.7;
}
.professional-page .sec-project__title-group .sec-project__link .icon-arrow--circle {
  width: 15px;
  height: 15px;
  fill: #fff;
}
@media (min-width: 768px) {
  .professional-page .sec-project__title-group .sec-project__link .icon-arrow--circle {
    width: 20px;
    height: 20px;
  }
}
.professional-page .sec-project__title {
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .professional-page .sec-project__title {
    font-size: 3.2rem;
  }
}
.professional-page .sec-project__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .professional-page .sec-project__subtitle {
    font-size: 2rem;
  }
}
.professional-page .sec-project__projectinfo {
  background: #ffffff;
  padding: 10px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-align: center;
}
@container (min-width: 1050px) {
  .professional-page .sec-project__projectinfo {
    font-size: 1.6rem;
  }
}
.professional-page .sec-project__archive {
  container-type: inline-size;
}
@media (min-width: 768px) {
  .professional-page .sec-project__archive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@container (max-width: 1049px) {
  .professional-page .sec-project__archive > .sec-case__post .sec-case__post-bottom .btn {
    width: 100%;
    margin: 15px 0 0;
  }
}
.professional-page .sec-project__post {
  font-size: 0;
}
@media (min-width: 768px) {
  .professional-page .sec-project__post {
    width: calc(33.33% - 30px);
  }
}
@media (min-width: 768px) {
  .professional-page .sec-project__post:not(:last-of-type) {
    margin-right: 45px;
  }
}
.professional-page .sec-project__post-thumbnail {
  display: block;
  margin-bottom: 15px;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .sec-project__post-thumbnail:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .professional-page .sec-project__post-thumbnail {
    max-width: 320px;
  }
}
.professional-page .sec-project__post-thumbnail .sec-project__image {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.professional-page .sec-project__post-list {
  margin-bottom: 15px;
}
.professional-page .sec-project__post-item {
  display: inline-block;
}
.professional-page .sec-project__post-category {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #c19719;
  background-color: transparent;
  border: 1px solid #c19719;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .professional-page .sec-project__post-category {
    margin-right: 10px;
  }
}
.professional-page .sec-project__post-category:hover {
  opacity: 0.7;
}
.professional-page .sec-project__post-date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
.professional-page .sec-project__post-title {
  display: block;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.professional-page .sec-project__post-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .professional-page .sec-project__post-bottom {
    margin-bottom: 0;
  }
}
.professional-page .sec-project__post-company {
  font-size: 1.6rem;
  font-weight: 400;
  color: #c19719;
}
.professional-page .sec-project .icon-arrow--circle {
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.professional-page .bnr {
  margin-bottom: 80px;
}
@media screen and (min-width: 1366px) {
  .professional-page .bnr {
    margin-bottom: 100px;
  }
}
.professional-page .bnr__contents {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .professional-page .bnr__contents {
    padding: 0 30px;
  }
}
.professional-page .bnr__link {
  display: inline-block;
  width: min(100%, 800px);
  transition: opacity 0.2s ease-in-out;
}
.professional-page .bnr__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .professional-page .bnr__image--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .professional-page .bnr__image--pc {
    display: none;
  }
}
.professional-page .sec-admission {
  padding: 100px 30px;
  background-image: linear-gradient(90deg, #262a3e, #c19719);
}
.professional-page .sec-admission__contents {
  width: min(100%, 1050px);
  margin-inline: auto;
  padding: 60px 30px;
  text-align: center;
  background-color: #fff;
}
.professional-page .sec-admission__title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .professional-page .sec-admission__title {
    font-size: 3.2rem;
  }
}
.professional-page .sec-admission__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .professional-page .sec-admission__subtitle {
    font-size: 2rem;
  }
}
.professional-page .sec-admission__text {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@container (min-width: 1050px) {
  .professional-page .sec-admission__text {
    max-width: none;
    text-align: center;
  }
}
.professional-page .sec-admission__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
}
.professional-page .sec-admission__item {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .professional-page .sec-admission__item {
    width: min(50% - 10px, 330px);
    margin-bottom: 0;
  }
}
.professional-page .sec-admission__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .professional-page .sec-admission__item + .sec-admission__item {
    margin-left: 20px;
  }
}
.professional-page .sec-admission__item + .sec-admission__item .sec-admission__link {
  background-color: #c19719;
}
.professional-page .sec-admission__link {
  position: relative;
  display: block;
  padding: 15px 30px;
  text-align: left;
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #262a3e;
  transition: opacity 0.2s ease-in-out;
}
.professional-page .sec-admission__link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .professional-page .sec-admission__link {
    padding: 20px 30px;
    font-size: 2rem;
  }
}
.professional-page .sec-admission__link .icon-arrow--circle {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  fill: #fff;
}
.professional-page .sec-admission__btn-link {
  display: block;
  width: min(100%, 800px);
  margin-inline: auto;
  padding: 10px;
  background-color: #06c755;
}
@media (min-width: 768px) {
  .professional-page .sec-admission__btn-link {
    padding: 20px;
  }
}
/*------------------------------
top-page end
------------------------------*/
/*------------------------------
companysub-page
professionalsub-page
------------------------------*/
.companysub-page .mv,
.professionalsub-page .mv {
  position: relative;
  padding: 20px 30px;
}
@container (min-width: 1050px) {
  .companysub-page .mv,
  .professionalsub-page .mv {
    padding: 40px 60px;
  }
}
.companysub-page .mv::before,
.professionalsub-page .mv::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("../../img/202510/top_bg.png") right -60px center/344px no-repeat;
}
.companysub-page .mv__contents,
.professionalsub-page .mv__contents {
  width: min(100%, 1160px);
  margin: 0 auto;
}
.companysub-page .mv__title,
.professionalsub-page .mv__title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  color: #fff;
}
@container (min-width: 1050px) {
  .companysub-page .mv__title,
  .professionalsub-page .mv__title {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-size: 4rem;
  }
}
.companysub-page .mv__subtitle,
.professionalsub-page .mv__subtitle {
  line-height: 1.25;
  font-size: 1.2rem;
  color: #fff;
}
@container (min-width: 1050px) {
  .companysub-page .mv__subtitle,
  .professionalsub-page .mv__subtitle {
    font-size: 2rem;
  }
}

/*------------------------------
professionalsub-page end
------------------------------*/
/*------------------------------
global-page
------------------------------*/
.global-page .mv {
  position: relative;
  padding: 20px 30px;
  background: linear-gradient(90deg, #282a36 0%, #a5aac0 100%);
}
@container (min-width: 1050px) {
  .global-page .mv {
    padding: 40px 60px;
  }
}
.global-page .mv::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("../../img/202510/top_bg.png") right -60px center/344px no-repeat;
}
.global-page .mv__contents {
  width: min(100%, 1160px);
  margin: 0 auto;
}
.global-page .mv__title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  color: #fff;
}
@container (min-width: 1050px) {
  .global-page .mv__title {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-size: 4rem;
  }
}
.global-page .mv__subtitle {
  line-height: 1.25;
  font-size: 1.2rem;
  color: #fff;
}
@container (min-width: 1050px) {
  .global-page .mv__subtitle {
    font-size: 2rem;
  }
}

/*------------------------------
global-page end
------------------------------*/
/*------------------------------
footer-new
------------------------------*/
.footer-new {
  width: max(100%, 390px);
  background-color: #fff;
}
.footer-new__admission-contents {
  padding: 100px 0;
  container-type: inline-size;
}
.footer-new__admission-contents.company {
  background: linear-gradient(270.11deg, #1c7abe 0.09%, #262a3e 99.89%);
}
.footer-new__admission-contents.professional {
  background: linear-gradient(270.11deg, #c19719 0.09%, #262a3e 99.89%);
}
.footer-new__admission-contents .footer-new__admission-inner {
  width: min(100% - 60px, 1050px);
  margin: 0 auto;
  padding: 60px 30px;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .footer-new__admission-contents .footer-new__admission-inner {
    padding: 60px 40px;
  }
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #262a3e;
}
@container (min-width: 1050px) {
  .footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-title {
    font-size: 3.2rem;
  }
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-title .footer-new__admission-subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-title .footer-new__admission-subtitle {
    font-size: 2rem;
  }
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-thumbnail-link {
  display: inline-block;
  margin-bottom: 40px;
  transition: opacity 0.2s ease-in-out;
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-thumbnail-link:hover {
  opacity: 0.7;
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-thumbnail {
  display: block;
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-headline {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-headline {
    font-size: 2rem;
  }
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-headline-description {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #262a3e;
}
@media (min-width: 1200px) {
  .footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-group .footer-new__admission-headline-description {
    font-size: 1.6rem;
  }
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-btn-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-btn-list .footer-new__admission-btn {
  display: inline-block;
  width: 330px;
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-btn-list .footer-new__admission-btn .footer-new__admission-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: min(100%, 330px);
  padding: 20px 30px;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.2s ease-in-out;
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-btn-list .footer-new__admission-btn .footer-new__admission-link:hover {
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-btn-list .footer-new__admission-btn .footer-new__admission-link {
    padding: 20px 48px;
  }
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-btn-list .footer-new__admission-btn .footer-new__admission-link.navy {
  background-color: #262a3e;
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-btn-list .footer-new__admission-btn .footer-new__admission-link.blue {
  background-color: #1c7abe;
}
.footer-new__admission-contents .footer-new__admission-inner .footer-new__admission-btn-list .footer-new__admission-btn .footer-new__admission-link.gold {
  background-color: #c19719;
}
.footer-new__contact-contents {
  width: min(100%, 1050px);
  margin: 60px auto;
  padding: 40px 30px;
  background-color: #262a3e;
  container-type: inline-size;
}
@media (min-width: 1200px) {
  .footer-new__contact-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
  }
}
.footer-new__contact-contents .footer-new__contact-title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #fff;
}
@container (min-width: 970px) {
  .footer-new__contact-contents .footer-new__contact-title {
    font-size: 3.2rem;
  }
}
.footer-new__contact-contents .footer-new__contact-subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 970px) {
  .footer-new__contact-contents .footer-new__contact-subtitle {
    font-size: 2rem;
  }
}
.footer-new__contact-contents .footer-new__contact-headline-description {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1200px) {
  .footer-new__contact-contents .footer-new__contact-headline-description {
    margin-bottom: 0;
  }
}
.footer-new__contact-contents .footer-new__contact-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: min(100%, 330px);
  padding: 20px 48px;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  color: #262a3e;
  background-color: #fff;
  transition: opacity 0.2s ease-in-out;
}
.footer-new__contact-contents .footer-new__contact-link:hover {
  opacity: 0.7;
}
.footer-new__contact-contents .footer-new__contact-link .icon-arrow--circle .circle {
  fill: #262a3e;
}
.footer-new__contact-contents .footer-new__contact-link .icon-arrow--circle .arrow {
  fill: #fff;
}
.footer-new__contents {
  position: relative;
  width: min(100%, 1050px);
  margin-inline: auto;
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .footer-new__contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 60px 40px 40px;
  }
}
.footer-new__contents .footer-new__inner {
  width: min(100%, 1050px);
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .footer-new__contents .footer-new__inner {
    padding: 0 40px;
  }
}
.footer-new__contents.company {
  width: 100%;
  background-color: #1c7abe;
}
@media (min-width: 1200px) {
  .footer-new__contents.company {
    display: block;
    padding: 40px 40px 140px;
  }
}
@media (max-width: 1199px) {
  .footer-new__contents.company .footer-new__title {
    margin-bottom: 10px;
  }
}
.footer-new__contents.company .footer-new__list--company {
  padding: 0;
  font-weight: 400;
  background-color: #1c7abe;
}
@media (min-width: 1200px) {
  .footer-new__contents.company .footer-new__list--company {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer-new__contents.company .footer-new__list--company .footer-new__item + .footer-new__item--btn {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .footer-new__contents.company .footer-new__list--company .footer-new__item--btn {
    margin-top: 15px;
  }
}
.footer-new__contents.company .footer-new__list--company .footer-new__item--btn .footer-new__link {
  margin: 0;
}
@media (max-width: 1199px) {
  .footer-new__contents.company .footer-new__list--company .footer-new__item--btn .footer-new__link {
    justify-content: center;
  }
}
.footer-new__contents.company .footer-new__list--company .footer-new__item--btn .footer-new__link:not(.line) {
  color: #262a3e;
  background-color: #fff;
}
.footer-new__contents.company .footer-new__list--company .footer-new__item--btn .footer-new__link:not(.line) #icon-mail {
  fill: #262a3e;
}
.footer-new__contents.company .footer-new__list--company .footer-new__item--btn .footer-new__link .footer-new__label {
  font-weight: 700;
}
.footer-new__contents.company .footer-new__list--company .footer-new__link,
.footer-new__contents.company .footer-new__list--company .footer-new__toggle-link {
  color: #fff;
}
.footer-new__contents.company .footer-new__list--company .footer-new__toggle-link::before {
  background-color: #fff;
}
.footer-new__contents.company .footer-new__list--company .footer-new__toggle-list {
  background-color: #1c7abe;
  border: none;
  opacity: 1;
}
.footer-new__contents.company .footer-new__list--company .footer-new__toggle-list .footer-new__toggle-item .footer-new__toggle-link {
  font-size: 1.2rem;
}
.footer-new__contents.professional {
  width: 100%;
  background-color: #c19719;
}
@media (min-width: 1200px) {
  .footer-new__contents.professional {
    display: block;
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .footer-new__contents.professional .footer-new__title {
    margin-bottom: 10px;
  }
}
.footer-new__contents.professional .footer-new__list--professional {
  padding: 0;
  font-weight: 400;
  background-color: #c19719;
}
@media (min-width: 1200px) {
  .footer-new__contents.professional .footer-new__list--professional {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer-new__contents.professional .footer-new__list--professional .footer-new__item + .footer-new__item--btn {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .footer-new__contents.professional .footer-new__list--professional .footer-new__item--btn {
    margin-top: 15px;
  }
}
.footer-new__contents.professional .footer-new__list--professional .footer-new__item--btn .footer-new__link {
  margin: 0;
}
@media (max-width: 1199px) {
  .footer-new__contents.professional .footer-new__list--professional .footer-new__item--btn .footer-new__link {
    justify-content: center;
  }
}
.footer-new__contents.professional .footer-new__list--professional .footer-new__item--btn .footer-new__link:not(.line) {
  color: #262a3e;
  background-color: #fff;
}
.footer-new__contents.professional .footer-new__list--professional .footer-new__item--btn .footer-new__link:not(.line) #icon-mail {
  fill: #262a3e;
}
.footer-new__contents.professional .footer-new__list--professional .footer-new__item--btn .footer-new__link .footer-new__label {
  font-weight: 700;
}
.footer-new__contents.professional .footer-new__list--professional .footer-new__link,
.footer-new__contents.professional .footer-new__list--professional .footer-new__toggle-link {
  color: #fff;
}
.footer-new__contents.professional .footer-new__list--professional .footer-new__toggle-link::before {
  background-color: #fff;
}
.footer-new__contents.professional .footer-new__list--professional .footer-new__toggle-list {
  background-color: #1c7abe;
  border: none;
  opacity: 1;
}
.footer-new__contents.professional .footer-new__list--professional .footer-new__toggle-list .footer-new__toggle-item .footer-new__toggle-link {
  font-size: 1.2rem;
}
.footer-new__title {
  line-height: 0;
}
.footer-new__title .footer-new__link {
  display: inline-block;
}
.footer-new__title .footer-new__link:has(.footer-new__category--company), .footer-new__title .footer-new__link:has(.footer-new__category--professional) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.footer-new__title .footer-new__link .footer-new__image ~ p {
  display: inline-block;
  margin-left: 5px;
  padding: 6px 3px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
}
.footer-new__title .footer-new__link .footer-new__category--company {
  background-color: #1c7abe;
}
.footer-new__title .footer-new__link .footer-new__category--company.white {
  color: #1c7abe;
  background-color: #fff;
}
.footer-new__title .footer-new__link .footer-new__category--professional {
  background-color: #c19719;
}
.footer-new__title .footer-new__link .footer-new__category--professional.white {
  color: #c19719;
  background-color: #fff;
}
.footer-new__nav .footer-new__link {
  display: block;
  padding: 15px 30px;
  font-size: 1.4rem;
  color: #262a3e;
}
@media (min-width: 1200px) {
  .footer-new__nav .footer-new__link {
    display: inline-block;
    padding: 10px 0;
  }
}
.footer-new__list--global {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .footer-new__list--global {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 0;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--global .footer-new__item--btn {
    margin-bottom: 10px;
  }
  .footer-new__list--global .footer-new__item--btn:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.footer-new__list--global .footer-new__item--btn .footer-new__link {
  padding: 10px 20px;
}
.footer-new__list--global .footer-new__item--btn .footer-new__link .footer-new__label {
  font-size: 1.4rem;
}
.footer-new__list--global .footer-new__item .footer-new__link {
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .footer-new__item + .footer-new__item--btn {
    margin-top: 10px;
  }
}
.footer-new__link {
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
}
.footer-new__link:hover {
  opacity: 0.7;
}
.footer-new__label {
  line-height: 1.25;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  .footer-new__item--btn {
    margin-bottom: 10px;
  }
}
.footer-new__item--btn .footer-new__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 15px;
  color: #fff;
  background-color: #262a3e;
}
@media (min-width: 1200px) {
  .footer-new__item--btn .footer-new__link {
    gap: 5px;
    width: fit-content;
    margin: 0;
    padding: 10px 20px;
  }
}
.footer-new__item--btn .footer-new__link.company {
  background-color: #1c7abe;
}
.footer-new__item--btn .footer-new__link.professional {
  background-color: #c19719;
}
.footer-new__item--btn .footer-new__link.line {
  background-color: #21ba4f;
}
.footer-new__item--btn .footer-new__label {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .footer-new__item--btn .footer-new__label {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media (max-width: 1199px) {
  .footer-new__item--btn .footer-new__label--small {
    font-size: 1.2rem;
  }
}
.footer-new__list--sub {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 38px;
  padding: 30px;
  font-size: 0;
  gap: 10px;
}
@media (min-width: 1200px) {
  .footer-new__list--sub {
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 10px;
    padding: 0;
  }
}
.footer-new__list--sub .footer-new__list--sub {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .footer-new__list--sub .footer-new__list--sub {
    width: 100%;
    min-height: 0;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--sub .footer-new__item--btn {
    margin-bottom: 0;
  }
}
.footer-new__list--sub .footer-new__item--btn .footer-new__link {
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  font-size: 1.2rem;
  color: #262a3e;
  background-color: #fff;
  border: 1px solid #262a3e;
}
.footer-new__list--sub .footer-new__item--btn .footer-new__link--active-company {
  padding: 5px 15px;
  color: #fff;
  background-color: #1c7abe;
  border: none;
}
.footer-new__list--sub .footer-new__item--btn .footer-new__link--active-professional {
  padding: 5px 15px;
  color: #fff;
  background-color: #c19719;
  border: none;
}
.footer-new__list--sub .footer-new__item--btn .footer-new__link .footer-new__label {
  font-weight: 700;
}
@media (max-width: 1199px) {
  .footer-new__list--sub .footer-new__item {
    padding: 5px 0;
    border: none;
  }
}
.footer-new__list--sub .footer-new__link {
  padding: 0;
}
.footer-new__list--sub .footer-new__link .footer-new__label {
  font-size: 1.2rem;
}
.footer-new__list--sub.exception {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .footer-new__list--sub.exception {
    display: none;
  }
}
.footer-new__list--sub.exception .footer-new__item--btn {
  margin-bottom: 0;
}
.footer-new__list--sub.exception .footer-new__link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 15px 10px;
  color: #fff;
  background-color: #21ba4f;
  border: none;
}
.footer-new__list--sub.exception .footer-new__label {
  font-size: 1.2rem;
}
.footer-new__list--professional {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
  font-size: 0;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .footer-new__list--professional {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--professional .footer-new__item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--professional .footer-new__item .footer-new__link {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--professional .footer-new__item--btn {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--professional .footer-new__item--btn .footer-new__link {
    width: 100%;
    margin: 0;
  }
}
.footer-new__list--company {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
  font-size: 0;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .footer-new__list--company {
    gap: 15px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--company .footer-new__item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--company .footer-new__item .footer-new__link {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--company .footer-new__item--btn {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 1199px) {
  .footer-new__list--company .footer-new__item--btn .footer-new__link {
    width: 100%;
    margin: 0;
  }
}
.footer-new__item--toggle {
  position: relative;
}
@media (max-width: 1199px) {
  .footer-new__item--toggle {
    width: 100%;
  }
}
.footer-new__item--toggle:hover .footer-new__link + .footer-new__toggle-list {
  opacity: 1;
  pointer-events: auto;
}
.footer-new__item--toggle .footer-new__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.25;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .footer-new__item--toggle .footer-new__link {
    padding: 10px 0;
  }
}
.footer-new__item--toggle .footer-new__link .footer-new__image {
  display: none;
  margin-left: 6px;
  fill: #fff;
}
@media (max-width: 1199px) {
  .footer-new__item--toggle .footer-new__image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer-new__toggle-list {
    position: absolute;
    top: 38px;
    left: 0;
    width: max-content;
    margin: 0;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #d2dae3;
    opacity: 0;
    transform: translate(calc(var(--toggle-width) / 2 - 50%), 0);
    transition: opacity 0.2s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .footer-new__toggle-item {
    margin-bottom: 8px;
    border: none;
  }
  .footer-new__toggle-item:last-of-type {
    margin-bottom: 0;
  }
}
.footer-new__toggle-link {
  position: relative;
  display: block;
  padding: 10px 0 10px 19px;
  font-size: 1.2rem;
  line-height: 1.25;
  transition: opacity 0.2s ease-in-out;
}
.footer-new__toggle-link:hover {
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .footer-new__toggle-link {
    padding: 0;
    font-size: 1.4rem;
  }
}
.footer-new__toggle-link::before {
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin: auto;
  background-color: #000;
  border-radius: calc(infinity * 1px);
}
@media (min-width: 1200px) {
  .footer-new__toggle-link::before {
    left: -10px;
  }
}
.footer-new__list--another {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  width: 100%;
  margin-top: 12px;
}
.footer-new__list--another .footer-new__item--small .footer-new__link {
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer-new__list--another .footer-new__item--small .footer-new__link {
    padding: 10px 30px;
    font-size: 1.2rem;
  }
}
.footer-new__list--another .footer-new__item--sns .footer-new__link {
  padding: 8px;
}
@media (min-width: 1200px) {
  .footer-new__list--another .footer-new__list--another .footer-new__item--small {
    width: fit-content;
  }
}
.footer-new__list--another .footer-new__list--another .footer-new__item--small .footer-new__label {
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-new__list--another .footer-new__list--another .footer-new__item--copy {
  margin: 30px auto 0;
}
@media (min-width: 1200px) {
  .footer-new__list--another .footer-new__list--another .footer-new__item--copy {
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
.footer-new__list--another .footer-new__list--another .footer-new__item--copy span.footer-new__text {
  padding: 8px;
  font-size: 1.2rem;
}
.footer-new__list--another .footer-new__list--another .footer-new__item--copy span.footer-new__text .footer-new__label {
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-new__list--another .footer-new__list--another .footer-new__link {
  padding: 8px 0;
}
@media (min-width: 1200px) {
  .footer-new__list--another .footer-new__list--another .footer-new__link {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .footer-new__link {
    font-weight: 400;
  }
}
.footer-new__item--small {
  width: 100%;
}
.footer-new__link {
  font-size: 1.2rem;
}
.footer-new__hamburger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .footer-new__hamburger {
    display: none;
  }
}
.footer-new__hamburger span {
  width: 18px;
  height: 2px;
  background-color: #262a3e;
  border-radius: 2px;
}
.footer-new__hamburger span:nth-of-type(1) {
  translate: 0 -4px;
}
.footer-new__hamburger span:nth-of-type(3) {
  translate: 0 4px;
}

/*------------------------------
footer-new end
------------------------------*/
/*------------------------------
aside
------------------------------*/
.aside {
  position: fixed;
  left: 0;
  bottom: 30px;
  z-index: 1;
}
.aside__list {
  display: none;
}
@media (min-width: 1280px) {
  .aside__list {
    display: block;
  }
}
.aside__link {
  display: block;
  width: 80px;
  height: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
/*------------------------------
aside end
------------------------------*/
/*------------------------------
about
------------------------------*/
.about-executive {
  margin-bottom: 100px;
  background: linear-gradient(180deg, #f0f6fa 0%, #ffffff 100%);
}
@media screen and (min-width: 768px) {
  .about-executive {
    background: linear-gradient(180deg, #f0f6fa 0%, #ffffff 38.4%);
    margin-bottom: 120px;
  }
}
.about-executive__contents {
  width: min(100%, 1050px);
  margin: 0 auto;
  padding: 80px 30px 0;
}
@media screen and (min-width: 768px) {
  .about-executive__contents {
    padding: 100px 0 0;
  }
}
.about-executive__director {
  margin-bottom: 78px;
}
@media screen and (min-width: 768px) {
  .about-executive__director {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.about-executive__director-thumbnail {
  width: min(100%, 330px);
  margin: 0 auto 40px;
}
.about-executive__director-thumbnail .about__image {
  aspect-ratio: 33/43;
  object-fit: cover;
}
@media screen and (min-width: 1366px) {
  .about-executive__director-thumbnail .about__image {
    transform-origin: right top;
  }
}
@media screen and (min-width: 768px) {
  .about-executive__director-detail {
    width: calc(100% - 330px - 60px);
    margin-left: 60px;
  }
}
.about-executive .about-executive__title {
  width: 100%;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #262a3e;
}
@container (min-width: 970px) {
  .about-executive .about-executive__title {
    font-size: 3.2rem;
  }
}
.about-executive .about-executive__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 970px) {
  .about-executive .about-executive__subtitle {
    font-size: 2rem;
  }
}
.about-executive__director-title {
  margin-bottom: 22px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .about-executive__director-title {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .about-executive__director-title .sp {
    display: none;
  }
}
.about-executive__director-subtitle {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
.about-executive__director-text {
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .about-executive__director-text {
    margin-bottom: 80px;
  }
}
.about-executive__director-name {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
}
.about-executive__director-item {
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .about-executive__director-item {
    display: inline-block;
    margin-right: 11px;
  }
}
.about-executive__info {
  margin-bottom: 88px;
}
@media screen and (min-width: 768px) {
  .about-executive__info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 181px;
  }
}
.about-executive__info-headline {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about-executive__info-headline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 55px;
  }
}
.about-executive__info-headline .about__image {
  width: 243px;
  height: 29px;
}
@media screen and (min-width: 768px) {
  .about-executive__info-headline .about__image {
    margin-right: 10px;
  }
}
.about-executive__info-headline--jp {
  font-size: 1.6rem;
  font-weight: 400;
  color: #262a3e;
}
@media screen and (max-width: 767px) {
  .about-executive__info-headline--jp {
    margin-top: 5px;
  }
}
.about-executive__info-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #262a3e;
}
@media screen and (min-width: 768px) {
  .about-executive__info-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .about-executive__info-item:last-of-type {
    margin-bottom: 0;
  }
}
.about-executive__info-term {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #262a3e;
}
@media screen and (min-width: 768px) {
  .about-executive__info-term {
    width: 187px;
    margin: 0 56px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .about-executive__info-term .pc {
    display: none;
  }
}
.about-executive__info-description {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about-executive__info-description {
    width: calc(100% - 187px - 56px);
  }
}
.about-executive__info-description a {
  color: #9eafbc;
}
.about-executive__info-photo {
  display: none;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .about-executive__info-photo {
    display: block;
    width: calc(37% - 46px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1366px) {
  .about-executive__info-photo .about__image {
    transform-origin: left top;
    transform: scale(1.36);
  }
}
.about-executive__history-headline {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about-executive__history-headline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 55px;
  }
}
.about-executive__history-headline .about__image {
  width: 154px;
  height: 29px;
}
@media screen and (min-width: 768px) {
  .about-executive__history-headline .about__image {
    margin-right: 10px;
  }
}
.about-executive__history-headline--jp {
  font-size: 1.6rem;
  font-weight: 400;
  color: #262a3e;
}
@media screen and (max-width: 767px) {
  .about-executive__history-headline--jp {
    margin-top: 5px;
  }
}
.about-executive__history-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .about-executive__history-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.about-executive__history-term {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #262a3e;
}
@media screen and (min-width: 768px) {
  .about-executive__history-term {
    width: 130px;
    margin: 0 124px 0 0;
  }
}
.about-executive__history-description {
  font-weight: 400;
}

/*------------------------------
about end
------------------------------*/
/*------------------------------
form
------------------------------*/
.contact {
  margin-bottom: 60px;
}
.contact__contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .contact__contents {
    padding: 0;
  }
}
.contact__headline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact__headline {
    flex-wrap: nowrap;
    margin-bottom: 55px;
  }
}
.contact__headline .contact__image {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact__headline .contact__image[alt=CONTACT] {
    width: 147px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .contact__headline .contact__image[alt=OFFER] {
    width: 102px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .contact__headline .contact__image[alt=REGISTRATION] {
    width: 230px;
    height: 26px;
  }
}
.contact__headline--jp {
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__headline--jp {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .contact__headline--jp {
    font-size: 2rem;
  }
}
.contact__text {
  margin-bottom: 40px;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-bottom: 55px;
  }
}
.contact__text--link {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1c7abe;
}
.contact__text--link:hover {
  text-decoration: none;
}
.contact__form-block {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact__form-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .contact__form-block--message {
    align-items: flex-start;
  }
}
.contact__form-block--message .contact__form-label {
  padding-top: 10px;
}
.contact__form-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact__form-label {
    flex: 0 0 auto;
    width: 290px;
    margin: 0 20px 0 0;
  }
}
.contact__form-option {
  display: inline-block;
  padding: 0 8px;
  line-height: 24px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #262a3e;
}
.contact__input-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__input-wrap {
    flex: 1 0 auto;
  }
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=prefecture] {
  position: relative;
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=prefecture]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 33px;
  height: 100%;
  margin: auto;
  pointer-events: none;
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=prefecture]::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 13px;
  height: 11px;
  margin: auto;
  background-color: #262a3e;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  pointer-events: none;
}
.contact__input-wrap .wpcf7-form-control-wrap #prefecture {
  min-width: 264px;
  padding: 10px;
  font-size: 1.6rem;
  background-color: #f8f8f8;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__input-wrap .wpcf7-form-control-wrap #prefecture {
    width: 100%;
  }
}
.contact__input-wrap .wpcf7-form-control-wrap #birthday {
  padding: 10px;
  font-size: 1.6rem;
  background-color: #f8f8f8;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__input-wrap .wpcf7-form-control-wrap #birthday {
    width: 100%;
  }
}
.contact__input-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact__input-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    white-space: nowrap;
  }
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] {
  display: block;
}
@media screen and (min-width: 768px) {
  .contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] {
    display: inline-block;
  }
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] #postal-code {
  width: 100%;
  margin-right: 26px;
}
@media screen and (min-width: 768px) {
  .contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] #postal-code {
    max-width: 264px;
  }
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] + .contact__input-annotation {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] + .contact__input-annotation {
    padding: 0;
  }
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] + .contact__input-annotation:hover {
  text-decoration: none;
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] + .contact__input-annotation::after {
  position: absolute;
  top: 6px;
  right: -24px;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../../img/form_icon-blank.svg) left top/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] + .contact__input-annotation::after {
    top: 0;
  }
}
.contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] .wpcf7-not-valid-tip {
  top: calc(100% + 2px);
}
@media screen and (max-width: 767px) {
  .contact__input-wrap .wpcf7-form-control-wrap[data-name=postal-code] .wpcf7-not-valid-tip {
    top: calc(100% + 24px);
  }
}
.contact__input[type=text], .contact__input[type=email], .contact__input[type=tel] {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  background-color: #f8f8f8;
}
.contact__input[type=text]:disabled, .contact__input[type=email]:disabled, .contact__input[type=tel]:disabled {
  color: #000;
  background-color: transparent;
}
.contact__input[type=text] + span, .contact__input[type=email] + span, .contact__input[type=tel] + span {
  font-size: 1rem;
  font-weight: 500;
}
.contact__input#postal-code {
  width: auto;
}
.contact__input-annotation {
  display: inline-block;
  padding-top: 6px;
  font-size: 1.2rem;
}
.contact__form-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .contact__form-list {
    width: calc(100% - 310px);
    gap: 6px 0;
  }
}
.contact__form-item {
  width: calc(50% - 13px);
}
@media screen and (max-width: 767px) {
  .contact__form-item:nth-of-type(odd) {
    margin-right: 26px;
  }
}
@media screen and (min-width: 768px) {
  .contact__form-item {
    width: auto;
    margin-right: 26px;
  }
}
@media screen and (min-width: 768px) {
  .contact__form-item:last-of-type {
    margin-right: 0;
  }
}
.contact__input[type=radio] {
  display: none;
}
.contact__input[type=radio] + .contact__form-radio-label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.contact__input[type=radio] + .contact__form-radio-label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 100%;
}
.contact__input[type=radio] + .contact__form-radio-label::before:hover {
  background-color: #fff;
}
.contact__input[type=radio] + .contact__form-radio-label::after {
  position: absolute;
  content: "";
  top: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background-color: #1c7abe;
  border-radius: 100%;
  opacity: 0;
  transform: scale(2);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.contact__input[type=radio]:checked + .contact__form-radio-label::before {
  background: #fff;
  border: 1px solid #1c7abe;
}
.contact__input[type=radio]:checked + .contact__form-radio-label::after {
  opacity: 1;
  transform: scale(1);
}
.contact__input[type=checkbox] {
  display: none;
}
.contact__input[type=checkbox] + .contact__form-checkbox-label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.contact__input[type=checkbox] + .contact__form-checkbox-label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
}
.contact__input[type=checkbox] + .contact__form-checkbox-label::before:hover {
  background-color: #fff;
}
.contact__input[type=checkbox] + .contact__form-checkbox-label::after {
  position: absolute;
  content: "";
  top: 0;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: 8px;
  border-left: 2px solid #1c7abe;
  border-bottom: 2px solid #1c7abe;
  transform: rotate(-45deg) scale(0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.contact__input[type=checkbox] + .contact__form-checkbox-label .contact__form-checkbox-label--small {
  font-size: 1.2rem;
}
.contact__input[type=checkbox]:checked + .contact__form-checkbox-label::before {
  background: #fff;
  border: 1px solid #1c7abe;
}
.contact__input[type=checkbox]:checked + .contact__form-checkbox-label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.contact__form-radio-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact__form-radio-label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact__message-wrap {
    flex: 1 0 auto;
  }
}
.contact__textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  background-color: #f8f8f8;
  resize: vertical;
}
.contact__textarea:disabled {
  color: #000;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .contact__privacy-wrap {
    flex: 1 0 auto;
  }
}
.contact__privacy-wrap .wpcf7-form-control-wrap:has(input[type=checkbox]) {
  display: none;
}
.contact__privacy-wrap .wpcf7-form-control-wrap:has(input[type=checkbox]) + .contact__form-checkbox-label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.contact__privacy-wrap .wpcf7-form-control-wrap:has(input[type=checkbox]) + .contact__form-checkbox-label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
}
.contact__privacy-wrap .wpcf7-form-control-wrap:has(input[type=checkbox]) + .contact__form-checkbox-label::before:hover {
  background-color: #fff;
}
.contact__privacy-wrap .wpcf7-form-control-wrap:has(input[type=checkbox]) + .contact__form-checkbox-label::after {
  position: absolute;
  content: "";
  top: 0;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: 8px;
  border-left: 2px solid #1c7abe;
  border-bottom: 2px solid #1c7abe;
  transform: rotate(-45deg) scale(0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.contact__privacy-wrap .wpcf7-form-control-wrap:has(input[type=checkbox]:checked) + .contact__form-checkbox-label::before {
  background: #fff;
  border: 1px solid #1c7abe;
}
.contact__privacy-wrap .wpcf7-form-control-wrap:has(input[type=checkbox]:checked) + .contact__form-checkbox-label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}
.contact__form-link {
  text-decoration: underline;
  color: #1c7abe;
}
.contact__form-link:hover {
  text-decoration: none;
}
.contact__form-submit {
  margin-bottom: 80px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .contact__form-submit {
    margin-bottom: 120px;
  }
}
.contact__form-submit + .wpcf7-response-output {
  margin: -40px 0 40px;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .contact__form-submit + .wpcf7-response-output {
    margin: -60px 0 60px;
  }
}
.contact__button {
  display: inline-block;
  min-width: 200px;
  padding: 20px 60px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.contact__button:hover {
  opacity: 0.7;
}
.contact .wpcf7-spinner {
  display: none;
}

/*------------------------------
form end
------------------------------*/
/*------------------------------
professional/topics
------------------------------*/
.companysub-page .sec-case__page-list--blue,
.professionalsub-page .sec-case__page-list--blue {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.companysub-page .sec-case__page-list--blue .sec-case__page-item .page-numbers.current,
.professionalsub-page .sec-case__page-list--blue .sec-case__page-item .page-numbers.current {
  background-color: #1c7abe;
}
.companysub-page .sec-case__page-list--gold,
.professionalsub-page .sec-case__page-list--gold {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.companysub-page .sec-case__page-list--gold .sec-case__page-item .page-numbers.current,
.professionalsub-page .sec-case__page-list--gold .sec-case__page-item .page-numbers.current {
  background-color: #c19719;
}
.companysub-page .sec-case__page-item .page-numbers,
.professionalsub-page .sec-case__page-item .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  font-size: 2rem;
  font-weight: 700;
}
.companysub-page .sec-case__page-item .prev,
.companysub-page .sec-case__page-item .next,
.professionalsub-page .sec-case__page-item .prev,
.professionalsub-page .sec-case__page-item .next {
  display: inline-block;
  padding: 10px;
  line-height: 0;
}
.companysub-page .sec-case__page-item .page-numbers.current,
.professionalsub-page .sec-case__page-item .page-numbers.current {
  color: #fff;
  background-color: #1c7abe;
}
.companysub-page .sec-case__title-group,
.professionalsub-page .sec-case__title-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}
.companysub-page .sec-case__title-group .sec-case__link,
.professionalsub-page .sec-case__title-group .sec-case__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #1c7abe;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .companysub-page .sec-case__title-group .sec-case__link,
  .professionalsub-page .sec-case__title-group .sec-case__link {
    gap: 10px;
    max-width: 190px;
    padding: 20px;
    line-height: 1.25;
    font-size: 2rem;
  }
}
.companysub-page .sec-case__title-group .sec-case__link:hover,
.professionalsub-page .sec-case__title-group .sec-case__link:hover {
  opacity: 0.7;
}
.companysub-page .sec-case__title-group .sec-case__link .icon-arrow--circle,
.professionalsub-page .sec-case__title-group .sec-case__link .icon-arrow--circle {
  width: 15px;
  height: 15px;
  fill: #fff;
}
@media (min-width: 768px) {
  .companysub-page .sec-case__title-group .sec-case__link .icon-arrow--circle,
  .professionalsub-page .sec-case__title-group .sec-case__link .icon-arrow--circle {
    width: 20px;
    height: 20px;
  }
}
.companysub-page .sec-case__title,
.professionalsub-page .sec-case__title {
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .companysub-page .sec-case__title,
  .professionalsub-page .sec-case__title {
    font-size: 3.2rem;
  }
}
.companysub-page .sec-case__subtitle,
.professionalsub-page .sec-case__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .companysub-page .sec-case__subtitle,
  .professionalsub-page .sec-case__subtitle {
    font-size: 2rem;
  }
}
.companysub-page .sec-case__title-group,
.professionalsub-page .sec-case__title-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}
.companysub-page .sec-case__title-group .sec-case__link,
.professionalsub-page .sec-case__title-group .sec-case__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #1c7abe;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .companysub-page .sec-case__title-group .sec-case__link,
  .professionalsub-page .sec-case__title-group .sec-case__link {
    gap: 10px;
    max-width: 190px;
    padding: 20px;
    line-height: 1.25;
    font-size: 2rem;
  }
}
.companysub-page .sec-case__title-group .sec-case__link:hover,
.professionalsub-page .sec-case__title-group .sec-case__link:hover {
  opacity: 0.7;
}
.companysub-page .sec-case__title-group .sec-case__link .icon-arrow--circle,
.professionalsub-page .sec-case__title-group .sec-case__link .icon-arrow--circle {
  width: 15px;
  height: 15px;
  fill: #fff;
}
@media (min-width: 768px) {
  .companysub-page .sec-case__title-group .sec-case__link .icon-arrow--circle,
  .professionalsub-page .sec-case__title-group .sec-case__link .icon-arrow--circle {
    width: 20px;
    height: 20px;
  }
}
.companysub-page .sec-case__title,
.professionalsub-page .sec-case__title {
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@container (min-width: 1050px) {
  .companysub-page .sec-case__title,
  .professionalsub-page .sec-case__title {
    font-size: 3.2rem;
  }
}
.companysub-page .sec-case__subtitle,
.professionalsub-page .sec-case__subtitle {
  display: block;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9eafbc;
}
@container (min-width: 1050px) {
  .companysub-page .sec-case__subtitle,
  .professionalsub-page .sec-case__subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .companysub-page .sec-case__archive,
  .professionalsub-page .sec-case__archive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.companysub-page .sec-case__post,
.professionalsub-page .sec-case__post {
  font-size: 0;
}
@media (min-width: 768px) {
  .companysub-page .sec-case__post,
  .professionalsub-page .sec-case__post {
    width: calc(33.33% - 30px);
  }
}
@media (min-width: 768px) {
  .companysub-page .sec-case__post:nth-of-type(3n + 3),
  .professionalsub-page .sec-case__post:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
.companysub-page .sec-case__post-thumbnail,
.professionalsub-page .sec-case__post-thumbnail {
  display: block;
  margin-bottom: 15px;
  transition: opacity 0.2s ease-in-out;
}
.companysub-page .sec-case__post-thumbnail:hover,
.professionalsub-page .sec-case__post-thumbnail:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .companysub-page .sec-case__post-thumbnail,
  .professionalsub-page .sec-case__post-thumbnail {
    max-width: 320px;
  }
}
.companysub-page .sec-case__post-thumbnail .sec-case__image,
.professionalsub-page .sec-case__post-thumbnail .sec-case__image {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.companysub-page .sec-case__post-list,
.professionalsub-page .sec-case__post-list {
  margin-bottom: 15px;
}
.companysub-page .sec-case__post-item,
.professionalsub-page .sec-case__post-item {
  display: inline-block;
}
.companysub-page .sec-case__post-category,
.professionalsub-page .sec-case__post-category {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1c7abe;
  background-color: transparent;
  border: 1px solid #1c7abe;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .companysub-page .sec-case__post-category,
  .professionalsub-page .sec-case__post-category {
    margin-right: 10px;
  }
}
.companysub-page .sec-case__post-category:hover,
.professionalsub-page .sec-case__post-category:hover {
  opacity: 0.7;
}
.companysub-page .sec-case__post-date,
.professionalsub-page .sec-case__post-date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
.companysub-page .sec-case__post-title,
.professionalsub-page .sec-case__post-title {
  display: block;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.companysub-page .sec-case__post-bottom,
.professionalsub-page .sec-case__post-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .companysub-page .sec-case__post-bottom,
  .professionalsub-page .sec-case__post-bottom {
    margin-bottom: 0;
  }
}
.companysub-page .sec-case__post-company,
.professionalsub-page .sec-case__post-company {
  width: calc(100% - 30px - 10px);
  font-size: 1.6rem;
  font-weight: 400;
  color: #1c7abe;
}

.companysub-page .mv {
  background: linear-gradient(90deg, #003f6d 0%, #1c7abe 100%);
}
.companysub-page .sec-case__post-category {
  color: #1c7abe;
  border: 1px solid #1c7abe;
}

.professionalsub-page .mv {
  background: linear-gradient(90deg, #594e2e 0%, #c19719 100%);
}
.professionalsub-page .sec-case__post-category {
  color: #c19719;
  border: 1px solid #c19719;
}
.professionalsub-page .sec-case__post-company {
  color: #c19719;
}

/*------------------------------
professional/topics end
------------------------------*/
/*------------------------------
404
------------------------------*/
.not-found__contents {
  width: min(100%, 1100px);
  margin-inline: auto;
  padding: 127px 30px 60px;
}
@media (min-width: 768px) {
  .not-found__contents {
    width: min(100% - 60px, 1100px);
    padding: 167px 0 100px;
  }
}
.not-found__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  overflow-wrap: break-word;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .not-found__title {
    margin-bottom: 60px;
    font-size: 4.8rem;
  }
}
.not-found__subtitle {
  line-height: 0;
}
@media (max-width: 767px) {
  .not-found__subtitle {
    transform: scale(0.5);
  }
}
@media (min-width: 768px) {
  .not-found__subtitle {
    margin-bottom: 20px;
  }
}
.not-found__headline {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  overflow-wrap: break-word;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .not-found__headline {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .not-found__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
  }
}
.not-found__item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .not-found__item {
    margin: 0 auto;
  }
}
.not-found__link {
  display: block;
  width: min(100%, 330px);
  margin-inline: auto;
  padding: 13px 12px;
  text-align: center;
  color: #fff;
  background-color: #262a3e;
  transition: opacity 0.2s ease-in-out;
}
.not-found__link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .not-found__link {
    width: 330px;
    padding: 21.5px 12px;
    font-size: 1.8rem;
  }
}

/*------------------------------
404 end
------------------------------*/