@charset "UTF-8";

/* Base */
/* ============================================ */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input::-moz-placeholder {
  font-weight: 500;
}

input::placeholder {
  font-weight: 500;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #3C3C3C;
  font-weight: 500;
}

.main-wrap {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .main-wrap {
    padding: 0 10px;
  }
}

.canvas-bg {
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.main-bg__gra {
  background: linear-gradient(182deg, #FFD7DD -16.57%, #FAF6CB 15.03%, #94D9C7 61.83%, #BDF5F9 100.13%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main-container {
  margin: 0 auto;
  max-width: 1440px;
}

.main-container.is_page {
  max-width: 1080px;
}

/***** ディスプレイ *****/
.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .tab--hidden {
    display: none !important;
  }

  .tab--block {
    display: block !important;
  }

  .tab--inline-block {
    display: inline-block !important;
  }

  .tab--inline {
    display: inline !important;
  }

  .tab--flex {
    display: flex !important;
  }
}

/* ===== Logo marquee (mobile) ===== */
@media screen and (max-width: 768px) {
  .logo-block {
    overflow: hidden;
  }

  .logo-list {
    overflow: hidden;
    padding: 0;
  }

  .logo-track {
    display: flex;
    gap: 0;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    animation: logo-marquee 20s linear infinite;
  }

  .logo-item {
    flex: 0 0 auto;
    width: 50%; /* each of the two duplicated images should take half for seamless -50% translate */
  }

  .logo-item img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  @keyframes logo-marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .logo-track {
      animation: none;
    }
  }
}

/* ===== Logo marquee (desktop) - show single line, no duplication ===== */
@media screen and (min-width: 769px) {
  .logo-block {
    overflow: visible;
  }

  .logo-list {
    overflow: visible;
    padding: 0;
  }

  .logo-track {
    display: block;
    width: auto;
    transform: none;
    animation: none;
  }

  .logo-track .logo-item {
    width: 100%;
  }

  /* hide duplicated frame used for mobile marquee */
  .logo-track .logo-item + .logo-item {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .sp--hidden {
    display: none !important;
  }

  .sp--block {
    display: block !important;
  }

  .sp--inline-block {
    display: inline-block !important;
  }

  .sp--inline {
    display: inline !important;
  }

  .sp--flex {
    display: flex !important;
  }
}

._img-container {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

._img-container::before {
  content: "";
  display: block;
}

._img-container img {
  -o-object-fit: cover;
  height: auto;
  left: 0%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  width: 100%;
}

/* Blocks */
/* ============================================ */
/* TOP Block */
.top-section-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .top-section-block {
    margin-bottom: 60px;
  }
}

.top-section-block__inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-section-block__inner {
    padding: 0 10px;
  }
}

.top-section-block__title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section-block__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.page-content-block {
  padding-bottom: 60px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .page-content-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-content__header {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .page-content__header {
    margin-bottom: 20px;
  }
}

.page-content__title {
  color: #3C3C3C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-content__title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
}

.page-content__description {
  color: #3C3C3C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-content__description {
    font-size: 18px;
    text-align: left;
  }
}

.page-content__detail-wrap {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  margin: 0 auto 60px;
  max-width: 1320px;
  padding: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-content__detail-wrap {
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}

.page-content__detail-title {
  color: #3C3C3C;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-content__detail-title {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 30px;
  }
}

.page-content__detail {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.page-content__thumb-wrap {
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 60px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .page-content__thumb-wrap {
    margin-bottom: 30px;
  }
}

.page-content__thumb-wrap .page-content__thumb::before {
  padding-top: 33.3333%;
}

@media screen and (max-width: 768px) {
  .page-content__thumb-wrap .page-content__thumb::before {
    padding-top: 53.333%;
  }
}

.article-card-grid__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .article-card-grid__list {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.article-card-grid__item {
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 768px) {
  .article-card-grid__item {
    margin: 0 0 20px;
    width: 100%;
  }
}

.article-card-grid__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .article-card-grid__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .article-card-grid__item .article-card {
    margin: 0 auto;
  }
}

/* Pagination Block */
.pagination-block__list {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.pagination-block__item {
  margin-right: 30px;
}

.pagination-block__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .pagination-block__item {
    margin-right: 15px;
  }
}

.pagination-block__item .page-numbers {
  background: #FFF;
  border: 2px solid #5BC7AB;
  border-radius: 300px;
  color: #5BC7AB;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 54px;
  line-height: 50px;
  text-align: center;
  width: 54px;
}

.pagination-block__item .page-numbers.current {
  background: #5BC7AB;
  color: #FFF;
}

@media screen and (max-width: 480px) {
  .pagination-block__item .page-numbers {
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    width: 40px;
  }
}

/* Share Block */
.sns-share-block .sns-share-list {
  align-items: center;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

.sns-share-block .sns-share-item {
  margin-right: 20px;
}

.sns-share-block .sns-share-item:last-child {
  margin-right: 0;
}

.sns-share-block .sns-share-link {
  display: block;
  height: 38px;
  width: 38px;
}

.sns-share-block .sns-share-link img {
  height: 100%;
  width: 100%;
}

/* Article Content Header */
.article-detail__content-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .article-detail__content-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.article-detail__content-header .article-detail__content-header-inner {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 480px) {
  .article-detail__content-header .article-detail__content-header-inner {
    margin-bottom: 12px;
  }
}

.article-detail__content-header .article-detail__content-date {
  color: #3C3C3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 20px;
}

.article-detail__content-title {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .article-detail__content-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.article-detail__content-description,
.article-detail__content-description>p {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.article-detail__content-thumbnail {
  background: #FFF;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 800px;
}

.article-detail__content-thumbnail::before {
  padding-top: 55.5555%;
}

.article-detail__content-thumbnail img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-content__html {
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
}

.article-content__html h2:not(.table-of-contents h2) {
  color: #3C3C3C;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0 20px;
  padding-left: 28px;
  position: relative;
}

.article-content__html h2:not(.table-of-contents h2)::before {
  background: center/contain no-repeat url("../img/icon-title-head.png");
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

@media screen and (max-width: 768px) {
  .article-content__html h2:not(.table-of-contents h2)::before {
    top: 0;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .article-content__html h2:not(.table-of-contents h2) {
    font-size: 20px;
  }
}

.article-content__html h3 {
  background: #E8E8E8;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0 20px;
  padding: 6px 10px;
}

.article-content__html h4 {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
  padding-left: 18px;
  position: relative;
}

.article-content__html h4::before {
  background: center/contain no-repeat url("../img/icon-title-head-4.png");
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

@media screen and (max-width: 768px) {
  .article-content__html h4::before {
    top: 0;
    transform: translateY(0);
  }
}

.article-content__html h5 {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
  padding-left: 18px;
  position: relative;
}

.article-content__html h5::before {
  background: center/contain no-repeat url("../img/icon-title-head-5.png");
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.article-content__html h6 {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}

.article-content__html p {
  color: #3C3C3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0;
}

.article-content__html ul:not(.table-of-contents ul) {
  list-style: disc;
  margin: 20px 0;
  padding-left: 20px;
}

.article-content__html ul:not(.table-of-contents ul) li {
  margin-bottom: 8px;
}

.article-content__html ol {
  list-style: decimal;
  margin: 20px 0;
  padding-left: 20px;
}

.article-content__html ol li {
  margin-bottom: 8px;
}

.article-content__html a:not(.table-of-contents a) {
  color: #0075FA;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  word-break: break-all;
}

.article-content__html blockquote {
  border-left: 3px solid #D6D6D6;
  margin: 20px 0;
  padding: 0 44px 0 54px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .article-content__html blockquote {
    padding: 0 24px 0 34px;
  }
}

.article-content__html blockquote::before,
.article-content__html blockquote::after {
  color: #D6D6D6;
  content: "“";
  font-family: Source Han Sans JP;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

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

  .article-content__html blockquote::before,
  .article-content__html blockquote::after {
    font-size: 40px;
  }
}

.article-content__html blockquote::before {
  left: 6px;
  top: 0;
}

.article-content__html blockquote::after {
  bottom: 0;
  right: 6px;
  transform: rotate(180deg);
}

.article-content__html blockquote p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.article-content__html blockquote cite {
  color: #0075FA;
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  word-break: break-all;
}

.article-content__html img {
  height: auto;
  margin: 30px 0;
  max-width: 100%;
  width: 100%;
}

.table-of-contents {
  background: #CCF0E5;
  border-radius: 20px;
  margin: 0 auto 60px;
  max-width: 1080px;
  padding: 20px 48px 40px 48px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table-of-contents {
    margin-bottom: 30px;
    padding: 20px 20px 40px 20px;
  }
}

.table-of-contents h2 {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
}

.table-of-contents h2::before {
  background: center/contain no-repeat url("../img/icon-arrow-black.svg");
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.table-of-contents ul li {
  border-bottom: 1px solid #3C3C3C;
  margin-bottom: 30px;
}

.table-of-contents ul li:last-child {
  margin-bottom: 0;
}

.table-of-contents ul li a {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: normal;
}

.featured-article-block .medias-article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -62px;
  padding-bottom: 0;
}

.featured-article-block .article-card-grid__item {
  margin-bottom: 62px;
}

.featured-article-block .article-card-grid__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .featured-article-block .article-card-grid__item {
    margin-bottom: 30px;
    width: calc((100% - 30px) / 2);
  }

  .featured-article-block .article-card-grid__item:nth-child(3n) {
    margin-right: 30px;
  }

  .featured-article-block .article-card-grid__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .featured-article-block .article-card-grid__item {
    width: 100%;
  }

  .featured-article-block .article-card-grid__item:nth-child(3n) {
    margin-right: 0;
  }
}

.page-content__service-card-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

@media screen and (max-width: 768px) {
  .page-content__service-card-list {
    flex-direction: column;
  }
}

.page-content__service-card-list .page-content__service-card-item {
  margin-bottom: 40px;
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 768px) {
  .page-content__service-card-list .page-content__service-card-item {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

.page-content__service-card-list .page-content__service-card-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .page-content__service-card-list .page-content__service-card-item:last-child {
    margin-bottom: 0;
  }
}

.page-content__service-card-list .page-content__service-card {
  background: #FFF;
  border-radius: 18px 20px 20px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.page-content__service-card-list .page-content__service-card-img::before {
  padding-top: 62.381%;
}

@media screen and (max-width: 768px) {
  .page-content__service-card-list .page-content__service-card-img::before {
    padding-top: 53.7313%;
  }
}

.page-content__service-card-list .page-content__service-card-note {
  padding: 20px;
}

.page-content__service-card-list .page-content__service-card-title {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.page-content__service-card-list .page-content__service-card-description {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
}

/* Elements */
/* ============================================ */
/* Page TOP Link */
.page-top-link {
  bottom: 120px;
  opacity: 0;
  position: fixed;
  right: 70px;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.page-top-link.active {
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page-top-link {
    bottom: 149px;
    right: 9.5px;
  }
}

.page-top-link .page-top-link__link {
  display: block;
  height: 60px;
  width: 60px;
}

/* Article Card 記事のタイルカードスタイル */
.article-card {
  background: #FFF;
  border-radius: 20px;
  height: 100%;
  max-width: 420px;
}

.article-card .article-card__img-container img {
  height: 100%;
  transition: transform 0.3s ease;
}

.article-card:hover .article-card__img-container img {
  transform: scale(1.1);
}

.article-card__img-container {
  background: #F0F0F0;
  border-radius: 20px 20px 0px 0px;
  max-width: 100%;
}

.article-card__img-container::before {
  padding-top: 62.38%;
}

@media screen and (max-width: 768px) {
  .article-card__img-container::before {
    padding-top: 53.73%;
  }
}

.article-card__cat-label {
  background: #3C3C3C;
  border-radius: 5px;
  left: 10px;
  padding: 3px 8px;
  position: absolute;
  top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.article-card__cat-label span {
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}

.article-card__note {
  padding: 18px 20px 20px;
}

.article-card__date {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.article-card__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.75;
}

/* Button */
.border-link-button {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.border-link-button__link {
  border: 1px solid;
  border-radius: 10px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: normal;
  padding: 16px 0;
  text-align: center;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.border-link-button__link:active {
  transform: translateY(2px);
}

.border-link-button__link.__white {
  border-color: #FFF;
  color: #FFF;
}

.border-link-button__link.__white:hover {
  background: #FFF;
  color: #3C3C3C;
}

.border-link-button__link.__black {
  border-color: #3C3C3C;
}

.border-link-button__link.__black:hover {
  background: #3C3C3C;
  color: #FFF;
}

.category-label {
  background: #3C3C3C;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
  padding: 2px 8px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.category-label.__white {
  background: #FFF;
  border: 1px solid #3C3C3C;
  color: #3C3C3C;
}

.gra-pink__link {
  background: var(--04, linear-gradient(270deg, #F08C9C 5.63%, #FDB8C3 96.25%));
  border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  margin: 0 auto 60px;
  max-width: 980px;
  padding: 22px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gra-pink__link {
    margin-bottom: 30px;
    padding: 13px 15px;
  }
}

.target-detail__list {
  list-style: none;
  margin-bottom: 10px;
}

.target-detail__item {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.target-detail__item::before {
  content: "・";
  display: block;
  font-size: 20px;
  left: 10px;
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
}

.target-detail__text {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.target-detail__annotation {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

/* Header */
/* ============================================ */
.header {
  left: 50%;
  max-width: 1400px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
}

.header.__hide {
  top: -100px;
}

.header.__fade {
  position: fixed;
}

.header.__fade .header__inner {
  margin-top: 10px;
}

.header.__fadeIn {
  top: 0;
}

.header.__fadeIn .header__inner {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 10px;
  }
}

.header .header__inner {
  align-items: center;
  background-color: #FFF;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  margin: 31px auto 0;
  max-width: 1300px;
  padding: 13.5px 20px 13.5px 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header .header__inner {
    margin-top: 10px;
    padding: 5px 5px 5px 20px;
  }
}

.header .header-left__block {
  max-width: 330px;
  width: 100%;
}

.header .header-left__logo-link {
  display: block;
  max-width: 240px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header .header-left__logo-link {
    max-width: 183px;
  }
}

.header .header-left__logo-img-container {
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .header .header-left__logo-img-container {
    max-width: 183px;
  }
}

.header .header-left__logo-img-container::before {
  padding-top: 15%;
}

@media screen and (max-width: 768px) {
  .header .header-left__logo-img-container::before {
    padding-top: 15.3%;
  }
}

.header .header-left__logo-img-container img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

.header .header-right__inner {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .header .header-right__inner {
    display: none;
  }
}

.header .header-right__nav {
  margin-right: 30px;
}

.header .header-right__nav-list {
  display: flex;
}

@media screen and (min-width: 1099.9px) {
  .header .header-right__nav-list {
    padding-right: 32px;
    position: relative;
  }
}

.header .header-right__nav-list>li {
  margin-right: 32px;
}

.header .header-right__nav-list>li.current-menu-item>a {
  font-weight: 700;
}

.header .header-right__nav-list>li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1099.9px) {
  .header .header-right__nav-list>li:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.header .header-right__nav-list>li>a {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 24px;
}

.header .header-right__nav-list>li>a:hover {
  font-weight: 700;
}

.header .header-right__contact-label {
  background: #5BC7AB;
  border-radius: 100px;
}

.header .header-right__contact-link {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 40px;
  transition: background 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.header .header-right__contact-link:hover {
  background: #1EB68E;
  border-radius: 100px;
}

.header .header-right__contact-link:active {
  transform: translateY(2px);
}

.header .header-right__sp-button-block {
  display: none;
}

@media screen and (max-width: 1100px) {
  .header .header-right__sp-button-block {
    display: block;
  }
}

.header .header-right__sp-button {
  align-items: center;
  background: #F7F7F7;
  border-radius: 300px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  padding: 14.5px 15px;
  position: relative;
  width: 50px;
  z-index: 101;
}

.header .header-right__sp-button span {
  background: #98DAC6;
  border-radius: 5px;
  height: 3px;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.header .header-right__sp-button span:last-child {
  margin-bottom: 0;
}

.header .header-right__sp-button.active span {
  width: 120%;
}

.header .header-right__sp-button.active span:nth-child(1) {
  margin-bottom: -6px;
  transform: rotate(45deg);
}

.header .header-right__sp-button.active span:nth-child(2) {
  opacity: 0;
}

.header .header-right__sp-button.active span:nth-child(3) {
  margin-top: -6px;
  transform: rotate(-45deg);
}

.header.header-sp__menu-block {
  background: #FFF;
  height: 100vh;
  left: 0;
  max-width: 320px;
  min-width: 320px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  width: 50%;
  z-index: 100;
}

.header.header-sp__menu-block.active {
  left: 320px;
}

.header.header-sp__menu-block .header-sp__menu-inner {
  padding: 80px 10px 20px;
  position: relative;
}

.header.header-sp__menu-block .header-sp__menu-toggle-btn {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media screen and (max-width: 320px) {
  .header.header-sp__menu-block .header-sp__menu-toggle-btn {
    display: block;
  }
}

.header.header-sp__menu-block .header-right__nav-list {
  flex-direction: column;
  margin-bottom: 80px;
}

.header.header-sp__menu-block .header-right__nav-list>li {
  margin-bottom: 20px;
}

.header.header-sp__menu-block .header-right__nav-list>li:last-child {
  margin-bottom: 0;
}

.header.header-sp__menu-block .header-right__contact-label {
  text-align: center;
}

/* Footer */
/* ============================================ */
.footer {
  margin: 0 auto;
  max-width: 1440px;
  padding: 30px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 80px;
  }
}

.footer p,
.footer a {
  color: #3C3C3C;
}

.footer .footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 2.777%;
}

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

.footer .footer-left-block {
  max-width: 330px;
  width: 22.916vw;
}

@media screen and (max-width: 768px) {
  .footer .footer-left-block {
    margin-bottom: 30px;
    width: 100%;
  }
}

.footer .footer-company-show__logo {
  margin-bottom: 60px;
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .footer .footer-company-show__logo {
    margin-bottom: 0;
    max-width: 220px;
  }
}

.footer .footer-company-show__logo::before {
  padding-top: 15%;
}

@media screen and (max-width: 768px) {
  .footer .footer-company-show__logo::before {
    padding-top: 15.45%;
  }
}

.footer .footer-company-show__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

.footer .footer-company-show__text-item {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 27px;
  white-space: nowrap;
}

.footer .footer-right-block {
  margin-right: 70px;
  max-width: 800px;
  padding-bottom: 80px;
  padding-left: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer .footer-right-block {
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.footer .footer-right__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .footer-right__nav-list {
    flex-direction: column;
  }
}

.footer .footer-right__nav-list>li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer .footer-right__nav-list>li {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.footer .footer-right__nav-list>li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .footer .footer-right__nav-list>li:last-child {
    margin-bottom: 0;
  }
}

.footer .footer-right__nav-list>li>a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 24px;
}

.footer .footer-right__nav-list>li>ul {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .footer .footer-right__nav-list>li>ul {
    margin-top: 10px;
  }
}

.footer .footer-right__nav-list>li>ul>li {
  margin-bottom: 10px;
  margin-right: 0;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .footer .footer-right__nav-list>li>ul>li {
    margin-bottom: 10px;
  }
}

.footer .footer-right__nav-list>li>ul>li>a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
}

.footer .footer-bottom-block {
  margin: 0 auto;
  max-width: 1300px;
}

.footer .footer-bottom__inner {
  align-items: center;
  background: #FFF;
  border-radius: 100px;
  display: flex;
  padding: 12px 40px;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom__inner {
    justify-content: space-between;
    padding: 10px 15px;
  }
}

.footer .footer-bottom__logo-link {
  display: block;
  margin-right: min(100px, 6.9444vw);
  max-width: 160px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom__logo-link {
    margin: 0 auto;
    max-width: 110px;
  }
}

.footer .footer-bottom__logo {
  max-width: 160px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom__logo {
    margin: 0 auto;
    max-width: 110px;
  }
}

.footer .footer-bottom__logo::before {
  padding-top: 18.75%;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom__logo::before {
    padding-top: 18.18%;
  }
}

.footer .footer-bottom__copy-right {
  color: #3C3C3C;
  font-size: 14px;
  letter-spacing: 1.7999999523px;
  line-height: 29px;
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom__copy-right {
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom-nav {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
    width: 100vw;
  }
}

@media screen and (max-width: 480px) {
  .footer .footer-bottom-nav {
    margin-bottom: 20px;
  }
}

.footer .footer-bottom-nav__body {
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom-nav__body {
    justify-content: center;
  }
}

.footer .footer-bottom-nav__body>li {
  margin-right: 32px;
}

@media screen and (max-width: 480px) {
  .footer .footer-bottom-nav__body>li {
    margin-right: 0;
    padding: 0 11.5px;
    text-align: center;
    width: 50%;
  }

  .footer .footer-bottom-nav__body>li:nth-child(even) {
    border-left: 1px solid #3C3C3C;
  }
}

.footer .footer-bottom-nav__body>li:last-child {
  margin-right: 0;
}

.footer .footer-bottom-nav__body>li>a {
  color: #3C3C3C;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 21px;
  text-align: left;
}

/* _Service_link-card-list */
/* ============================================ */
.service-link-list {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

.service-link-list .service-link-list__list {
  display: flex;
}

@media screen and (max-width: 999px) {
  .service-link-list .service-link-list__list {
    flex-direction: column;
  }
}

.service-link-list .service-link-list__item {
  margin-right: 40px;
}

@media screen and (max-width: 999px) {
  .service-link-list .service-link-list__item {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.service-link-list .service-link-list__item:last-child {
  margin-right: 0;
}

.service-link-list .service-link-list__card {
  background: #FFF;
  border-radius: 20px;
}

.service-link-list .service-link-list__link {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px 30px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .service-link-list .service-link-list__link {
    flex-direction: column;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service-link-list .service-link-list__link {
    padding: 15px 20px;
  }
}

.service-link-list .service-link-list__icon {
  height: -moz-fit-content;
  height: fit-content;
  max-width: 120px;
}

@media screen and (max-width: 999px) {
  .service-link-list .service-link-list__icon {
    margin-bottom: 20px;
    max-width: 80px;
  }
}

.service-link-list .service-link-list__icon::before {
  padding-top: 100%;
}

.service-link-list .service-link-list__icon img {
  height: auto;
}

.service-link-list .service-link-list__note {
  padding-left: 20px;
}

@media screen and (max-width: 999px) {
  .service-link-list .service-link-list__note {
    padding-left: 0;
  }
}

.service-link-list .service-link-list__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .service-link-list .service-link-list__title {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
  }
}

.service-link-list .service-link-list__title.small {
  letter-spacing: 0 !important;
}

@media screen and (max-width: 768px) {
  .service-link-list .service-link-list__title {
    font-size: 18px;
  }
}

.service-link-list .service-link-list__title.small2 {
  font-size: 18px !important;
}

.service-link-list .service-link-list__description {
  display: block;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: normal;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.service-link-list .service-link-list__label {
  background: #FFF;
  border: 1px solid #3C3C3C;
  border-radius: 5px;
  font-size: 16px;
  left: 10px;
  line-height: normal;
  padding: 3px 8px;
  position: absolute;
  text-align: center;
  top: 10px;
}

.service-link-list .top-kv__swiper-arrow {
  display: none !important;
}

.service-link-list__small .service-link-list {
  max-width: 1080px;
}

.service-link-list__small .service-link-list .service-link-list__item {
  margin-right: 20px;
  max-width: 33.3333333333%;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .service-link-list__small .service-link-list .service-link-list__item {
    margin-right: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .service-link-list__small .service-link-list .service-link-list__item {
    margin-right: 0;
  }
}

.service-link-list__small .service-link-list .service-link-list__item:last-child {
  margin-right: 0;
}

.service-link-list__small .service-link-list .service-link-list__link {
  flex-direction: column;
  padding: 15px 20px;
}

.service-link-list__small .service-link-list .service-link-list__icon {
  margin-bottom: 20px;
  max-width: 80px;
}

.service-link-list__small .service-link-list .service-link-list__note {
  padding-left: 0;
}

.service-link-list__small .service-link-list .service-link-list__title {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-link-list__small .service-link-list .service-link-list__title {
    font-size: 18px;
  }
}

.service-link-list__small .service-link-list .service-link-list__label {
  display: none;
}

/* Application Process Block */
/* ============================================ */
.application-policy__title {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .application-policy__title {
    margin-top: 30px;
  }
}

.application-policy__description {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.application-policy__link {
  color: #287BF6;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

/* Application Process Block */
/* ============================================ */
.application-process-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .application-process-block {
    margin-bottom: 30px;
  }
}

.application-process-block .application-process__pc-img {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.application-process-block .application-process__pc-img::before {
  padding-top: 74.074%;
}

.application-process-block .application-process__sp {
  margin-bottom: 30px;
}

.application-process-block .application-process__sp .application-process__sp-item {
  display: flex;
  margin-bottom: 30px;
}

.application-process-block .application-process__sp .application-process__sp-item:last-child {
  margin-bottom: 0;
}

.application-process-block .application-process__sp .application-process__sp-item span {
  background: #FFF;
  border-radius: 10px;
  color: #3C3C3C;
  display: block;
  font-family: DIN Alternate;
  font-size: 18px;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 1.8px;
  line-height: 100%;
  margin-right: 10px;
  padding: 8px 12px;
  text-align: center;
}

.application-process-block .application-process__sp .application-process__sp-text {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.application-process-block .application-process__sp-contact-link {
  background: var(--04, linear-gradient(270deg, #F08C9C 5.63%, #FDB8C3 96.25%));
  border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  margin: 0 auto 60px;
  max-width: 980px;
  padding: 22px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .application-process-block .application-process__sp-contact-link {
    margin-bottom: 30px;
    padding: 13px 15px;
  }
}

.application-process-block .application-process__sp-banner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.application-process-block .application-process__sp-banner-img {
  background-color: #F0F0F0;
}

.application-process-block .application-process__sp-banner-img::before {
  padding-top: 22.448%;
}

@media screen and (max-width: 768px) {
  .application-process-block .application-process__sp-banner-img::before {
    padding-top: 47.619%;
  }
}

/* Outline Table */
/* ============================================ */
.outline-table {
  width: 100%;
}

.outline-table .outline-table__row {
  border-bottom: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
}

.outline-table .outline-table__head {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding: 20px 20px 20px 0;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .outline-table .outline-table__head {
    display: block;
    width: 100%;
  }
}

.outline-table .outline-table__body {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 20px 0 20px 0;
  width: 67%;
}

@media screen and (max-width: 768px) {
  .outline-table .outline-table__body {
    display: block;
    padding-top: 0;
    width: 100%;
  }
}

.outline-table .outline-table__body h3 {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.outline-table .outline-table__body p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.outline-table .outline-table__body hr {
  border-color: #C5C5C5;
  border-style: dashed;
  border-width: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* Breadcrumb */
/* ============================================ */
.breadcrumb-block {
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .breadcrumb-block {
    padding-left: 10px;
  }
}

.breadcrumb-block .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb-block .breadcrumb__item {
  margin-bottom: 3px;
  margin-left: 7px;
}

.breadcrumb-block .breadcrumb__item a,
.breadcrumb-block .breadcrumb__item p,
.breadcrumb-block .breadcrumb__item span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
}

.breadcrumb-block .breadcrumb__item a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

/* Breadcrumb */
/* ============================================ */
.author-block {
  align-items: center;
  border: 1px solid #3C3C3C;
  border-radius: 20px;
  display: flex;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px;
  width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .author-block {
    flex-direction: column;
    padding: 10px 20px;
  }
}

.author-block .author__image {
  border-radius: 50%;
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  .author-block .author__image {
    margin-bottom: 10px;
    width: 80px;
  }
}

.author-block .author__image:before {
  padding-top: 100%;
}

.author-block .author__note {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .author-block .author__note {
    padding-left: 0;
  }
}

.author-block .author__name {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: normal;
  margin-bottom: 10px;
}

.author-block .author__description {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
}

/* TOP Kv Block */
/* ============================================ */
.top-kv-block {
  margin: 20px auto 40px;
  max-width: 1300px;
  padding-top: calc(37.5% + 104px);
  position: relative;
}

@media screen and (max-width: 999px) {
  .top-kv-block {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
    padding-top: calc(111.666% + 79px);
  }
}

@media screen and (max-width: 768px) {
  .top-kv-block {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: calc(112.666% + 79px);
  }
}

.top-kv-block .top-kv__inner {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.top-kv-block .top-kv__list {
  display: flex;
}

.top-kv-block .top-kv__list-item {
  width: 100%;
}

.top-kv-block .top-kv__list-img-container {
  background: #E4E0E0;
  border-radius: 60px;
  margin: 0 auto;
  max-width: 1300px;
}

@media screen and (max-width: 999px) {
  .top-kv-block .top-kv__list-img-container {
    border-radius: 0;
    max-width: 100vw;
  }
}

.top-kv-block .top-kv__list-img-container::before {
  padding-top: 40%;
}

@media screen and (max-width: 999px) {
  .top-kv-block .top-kv__list-img-container::before {
    padding-top: 106.666%;
  }
}

@media screen and (max-width: 999px) {
  .top-kv-block .top-kv__list-img-container img {
    height: 100%;
  }
}

.top-kv-block .top-kv__swiper-pagination {
  bottom: initial !important;
  top: 13px !important;
}

.top-kv-block .top-kv__swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  border: 1px solid #5BC7AB !important;
  margin: 0 6px !important;
}

.top-kv-block .top-kv__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5BC7AB !important;
}

.top-kv-block .top-kv__swiper-arrow {
  background: #fff;
  border: 1px solid #3c3c3c;
  border-radius: 50%;
  height: 54px;
  opacity: 0.8;
  top: 60% !important;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 54px;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .top-kv-block .top-kv__swiper-arrow {
    display: flex !important;
  }
}

.top-kv-block .top-kv__swiper-arrow.swiper-button-disabled {
  opacity: 1;
}

.top-kv-block .top-kv__swiper-arrow:hover {
  opacity: 1;
}

.top-kv-block .top-kv__swiper-arrow::after {
  background: url("/wp-content/themes/pasona-wp/assets/img/swipper-arrow.png") center no-repeat #FFF;
  color: #FFF;
}

.top-kv-block .top-kv__swiper-arrow.__prev {
  left: 10px;
}

.top-kv-block .top-kv__swiper-arrow.__prev::after {
  transform: rotate(180deg);
}

.top-kv-block .top-kv__swiper-arrow.__next {
  right: 10px;
}

.top-kv-block .service-link-list {
  bottom: 0;
  left: 50%;
  max-width: 1000px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

.top-kv-block .service-link-list .swiper {
  overflow: initial !important;
}

@media screen and (max-width: 999px) {
  .top-kv-block .service-link-list .swiper {
    overflow: hidden !important;
  }
}

.top-kv-block .service-link-list .service-link-list__inner {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .top-kv-block .service-link-list .service-link-list__inner {
    padding-left: min(39px, 10.4vw);
    padding-right: min(39px, 10.4vw);
  }
}

@media screen and (max-width: 999px) {
  .top-kv-block .service-link-list .service-link-list__box {
    min-width: 220px;
    width: 73.333vw;
  }
}

.top-kv-block .service-link-list .service-link-list__list {
  flex-direction: row;
  position: relative;
}

.top-kv-block .service-link-list .service-link-list__list .service-link-list__icon {
  margin-bottom: 10px;
}

.top-kv-block .service-link-list .service-link-list__list .service-link-list__description {
  font-size: 14px;
}

.top-kv-block .service-link-list .service-link-list__item {
  margin-bottom: 0;
}

@media screen and (min-width: 998.99px) {
  .top-kv-block .service-link-list .service-link-list__item {
    transition: all 0.3s ease;
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (min-width: 998.99px) {
  .top-kv-block .service-link-list .service-link-list__item:hover {
    transform: translateY(-20px);
  }
}

.top-kv-block .service-link-list .service-link-list__label {
  display: none;
}

/* TOP Catch Block */
/* ============================================ */
.catch-block .catch-block__inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
  width: 100%;
}

.catch-block .catch-block__banner-box {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .catch-block .catch-block__banner-box {
    margin-bottom: 0;
  }
}

.catch-block .catch-block__banner-link {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .catch-block .catch-block__banner-link {
    font-size: 18px;
    letter-spacing: 1.8px;
    padding: 18px 0;
  }
}

.catch-block .catch-block__banner-img-container {
  background: #FFF;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1000px;
}

.catch-block .catch-block__banner-img-container::before {
  padding-top: 12%;
}

@media screen and (max-width: 768px) {
  .catch-block .catch-block__banner-img-container::before {
    padding-top: 34.783%;
  }
}

@media screen and (max-width: 768px) {
  .catch-block .catch-block__banner-img-container img {
    height: 100%;
  }
}

.catch-block .catch-block__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .catch-block .catch-block__title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
}

.catch-block .catch-block__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: normal;
  margin-bottom: 40px;
  padding: 0 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .catch-block .catch-block__text {
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
  }
}

/* TOP Point Block */
/* ============================================ */
.point-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.point-block .point-block__inner {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  padding: 5.2857% 7.4285%;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__inner {
    border-radius: 30px;
    padding: 40px 10px;
  }
}

.point-block .point-block__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__title {
    font-size: 24px;
    letter-spacing: 2.8px;
    margin-bottom: 30px;
  }
}

.point-block .point-block__list {
  display: flex;
  flex-wrap: wrap;
}

.point-block .point-block__item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item {
    margin-right: 0;
    width: 100%;
  }
}

.point-block .point-block__item:nth-child(2),
.point-block .point-block__item:nth-child(3) {
  margin-right: 0;
}

.point-block .point-block__item:nth-child(3) {
  margin-bottom: 0;
  width: 100%;
}

.point-block .point-block__item:nth-child(3) .point-block__item-inner {
  display: flex;
  padding: 40px 120px;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item:nth-child(3) .point-block__item-inner {
    border-radius: 15px;
    display: block;
    padding: 30px 20px;
  }
}

.point-block .point-block__item:nth-child(3) .point-block__item-img-wrap {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item:nth-child(3) .point-block__item-img-wrap {
    margin-bottom: 20px;
  }
}

.point-block .point-block__item:nth-child(3) .point-block__item-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.2857%;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item:nth-child(3) .point-block__item-note {
    padding-left: 0;
  }
}

.point-block .point-block__item:nth-child(3) .point-block__item-note p {
  text-align: left;
}

.point-block .point-block__item-inner {
  background: #FFF;
  border-radius: 30px;
  height: 100%;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item-inner {
    border-radius: 15px;
    padding: 30px 20px;
  }
}

.point-block .point-block__item-img-wrap {
  margin: 0 auto 30px;
  max-width: 240px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item-img-wrap {
    margin-bottom: 20px;
    max-width: 200px;
  }
}

.point-block .point-block__item-img-container {
  border-radius: 400px;
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item-img-container {
    max-width: 200px;
  }
}

.point-block .point-block__item-img-container::before {
  padding-top: 100%;
}

.point-block .point-block__item-label {
  left: -14px;
  max-width: 100px;
  position: absolute;
  top: 40px;
  transform: translate(-50%, -50%);
  width: 8.8888vw;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item-label {
    left: -8px;
    max-width: 100px;
    min-width: 88px;
    top: 30px;
    width: 26.6666vw;
  }
}

.point-block .point-block__item-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2.8px;
  line-height: normal;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .point-block .point-block__item-title {
    font-size: 20px;
    letter-spacing: 2.2px;
    margin-bottom: 10px;
    text-align: center !important;
  }
}

.point-block .point-block__item-text {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1.6px;
  line-height: 24px;
  /* 150% */
}

/* TOP Review Companies */
/* ============================================ */
.review-block__companies {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

.review-block__companies .review-block__inner {
  /* background: rgba(255, 255, 255, 0.7); */
  background: rgba(255, 255, 255, 1);
  border-radius: 40px;
  padding: min(5%, 60px);
  padding-left: min(7.5%, 60px);
  padding-right: min(7.5%, 60px);
}

@media screen and (max-width: 768px) {
  .review-block__companies .review-block__inner {
    border-radius: 30px;
    padding: 40px 20px;
  }
}

.review-block__companies .review-block__title {
  color: var(--black, #3C3C3C);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4.2px;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .review-block__companies .review-block__title {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
}

.review-block__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.logo-block li.logo-list .logo-item img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .review-block__list {
    margin-bottom: -10px;
  }
}

.review-block__list .review-block__item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 768px) {
  .review-block__list .review-block__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
}

.review-block__list .review-block__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .review-block__list .review-block__item:nth-child(4n) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .review-block__list .review-block__item:nth-child(2n) {
    margin-right: 0;
  }
}

.review-block__list .review-block__item-img-container {
  background: #FFF;
  border-radius: 20px;
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  .review-block__list .review-block__item-img-container {
    border-radius: 10px;
  }
}

.review-block__list .review-block__item-img-container:before {
  padding-top: 37.5%;
}

@media screen and (max-width: 768px) {
  .review-block__list .review-block__item-img-container:before {
    padding-top: 45.9016%;
  }
}

.review-block__list .review-block__item-img {
  -o-object-fit: contain;
  height: 100%;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .review-block__list .review-block__item-img {
    height: calc(100% + 6vw);
    width: calc(100% + 6vw);
  }
}

/* TOP News Articles */
/* ============================================ */
.news-articles-block {
  background-color: #FFF;
  margin-bottom: 120px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .news-articles-block {
    margin-bottom: 60px;
  }
}

.news-articles-block .news-articles-block__inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news-articles-block .news-articles-block__inner {
    padding: 30px 0;
  }
}

.news-articles-block .news-articles-block__block-title {
  color: #3C3C3C;
  margin-bottom: 30px;
}

.news-articles-block .news-articles-block__list {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .news-articles-block .news-articles-block__list {
    margin-bottom: 30px;
  }
}

.news-articles-block .news-articles-block__item {
  border-bottom: 1px solid #3c3c3c;
  display: flex;
  margin-bottom: 30px;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .news-articles-block .news-articles-block__item {
    display: block;
    padding: 12px 0;
  }
}

.news-articles-block .news-articles-block__item:last-child {
  margin-bottom: 0;
}

.news-articles-block .news-articles-block__item-inner {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .news-articles-block .news-articles-block__item-inner {
    margin-bottom: 10px;
  }
}

.news-articles-block .news-articles-block__date {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .news-articles-block .news-articles-block__date {
    margin-right: 10px;
  }
}

.news-articles-block .news-articles-block__category {
  border: none;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .news-articles-block .news-articles-block__category {
    margin-right: 0;
  }
}

.news-articles-block .news-articles-block__link {
  overflow: hidden;
}

.news-articles-block .news-articles-block__title {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-articles-block .news-articles-block__btn {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.news-articles-block .news-articles-block__btn-link {
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: normal;
  padding: 16px 0;
  text-align: center;
}

/* TOP Contact Block */
/* ============================================ */
.is_page .top-section-block.contact-block {
  margin-bottom: 60px;
}

.contact-block {
  background: #27B8AA;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.contact-block .contact-block__inner {
  padding: 60px 15px;
}

@media screen and (max-width: 768px) {
  .contact-block .contact-block__inner {
    border-radius: 20px;
    padding: 30px;
  }
}

.contact-block .contact-block__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-block .contact-block__title {
    font-size: 20px;
  }
}

.contact-block .contact-block__btn-link {
  background: #E6D626;
  border-radius: 10px;
  color: #3C3C3C;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  margin: 0 auto;
  max-width: 480px;
  padding: 30px 0 30px;
  text-align: center;
  transition: background 0.3s ease;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-block .contact-block__btn-link {
    font-size: 20px;
    max-width: 300px;
    padding: 15px;
  }
}

.contact-block .contact-block__btn-link:hover {
  background: #C5B60D;
  border-radius: 10px;
}

.contact-block .contact-block__btn-link:active {
  transform: translateY(2px);
}

/* TOP Catch Block */
/* ============================================ */
.js-topAnimated {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.js-listAnimated li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-listAnimated li.visible {
  opacity: 1;
  transform: translateY(0);
}

.gradient {
  --scroll-percentage: 50%;
  --scroll-percentage2: 100%;
  background: linear-gradient(182deg, #fff 0%, #0ff var(--scroll-percentage), #00f 100%);
  background: linear-gradient(182deg, #FFD7DD -16.57%, #FAF6CB var(--scroll-percentage), #94D9C7 var(--scroll-percentage2), #BDF5F9 100.13%);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.content {
  margin: 5em auto;
  max-width: 50vw;
}

/* Archive Medias */
/* ============================================ */
@media screen and (max-width: 768px) {
  .medias-archive__header {
    margin-bottom: 30px;
  }
}

.archive__medias .medias-article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -60px;
  padding-bottom: 60px;
}

.archive__medias .medias-article__list .medias-article__item {
  margin-bottom: 60px;
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
}

.archive__medias .medias-article__list .medias-article__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .archive__medias .medias-article__list .medias-article__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px) / 2);
  }

  .archive__medias .medias-article__list .medias-article__item:nth-child(3n) {
    margin-right: 30px;
  }

  .archive__medias .medias-article__list .medias-article__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .archive__medias .medias-article__list .medias-article__item {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }

  .archive__medias .medias-article__list .medias-article__item:nth-child(3n) {
    margin-right: 0;
  }

  .archive__medias .medias-article__list .medias-article__item:nth-child(2n) {
    margin-right: 0;
  }

  .archive__medias .medias-article__list .medias-article__item:last-child {
    margin-bottom: 60px;
  }
}

.medias-article__search-block {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin: 0 auto 60px;
  max-width: 1320px;
  padding: 15px 24px;
  width: 100%;
}

.medias-article__search-block .medias-article__search-form {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-form {
    flex-direction: column;
    gap: 20px;
  }
}

.medias-article__search-block .medias-article__search-title-wrap {
  max-width: 174px;
  padding: 10px 30px 10px 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-title-wrap {
    max-width: 100%;
    padding: 0;
  }
}

.medias-article__search-block .medias-article__search-title-wrap::after {
  background: #e5e5e5;
  border-radius: 5px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 3px;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-title-wrap::after {
    display: none;
  }
}

.medias-article__search-block .medias-article__search-title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.medias-article__search-block .medias-article__search-category-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -23px;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-category-list {
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.medias-article__search-block .medias-article__search-category-item {
  margin-bottom: 23px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .medias-article__search-block .medias-article__search-category-item {
    margin-bottom: 15px;
  }
}

.medias-article__search-block .medias-article__search-category-item input[type=checkbox] {
  display: none;
}

.medias-article__search-block .medias-article__search-category-item input[type=checkbox]:checked+label {
  border-color: #5BC7AB;
}

.medias-article__search-block .medias-article__search-category-item input[type=checkbox].checked+label {
  background: #3C3C3C;
  border-color: #3C3C3C;
  color: #FFF;
}

.medias-article__search-block .medias-article__search-category-item label,
.medias-article__search-block .medias-article__search-category-item a {
  background: #FFF;
  border: 1px solid #3C3C3C;
  border-radius: 5px;
  color: #3C3C3C;
  cursor: pointer;
  display: inline-block;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
  padding: 2px 8px;
}

.medias-article__search-block .medias-article__search-category-item a.checked {
  background: #3C3C3C;
  border-color: #3C3C3C;
  color: #FFF;
  cursor: default;
  pointer-events: none;
}

.medias-article__search-block .medias-article__search-main {
  max-width: 298px;
  width: 100%;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-main {
    max-width: 100%;
  }
}

.medias-article__search-block .medias-article__search-keyword-wrap {
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-keyword-wrap {
    padding-left: 0;
  }
}

.medias-article__search-block .medias-article__search-keyword-wrap::before {
  background: #e5e5e5;
  border-radius: 5px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 3px;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-keyword-wrap::before {
    display: none;
  }
}

.medias-article__search-block .medias-article__search-keyword-inner {
  margin-bottom: 15px;
}

.medias-article__search-block .medias-article__search-keyword-inner input[name=s] {
  background: #EBEBEB;
  color: #B3B3B3;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 7px 10px;
  width: 100%;
}

.medias-article__search-block .medias-article__search-keyword-inner input[name=s]::-moz-placeholder {
  color: #B3B3B3;
  font-size: 16px;
  font-weight: 500;
}

.medias-article__search-block .medias-article__search-keyword-inner input[name=s]::placeholder {
  color: #B3B3B3;
  font-size: 16px;
  font-weight: 500;
}

.medias-article__search-block .medias-article__search-keyword-inner button[type=submit] {
  align-items: center;
  background: #EBEBEB;
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

.medias-article__search-block .medias-article__search-keyword-inner button[type=submit] img {
  height: 22.36px;
  width: 22.372px;
}

.medias-article__search-block .medias-article__search-date-wrap {
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-date-wrap {
    padding-left: 0;
  }
}

.medias-article__search-block .medias-article__search-date-wrap::before {
  background: #e5e5e5;
  border-radius: 5px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 3px;
}

@media screen and (max-width: 899px) {
  .medias-article__search-block .medias-article__search-date-wrap::before {
    display: none;
  }
}

.medias-article__search-block .medias-article__search-date-inner {
  background: #FFF;
  border: 1px solid #5BC7AB;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.medias-article__search-block .medias-article__search-date-inner::after {
  background: center center no-repeat url("../img/icon-arrow.svg") #5BC7AB;
  content: "";
  cursor: pointer;
  display: block;
  height: 38px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

.medias-article__search-block .medias-article__search-date-selector {
  -webkit-appearance: none;
  /* SafariとChromeでの既存矢印の除去 */
  -moz-appearance: none;
  /* Firefoxでの既存矢印の除去 */
  appearance: none;
  background: transparent;
  color: #3C3C3C;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px 10px;
  padding-right: 38px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* Single Medias  */
/* ============================================ */
@media screen and (max-width: 768px) {
  .medias-detail__header {
    margin-bottom: 30px;
  }
}

.medias-detail .medias-detail__content-header {
  margin-bottom: 30px;
}

.medias-detail .article-detail__content-header {
  margin-bottom: 30px;
}

.medias-detail .article-detail__author {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .medias-detail .article-detail__author {
    margin-top: 30px;
  }
}

/* Archive News */
/* ============================================ */
@media screen and (max-width: 768px) {
  .news-page__header {
    margin-bottom: 30px;
  }
}

.archive-page__body {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  padding: 60px 0;
  padding-left: min(2.7777vw, 40px);
  padding-right: min(2.7777vw, 40px);
}

@media screen and (max-width: 768px) {
  .archive-page__body {
    border-radius: 30px;
    padding: 30px 20px;
  }
}

.archive-page__body .news-article__list {
  margin-bottom: 30px;
}

.archive-page__body .news-article__item {
  margin-bottom: 30px;
}

.archive-page__body .news-article__item:last-child {
  margin-bottom: 0;
}

.archive-page__body .news-article__content {
  align-items: center;
  border-bottom: 1px solid #3C3C3C;
  display: flex;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .archive-page__body .news-article__content {
    display: block;
  }
}

.archive-page__body .news-article__content-header {
  align-items: center;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .archive-page__body .news-article__content-header {
    margin-bottom: 10px;
  }
}

.archive-page__body .medias-article__content-date {
  color: #3C3C3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.archive-page__body .medias-article__content-title {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .archive-page__body .medias-article__content-title {
    padding-left: 0;
  }
}

.news-article__search-block {
  margin-bottom: 30px;
}

.news-article__search-block .news-article__search-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -30px;
}

.news-article__search-block .news-article__search-category-item {
  margin-bottom: 10px;
  margin-right: 30px;
}

.news-article__search-block .news-article__search-category-item a {
  display: inline-block;
}

.news-article__search-block .news-article__search-category-item a.active {
  background: #3C3C3C;
  color: #FFF;
}

/* Single News  */
/* ============================================ */
@media screen and (max-width: 768px) {
  .news-detail__header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news-detail {
    border-radius: 20px;
  }
}

.news-detail .news-detail__content-header {
  margin-bottom: 30px;
}

.news-detail .news-detail__content-title {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .news-detail .news-detail__content-title {
    margin-bottom: 20px;
  }
}

.news-detail .news-detail__content-body {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.news-detail .news-detail__content-body .article-detail__content-thumbnail {
  border-radius: 0;
  margin-bottom: 30px;
}

.news-detail .news-detail__content-body .article-detail__content-thumbnail::before {
  padding-top: 60%;
}

.news-detail .news-detail__content-body .article-detail__content-thumbnail img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-detail .news-detail__content-thumbnail {
  margin-bottom: 30px;
}

.news-detail .news-detail__content-thumbnail::before {
  padding-top: 55.5555%;
}

.news-detail .news-detail__content-thumbnail img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Single Service  */
/* ============================================ */
@media screen and (max-width: 768px) {
  .service-detail__header {
    margin-bottom: 60px;
  }
}

.service-detail .page-content__detail-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .service-detail .page-content__detail-title {
    margin-bottom: 30px;
  }
}

.service-detail .service-detail__teachers {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .service-detail .service-detail__teachers {
    padding: 0 12px;
  }
}

.service-detail .service-detail__teachers-inner {
  border-top: 1px solid #FFF;
  margin: 0 auto;
  max-width: 1320px;
  padding-top: 30px;
  width: 100%;
}

.service-detail .page-teacher__list {
  margin-bottom: -60px;
}

@media screen and (max-width: 768px) {
  .service-detail .page-teacher__list {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .service-detail .page-teacher__item {
    margin-bottom: 20px !important;
  }
}

.service-detail .page-teacher__name {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .service-detail .page-teacher__name {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.service-detail .service-detail__content-body {
  margin-bottom: 60px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

@media screen and (max-width: 768px) {
  .service-detail .service-detail__content-body {
    padding: 0 12px;
  }
}

.service-detail .service-detail__content-inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  margin: 60px auto 0;
  max-width: 1200px;
  padding: 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-detail .service-detail__content-inner {
    border-radius: 30px;
    margin-top: 0;
    padding: 40px 20px;
  }
}

.service-detail .service-detail__content-inner .page-content__detail-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .service-detail .service-detail__content-inner .page-content__detail-title {
    margin-bottom: 30px;
  }
}

.service-detail .service-target-detail {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .service-detail .service-target-detail {
    margin-bottom: 70px;
  }
}

.service-detail .outline-table {
  margin: 0 auto 100px;
  max-width: 980px;
}

@media screen and (max-width: 768px) {
  .service-detail .outline-table {
    margin-bottom: 60px;
  }
}

.service-detail .program-timeline-block {
  margin: 0 auto 80px;
  max-width: 972px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block {
    margin-bottom: 0;
  }
}

.service-detail .program-timeline-block .program-timeline__list {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__list {
    padding-bottom: 24px;
  }
}

.service-detail .program-timeline-block .program-timeline__item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item {
    width: 100%;
  }
}

.service-detail .program-timeline-block .program-timeline__item:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:nth-child(odd) {
    margin: 0;
  }
}

.service-detail .program-timeline-block .program-timeline__item:nth-child(odd) .program-timeline__card {
  padding-right: 90px;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:nth-child(odd) .program-timeline__card {
    padding-right: 0;
    padding-top: 24px;
  }
}

.service-detail .program-timeline-block .program-timeline__item:nth-child(odd) .program-timeline__img-wrapper {
  max-width: 160px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:nth-child(odd) .program-timeline__img-wrapper {
    position: initial;
    right: 0;
    top: 0;
    transform: none;
  }
}

.service-detail .program-timeline-block .program-timeline__item:nth-child(odd) .program-timeline__note {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:nth-child(odd) .program-timeline__note {
    padding-top: 0;
  }
}

.service-detail .program-timeline-block .program-timeline__item:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:nth-child(even) {
    margin: 0;
  }
}

.service-detail .program-timeline-block .program-timeline__item:nth-child(even) .program-timeline__card {
  border-bottom: none;
  border-image-repeat: round;
  border-image-slice: 1;
  border-image-source: url("../img/timeline/border-line.svg");
  border-right: none;
  border-top: none;
  border-width: 4px;
  padding: 30px 0 24px 60px;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:nth-child(even) .program-timeline__card {
    border: none;
    padding-left: 0;
    padding-top: 18px;
  }
}

.service-detail .program-timeline-block .program-timeline__item:nth-child(even) .program-timeline__img-wrapper {
  left: 0;
  max-width: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:nth-child(even) .program-timeline__img-wrapper {
    display: none;
  }
}

.service-detail .program-timeline-block .program-timeline__item:last-child {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:last-child {
    text-align: left;
  }
}

.service-detail .program-timeline-block .program-timeline__item:last-child .program-timeline__card {
  border: none;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-top: 140px;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:last-child .program-timeline__card {
    margin: 0;
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .service-detail .program-timeline-block .program-timeline__item:last-child .program-timeline__card::after {
    content: none;
  }
}

.service-detail .program-timeline-block .program-timeline__item:last-child .program-timeline__img-wrapper {
  height: 100%;
  left: 50%;
  max-height: 140px;
  max-width: 20px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:last-child .program-timeline__img-wrapper {
    display: none;
  }
}

.service-detail .program-timeline-block .program-timeline__item:last-child .program-timeline__img-wrapper .program-timeline__img-container {
  height: 100%;
}

.service-detail .program-timeline-block .program-timeline__item:last-child .program-timeline__note {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__item:first-child .program-timeline__card {
    padding-top: 0;
  }
}

.service-detail .program-timeline-block .program-timeline__card {
  height: 100%;
  min-height: 160px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__card {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px !important;
  }

  .service-detail .program-timeline-block .program-timeline__card::after {
    background-image: url("../img/timeline/border-arrow.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 15px;
  }
}

@media screen and (max-width: 768px) {
  .service-detail .program-timeline-block .program-timeline__img-wrapper {
    margin-bottom: 10px;
  }
}

.service-detail .program-timeline-block .program-timeline__img-container {
  max-width: 160px;
}

.service-detail .program-timeline-block .program-timeline__img-container::before {
  padding-top: 100%;
}

.service-detail .program-timeline-block .program-timeline__title {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.service-detail .program-timeline-block .program-timeline__description {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.service-detail .application-flow__detail {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .service-detail .application-flow__detail {
    margin-bottom: 30px;
  }
}

.service-detail .gra-pink__link {
  font-size: 20px;
  margin-bottom: 0;
  max-width: 600px;
}

/* Service Category DX Leader Program  */
/* ============================================ */
.leader-program__detail .page-content__detail-title {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .leader-program__detail .page-content__detail-title {
    font-size: 24px;
  }
}

.leader-program__detail ul {
  display: block;
  list-style: disc;
  margin: 0 auto;
  max-width: 880px;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .leader-program__detail ul {
    text-align: left;
  }
}

.leader-program__detail ul li {
  margin-bottom: 10px;
}

.leader-program__services {
  margin-bottom: 58px;
}

@media screen and (max-width: 768px) {
  .leader-program__services {
    margin-bottom: 90px;
  }
}

.leader-program__services .page-content__service-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .leader-program__services .page-content__service-card-title {
    font-size: 20px;
  }
}

.leader-program__main {
  margin-bottom: 60px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .leader-program__main {
    padding: 0 10px;
  }
}

.leader-program__main .leader-program__main-inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 40px 20px;
}

@media screen and (max-width: 768px) {
  .leader-program__main .leader-program__main-inner {
    border-radius: 30px;
    margin-bottom: 40px;
    padding: 40px 20px 20px;
  }
}

.leader-program__main .leader-program__main-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .leader-program__main .leader-program__main-title {
    margin-bottom: 30px;
  }
}

.leader-program__main .leader-program__main-description {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .leader-program__main .leader-program__main-description {
    margin-bottom: 30px;
    text-align: left;
  }
}

.leader-program__main .page-content__service-card-list {
  margin: 0 auto;
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  .leader-program__main .page-content__service-card-list {
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .leader-program__main .page-content__service-card-item {
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 480px) {
  .leader-program__main .page-content__service-card-item {
    margin-bottom: 20px !important;
    margin-right: 0;
    width: 100%;
  }
}

.leader-program__main .page-content__service-card-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .leader-program__main .page-content__service-card-item:nth-child(3n) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .leader-program__main .page-content__service-card-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .leader-program__main .page-content__service-card-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .leader-program__main .page-content__service-card-item:nth-child(2n) {
    margin-right: 0;
  }
}

.leader-program__main .page-content__service-card-img::before {
  padding-top: 62.3809%;
}

@media screen and (max-width: 768px) {
  .leader-program__main .page-content__service-card-img::before {
    padding-top: 57.7313%;
  }
}

.leader-program__main .page-content__service-card-img img {
  left: 50%;
  max-width: 135px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.leader-program__main .page-content__service-card-label {
  left: 10px;
  letter-spacing: 0;
  position: absolute;
  top: 9.999px;
}

.leader-program__seminar {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  margin-bottom: 60px;
  padding: 60px 0;
}

.leader-program__seminar .leader-program__seminar-title {
  letter-spacing: 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .leader-program__seminar .leader-program__seminar-title {
    margin-bottom: 10px;
  }
}

.leader-program__seminar .leader-program__seminar-detail-list {
  display: flex;
  margin: 0 auto 60px;
  max-width: 1080px;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .leader-program__seminar .leader-program__seminar-detail-list {
    border-top: 2px dashed #3C3C3C;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0;
  }
}

.leader-program__seminar .leader-program__seminar-detail-item {
  border-left: 2px dashed #3C3C3C;
  margin-right: 35px;
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 768px) {
  .leader-program__seminar .leader-program__seminar-detail-item {
    border-bottom: 2px dashed #3C3C3C;
    border-left: none;
    margin-right: 0;
    width: 100%;
  }
}

.leader-program__seminar .leader-program__seminar-detail-item:first-child {
  border-left: none;
}

.leader-program__seminar .leader-program__seminar-detail-item:first-child .leader-program__seminar-detail {
  padding-left: 10px;
}

.leader-program__seminar .leader-program__seminar-detail-item:last-child {
  margin-right: 0;
}

.leader-program__seminar .leader-program__seminar-detail {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .leader-program__seminar .leader-program__seminar-detail {
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 12px;
  }
}

.leader-program__seminar .leader-program__seminar-detail-title {
  color: #3C3C3C;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .leader-program__seminar .leader-program__seminar-detail-title {
    font-size: 20px;
  }
}

.leader-program__seminar .leader-program__seminar-detail-description {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.leader-program__seminar .leader-program__seminar-article-list {
  margin: 0 auto;
  max-width: 600px;
}

.leader-program__seminar .leader-program__seminar-article-item {
  margin-bottom: 30px;
}

.leader-program__seminar .leader-program__seminar-article-item:last-child {
  margin-bottom: 0;
}

.leader-program__seminar .leader-program__seminar-article-link {
  background: var(--04, linear-gradient(270deg, #F08C9C 5.63%, #FDB8C3 96.25%));
  border-radius: 10px;
  display: block;
  padding: 22px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .leader-program__seminar .leader-program__seminar-article-link {
    padding: 13px 15px;
  }
}

.leader-program__seminar .leader-program__seminar-article-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
}

@media screen and (max-width: 480px) {
  .leader-program__seminar .leader-program__seminar-article-title {
    font-size: 18px;
  }
}

.leader-program__flow {
  border-bottom: 1px solid #FFF;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .leader-program__flow {
    padding-bottom: 50px;
  }
}

.leader-program__flow .page-content__detail-title {
  letter-spacing: 0;
  margin-bottom: 30px;
}

.leader-program__flow .leader-program__flow-description {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .leader-program__flow .leader-program__flow-description {
    text-align: left;
  }
}

.leader-program__flow .leader-program__seminar-detail-list {
  display: flex;
}

@media screen and (max-width: 768px) {
  .leader-program__flow .leader-program__seminar-detail-list {
    flex-direction: column;
  }
}

.leader-program__flow .leader-program__seminar-detail-item {
  margin-right: 5.555vw;
  width: calc((100% - 11.111vw) / 3);
}

@media screen and (max-width: 768px) {
  .leader-program__flow .leader-program__seminar-detail-item {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

.leader-program__flow .leader-program__seminar-detail-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .leader-program__flow .leader-program__seminar-detail-item:last-child {
    margin-bottom: 0;
  }
}

.leader-program__flow .leader-program__seminar-detail {
  border-radius: 10px;
  overflow: hidden;
}

.leader-program__flow .leader-program__seminar-detail-img {
  background-color: #fff;
}

.leader-program__flow .leader-program__seminar-detail-img::before {
  padding-top: 66.666%;
}

.leader-program__companies {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .leader-program__companies {
    padding: 0 10px;
  }
}

.leader-program__companies .leader-program__companies-title {
  margin-bottom: 30px;
}

.leader-program__companies .leader-program__companies-inner {
  background: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 1);
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 90px;
  padding-left: min(6.25vw, 90px);
  padding-right: min(6.25vw, 90px);
}

@media screen and (max-width: 768px) {
  .leader-program__companies .leader-program__companies-inner {
    border-radius: 30px;
    padding: 40px 20px;
  }
}

.leader-program__companies .application-policy__title {
  margin-top: 30px;
}

/* Service Category DX Beginner Program  */
/* ============================================ */
.beginner-program__detail {
  margin-bottom: 60px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .beginner-program__detail {
    padding: 0 20px;
  }
}

.beginner-program__detail .beginner-program__detail-inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .beginner-program__detail .beginner-program__detail-inner {
    border-radius: 30px;
    padding: 30px 20px;
  }
}

.beginner-program__detail .page-content__detail-title {
  margin-bottom: 40px;
}

.beginner-program__detail .page-content__detail {
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .beginner-program__detail .page-content__detail {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .beginner-program__detail .page-content__service-card-list {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 768px) {
  .beginner-program__detail .page-content__service-card-item {
    margin-bottom: 40px;
  }

  .beginner-program__detail .page-content__service-card-item:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .beginner-program__detail .page-content__service-card-img::before {
    padding-top: 61.016%;
  }
}

.beginner-program__hr-wrapper {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.beginner-program__hr-wrapper .beginner-program__hr-inner {
  margin: 0 auto;
  max-width: 1320px;
}

.beginner-program__hr-wrapper .beginner-program__hr {
  border-color: #FFF;
}

.beginner-program__flow {
  border-bottom: 1px solid #FFF;
  margin-bottom: 60px;
  padding: 30px 0 60px;
}

@media screen and (max-width: 768px) {
  .beginner-program__flow {
    padding-bottom: 30px;
  }
}

.beginner-program__flow .beginner-program__flow-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .beginner-program__flow .beginner-program__flow-title {
    margin-bottom: 30px;
  }
}

.beginner-program__flow .beginner-program__flow-target {
  background: #F08C9C;
  border-radius: 100px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-align: center;
}

.beginner-program__flow .beginner-program__flow-days {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .beginner-program__flow .beginner-program__flow-days {
    flex-direction: column;
  }
}

.beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card {
  background: #FFF;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 768px) {
  .beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card {
    width: 100%;
  }
}

.beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card:first-child {
  margin-right: min(4.166vw, 60px);
}

@media screen and (max-width: 768px) {
  .beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card-day {
  background: #98DAC6;
  border-radius: 40px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  padding: 17px 10px 13px;
  text-align: center;
}

.beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card-day span {
  font-family: DIN Alternate;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card-text {
  color: var(--black, #3C3C3C);
  font-size: 20px;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  line-height: normal;
  margin: 0 15px 15px;
}

.beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card-img {
  background: #F0F0F0;
  border-radius: 20px;
  margin-top: auto;
}

.beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card-img::before {
  padding-top: 50%;
}

@media screen and (max-width: 768px) {
  .beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card-img::before {
    padding-top: 59.016%;
  }
}

@media screen and (max-width: 768px) {
  .beginner-program__flow .beginner-program__flow-days .beginner-program__flow-card-img img {
    height: 100%;
  }
}

.beginner-program__flow .beginner-program__flow-arrow {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .beginner-program__flow .beginner-program__flow-arrow {
    margin-bottom: 30px;
  }
}

.beginner-program__flow .beginner-program__flow-arrow .beginner-program__arrow-img {
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.beginner-program__flow .beginner-program__flow-arrow .beginner-program__arrow-img::before {
  padding-top: 100%;
}

.beginner-program__flow .beginner-program__flow-text {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .beginner-program__flow .beginner-program__flow-text {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.beginner-program__target-company {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

@media screen and (max-width: 768px) {
  .beginner-program__target-company {
    padding: 0 10px;
  }
}

.beginner-program__target-company .page-content__detail-title {
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .beginner-program__target-company .target-detail__item {
    margin-bottom: 10px;
    padding-left: 30px;
  }
}

.beginner-program__target-company-inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 40px;
}

@media screen and (max-width: 768px) {
  .beginner-program__target-company-inner {
    border-radius: 30px;
    padding: 40px 20px;
  }
}

.beginner-target-company__header {
  margin: 0 auto 100px;
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__header {
    margin-bottom: 60px;
  }
}

.beginner-target-company__header .beginner-target-company__header-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__header .beginner-target-company__header-title {
    margin-bottom: 30px;
  }
}

.beginner-target-company__content {
  margin: 0 auto 100px;
  max-width: 980px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__content {
    margin-bottom: 90px;
  }
}

.beginner-target-company__content .beginner-target-company__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__content .beginner-target-company__title {
    margin-bottom: 30px;
  }
}

.beginner-target-company__flow {
  margin: 0 auto 100px;
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__flow {
    margin-bottom: 60px;
  }
}

.beginner-target-company__flow .beginner-target-company__flow-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__flow .beginner-target-company__flow-title {
    margin-bottom: 30px;
  }
}

.beginner-target-company__flow .beginner-target-company__flow-description {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__flow .beginner-target-company__flow-description {
    margin-bottom: 30px;
  }
}

.beginner-target-company__flow .beginner-target-company__flow-contact-link {
  background: var(--04, linear-gradient(270deg, #F08C9C 5.63%, #FDB8C3 96.25%));
  border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  margin: 0 auto 60px;
  max-width: 980px;
  padding: 22px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__flow .beginner-target-company__flow-contact-link {
    margin-bottom: 30px;
    padding: 13px 15px;
  }
}

.beginner-target-company__flow .gra-pink__link {
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__flow .gra-pink__link {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.beginner-target-company__flow .beginner-target-company__flow-banner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.beginner-target-company__flow .beginner-target-company__flow-banner-img {
  background-color: #F0F0F0;
}

.beginner-target-company__flow .beginner-target-company__flow-banner-img::before {
  padding-top: 22.448%;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__flow .beginner-target-company__flow-banner-img::before {
    padding-top: 47.619%;
  }
}

.beginner-target-company__companies .page-content__detail-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .beginner-target-company__companies .page-content__detail-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .beginner-target-company__companies {
    margin-bottom: 30px;
  }
}

.beginner-target-company__companies .review-block__list {
  margin: 0 auto -30px;
  max-width: 1020px;
}

/* Page About */
/* ============================================ */
/* 会社 メッセージ */
.about-page_body {
  display: flex;
  margin-bottom: 60px;
}

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

.about-page_body .about-page_president-img {
  border-radius: 240px;
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .about-page_body .about-page_president-img {
    margin: 0 auto 30px;
    max-width: max(120px, 32vw);
  }
}

.about-page_body .about-page_president-img::before {
  padding-top: 100%;
}

.about-page_body .about-page_president-box {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .about-page_body .about-page_president-box {
    padding-left: 0;
  }
}

.about-page_body .about-page_title {
  color: #3C3C3C;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.8px;
  line-height: normal;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .about-page_body .about-page_title {
    font-size: 22px;
    letter-spacing: 2.2px;
    text-align: center;
  }
}

.about-page_body .about-page__content-title {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-page_body .about-page__content-title {
    font-size: 18px;
    letter-spacing: 1.8px;
    text-align: center;
  }
}

.about-page_body .about-page_content-text {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 160%;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .about-page_body .about-page_content-text {
    margin-bottom: 20px;
  }
}

.about-page_body .about-page_president-name {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: normal;
}

.about-page_company {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .about-page_company {
    padding: 30px 0 100px;
  }
}

.about-page_company .page-content__title {
  font-size: 32px;
  margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
  .about-page_company .page-content__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.page-about__lineup {
  border-bottom: 1px solid #FFF;
  padding: 0 10px 100px;
}

@media screen and (max-width: 768px) {
  .page-about__lineup {
    padding: 0 10px 60px;
  }
}

.page-about__lineup .page-content__title {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .page-about__lineup .page-content__title {
    font-size: 24px;
  }
}

.page-about__lineup .page-about__lineup-description {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-about__lineup .page-about__lineup-description {
    margin-bottom: 20px;
    text-align: left;
  }
}

/* Page Teacher */
/* ============================================ */
@media screen and (max-width: 768px) {
  .page-teacher__header {
    margin-bottom: 30px;
  }
}

.page-teacher {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .page-teacher {
    margin-bottom: 60px;
    padding: 0 10px;
  }
}

.page-teacher .page-teacher__inner {
  border-top: 1px solid #FFF;
  padding-top: 30px;
}

.page-teacher .page-content__detail-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .page-teacher .page-content__detail-title {
    margin-bottom: 30px;
  }
}

.page-teacher__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: -60px;
  max-width: 1080px;
}

.page-teacher__list .page-teacher__item {
  margin-bottom: 60px;
  margin-right: min(60px, 4.166vw);
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 768px) {
  .page-teacher__list .page-teacher__item {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}

.page-teacher__list .page-teacher__item:nth-child(even) {
  margin-right: 0;
}

.page-teacher__list .page-teacher__card {
  background: #FFF;
  border-radius: 20px;
  height: 100%;
  padding: 40px 50px 20px;
}

@media screen and (max-width: 768px) {
  .page-teacher__list .page-teacher__card {
    padding: 20px;
  }
}

.page-teacher__list .page-teacher__img-container {
  background: #F5F5F5;
  margin-bottom: 20px;
}

.page-teacher__list .page-teacher__img-container:before {
  padding-top: 76.5454%;
}

.page-teacher__list .page-teacher__name {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
  margin-bottom: 5px;
}

.page-teacher__list .page-teacher__target_seminar {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: normal;
  margin-bottom: 10px;
}

.page-teacher__list .page-teacher__affiliation {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
  margin-bottom: 10px;
}

.page-teacher__list .page-teacher__description {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
}

/* Page FAQ */
/* ============================================ */
@media screen and (max-width: 768px) {
  .page-faq .page-content__header {
    margin-bottom: 30px;
  }
}

.page-faq.service-link-list__small.top-section-block {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .page-faq.service-link-list__small.top-section-block {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .page-faq.page-content-block {
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-block {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  margin: 0 auto 60px;
  max-width: 1320px;
  padding: 60px 0;
  padding-left: min(40px, 2.777vw);
  padding-right: min(40px, 2.777vw);
  width: 100%;
}

.faq-block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .faq-block {
    border-radius: 30px;
    padding: 30px 20px;
  }
}

.faq-block .page-content__detail-title {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 60px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .faq-block .page-content__detail-title {
    margin-bottom: 30px;
  }
}

.faq-block .faq-block__item {
  margin-bottom: 67.5px;
}

@media screen and (max-width: 768px) {
  .faq-block .faq-block__item {
    margin-bottom: 30px;
  }
}

.faq-block .faq-block__item:last-child {
  margin-bottom: 0;
}

.faq-block .faq-block__item:nth-child(1) .faq-block__question::before {
  content: "Q1";
}

.faq-block .faq-block__item:nth-child(2) .faq-block__question::before {
  content: "Q2";
}

.faq-block .faq-block__item:nth-child(3) .faq-block__question::before {
  content: "Q3";
}

.faq-block .faq-block__item:nth-child(4) .faq-block__question::before {
  content: "Q4";
}

.faq-block .faq-block__item:nth-child(5) .faq-block__question::before {
  content: "Q5";
}

.faq-block .faq-block__item:nth-child(6) .faq-block__question::before {
  content: "Q6";
}

.faq-block .faq-block__item:nth-child(7) .faq-block__question::before {
  content: "Q7";
}

.faq-block .faq-block__item:nth-child(8) .faq-block__question::before {
  content: "Q8";
}

.faq-block .faq-block__item:nth-child(9) .faq-block__question::before {
  content: "Q9";
}

.faq-block .faq-block__item:nth-child(10) .faq-block__question::before {
  content: "Q10";
}

.faq-block .faq-block__item:nth-child(11) .faq-block__question::before {
  content: "Q11";
}

.faq-block .faq-block__item:nth-child(12) .faq-block__question::before {
  content: "Q12";
}

.faq-block .faq-block__item:nth-child(13) .faq-block__question::before {
  content: "Q13";
}

.faq-block .faq-block__item:nth-child(14) .faq-block__question::before {
  content: "Q14";
}

.faq-block .faq-block__item:nth-child(15) .faq-block__question::before {
  content: "Q15";
}

.faq-block .faq-block__item:nth-child(16) .faq-block__question::before {
  content: "Q16";
}

.faq-block .faq-block__item:nth-child(17) .faq-block__question::before {
  content: "Q17";
}

.faq-block .faq-block__item:nth-child(18) .faq-block__question::before {
  content: "Q18";
}

.faq-block .faq-block__item:nth-child(19) .faq-block__question::before {
  content: "Q19";
}

.faq-block .faq-block__item:nth-child(20) .faq-block__question::before {
  content: "Q20";
}

.faq-block .faq-block__card {
  border-bottom: 1px solid #3C3C3C;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .faq-block .faq-block__card {
    padding-bottom: 20px;
  }
}

.faq-block .faq-block__question {
  margin-bottom: 27.5px;
  padding-left: 54px;
  position: relative;
}

.faq-block .faq-block__question::before {
  background: #F08C9C;
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-family: DIN Alternate;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}

.faq-block .faq-block__question-text {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.faq-block .faq-block__answer-text {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

/* Page Contact */
/* ============================================ */
.page-contact .page-content__title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .page-contact .page-content__title {
    margin-bottom: 30px;
  }
}

.page-contact.page-content__detail-wrap {
  border-radius: 40px;
  padding: 40px 10px;
}

@media screen and (max-width: 768px) {
  .page-contact.page-content__detail-wrap {
    border-radius: 20px;
    padding: 20px 20px;
  }
}

.page-contact .page-content__detail {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-contact .page-content__detail {
    text-align: left;
  }
}

.page-contact .service-link-list {
  margin-bottom: 100px;
}

.page-contact .page-contact__link-block {
  background: rgba(255, 255, 255, 0.9);
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 0 15px;
}

.page-contact .page-contact__link-block-inner {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
  padding: 100px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact__link-block-inner {
    flex-wrap: wrap;
  }
}

.page-contact .page-contact__link {
  display: block;
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact__link {
    width: 100%;
  }
}

.page-contact .page-contact__link:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact__link:last-child {
    margin-left: 0;
    margin-top: 40px;
  }
}

.page-contact .page-contact__link:last-child .page-contact__card {
  background: var(--04, linear-gradient(289deg, #F08C9C 1.62%, #FFF589 68.3%));
}

.page-contact .page-contact__card {
  background: var(--03, linear-gradient(289deg, #94D9C7 1.62%, #FFF589 68.3%));
  border-radius: 20px;
  padding: 50px 20px;
  text-align: center;
}

.page-contact .page-contact__link-text {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact__link-text {
    font-size: 20px;
  }
}

.page-contact .page-contact__link-description {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact__link-description {
    text-align: left;
  }
}

/* Page Privacy */
/* ============================================ */
@media screen and (max-width: 768px) {
  .page-privacy__header {
    margin-bottom: 30px;
  }
}

.privacy.top-section-block.service-link-list__small {
  margin-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .privacy.top-section-block.service-link-list__small {
    margin-bottom: 60px;
  }
}

.privacy-body {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .privacy-body {
    border-radius: 20px;
    padding: 30px 20px;
  }
}

.privacy-body .privacy-body__content-block {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .privacy-body .privacy-body__content-block {
    margin-bottom: 30px;
  }
}

.privacy-body .privacy-body__content-block:last-child {
  margin-bottom: 0;
}

.privacy-body .privacy-body__content-title {
  color: #3C3C3C;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .privacy-body .privacy-body__content-title {
    margin-bottom: 30px;
  }
}

.privacy-body .privacy-body__content-description,
.privacy-body .privacy-body__content-box-text {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.privacy-body .privacy-body__content-box {
  margin-bottom: 30px;
}

.privacy-body .privacy-body__content-box-title {
  border-bottom: 1px solid #808080;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.privacy-body .privacy-body__list {
  list-style: none;
  padding-left: 0;
}

.privacy-body .privacy-body__list .privacy-body__list {
  margin-top: 10px;
}

.privacy-body .privacy-body__list.__number>li:before {
  height: 24px;
  line-height: 24px;
  width: 24px;
}

.privacy-body .privacy-body__list.__number>li:nth-child(1):before {
  content: "1.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(2):before {
  content: "2.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(3):before {
  content: "3.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(4):before {
  content: "4.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(5):before {
  content: "5.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(6):before {
  content: "6.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(7):before {
  content: "7.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(8):before {
  content: "8.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(9):before {
  content: "9.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(10):before {
  content: "10.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(11):before {
  content: "11.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(12):before {
  content: "12.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(13):before {
  content: "13.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(14):before {
  content: "14.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(15):before {
  content: "15.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(16):before {
  content: "16.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(17):before {
  content: "17.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(18):before {
  content: "18.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(19):before {
  content: "19.";
}

.privacy-body .privacy-body__list.__number>li:nth-child(20):before {
  content: "20.";
}

.privacy-body .privacy-body__list.__circle>li:before {
  border: 1px solid #3C3C3C;
  border-radius: 50%;
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  text-align: center;
}

.privacy-body .privacy-body__list.__circle>li:nth-child(1):before {
  content: "1";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(2):before {
  content: "2";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(3):before {
  content: "3";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(4):before {
  content: "4";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(5):before {
  content: "5";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(6):before {
  content: "6";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(7):before {
  content: "7";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(8):before {
  content: "8";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(9):before {
  content: "9";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(10):before {
  content: "10";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(11):before {
  content: "11";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(12):before {
  content: "12";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(13):before {
  content: "13";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(14):before {
  content: "14";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(15):before {
  content: "15";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(16):before {
  content: "16";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(17):before {
  content: "17";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(18):before {
  content: "18";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(19):before {
  content: "19";
}

.privacy-body .privacy-body__list.__circle>li:nth-child(20):before {
  content: "20";
}

.privacy-body .privacy-body__list.__parentheses>li:before {
  font-size: 14px;
  line-height: 14px;
  margin-top: 4px;
  text-align: center;
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(1):before {
  content: "(1)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(2):before {
  content: "(2)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(3):before {
  content: "(3)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(4):before {
  content: "(4)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(5):before {
  content: "(5)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(6):before {
  content: "(6)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(7):before {
  content: "(7)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(8):before {
  content: "(8)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(9):before {
  content: "(9)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(10):before {
  content: "(10)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(11):before {
  content: "(11)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(12):before {
  content: "(12)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(13):before {
  content: "(13)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(14):before {
  content: "(14)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(15):before {
  content: "(15)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(16):before {
  content: "(16)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(17):before {
  content: "(17)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(18):before {
  content: "(18)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(19):before {
  content: "(19)";
}

.privacy-body .privacy-body__list.__parentheses>li:nth-child(20):before {
  content: "(20)";
}

.privacy-body .privacy-body__list.__parentheses>li .privacy-body__list.__circle>li {
  margin-bottom: 10px;
}

.privacy-body .privacy-body__list li {
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
}

.privacy-body .privacy-body__list li::before {
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.privacy-body .privacy-body__list li:last-child {
  margin-bottom: 0;
}

.privacy-body .privacy-body__list li h3,
.privacy-body .privacy-body__list li p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.privacy-body .privacy-body__list li .title {
  font-weight: 700;
}

.privacy-body .privacy-body__content-enactment {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  text-align: right;
}

.privacy-body .privacy-body__table {
  margin-bottom: 20px;
  width: 100%;
}

.privacy-body .privacy-body__table .tr {
  display: flex;
}

@media screen and (max-width: 768px) {
  .privacy-body .privacy-body__table .tr {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.privacy-body .privacy-body__table .th {
  background: #98DAC6;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700 !important;
  justify-content: center;
  line-height: normal;
  padding: 16px 0 17px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .privacy-body .privacy-body__table .th .head {
    margin-bottom: 10px;
  }
}

.privacy-body .privacy-body__table .td {
  border-bottom: 1px solid #DEDEDE;
}

.privacy-body .privacy-body__table .head {
  align-items: center;
  color: #3C3C3C;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
  padding: 16px 10px;
  width: 40.404%;
}

@media screen and (max-width: 768px) {
  .privacy-body .privacy-body__table .head {
    margin-right: 0;
    width: 100%;
  }
}

.privacy-body .privacy-body__table .body {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 16px 10px;
  width: 59.596%;
}

@media screen and (max-width: 768px) {
  .privacy-body .privacy-body__table .body {
    border-bottom: none;
    width: 100%;
  }
}

.privacy-body .privacy-body__contact-box {
  background: #CCF0E5;
  border-radius: 20px;
  padding: 30px 0;
  padding-left: min(45px, 4.5%);
  padding-right: min(45px, 4.5%);
}

@media screen and (max-width: 768px) {
  .privacy-body .privacy-body__contact-box {
    padding: 30px 20px;
  }
}

.privacy-body .privacy-body__contact-box-title {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: normal;
  margin-bottom: 20px;
}

.privacy-body .privacy-body__contact-text {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: normal;
}

.privacy-body .privacy-body__contact-link {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: normal;
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  .privacy-body .privacy-body__contact-link {
    font-size: 16px;
  }
}