@charset "UTF-8";
/*
Theme Name: シエンワークス
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
body {
  color: #15116e;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", serif;
  line-height: 1.4;
  font-weight: 600;
  background-color: #fff;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1240px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-size: 36px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
}

.fz-20 {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .fz-20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .fz-20 {
    font-size: 14px;
  }
}

.page__heading .heading.--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 959px) {
  .page__heading .heading.--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.page__heading .heading.--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page__heading .heading.--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .page__heading .heading.--center-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.page__heading .heading .heading-ja {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .page__heading .heading .heading-ja {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .page__heading .heading .heading-ja {
    font-size: 26px;
  }
}
.page__heading .heading .heading-en {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .page__heading .heading .heading-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .page__heading .heading .heading-en {
    font-size: 16px;
  }
}
.page__heading .heading .heading-en {
  color: #706ea6;
  font-family: "Roboto", sans-serif;
}
.page__heading .heading .heading-sub {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .page__heading .heading .heading-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .page__heading .heading .heading-sub {
    font-size: 18px;
  }
}
.page__heading .heading-line {
  width: 180px;
  height: 10px;
  background: #ffd800;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .page__heading .heading-line {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page__heading .heading-line {
    width: 100px;
    height: 6px;
    margin-top: 14px;
  }
}
.page__heading .heading-line.--center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .page__heading .heading-line.--center-sp {
    margin-left: auto;
    margin-right: auto;
  }
}
.page__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .page__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.margin-l-0 {
  margin-left: calc(50% - 50vw) !important;
}
@media screen and (max-width: 959px) {
  .margin-l-0 {
    margin-left: auto;
  }
}

.margin-r-0 {
  margin-right: calc(50% - 50vw) !important;
}
@media screen and (max-width: 959px) {
  .margin-r-0 {
    margin-right: auto;
  }
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.fd-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .fd-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg-white {
  background-color: #fff !important;
}

.white {
  color: #fff;
}

.bg-main {
  background-color: #15116e;
}

.bg-main-light {
  background-color: rgba(21, 17, 110, 0.03);
}

.button-basic {
  background-color: #fff;
  color: #15116e;
  border: 1px solid #15116e;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.button-basic {
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .button-basic {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .button-basic {
    font-size: 12px;
  }
}
.button-basic {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 24px;
}
.button-basic.--accent {
  background-color: #ffd800;
  border: unset;
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 6px;
  }
}
.button-basic::after {
  content: "";
  background-image: url(./assets/images/icon/arrow-right--main.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button-basic:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.button-more {
  background-color: #15116e;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .button-more {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .button-more {
    font-size: 15px;
  }
}
.button-more {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  margin: auto 0;
  text-align: center;
  line-height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-more__inner {
  padding-bottom: 14px;
  position: relative;
}
.button-more__inner::after {
  content: url(./assets/images/icon/arow-right--white.svg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  margin: auto;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 959px) {
  .button-more {
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -35px;
  }
}
.button-more:hover {
  background-color: #fff !important;
  border: 1px solid #15116e;
  color: #15116e;
}
.button-more:hover .button-more__inner::after {
  content: url(./assets/images/icon/arow-right.svg);
}

.section-title {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .section-title {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.section-title {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .section-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .section-title {
    font-size: 26px;
  }
}
.section-title {
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .section-title {
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}
.section-title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #15116e;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 4px;
  background: #ffd800;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-title.--left {
  text-align: left;
}
.section-title.--left::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.section-title.--left::after {
  left: 0;
  width: 90px;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 959px) {
  .page-link {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-link.--upper {
  margin-top: -70px;
}
@media screen and (max-width: 959px) {
  .page-link.--upper {
    margin-top: calc(-70 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-link.--upper {
    margin-top: -40px;
  }
}
.page-link__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 112px;
  padding-right: 112px;
}
@media screen and (max-width: 959px) {
  .page-link__inner {
    padding-left: calc(112 * 2 / 10 * 1vw);
    padding-right: calc(112 * 2 / 10 * 1vw);
  }
}
.page-link__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .page-link__inner {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.page-link__inner {
  background-color: #15116e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .page-link__inner {
    padding: 30px 35px;
  }
}
.page-link__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .page-link__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
.page-link__item {
  min-width: 0;
}
.page-link__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .page-link__item a {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.page-link__item a {
  padding-left: 30px;
}
@media screen and (max-width: 959px) {
  .page-link__item a {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
.page-link__item a {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .page-link__item a {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.page-link__item a {
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 959px) {
  .page-link__item a {
    padding: 20px 20px 20px 30px;
  }
}
.page-link__item a:hover img {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.page-link__item.is-current a {
  pointer-events: none;
  opacity: 0.4;
}
.page-link__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.page-link__en {
  color: #a8a6d9;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .page-link__en {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .page-link__en {
    font-size: 12px;
  }
}
.page-link__en {
  letter-spacing: 0.06em;
}
.page-link__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-link__arrow img {
  display: block;
  width: 50px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  will-change: filter;
}
.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in.delay-1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fade-in.delay-2 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade-in.delay-3 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.mv-fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: transform, filter, opacity;
  -webkit-transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
  transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
  transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s;
  transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
}
.mv-fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mv-fade-in.delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mv-fade-in.delay-2 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.mv-fade-in.delay-3 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.mv-fade-in.delay-4 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header.scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding: 10px 20px;
  }
}
.header__logo {
  background-color: #fff;
  margin-top: -15px;
  margin-left: -40px;
  margin-bottom: -45px;
  border-radius: 0 0 10px 0;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2;
}
.header__logo a {
  display: block;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 959px) {
  .header__logo a {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
.header__logo a {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .header__logo a {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__logo a {
    padding: 0;
  }
}
.header__logo img {
  width: 240px;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.header__logo.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .header__logo {
    margin: unset;
  }
  .header__logo img {
    width: 170px;
  }
}
.header.scrolled .header__wrap {
  padding: 8px 40px;
}
@media screen and (max-width: 959px) {
  .header.scrolled .header__wrap {
    padding: 8px 20px;
  }
}
.header.scrolled .header__logo {
  margin-top: -8px;
  margin-left: -40px;
  margin-bottom: -8px;
  border-radius: 0 0 12px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 959px) {
  .header.scrolled .header__logo {
    border-radius: 0 0 8px 0;
    margin-left: -20px;
  }
}
.header.scrolled .header__logo a {
  padding: 6px 20px 6px 40px;
}
@media screen and (max-width: 959px) {
  .header.scrolled .header__logo a {
    padding: 8px 20px;
  }
}
.header.scrolled .header__logo img {
  width: 160px;
}
.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 70px;
}
.header__button {
  color: #fff;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .header__button {
    display: none;
  }
}
.header__button a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__hamburger:hover {
  cursor: pointer;
}
.header__hamburger:hover {
  cursor: pointer;
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi__item {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  width: 80px;
  height: 70px;
  background-color: #15116e;
  border-radius: 6px;
}
@media screen and (max-width: 959px) {
  .menu-trigger {
    width: 70px;
    height: 60px;
  }
}
.menu-trigger__inner {
  width: 30px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .menu-trigger__inner {
    width: 26px;
    height: 20px;
  }
}
.menu-trigger__inner span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-trigger__inner span:nth-of-type(1) {
  top: 0;
}
.menu-trigger__inner span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-trigger__inner span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active {
  background-color: #fff;
}
.menu-trigger.active span {
  display: block;
  background-color: #15116e;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: unset;
  bottom: 6px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 6px;
}

.sp-nav {
  width: 50%;
  min-width: 680px;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  color: #fff;
  background: #15116e;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
@media screen and (max-width: 959px) {
  .sp-nav {
    width: 100%;
    min-width: unset;
  }
}
.sp-nav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-nav__wrap {
  max-width: 500px;
  margin: auto;
  padding-top: 150px;
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding-top: calc(150 * 2 / 10 * 1vw);
  }
}
.sp-nav__wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding: 90px 20px 60px 20px;
  }
}
.sp-nav__links > nav li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .sp-nav__links > nav li a {
    padding-top: calc(24 * 2 / 10 * 1vw);
    padding-bottom: calc(24 * 2 / 10 * 1vw);
  }
}
.sp-nav__links > nav li a {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .sp-nav__links > nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .sp-nav__links > nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__links > nav li a {
    padding: 20px 0;
  }
}
.sp-nav__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 40px;
  margin-top: 12px;
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .sp-nav__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sp-nav__sub li {
  border: none;
}
.sp-nav__sub a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-bottom: none !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 959px) {
  .sp-nav__sub a {
    padding-bottom: 0 !important;
  }
}
.sp-nav__sub a::before {
  content: "—";
  margin-right: 10px;
}
.sp-nav__service {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
}
@media screen and (max-width: 959px) {
  .sp-nav__service {
    padding-top: calc(24 * 2 / 10 * 1vw);
  }
}
.sp-nav__service {
  padding-bottom: 0px;
}
@media screen and (max-width: 959px) {
  .sp-nav__service {
    padding-bottom: calc(0 * 2 / 10 * 1vw);
  }
}
.sp-nav__service {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .sp-nav__service {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .sp-nav__service {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__service {
    padding-bottom: 18px;
    padding-top: 20px;
  }
}
.sp-nav__button-block {
  margin-top: 30px;
}
.sp-nav__button:not(:first-child) {
  margin-top: 14px;
}

#sp-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 959px) {
  #sp-nav-overlay {
    width: 100%;
  }
}
#sp-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.header.menu-open {
  background-color: transparent !important;
}
.header.menu-open.scrolled {
  background-color: transparent !important;
}

.fixed-menu {
  display: none;
}
@media screen and (max-width: 959px) {
  .fixed-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    z-index: 7;
  }
}
.fixed-menu__wrap {
  height: 100%;
  padding: 0 10px 10px;
}
.fixed-menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 10px;
}
.fixed-menu__item {
  width: 50%;
  white-space: nowrap;
  background-color: #fff;
  padding: 10px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #15116e;
  border-radius: 4px;
}
.fixed-menu__item:last-child {
  background-color: #ffd800;
  border: none;
}

.main-visual {
  padding-top: 90px;
  min-height: calc(100vh - 90px);
  position: relative;
  background-image: url(./assets/images/top/main-visual-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 16vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: #15116e;
}
@media screen and (max-width: 959px) {
  .main-visual {
    height: auto;
    background-image: url(./assets/images/top/main-visual-bg_sp.png);
    padding-bottom: 80px;
  }
}
.main-visual__wrap {
  height: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    padding-top: 30px;
  }
}
.main-visual__container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 959px) {
  .main-visual__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.main-visual__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-visual__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 6vw;
  padding-left: 6vw;
}
@media screen and (max-width: 959px) {
  .main-visual__text-block {
    padding: 0 20px;
  }
}
.main-visual__catch {
  color: #fff;
  text-align: center;
}
.main-visual__catch .catch-sub {
  font-size: 1.6vw;
}
.main-visual__catch .catch-sub span {
  font-size: 1vw;
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-sub {
    font-size: 5vw;
  }
  .main-visual__catch .catch-sub span {
    font-size: 3vw;
  }
}
.main-visual__catch .catch-main {
  width: 80%;
  margin: auto;
  margin-top: 2vw;
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-main {
    margin-top: 4vw;
  }
}
.main-visual__text {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .main-visual__text {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.main-visual__text .text-01,
.main-visual__text .text-02 {
  margin: auto;
}
.main-visual__text .text-01 {
  text-align: center;
  width: 25vw;
}
@media screen and (max-width: 959px) {
  .main-visual__text .text-01 {
    width: 100%;
  }
}
.main-visual__text .text-02 {
  text-align: center;
  width: 100%;
}
.main-visual__button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 959px) {
  .main-visual__button-block {
    margin-top: calc(24 * 2 / 10 * 1vw);
  }
}
.main-visual__button-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .main-visual__button-block {
    width: 100%;
  }
}
.main-visual__button.--main {
  width: 100%;
  min-height: 80px;
}
@media screen and (max-width: 959px) {
  .main-visual__button.--main {
    min-height: 60px;
  }
}
.main-visual__button.--main a {
  font-size: 1.4vw;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 959px) {
  .main-visual__button.--main a {
    padding-left: calc(50 * 2 / 10 * 1vw);
    padding-right: calc(50 * 2 / 10 * 1vw);
  }
}
.main-visual__button.--main a::after {
  width: 70px;
  height: 40px;
}
@media screen and (max-width: 959px) {
  .main-visual__button.--main a {
    font-size: clamp(16px, 4.6vw, 20px);
  }
  .main-visual__button.--main a::after {
    width: 40px;
    height: 24px;
  }
}
.main-visual__button.--sub {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 60px;
}
.main-visual__button.--sub .button-basic {
  font-size: 0.9vw;
}
.main-visual__button.--sub .button-basic::after {
  background-image: url(./assets/images/icon/arrow-right--simple.svg);
  width: 14px;
  height: 12px;
}
@media screen and (max-width: 959px) {
  .main-visual__button.--sub .button-basic {
    padding: 14px 10px;
    font-size: 2.8vw;
    font-size: clamp(12px, 2.8vw, 16px);
  }
}
.main-visual__button a {
  width: 100%;
  height: 100%;
}
.main-visual__image {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .main-visual__image {
    width: 100%;
  }
}

.top-problems {
  overflow: hidden;
}
.top-problems__heading, .top-problems__solution-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .top-problems__heading, .top-problems__solution-heading {
    gap: 10px;
  }
}
.top-problems__heading {
  margin-bottom: 42px;
}
@media screen and (max-width: 959px) {
  .top-problems__heading {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.top-problems__title {
  margin: 0;
  font-size: 46px;
}
@media screen and (max-width: 959px) {
  .top-problems__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .top-problems__title {
    font-size: 20px;
  }
}
.top-problems__title {
  letter-spacing: 0.04em;
}
.top-problems__title > span {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .top-problems__title > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .top-problems__title > span {
    font-size: 16px;
  }
}
.top-problems__title strong {
  font-size: 46px;
}
@media screen and (max-width: 959px) {
  .top-problems__title strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .top-problems__title strong {
    font-size: 20px;
  }
}
.top-problems {
  /* 黄色の集中線 */
}
.top-problems__accent {
  position: relative;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 110px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 959px) {
  .top-problems__accent {
    width: 40px;
  }
}
.top-problems {
  /* お悩み3列 */
}
.top-problems__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .top-problems__list {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.top-problems__list {
  border-radius: 6px;
  background-color: #f0f0f8;
}
@media screen and (max-width: 959px) {
  .top-problems__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 20px;
  }
}
.top-problems__item {
  position: relative;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .top-problems__item {
    padding: 30px 0;
  }
}
.top-problems__item + .top-problems__item {
  border-left: 1px solid rgba(23, 18, 111, 0.18);
}
@media screen and (max-width: 959px) {
  .top-problems__item + .top-problems__item {
    border-top: 1px solid rgba(23, 18, 111, 0.18);
    border-left: unset;
  }
}
.top-problems__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .top-problems__category {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.top-problems__category {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 959px) {
  .top-problems__category {
    padding-left: calc(15 * 2 / 10 * 1vw);
    padding-right: calc(15 * 2 / 10 * 1vw);
  }
}
.top-problems__category {
  border-radius: 4px;
  background-color: #ffd800;
}
@media screen and (max-width: 959px) {
  .top-problems__category {
    padding: 10px 10px;
  }
}
.top-problems__category img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-problems__category h3 {
  margin: 0;
  color: #15116e;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.top-problems__main-problem {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .top-problems__main-problem {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.top-problems__main-problem {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .top-problems__main-problem {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
.top-problems__main-problem {
  border: 2px solid #15116e;
  border-radius: 999px;
  background-color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .top-problems__main-problem {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .top-problems__main-problem {
    font-size: 18px;
  }
}
.top-problems__main-problem {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .top-problems__main-problem {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-problems__main-problem {
    margin-top: 20px;
    padding: 10px 20px;
  }
}
.top-problems__main-problem::before, .top-problems__main-problem::after {
  position: absolute;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-problems__main-problem::before {
  top: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #15116e;
  border-left: 10px solid transparent;
}
.top-problems__main-problem::after {
  top: -7px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}
.top-problems__sub-list {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .top-problems__sub-list {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.top-problems__sub-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .top-problems__sub-list {
    margin-top: 16px;
  }
}
.top-problems__sub-list li {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .top-problems__sub-list li {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.top-problems__sub-list li {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .top-problems__sub-list li {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
.top-problems__sub-list li {
  border-radius: 999px;
  background-color: #15116e;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .top-problems__sub-list li {
    padding: 10px 20px;
  }
}
.top-problems__sub-list li:first-child::before {
  position: absolute;
  top: -8px;
  left: 50%;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #17126f;
  border-left: 9px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-problems {
  /* 解決します見出し */
}
.top-problems__solution-heading {
  position: relative;
  z-index: 2;
  margin-bottom: -55px;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .top-problems__solution-heading {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-problems__solution-heading {
    margin-top: 40px;
  }
}
.top-problems__solution-heading p {
  margin: 0;
  color: #15116e;
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .top-problems__solution-heading p {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .top-problems__solution-heading p {
    font-size: 15px;
  }
}
.top-problems__solution-heading p {
  line-height: 1.45;
}
.top-problems__solution {
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .top-problems__solution {
    margin-top: 60px;
  }
}
.top-problems__solution img {
  width: 100%;
}
.top-problems__solution .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.top-service .content-boxes {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .top-service .content-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-service .content-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(21, 17, 110, 0.07);
}
.top-service .content-box:hover .content-box__button img {
  -webkit-transform: translate(6px);
          transform: translate(6px);
}
.top-service .content-box:hover .content-box__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-service .content-box__image {
  overflow: hidden;
}
.top-service .content-box__image img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-service .content-box__text-block {
  padding: 0 20px 20px 20px;
  margin-top: -30px;
  z-index: 1;
  position: relative;
}
.top-service .content-box__heading {
  margin-left: -20px;
}
.top-service .content-box__heading .heading-main {
  background-color: #15116e;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__heading .heading-main {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .top-service .content-box__heading .heading-main {
    font-size: 18px;
  }
}
.top-service .content-box__heading .heading-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__heading .heading-main {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.top-service .content-box__heading .heading-main {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__heading .heading-main {
    padding-top: calc(6 * 2 / 10 * 1vw);
    padding-bottom: calc(6 * 2 / 10 * 1vw);
  }
}
.top-service .content-box__heading .heading-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-service .content-box__heading .heading-main span {
  color: #a8a6d9;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__heading .heading-main span {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .top-service .content-box__heading .heading-main span {
    font-size: 15px;
  }
}
.top-service .content-box__heading .heading-sub {
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__heading .heading-sub {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .top-service .content-box__heading .heading-sub {
    font-size: 30px;
  }
}
.top-service .content-box__heading .heading-sub {
  background-color: #fff;
  border: 2px solid #15116e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__heading .heading-sub {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.top-service .content-box__text {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .top-service .content-box__text {
    font-size: 16px;
  }
}
.top-service .content-box__text {
  margin-top: 20px;
  min-height: 100px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__text {
    min-height: unset;
  }
}
.top-service .content-box__button {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__button {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.top-service .content-box__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .top-service .content-box__button {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .top-service .content-box__button {
    font-size: 13px;
  }
}
.top-service .content-box__button img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50px;
  height: 30px;
}

.content-feature .content-boxes {
  width: 84%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 959px) {
  .content-feature .content-boxes {
    width: 100%;
  }
}
.content-feature .content-box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box:not(:first-child) {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-feature .content-box:not(:first-child) {
    margin-top: 30px;
  }
}
.content-feature .content-box {
  background-color: rgba(21, 17, 110, 0.1);
}
.content-feature .content-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__container {
    display: block;
  }
}
.content-feature .content-box__heading .heading {
  color: #fff;
  background-color: #15116e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__heading .heading {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.content-feature .content-box__heading .heading {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__heading .heading {
    padding-top: calc(4 * 2 / 10 * 1vw);
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.content-feature .content-box__heading .heading {
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__heading .heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-feature .content-box__heading .heading {
    font-size: 20px;
  }
}
.content-feature .content-box__heading .heading-line {
  margin-top: 20px;
  width: 100px;
  height: 6px;
  background-color: #ffd800;
}
.content-feature .content-box__text-block {
  padding-left: 50px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__text-block {
    padding-left: calc(50 * 2 / 10 * 1vw);
  }
}
.content-feature .content-box__text-block {
  padding-top: 50px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__text-block {
    padding-top: calc(50 * 2 / 10 * 1vw);
  }
}
.content-feature .content-box__text-block {
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__text-block {
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.content-feature .content-box__text-block {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__text-block {
    width: 100%;
    padding: 30px 20px 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.content-feature .content-box__number {
  font-size: 78px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 479px) {
  .content-feature .content-box__number {
    font-size: 70px;
  }
}
.content-feature .content-box__number {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  position: absolute;
  right: 0;
  font-weight: 700;
  top: 0;
  opacity: 0.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__number {
    right: 4%;
    top: -12%;
  }
}
.content-feature .content-box__text {
  margin-top: 20px;
}
.content-feature .content-box__image {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__image {
    width: 100%;
  }
  .content-feature .content-box__image img {
    width: 100%;
  }
}
.content-feature .content-box__image img {
  display: block;
  height: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-achievement .deco img {
  width: 100%;
  vertical-align: bottom;
}
.content-achievement .content-boxes {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 959px) {
  .content-achievement .content-boxes {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-achievement .content-box {
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.3);
}
.content-achievement .content-box__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__inner {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.content-achievement .content-box__inner {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__inner {
    padding: 20px 10px;
  }
}
.content-achievement .content-box__icon {
  width: 80px;
  height: 80px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__icon {
    width: 40px;
    height: 40px;
  }
}
.content-achievement .content-box__line {
  width: 80px;
  height: 4px;
  background: #ffd800;
  margin-top: 18px;
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__line {
    margin-top: calc(18 * 2 / 10 * 1vw);
  }
}
.content-achievement .content-box__line {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__line {
    width: 38px;
    height: 2px;
    margin-top: 12px;
  }
}
.content-achievement .content-box__heading {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-achievement .content-box__heading {
    font-size: 14px;
  }
}
.content-achievement .content-box__heading {
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__heading {
    margin-top: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-achievement .content-box__heading {
    margin-top: 8px;
  }
}

.content-feedback.--top-space {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .content-feedback.--top-space {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-feedback.--top-space {
    margin-top: 0;
  }
}
.content-feedback .content-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
@media screen and (max-width: 959px) {
  .content-feedback .content-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-feedback .content-box {
  padding-bottom: 55px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 959px) {
  .content-feedback .content-box {
    width: 94%;
  }
}
.content-feedback .content-box:nth-child(even) {
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
@media screen and (max-width: 959px) {
  .content-feedback .content-box:nth-child(even) {
    -webkit-transform: none;
            transform: none;
    margin: 0 0 0 auto;
  }
}
.content-feedback .content-box__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.content-feedback .content-box__frame path {
  fill: #fff;
  stroke: #15116e;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: miter;
}
.content-feedback .content-box__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 959px) {
  .content-feedback .content-box__inner {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
.content-feedback .content-box__inner {
  padding-top: 70px;
}
@media screen and (max-width: 959px) {
  .content-feedback .content-box__inner {
    padding-top: calc(70 * 2 / 10 * 1vw);
  }
}
.content-feedback .content-box__inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .content-feedback .content-box__inner {
    padding-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.content-feedback .content-box__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .content-feedback .content-box__inner {
    padding: 50px 20px 30px 20px;
  }
}
.content-feedback .content-box__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .content-feedback .content-box__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-feedback .content-box__heading {
    font-size: 16px;
  }
}
.content-feedback .content-box__heading .heading-text span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffd800));
  background: -webkit-linear-gradient(transparent 65%, #ffd800 65%);
  background: linear-gradient(transparent 65%, #ffd800 65%);
}
.content-feedback .content-box__text {
  margin-top: 20px;
}

.content-message .column-right {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-message .column-right {
    width: 100%;
  }
}
.content-message .emphasize {
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .content-message .emphasize {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-message .emphasize {
    font-size: 18px;
  }
}
.content-message .line {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffd800));
  background: -webkit-linear-gradient(transparent 65%, #ffd800 65%);
  background: linear-gradient(transparent 65%, #ffd800 65%);
}

.content-profile {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .content-profile {
    margin-bottom: calc(100 * 2 / 10 * 1vw);
  }
}
.content-profile {
  position: relative;
}
.content-profile::before {
  content: "";
  position: absolute;
  background: #fafafa;
  width: 56%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .content-profile::before {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .content-profile .content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .content-profile .content__text {
    padding: 50px 20px;
    background-color: #fafafa;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}

.photo-slider {
  overflow: hidden;
}
.photo-slider__track {
  width: 100%;
}
.photo-slider .slick-list {
  overflow: visible;
}
.photo-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-slider__item {
  width: 460px;
  margin: 0 12px;
}
@media screen and (max-width: 959px) {
  .photo-slider__item {
    width: 240px;
  }
}
.photo-slider__item img {
  display: block;
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .photo-slider__item img {
    height: 180px;
  }
}
.photo-slider__item:nth-child(2n) {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .photo-slider__item:nth-child(2n) {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .photo-slider__item:nth-child(2n) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 959px) {
  .profile-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.profile-box__image {
  aspect-ratio: 8/9;
  max-width: 320px;
}
.profile-box__position {
  border: 2px solid #15116e;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .profile-box__position {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.profile-box__position {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .profile-box__position {
    padding-top: calc(4 * 2 / 10 * 1vw);
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.profile-box__position {
  background-color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .profile-box__position {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .profile-box__position {
    font-size: 18px;
  }
}
.profile-box__position {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -20px;
}
@media screen and (max-width: 959px) {
  .profile-box__position {
    margin-top: calc(-20 * 2 / 10 * 1vw);
  }
}
.profile-box__position {
  z-index: 1;
  position: relative;
}
.profile-box__heading-box {
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .profile-box__heading-box {
    margin-top: calc(14 * 2 / 10 * 1vw);
  }
}
.profile-box__heading-box {
  padding-left: 20px;
}
@media screen and (max-width: 959px) {
  .profile-box__heading-box {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
.profile-box__heading-box {
  border-left: 2px solid #ffd800;
}
@media screen and (max-width: 959px) {
  .profile-box__heading-box {
    padding-left: 20px;
    margin-top: 10px;
  }
}
.profile-box__heading-box .company {
  color: #706ea6;
}
.profile-box__heading-box .name {
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .profile-box__heading-box .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .profile-box__heading-box .name {
    font-size: 18px;
  }
}
.profile-box__detail {
  margin-top: 14px;
}
.profile-box__detail .detail-box__heading {
  color: #fff;
  background-color: #706ea6;
  border-radius: 2px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .profile-box__detail .detail-box__heading {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .profile-box__detail .detail-box__heading {
    font-size: 13px;
  }
}
.profile-box__detail .detail-box__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 959px) {
  .profile-box__detail .detail-box__heading {
    padding-left: calc(4 * 2 / 10 * 1vw);
    padding-right: calc(4 * 2 / 10 * 1vw);
  }
}
.profile-box__detail .detail-box__heading {
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (max-width: 959px) {
  .profile-box__detail .detail-box__heading {
    padding-top: calc(2 * 2 / 10 * 1vw);
    padding-bottom: calc(2 * 2 / 10 * 1vw);
  }
}
.profile-box__detail .detail-box__item {
  margin-top: 8px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .profile-box__detail .detail-box__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .profile-box__detail .detail-box__item {
    font-size: 14px;
  }
}

.top-thoughts {
  background-color: rgba(21, 17, 110, 0.03);
}
.top-thoughts .content__video {
  max-width: 680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.top-thoughts .content__video iframe {
  width: 100%;
  height: 100%;
}
.top-thoughts .pr-box {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
.top-thoughts .pr-box {
  position: relative;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./assets/images/top/pr-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 8px 8px 0 #ffd800;
          box-shadow: 8px 8px 0 #ffd800;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box {
    margin-top: 50px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-thoughts .pr-box__inner {
  padding-top: 60px;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
  }
}
.top-thoughts .pr-box__inner {
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__inner {
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.top-thoughts .pr-box__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__inner {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__inner {
    padding: 30px 20px 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top-thoughts .pr-box__heading {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -20px;
}
.top-thoughts .pr-box__heading img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__heading {
    width: 82%;
  }
}
.top-thoughts .pr-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-thoughts .pr-box__image {
  width: 150px;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__image {
    width: 70px;
  }
}
.top-thoughts .pr-box__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-thoughts .pr-box__text {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .top-thoughts .pr-box__text {
    font-size: 13px;
  }
}
.top-thoughts .pr-box__text {
  color: #fff;
}
.top-thoughts .pr-box__button {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__button {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__button {
    margin-top: 12px;
  }
}
.top-thoughts .pr-box__button a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__button a {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__button a {
    padding: 8px 10px;
  }
}
.top-thoughts .pr-box__button span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__button span img {
    width: 60px;
  }
}
@media screen and (max-width: 959px) {
  .top-thoughts .pr-box__button .button-basic::after {
    width: 24px;
  }
}

.content-staff .page__content {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .content-staff .page__content {
    margin-top: inherit;
  }
}
.content-staff .column-right {
  width: 56%;
}
@media screen and (max-width: 959px) {
  .content-staff .column-right {
    width: 100%;
  }
}
.content-staff .profile-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 959px) {
  .content-staff .profile-boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  .content-staff .profile-box {
    width: 86%;
    margin: auto;
  }
}
.content-staff .detail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.content-staff .detail-box:not(:first-child) {
  margin-top: 14px;
}
.content-staff .detail-box__heading {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.content-staff .detail-box__item {
  margin-top: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-company .page__content {
  margin-top: 0;
}
.content-company .table {
  background-color: #fafafa;
}
.content-company .table__inner {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 959px) {
  .content-company .table__inner {
    padding-left: calc(100 * 2 / 10 * 1vw);
    padding-right: calc(100 * 2 / 10 * 1vw);
  }
}
.content-company .table__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .content-company .table__inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-company .table__inner {
    padding: 40px 20px;
  }
}
.content-company .table table {
  width: 100%;
}
.content-company .table table th,
.content-company .table table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .content-company .table table th,
  .content-company .table table td {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.content-company .table table th,
.content-company .table table td {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 959px) {
  .content-company .table table th,
  .content-company .table table td {
    padding: 16px 0;
  }
}
.content-company .table table th {
  text-align: left;
  vertical-align: middle;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .content-company .table table th {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-company .table table th {
    padding-left: 10px;
  }
}
.content-company .table table td {
  font-weight: normal;
}
.content-company .column-right {
  width: 66%;
}
@media screen and (max-width: 959px) {
  .content-company .column-right {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.content-cta {
  padding-block: 80px;
  background-color: #15116e;
}
.content-cta.--bg {
  background-image: url(./assets/images/common/bg-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .content-cta {
    display: none;
  }
}
.content-cta__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.content-cta__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 959px) {
  .content-cta__item {
    grid-template-columns: 105px minmax(0, 1fr) 48px;
  }
}
.content-cta__item:hover .content-cta__arrow {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.content-cta__item--consultation {
  background-color: #ffd800;
}
.content-cta__image {
  width: 170px;
  height: 100%;
  overflow: hidden;
}
.content-cta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.content-cta__body {
  min-width: 0;
}
@media screen and (max-width: 1047px) {
  .content-cta__body {
    padding: 20px 16px 20px 24px;
  }
}
@media screen and (max-width: 479px) {
  .content-cta__body {
    padding: 16px 10px 16px 16px;
  }
}
.content-cta__lead {
  display: block;
}
.content-cta__title {
  margin: 0;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .content-cta__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-cta__title {
    font-size: 18px;
  }
}
.content-cta__title {
  letter-spacing: 0.02em;
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .content-cta__title {
    margin-top: calc(4 * 2 / 10 * 1vw);
  }
}
.content-cta__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 40px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content-cta__arrow img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 479px) {
  .content-cta__arrow {
    width: 56px;
    height: 44px;
    margin-right: 16px;
  }
  .content-cta__arrow img {
    width: 18px;
  }
}

.service-main {
  position: relative;
  overflow: hidden;
  background-color: rgba(21, 17, 110, 0.03);
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .service-main {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
.service-main .page {
  position: relative;
}
.service-main .container {
  position: relative;
  z-index: 1;
}
.service-main .page__wrap {
  position: relative;
}
.service-main__heading {
  position: relative;
  min-height: 130px;
}
@media screen and (max-width: 959px) {
  .service-main__heading {
    min-height: 30px;
  }
}
.service-main__number {
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 0;
  margin: 0;
  color: rgba(21, 17, 110, 0.1);
  font-size: 110px;
}
@media screen and (max-width: 959px) {
  .service-main__number {
    font-size: 50px;
  }
}
@media screen and (max-width: 479px) {
  .service-main__number {
    font-size: 50px;
  }
}
.service-main__number {
  line-height: 1;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 959px) {
  .service-main__number {
    right: 0;
    top: -40px;
  }
}
.service-main__title {
  position: absolute;
  right: 50px;
  top: 30px;
  z-index: 1;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .service-main__title {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.service-main__title {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .service-main__title {
    padding-top: calc(4 * 2 / 10 * 1vw);
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.service-main__title {
  background-color: #15116e;
  color: #fff;
  font-size: 42px;
}
@media screen and (max-width: 959px) {
  .service-main__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .service-main__title {
    font-size: 26px;
  }
}
.service-main__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .service-main__title {
    right: 0;
    top: 0;
  }
}
.service-main__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .service-main__content {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.service-main__content {
  position: relative;
}
.service-main__lead {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .service-main__lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .service-main__lead {
    font-size: 24px;
  }
}
.service-main__lead {
  line-height: 1.5;
}
.service-main__lead span {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(78%, #ffd800));
  background-image: -webkit-linear-gradient(transparent 78%, #ffd800 78%);
  background-image: linear-gradient(transparent 78%, #ffd800 78%);
  background-repeat: no-repeat;
}
.service-main__body {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .service-main__body {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.service-main__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 60px;
}
@media screen and (max-width: 959px) {
  .service-main__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 40px;
  }
}
.service-main__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.service-main__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-main__description {
  padding-top: 0;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .service-main__description {
    width: 100%;
  }
}
.service-main__line {
  display: block;
  width: 120px;
  height: 6px;
  background-color: #15116e;
}
.service-main__text {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .service-main__text {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.service-main__text {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .service-main__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .service-main__text {
    font-size: 15px;
  }
}
.service-main__text {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .service-main__text {
    margin-top: 30px;
  }
}
.service-main__text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .service-main__text p + p {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

@media screen and (max-width: 767px) {
  .service-main__lead {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.6;
  }
  .service-main__lead span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), color-stop(82%, #ffdf00));
    background-image: -webkit-linear-gradient(transparent 82%, #ffdf00 82%);
    background-image: linear-gradient(transparent 82%, #ffdf00 82%);
  }
  .service-main__body {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .service-main__image img {
    aspect-ratio: 1.35/1;
  }
  .service-main__line {
    width: 90px;
    height: 5px;
    margin-bottom: 24px;
  }
  .service-main__text {
    font-size: 15px;
    line-height: 1.9;
  }
  .service-main__text p br {
    display: none;
  }
  .service-main__text p + p {
    margin-top: 25px;
  }
}
.service-problems .page__content {
  margin-top: 0 !important;
}
.service-problems__heading {
  margin-bottom: 42px;
  text-align: center;
}
.service-problems__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .service-problems__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.service-problems__item {
  border: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px;
}
@media screen and (max-width: 959px) {
  .service-problems__item {
    padding: calc(20 * 2 / 10 * 1vw);
  }
}
.service-problems__item {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 959px) {
  .service-problems__item {
    padding: 20px 20px;
  }
}
.service-problems__icon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 17px;
  height: auto;
}
.service-problems__text {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .service-problems__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .service-problems__text {
    font-size: 14px;
  }
}
.service-problems__text {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.service-problems__message {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .service-problems__message {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.service-problems__message {
  color: #7775b0;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .service-problems__message {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .service-problems__message {
    font-size: 16px;
  }
}
.service-problems__message {
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .service-problems__message {
    margin-top: 30px;
  }
}

.service-details {
  background-color: #f6f6fa;
}
.service-details__intro {
  color: #706ea6;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .service-details__intro {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .service-details__intro {
    font-size: 16px;
  }
}
.service-details__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .service-details__content {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.service-details__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .service-details__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.service-details__list-block {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .service-details__list-block {
    width: 100%;
  }
}
.service-details__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .service-details__list {
    gap: 10px;
  }
}
.service-details__list--sub {
  margin-top: 28px;
}
.service-details__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 959px) {
  .service-details__item {
    min-height: 60px;
  }
}
.service-details__item--sub .service-details__number {
  background-color: #ffd800;
  color: #15116e;
}
.service-details__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #15116e;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .service-details__number {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .service-details__number {
    font-size: 20px;
  }
}
.service-details__number {
  font-style: italic;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.service-details__text {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .service-details__text {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.service-details__text {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .service-details__text {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.service-details__text {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .service-details__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .service-details__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .service-details__text {
    padding: 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service-details__text span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-details__text span {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .service-details__text span {
    font-size: 12px;
  }
}
.service-details__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 28px 0 0 20px;
}
.service-details__plus {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .service-details__plus {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .service-details__plus {
    font-size: 20px;
  }
}
.service-details__plus {
  line-height: 1;
}
.service-details__note-text {
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .service-details__note-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .service-details__note-text {
    font-size: 14px;
  }
}
.service-details__image {
  overflow: hidden;
  width: 35%;
}
@media screen and (max-width: 959px) {
  .service-details__image {
    width: 100%;
  }
}
.service-details__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.17/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-features {
  background-color: #fff;
}
.service-features--gray {
  background-color: rgba(21, 17, 110, 0.03);
}
.service-features__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-features__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-features--reverse .service-features__text-block {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.service-features--reverse .service-features__image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.service-features__text-block {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-features .section-title {
  margin-bottom: 38px;
}
.service-features__heading {
  margin: 0 0 24px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.service-features__heading span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(76%, #ffdb00));
  background-image: -webkit-linear-gradient(transparent 76%, #ffdb00 76%);
  background-image: linear-gradient(transparent 76%, #ffdb00 76%);
  background-repeat: no-repeat;
}
.service-features__intro {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .service-features__intro {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.service-features__intro {
  color: #706ea6;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .service-features__intro {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .service-features__intro {
    font-size: 16px;
  }
}
.service-features__intro {
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.service-features__text {
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.service-features__text p {
  margin: 0;
}
.service-features__text p + p {
  margin-top: 2px;
}
.service-features__closing {
  margin-top: 20px;
}
.service-features__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.service-features__list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.service-features__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.service-features__image {
  overflow: hidden;
  width: 35%;
}
@media screen and (max-width: 959px) {
  .service-features__image {
    width: 100%;
  }
}
.service-features__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.18/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-price__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.service-price .section-title {
  margin-bottom: 35px;
}
.service-price__list {
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}
.service-price__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.service-price__label {
  margin: 0;
  width: 18%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .service-price__label {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.service-price__label {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .service-price__label {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .service-price__label {
    font-size: 15px;
  }
}
.service-price__label {
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .service-price__label {
    padding: 16px 0;
  }
}
.service-price__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .service-price__text {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.service-price__text {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .service-price__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .service-price__text {
    font-size: 14px;
  }
}
.service-price__text {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .service-price__text {
    padding: 16px 0;
  }
}

.content-tips .page__content {
  margin-top: 0;
}
.content-tips__intro {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.content-tips__catch {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .content-tips__catch {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-tips__catch {
    font-size: 16px;
  }
}
.content-tips__target {
  margin-top: 20pz;
  font-size: 34px;
}
@media screen and (max-width: 959px) {
  .content-tips__target {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .content-tips__target {
    font-size: 22px;
  }
}
.content-tips__target span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .content-tips__target span {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-tips__target span {
    font-size: 16px;
  }
}
.content-tips__decoration {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-tips__decoration {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-tips__heading {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .content-tips__heading {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-tips__heading {
    margin-top: 80px;
  }
}
.content-tips__heading .section-title {
  margin-top: 10px;
}
.content-tips__heading-sub {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .content-tips__heading-sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-tips__heading-sub {
    font-size: 16px;
  }
}
.content-tips__heading-sub {
  color: #706ea6;
}
.content-tips__list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.content-tips__item {
  border-bottom: 1px solid #e5e5e5;
}
.content-tips__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .content-tips__link {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.content-tips__link {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .content-tips__link {
    padding: 20px 0;
  }
}
.content-tips__link:hover .content-tips__thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.content-tips__link:hover .content-tips__arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.content-tips__thumbnail {
  overflow: hidden;
  width: 16%;
  aspect-ratio: 8/5;
  height: auto;
  border-radius: 6px;
}
@media screen and (max-width: 959px) {
  .content-tips__thumbnail {
    width: 30%;
  }
}
.content-tips__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.content-tips__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .content-tips__text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.content-tips__number {
  color: #a8a6d9;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .content-tips__number {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-tips__number {
    font-size: 18px;
  }
}
.content-tips__number {
  display: none;
}
.content-tips__title {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .content-tips__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .content-tips__title {
    font-size: 15px;
  }
}
.content-tips__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.content-tips__arrow img {
  display: block;
  width: 14px;
  height: auto;
}
@media screen and (max-width: 959px) {
  .content-tips__arrow {
    display: none;
  }
}
.content-tips__empty {
  margin: 50px 0 0;
  color: #15116e;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.content-tips__pagination {
  margin-top: 50px;
}
.content-tips__pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-tips__pagination .page-numbers li {
  margin: 0;
}
.content-tips__pagination .page-numbers a,
.content-tips__pagination .page-numbers span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #15116e;
  color: #15116e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.content-tips__pagination .page-numbers a:hover,
.content-tips__pagination .page-numbers .current {
  background-color: #15116e;
  color: #fff;
}

.consultation-cta__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__inner {
    padding-left: calc(100 * 2 / 10 * 1vw);
    padding-right: calc(100 * 2 / 10 * 1vw);
  }
}
.consultation-cta__inner {
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__inner {
    padding-top: calc(120 * 2 / 10 * 1vw);
  }
}
.consultation-cta__inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__inner {
    padding-bottom: calc(80 * 2 / 10 * 1vw);
  }
}
.consultation-cta__inner {
  background-color: rgba(21, 17, 110, 0.1);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .consultation-cta__inner {
    padding: 100px 20px 40px;
  }
}
.consultation-cta__balloon {
  position: absolute;
  top: -28px;
  left: 50%;
  width: min(520px, 100% - 40px);
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__balloon {
    padding-top: calc(14 * 2 / 10 * 1vw);
    padding-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
.consultation-cta__balloon {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__balloon {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
.consultation-cta__balloon {
  border: 2px solid #15116e;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .consultation-cta__balloon {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    top: -50px;
  }
}
.consultation-cta__balloon::before, .consultation-cta__balloon::after {
  position: absolute;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.consultation-cta__balloon::before {
  bottom: -20px;
  border-top: 20px solid #15116e;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
}
.consultation-cta__balloon::after {
  bottom: -16px;
  border-top: 17px solid #fff;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
}
.consultation-cta__balloon p {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__balloon p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .consultation-cta__balloon p {
    font-size: 16px;
  }
}
.consultation-cta__balloon p {
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .consultation-cta__balloon p {
    line-height: 1.4;
  }
}
.consultation-cta__heading-line {
  margin: 0;
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__heading-line {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .consultation-cta__heading-line {
    font-size: 16px;
  }
}
.consultation-cta__heading-line {
  line-height: 1.8;
}
.consultation-cta__heading-line span {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 8px 5px;
  background-color: #15116e;
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__heading-line span {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .consultation-cta__heading-line span {
    font-size: 24px;
  }
}
.consultation-cta__heading-line span {
  line-height: 1.2;
}
.consultation-cta__heading-main {
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__heading-main {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .consultation-cta__heading-main {
    font-size: 16px;
  }
}
.consultation-cta__heading-main span {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__heading-main span {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .consultation-cta__heading-main span {
    font-size: 20px;
  }
}
.consultation-cta__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__images {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.consultation-cta__images {
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__images {
    gap: 5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 15px;
  }
}
.consultation-cta__image {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1.35/1;
}
@media screen and (max-width: 959px) {
  .consultation-cta__image:first-child {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.consultation-cta__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.consultation-cta__line {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #ffd800;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__line {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .consultation-cta__line {
    margin-top: 30px;
  }
}
.consultation-cta__text {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .consultation-cta__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .consultation-cta__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .consultation-cta__text {
    margin-top: 30px;
  }
}

.archive__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 110px;
}
@media screen and (max-width: 959px) {
  .archive__layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive-main {
  min-width: 0;
}
.archive__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 30px;
}
@media screen and (max-width: 959px) {
  .archive__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archive__empty {
  margin: 0;
  color: #15116e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.archive__pagination {
  margin-top: 80px;
}
.archive__pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.archive__pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #15116e;
  background-color: #fff;
  color: #15116e;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .archive__pagination .page-numbers {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .archive__pagination .page-numbers {
    font-size: 14px;
  }
}
.archive__pagination .page-numbers {
  font-family: "Roboto", sans-serif;
}
.archive__pagination .page-numbers.current, .archive__pagination .page-numbers:hover {
  background-color: #15116e;
  color: #fff;
}
.archive__pagination .page-numbers.dots {
  border-color: transparent;
}
.archive__pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: #15116e;
}
.archive__pagination .next {
  border: unset;
}

/* 記事カード */
.archive-card {
  min-width: 0;
}
.archive-card__link {
  display: block;
  color: #15116e;
  text-decoration: none;
}
.archive-card__link:hover .archive-card__image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.archive-card__link:hover .archive-card__title {
  opacity: 0.7;
}
.archive-card__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.55/1;
  border-radius: 4px;
}
.archive-card__image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.archive-card__no-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #15116e;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.archive-card__no-image img {
  display: block;
  width: 200px;
  max-width: 40%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .archive-card__meta {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.archive-card__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.archive-card__category, .archive-card__date {
  color: #706ea6;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .archive-card__category, .archive-card__date {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .archive-card__category, .archive-card__date {
    font-size: 13px;
  }
}
.archive-card__date {
  font-family: "Roboto", sans-serif;
}
.archive-card__title {
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .archive-card__title {
    margin-top: calc(14 * 2 / 10 * 1vw);
  }
}
.archive-card__title {
  color: #15116e;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* サイドバー */
.archive-sidebar {
  min-width: 0;
}
@media screen and (max-width: 959px) {
  .archive-sidebar {
    width: 100%;
  }
}
.archive-sidebar__block {
  margin-bottom: 48px;
}
.archive-sidebar__block:last-child {
  margin-bottom: 0;
}
.archive-sidebar__title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .archive-sidebar__title {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.archive-sidebar__title {
  border-bottom: 1px solid #15116e;
  color: #15116e;
  font-size: 16px !important;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .archive-sidebar__title {
    font-size: 14px !important;
  }
}
.archive-sidebar__title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #ffdb00;
  content: "";
}
.archive-sidebar__category-list, .archive-sidebar__recent-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-sidebar__category-list li, .archive-sidebar__recent-list li {
  border-bottom: 1px solid rgba(23, 18, 111, 0.12);
}
.archive-sidebar__category-list a, .archive-sidebar__recent-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 13px 3px;
  color: #15116e;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.archive-sidebar__category-list a:hover, .archive-sidebar__recent-list a:hover {
  opacity: 0.65;
}
.archive-sidebar__category-list a:hover .archive-sidebar__arrow, .archive-sidebar__recent-list a:hover .archive-sidebar__arrow {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.archive-sidebar__category-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .archive-sidebar__category-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .archive-sidebar__category-name {
    font-size: 14px;
  }
}
.archive-sidebar__count {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #15116e;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .archive-sidebar__count {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .archive-sidebar__count {
    font-size: 14px;
  }
}
.archive-sidebar__count {
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.archive-sidebar__arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #15116e;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.archive-sidebar__search {
  position: relative;
}
.archive-sidebar__search input {
  width: 100%;
  height: 38px;
  padding: 8px 42px 8px 12px;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: #f3f3f3;
  color: #15116e;
  font-size: 13px;
}
.archive-sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 38px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #999;
  font-size: 22px;
  cursor: pointer;
}
.archive-sidebar__recent-content {
  display: block;
  min-width: 0;
}
.archive-sidebar__recent-content time {
  display: block;
  color: #706ea6;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .archive-sidebar__recent-content time {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .archive-sidebar__recent-content time {
    font-size: 13px;
  }
}
.archive-sidebar__recent-content time {
  font-family: "Roboto", sans-serif;
}
.archive-sidebar__recent-title {
  display: block;
  color: #15116e;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .archive-sidebar__recent-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .archive-sidebar__recent-title {
    font-size: 14px;
  }
}
.archive-sidebar__recent-title {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .archive-sidebar__recent-title {
    margin-top: calc(4 * 2 / 10 * 1vw);
  }
}
.archive-sidebar__recent-list a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-sidebar__select {
  width: 100%;
  height: 38px;
  padding: 0 35px 0 12px;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}

.footer {
  background-color: #15116e;
  color: #fff;
}
.footer__wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-top: calc(80 * 2 / 10 * 1vw);
    padding-bottom: calc(80 * 2 / 10 * 1vw);
  }
}
.footer__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .footer__container {
    display: block;
  }
}
.footer__info {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 220px;
}
.footer__logo {
  width: 50%;
  max-width: 120px;
}
@media screen and (max-width: 959px) {
  .footer__logo {
    margin: auto;
  }
}
.footer__company-name {
  font-size: 25px;
}
@media screen and (max-width: 959px) {
  .footer__company-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .footer__company-name {
    font-size: 20px;
  }
}
.footer__company-name {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .footer__company-name {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__company-name {
    text-align: center;
  }
}
.footer__address {
  line-height: 1.7;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .footer__address {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__address {
    text-align: center;
  }
}
.footer__tel {
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .footer__tel {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__tel {
    text-align: center;
  }
}
.footer__tel a {
  color: #fff;
  text-decoration: none;
}
.footer__tel a:hover {
  text-decoration: underline;
}
.footer__partner {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .footer__partner {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__partner {
    text-align: center;
  }
}
.footer__nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .footer__nav-block {
    margin-top: 40px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav-item {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .footer__nav-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .footer__nav-item {
    font-size: 14px;
  }
}
.footer__nav-item {
  font-weight: 500;
}
.footer__nav-item:not(:first-child) {
  margin-top: 28px;
}
@media screen and (max-width: 959px) {
  .footer__nav-item:not(:first-child) {
    margin-top: calc(28 * 2 / 10 * 1vw);
  }
}
.footer__nav-item a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__nav-item a:hover {
  opacity: 0.7;
}
.footer__nav-item--child {
  padding-left: 0;
}
.footer__nav-item--child:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .footer__nav-item--child:not(:first-child) {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.footer__nav-item--child:first-child {
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .footer__nav-item--child:first-child {
    margin-top: calc(14 * 2 / 10 * 1vw);
  }
}
.footer__nav-item--child > a {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .footer__nav-item--child > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .footer__nav-item--child > a {
    font-size: 13px;
  }
}
.footer__nav-item--child > a::before {
  content: "ー";
  margin-right: 4px;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .footer__nav-item--child > a::before {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .footer__nav-item--child > a::before {
    font-size: 10px;
  }
}
.footer__bottom {
  color: #cccccc;
}
@media screen and (max-width: 959px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .footer__bottom {
    margin-top: 50px;
  }
}
.footer__bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__bottom-links {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer__bottom-links {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .footer__bottom-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__bottom-links a {
  text-decoration: none;
}
.footer__bottom-links a:hover {
  text-decoration: underline;
}
.footer__copyright {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    text-align: center;
  }
}

.page {
  padding: 100px 0px 100px;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 50px 0px 50px;
  }
}
.page__content {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .page__content {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page__content {
    margin-top: 40px !important;
  }
}

.page-mv {
  margin-top: 90px;
  height: 28vw;
  min-height: 400px;
  position: relative;
  background-color: rgba(21, 17, 110, 0.04);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .page-mv {
    margin-top: 70px;
    height: 80vw;
    max-height: 400px;
  }
}
.page-mv .container {
  height: 100%;
}
.page-mv__wrap {
  height: 100%;
}
.page-mv__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.page-mv__container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10vw;
  height: auto;
  aspect-ratio: 5/9;
  background-image: url(./assets/images/common/page-mv-triangle--blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .page-mv__container::before {
    width: 16vw;
    max-width: 140px;
  }
}
.page-mv__container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10vw;
  height: auto;
  aspect-ratio: 5/9;
  background-image: url(./assets/images/common/page-mv-triangle--yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 959px) {
  .page-mv__container::after {
    width: 16vw;
    max-width: 140px;
  }
}
.page-mv__container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-mv__title {
  text-align: center;
  letter-spacing: 0.1em;
}
.page-mv__title .title-ja {
  font-size: 40px;
}
@media screen and (max-width: 959px) {
  .page-mv__title .title-ja {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__title .title-ja {
    font-size: 26px;
  }
}
.page-mv__title .title-en {
  margin-top: 10px;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .page-mv__title .title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__title .title-en {
    font-size: 16px;
  }
}
.page-mv__title .title-en {
  color: #706ea6;
  font-family: "Roboto", sans-serif;
}
.page-mv__title .title-line {
  width: 180px;
  height: 10px;
  background: #ffd800;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .page-mv__title .title-line {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.page-mv__title .title-line {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .page-mv__title .title-line {
    width: 140px;
    height: 6px;
    margin-top: 14px;
  }
}
.page-mv__title {
  font-size: 35px;
}
@media screen and (max-width: 959px) {
  .page-mv__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__title {
    font-size: 20px;
  }
}

.wysiwyg,
.page-content {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div,
.page-content p,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content table,
.page-content dl,
.page-content blockquote,
.page-content > ul,
.page-content > ol,
.page-content > figure,
.page-content > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .wysiwyg p,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg table,
  .wysiwyg dl,
  .wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div,
  .page-content p,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content table,
  .page-content dl,
  .page-content blockquote,
  .page-content > ul,
  .page-content > ol,
  .page-content > figure,
  .page-content > div {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.wysiwyg h2,
.page-content h2 {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2,
  .page-content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .wysiwyg h2,
  .page-content h2 {
    font-size: 20px;
  }
}
.wysiwyg h2,
.page-content h2 {
  line-height: 1.6;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2,
  .page-content h2 {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.wysiwyg h2,
.page-content h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2,
  .page-content h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.wysiwyg h2,
.page-content h2 {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2,
  .page-content h2 {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.wysiwyg h2,
.page-content h2 {
  border-bottom: 1px solid rgba(21, 17, 110, 0.2);
}
@media screen and (max-width: 959px) {
  .wysiwyg h2,
  .page-content h2 {
    padding-bottom: 14px;
    margin-bottom: 14px;
    margin-top: 30px;
  }
}
.wysiwyg h3,
.page-content h3 {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .wysiwyg h3,
  .page-content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .wysiwyg h3,
  .page-content h3 {
    font-size: 18px;
  }
}
.wysiwyg h3,
.page-content h3 {
  line-height: 1.6;
  border-bottom: 1px solid rgba(21, 17, 110, 0.2);
  padding-bottom: 4px;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .wysiwyg h3,
  .page-content h3 {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg h3,
  .page-content h3 {
    margin-top: 20px;
  }
}
.wysiwyg h4,
.page-content h4 {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .wysiwyg h4,
  .page-content h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .wysiwyg h4,
  .page-content h4 {
    font-size: 16px;
  }
}
.wysiwyg h4,
.page-content h4 {
  line-height: 1.6;
}
.wysiwyg p:not(:first-child),
.page-content p:not(:first-child) {
  margin-top: 20px;
}
.wysiwyg .wp-block-table,
.page-content .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar,
.page-content .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track,
.page-content .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb,
.page-content .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img,
.page-content img {
  max-width: 100%;
}
.wysiwyg img.aligncenter,
.page-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright,
.page-content img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft,
.page-content img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table,
.page-content table {
  width: 100%;
  border: 2px solid #e6e6e6;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.wysiwyg table thead,
.page-content table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th,
.page-content table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td,
.page-content table th,
.page-content table td {
  padding: 12px 12px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .wysiwyg table th,
  .wysiwyg table td,
  .page-content table th,
  .page-content table td {
    display: block;
    width: 100%;
  }
}
.wysiwyg table tbody tr th,
.page-content table tbody tr th {
  border-bottom: 2px solid #e6e6e6;
  vertical-align: middle;
}
.wysiwyg table tbody tr td,
.page-content table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child,
.page-content table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after,
.page-content table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th,
.page-content table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl,
.page-content dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd,
.page-content dt,
.page-content dd {
  padding: 12px;
  line-height: 1.6;
}
.wysiwyg dt,
.page-content dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote,
.page-content blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 48px;
  position: relative;
}
.wysiwyg blockquote::before,
.page-content blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after,
.page-content blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite,
.page-content blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before,
.page-content blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul,
.page-content ul {
  list-style: none;
}
.wysiwyg ol,
.page-content ol {
  list-style: none;
}
.wysiwyg ul li,
.wysiwyg ol li,
.page-content ul li,
.page-content ol li {
  line-height: 1.8;
}
.wysiwyg strong,
.page-content strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote,
  .page-content blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }
  .wysiwyg blockquote cite,
  .page-content blockquote cite {
    font-size: 12px;
  }
}
.wysiwyg__thumbnail,
.page-content__thumbnail {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
.breadcrumb {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px 0;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url("./assets/images/icon/arrow-right--minimum.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
}
@media screen and (max-width: 959px) {
  .breadcrumb li::after {
    margin: 0 10px;
  }
}
.breadcrumb li:last-child {
  opacity: 0.4;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.single__category {
  margin-bottom: 4px;
}
.single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.single__date {
  font-size: 16px;
}
.single__terms {
  margin-top: 10px;
}
.single__thumbnail {
  margin-top: 60px;
}
.single__thumbnail img {
  width: 100%;
}
.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 20px;
  }
  .single__date {
    font-size: 12px;
  }
  .single__terms a {
    font-size: 12px;
  }
}

.content-works__block:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .content-works__block:not(:first-child) {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-works__block:not(:first-child) {
    margin-top: 80px;
  }
}

/* タブ */
.works-tabs__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
}
.works-tabs__button {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .works-tabs__button {
    padding-top: calc(4 * 2 / 10 * 1vw);
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.works-tabs__button {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .works-tabs__button {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.works-tabs__button {
  border: 1px solid #15116e;
  background-color: #fff;
  color: #15116e;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .works-tabs__button {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .works-tabs__button {
    font-size: 14px;
  }
}
.works-tabs__button {
  letter-spacing: 0.08em;
}
.works-tabs__button:hover, .works-tabs__button.is-active {
  background-color: #15116e;
  color: #fff;
}
.works-tabs__button:focus-visible {
  outline: 3px solid rgba(255, 219, 0, 0.8);
  outline-offset: 2px;
}
.works-tabs__panels {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .works-tabs__panels {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .works-tabs__panels {
    margin-top: 14px;
  }
}
.works-tabs__panel {
  display: none;
}
.works-tabs__panel.is-active {
  display: block;
  -webkit-animation: worksTabFade 0.4s ease;
          animation: worksTabFade 0.4s ease;
}

@-webkit-keyframes worksTabFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes worksTabFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 支援実績 */
.works-results {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .works-results {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.works-results__item {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .works-results__item {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.works-results__item {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .works-results__item {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
.works-results__item {
  background-color: rgba(21, 17, 110, 0.03);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .works-results__item {
    padding: 24px 10px 16px;
  }
}
.works-results__label {
  position: relative;
  padding-bottom: 18px;
}
@media screen and (max-width: 959px) {
  .works-results__label {
    padding-bottom: calc(18 * 2 / 10 * 1vw);
  }
}
.works-results__label {
  color: #15116e;
}
@media screen and (max-width: 959px) {
  .works-results__label {
    padding-bottom: 14px;
  }
}
.works-results__label::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background-color: #ffd800;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.works-results__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0;
  color: #15116e;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .works-results__value {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .works-results__value {
    margin-top: 14px;
  }
}
.works-results__value strong {
  font-size: 48px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.works-results__value span {
  font-size: 15px;
  font-weight: 700;
}

/* 新規受注内容 */
.works-order {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .works-order {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
.works-order {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .works-order {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.works-order {
  background-color: #f9f9fc;
}
@media screen and (max-width: 959px) {
  .works-order {
    padding: 20px 20px;
  }
}
.works-order__list {
  padding-left: 1.3em;
}
.works-order__list li:not(:first-child) {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .works-order__list li:not(:first-child) {
    margin-top: calc(4 * 2 / 10 * 1vw);
  }
}

/* 代表事例 */
.works-cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.works-case {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 959px) {
  .works-case {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
.works-case {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .works-case {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.works-case {
  overflow: hidden;
  background-color: rgba(21, 17, 110, 0.06);
}
@media screen and (max-width: 959px) {
  .works-case {
    padding: 50px 20px 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.works-case__image {
  width: 28%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .works-case__image {
    width: 100%;
  }
}
.works-case__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-case__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .works-case__content {
    width: 100%;
  }
}
.works-case__number {
  position: absolute;
  font-family: "Roboto", sans-serif;
  top: 20px;
  right: 20px;
  z-index: 0;
  color: #fff;
  font-size: 70px;
}
@media screen and (max-width: 959px) {
  .works-case__number {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .works-case__number {
    font-size: 40px;
  }
}
.works-case__number {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .works-case__number {
    top: 8px;
    right: 10px;
  }
}
.works-case__company {
  display: inline-block;
  padding: 0 8px;
  background-color: #706ea6;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .works-case__company {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .works-case__company {
    font-size: 12px;
  }
}
.works-case__title {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .works-case__title {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.works-case__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #15116e;
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .works-case__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .works-case__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .works-case__title {
    margin-top: 6px;
  }
}
.works-case__details {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .works-case__details {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .works-case__details {
    margin-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.works-case__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .works-case__row {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .works-case__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }
}
.works-case__row:first-child {
  margin-top: 0;
}
.works-case__row dt {
  padding-right: 10px;
  border-right: 1px solid rgba(23, 18, 111, 0.35);
  color: #706ea6;
  width: 14%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .works-case__row dt {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .works-case__row dt {
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .works-case__row dt {
    width: 100%;
    border-right: unset;
    border-bottom: 1px solid rgba(23, 18, 111, 0.35);
    padding-bottom: 6px;
  }
}
.works-case__row dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .works-case__row dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .works-case__row dd {
    font-size: 13px;
  }
}

.bg-deco {
  position: relative;
}
.bg-deco__item {
  position: absolute;
  width: 15vw;
  max-width: 220px;
}
@media screen and (max-width: 959px) {
  .bg-deco__item {
    display: none;
  }
}
.bg-deco__item img {
  width: 100%;
}
.bg-deco__item.--right {
  right: 0;
  top: 10%;
}
.bg-deco__item.--left {
  left: 0;
  bottom: 10%;
}

body.body-lock {
  overflow: hidden;
}

.content-single {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .content-single {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-single {
    margin-top: 80px;
  }
}
.content-single .title h2 {
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .content-single .title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .content-single .title h2 {
    font-size: 24px;
  }
}
.content-single .title h2 {
  border-bottom: 1px solid #15116e;
  margin-bottom: 0;
}
.content-single .date {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .content-single .date {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.content-single .date {
  color: #706ea6;
  text-align: right;
  font-family: "Roboto", sans-serif;
}
.content-single__thumbnail {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .content-single__thumbnail {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-single__thumbnail {
    margin-top: 20px;
  }
}
.content-single__contents {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .content-single__contents {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-single__contents {
    margin-top: 20px;
  }
}
.content-single .page-button {
  margin-top: 20px;
}
.content-single .page-button a {
  margin: auto;
}

.list-button {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .list-button {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
.list-button {
  padding-top: 30px;
  border-top: 2px solid #15116e;
}
@media screen and (max-width: 959px) {
  .list-button {
    margin-top: 40px;
  }
}
.list-button ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .list-button ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.list-button ul li {
  border-radius: 6px;
  background-color: rgba(21, 17, 110, 0.04);
  width: 49%;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .list-button ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .list-button ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .list-button ul li {
    width: 100%;
  }
}
.list-button ul li a {
  padding: 16px 20px;
  display: block;
}
.list-button ul li p {
  margin-bottom: 0;
}
.list-button ul p {
  font-family: "Roboto", sans-serif;
  color: #706ea6;
}
.list-button ul .next p {
  text-align: right;
}

.content-contact .content {
  max-width: 1000px;
  margin: auto;
}
.content-contact .content__text {
  text-align: center;
}
.content-contact .content__text h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__text h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.content-contact .content__text h2 {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__text h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-contact .content__text h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .content-contact .content__text h2 {
    margin-bottom: 20px;
  }
}
.content-contact .content__text img {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__text img {
    margin-top: calc(20 * 2 / 10 * 1vw);
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-contact .content__text img {
    margin: 20px 0;
  }
}
.content-contact .content__form {
  margin-top: 50px;
}
.content-contact .content__form .wpcf7 {
  max-width: 800px;
  margin: auto;
}
.content-contact .content__form .wpcf7-checkbox {
  gap: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-contact .content__form .wpcf7-list-item {
  margin-left: 0;
}
.content-contact .content__form .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content-contact .content__form .wpcf7-list-item label input {
  width: 20px;
}
.content-contact .content__form .form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__form .form {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
.content-contact .content__form .form {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__form .form {
    padding-top: calc(50 * 2 / 10 * 1vw);
    padding-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.content-contact .content__form .form {
  background-color: rgba(21, 17, 110, 0.04);
}
@media screen and (max-width: 959px) {
  .content-contact .content__form .form {
    padding: 30px 20px;
  }
}
.content-contact .content__form p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__form p:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-contact .content__form p:not(:first-child) {
    margin-top: 14px;
  }
}
.content-contact .content__form .note {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__form .note {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-contact .content__form .note {
    font-size: 12px;
  }
}
.content-contact .content__form form input,
.content-contact .content__form form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__form form input,
  .content-contact .content__form form textarea {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.content-contact .content__form form input,
.content-contact .content__form form textarea {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__form form input,
  .content-contact .content__form form textarea {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.content-contact .content__form form input,
.content-contact .content__form form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__form form input,
  .content-contact .content__form form textarea {
    padding: 10px 10px;
  }
}
.content-contact .content__form .wpcf7-submit {
  cursor: pointer;
  background-color: #15116e;
  color: #fff;
}
.content-contact .content__note {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__note {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.content-contact .content__note {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-contact .content__note {
    font-size: 12px;
  }
}
.content-contact .content__note {
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .content-contact .content__note {
    margin-top: 30px;
  }
}
.content-contact .content__note strong {
  margin-bottom: 6px;
  display: block;
}
.content-contact .content__announce {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__announce {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-contact .content__announce {
  color: #aaa;
}
@media screen and (max-width: 959px) {
  .content-contact .content__announce {
    margin-top: 10px;
  }
}
.content-contact .content__announce p {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .content-contact .content__announce p {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-contact .content__announce p {
    font-size: 12px;
  }
}

.simple-box8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(21, 17, 110, 0.04);
  padding: 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 800px;
  border-radius: 6px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .simple-box8 {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .simple-box8 {
    font-size: 12px;
  }
}
.simple-box8 {
  margin: 50px auto !important;
}
.simple-box8 p {
  margin: 0px !important;
}/*# sourceMappingURL=style.css.map */