<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    background: url(../images/common_bg_sp2.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 641px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article &gt; * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

html {
  scroll-behavior: auto; /* デフォルトのスムーススクロールを無効化 */
}

.header {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .header {
    bottom: calc(-1vw - 2px);
  }
}
@media screen and (max-width: 1250px) {
  .header {
    bottom: calc(-1vw - 10px);
  }
}
@media screen and (max-width: 768px) {
  .header {
    background: none;
  }
}

.header.sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.header.header--relative {
  position: fixed;
  top: 0;
  bottom: auto;
  background: #fff;
}
.header.header--relative.shadow {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__wrap {
  display: grid;
  grid-template-columns: 398px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .header__wrap {
    grid-template-columns: 330px 1fr;
  }
}
@media screen and (max-width: 915px) {
  .header__wrap {
    max-width: 398px;
    width: 100%;
  }
}

.header__logo {
  background-color: #ea6c00;
  font-size: calc(1.6145833333vw + 3px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 0.462;
  letter-spacing: 0.1em;
  padding-block: 32.71px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 915px) {
  .header__logo {
    width: 100%;
  }
}

.header__logo--sp {
  display: inline-block;
  background-color: #ea6c00;
  max-width: 398px;
  width: 100%;
  padding: 8px 30px;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .header__logo--sp {
    max-width: calc(51.8229166667vw + 20px);
    padding: 8px 15px;
  }
}

.header__logo-title--sp {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__logo-title--sp {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 500px) {
  .header__logo-title--sp {
    font-size: 14px;
  }
}

.header__logo-name--sp {
  font-size: 51px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__logo-name--sp {
    font-size: 6.640625vw;
  }
}
@media screen and (max-width: 500px) {
  .header__logo-name--sp {
    font-size: 23px;
  }
}

.header__logo-title {
  font-size: 17px;
  line-height: 0.33;
  letter-spacing: normal;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__list li {
  padding: 0 25px;
}
.header__list li + li {
  border-left: 1.14px solid #ea6c00;
  padding: 0 25px;
}
.header__list li a {
  color: #211815;
  font-size: calc(1.1458333333vw + 3px);
  font-weight: bold;
}

.header__btn {
  background: #fff;
  border: 1px solid #fff;
  font-size: 20px;
}

.header__icon-mail {
  margin-left: 17px;
}

.mail_img {
  max-width: 35px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 35/34;
}
@media screen and (max-width: 768px) {
  .mail_img {
    max-width: 64px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 64/39;
  }
}

.header__icon-line {
  margin-left: 26px;
}

.line_img {
  max-width: 35px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 35/34;
}
@media screen and (max-width: 768px) {
  .line_img {
    max-width: 76px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 76/72;
  }
}

/* ==================================
# ハンバーガー
================================== */
.hamburger.is-active {
  top: 30px;
  right: 17px;
  width: 32px;
  height: 0;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 915px) {
  .hamburger.is-active {
    right: 20px;
  }
}
@media screen and (max-width: 428px) {
  .hamburger.is-active {
    right: 15px;
  }
}

.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4.5px;
  background-color: #ea6c00;
  -webkit-transition: 0.3s background-color, 0.3s -webkit-transform;
  transition: 0.3s background-color, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.3s background-color;
  transition: 0.3s transform, 0.3s background-color, 0.3s -webkit-transform;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 12px;
}

.hamburger span:nth-child(3) {
  top: 24px;
}

.hamburger.is-active span:nth-child(1) {
  width: 56px;
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ea6c00;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  width: 56px;
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ea6c00;
}

.menu-button {
  position: relative;
  z-index: 9999;
  top: 30px;
  right: 20px;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .menu-button {
    top: calc(3.90625vw - 5px);
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }
}
@media screen and (max-width: 375px) {
  .menu-button {
    width: 27px;
    height: 27px;
  }
}

.menu-button.mb-show {
  display: none;
}
@media screen and (max-width: 915px) {
  .menu-button.mb-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 6px;
  }
}

.menu-button.is-opened {
  border: 1px solid #ea6c00;
}

.menu-button__line,
.menu-button::before,
.menu-button::after {
  content: "";
  width: 7.2916666667vw;
  height: 4px;
  background-color: #ea6c00;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 375px) {
  .menu-button__line,
  .menu-button::before,
  .menu-button::after {
    width: 27px;
  }
}

.menu-button.is-opened .menu-button__line {
  opacity: 0;
}

.menu-button.is-opened::before {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.menu-button.is-opened::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 915px) {
  .menu-button--top {
    position: fixed;
    z-index: 9999;
    top: 30px;
    right: 20px;
    width: 7.2916666667vw;
    cursor: pointer;
  }
}
@media screen and (max-width: 375px) {
  .menu-button--top {
    width: 27px;
  }
}

/* ==================================
# ドロワー
================================== */
.drawer-menu {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 915px) {
  .drawer-menu__header {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu__header {
    margin-top: 20.8333333333vw;
  }
}
@media screen and (max-width: 428px) {
  .drawer-menu__header {
    margin-top: 18vw;
  }
}

.drawer-menu__header-logo--sp {
  display: inline-block;
  background-color: #ea6c00;
  width: 100%;
  padding: 8px 30px;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .drawer-menu__header-logo--sp {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-menu__header--wrap {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}

.drawer-menu__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/common_bg_4.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-y: scroll;
  padding: 0 30px;
}

.drawer-menu__container.c__flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.drawer-menu__items {
  max-width: 208px;
  width: 100%;
  position: relative;
  left: 12%;
}
@media screen and (max-width: 915px) {
  .drawer-menu__items {
    max-width: 268px;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu__items {
    max-width: 27.0833333333vw;
  }
}

.drawer-menu__item {
  border-bottom: 1px solid #ea6c00;
}

.drawer-menu__link {
  font-size: 4.6357615894vw;
  font-weight: 700;
  color: #211815;
  line-height: 4.229;
}

.drawer-menu__item:nth-child(1) .drawer-menu__link {
  letter-spacing: 0.2em;
}

.drawer-menu__item:nth-child(2) .drawer-menu__link {
  letter-spacing: 0.1em;
}

.drawer-menu__item:nth-child(3) .drawer-menu__link,
.drawer-menu__item:nth-child(4) .drawer-menu__link {
  letter-spacing: -0.05em;
}

.drawer-menu__icons {
  margin-top: 50px;
}

.drawer-menu__icon {
  color: #fff;
  font-size: 22px;
}

.drawer-menu__icon:not(:first-child) {
  margin-left: 20px;
}

.drawer-menu__img {
  max-width: 460px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 479/642;
}

.drawer-menu__contact {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  padding: 0 30px;
}

.drawer-menu__contact-mail,
.drawer-menu__contact-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer-menu__contact-mail {
  border: 1px solid #ea6c00;
  row-gap: 15px;
  padding: 20px 0 15px;
  position: relative;
}
.drawer-menu__contact-mail::after {
  position: absolute;
  content: "▶";
  font-size: 22px;
  top: 35%;
  right: 2vw;
  color: #ea6c00;
}

.drawer-menu__contact-line {
  border: 1px solid #00b900;
  margin-top: 10px;
  max-width: 600px;
  width: 100%;
  position: relative;
  padding: 20px 0 15px;
}
.drawer-menu__contact-line::after {
  position: absolute;
  content: "▶";
  font-size: 22px;
  top: 35%;
  right: 2vw;
  color: #00b900;
}
@media screen and (max-width: 768px) {
  .drawer-menu__contact-line {
    padding: 10px 15px;
  }
}

.drawer-menu__mail_img {
  max-width: 41px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 41/25;
}
@media screen and (max-width: 428px) {
  .drawer-menu__mail_img {
    max-width: 9.5794392523vw;
  }
}

.drawer-menu__line_img {
  max-width: 50px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 50/47;
}
@media screen and (max-width: 428px) {
  .drawer-menu__line_img {
    max-width: 11.6822429907vw;
  }
}

.drawer-menu__mail-text,
.drawer-menu__line-text {
  font-size: 3.6458333333vw;
  font-weight: 700;
  line-height: 1.324;
}

.drawer-menu__mail-text {
  color: #211815;
}

.drawer-menu__line-text {
  color: #00b900;
}

.mv {
  position: relative;
}

.mv__container {
  position: relative;
}

.mv__name-wrap {
  position: absolute;
  z-index: 1;
  bottom: 15%;
  padding-left: 5vw;
}
@media screen and (max-width: 1250px) {
  .mv__name-wrap {
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__name-wrap {
    padding-left: 13vw;
  }
}

.mv__name {
  font-size: 7.6041666667vw;
  font-weight: 900;
  line-height: 0.519;
  letter-spacing: 0.13em;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .mv__name {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 14.0625vw;
    line-height: 0.5222;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mv__name-title {
  font-size: 2.5520833333vw;
  line-height: 0.376;
  letter-spacing: normal;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .mv__name-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 4.6875vw;
    line-height: 0.3819;
    margin-left: 10vw;
  }
}

.active-reports {
  margin-top: 80px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .active-reports {
    margin-top: 10.4166666667vw;
  }
}

.active-reports__inner.top__inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .active-reports__inner.top__inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 428px) {
  .active-reports__inner.top__inner {
    padding: 0 20px;
  }
}

.active-reports__wrap {
  margin-top: 30px;
}

.active-reports__title {
  font-size: 5.2rem;
  line-height: 1.571;
  letter-spacing: 0.26em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .active-reports__title {
    font-size: 6.1197916667vw;
    line-height: 1.738;
  }
}

@media screen and (max-width: 768px) {
  .active-reports__fb-follow__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}

.active-reports__fb-follow {
  margin-top: 40px;
}
@media screen and (max-width: 428px) {
  .active-reports__fb-follow {
    margin-top: 20px;
  }
}

.facebook-icon__img {
  max-width: 46px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .facebook-icon__img {
    max-width: calc(5.9895833333vw + 5px);
  }
}

.active-reports__fb-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.639;
  letter-spacing: 0.26em;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .active-reports__fb-title {
    font-size: calc(3.3854166667vw + 5px);
  }
}

.active-reports__follow-link {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  background-color: #3366ac;
  border-radius: 8px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .active-reports__follow-link {
    max-width: 232px;
    width: calc(30.2083333333vw + 30px);
  }
}
@media screen and (max-width: 428px) {
  .active-reports__follow-link {
    margin-left: 10px;
  }
}

.active-reports__follow-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.308;
  color: #fff;
  padding: 0 20px;
}
.active-reports__follow-title svg {
  padding-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .active-reports__follow-title svg {
    padding: 0;
    width: calc(3.3854166667vw + 5px);
    height: calc(4.0364583333vw + 5px);
  }
}
@media screen and (max-width: 768px) {
  .active-reports__follow-title {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 428px) {
  .active-reports__follow-title {
    padding: 0;
  }
}

.achievements {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .achievements {
    margin-top: 40px;
  }
}

.achievements__wrap {
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  row-gap: 35px;
}
@media screen and (max-width: 1320px) {
  .achievements__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.term-result__button-title {
  max-width: 385px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 385/109;
}
@media screen and (max-width: 768px) {
  .term-result__button-title {
    width: 50.1302083333vw;
  }
}

.achievement__button-title {
  max-width: 430px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 430/113;
}
@media screen and (max-width: 768px) {
  .achievement__button-title {
    width: 55.9895833333vw;
  }
}

.top-section2 {
  position: relative;
  background: url(../images/common_bg_4.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top-section2::before {
  position: absolute;
  content: "";
  z-index: 1;
  background: url(../images/top_visual.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1191px;
  width: 50vw;
  height: 82.4479166667vw;
  bottom: -40%;
  left: 60%;
}
@media screen and (max-width: 1440px) {
  .top-section2::before {
    bottom: -35%;
  }
}
@media screen and (max-width: 768px) {
  .top-section2 {
    background: none;
  }
  .top-section2::before {
    position: static;
  }
}

.top-thoughts {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-thoughts {
    background: url(../images/common_bg_sp3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 20px;
  }
}

.top-thoughts__wrap {
  padding: 118px 52px;
  -webkit-box-shadow: 12px 12px 11px 0px rgba(0, 15, 16, 0.2);
          box-shadow: 12px 12px 11px 0px rgba(0, 15, 16, 0.2);
}
@media screen and (max-width: 1560px) {
  .top-thoughts__wrap {
    padding: 7.5641025641vw 3.3333333333vw;
  }
}

.top-thoughts__description {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5416666667;
}
@media screen and (max-width: 1560px) {
  .top-thoughts__description {
    font-size: 2.6923076923vw;
  }
}

.top-thoughts__description--sp {
  font-size: 5.2083333333vw;
  font-weight: 700;
  line-height: 1.5416666667;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  width: 30%;
  right: 10vw;
}

.top-thoughts__button {
  margin-top: 30px;
  font-weight: 700;
}
.top-thoughts__button svg {
  padding-top: 5px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .top-thoughts__button svg {
    margin-left: 10px;
  }
}
@media screen and (max-width: 428px) {
  .top-thoughts__button svg {
    padding: 0;
    width: 21px;
    height: 21px;
  }
}

@media screen and (max-width: 768px) {
  .top-thoughts__image img {
    max-width: 530px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 530/795;
  }
}

.top-profile {
  margin-top: 80px;
}
@media screen and (max-width: 1560px) {
  .top-profile {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 1320px) {
  .top-profile {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-profile {
    margin-top: 0;
  }
}

.top-profile__wrap {
  padding: 118px 52px;
}
@media screen and (max-width: 1560px) {
  .top-profile__wrap {
    padding: 7.5641025641vw 3.3333333333vw;
  }
}
@media screen and (max-width: 1320px) {
  .top-profile__wrap {
    padding: 56px 52px;
  }
}

.top-profile__description {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5416666667;
}
@media screen and (max-width: 1560px) {
  .top-profile__description {
    font-size: 2.6923076923vw;
  }
}

.top-profile__button {
  margin-top: 30px;
  font-weight: 700;
}
.top-profile__button svg {
  padding-top: 5px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .top-profile__button svg {
    margin-left: 10px;
  }
}
@media screen and (max-width: 428px) {
  .top-profile__button svg {
    padding: 0;
    width: 21px;
    height: 21px;
  }
}

.top-profile__button.button__wrap {
  padding: 17px;
}
@media screen and (max-width: 768px) {
  .top-profile__button.button__wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 428px) {
  .top-profile__button.button__wrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 375px) {
  .top-profile__button.button__wrap {
    padding: 10px 0;
  }
}

.top-profile__image {
  position: relative;
  left: 10vw;
}
.top-profile__image img {
  max-width: 551px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 551/826;
}

.top-profile__description--sp {
  font-size: 5.2083333333vw;
  font-weight: 700;
  line-height: 1.5416666667;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  width: 36%;
  left: 8vw;
}

.top-contacts {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-contacts {
    padding: 60px 35px;
  }
}
@media screen and (max-width: 428px) {
  .top-contacts {
    padding: 60px 25px;
  }
}

@media screen and (max-width: 768px) {
  .top-contacts__inner.top__inner {
    padding: 0;
  }
}

.top-contacts__wrap {
  padding: 0 52px;
  max-width: 949px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-contacts__wrap {
    padding: 0;
  }
}

.top-contacts__mail {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-contacts__mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #ea6c00;
    padding: 30px 0 20px;
    row-gap: 20px;
    position: relative;
  }
  .top-contacts__mail::after {
    position: absolute;
    content: "▶";
    font-size: 22px;
    top: 35%;
    right: 2vw;
    color: #ea6c00;
  }
}

.top-contacts__mail-img {
  max-width: 64px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 64/39;
}
@media screen and (max-width: 1320px) {
  .top-contacts__mail-img {
    width: 4.8484848485vw;
  }
}
@media screen and (max-width: 768px) {
  .top-contacts__mail-img {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .top-contacts__mail-img {
    max-width: 14.953271028vw;
  }
}

.top-contacts__line {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-contacts__line {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #00b900;
    padding: 20px;
    row-gap: 10px;
    position: relative;
  }
  .top-contacts__line::after {
    position: absolute;
    content: "▶";
    font-size: 22px;
    top: 35%;
    right: 2vw;
    color: #00b900;
  }
}

.top-contacts__line-img {
  max-width: 76px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 76/72;
}
@media screen and (max-width: 1320px) {
  .top-contacts__line-img {
    width: 5.7575757576vw;
  }
}
@media screen and (max-width: 768px) {
  .top-contacts__line-img {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .top-contacts__line-img {
    max-width: 17.7570093458vw;
  }
}

.top-contacts__mail-text {
  font-size: 2.4479166667vw;
  font-weight: 700;
  line-height: 1.209;
  letter-spacing: 0.136em;
  color: #211815;
  position: relative;
}
.top-contacts__mail-text::after {
  position: absolute;
  content: "▶";
  font-size: 28px;
  top: 25%;
  right: -3vw;
  color: #ea6c00;
}
@media screen and (max-width: 1320px) {
  .top-contacts__mail-text {
    font-size: 2.6515151515vw;
  }
  .top-contacts__mail-text::after {
    font-size: 2.1212121212vw;
  }
}
@media screen and (max-width: 768px) {
  .top-contacts__mail-text {
    font-size: 4.6875vw;
    line-height: 1.583;
    letter-spacing: 0.01em;
  }
  .top-contacts__mail-text::after {
    content: "";
  }
}
@media screen and (max-width: 375px) {
  .top-contacts__mail-text {
    font-size: 16px;
    line-height: 1.583;
    letter-spacing: 0.01em;
  }
}

.top-contacts__line-text {
  font-size: 2.4479166667vw;
  font-weight: 700;
  line-height: 1.209;
  color: #00b900;
  position: relative;
}
.top-contacts__line-text::after {
  position: absolute;
  content: "▶";
  font-size: 28px;
  top: 25%;
  right: -3.7vw;
  color: #00b900;
}
@media screen and (max-width: 1320px) {
  .top-contacts__line-text {
    font-size: 2.6515151515vw;
  }
  .top-contacts__line-text::after {
    font-size: 2.1212121212vw;
  }
}
@media screen and (max-width: 768px) {
  .top-contacts__line-text {
    font-size: 4.6875vw;
    line-height: 1.583;
    letter-spacing: 0.01em;
  }
  .top-contacts__line-text::after {
    content: "";
  }
}

.thoughts {
  padding: 88px 0 80px;
  background: url(../images/common_bg_4.webp);
  background-position: top left;
  background-size: contain;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .thoughts {
    background: none;
    padding: 44px 0 80px;
  }
}

.thoughts__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.thoughts__box {
  background-image: linear-gradient(45deg, rgb(239, 239, 239), rgb(255, 255, 255) 43%, rgb(239, 239, 239) 100%, rgb(255, 255, 255) 68%);
}
@media screen and (max-width: 768px) {
  .thoughts__box {
    padding: 0 50px;
    background: url(../images/common_bg_sp3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (max-width: 428px) {
  .thoughts__box {
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .thoughts__box:not(:first-child) {
    margin-top: 7.8125vw;
  }
}

.thoughts__box.thoughts__box--white {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 12px 12px 11px 0px rgba(0, 15, 16, 0.2);
          box-shadow: 12px 12px 11px 0px rgba(0, 15, 16, 0.2);
}
@media screen and (max-width: 768px) {
  .thoughts__box.thoughts__box--white {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .thoughts__box.thoughts__box--white {
    padding: 0 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: url(../images/common_bg_sp3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (max-width: 428px) {
  .thoughts__box.thoughts__box--white {
    padding: 0 20px;
  }
}

.thoughts__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 92px 50px 53px;
  -webkit-column-gap: 51px;
     -moz-column-gap: 51px;
          column-gap: 51px;
}
@media screen and (max-width: 768px) {
  .thoughts__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.2083333333vw 6.5104166667vw 6.9010416667vw;
    background-image: linear-gradient(45deg, rgb(239, 239, 239), rgb(255, 255, 255) 43%, rgb(239, 239, 239) 100%, rgb(255, 255, 255) 68%);
  }
}
.thoughts__box-wrap.thoughts__box-wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .thoughts__box-wrap.thoughts__box-wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.thoughts__box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 318px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thoughts__box-image {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.thoughts__box-icon-img {
  max-width: 82px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .thoughts__box-icon-img {
    width: 10.6770833333vw;
  }
}

.thoughts__box-icon-img.icon-img--industry {
  max-width: 96px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thoughts__box-icon-img.icon-img--industry {
    width: 12.5vw;
  }
}

.thoughts__box-icon-img.icon-img--sports {
  max-width: 115px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thoughts__box-icon-img.icon-img--sports {
    width: 14.9739583333vw;
  }
}

.thoughts__box-thoughts-img {
  max-width: 318px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 318/199;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .thoughts__box-thoughts-img {
    max-width: 550px;
    margin-top: 4.8177083333vw;
  }
}

.thoughts__box-img-text {
  font-size: 2.43rem;
  font-weight: 400;
  line-height: 1.316;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .thoughts__box-img-text {
    font-size: 3.6458333333vw;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .thoughts__box-description {
    max-width: 550px;
    width: 100%;
  }
}

.thoughts__box-title {
  font-size: 4.5rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #ea6c00;
}
@media screen and (max-width: 1440px) {
  .thoughts__box-title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .thoughts__box-title {
    font-size: 5.859375vw;
    line-height: 1.333;
    margin-top: 30px;
  }
}
@media screen and (max-width: 428px) {
  .thoughts__box-title {
    margin-top: 18px;
  }
}

.thoughts__box-title.community-text {
  letter-spacing: -0.06em;
}

@media screen and (max-width: 768px) {
  .thoughts__box-text-wrap {
    margin-top: 27px;
  }
}
@media screen and (max-width: 428px) {
  .thoughts__box-text-wrap {
    margin-top: 18px;
  }
}

.thoughts__box-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.005rem;
  max-width: 879px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thoughts__box-text {
    font-size: 4.1666666667vw;
  }
}
.thoughts__box-items {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .thoughts__box-items {
    margin-top: 15px;
  }
}

.thoughts__box-item {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.833;
  letter-spacing: -0.02em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .thoughts__box-item {
    font-size: 3.90625vw;
  }
}

.thoughts__box-dic {
  color: #9fa0a0;
  margin-right: 5px;
}

.profile__wrap-inner {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.profile__wrap {
  background: url(../images/common_bg_5.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.profile__post-box {
  margin-top: 51px;
  padding: 57px 0 60px;
  background-image: linear-gradient(45deg, rgb(239, 239, 239), rgb(255, 255, 255) 43%, rgb(239, 239, 239) 100%, rgb(255, 255, 255) 68%);
  -webkit-box-shadow: 12px 12px 11px 0px rgba(0, 15, 16, 0.2);
          box-shadow: 12px 12px 11px 0px rgba(0, 15, 16, 0.2);
}
@media screen and (max-width: 1440px) {
  .profile__post-box {
    padding: 3.9583333333vw 0 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .profile__post-box {
    margin-top: 6.640625vw;
    padding: 33px 0;
  }
}

.profile__post-title {
  font-size: 3.4rem;
  line-height: 0.971;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .profile__post-title {
    font-size: 2.3611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .profile__post-title {
    font-size: 4.4270833333vw;
  }
}

.profile__post-title::before,
.profile__post-title::after {
  background-color: #ea6c00;
  content: "";
  height: 3px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .profile__post-title::before,
  .profile__post-title::after {
    width: 22.5260416667vw;
  }
}

.profile__post-title::before {
  margin-right: 27px;
}

.profile__post-title::after {
  margin-left: 27px;
}

.profile__post-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  max-width: 1280px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .profile__post-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    max-width: 600px;
    width: 78.125vw;
    margin: 25px auto 0;
  }
}

.profile__post-item {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.185;
}
@media screen and (max-width: 1440px) {
  .profile__post-item {
    font-size: calc(2.2222222222vw + 3px);
  }
}
@media screen and (max-width: 768px) {
  .profile__post-item {
    font-size: 4.1666666667vw;
  }
}

.profile__main {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .profile__main-contents {
    margin-top: 20px;
  }
}

.profile__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile__content {
  max-width: 660px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .profile__content {
    max-width: 100%;
    width: 100%;
  }
}

.profile__content-title {
  font-size: 3.2rem;
  line-height: 2.125;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .profile__content-title {
    font-size: calc(2.2222222222vw + 3px);
  }
}
@media screen and (max-width: 768px) {
  .profile__content-title {
    font-size: 4.1666666667vw;
  }
}

.profile__content-title.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .profile__content-title.md-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.profile__content-title::after {
  background-color: #ea6c00;
  content: "";
  height: 3px;
  width: 250px;
  margin-left: 27px;
}
@media screen and (max-width: 1440px) {
  .profile__content-title::after {
    width: 24.4140625vw;
  }
}
@media screen and (max-width: 768px) {
  .profile__content-title::after {
    width: calc(72vw - 10px);
  }
}

@media screen and (max-width: 640px) {
  .profile__content-title::after {
    width: calc(72vw - 40px);
  }
}
.profile__content-item-content,
.profile__content-item-title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .profile__content-item-content,
  .profile__content-item-title {
    font-size: calc(1.6666666667vw + 3px);
  }
}
@media screen and (max-width: 768px) {
  .profile__content-item-content,
  .profile__content-item-title {
    font-size: 3.515625vw;
    letter-spacing: -0.06em;
  }
}

.profile__content-item-title {
  line-height: 2.75;
}
@media screen and (max-width: 768px) {
  .profile__content-item-title {
    line-height: 1.963;
  }
}

.profile__content-item-content {
  display: inline-block;
  text-indent: 0em;
  padding-left: 1em;
}

@media screen and (max-width: 1440px) {
  .profile-early {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .profile-early {
    margin-top: 40px;
  }
}

.profile-early__inner {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.profile-early__title {
  font-size: 3.4rem;
  line-height: 0.971;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .profile-early__title--sp {
    max-width: 520px;
    width: 67.7083333333vw;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 4.4270833333vw;
    line-height: 0.971;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #ea6c00;
  }
  .profile-early__title--sp.md-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.profile-early__title::before,
.profile-early__title::after {
  background-color: #ea6c00;
  content: "";
  height: 3px;
  width: 250px;
}

.profile-early__title::before {
  margin-right: 27px;
}

.profile-early__title::after {
  margin-left: 27px;
}

.timeline {
  width: 100%;
  max-width: 1500px;
  margin: 72px 0 165px;
}
@media screen and (max-width: 768px) {
  .timeline {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.timeline__list {
  background-image: linear-gradient(45deg, rgb(239, 239, 239), rgb(255, 255, 255) 43%, rgb(239, 239, 239) 100%, rgb(255, 255, 255) 68%);
  background-size: 225px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .timeline__list {
    background-image: none;
  }
}

.timeline__list::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 82%;
  bottom: 0;
  width: 225px;
  -webkit-box-shadow: 12px 12px 11px 0px rgba(0, 15, 16, 0.2);
          box-shadow: 12px 12px 11px 0px rgba(0, 15, 16, 0.2);
}
@media screen and (max-width: 768px) {
  .timeline__list::after {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .timeline__list.md-show {
    display: block;
  }
}

.timeline__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  font-size: 16px;
  -webkit-column-gap: 66px;
     -moz-column-gap: 66px;
          column-gap: 66px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .timeline__list-item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.timeline__list-item:last-child .timeline__date-wrap::after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 85.7%;
  top: 72px;
  background: #ea6c00;
  width: 4px;
  height: 90%;
}
@media screen and (max-width: 768px) {
  .timeline__list-item:last-child .timeline__date-wrap::after {
    left: 47.7%;
    top: 2vw;
    height: 109%;
  }
}
@media screen and (max-width: 428px) {
  .timeline__list-item:last-child .timeline__date-wrap::after {
    left: 40.7%;
  }
}

.timeline__date-wrap {
  max-width: 225px;
  width: 100%;
  position: relative;
  z-index: -2;
}
.timeline__date-wrap::after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 85.7%;
  top: 72px;
  background: #ea6c00;
  width: 4px;
  height: 130%;
}
@media screen and (max-width: 768px) {
  .timeline__date-wrap {
    width: 7%;
  }
  .timeline__date-wrap::after {
    left: 47.7%;
    top: 2.5vw;
    height: 113%;
  }
}
@media screen and (max-width: 768px) and (max-width: 428px) {
  .timeline__date-wrap::after {
    left: 40.7%;
    height: 115%;
  }
}

.timeline__date {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .timeline__date {
    padding-top: 0;
  }
}

.timeline__date p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #211815;
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .timeline__date p {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.031;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
    top: -10px;
  }
}
@media screen and (max-width: 428px) {
  .timeline__date p {
    font-size: 24px;
  }
}

.timeline__date .cycle {
  width: 20px;
  height: 20px;
  background-color: #ea6c00;
  border-radius: 10px;
  position: relative;
}
.timeline__date .cycle::before {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #211815;
  height: 1px;
  width: 81px;
  top: 44%;
  left: -15px;
}
@media screen and (max-width: 428px) {
  .timeline__date .cycle {
    top: -5px;
  }
}

.timeline__content {
  position: relative;
  max-width: 1172px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media screen and (max-width: 768px) {
  .timeline__content {
    display: block;
    max-width: 597px;
  }
}

.timeline__content-wrap {
  background-color: #c8c8c9;
  margin-top: 20px;
}

.timeline__img {
  max-width: 420px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 420/315;
}
@media screen and (max-width: 768px) {
  .timeline__img {
    max-width: 291px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 291/213;
  }
}

.timeline__description {
  max-width: 908px;
  width: 100%;
}

.timeline__description .timeline__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.031;
  letter-spacing: 0.05em;
  color: #ea6c00;
}

@media screen and (max-width: 768px) {
  .timeline__title {
    font-size: 3.90625vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #ea6c00;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .timeline__title p {
    max-width: 305px;
    width: 39.7135416667vw;
    padding: 0 7.5520833333vw;
  }
}
@media screen and (max-width: 428px) {
  .timeline__title p {
    font-size: 14px;
    padding: 0 1.552083vw;
  }
}

.timeline__description .timeline__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .timeline__description .timeline__text {
    font-size: 3.90625vw;
    line-height: 1.5;
  }
}

.timeline__list-item:last-child .timeline__content::after {
  height: 45%;
}

.achievement {
  background: url(../images/common_bg_4.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 915px) {
  .achievement {
    background: none;
  }
}

.achievement__wrap {
  padding-bottom: 76px;
  padding-top: 88px;
}

.detail {
  padding-bottom: 130px;
  background: url(../images/common_bg_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .detail {
    background: none;
    padding-bottom: 30px;
  }
}

.detail__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .detail__inner {
    padding: 0 30px;
  }
}

.detail__wrap {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .detail__wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.detail__img {
  max-width: 900px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/500;
}

.detail__title {
  font-size: 3.6rem;
  line-height: 1.25;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .detail__title {
    font-size: 6.5104166667vw;
  }
}

.detail__content {
  font-size: 1.8rem;
  line-height: 1.889;
  margin-top: 18px;
}

.term-result {
  background: url(../images/common_bg_4.webp);
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .term-result {
    background: none;
  }
}

.term-result__wrap {
  padding-bottom: 76px;
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  .term-result__wrap {
    padding-bottom: 9.8958333333vw;
    padding-top: 11.4583333333vw;
  }
}

@media screen and (max-width: 750px) {
  .term-result__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.term-result__categories-info {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .term-result__categories-info {
    font-size: calc(2.5vw + 3px);
  }
}
@media screen and (max-width: 768px) {
  .term-result__categories-info {
    font-size: calc(5.9895833333vw - 4px);
    line-height: 1.2;
    max-width: 643px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }
}
@media screen and (max-width: 428px) {
  .term-result__categories-info {
    font-size: 5.9895833333vw;
  }
}

.term-result__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .term-result__categories {
    gap: 10px;
  }
}
.term-result__category {
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .term-result__category {
    width: 42.96875vw;
  }
}

.term-result__category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  height: 60px;
  padding: 2px 16px 0;
  font-size: 26px;
  line-height: 1.292;
  border: 1px solid #ea6c00;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .term-result__category a {
    font-size: 3.90625vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 400px) {
  .term-result__category a {
    font-size: 15px;
  }
}

.btn-triangle-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid #ea6c00;
  border-right: 8.5px solid transparent;
  border-left: 8.5px solid transparent;
  border-bottom: 0 solid transparent;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn-triangle-bottom::after {
    border-top: calc(1.5625vw + 2px) solid #ea6c00;
    border-right: calc(1.1067708333vw + 2.5px) solid transparent;
    border-left: calc(1.1067708333vw + 2.5px) solid transparent;
    right: calc(3.515625vw - 3px);
  }
}

.btn-triangle-bottom:hover::after {
  border-top: 9px solid #fff;
}

.term-result__category--active a {
  background-color: #ea6c00;
  color: white;
  cursor: default;
}

.term-result__category--active .btn-triangle-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid #fff;
  border-right: 8.5px solid transparent;
  border-left: 8.5px solid transparent;
  border-bottom: 0 solid transparent;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .term-result__category--active .btn-triangle-bottom::after {
    border-top: calc(1.5625vw + 2px) solid #fff;
    border-right: calc(1.1067708333vw + 2.5px) solid transparent;
    border-left: calc(1.1067708333vw + 2.5px) solid transparent;
    right: calc(3.515625vw - 3px);
  }
}

.term-result__category a:hover {
  background-color: #ea6c00;
  color: white;
  opacity: 1;
}

.term-result__arrow-wrap {
  margin-top: 30px;
}

.term-result__cards-wrap {
  margin-top: 33px;
}

.term-result__none-text {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .term-result__none-text {
    font-size: 5.7291666667vw;
  }
}

.term-result__arrow-img {
  max-width: 34px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 34/25;
}

.term-result-detail {
  padding-bottom: 130px;
  background: url(../images/common_bg_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.term-result-detail__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.term-result-detail__wrap {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-top: 70px;
}

.term-result-detail__img {
  max-width: 900px;
  width: 100%;
  height: auto;
  aspect-ratio: 900/540;
}

.term-result-detail__title {
  font-size: 3.6rem;
  line-height: 1.25;
  margin-top: 41px;
}

.term-result-detail__content {
  font-size: 1.8rem;
  line-height: 1.889;
  margin-top: 18px;
}

.p-contact {
  background: url(../images/common_bg_5.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-contact__inner {
  width: 100%;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px 100px;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    max-width: 100%;
    padding: 0;
  }
}

.p-form {
  padding: 128px 158px;
  background-image: linear-gradient(45deg, rgb(239, 239, 239), rgb(255, 255, 255) 43% 68%, rgb(239, 239, 239));
}
@media screen and (max-width: 768px) {
  .p-form {
    padding: 128px 52px;
  }
}
@media screen and (max-width: 428px) {
  .p-form {
    padding: 55px 15px 100px;
  }
}

.p-form__item {
  margin-top: 45px;
}

.p-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-form__title {
    width: 100%;
    padding: 0 10px;
  }
}
.p-form__title span {
  display: inline-block;
  padding: 2px 7px;
  color: #fff;
  font-size: 12px;
  background-color: #ea6c00;
  border-radius: 1px;
  margin-left: 10px;
}

.p-form__title--type02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-form__title--type02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-form__title--type03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-form__title--aiStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-form__input {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
  }
}

.p-formInput input::-webkit-input-placeholder, .p-formTextarea textarea::-webkit-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input::-moz-placeholder, .p-formTextarea textarea::-moz-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input:-ms-input-placeholder, .p-formTextarea textarea:-ms-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input::-ms-input-placeholder, .p-formTextarea textarea::-ms-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 0.25px solid #eeefef;
  background-color: #eeefef;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-formInput input {
    width: 100%;
    height: 50px;
    margin-left: 0;
    padding-left: 15px;
  }
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 2px solid #b5b5b5;
}

.p-formInput--sm input {
  width: 350px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-formInput--sm input {
    width: 100%;
  }
}

.p-formInput__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formInput__post input {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-formInput__post input {
    width: 100%;
  }
}

.p-formInput__address {
  margin-top: 10px;
}

.p-formInput__address input {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-formInput__address input {
    width: 100%;
  }
}

.p-formInput--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formInput--tel &gt; * {
  min-width: 0;
}

.p-formInput--tel input {
  width: 94px;
  max-width: 100%;
}

.p-formInput--tel .tel--bar {
  padding: 4px;
  font-size: 2.2rem;
  font-weight: bold;
}

.p-formSelect select {
  width: 250px;
  max-width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .p-formSelect select {
    width: 100%;
    height: 50px;
  }
}

.p-formSelect select:focus {
  outline: 2px solid #b5b5b5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formDate__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-formDate__flex {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-formDate__flex + .p-formDate__flex {
  margin-top: 20px;
}

.p-formDate__label {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-form__dataBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-form__dataBlockFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__dataBlockFlex + .p-form__dataBlockFlex {
  margin-top: 20px;
}

.p-form__dataBlockLabel {
  width: 80px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-form__dataBlockLabel {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-form__dataBlockDate {
    width: 100%;
  }
}

.p-formCalendar {
  position: relative;
}

.p-formCalendar input {
  width: 250px;
  height: 60px;
  padding-left: 20px;
  padding-right: 5px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
}
@media screen and (max-width: 768px) {
  .p-formCalendar input {
    width: 100%;
    height: 50px;
  }
}

.p-formCalendar input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
  z-index: 1;
}

@-moz-document url-prefix() {
  .p-formCalendar input {
    background: none;
  }
  .p-formCalendar::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"&gt;&lt;path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"&gt;&lt;/path&gt;&lt;/svg&gt;') no-repeat center center/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-55%);
    pointer-events: none;
  }
}
.p-formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .Android .p-formCalendar input {
    padding-left: 15px;
  }
}

.p-formCalendar input:focus {
  outline: 2px solid #b5b5b5;
}

@media screen and (max-width: 768px) {
  .p-form__dataBlockSelect {
    width: 100%;
  }
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
  color: #333;
}

.p-formNumber__txt {
  font-size: 16px;
}

.p-formNumber__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-formNumber__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-formNumber__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formNumber__blockLabel01 {
  margin-right: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-formNumber__blockLabel01 {
    width: 55px;
  }
}

.p-formNumber__blockLabel01 {
  font-size: 16px;
}

.p-formNumber__blockInput {
  width: 150px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-formNumber__blockInput {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}

.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-formCheckbox input + span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 35px;
  font-size: 16px;
  cursor: pointer;
}

.p-formCheckbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-formCheckbox input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 8px;
  height: 13px;
  margin-top: -8px;
  border-right: 3px solid blue;
  border-bottom: 3px solid blue;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-formCheckbox input:checked + span::after {
  opacity: 1;
}

.p-formRadio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-formRadio--vertical .wpcf7-radio {
  display: block;
}

.p-formRadio .wpcf7-list-item {
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-formRadio input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  cursor: pointer;
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-formRadio input + span::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-right: 0.5em;
  margin-bottom: auto;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.p-formRadio input:checked + span::before {
  background-color: blue;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.p-formFile .wpcf7-form-control-wrap {
  display: block;
}

.p-formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 20px;
}

.p-formFile input {
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
}

.p-formTextarea textarea {
  width: 100%;
  min-height: 350px;
  padding-top: 10px;
  padding-left: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-formTextarea textarea {
    width: 100%;
    min-height: 300px;
    margin-left: 0;
    padding-left: 15px;
  }
}

.p-form__privacy {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-form__privacy {
    text-align: left;
    padding: 0 10px;
  }
}
@media screen and (max-width: 428px) {
  .p-form__privacy {
    font-size: 17px;
  }
}
@media screen and (max-width: 375px) {
  .p-form__privacy {
    font-size: 14px;
  }
}

.p-form__privacy a {
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #000000;
}

.p-form__acceptance {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form__acceptance {
    text-align: left;
  }
}

.p-form__submit {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form__submit {
    margin-top: 30px;
  }
}

.p-formBtn input {
  max-width: 320px;
  width: 100%;
  padding: 28px 0;
  border: none;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  background-color: #ea6c00;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.p-formBtn input:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
@media screen and (min-width: 768px) {
  .p-formBtn input:disabled:hover {
    cursor: not-allowed;
  }
}
@media screen and (min-width: 768px) {
  .p-formBtn input:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px 10px;
  border-color: #2c94de;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px 10px;
  border-color: red;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

.privacy-policy {
  background: #ea6c00 url(../images/common_bg_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.privacy-policy__inner {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.privacy-policy__container {
  background: url(../images/common_bg_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 100px 40px 65px;
}
.privacy-policy__container::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #ea6c00;
  top: 0;
  left: 0;
  width: 100%;
  height: 427px;
}
@media screen and (max-width: 428px) {
  .privacy-policy__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.privacy-policy__title-wrap {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__title-wrap {
    padding-top: 120px;
  }
}
@media screen and (max-width: 428px) {
  .privacy-policy__title-wrap {
    padding-top: 20px;
  }
}

.privacy-policy__title {
  font-size: 57px;
  line-height: 0.667;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .privacy-policy__title {
    font-size: 7.421875vw;
  }
}

.privacy-policy__subtitle {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.152;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__subtitle {
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 428px) {
  .privacy-policy__subtitle {
    margin-top: 20px;
  }
}

.privacy-policy__description {
  max-width: 1500px;
  width: 100%;
  margin: 40px auto 0;
  padding: 69px 100px 130px;
}
.privacy-policy__description p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.583;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .privacy-policy__description p {
    font-size: 3.515625vw;
  }
}
.privacy-policy__description p:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__description {
    padding: 69px 90px 130px;
  }
}
@media screen and (max-width: 500px) {
  .privacy-policy__description {
    padding: 40px 20px 100px;
  }
}
@media screen and (max-width: 428px) {
  .privacy-policy__description {
    margin-top: 20px;
  }
}

.footer {
  background-color: #ea6c00;
  padding: 56px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 37px 8.4635416667vw 0;
  }
}
@media screen and (max-width: 428px) {
  .footer {
    padding: 37px 6.46vw 0;
  }
}

.footer__inner {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
}

.footer__wrap {
  -webkit-column-gap: 74px;
     -moz-column-gap: 74px;
          column-gap: 74px;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .footer__wrap.md-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}

.footer__wrap.c__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer__wrap.c__flex.footer--vw {
  padding-right: 25vw;
}

.footer__wrap.c__grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__description {
  text-align: center;
  font-weight: 700;
}

.footer__title {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.3em;
  background-color: #fff;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 3.90625vw;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 428px) {
  .footer__title {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.footer__office {
  font-size: 3.85rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .footer__office {
    font-size: calc(2.6736111111vw - 5px);
  }
}
@media screen and (max-width: 768px) {
  .footer__office {
    font-size: 9.1145833333vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 428px) {
  .footer__office {
    font-size: 8.1775700935vw;
  }
}

.footer__access {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.392;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__access {
    letter-spacing: 0;
  }
}

.footer__address {
  font-size: 1.58rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 428px) {
  .footer__address {
    font-size: 3.738317757vw;
  }
}

.footer__telephone {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__telephone {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .footer__telephone p {
    font-size: calc(4.1666666667vw - 2px);
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 428px) {
  .footer__telephone p {
    font-size: 3.738317757vw;
    letter-spacing: 0.01em;
  }
}

small.tel {
  font-size: 1.58rem;
}

small.fax {
  font-size: 1.58rem;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  small.fax {
    margin-left: 0;
  }
}

.footer__contents-wrap {
  margin-top: 16px;
}

.footer__contents {
  max-width: 356px;
  width: 100%;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    max-width: 100%;
  }
}

.footer__content {
  font-size: 1.768rem;
  line-height: 1.917;
}
.footer__content a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__content {
    font-size: calc(5.1106770833vw - 5px);
    line-height: 1.917;
  }
}

.copyright {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .copyright {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 0;
    padding: 20px 0 25px;
    text-align: center;
  }
}
@media screen and (max-width: 428px) {
  .copyright {
    font-size: 3.1vw;
  }
}

.footer__map {
  max-width: 460px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__map {
    max-width: 145px;
  }
}
@media screen and (max-width: 428px) {
  .footer__map {
    max-width: 115px;
  }
}

@media screen and (max-width: 1335px) {
  .footer__map.c__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 5px;
  }
}

.footer__map-icon-img {
  max-width: 37px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 36/46;
}
@media screen and (max-width: 1080px) {
  .footer__map-icon-img {
    max-width: 3.4259259259vw;
  }
}

@media screen and (max-width: 1335px) {
  .footer__map-icon-img {
    max-width: 27px;
  }
}
@media screen and (max-width: 768px) {
  .footer__map-icon-img {
    max-width: 6.1197916667vw;
  }
}
.footer__map-wrap {
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__map-wrap {
    max-width: 676px;
    width: 100%;
  }
}

.footer__map-frame {
  max-width: 375px;
  width: 100%;
  height: 261px;
}
@media screen and (max-width: 1080px) {
  .footer__map-frame {
    height: 24.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__map-frame {
    max-width: 676px;
    width: 100%;
    height: 60.9375vw;
  }
}

.footer__map-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__map-icon p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2.625;
  color: #fff;
}
@media screen and (max-width: 428px) {
  .footer__map-icon p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .footer__map-icon p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1335px) {
  .footer__map-icon {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media screen and (max-width: 768px) {
  .footer__map-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__img {
  max-width: 1055px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 1055/1583;
}

.inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.top__inner {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.c__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c__flex--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c__flex--sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c__bg--45 {
  background-image: linear-gradient(45deg, rgb(239, 239, 239), rgb(255, 255, 255) 43% 68%, rgb(239, 239, 239));
}

.c__bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(239, 239, 239)), color-stop(43%, rgb(255, 255, 255)), to(rgb(239, 239, 239)));
  background-image: linear-gradient(90deg, rgb(239, 239, 239), rgb(255, 255, 255) 43% 68%, rgb(239, 239, 239));
}

.c__font-21 {
  font-size: 2.1rem;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .c__font-21 {
    font-size: 2.734375vw;
  }
}

.c__font-36 {
  font-size: 3.6rem;
  line-height: 1.2;
}

.c__font-45 {
  font-size: 4.5rem;
  line-height: 1.2;
}

.c__font-49 {
  font-size: 4.9rem;
  line-height: 1.2;
}

.c__font-65 {
  font-size: 6.5rem;
  line-height: 1.2;
}

.c__width-686 {
  max-width: 687px;
  width: 100%;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 1440px) {
  .c__width-686 {
    width: 47.7083333333vw;
  }
}
@media screen and (max-width: 1320px) {
  .c__width-686 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c__width-686 {
    width: 100%;
    padding: 50px 25px;
  }
}

.c__relative-1 {
  position: relative;
  z-index: -1;
}

.c__gap--80 {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.c__gap--35 {
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}

.c__overflow {
  overflow-x: clip;
}

.button__wrap {
  background-color: #ea6c00;
  max-width: 454px;
  width: 100%;
  padding: 17px 35px 17px 50px;
}
@media screen and (max-width: 768px) {
  .button__wrap {
    margin: 0 auto;
    border-radius: 10px;
    max-width: 620px;
    padding: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 428px) {
  .button__wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .button__wrap {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .button__inner {
    padding: 38px 0;
  }
}
@media screen and (max-width: 428px) {
  .button__inner {
    padding: 18px 0;
  }
}

.button__link {
  font-size: 2.1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0.685;
  letter-spacing: 0.1em;
  color: #fff;
  max-width: 454px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .button__link {
    font-size: 4.1666666667vw;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 0.468;
    letter-spacing: 0;
    max-width: 620px;
    margin: 0 auto;
  }
}

.button__link.c__ls0 {
  letter-spacing: 0;
}

.term-result__container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.card__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  -webkit-column-gap: 39px;
     -moz-column-gap: 39px;
          column-gap: 39px;
}
@media screen and (max-width: 768px) {
  .card__items {
    grid-template-columns: 1fr;
    padding: 0 65px;
  }
}
@media screen and (max-width: 428px) {
  .card__items {
    padding: 0 25px;
  }
}

.card__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin: 0 auto;
  margin-bottom: 44px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 15px 20px 25px;
}
@media screen and (max-width: 768px) {
  .card__item {
    max-width: 625px;
    width: 100%;
    height: 90.4947916667vw;
    padding-bottom: 3.2552083333vw;
    margin-bottom: 5.7291666667vw;
  }
}

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

.card__title {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card__title {
    font-size: 5.7291666667vw;
  }
}

.card__item-img {
  margin-top: 10px;
  max-width: 400px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/300;
}
@media screen and (max-width: 768px) {
  .card__item-img {
    max-width: 100%;
  }
}

.card__detail-button {
  text-align: center;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .card__detail-button {
    margin-top: 2.9947916667vw;
  }
}

.card__detail-link {
  font-size: 2.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 0.6852;
  letter-spacing: 0.1em;
  color: #211815;
}
@media screen and (max-width: 768px) {
  .card__detail-link {
    font-size: 3.90625vw;
  }
}

.arrow {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .arrow {
    margin-left: 0;
  }
}

.arrow--orange {
  color: #ea6c00;
}

.c__ml10 {
  margin-left: 10px;
}

.page-header {
  padding-top: 9vw;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding-top: 0;
  }
}

.page-header.page-header--achievement {
  padding-top: 12vw;
}
@media screen and (max-width: 768px) {
  .page-header.page-header--achievement {
    padding-top: 0;
  }
}

.page-header__mv {
  width: 100%;
}

.page-header__mv-wrap {
  height: inherit;
}

.page-header__mv-description-wrap {
  padding-bottom: 4.1666666667vw;
}

.page-header__mv-title {
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.917;
  letter-spacing: 0.416em;
}
@media screen and (max-width: 1250px) {
  .page-header__mv-title {
    font-size: 4.8vw;
  }
}

.mv-title--term-result {
  line-height: 1.75;
  letter-spacing: 0.416em;
}

.page-header__mv-subtitle {
  font-size: 6.95rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.654;
  letter-spacing: 0.056em;
}
@media screen and (max-width: 1250px) {
  .page-header__mv-subtitle {
    font-size: 5.52vw;
  }
}

.page-header__mv-text {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 68px;
}
@media screen and (max-width: 1250px) {
  .page-header__mv-text {
    font-size: 1.6vw;
  }
}

.page-header__mv-img {
  position: relative;
  padding-left: 13.5416666667vw;
}
@media screen and (max-width: 1530px) {
  .page-header__mv-img {
    padding-left: 3.541667vw;
  }
}
@media screen and (max-width: 768px) {
  .page-header__mv-img {
    padding: 0;
  }
}

.page-header__mv-img.mv-img--term-result {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-header__mv-img::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(235, 234, 234)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 234, 234) 100%);
  height: 22vw;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page-header__mv-img::before {
    background: none;
  }
}

.page-header__header-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-header__header-image {
    position: static;
  }
}

.page-header__header-img {
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-header__mv-description--sp {
    text-align: center;
    margin-top: 33px;
  }
}

@media screen and (max-width: 768px) {
  .page-header__mv-title--sp {
    font-size: 7.9427083333vw;
    line-height: 1.209;
    letter-spacing: 0.287em;
  }
}

@media screen and (max-width: 768px) {
  .page-header__mv-subtitle--sp {
    font-size: 8.3333333333vw;
    font-weight: bold;
    line-height: 1.152;
    letter-spacing: 0.136em;
  }
}
.page-header__mv-subtitle--sp .c__ls24 {
  letter-spacing: -0.024em;
}

.fixed-page__header {
  height: 36.8229166667vw;
  padding-top: 3vw;
}
@media screen and (max-width: 768px) {
  .fixed-page__header {
    padding-top: 0;
    height: 100vw;
  }
}

.fixed-page__header.header--thoughts {
  height: auto;
  padding-top: 4.5vw;
}
@media screen and (max-width: 768px) {
  .fixed-page__header.header--thoughts {
    padding-top: 0;
  }
}

.fixed-page__header.header--profile {
  height: auto;
}
@media screen and (max-width: 768px) {
  .fixed-page__header.header--profile {
    padding-top: 0;
  }
}

.fixed-page__header.header--contact {
  padding-top: 0;
}

.fixed-page__header-mv {
  height: inherit;
}

.fixed-page__header-mv-wrap {
  height: inherit;
}

.fixed-page__header__mv-img {
  position: relative;
  padding-left: 13.5416666667vw;
}
@media screen and (max-width: 1080px) {
  .fixed-page__header__mv-img {
    padding-left: 5.541667vw;
  }
}
@media screen and (max-width: 915px) {
  .fixed-page__header__mv-img {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-page__header__mv-img {
    padding-left: 0;
  }
}

.fixed-page__header-description--contact {
  position: absolute;
  top: 50%;
  left: 20%;
}

.fixed-page__header-description.description--profile {
  bottom: 12%;
}

.fixed-page__header-title {
  color: #ea6c00;
  font-size: 3.5rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  border-bottom: 3px solid #ea6c00;
  display: inline-block;
}
.fixed-page__header-title--contact {
  font-size: 5.3rem;
  line-height: 0.633;
  letter-spacing: 0.056em;
}

@media screen and (max-width: 1440px) {
  .fixed-page__header-title--contact {
    font-size: 3.6805555556vw;
  }
}
.fixed-page__header-subtitle {
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.04em;
  margin-top: 45px;
}

.fixed-page__header-text {
  max-width: 815px;
  width: 40.5vw;
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .fixed-page__header-text {
    width: 54vw;
  }
}
@media screen and (max-width: 768px) {
  .fixed-page__header-text {
    width: 100%;
    margin: 0;
  }
}

.fixed-page__header-text p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .fixed-page__header-text p {
    font-size: 1.8518518519vw;
  }
}

.fixed-page__header-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fixed-page__header-image {
    position: static;
    top: 0;
  }
}

.fixed-page__header__mv-img.page-img--profile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100%;
  padding-bottom: 3vw;
}

.fixed-page__header__mv-img.page-img--contact {
  position: relative;
  height: 100%;
}

.fixed-page__header__mv-img.page-img--thoughts::before,
.fixed-page__header__mv-img.page-img--profile::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(235, 234, 234)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 234, 234) 100%);
  height: 23vw;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fixed-page__header__mv-img.page-img--thoughts::before,
  .fixed-page__header__mv-img.page-img--profile::before {
    background: none;
  }
}

.fixed-page__header__mv-img.page-img--contact::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(235, 234, 234)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 234, 234) 100%);
  height: 440px;
  width: 100%;
  bottom: 16%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fixed-page__header__mv-img.page-img--contact::before {
    position: static;
  }
}

.fixed-page__header-image--contact {
  padding-right: 260px;
}

@media screen and (max-width: 1670px) {
  .fixed-page__header-image--contact {
    padding-right: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fixed-page__header-image--contact {
    padding-right: 0;
  }
}
.fixed-page__header-img--contact {
  max-width: 707px;
  width: 36.8vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 707/701;
}
@media screen and (max-width: 768px) {
  .fixed-page__header-img--contact {
    max-width: 100%;
    width: 100vw;
  }
}

.fixed-page__header-description--sp {
  margin-top: 20px;
  padding-left: 5vw;
}

.fixed-page__container--sp {
  margin-top: 50px;
  padding: 0 50px;
}
@media screen and (max-width: 428px) {
  .fixed-page__container--sp {
    padding: 0 25px;
  }
}

.container-contact--sp {
  padding: 35px;
}

.fixed-page__header-title--sp {
  font-size: 3.90625vw;
  line-height: 1.798;
  letter-spacing: 0.01em;
  color: #ea6c00;
  border-bottom: 3px solid #ea6c00;
  display: inline-block;
  max-width: 246px;
  width: 32.03125vw;
}

.fixed-page__header-subtitle--sp {
  font-size: 5.9895833333vw;
  font-weight: bold;
  line-height: 1.413;
  letter-spacing: 0.056em;
}

.fixed-page__header-text--sp {
  font-size: 4.1666666667vw;
  font-weight: 400;
  line-height: 1.719;
  letter-spacing: 0.038em;
  margin-top: 23px;
}

.fixed-page__header-title--contact--sp {
  text-align: center;
  font-size: 5.9895833333vw;
  line-height: 1.413;
  letter-spacing: 0.056em;
}

.c-box {
  position: relative;
  -webkit-box-shadow: 12px 12px 11px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 12px 12px 11px 0px rgba(0, 0, 0, 0.2);
}

.c-box::after {
  position: absolute;
  content: "▶";
  font-family: Arial, sans-serif;
  top: calc(35% + 25px);
  right: 0;
  padding-right: 36px;
  font-size: 3rem;
  color: #ea6c00;
}
@media screen and (max-width: 1080px) {
  .c-box::after {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-box::after {
    top: 15vw;
  }
}
@media screen and (max-width: 428px) {
  .c-box::after {
    font-size: calc(3.2552083333vw + 5px);
  }
}

.c-box .c__font-36 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-box .c__font-36 {
    font-size: 4.6875vw;
  }
}

@media screen and (max-width: 768px) {
  .c-box .c__font-45 {
    font-size: calc(5.859375vw + 1px);
  }
}

@media screen and (max-width: 768px) {
  .c-box .c__font-49 {
    font-size: calc(6.3802083333vw + 1px);
  }
}

@media screen and (max-width: 768px) {
  .c-box .c__font-65 {
    font-size: 8.59375vw;
  }
}

.c-box__category {
  -webkit-box-shadow: 7px 7px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 2px 0px rgba(0, 0, 0, 0.1);
}

.c-box__link {
  font-size: 3.3rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #211815;
}

.c-box__link .c__font-36 {
  font-weight: 500;
}

.c-box__link .c__font-65 {
  font-weight: 700;
}

.detail__header {
  max-width: 833px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .detail__header-inner {
    padding: 0 16.2760416667vw;
  }
}

.detail__header-title {
  font-size: 4rem;
  line-height: 1.2;
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 11px #ea6c00;
  border-bottom: solid 11px #ea6c00;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__header-title {
    border-top: solid 7px #ea6c00;
    border-bottom: solid 7px #ea6c00;
  }
}

.detail__header-title--upper {
  font-size: 5.9895833333vw;
  line-height: 1.393;
  letter-spacing: 0.896em;
}

.detail__header-title--upper.c__ls416,
.detail__header-title--upper .c__ls416 {
  letter-spacing: 0.416em;
}

.detail__header-title--down {
  font-size: 7.03125vw;
  line-height: 1.203;
  letter-spacing: 0.136em;
}

.detail__header-title--down .c__ls236 {
  letter-spacing: 0.236em;
}

.detail__header-title--down .c__ls56 {
  letter-spacing: 0.056em;
}

/* // ページネーションの要素を横並びにする */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin-top: 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .nav-links {
    margin-top: 9.8958333333vw;
    gap: 15px;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #211815;
  gap: 10px;
  font-size: 2.9rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-numbers {
    font-size: 18px;
  }
}

/* // 現在のページ番号のCSS（色を反転させている） */
.page-numbers.current {
  color: #ea6c00;
}

.page-numbers.prev,
.page-numbers.next {
  background-color: transparent;
  color: #ea6c00;
  font-size: 2.2rem;
  position: relative;
  padding-left: 10px;
}

.page-numbers.next::before,
.page-numbers.prev::before {
  position: absolute;
  content: "|";
  top: 0;
  color: #211815;
  font-weight: bold;
  -webkit-transform: translate(50%, 15%);
          transform: translate(50%, 15%);
}

.page-numbers.next::before {
  left: 0;
}

.page-numbers.prev::before {
  right: 0;
}

/* スワイパーで使うクラス */
.swiper-parent {
  position: relative;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
}

.swiper-slide__img {
  max-width: 420px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 420/315;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.swiper-slide:hover .swiper-slide__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-parent .swiper-button-next,
.swiper-parent .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ea6c00;
}
@media screen and (max-width: 768px) {
  .swiper-parent .swiper-button-next,
  .swiper-parent .swiper-button-prev {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 428px) {
  .swiper-parent .swiper-button-next,
  .swiper-parent .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}

.swiper-parent .swiper-button-next {
  margin-right: -5vw;
}
@media screen and (max-width: 640px) {
  .swiper-parent .swiper-button-next {
    margin-right: calc(-12vw + 30px);
  }
}
@media screen and (max-width: 540px) {
  .swiper-parent .swiper-button-next {
    margin-right: calc(-12vw + 30px);
  }
}
@media screen and (max-width: 428px) {
  .swiper-parent .swiper-button-next {
    margin-right: -12vw;
  }
}

.swiper-parent .swiper-button-prev {
  margin-left: -5vw;
}
@media screen and (max-width: 640px) {
  .swiper-parent .swiper-button-prev {
    margin-left: calc(-12vw + 30px);
  }
}
@media screen and (max-width: 540px) {
  .swiper-parent .swiper-button-prev {
    margin-left: calc(-12vw + 30px);
  }
}
@media screen and (max-width: 428px) {
  .swiper-parent .swiper-button-prev {
    margin-left: -12vw;
  }
}

.swiper-parent .swiper-button-next::after,
.swiper-parent .swiper-button-prev::after {
  display: none;
}

.swiper-parent .swiper-button-next i,
.swiper-parent .swiper-button-prev i {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 428px) {
  .swiper-parent .swiper-button-next i,
  .swiper-parent .swiper-button-prev i {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.md-show--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show--inline {
    display: inline;
  }
}

.md-show--ib {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show--ib {
    display: inline-block;
  }
}

@media screen and (max-width: 915px) {
  .mb-none {
    display: none;
  }
}

.mb-show {
  display: none;
}
@media screen and (max-width: 915px) {
  .mb-show {
    display: block;
  }
}

@media screen and (max-width: 428px) {
  .sm-none {
    display: none;
  }
}

.sm-show {
  display: none;
}
@media screen and (max-width: 428px) {
  .sm-show {
    display: block;
  }
}

/* 初期設定 */
button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  /* height: unset;
  max-height: unset; */
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* モーダルのスタイル ============ */
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}
dialog.js-show::backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* モーダル枠組みのスタイル */
  max-width: 1920px;
  width: 95%;
  max-height: 90vh;
  background: rgba(234, 108, 0, 0.59);
}

.modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 40px 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.modal__body iframe {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .modal__body iframe {
    height: 100vh;
  }
}

/* 閉じるボタンのスタイル ========== */
.modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  font-size: 24px;
}

.c__hight {
  height: 241px;
}
@media screen and (max-width: 768px) {
  .c__hight {
    height: 31.3802083333vw;
  }
}</pre></body></html>