@charset "UTF-8";
/*
Theme Name: PHOENIX
*/
body {
  font-size: 16px;
  color: #181818;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  overflow-x: visible !important;
}
body.is-checked {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sm {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .sm {
    display: none;
  }
}

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

.lg {
  display: none;
}
@media screen and (min-width: 900px) {
  .lg {
    display: inline;
  }
}

.xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .xl {
    display: inline;
  }
}

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

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

@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 80px;
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .heading {
    gap: 8px;
  }
}

.l__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-en {
  color: #c9241f;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 40px;
  line-height: var(--Static-Display-Medium-Line-Height, 52px); /* 130% */
}
@media screen and (min-width: 768px) {
  .title-en {
    font-size: 60px;
  }
}

.l__fv {
  padding-top: 40px;
  height: 220px;
  position: relative;
}
.l__fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #c9241f;
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0 100%);
  width: 91.16%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l__fv::before {
    width: 91.32%;
    padding-top: 36px;
  }
}
.l__fv::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 107px;
  background: url(../img/l-fv-line1-sm.png) no-repeat center center/contain;
  width: 172px;
  height: 330px;
}
@media screen and (min-width: 768px) {
  .l__fv::after {
    left: 350px;
    background: url(../img/l-fv-line1.png) no-repeat center center/contain;
    width: 331px;
    height: 238px;
  }
}
@media screen and (min-width: 900px) {
  .l__fv::after {
    left: 600px;
    width: 300px;
    height: 218px;
  }
}
@media screen and (min-width: 768px) {
  .l__fv {
    padding-top: 36px;
    height: 270px;
  }
}

.l__fv-line-head::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 57px;
  background: url(../img/l-fv-line2-sm.png) no-repeat center center/contain;
  width: 167px;
  height: 286px;
}
@media screen and (min-width: 768px) {
  .l__fv-line-head::before {
    left: 200px;
    background: url(../img/l-fv-line2.png) no-repeat center center/contain;
    width: 290px;
    height: 192px;
  }
}
@media screen and (min-width: 900px) {
  .l__fv-line-head::before {
    left: 469px;
    width: 295px;
    height: 172px;
  }
}

.l__fv-line-footer::after {
  content: "";
  position: absolute;
  bottom: -52px;
  left: 0;
  background: url(../img/l-fv-line3-sm.png) no-repeat center center/contain;
  width: 68px;
  height: 142px;
}
@media screen and (min-width: 768px) {
  .l__fv-line-footer::after {
    background: url(../img/l-fv-line3.png) no-repeat center center/contain;
    width: 219px;
    height: 137px;
  }
}
@media screen and (min-width: 768px) {
  .l__fv-texts {
    padding-left: 8px;
  }
}

.l__fv-text {
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  position: relative;
  z-index: 3;
}

.l__fv-label {
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l__fv-label {
    font-size: 30px;
  }
}

.l__fv-title {
  color: #fff;
  font-size: min(28px, 7.46vw);
  font-weight: 700;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .l__fv-title {
    font-size: min(60px, 4.68vw);
    margin-top: 4px;
    line-height: 100%;
  }
}
.l__fv-description {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.l__fv-img {
  position: absolute;
  bottom: -56px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l__fv-img {
    bottom: -23px;
  }
}
.l__fv-img img {
  width: min(187px, 49.8vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l__fv-img img {
    max-width: 637px;
    width: 49.76vw;
  }
}
.l__fv-img--big {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l__fv-img--big {
    display: block;
  }
}

.title-ja {
  color: #c9241f;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .title-ja {
    font-size: 28px;
  }
}

.l__title-en {
  color: #c9241f;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 58px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .l__title-en {
    font-size: 80px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
  }
}

.l__title-ja {
  color: #c9241f;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l__title-ja {
    font-size: 28px;
    font-weight: 500;
    line-height: 160%; /* 44.8px */
  }
}

.l__title-en--big {
  color: #c9241f;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 58px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .l__title-en--big {
    font-size: 100px;
    letter-spacing: 6px;
    text-transform: capitalize;
  }
}

.l__title-ja--small {
  color: #c9241f;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l__title-ja--small {
    font-size: 20px;
    font-weight: 500;
  }
}

/* 初期状態 */
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* 表示時 */
.fade-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
Theme Name: PHOENIX
*/
.cta__button-link,
.l-contact__link,
.flow__link {
  color: #fff;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  padding: 16px 30px;
  text-align: left;
  max-width: 270px;
  width: 100%;
  border-radius: 100px;
  background: #c9241f;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.cta__button-link::after,
.l-contact__link::after,
.flow__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/link-icon.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .cta__button-link::after,
  .l-contact__link::after,
  .flow__link::after {
    right: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .cta__button-link,
  .l-contact__link,
  .flow__link {
    padding: 24px 60px;
    max-width: 340px;
    font-size: 18px;
    margin-top: 20px;
  }
}
.cta__button-link:hover,
.l-contact__link:hover,
.flow__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #9f1917;
}
@media screen and (min-width: 768px) {
  .cta__button-link:hover::after,
  .l-contact__link:hover::after,
  .flow__link:hover::after {
    right: 36px;
  }
}

.more-link__black {
  display: inline-block;
  padding: 10px;
  background: #181818;
  width: 158px;
  color: #fff;
  font-family: "GFS Didot", serif;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-link__black::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .more-link__black::after {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .more-link__black {
    width: 200px;
    padding: 12px;
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .more-link__black:hover {
    background: #c9241f;
  }
  .more-link__black:hover::after {
    right: -20px;
  }
}

.more-link__red {
  display: inline-block;
  padding: 12px;
  background: transparent;
  border: 1px solid #c9241f;
  width: 190px;
  color: #c9241f;
  font-family: "GFS Didot", serif;
  font-size: 14px;
  letter-spacing: 1.12px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-link__red::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #c9241f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .more-link__red::after {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .more-link__red {
    width: 192px;
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .more-link__red:hover {
    color: #fff;
    background: #c9241f;
  }
  .more-link__red:hover::after {
    right: -20px;
    background: #fff;
  }
}

.more-link__white {
  display: inline-block;
  padding: 9px;
  background: transparent;
  border: 1px solid #fff;
  width: 178px;
  color: #fff;
  font-family: "GFS Didot", serif;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
.more-link__white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 72px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .more-link__white::after {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .more-link__white {
    width: 192px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .more-link__white:hover {
    background: #fff;
    color: #c9241f;
  }
  .more-link__white:hover::after {
    right: -20px;
    background: #c9241f;
  }
}

.lecture__button {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .lecture__button {
    margin-top: 60px;
  }
}

.lecture__more-link {
  color: #fff;
  display: block;
  margin-left: auto;
  font-family: "GFS Didot", serif;
  width: 136px;
  font-size: 18px;
  line-height: 160%;
  padding-right: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lecture__more-link {
    font-size: 20px;
    width: 175px;
  }
}
.lecture__more-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 130px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .lecture__more-link:hover::after {
    left: 20px;
  }
}

.partners__item-more {
  margin-top: 8px;
  display: block;
  margin-left: auto;
  font-family: "GFS Didot", serif;
  width: 107px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  padding-right: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .partners__item-more {
    width: 107px;
    margin-top: 0;
  }
  .partners__item-more:hover::after {
    left: 20px;
  }
}
.partners__item-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #181818;
  width: 107px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .partners__item-more::after {
    width: 107px;
  }
}

.l-contact__link {
  border-radius: 100px;
  border: 1px solid #fff;
  background: transparent;
  padding: 20px 0px 20px min(50px, 10.33vw);
  max-width: 308px;
}
@media screen and (min-width: 768px) {
  .l-contact__link {
    padding: 21px 60px;
    max-width: 353px;
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__link::after {
    right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__link:hover::after {
    right: 56px;
  }
}

.flow__link {
  max-width: 285px;
}
@media screen and (min-width: 768px) {
  .flow__link {
    max-width: 370px;
  }
  .flow__link::after {
    right: 60px;
  }
  .flow__link:hover::after {
    right: 56px;
  }
}

.floating {
  position: fixed;
  right: 26px;
  bottom: 50px;
  width: 410px;
  max-height: 128px;
  opacity: 0;
  background: url(../img/floating-bg.png) no-repeat center center/contain;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .floating.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}

.floating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.floating__img img {
  width: 117px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 0 0 8px;
}

.floating__body {
  padding: 12px 16px;
  color: #fff;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.floating__title {
  color: #fff;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  font-size: 12px;
  text-align: center;
  position: relative;
}
.floating__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(55deg);
          transform: translateY(-50%) rotate(55deg);
}
.floating__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(-55deg);
          transform: translateY(-50%) rotate(-55deg);
}

.floating__btn {
  display: inline-block;
  gap: 18px;
  margin-top: 8px;
  padding: 15px 30px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  border-radius: 8px;
  background: #c9241f;
  -webkit-box-shadow: 0 4px 0 0 #9f1917;
          box-shadow: 0 4px 0 0 #9f1917;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/link-icon.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .floating__btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .floating__btn:hover::after {
    right: 20px;
  }
}

.floating__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.floating__arrow img {
  width: 16px;
  height: 16px;
}

/*
Theme Name: PHOENIX
*/
.header {
  height: 54px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .header {
    height: 86px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    margin-inline: auto;
    padding-inline: 40px;
  }
}

.header__logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo a img {
  width: 36px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 80px;
  }
}
.header__logo a:hover {
  opacity: 0.7;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    gap: 27px;
  }
}

.header__item {
  position: relative;
}

.header__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header__link:hover {
    color: #c9241f;
  }
}

.header__icon img {
  width: 11px;
  display: block;
}

.header__dropdown {
  position: absolute;
  top: 54px;
  right: -240px;
  width: 500px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 40px 44px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .header__dropdown {
    width: 672px;
  }
}
.header__dropdown::before {
  content: "";
  position: absolute;
  top: -45px; /* ← 空白を覆う高さ */
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
}

/* 表示状態 */
.header__item.is-open .header__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__dropdown-lead {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}

.header__dropdown-links {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.header__dropdown-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 18px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__dropdown-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c9241f;
  border-radius: 4px;
  width: 10px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .header__dropdown-link:hover {
    color: #c9241f;
  }
}

.header__buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header__button {
  color: #fff;
  font-weight: 700;
  padding-inline: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  height: 86px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__button-application {
  background: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__button-application:hover {
    background: rgb(39.3, 39.3, 39.3);
    -webkit-box-shadow: 0 8px 20px rgba(24, 24, 24, 0.3);
            box-shadow: 0 8px 20px rgba(24, 24, 24, 0.3);
  }
}

.header__button-contact {
  background: #c9241f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__button-contact:hover {
    background: rgb(221.9422413793, 45.9896551724, 40.6577586207);
    -webkit-box-shadow: 0 8px 20px rgba(201, 36, 31, 0.3);
            box-shadow: 0 8px 20px rgba(201, 36, 31, 0.3);
  }
}

.drawer-icon {
  width: 32px;
  height: 26px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: #181818;
  border-radius: 2px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-child(2) {
  top: 12px;
}
.drawer-icon__bar:nth-child(3) {
  top: 24px;
}

.drawer-content {
  position: fixed;
  top: 54px;
  right: 0;
  width: 100%;
  height: calc(100vh - 54px);
  padding: 40px 24px;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: transparent;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: var(--text, #181818);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 800;
}

.drawer-overlay.is-active {
  pointer-events: auto;
}

body.is-checked .header {
  background: transparent;
}

body.is-checked .drawer-icon__bar {
  background: #fff;
}

body.is-checked .drawer-overlay {
  opacity: 0.8;
  visibility: visible;
  pointer-events: auto; /* ← これで背面操作完全ブロック */
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-inline: auto;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .drawer-content__menu {
    max-width: 400px;
  }
}

.drawer-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer-item__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .drawer-item__title {
    font-size: 18px;
  }
}

.drawer-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-item__icon img {
  width: 11px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer-item__body {
  margin-top: 16px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.drawer-item__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding-left: 44px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .drawer-item__link {
    font-size: 18px;
  }
}
.drawer-item__link::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #c9241f;
}

.drawer__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .drawer__link {
    font-size: 18px;
  }
}

.drawer-item.is-open .drawer-item__body {
  max-height: 120px;
}
@media screen and (min-width: 768px) {
  .drawer-item.is-open .drawer-item__body {
    max-height: 130px;
  }
}
.drawer-item.is-open .drawer-item__icon img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.drawer-content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.drawer-content__apply,
.drawer-content__contact {
  color: #fff;
  font-size: min(14px, 3.73vw);
  font-weight: 700;
  line-height: normal;
  padding: 10px 18px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .drawer-content__apply,
  .drawer-content__contact {
    font-size: 18px;
  }
}

.drawer-content__apply {
  background: #181818;
}

.drawer-content__contact {
  background: #c9241f;
}

/*
Theme Name: PHOENIX
*/
.footer {
  padding-top: 70px;
  background: url(../img/footer-bg-sm.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 120;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 122px;
    background: url(../img/footer-bg.jpg) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding-inline: 22px;
  }
}

/* 左エリア */
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}
@media screen and (min-width: 768px) {
  .footer__menus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    gap: 23px;
  }
}

.footer__menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__menu a {
    font-size: 16px;
    position: relative;
  }
  .footer__menu a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.footer__menu a:hover::after {
  width: 100%;
}

.footer__bottom {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 84px;
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    margin-top: 124px;
    margin-bottom: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.footer__privacy {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    font-size: 16px;
  }
}
.footer__privacy:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .footer__right {
    margin-left: auto;
  }
}

.footer__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__logo img {
  width: 56px;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 85px;
  }
}
.footer__logo:hover {
  opacity: 0.7;
}

.footer__address {
  margin-top: 20px;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-top: 30px;
    font-size: 16px;
  }
}

.footer__tel {
  text-decoration: underline;
}

/* コピーライト（赤帯） */
.footer__copyright {
  background: #c9241f;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
    padding-block: 18px;
  }
}

/*
Theme Name: PHOENIX
*/
.fv__swiper {
  margin-top: 32px;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  z-index: 20;
  /* スライドの動き等速 */
}
.fv__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fv__slide {
  display: block;
  background: #fff;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 290px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fv__slide:hover .fv__slide-icon img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.fv__slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 137px;
  width: 100%;
  height: 100%;
  aspect-ratio: 290/137;
}

.fv__slide-body {
  background: #fff;
  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;
  gap: 8px;
  border-radius: 0 0 10px 10px;
  padding-block: 8px;
}

.fv__slide-title {
  color: #c9241f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.fv__slide-icon {
  line-height: 1;
}
.fv__slide-icon img {
  width: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.column__swiper {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .column__swiper {
    margin-top: 10px;
  }
}
.column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .column__item {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) {
  .column__item:hover .column__item-img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .column__item:hover .column__item-title {
    color: #c9241f;
  }
}

.column__item-img {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .column__item-img {
    width: 100%;
    aspect-ratio: 340/200;
  }
}
.column__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.voice__swiper .swiper-slide {
  width: 260px;
}
@media screen and (min-width: 768px) {
  .voice__swiper .swiper-slide {
    width: 358px;
  }
}

.voice__card-img {
  width: 100%;
  aspect-ratio: 26/16;
}
@media screen and (min-width: 768px) {
  .voice__card-img {
    aspect-ratio: 358/172;
  }
}
.voice__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper__container {
  position: relative;
}

.theme__swiper-sm {
  margin-top: 60px;
}
.theme__swiper {
  margin-top: 60px;
}
.theme__stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.theme__card {
  border-radius: 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme__card:hover .theme__card-more::after {
  right: -20px;
}

.theme__card-img {
  clip-path: ellipse(100% 80% at 0% 50%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .theme__card-img {
    width: 200px;
  }
}
.theme__card-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.theme__card-body {
  padding: 22px 18px 20px;
}
@media screen and (min-width: 768px) {
  .theme__card-body {
    padding: 44px 24px 26px;
  }
}

.theme__card-title {
  color: #c9241f;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .theme__card-title {
    font-size: 20px;
  }
}

.theme__card-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .theme__card-text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.theme__card-more {
  margin-top: 8px;
  font-family: "GFS Didot", serif;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  padding-right: 36px;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .theme__card-more {
    margin-top: 18px;
  }
}
.theme__card-more::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  background: #181818;
  width: 106px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-swiper-button-prev,
.theme-swiper-button-next {
  width: 36px;
  height: 24px;
  background: #181818;
  position: absolute;
  bottom: -48px;
  z-index: 10;
  cursor: pointer;
}

.theme-swiper-button-prev {
  left: 12px;
}
.theme-swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/button-prev.png) no-repeat center center/contain;
  width: 10px;
  height: 10px;
}

.theme-swiper-button-next {
  right: 12px;
}
.theme-swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/button-next.png) no-repeat center center/contain;
  width: 10px;
  height: 10px;
}

/*
Theme Name: PHOENIX
*/
.flow {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 84px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .flow__heading {
    gap: 18px;
  }
}

@media screen and (min-width: 768px) {
  .flow__title-ja {
    font-size: 16px;
  }
}

.flow__steps {
  margin-top: 32px;
  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;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__steps {
    gap: 11px;
    max-width: 274px;
  }
}
@media screen and (min-width: 768px) {
  .flow__steps {
    max-width: 360px;
    gap: 24px;
  }
}
@media screen and (min-width: 900px) {
  .flow__steps {
    gap: 0;
    margin: 74px auto 0;
    max-width: 912px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flow__steps::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 18px;
  width: 2px;
  height: 90%;
  background: #c99c52;
}
@media screen and (min-width: 768px) {
  .flow__steps::before {
    left: 40px;
    top: 10px;
  }
}
@media screen and (min-width: 900px) {
  .flow__steps::before {
    content: "";
    position: absolute;
    top: 53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: #c99c52;
  }
}

.flow__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .flow__step {
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .flow__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.flow__circle {
  color: #fff;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  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;
  background: #c99c52;
  border: 4px solid #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .flow__circle {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 900px) {
  .flow__circle {
    margin-inline: auto;
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
}
.flow__circle::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  border: 4px solid #c99c52;
  z-index: -1;
}
.flow__step-title {
  color: #c99c52;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .flow__step-title {
    margin-top: 8px;
    font-size: 20px;
  }
}

.flow__step-text {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .flow__step-text {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .flow__step-text {
    text-align: center;
  }
}

.flow__btn-wrap {
  margin-top: 78px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__btn-wrap {
    margin-top: 60px;
  }
}

/*
Theme Name: PHOENIX
*/
.seminar__wrap {
  background: #fff;
}

.seminar__items {
  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;
  gap: 60px;
  padding-top: 76px;
  padding-bottom: 88px;
  position: relative;
  z-index: 1;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .seminar__items {
    gap: 100px;
  }
}
.seminar__items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/seminar__items-bg-sm.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .seminar__items::after {
    background: url(../img/seminar__items-bg.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .seminar__item {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .seminar__item:nth-child(odd) {
    padding-right: 42px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__item:nth-child(even) .seminar__item-head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .seminar__item:nth-child(even) .seminar__item-num {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .seminar__item:nth-child(even) .seminar__item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.seminar__item:nth-child(even) .seminar__item-img::after {
  left: -20px;
  bottom: -24px;
}
@media screen and (min-width: 768px) {
  .seminar__item:nth-child(even) .seminar__item-img::after {
    left: -44px;
    bottom: -44px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__item:nth-child(even) {
    padding-left: 42px;
  }
}

.seminar__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.seminar__item-num {
  color: #c9241f;
  font-family: "Geologica", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .seminar__item-num {
    font-size: 80px;
  }
}

.seminar__item-lead {
  color: #c9241f;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .seminar__item-lead {
    font-size: 32px;
  }
}

.seminar__item-content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .seminar__item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.seminar__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
}
@media screen and (min-width: 768px) {
  .seminar__item-text {
    font-size: 16px;
    font-weight: 500;
  }
}

.seminar__item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  background: #f8f8f8;
  padding: 10px 16px;
  margin-block: 16px;
}
@media screen and (min-width: 768px) {
  .seminar__item-lists {
    padding: 10px 30px;
  }
}

.seminar__item-list {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%; /* 28px */
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .seminar__item-list {
    font-size: 16px;
    padding-left: 24px;
  }
}
.seminar__item-list::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #181818;
}

.seminar__item-img {
  position: relative;
  z-index: 1;
}
.seminar__item-img::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: #c9241f;
  width: 194px;
  height: 119px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .seminar__item-img::after {
    right: -44px;
    bottom: -44px;
    width: 332px;
    height: 204px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__item-img {
    width: 500px;
    height: 306px;
  }
}
.seminar__item-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .seminar__item-img img {
    max-width: 500px;
  }
}

.training__program {
  padding-top: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .training__program {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .training__program {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}

.training__program-lead {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .training__program-lead {
    font-size: 40px;
  }
}

.training__program-text {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .training__program-text {
    font-size: 20px;
  }
}

.training__program-items {
  margin: 72px auto 0;
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .training__program-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.training__program-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .training__program-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.training__program-item:nth-of-type(1) .training__program-tag {
  background: #d96662;
}
@media screen and (min-width: 768px) {
  .training__program-item:nth-of-type(1) {
    width: 35.23%;
  }
}
@media screen and (min-width: 768px) {
  .training__program-item:nth-of-type(1) .training__program-body {
    margin-left: auto;
    padding-left: 28px;
    padding-right: 40px;
  }
}
.training__program-item:nth-of-type(2) .training__program-tag {
  background: rgba(201, 36, 31, 0.9);
}
@media screen and (min-width: 768px) {
  .training__program-item:nth-of-type(2) .training__program-tag {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .training__program-item:nth-of-type(2) {
    width: 29.5%;
  }
}
@media screen and (min-width: 768px) {
  .training__program-item:nth-of-type(2) .training__program-body {
    padding-left: 28px;
  }
}
.training__program-item:nth-of-type(3) .training__program-tag {
  background: var(--main, #c9241f);
}
.training__program-item:nth-of-type(3) .training__program-tag::before, .training__program-item:nth-of-type(3) .training__program-tag::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .training__program-item:nth-of-type(3) {
    width: 35.23%;
  }
}
@media screen and (min-width: 768px) {
  .training__program-item:nth-of-type(3) .training__program-body {
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .training__program-item:not(:last-child) .training__program-tag::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    width: 1px;
    height: 85%;
    z-index: 3;
  }
}

.training__program-tag {
  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;
  color: #fff;
  font-family: "Geologica", sans-serif;
  padding-block: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .training__program-tag {
    width: 65px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .training__program-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -27px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    width: 98px;
    height: 1px;
    z-index: 5;
  }
  .training__program-tag::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 70px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
}

.training__program-step {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.training__program-num {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
}
.training__program-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  padding-bottom: 40px;
}

.training__program-title {
  color: #c99c52;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .training__program-title {
    font-size: 28px;
  }
}

.training__program-accent {
  margin-top: 8px;
  color: #c9241f;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .training__program-accent {
    font-size: 20px;
  }
}

.training__program-lists {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.training__program-list {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 200%; /* 28px */
}
@media screen and (min-width: 768px) {
  .training__program-list {
    font-size: 16px;
  }
}
.training__program-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../img/method__feature-Check.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
.training__program-footer {
  margin-top: 16px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .training__program-footer {
    font-size: 16px;
  }
}

.training__price {
  padding-top: 60px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.43%, #9f1917), color-stop(98.12%, #c9241f));
  background: linear-gradient(180deg, #9f1917 22.43%, #c9241f 98.12%);
  position: relative;
}
.training__price::after {
  content: "";
  position: absolute;
  top: 48px;
  right: 0;
  background: url(../img/program-bg.png) no-repeat center center/contain;
  width: 380px;
  height: 500px;
}
@media screen and (min-width: 768px) {
  .training__price::after {
    width: 757.183px;
    height: 1003.372px;
  }
}
@media screen and (min-width: 768px) {
  .training__price {
    padding-top: 98px;
    padding-bottom: 98px;
  }
}

.training__price-content {
  text-align: center;
  position: relative;
  z-index: 3;
}

.program__price {
  margin-top: 40px;
  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;
  background: #fff;
  padding: 26px 0px 44px;
  border-radius: 8px;
  display: inline-block;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
  max-width: 760px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .program__price {
    margin-top: 80px;
    padding: 40px 26px 60px;
  }
}

.program__price-heading {
  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;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .program__price-title--en {
    font-size: 100px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: capitalize;
  }
}

@media screen and (min-width: 768px) {
  .program__price-title--ja {
    font-size: 20px;
    font-weight: 500;
  }
}

.program__price-box {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .program__price-box {
    margin-top: 38px;
  }
}

.program__price-lead {
  max-width: 268px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program__price-lead {
    max-width: 464px;
  }
}

.program__price-badge {
  border-radius: 8px 8px 0 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#c9241f), to(#c9241f)), var(--text, #181818);
  background: linear-gradient(0deg, #c9241f 0%, #c9241f 100%), var(--text, #181818);
  color: #fff;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  padding-block: 4px;
}
@media screen and (min-width: 768px) {
  .program__price-badge {
    font-size: 18px;
    padding-block: 8px;
  }
}

.program__price-term {
  border-radius: 0 0 8px 8px;
  background: #f5f5f5;
  color: #c9241f;
  text-align: center;
  padding-block: 10px;
}
@media screen and (min-width: 768px) {
  .program__price-term {
    font-size: 18px;
    padding-block: 14px;
  }
}

.program__price-num {
  margin-top: 18px;
  color: var(--main, #c9241f);
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program__price-num {
    margin-top: 6px;
    font-size: 36px;
  }
}
.program__price-num span {
  color: var(--main, #c9241f);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .program__price-num span {
    font-size: 16px;
  }
}

.program__price-note {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  position: relative;
}
@media screen and (min-width: 768px) {
  .program__price-note {
    font-size: 20px;
  }
}
.program__price-note::before, .program__price-note::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 18%;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .program__price-note::before, .program__price-note::after {
    top: 13px;
    width: 37%;
  }
}
.program__price-note::before {
  left: 50px;
}
@media screen and (min-width: 768px) {
  .program__price-note::before {
    left: 0;
  }
}
.program__price-note::after {
  right: 50px;
}
@media screen and (min-width: 768px) {
  .program__price-note::after {
    right: 0;
  }
}

.program__price-plan {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program__price-plan {
    font-size: 16px;
  }
}

.program__price-footer {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .program__price-footer {
    margin-top: 16px;
    font-size: 16px;
  }
}

/*
Theme Name: PHOENIX
*/
/*
Theme Name: PHOENIX
*/
.l-contact {
  padding-top: 255px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.43%, #9f1917), color-stop(98.12%, #c9241f));
  background: linear-gradient(180deg, #9f1917 22.43%, #c9241f 98.12%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-contact {
    margin-top: -255px;
  }
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 85px;
    padding-bottom: 133px;
  }
}
.l-contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  background: url(../img/l-contact-bg-sm.png) no-repeat center center/contain;
  width: 360px;
  height: 486px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-contact::after {
    background: url(../img/l-contact-bg.png) no-repeat center center/contain;
    width: 720px;
    height: 460px;
  }
}

.l-contact__title-en {
  color: #fff;
}

.l-contact__title-ja {
  color: #fff;
}

.l-contact__button {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contact__button {
    margin-top: 18px;
  }
}

/*
Theme Name: PHOENIX
*/
.fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/fv-sp-line1.png) no-repeat center center/contain;
    width: 76px;
    height: 76px;
    z-index: 5;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    background: url(../img/fv-sp-line2.png) no-repeat center center/contain;
    width: 122px;
    height: 122px;
    z-index: 5;
  }
}

.fv-sp {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

.fv-sp__head {
  padding-bottom: 46px;
  position: relative;
}
.fv-sp__head::before {
  content: "";
  position: absolute;
  bottom: 150px;
  left: 0;
  background: url(../img/fv-sp-line3.png) no-repeat center center/contain;
  width: 275px;
  height: 275px;
  z-index: 5;
}
.fv-sp__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/fv-sp-line4.png) no-repeat center center/contain;
  width: 314px;
  height: 301px;
  z-index: 5;
}
.fv-sp__image--group {
  position: relative;
}
.fv-sp__image--group img {
  width: 92.8vw;
}

.fv__lead-head,
.fv__lead-footer {
  color: #9f1917;
  font-family: "Geologica", sans-serif;
  font-size: clamp(30px, 10.66vw, 48px);
  font-weight: 600;
  line-height: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv__lead-head,
  .fv__lead-footer {
    font-size: min(94px, 7.34vw);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    z-index: 10;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .fv__lead-head {
    position: absolute;
    top: -57px;
    padding-inline: 8px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-head {
    position: relative;
    z-index: 20;
  }
}

.fv__lead-cross {
  font-weight: 400;
}

.fv-sp__image--main {
  position: relative;
}
.fv-sp__image--main img {
  width: 92.8vw;
}

@media screen and (max-width: 767px) {
  .fv__lead-footer {
    position: absolute;
    right: 0;
    bottom: 40px;
    padding-inline: 8px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-footer {
    margin-top: 18px;
  }
}

.fv-sp__badge-wrap {
  margin-top: -31px;
  padding-inline: 8px;
  position: relative;
  z-index: 10;
}
.fv-sp__badge-wrap::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #c9241f;
}

.fv-sp__badge {
  padding: 5px 12px;
  border-radius: 100px;
  border: 3px solid #c9241f;
  background: #fff;
  color: #c9241f;
  font-size: clamp(14px, 4.8vw, 32px);
  font-weight: 500;
  text-align: center;
}

.fv-sp__catch {
  margin-top: 16px;
  padding-left: 20px;
  position: relative;
  z-index: 10;
}

.fv-sp__catch-left,
.fv-sp__catch-right {
  color: #c9241f;
  font-size: clamp(60px, 16vw, 70px);
  font-weight: 700;
  line-height: 100%;
  font-style: italic; /* または font-style: oblique; */
}
.fv-sp__catch-left span,
.fv-sp__catch-right span {
  color: #c9241f;
  font-size: clamp(36px, 9.6vw, 48px);
  font-weight: 700;
}

.fv-sp__catch-right {
  text-align: right;
}

.fv-sp__text {
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  padding-inline: 30px;
  position: relative;
  z-index: 10;
}

.fv-sp__cards {
  background: #c9241f;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 8px;
  padding: 40px 16px;
}

.fv__card-img img {
  border-radius: 12px 12px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.fv__card-body {
  background: #fff;
  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;
  gap: 8px;
  border-radius: 0 0 10px 10px;
}

.fv__card-title {
  color: #c9241f;
  font-size: min(14px, 3.23vw);
  font-weight: 700;
  line-height: 1;
}

.fv__card-icon img {
  width: 14px;
}

.fv-pc__inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv-pc__inner::before {
    content: "";
    position: absolute;
    top: -86px;
    left: 0;
    background: url(../img/top-line-bg.png) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    max-height: 820px;
    z-index: 15;
  }
}
.fv-pc__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c9241f;
  width: 100%;
  height: 370px;
  z-index: -1;
}

.fv-pc__content {
  padding-left: 40px;
  max-width: 1280px;
  margin-inline: auto;
}

.fv-pc__head {
  background: #ebebeb;
  position: relative;
}

.fv-pc__badge-wrap,
.fv-pc__catch,
.fv-pc__text {
  position: relative;
  z-index: 5;
}

.fv-pc__badge-wrap {
  margin-top: 16px;
  padding-left: 15px;
  position: relative;
}
.fv-pc__badge-wrap::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 56px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #c9241f;
}

.fv-pc__badge {
  padding: 6px 32px;
  border-radius: 100px;
  border: 3px solid #c9241f;
  background: #fff;
  color: #c9241f;
  font-size: min(24px, 1.87vw);
  font-weight: 500;
  display: inline-block;
}

.fv-pc__catch-text {
  color: #c9241f;
  font-size: min(80px, 6.25vw);
  font-weight: 700;
  font-style: italic; /* または font-style: oblique; */
  padding-left: 18px;
  line-height: 140%;
}

.fv-pc__catch-small {
  font-size: min(50px, 3.9vw);
  font-weight: 700;
}

.small-space {
  margin-left: -20px;
}

.fv-pc__text {
  font-size: clamp(12px, 1.25vw, 16px);
  line-height: 160%; /* 25.6px */
  padding-left: 28px;
}

.fv-pc__imgs {
  position: absolute;
  top: 0;
  right: 0px;
  width: 45.78vw;
  max-width: 586px;
}

.fv__lists {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 20;
}

.fv__list {
  border-radius: 4px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 6px 0 0 #181818;
          box-shadow: 0 6px 0 0 #181818;
  width: 200px;
  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;
  padding-top: 7px;
  padding-bottom: 26px;
  position: relative;
  z-index: 0;
}
.fv__list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/fv-pc-list\ -\ bg.png) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fv__list-img img {
  height: 54px;
}

.fv__list-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
}

.fv__list-number {
  font-family: Roboto;
  font-size: 50px;
  font-weight: 500;
  line-height: 120%; /* 80px */
}
.fv__list-number span {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; /* 32px */
}

.block-wrapper {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.block-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: -122px;
  width: 100%;
  height: 63%;
  background: #e8e8e8;
  /* ★右上 → 左下へ落ちる帯（見本の形） */
  clip-path: polygon(100% 0, 60% 0, 0 100%, 40% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .block-wrapper::before {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(10deg) translateY(-10%);
            transform: rotate(10deg) translateY(-10%); /* 角度と位置を微調整 */
  }
}
@media screen and (min-width: 768px) {
  .block-wrapper::before {
    top: 0;
    right: -84px;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 60% 0, 0 100%, 40% 100%);
  }
}
@media screen and (min-width: 768px) {
  .block-wrapper {
    padding-top: 98px;
    padding-bottom: 66px;
  }
}

/* 共通：マスク */
.fv-anim {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: opacity 0.6s ease-out, clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 表示 */
.fv-sp.is-visible .fv-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

/* 表示 */
.fv-pc.is-visible .fv-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

/* 時間差 */
.fv__lead-head {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fv-sp__catch {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.fv-pc__catch {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.fv-sp__text {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.fv-pc__text {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.fv__lead-footer {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .fv__lead-footer {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}

.fv-sp__catch-text {
  -webkit-transform: translateY(20px) skewY(2deg);
          transform: translateY(20px) skewY(2deg);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.fv-pc__catch-text {
  -webkit-transform: translateY(20px) skewY(2deg);
          transform: translateY(20px) skewY(2deg);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.fv-pc.is-visible .fv-pc__catch-text {
  -webkit-transform: translateY(0) skewY(0);
          transform: translateY(0) skewY(0);
}

.fv-badge {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media screen and (min-width: 768px) {
  .fv-badge {
    -webkit-transition-delay: 3.5s;
            transition-delay: 3.5s;
  }
}

.fv-sp.is-visible .fv-badge {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fv-pc.is-visible .fv-badge {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fv-img {
  opacity: 0;
  -webkit-transform: translateX(40px) scale(0.96);
          transform: translateX(40px) scale(0.96);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media screen and (min-width: 768px) {
  .fv-img {
    -webkit-transition-delay: 3.5s;
            transition-delay: 3.5s;
  }
}

.fv-sp.is-visible .fv-img {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

.fv-pc.is-visible .fv-img {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

.fv__list {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.fv-pc.is-visible .fv__list {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fv__list:nth-child(1) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.fv__list:nth-child(2) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.fv__list:nth-child(3) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

/* Swiperカード 初期状態 */
.fv__slide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s ease;
  transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s ease;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s ease;
}

/* FV表示完了後（2.0秒遅延） */
.fv-pc.is-visible .fv__slide {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.cta__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta__bg img {
    width: 88.04vw;
  }
}

.cta__content {
  padding: 28px 22px 14px;
  max-width: 312px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cta__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: inherit;
}
@media screen and (min-width: 768px) {
  .cta__content {
    padding: 33px 38px 56px;
    max-width: 730px;
  }
}

.cta__head {
  position: absolute;
  bottom: -204px;
}
@media screen and (max-width: 767px) {
  .cta__head {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .cta__head {
    bottom: -76px;
    right: 43px;
  }
}

.cta__logo {
  text-align: center;
}
.cta__logo img {
  width: 39px;
}
@media screen and (min-width: 768px) {
  .cta__logo img {
    width: 80px;
  }
}

.cta__text {
  text-align: center;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .cta__text {
    text-align: left;
    margin-top: 16px;
    font-size: 26px;
  }
}

.cta__button-accent {
  color: #c9241f;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  text-align: center;
  width: 128px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta__button-accent {
    margin-top: 32px;
    font-size: 26px;
    text-align: center;
    width: 200px;
    margin-inline: auto;
  }
}
.cta__button-accent::before, .cta__button-accent::after {
  position: absolute;
  top: 50%;
  background: #c9241f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .cta__button-accent::before, .cta__button-accent::after {
    width: 33px;
  }
}
.cta__button-accent::before {
  content: "";
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.cta__button-accent::after {
  content: "";
  right: 0px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.cta__button {
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 16px;
  }
}

.cta__text span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .cta__text span {
    text-align: left;
    font-size: 26px;
  }
}

/* 期間限定！ */
.cta__button-accent {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ボタン */
.cta__button {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block--issues {
  margin-top: 246px;
}
@media screen and (min-width: 768px) {
  .block--issues {
    margin-top: 60px;
  }
}

.block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 33px;
  }
}

.block__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Q. こんな組織課題〜 */
.issues__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .issues__heading {
    gap: 8px;
  }
}

.issues__q {
  color: #c9241f;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .issues__q {
    font-size: 80px;
  }
}

.issues__title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .issues__title {
    font-size: 40px;
  }
}

.issues__title-accent {
  color: #c9241f;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .issues__title-accent {
    font-size: 40px;
  }
}

.issues__cards {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .issues__cards {
    padding-inline: 0px;
  }
}
@media screen and (min-width: 900px) {
  .issues__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.issues__card {
  padding: 0 12px 12px;
  background: #fff;
  border: 4px solid var(--main, #c9241f);
  background: #fff;
  -webkit-box-shadow: 4px 6px 0 0 #c9241f;
          box-shadow: 4px 6px 0 0 #c9241f;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .issues__card {
    padding: 0 0px 12px;
  }
}
.issues__card::before {
  position: absolute;
  top: 0px;
  left: 14px;
  color: rgba(201, 36, 31, 0.5);
  font-size: 40px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .issues__card::before {
    font-size: 48px;
    top: -5px;
    left: 10px;
  }
}
.issues__card:nth-of-type(1)::before {
  content: "01";
}
.issues__card:nth-of-type(2)::before {
  content: "02";
}
.issues__card:nth-of-type(3)::before {
  content: "03";
}
@media screen and (min-width: 768px) {
  .issues__card-img {
    height: 138px;
  }
}
.issues__card-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .issues__card-img img {
    height: 138px;
  }
}

.issues__card-title {
  margin-top: 4px;
  color: #c9241f;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .issues__card-title {
    font-size: 20px;
  }
}

.issues__card-text {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .issues__card-text {
    font-size: 16px;
  }
}

.intro {
  margin-top: 76px;
}
@media screen and (min-width: 768px) {
  .intro {
    margin-top: 48px;
  }
}

/* 安東優介 様のご紹介 */
.intro__heading {
  color: #c9241f;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.intro__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #c9241f;
  width: 8px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .intro__heading::before {
    width: 8px;
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .intro__heading {
    font-size: 40px;
  }
}

.intro__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .intro__items {
    gap: 30px;
    margin-top: 14px;
  }
}

.intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .intro__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 24px 18px 10px;
    width: 100%;
    gap: 30px;
    background: rgba(255, 255, 255, 0.8);
  }
  .intro__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: rgb(255, 255, 255);
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .intro__item {
    max-width: 764px;
  }
}
.intro__item:hover::after {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .intro__item:hover .intro__item-more {
    color: #c9241f;
  }
  .intro__item:hover .intro__item-more::after {
    left: 24px;
    background: #c9241f;
  }
}

@media screen and (max-width: 767px) {
  .intro__item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 65px;
    left: 0;
    background: #f8f8f8;
    width: 84%;
    height: 572px;
    z-index: -1;
  }
}

.intro__item-img {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .intro__item-img {
    margin-top: 0;
  }
}
.intro__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: min(400px, 58.66vw);
}
@media screen and (min-width: 768px) {
  .intro__item-img img {
    width: 220px;
    height: 180px;
  }
}

.intro__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.intro__item-title {
  color: #c99c52;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .intro__item-title {
    font-size: 18px;
  }
}

.intro__item-text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .intro__item-text {
    margin-top: 16px;
    font-size: 14px;
  }
}

.intro__item-text--accent {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .intro__item-text--accent {
    font-size: 14px;
    line-height: 160%;
  }
}

.intro__item-more {
  margin-top: 8px;
  display: block;
  margin-left: auto;
  font-family: "GFS Didot", serif;
  width: 90px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .intro__item-more {
    width: 107px;
    margin-top: 0;
  }
}
.intro__item-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #181818;
  width: 90px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .intro__item-more::after {
    width: 107px;
  }
}

/* サイドバー */
@media screen and (min-width: 768px) {
  .block__side {
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .block__side {
    padding-top: 110px;
  }
}

.block__side-title {
  color: #c9241f;
  font-size: 18px;
  padding-left: 16px;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block__side-title {
    padding-left: 12px;
  }
}
.block__side-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c9241f;
  width: 5px;
  height: 35px;
}

.block__side-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__side-inner {
    padding-inline: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .block__side-inner {
    max-width: 320px;
  }
}

.side-banner__link {
  margin-top: 22px;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .side-banner__link {
    margin-top: 20px;
  }
}
.side-banner__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/banner-check.png) no-repeat center center/contain;
  width: 99.954px;
  height: 99.954px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-banner__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #c9241f;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .side-banner__link::after {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.side-banner__link:hover::before {
  opacity: 0.8;
}
.side-banner__link:hover::after {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.side-banner__link img {
  width: 100%;
}

.side-books {
  margin-top: 28px;
  background: #c9241f;
  color: #fff;
  padding: 10px 30px 25px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-books::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 24px;
  background: url(../img/book.png) no-repeat center center/contain;
  width: 112px;
  height: 156px;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .side-books {
    margin-top: 70px;
    padding: 16px;
  }
}
.side-books:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .side-books:hover .side-books__text::after {
    right: -28px;
  }
}

.side-books__title {
  color: #fff;
  font-family: "Gruppo", sans-serif;
  font-size: 30px;
  line-height: 160%; /* 48px */
}
.side-books__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: inline-block;
  position: relative;
}
.side-books__text::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 5px;
  background: url(../img/link-icon.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-links {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
.side-links__btn {
  display: block;
  width: 100%;
  padding: 18px 36px;
  background: #c9241f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-links__btn::after {
  content: "";
  position: absolute;
  right: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/link-icon.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-links__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .side-links__btn:hover::after {
    right: 38px;
  }
}

.client {
  padding-inline: 8px;
}
@media screen and (min-width: 768px) {
  .client {
    padding-inline: 42px;
    padding-bottom: 116px;
    max-width: 1280px;
    margin-inline: auto;
  }
}

.client__inner {
  background: #f6f6f6;
  padding: 50px 10px 60px;
}
@media screen and (min-width: 768px) {
  .client__inner {
    padding: 62px 33px 60px;
  }
}

.client__heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .client__title-ja {
    margin-top: 10px;
  }
}

.client__cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .client__cards {
    margin-top: 52px;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 32px;
  }
}
@media screen and (min-width: 900px) {
  .client__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 72px 26px;
  }
}

.client__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.client__card:hover .client__card-img::after {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (min-width: 768px) {
  .client__card-img {
    display: block;
    position: relative;
    z-index: 0;
  }
  .client__card-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #c9241f;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.client__card-img img {
  aspect-ratio: 337/172;
}
@media screen and (min-width: 768px) {
  .client__card-img img {
    aspect-ratio: 358/172;
  }
}

.client__card-body {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.client__card-tag span {
  color: #fff;
  font-size: 14px;
  display: inline;
  padding: 2px 10px;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  white-space: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c99c52));
  background: linear-gradient(#c99c52 0 0);
  background-size: 100% 1.6em;
  background-position: 0 0;
}
@media screen and (min-width: 768px) {
  .client__card-tag span {
    font-size: 16px;
    padding: 0px 12px;
  }
}

.client__card-company,
.client__card-position {
  color: #c99c52;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .client__card-company,
  .client__card-position {
    font-size: 16px;
    margin-top: 6px;
    line-height: 100%;
    padding-left: 6px;
  }
}

.client__card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .client__card-text {
    font-size: 16px;
    margin-top: 6px;
    padding-left: 6px;
  }
}

.client__more {
  margin-top: 36px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .client__more {
    margin-top: 60px;
  }
}

.lecture {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .lecture {
    padding-top: 82px;
    padding-bottom: 120px;
  }
}

.lecture__bg {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
  z-index: -1; /* ★ 背景レイヤーはマイナス */
  pointer-events: none;
}

.lecture__bg-fixed {
  position: fixed;
  inset: 0;
  background: url(../img/lecture-bg.jpg) no-repeat center/cover;
  /* iOS / Safari 安定化 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  top: 54px;
}
@media screen and (min-width: 768px) {
  .lecture__bg-fixed {
    top: 86px;
  }
}

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

.lecture__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .lecture__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 148px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lecture__content::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}

.lecture__card {
  border-radius: 8px;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lecture__card {
    padding: 26px 12px 28px;
    width: 73.06vw;
    max-width: 460px;
  }
  .lecture__card:nth-child(even) {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .lecture__card {
    padding-top: 48px;
    padding-bottom: 50px;
    max-width: 460px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .lecture__card:hover {
    background: #fff;
  }
  .lecture__card:hover .lecture__more {
    color: #c9241f;
  }
  .lecture__card:hover .lecture__more::after {
    right: 0;
    background: #c9241f;
  }
}
@media screen and (min-width: 1200px) {
  .lecture__card:nth-of-type(even) {
    margin-top: 230px;
  }
}

.lecture__title-en {
  color: #c9241f;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  line-height: 120%; /* 36px */
}
@media screen and (min-width: 768px) {
  .lecture__title-en {
    padding-inline: 52px;
    font-size: 34px;
  }
}

.lecture__title-ja {
  margin-top: 2px;
  color: #c9241f;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .lecture__title-ja {
    padding-inline: 52px;
    font-size: 30px;
  }
}

.lecture__img {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.lecture__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 248/160;
}
@media screen and (min-width: 768px) {
  .lecture__img img {
    aspect-ratio: 46/16;
  }
}
@media screen and (min-width: 768px) {
  .lecture__img {
    margin-top: 52px;
  }
}

.lecture__more {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  border-bottom: 1px solid #181818;
  width: 105.278px;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 120%; /* 16.8px */
}
@media screen and (min-width: 768px) {
  .lecture__more {
    margin-top: 32px;
    padding-bottom: 16px;
    text-align: right;
    font-size: 16px;
    line-height: 120%; /* 19.2px */
    border-bottom: none;
    width: 100%;
    margin-inline: auto;
    padding-inline: 48px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lecture__more::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 48px;
    background: #181818;
    max-width: 363px;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.column {
  padding-top: 60px;
  padding-bottom: 62px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.column::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bird.png) no-repeat center center/contain;
  width: 318.098px;
  height: 318.524px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .column::after {
    width: 734px;
    height: 747px;
  }
}
@media screen and (min-width: 768px) {
  .column {
    padding-top: 132px;
    padding-bottom: 92px;
  }
}

.column__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .column__inner {
    padding-left: 80px;
    padding-right: 0;
  }
}

.column__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .column__heading {
    gap: 15px;
  }
}

.column__items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.column__content--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .column__content--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 68px;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .column__button {
    margin-top: 60px;
    text-align: right;
  }
}

.column__button-link {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #c9241f;
  color: #c9241f;
  font-size: 16px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column__button-link:hover {
  opacity: 0.7;
}

.column__item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .column__item-title {
    font-size: 16px;
  }
}

.column__item-tag {
  margin-top: 12px;
  display: inline-block;
  padding: 6px 26px;
  color: #c9241f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  border-radius: 100px;
  border: 1px solid #c9241f;
}
@media screen and (min-width: 768px) {
  .column__item-tag {
    margin-top: 18px;
    font-size: 16px;
    padding: 6px 16px;
  }
}

.project {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.43%, #9f1917), color-stop(98.12%, #c9241f));
  background: linear-gradient(180deg, #9f1917 22.43%, #c9241f 98.12%);
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .project {
    padding-top: 130px;
    padding-bottom: 220px;
  }
}

.project__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .project__heading {
    gap: 12px;
  }
}

.project__title-en {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .project__title-en {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .project__title-en {
    font-size: 60px;
    font-weight: 400;
  }
}

.project__title-ja {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .project__title-ja {
    font-size: 28px;
    font-weight: 400;
  }
}

.project__content {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1200px) {
  .project__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 67px;
    margin-top: 77px;
  }
}

.project__button {
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .project__button {
    margin-right: auto;
  }
}

.project__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .project__items {
    gap: 24px;
    margin-top: 10px;
  }
}

.project__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .project__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
  }
}
@media screen and (min-width: 768px) {
  .project__item:hover .project__item-img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.project__item-img {
  overflow: hidden;
}
.project__item-img img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .project__item-img img {
    max-width: 250px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .project__item-img img {
    max-width: 340px;
    width: 100%;
  }
}

.project__item-body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .project__item-body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project__item-tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  background: #fff;
  color: #c9241f;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  padding: 4px 12px;
}
@media screen and (min-width: 768px) {
  .project__item-tag {
    font-size: 16px;
    padding: 8px 16px;
  }
}

.project__item-title {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .project__item-title {
    margin-top: 16px;
    font-size: 16px;
  }
}

.project__item-date {
  margin-top: 8px;
  padding-right: 6px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .project__item-date {
    margin-top: 0;
    padding-right: 0;
    font-size: 16px;
    margin-top: auto;
    padding-bottom: 18px;
  }
}

.partners {
  background: url(../img/partners-bg.jpg) no-repeat center center/cover;
  padding-block: 60px;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .partners {
    padding-top: 122px;
    padding-bottom: 240px;
  }
}

@media screen and (min-width: 768px) {
  .partners__heading {
    gap: 15px;
  }
}

.partners__items--sm {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .partners__items--sm {
    display: none;
  }
}

.partners__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.partners__items--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 69px;
  margin-top: 114px;
  padding-inline: 34px;
}
@media screen and (max-width: 767px) {
  .partners__items--pc {
    display: none;
  }
}

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #181818;
}
@media screen and (min-width: 768px) {
  .partners__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 15px;
    gap: 66px;
  }
}

/* 画像（丸型） */
.partners__item-img img {
  width: 134px;
  aspect-ratio: 336/260;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .partners__item-img img {
    width: 336px;
  }
}

.partners__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .partners__item-body {
    padding-top: 28px;
  }
}

.partners__item-lead {
  color: #c99c52;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .partners__item-lead {
    font-size: 16px;
  }
}

.partners__item-name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .partners__item-name {
    margin-top: 3px;
    font-size: 16px;
  }
}

.partners__item-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .partners__item-text {
    margin-top: 18px;
    font-size: 16px;
  }
}

.partners__item-button {
  text-align: right;
  margin-top: 18px;
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .partners__item-button {
    margin-top: 16px;
  }
}

.partners__footer {
  text-align: right;
  margin-top: 30px;
}
.cta2 {
  background: url(../img/partners-bg.jpg) no-repeat center center/cover;
}
.cta2__bg {
  padding-bottom: 250px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .cta2__bg {
    padding-bottom: 0;
  }
}
.cta__bottom {
  position: absolute;
  bottom: 47px;
}
@media screen and (max-width: 767px) {
  .cta__bottom {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .cta__bottom {
    bottom: 53px;
    left: 37px;
  }
}
@media screen and (min-width: 900px) {
  .cta__bottom {
    left: 78px;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 98px;
    padding-bottom: 194px;
  }
}

@media screen and (max-width: 767px) {
  .contact__heading {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact__heading {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contact__title-ja {
    font-size: 16px;
    font-weight: 400;
  }
}

.contact__links {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contact__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    margin: 96px auto 0;
    padding-block: 20px;
    padding-inline: 30px;
    border-top: 1px solid #c99c52;
    border-bottom: 1px solid #c99c52;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .contact__links {
    padding-inline: max(70px, 6.8vw);
  }
}
@media screen and (min-width: 1600px) {
  .contact__links {
    padding-inline: 14vw;
  }
}
@media screen and (min-width: 768px) {
  .contact__links::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #c99c52;
    width: 100%;
    height: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__links::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #c99c52;
    width: 1px;
    height: 100%;
  }
}

.contact__link {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px 14px;
  position: relative;
  color: #fff;
  min-height: 168px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact__link {
    width: 92.26vw;
  }
  .contact__link:nth-child(odd) {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .contact__link {
    max-width: 498px;
    width: 100%;
    padding: 30px 41px 15px;
  }
}
.contact__link:hover .contact__link-more::after {
  right: -60px;
}

.contact__link {
  position: relative;
}
.contact__link:nth-of-type(1)::before {
  content: "BOOKS";
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  color: #c99c52;
  font-family: "Gruppo", sans-serif;
  font-size: 26px;
  line-height: 160%; /* 48px */
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .contact__link:nth-of-type(1)::before {
    font-size: 30px;
    left: -72px;
  }
}
.contact__link:nth-of-type(2)::before {
  content: "Partnering";
  position: absolute;
  top: 50%;
  right: -96px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: #c9241f;
  font-family: "Gruppo", sans-serif;
  font-size: 26px;
  line-height: 160%; /* 48px */
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .contact__link:nth-of-type(2)::before {
    font-size: 30px;
    right: -110px;
  }
}
.contact__link:nth-of-type(3)::before {
  content: "Training";
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  color: #c9241f;
  font-family: "Gruppo", sans-serif;
  font-size: 26px;
  line-height: 160%; /* 48px */
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .contact__link:nth-of-type(3)::before {
    font-size: 30px;
    left: -90px;
  }
}
.contact__link:nth-of-type(4)::before {
  content: "Speaking";
  position: absolute;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: #c99c52;
  font-family: "Gruppo", sans-serif;
  font-size: 26px;
  line-height: 160%; /* 48px */
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .contact__link:nth-of-type(4)::before {
    font-size: 30px;
    right: -90px;
  }
}

.contact__link--gold {
  background: url("../img/official-img1.png") right bottom/contain no-repeat, #c99c52;
}

.contact__link--red {
  background: url("../img/official-img2.png") right bottom/contain no-repeat, #c9241f;
}

.contact__link-title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact__link-title {
    font-size: 20px;
    font-weight: 700;
  }
}

.contact__link-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .contact__link-text {
    font-size: 16px;
  }
}

.contact__link-more {
  margin-top: 10px;
  font-family: "GFS Didot", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  text-align: right;
  padding-right: 54px;
  position: relative;
}
.contact__link-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__link-more::after {
    right: -41px;
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .contact__link-more {
    margin-top: 24px;
    font-size: 16px;
  }
}

.contact__footer {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact__footer {
    padding-inline: 22px;
  }
}
@media screen and (min-width: 768px) {
  .contact__footer {
    margin-top: 17px;
  }
}

.sns__title {
  color: #c99c52;
  text-align: center;
  font-family: "Gruppo", sans-serif;
  font-size: 30px;
  line-height: 160%; /* 48px */
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sns__title {
    border-bottom: 1px solid #c99c52;
  }
}
.sns__links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .sns__links {
    margin-top: 3px;
    padding-bottom: 18px;
    gap: 32px;
    border-bottom: 1px solid #c99c52;
  }
}

.sns__link {
  background: #faf2e0;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 10px 26px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sns__link::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sns__link::after {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #181818;
    width: 1px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  .sns__link::after {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #181818;
    width: 88px;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .sns__link {
    max-width: 498px;
    width: 100%;
    padding: 22px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .sns__link:hover::after {
    right: -20px;
  }
}

.sns__link-img img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .sns__link-img img {
    width: 42px;
    height: 42px;
  }
}

.sns__link-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .sns__link-text {
    font-size: 20px;
  }
}

/*
Theme Name: PHOENIX
*/
.ceo__title-en {
  color: #c9241f;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 58px;
  line-height: normal;
  letter-spacing: 3.48px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .ceo__title-en {
    font-size: 100px;
    letter-spacing: 6px;
  }
}

.ceo__title-ja {
  color: #c9241f;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ceo__title-ja {
    font-size: 16px;
  }
}

.fv__ceo {
  padding-top: 60px;
  padding-bottom: 67px;
  position: relative;
}
.fv__ceo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #c9241f;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  width: 96%;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .fv__ceo::before {
    width: 91.32%;
  }
}
.fv__ceo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 107px;
  background: url(../img/l-fv-line1-sm.png) no-repeat center center/contain;
  width: 172px;
  height: 331px;
}
@media screen and (min-width: 768px) {
  .fv__ceo::after {
    left: 350px;
    background: url(../img/l-fv-line1.png) no-repeat center center/contain;
    width: 331px;
    height: 208px;
  }
}
@media screen and (min-width: 900px) {
  .fv__ceo::after {
    left: 600px;
    width: 300px;
    height: 218px;
  }
}
@media screen and (min-width: 768px) {
  .fv__ceo {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.fv__ceo-sub {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 26px;
  display: inline-block;
  position: relative;
}
.fv__ceo-sub::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #fff;
  width: 148px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .fv__ceo-sub::after {
    width: 100%;
    bottom: -8px;
  }
}
@media screen and (min-width: 900px) {
  .fv__ceo-sub::after {
    width: 584px;
  }
}
@media screen and (min-width: 768px) {
  .fv__ceo-sub {
    margin-top: 38px;
    font-size: 30px;
  }
}

.fv__ceo-desc {
  margin-top: 34px;
  color: #fff;
  font-size: min(20px, 5.33vw);
  font-weight: 700;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .fv__ceo-desc {
    font-size: 36px;
  }
}

.fv__ceo-img {
  position: absolute;
  bottom: -33px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .fv__ceo-img {
    bottom: -68px;
  }
}
.fv__ceo-img img {
  width: min(187px, 49vw);
}
@media screen and (min-width: 1200px) {
  .fv__ceo-img img {
    width: 637px;
    height: 382px;
  }
}

.l__fv-img--big {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l__fv-img--big {
    display: block;
  }
}

.ceo__message {
  padding-top: 108px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ceo__message {
    padding-top: 154px;
  }
}

.ceo__message-head {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  display: inline-block;
  position: relative;
}
.ceo__message-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/コンマ.png) no-repeat center center/contain;
  width: 51px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .ceo__message-head::before {
    top: -12px;
    left: -60px;
    width: 90px;
    height: 67px;
  }
}
.ceo__message-head::after {
  content: "";
  position: absolute;
  right: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/コンマ.png) no-repeat center center/contain;
  width: 51px;
  height: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .ceo__message-head::after {
    bottom: -24px;
  }
}
@media screen and (min-width: 768px) {
  .ceo__message-head::after {
    top: -47px;
    right: -47px;
    width: 90px;
    height: 67px;
  }
}
@media screen and (min-width: 768px) {
  .ceo__message-head {
    font-size: 20px;
  }
}

.ceo__message-accent {
  color: #c9241f;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
.ceo__message-text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .ceo__message-text {
    font-size: 16px;
  }
}

.passion {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .passion {
    padding-top: 114px;
  }
}

.passion__lead {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .passion__lead {
    margin-top: 60px;
  }
}
.passion__lead img {
  max-width: 380px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .passion__lead img {
    max-width: 798px;
  }
}

.passion__content {
  margin-top: 30px;
  background: linear-gradient(98deg, rgba(0, 0, 0, 0) 5.07%, rgba(0, 0, 0, 0.5) 80.21%), url(../img/passion-bg-sm.jpg) center center/cover no-repeat;
  padding-top: 41px;
  padding-bottom: 53px;
  position: relative;
}
.passion__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/passion-light.png) no-repeat center center/contain;
  mix-blend-mode: screen;
  width: 300px;
  height: 171.6px;
}
@media screen and (min-width: 768px) {
  .passion__content::after {
    width: 439px;
    height: 252px;
  }
}
@media screen and (min-width: 768px) {
  .passion__content {
    margin-top: 36px;
    background: linear-gradient(98deg, rgba(0, 0, 0, 0) 5.07%, rgba(0, 0, 0, 0.5) 80.21%), url(../img/passion-bg.jpg) center center/cover no-repeat;
    padding-top: 80px;
    padding-bottom: 114px;
    padding-right: 33px;
  }
}

@media screen and (min-width: 768px) {
  .passion__content-inner {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.passion__content-lead-sm span {
  color: #fff;
  font-size: min(20px, 5vw);
  font-weight: 500;
  line-height: 200%; /* 50px */
  background: #181818;
  padding: 1px 5px;
  display: inline-block; /* ← 文字の幅だけ背景がつく */
  margin-bottom: 4px; /* 行間の余白 */
}
@media screen and (min-width: 768px) {
  .passion__content-lead-sm {
    display: none;
  }
}

.passion__content-lead {
  display: none;
}
@media screen and (min-width: 768px) {
  .passion__content-lead {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .passion__content-lead span {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 200%; /* 50px */
    background: #181818;
    padding: 6px 9px 6px 9px;
    display: inline-block; /* ← 文字の幅だけ背景がつく */
    margin-bottom: 4px; /* 行間の余白 */
  }
}

.passion__content-texts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .passion__content-texts {
    margin-top: 48px;
    gap: 32px;
  }
}

.passion__content-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%; /* 28px */
}
@media screen and (min-width: 768px) {
  .passion__content-text {
    font-size: 16px;
  }
}

.background {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
.background::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -200px;
  background: url(../img/bird.png) no-repeat top center/contain;
  width: 697.419px;
  height: 690.922px;
}
@media screen and (min-width: 768px) {
  .background::after {
    top: 0;
    width: 653.309px;
    height: 865.724px;
  }
}
@media screen and (min-width: 768px) {
  .background {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .background__title-en {
    font-size: min(58px, 15.46vw);
  }
}

.background__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .background__content {
    padding-inline: 28px;
  }
}
@media screen and (min-width: 768px) {
  .background__content {
    margin-top: 96px;
  }
}

.background__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-bottom: 40px;
  position: relative;
}
.background__item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #181818;
  width: 96vw;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .background__item::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .background__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .background__img img {
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .background__body {
    padding-top: 36px;
  }
}

.background__body-name-en {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .background__body-name-en {
    font-size: 20px;
    letter-spacing: 5px;
  }
}

.background__body-name-ja {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .background__body-name-ja {
    font-size: 40px;
    letter-spacing: 3.2px;
  }
}

.background__body-lead {
  margin-top: 20px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .background__body-lead {
    margin-top: 82px;
    font-size: 20px;
  }
}

.background__body-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .background__body-text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.background__boxes {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .background__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 68px;
    padding-bottom: 36px;
    border-bottom: 1px solid #181818;
    position: relative;
  }
  .background__boxes::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #181818;
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .background__box:nth-of-type(1) {
    position: relative;
  }
  .background__box:nth-of-type(1)::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #181818;
    width: 96vw;
    height: 1px;
  }
}

.background__box-lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
}

.background__lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .background__lists {
    gap: 12px;
  }
}

.background__list {
  line-height: 160%; /* 25.6px */
  padding-left: 20px;
  position: relative;
}
.background__list::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 2px;
  background: #181818;
  width: 12px;
  height: 12px;
}
.group {
  padding-top: 123px;
  padding-bottom: 103px;
}
@media screen and (min-width: 768px) {
  .group {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

.group__links {
  margin-top: 46px;
  margin-inline: auto;
  max-width: 814px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .group__links {
    margin-top: 94px;
    gap: 20px;
  }
}

.group__link {
  padding: 8px 50px 8px 8px;
  border: 1px solid #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 80px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
}
.group__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/Right-icon.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .group__link::before {
    right: 38px;
  }
}
.group__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #181818;
  width: 46px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .group__link::after {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .group__link {
    padding: 24px 140px 24px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .group__link:hover {
    border: 1px solid #c9241f;
  }
  .group__link:hover::before {
    right: 32px;
  }
  .group__link:hover::after {
    background: #c9241f;
  }
}

.group__link-en {
  color: #c99c52;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .group__link-en {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.group__link-ja {
  text-align: right;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .group__link-ja {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.specialties {
  padding-top: 60px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.43%, #9f1917), color-stop(98.12%, #c9241f));
  background: linear-gradient(180deg, #9f1917 22.43%, #c9241f 98.12%);
  position: relative;
}
.specialties::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #c9241f;
}
@media screen and (min-width: 768px) {
  .specialties {
    padding-top: 136px;
    padding-bottom: 85px;
  }
}

.specialties__heading {
  color: #fff;
  text-align: center;
}

.specialties__title-en {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .specialties__title-en {
    font-size: min(58px, 15.46vw);
  }
}

.specialties__title-ja {
  color: #fff;
}

.specialties__links {
  margin-top: 75px;
  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;
  margin-inline: auto;
  padding-left: 14px;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .specialties__links {
    margin-top: 136px;
    gap: 61px;
    padding-left: 38px;
  }
}

.specialties__link {
  border-radius: 4px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 62px 10px 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .specialties__link {
    max-width: 980px;
    width: 100%;
    padding: 70px 0px 26px;
  }
  .specialties__link:hover .specialties__link-more::after {
    right: 0px;
  }
}

.specialties__img {
  position: absolute;
  top: -40px;
  left: -34px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .specialties__img {
    top: -44px;
    left: -38px;
  }
}
.specialties__img img {
  width: 156px;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .specialties__img img {
    width: 312px;
    height: 260px;
  }
}

.specialties__link-bg {
  color: #fff;
  text-align: right;
  font-family: "Geologica", sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .specialties__link-body {
    margin-left: 300px;
  }
}

.specialties__link-title {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .specialties__link-title {
    text-align: left;
    font-size: 26px;
    line-height: normal;
    padding-bottom: 14px;
  }
}

.specialties__link-text {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .specialties__link-text {
    margin-top: 26px;
    font-size: 16px;
    padding-left: 10px;
  }
}

.specialties__link-more {
  color: #fff;
  font-family: "GFS Didot", serif;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  margin-top: 20px;
  margin-left: auto;
  text-align: right;
  padding-right: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .specialties__link-more {
    padding-right: 64px;
  }
}
.specialties__link-more::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 107px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .specialties__link-more::after {
    bottom: 0;
    right: 25px;
  }
}

.reason {
  padding-top: 66px;
  padding-bottom: 92px;
}
@media screen and (min-width: 768px) {
  .reason {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.reason__heading {
  text-align: center;
  color: #c9241f;
  font-size: min(36px, 9vw);
  font-weight: 700;
  line-height: 160%; /* 57.6px */
}
.reason__heading span {
  color: #c9241f;
  font-size: min(56px, 14vw);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .reason__heading span {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) {
  .reason__heading {
    font-size: 60px;
  }
}

.reason__cards {
  margin-top: 55px;
  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;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .reason__cards {
    gap: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .reason__cards {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 44px;
  }
}

.reason__card {
  padding: 61px 20px 24px;
  border: 1px solid #c9241f;
  background: #fff;
  -webkit-box-shadow: 4px 6px 0 0 #c9241f;
          box-shadow: 4px 6px 0 0 #c9241f;
  max-width: 580px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason__card {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .reason__card {
    height: 276px;
    padding: 74px 20px 24px;
  }
}

.reason__tag {
  position: absolute;
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 76px;
  height: 76px;
  background: #c9241f;
  color: #fff;
  border-radius: 50%;
  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;
  font-family: "Geologica", sans-serif;
}
@media screen and (min-width: 1200px) {
  .reason__tag {
    top: -32px;
    width: 88px;
    height: 88px;
  }
}

.reason__tag-point {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .reason__tag-point {
    font-size: 16px;
  }
}

.reason__tag-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .reason__tag-number {
    font-size: 24px;
  }
}

.reason__lead {
  color: #c9241f;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
@media screen and (min-width: 768px) {
  .reason__lead {
    font-size: 20px;
  }
}

.reason__text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .reason__text {
    margin-top: 18px;
    font-size: 16px;
  }
}

.voice {
  padding-top: 40px;
  padding-bottom: 95px;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}

.voice__inner {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    padding-left: 80px;
    margin-left: auto;
    max-width: max(1280px, 93.75vw);
  }
}

.voice__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px;
}

.voice__content {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .voice__content {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 82px;
  }
}

.voice__button {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .voice__button {
    text-align: right;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .voice__button {
    margin-top: 114px;
  }
}

/*
Theme Name: PHOENIX
*/
.page-id-11 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.philosophy {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  /* 線のアニメーション */
}
.philosophy::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  width: 1px;
  height: 90px;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .philosophy::before {
    height: 186px;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.philosophy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/bg_flare.png) no-repeat center center/contain;
  width: 300px;
  height: 144px;
  mix-blend-mode: screen;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .philosophy::after {
    width: 600px;
    height: 284px;
  }
}
@media screen and (min-width: 1200px) {
  .philosophy::after {
    width: 1110px;
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .philosophy {
    padding-top: 136px;
    padding-bottom: 156px;
  }
}

.philosophy__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .philosophy__content {
    margin-top: 66px;
  }
}

.philosophy__lead-big {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .philosophy__lead-big {
    font-size: 40px;
  }
}

.philosophy__lead-small {
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 41.6px */
}
@media screen and (min-width: 768px) {
  .philosophy__lead-small {
    margin-top: 34px;
    font-size: 26px;
  }
}

.philosophy__text {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 200%; /* 32px */
}
@media screen and (min-width: 768px) {
  .philosophy__text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.origin {
  padding-top: 60px;
  padding-bottom: 180px;
  background: #c9241f;
  position: relative;
}
.origin::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bird-red-bg.png) no-repeat center center/contain;
  width: 716.149px;
  height: 934.996px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .origin::after {
    width: 618.149px;
    height: 800.996px;
  }
}
@media screen and (min-width: 768px) {
  .origin {
    padding-top: 160px;
    padding-bottom: 290px;
  }
}

@media screen and (min-width: 768px) {
  .origin__inner {
    max-width: 880px;
    width: 100%;
    padding: 0;
  }
}

.origin__heading {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .origin__heading {
    font-size: 40px;
  }
}

.origin__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .origin__content {
    margin-top: 92px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 150px;
  }
}

.origin__lead {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .origin__lead {
    margin-top: 10px;
  }
}
.origin__text {
  color: #fff;
  font-weight: 400;
  line-height: 200%; /* 40px */
}
@media screen and (max-width: 767px) {
  .origin__text {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .origin__text {
    font-size: 20px;
  }
}

.values {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .values {
    padding-top: 150px;
    padding-bottom: 300px;
  }
}

.values__bg {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
  z-index: -1; /* ★ 背景レイヤーはマイナス */
  pointer-events: none;
}

.values__bg-fixed {
  position: fixed;
  inset: 0;
  background: url(../img/values-bg.jpg) no-repeat center/cover;
  /* iOS / Safari 安定化 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  top: 54px;
}
@media screen and (min-width: 768px) {
  .values__bg-fixed {
    top: 86px;
  }
}

@media screen and (min-width: 768px) {
  .values__inner {
    max-width: 880px;
    width: 100%;
    padding: 0;
  }
}

.values__heading {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.values__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .values__content {
    margin-top: 78px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
  }
}

.values__lead {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  padding-top: 10px;
}

.values__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .values__lists {
    margin-top: 30px;
  }
}

.values__list-lead {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 41.6px */
  padding-left: 34px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .values__list-lead {
    font-size: 26px;
    padding-left: 70px;
  }
}
.values__list-lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 28px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .values__list-lead::before {
    width: 57px;
  }
}

.values__list-text {
  color: #fff;
  font-size: 17px;
  line-height: 200%; /* 40px */
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .values__list-text {
    font-size: 20px;
  }
}

.contribution {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .contribution {
    padding-top: 180px;
  }
}

.contribution__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%; /* 52px */
}
@media screen and (max-width: 767px) {
  .contribution__text {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .contribution__text {
    font-size: 26px;
  }
}

.contribution__items {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contribution__items {
    margin-top: 146px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contribution__item:nth-of-type(1) {
  background: #c9241f;
  color: #fff;
  padding: 40px 30px 60px 8px;
  position: relative;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .contribution__item:nth-of-type(1) {
    max-width: 380px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contribution__item:nth-of-type(1) {
    padding: 70px 48px 60px 100px;
    width: 50.15vw;
  }
}
.contribution__item:nth-of-type(1) .contribution__item-text {
  margin-top: 26px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .contribution__item:nth-of-type(1) .contribution__item-text {
    padding-left: 36px;
  }
}
.contribution__item:nth-of-type(2) {
  background: #9f1917;
  color: #fff;
  padding: 93px 16px 36px 64px;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
  position: absolute;
  top: 248px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .contribution__item:nth-of-type(2) {
    padding: 102px 30px 108px 254px;
    top: 38px;
    width: 65.31vw;
  }
}
.contribution__item:nth-of-type(2) .contribution__item-text {
  margin-top: 52px;
}

.contribution__item-lead {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .contribution__item-lead {
    font-size: 32px;
  }
}

.contribution__item-accent {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  padding-left: 16px;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contribution__item-accent {
    font-size: 16px;
    margin-top: 53px;
    padding-left: 36px;
  }
}
.contribution__item-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background: #fff;
  width: 3px;
  height: 47px;
}
@media screen and (min-width: 768px) {
  .contribution__item-accent::before {
    left: 20px;
  }
}

.contribution__item-text {
  color: #fff;
  font-size: 14px;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .contribution__item-text {
    font-size: 16px;
  }
}

.guideline {
  padding-top: 268px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .guideline {
    padding-top: 210px;
    padding-bottom: 100px;
  }
}

.guideline__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .guideline__content {
    margin-top: 68px;
  }
}

.guideline__lead {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .guideline__lead {
    font-size: 40px;
  }
}

.guideline__lists {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .guideline__lists {
    margin-top: 60px;
  }
}

.guideline__list-lead {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 41.6px */
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .guideline__list-lead {
    font-size: 26px;
  }
}

.guideline__list-text {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .guideline__list-text {
    font-size: 16px;
  }
}

.phase__bg {
  background: url(../img/phase-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .phase__bg {
    height: 333px;
  }
}

.phase__content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .phase__content {
    margin-top: 112px;
  }
}

.phase__heading {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .phase__heading {
    font-size: 40px;
  }
}
.phase__heading span {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
@media screen and (min-width: 768px) {
  .phase__heading span {
    font-size: 40px;
  }
}
.phase__heading span::before {
  content: "しごと";
  position: absolute;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.8px;
  text-transform: capitalize;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .phase__heading span::before {
    font-size: 16px;
    letter-spacing: 6.4px;
  }
}

.phase__lead {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .phase__lead {
    margin-top: 60px;
    font-size: 26px;
  }
}
.phase__lead span {
  color: #c9241f;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .phase__lead span {
    font-size: 26px;
  }
}

/* ──────────── ★ グラフエリア（矢印ステップ） ──────────── */
/* 上の黒バー -------------------------------------- */
.phase__graph {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .phase__graph {
    gap: 4px;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.phase__graph-top {
  background: #181818;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 13px 10px;
}
@media screen and (min-width: 768px) {
  .phase__graph-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 100px;
    padding: 6px 60px;
  }
}
@media screen and (min-width: 900px) {
  .phase__graph-top {
    gap: 16.4vw;
    padding: 6px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .phase__graph-top {
    gap: 210px;
    padding: 6px 60px;
  }
}

.phase__graph-lead {
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .phase__graph-lead {
    height: 122px;
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.phase__graph-lead::before {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .phase__graph-lead::before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-lead::before {
    right: -78px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
  }
}
@media screen and (min-width: 900px) {
  .phase__graph-lead::before {
    left: 194px;
  }
}
@media screen and (min-width: 1200px) {
  .phase__graph-lead::before {
    left: 230px;
  }
}
.phase__graph-lead::after {
  content: "";
  position: absolute;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .phase__graph-lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-lead::after {
    height: 1px;
    top: 50%;
    left: 98px;
    width: 36px;
  }
}
@media screen and (min-width: 900px) {
  .phase__graph-lead::after {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .phase__graph-lead::after {
    width: 132px;
  }
}
.phase__graph-lead:last-child::after, .phase__graph-lead:last-child::before {
  display: none;
}

.phase__graph-step {
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  line-height: 160%; /* 25.6px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .phase__graph-step {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-step {
    font-size: 16px;
  }
}

.phase__graph-number {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  line-height: 160%; /* 32px */
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .phase__graph-number {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-number {
    font-size: 20px;
  }
}

.phase__graph-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .phase__graph-body {
    margin-top: 6px;
    height: 178px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.phase__graph-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding: 24px 20px;
  position: relative;
  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;
}
@media screen and (min-width: 768px) {
  .phase__graph-item {
    padding: 40px 0px;
    padding-left: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .phase__graph-item {
    padding: 40px 30px;
    padding-left: 75px;
  }
}
.phase__graph-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .phase__graph-item::after {
    bottom: -20px;
    left: 20px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-item::after {
    top: 0;
    right: -40px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 60px solid transparent;
    border-width: 88px 0 88px 50px;
    border-right: 0;
    right: -50px;
  }
}
.phase__graph-item:last-child::after {
  display: none;
}

.phase__graph-item--1 {
  background: #e8e8e8;
}
.phase__graph-item--1::after {
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .phase__graph-item--1::after {
    border-top-color: #e8e8e8;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-item--1::after {
    border-left-color: #e8e8e8;
  }
}

.phase__graph-item--2 {
  background: #d9d9d9;
}
.phase__graph-item--2::after {
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .phase__graph-item--2::after {
    border-top-color: #d9d9d9;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-item--2::after {
    border-left-color: #d9d9d9;
  }
}

.phase__graph-item--3 {
  background: #181818;
}
.phase__graph-item--3::after {
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .phase__graph-item--3::after {
    border-top-color: #181818;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-item--3::after {
    border-left-color: #181818;
  }
}

.phase__graph-item--4 {
  background: #c9241f;
}
.phase__graph-item--4::after {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .phase__graph-item--4::after {
    border-top-color: #c9241f;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-item--4::after {
    border-left-color: #c9241f;
  }
}
@media screen and (min-width: 768px) {
  .phase__graph-item--4 {
    padding-inline: 50px 8px;
  }
}
@media screen and (min-width: 1200px) {
  .phase__graph-item--4 {
    padding-inline: 70px;
  }
}

.phase__graph-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .phase__graph-title {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .phase__graph-title {
    font-size: 36px;
  }
}

.phase__graph-text {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  line-height: 160%; /* 25.6px */
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .phase__graph-text {
    margin-top: 14px;
    font-size: 16px;
    text-align: center;
  }
}
.phase__graph-item--3 .phase__graph-title,
.phase__graph-item--3 .phase__graph-text,
.phase__graph-item--4 .phase__graph-title,
.phase__graph-item--4 .phase__graph-text {
  color: #fff;
}

.phase__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  margin-top: 45px;
}
@media screen and (min-width: 900px) {
  .phase__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.phase__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .phase__list {
    margin-inline: 6px;
  }
}
@media screen and (min-width: 768px) {
  .phase__list {
    padding: 24px 0px 30px;
  }
}
@media screen and (min-width: 900px) {
  .phase__list {
    padding-inline: 38px;
  }
}
.phase__list:not(:first-child) {
  border-top: 2px solid #181818;
}
@media screen and (min-width: 900px) {
  .phase__list:not(:first-child) {
    border-left: 2px solid #181818;
    border-top: none;
  }
}

.phase__list-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .phase__list-lead {
    font-size: 20px;
  }
}

.phase__list-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 160%; /* 25.6px */
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .phase__list-text {
    font-size: 16px;
  }
}

.phase__about {
  margin-top: 70px;
  background: #fff;
  -webkit-box-shadow: 4px 6px 0 0 #c9241f;
          box-shadow: 4px 6px 0 0 #c9241f;
  padding: 86px 40px 100px 40px;
  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;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .phase__about {
    position: relative;
    margin-left: -20px;
  }
}
@media screen and (min-width: 900px) {
  .phase__about {
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.phase__company {
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .phase__company {
    max-width: 460px;
  }
}
@media screen and (min-width: 900px) {
  .phase__company {
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .phase__company {
    max-width: 460px;
  }
}

.phase__company-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .phase__company-title {
    font-size: 40px;
  }
}
.phase__company-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 5px;
  height: 48px;
  background: #c9241f;
}

.phase__company-list {
  width: 100%;
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
}
.phase__company-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .phase__company-row {
    max-width: 460px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .phase__company-row {
    height: 38px;
  }
}

.phase__company-row dt {
  min-width: 120px;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 4px;
  position: relative;
}
.phase__company-row dt::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  background: #c9241f;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .phase__company-row dt {
    min-width: 150px;
  }
}

.phase__company-row dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 18px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.phase__company-row dd::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  background: #181818;
  width: 100%;
  height: 2px;
}
.phase__business-title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  padding-left: 4px;
  line-height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .phase__business-title {
    font-size: 40px;
  }
}
.phase__business-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 5px;
  height: 48px;
  background: #c9241f;
}

.phase__business-lists {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.phase__business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  position: relative;
  padding-left: 40px;
}
.phase__business-list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #181818;
}

.about__ceo {
  margin-block: 100px;
}

.about__ceo-content {
  background: #c9241f;
  padding: 16px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__ceo-content {
    max-height: 280px;
  }
}
@media screen and (min-width: 900px) {
  .about__ceo-content {
    padding: 60px 45px;
  }
}
.about__ceo-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/about__ceo-bg-sm.png) no-repeat center center/cover;
  width: 44vw;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .about__ceo-content::after {
    width: 44vw;
  }
}
@media screen and (min-width: 1200px) {
  .about__ceo-content::after {
    background: url(../img/about__ceo-bg.png) no-repeat center center/cover;
    width: 561px;
    height: 280px;
  }
}

.about__ceo-left {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__ceo-left {
    width: 56%;
  }
}

.about__ceo-en {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about__ceo-en {
    font-size: 30px;
  }
}

.about__ceo-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .about__ceo-title {
    font-size: 40px;
  }
}

.about__ceo-more {
  margin-top: 10px;
  color: #fff;
  font-family: "GFS Didot", serif;
  font-size: 12px;
  line-height: 160%; /* 22.4px */
  padding-right: 50px;
  position: relative;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .about__ceo-more {
    margin-top: 36px;
    padding-right: 110px;
    font-size: 14px;
  }
}
.about__ceo-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 107px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__ceo-more:hover::after {
  left: 20px;
}
.about__ceo-more:hover .about__ceo {
  opacity: 0.7;
}

.about__ceo-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  max-height: 280px;
}
/*
Theme Name: PHOENIX
*/
.page-id-16 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.l__message {
  padding-top: 115px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l__message {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .l__message {
    padding-top: 140px;
  }
}

.l__message-head {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  display: inline-block;
  position: relative;
}
.l__message-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/コンマ.png) no-repeat center center/contain;
  width: 51px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .l__message-head::before {
    top: -8px;
    left: -88px;
    width: 90px;
    height: 67px;
  }
}
.l__message-head::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/コンマ.png) no-repeat center center/contain;
  width: 51px;
  height: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .l__message-head::after {
    top: -40px;
    right: -60px;
    width: 90px;
    height: 67px;
  }
}
@media screen and (min-width: 768px) {
  .l__message-head {
    font-size: 20px;
  }
}

.l__message-footer {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .l__message-footer {
    margin-top: 72px;
  }
}

.l__message-accent {
  color: #c9241f;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .l__message-accent {
    font-size: 20px;
    margin-top: 14px;
  }
}

.l__message-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .l__message-text {
    margin-top: 40px;
    font-size: 16px;
  }
}

.seminar {
  background: -webkit-gradient(linear, left top, left bottom, from(#9f1917), to(#c9241f));
  background: linear-gradient(180deg, #9f1917 0%, #c9241f 100%);
  position: relative;
  padding-block: 45px;
}
@media screen and (min-width: 768px) {
  .seminar {
    margin-top: 80px;
    padding-top: 56px;
    padding-bottom: 65px;
  }
}
.seminar::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .seminar::after {
    left: 0;
    bottom: -39px;
    width: 100%;
    height: 40px;
    background: #c9241f;
    /* SP：V字 */
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (min-width: 768px) {
  .seminar::after {
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 50px solid #c9241f;
  }
}

.seminar__lead {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .seminar__lead {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.seminar__lists {
  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;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .seminar__lists {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
  }
}

.seminar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  min-height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .seminar__list {
    margin-top: 40px;
    min-height: 314px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seminar__list:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.seminar__list-img img {
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .seminar__list-img img {
    width: 100px;
    height: 100%;
    border-radius: 0;
  }
}

.seminar__list-body {
  padding: 24px 10px;
}
@media screen and (min-width: 768px) {
  .seminar__list-body {
    padding: 25px;
  }
}

.seminar__list-text {
  color: #c9241f;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .seminar__list-text {
    font-size: 20px;
    text-align: center;
  }
}

.recommend {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#ffffff));
  background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.recommend__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (min-width: 768px) {
  .recommend__items {
    gap: 72px;
  }
}

.recommend__label {
  display: block;
  background: #000;
  color: #fff;
  padding: 6px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recommend__label {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .recommend__label {
    font-size: 20px;
    padding: 6px 16px;
    display: inline-block;
  }
}
.recommend__label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #000; /* 黒い三角 */
}
@media screen and (min-width: 768px) {
  .recommend__label::after {
    left: 40px;
  }
}

.recommend__head {
  margin-top: 28px;
  color: #c9241f;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend__head {
    font-size: 20px;
    padding-left: 66px;
  }
}
.recommend__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #c9241f; /* これが三角の本体色 */
}
@media screen and (min-width: 768px) {
  .recommend__head::before {
    border-left: 16px solid #c9241f; /* これが三角の本体色 */
    left: 38px;
  }
}

.recommend__content {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .recommend__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    padding-left: 38px;
  }
}

.recommend__img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recommend__img {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .recommend__img {
    width: 240px;
    height: 200px;
  }
}
.recommend__img::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  background: #c9241f;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.recommend__img img {
  aspect-ratio: 298/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .recommend__img img {
    width: 240px;
    height: 200px;
  }
}

.recommend__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recommend__text {
  font-size: 14px;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .recommend__text {
    font-size: 20px;
  }
}

.why {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .why {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 160px;
  }
}

.why__bg {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
  z-index: -1; /* ★ 背景レイヤーはマイナス */
  pointer-events: none;
}

.why__bg-fixed {
  position: fixed;
  inset: 0;
  background: url(../img/why-bg-sm.jpg) no-repeat center/cover;
  /* iOS / Safari 安定化 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  top: 54px;
}
@media screen and (min-width: 768px) {
  .why__bg-fixed {
    top: 86px;
    background: url(../img/why-bg.jpg) no-repeat center/cover;
  }
}

.why__content {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.18);
  padding: 32px 24px 56px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .why__content {
    margin-top: 74px;
    padding: 32px 60px 56px;
  }
}

.why__lead {
  color: #c99c52;
  display: inline-block;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 64px */
  border-bottom: 1px solid #c99c52;
}
@media screen and (min-width: 768px) {
  .why__lead {
    font-size: 40px;
  }
}

.why__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 52px;
}

.why__item-num {
  color: #c9241f;
  font-family: "Geologica", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.why__item-lead {
  margin-top: 10px;
  color: #c9241f;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .why__item-lead {
    font-size: 20px;
  }
}

.why__item-text {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 767px) {
  .why__item-text {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .why__item-text {
    font-size: 16px;
  }
}

.why__item-accent {
  font-weight: 700;
}

/*
Theme Name: PHOENIX
*/
.page-id-14 {
  background: url(../img/training-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.l__message {
  padding-top: 115px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l__message {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .l__message {
    padding-top: 140px;
  }
}

.l__message-head {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  display: inline-block;
  position: relative;
}
.l__message-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/コンマ.png) no-repeat center center/contain;
  width: 51px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .l__message-head::before {
    top: -8px;
    left: -88px;
    width: 90px;
    height: 67px;
  }
}
.l__message-head::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/コンマ.png) no-repeat center center/contain;
  width: 51px;
  height: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .l__message-head::after {
    top: -40px;
    right: -60px;
    width: 90px;
    height: 67px;
  }
}
@media screen and (min-width: 768px) {
  .l__message-head {
    font-size: 20px;
  }
}

.l__message-accent {
  color: #c9241f;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .l__message-accent {
    font-size: 20px;
    margin-top: 14px;
  }
}

.l__message-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .l__message-text {
    margin-top: 40px;
    font-size: 16px;
  }
}

.result {
  padding-top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .result {
    padding-top: 155px;
  }
}
.result::after {
  content: "";
  position: absolute;
  top: -92px;
  left: 0;
  background: url(../img/result_img-sm.jpg) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .result::after {
    width: 314px;
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .result::after {
    top: 96px;
    background: url(../img/result_img.jpg) no-repeat center center/contain;
    border-radius: 0 8px 8px 0;
    aspect-ratio: 580/475;
    max-width: 580px;
    width: 45vw;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .result__inner {
    max-width: 1280px;
    margin-inline: auto;
  }
}

.result__content {
  max-width: 910px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
  margin-left: auto;
}

.result__content-head {
  padding: 88px 16px 50px;
}
@media screen and (min-width: 768px) {
  .result__content-head {
    padding: 40px 32px 45px;
  }
}

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

.result__title-en {
  color: var(--main, #c9241f);
  text-align: center;
  font-family: "Geologica", sans-serif;
  text-transform: capitalize;
  font-size: 58px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .result__title-en {
    font-size: 80px;
    font-weight: 500;
    line-height: 100%;
  }
}

.result__text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .result__text {
    font-size: 16px;
    line-height: normal;
  }
}

.result__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .result__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.result__item {
  padding: 24px 16px 40px;
}
@media screen and (min-width: 768px) {
  .result__item {
    width: 50%;
    padding: 20px 20px 20px 40px;
  }
}
.result__item:nth-of-type(1) {
  background: #181818;
}
.result__item:nth-of-type(2) {
  background: #c9241f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .result__item:nth-of-type(2) {
    padding: 54px 16px 70px;
  }
}
.result__item:nth-of-type(2) .result__item-lead::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 38px;
  background: url(../img/result__item-arrow-sm.png) no-repeat center center/contain;
  width: 22.559px;
  height: 60.735px;
}
@media screen and (min-width: 768px) {
  .result__item:nth-of-type(2) .result__item-lead::before {
    top: 30px;
    left: -88px;
    background: url(../img/result__item-arrow.png) no-repeat center center/contain;
    width: 118px;
    height: 22.559px;
  }
}

.result__item-team {
  position: relative;
}
.result__item-team::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/result__item-team-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.result__item.result__item-team {
  background: none;
}

.result__item-lead {
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
}
.result__item-lists {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .result__item-lists {
    margin-top: 14px;
  }
}

.result__item-list {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  padding-left: 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .result__item-list {
    font-size: 16px;
    padding-left: 32px;
  }
}
.result__item-list::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -4px;
  background: url(../img/check.png) no-repeat center center/contain;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .result__item-list::before {
    top: 8px;
    left: -8px;
    width: 40px;
    height: 40px;
  }
}

.method {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .method {
    padding-top: 80px;
  }
}

.method__imgs {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .method__imgs {
    top: -45px;
    right: 0;
    z-index: 5;
  }
}
@media screen and (min-width: 768px) {
  .method__imgs {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .method__imgs {
    display: block;
    top: 28px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .method__img img {
    width: 315px;
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .method__img img {
    border-radius: 8px 0 0 0;
    width: 45.31vw;
  }
}
@media screen and (min-width: 1200px) {
  .method__img img {
    max-width: 580px;
  }
}

@media screen and (min-width: 768px) {
  .method__inner {
    max-width: 1280px;
    padding-left: 0;
    margin-inline: auto;
  }
}

.method__content {
  max-width: 910px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
  padding: 120px 12px 68px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .method__content {
    padding: 72px 82px 80px 68px;
  }
}

@media screen and (min-width: 768px) {
  .method__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.method__text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .method__text {
    margin-top: 34px;
    padding-inline: 0;
  }
}

.method__items {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.method__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.method__item:nth-of-type(1) .method__step {
  background: rgba(201, 36, 31, 0.3);
}
.method__item:nth-of-type(2) .method__step {
  background: rgba(201, 36, 31, 0.6);
}
.method__item:nth-of-type(3) .method__step {
  background: rgba(201, 36, 31, 0.7);
}
.method__item:nth-of-type(4) .method__step {
  background: rgba(201, 36, 31, 0.9);
}
.method__item:nth-of-type(5) .method__step {
  background: var(--main, #c9241f);
}

.method__step {
  padding: 12px 14px 34px;
  color: #fff;
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .method__step {
    padding: 10px 16px 34px;
    gap: 0px;
  }
}

.method__step-text {
  font-size: 14px;
  font-family: "Geologica", sans-serif;
}
@media screen and (min-width: 768px) {
  .method__step-text {
    font-size: 16px;
  }
}

.method__step-num {
  text-align: center;
  font-family: "Geologica", sans-serif;
}
@media screen and (min-width: 768px) {
  .method__step-num {
    font-size: 20px;
  }
}

.method__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px 10px 12px;
  border-bottom: 1px solid #efbdbc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .method__item-body {
    padding: 12px 28px 0 16px;
    gap: 6px;
  }
}

.method__item-lead {
  color: #c9241f;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .method__item-lead {
    font-size: 20px;
  }
}

.method__item-text {
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .method__item-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .method__imgs-sm {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.method__content-footer {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .method__content-footer {
    margin-top: 60px;
  }
}

.method__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.method__feature-head {
  background: #c9241f;
  display: inline-block;
  padding: 5px 0px 5px 8px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .method__feature-head {
    font-size: 26px;
    padding: 8px 20px;
  }
}

.method__feature-content {
  margin-top: 20px;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .method__feature-content {
    margin-top: 26px;
    padding-left: 20px;
  }
}

.method__feature-reason {
  color: #c99c52;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .method__feature-reason {
    font-size: 26px;
  }
}

.method__feature-items {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.method__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .method__feature-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.method__feature-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.method__feature-icon img {
  width: 53px;
  height: 53px;
}
@media screen and (min-width: 768px) {
  .method__feature-icon img {
    width: 98px;
    height: 98px;
  }
}

.method__feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.method__feature-lead {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .method__feature-lead {
    font-size: 20px;
    line-height: normal;
  }
}

.method__feature-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .method__feature-text {
    font-size: 16px;
  }
}

.method__feature-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.method__feature-list {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .method__feature-list {
    font-size: 20px;
  }
}
.method__feature-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/method__feature-Check.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .method__feature-list::before {
    width: 32px;
    height: 32px;
  }
}
.method__feature-list span {
  color: #c9241f;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .method__feature-list span {
    font-size: 20px;
  }
}

.method__feature-footer {
  margin-top: 20px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .method__feature-footer {
    font-size: 16px;
  }
}

.program {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.43%, #9f1917), color-stop(98.12%, #c9241f));
  background: linear-gradient(180deg, #9f1917 22.43%, #c9241f 98.12%);
  padding-top: 50px;
  padding-bottom: 66px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program {
    padding-top: 220px;
    padding-bottom: 72px;
    margin-top: -200px;
  }
}
.program::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/program-bg.png") no-repeat center/cover;
  width: 344.473px;
  height: 456.474px;
}
@media screen and (min-width: 768px) {
  .program::before {
    width: 1208.78px;
    height: 1666.985px;
  }
}

.program__title-en {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .program__title-en {
    color: #fff;
    font-size: 100px;
    font-weight: 500;
    line-height: 160%; /* 160px */
    text-transform: capitalize;
  }
}

.program__title-ja {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .program__title-ja {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%; /* 32px */
  }
}

.program__lead {
  margin-top: 18px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .program__lead {
    margin-top: 68px;
    padding: 12px 40px;
    font-size: 20px;
  }
}

.program__schedule-lists {
  max-width: 640px;
  margin: 26px auto 0px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program__schedule-lists {
    padding-inline: 8px;
  }
}
@media screen and (min-width: 768px) {
  .program__schedule-lists {
    margin-top: 60px;
    gap: 18px;
  }
}
.program__schedule-lists::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 70px;
  background: #fff;
  width: 2px;
  height: 80%;
}
@media screen and (min-width: 768px) {
  .program__schedule-lists::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    width: 2px;
    height: 90%;
    left: 117px;
    height: 90%;
  }
}

.program__schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program__schedule-list {
    padding-left: 40px;
    gap: 40px;
  }
}
.program__schedule-list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 59px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #fff;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .program__schedule-list::before {
    top: 5px;
    left: 111px;
    width: 14px;
    height: 14px;
  }
}

.program__schedule-list:last-child .program__schedule-tag {
  position: relative;
}
@media screen and (max-width: 767px) {
  .program__schedule-list:last-child .program__schedule-tag::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 62px;
    background: #fff;
    width: 2px;
    height: 20px;
  }
}

.program__schedule-tag {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .program__schedule-tag {
    font-size: 16px;
  }
}

.program__schedule-text {
  color: #fff;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .program__schedule-text {
    font-size: 16px;
  }
}

.program__text {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 160%; /* 48px */
}
@media screen and (min-width: 768px) {
  .program__text {
    font-size: 30px;
    margin-top: 60px;
  }
}

/*
Theme Name: PHOENIX
*/
.page-id-18 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .page-id-18 .l__fv-img img {
    width: min(187px, 40.8vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.team__message {
  padding-top: 115px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .team__message {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}

.team__message-head {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .team__message-head {
    font-size: 20px;
    line-height: normal;
  }
}
.team__message-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/コンマ.png) no-repeat center center/contain;
  width: 51px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .team__message-head::before {
    top: -8px;
    left: -88px;
    width: 90px;
    height: 67px;
  }
}
.team__message-head::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/コンマ.png) no-repeat center center/contain;
  width: 51px;
  height: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .team__message-head::after {
    top: -40px;
    right: -60px;
    width: 90px;
    height: 67px;
  }
}

.team__message-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .team__message-text {
    margin-top: 40px;
    font-size: 16px;
  }
}

.team__message-accent {
  color: #c9241f;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .team__message-accent {
    font-size: 36px;
    margin-top: 100px;
  }
}

.team__message-footer {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .team__message-footer {
    font-size: 16px;
  }
}

.team__item:nth-of-type(1) .seminar__item-img {
  position: relative;
}
.team__item:nth-of-type(1) .seminar__item-img::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -80px;
  background: url(../img/team__item-img-small1.png) no-repeat center center/contain;
  width: 159px;
  height: 106px;
}
@media screen and (min-width: 768px) {
  .team__item:nth-of-type(1) .seminar__item-img::before {
    left: -96px;
    bottom: -123px;
    width: 270px;
    height: 180.067px;
  }
}
.team__item:nth-of-type(2) .seminar__item-img {
  position: relative;
}
.team__item:nth-of-type(2) .seminar__item-img::before {
  content: "";
  position: absolute;
  right: 32px;
  bottom: -80px;
  background: url(../img/team__item-img-small2.png) no-repeat center center/contain;
  width: 159px;
  height: 106px;
}
@media screen and (min-width: 768px) {
  .team__item:nth-of-type(2) .seminar__item-img::before {
    right: 64px;
    bottom: -150px;
    width: 270px;
    height: 180.067px;
  }
}

/*
Theme Name: PHOENIX
*/
.page-id-20 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .page-id-20 .l__fv-img img {
    width: min(187px, 40.8vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.communication__item:nth-of-type(1) .seminar__item-img {
  position: relative;
}
.communication__item:nth-of-type(1) .seminar__item-img::before {
  content: "";
  position: absolute;
  left: -96px;
  bottom: -123px;
  background: url(../img/communication__item-img-small1.png) no-repeat center center/contain;
  width: 270px;
  height: 180.067px;
}
.communication__item:nth-of-type(2) .seminar__item-img {
  position: relative;
}
.communication__item:nth-of-type(2) .seminar__item-img::before {
  content: "";
  position: absolute;
  right: 64px;
  bottom: -150px;
  background: url(../img/communication__item-img-small2.png) no-repeat center center/contain;
  width: 270px;
  height: 180.067px;
}

/*
Theme Name: PHOENIX
*/
.l__column {
  padding-top: 60px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l__column {
    padding-top: 103px;
  }
}

.l__column-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -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;
  position: relative;
}
@media screen and (min-width: 900px) {
  .l__column-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l__column-heading {
  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;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l__column-heading {
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .l__column-heading {
    width: min(27.34vw, 350px);
  }
}

.l__column-title-en {
  color: #c9241f;
  font-family: "Geologica", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
}
@media screen and (min-width: 768px) {
  .l__column-title-en {
    font-size: 48px;
  }
}

.l__column-title-ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .l__column-title-ja {
    font-size: 16px;
  }
}

.l__column-categories {
  margin-left: auto;
  border-radius: 8px 0 0 8px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 0px;
  padding: 32px 0px 32px 15px;
  position: relative;
  margin-right: -20px;
  width: 98.13vw;
}
@media screen and (min-width: 768px) {
  .l__column-categories {
    margin-right: -80px;
    padding: 50px 0 54px 32px;
  }
}
@media screen and (min-width: 900px) {
  .l__column-categories {
    width: clamp(600px, 64vw, 100%);
    margin-top: 36px;
    position: absolute;
    left: min(480px, 36.25vw);
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .l__column-categories {
    grid-template-columns: 360px 1fr;
  }
}
.l__column-category {
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l__column-category {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .l__column-category {
    font-size: 18px;
    padding-left: 36px;
  }
}
.l__column-category::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: url(../img/link-icon-red.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l__column-category::before {
    top: 11px;
    width: 20px;
    height: 20px;
  }
}

.l__column-category {
  position: relative;
  z-index: 0;
  /* =========================
     疑似要素は全デバイス共通
  ========================= */
  /* =========================
     hoverするのは md 以上だけ
  ========================= */
}
.l__column-category::after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 0;
  height: 100%;
  background: #c9241f;
  z-index: -1;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l__column-category::after {
    left: -32px;
  }
}
@media screen and (min-width: 768px) {
  .l__column-category:hover {
    color: #fff;
    z-index: 1;
  }
  .l__column-category:hover::before {
    left: 8px;
    background: url(../img/link-icon-white.png) no-repeat center center/contain;
  }
  .l__column-category:hover::after {
    width: 100%;
  }
}

.l__column-category.is-active {
  color: #fff;
  z-index: 1;
}
.l__column-category.is-active::before {
  left: 4px;
  background: url(../img/link-icon-white.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .l__column-category.is-active::before {
    left: 8px;
  }
}
.l__column-category.is-active::after {
  width: 100%;
}

.l__column-items {
  margin-top: 40px;
  padding-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 90px 32px;
}
@media screen and (min-width: 768px) {
  .l__column-items {
    margin-top: 60px;
    padding-bottom: 84px;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 900px) {
  .l__column-items {
    margin-top: 200px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .l__column-items {
    margin-top: 240px;
  }
}

.l__column-item-category {
  margin-top: 24px;
  color: #575757;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
/* タイトル */
.l__column-item-title {
  margin-top: 10px;
  color: #282727;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l__column-item-more {
  margin-top: 30px;
  text-align: right;
}

/* ===============================
   Pagination Base
   =============================== */
.l__column-pagination {
  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;
  gap: 6px;
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .l__column-pagination {
    gap: 40px;
  }
}

.l__column-pagination li {
  list-style: none;
}

/* 数字リンク・Prev/Next 共通 */
.l__column-pagination a,
.l__column-pagination span {
  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;
  padding: 4px 18px;
  min-width: 32px;
  background: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px; /* 257.143% */
  letter-spacing: 0.96px;
}
@media screen and (min-width: 768px) {
  .l__column-pagination a,
  .l__column-pagination span {
    font-family: "Geologica", sans-serif;
    font-size: 22px;
    padding: 10px 21px;
  }
}

/* Hover */
.l__column-pagination a:hover {
  background: #c9241f;
}

/* 現在のページ（赤） */
.l__column-pagination .current {
  background: #c9241f;
  color: #fff;
}

/* 「…」など省略記号 */
.l__column-pagination li span.dots,
.l__column-pagination li span:not(.current):not(.page-numbers) {
  background: #fff;
  color: #000;
  border-color: #000;
}

/* 「前へ」「次へ」 */
.l__column-pagination .prev,
.l__column-pagination .next {
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Geologica", sans-serif;
  padding-inline: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px; /* 257.143% */
  letter-spacing: 0.96px;
}
@media screen and (min-width: 768px) {
  .l__column-pagination .prev,
  .l__column-pagination .next {
    font-family: "Geologica", sans-serif;
    padding-inline: 40px;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px; /* 163.636% */
    letter-spacing: 0.96px;
  }
}

.l__column-footer {
  margin-top: 50px;
  margin-bottom: 60px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .l__column-footer {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l__column-footer {
    margin-top: 180px;
    margin-bottom: 118px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2px;
  }
}

.l__column-footer .contact__link:nth-of-type(1)::before {
  content: "Training";
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  color: #c9241f;
  font-family: "Gruppo", sans-serif;
  font-size: 26px;
  line-height: 80%; /* 48px */
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .l__column-footer .contact__link:nth-of-type(1)::before {
    font-size: 30px;
    left: -90px;
  }
}
@media screen and (max-width: 767px) {
  .l__column-footer .contact__link:nth-of-type(2) {
    margin-right: auto;
  }
}
.l__column-footer .contact__link:nth-of-type(2)::before {
  content: "Speaking";
  position: absolute;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: #c99c52;
  font-family: "Gruppo", sans-serif;
  font-size: 26px;
  line-height: 80%; /* 48px */
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .l__column-footer .contact__link:nth-of-type(2)::before {
    font-size: 30px;
    right: -90px;
  }
}

.archive__partner-head {
  padding-bottom: 52px;
  position: relative;
}
.archive__partner-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91.4vw;
  height: 1px;
  background: #000;
}

.archive__partner-items {
  margin-top: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .archive__partner-items {
    margin-top: 108px;
  }
}

.archive__partner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #181818;
}
@media screen and (min-width: 768px) {
  .archive__partner-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 66px;
  }
}

.archive__partner-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.archive__partner-item-img img {
  width: 336px;
  height: 260px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive__partner-item-body {
  padding-top: 28px;
}

.archive__partner-position {
  color: #c99c52;
  font-size: 16px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .archive__partner-position {
    font-size: 16px;
  }
}

.archive__partner-affiliation {
  margin-top: 10px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .archive__partner-affiliation {
    margin-top: 10px;
    font-size: 14px;
  }
}

.archive__partner-name {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .archive__partner-name {
    margin-top: 14px;
    font-size: 16px;
  }
}

.archive__partner-text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .archive__partner-text {
    margin-top: 18px;
    font-size: 16px;
  }
}

.archive__partner-item-tag {
  margin-top: 6px;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  line-height: normal;
  padding-left: 10px;
  position: relative;
}
.archive__partner-item-tag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  width: 3px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .archive__partner-item-tag {
    margin-top: 6px;
    font-size: 14px;
  }
}

.archive__partner-item-category {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .archive__partner-item-category {
    font-size: 14px;
  }
}

.archive__partner-item-more {
  margin-top: 26px;
  padding-right: 12px;
  text-align: right;
}

.post-type-archive-lecture .l__fv {
  height: auto;
}
@media screen and (max-width: 767px) {
  .post-type-archive-lecture .l__fv {
    padding-top: 24px;
  }
}
.post-type-archive-lecture .l__fv-text {
  width: 67%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .post-type-archive-lecture .l__fv-text {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-lecture .l__fv-img {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-lecture .sm-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
  }
}

@media screen and (min-width: 768px) {
  .l__column-items.l__column-items-lecture {
    margin-top: 134px;
  }
}

/*
Theme Name: PHOENIX
*/
.single__inner {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .single__inner {
    padding-top: 80px;
  }
}

.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.single__head-name {
  color: #c9241f;
  font-size: 28px;
  font-weight: 500;
  line-height: 160%; /* 80px */
}
@media screen and (min-width: 768px) {
  .single__head-name {
    font-size: 50px;
  }
}

.single__head-title {
  font-size: 18px;
  line-height: 160%; /* 28.8px */
}
@media screen and (min-width: 768px) {
  .single__head-title {
    font-size: 22px;
  }
}

.single__tags {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .single__tags {
    margin-top: 64px;
  }
}

.single__tag {
  display: grid;
  grid-template-columns: 68px auto;
  gap: 24px;
  font-size: 10px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .single__tag {
    font-size: 12px;
  }
}

.single__article {
  margin-top: 36px;
  padding-bottom: 130px;
  border-bottom: 1px solid #181818;
}

.single__thumbnail {
  padding-bottom: 16px;
  border-bottom: 1px solid #181818;
}
@media screen and (min-width: 768px) {
  .single__thumbnail {
    padding-bottom: 24px;
  }
}
.single__thumbnail img {
  width: 100%;
}

.single__content {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .single__content {
    padding-top: 72px;
  }
}
.single__content p {
  font-size: 14px;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .single__content p {
    font-size: 16px;
  }
}
.single__content h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9241f;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
@media screen and (min-width: 768px) {
  .single__content h3 {
    font-size: 20px;
  }
}
.single__content h4 {
  color: #c9241f;
  font-size: 17px;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
}
@media screen and (min-width: 768px) {
  .single__content h4 {
    font-size: 18px;
  }
}
.single__pagination {
  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;
  gap: 4px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .single__pagination {
    gap: 40px;
    margin-top: 60px;
  }
}

.single__pagination-item a {
  display: inline-block;
  padding: 4px 16px;
  background: #181818;
  color: #fff;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px; /* 163.636% */
  letter-spacing: 0.96px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .single__pagination-item a {
    font-size: 22px;
    padding: 10px 30px;
  }
}

.single__pagination-item a:hover {
  background: #c9241f;
}

@media screen and (min-width: 768px) {
  .single__pagination-prev a,
  .single__pagination-next a {
    padding-inline: 36px;
  }
}

.single__thumbnail-lecture {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .single__thumbnail-lecture {
    padding-bottom: 40px;
  }
}

.single__lecture-tags {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
}
@media screen and (min-width: 768px) {
  .single__lecture-tags {
    padding-left: 18px;
    margin-top: 40px;
  }
}

.single__lecture-tag,
.single__lecture-date,
.single__lecture-place {
  font-size: 10px;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .single__lecture-tag,
  .single__lecture-date,
  .single__lecture-place {
    font-size: 16px;
  }
}

.single__lecture-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .single__lecture-tag {
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .single-speaking__footer {
    margin: 120px auto;
  }
}
.single-speaking__link {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px 14px;
  position: relative;
  color: #fff;
  min-height: 168px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90vw;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-speaking__link {
    margin-top: 120px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .single-speaking__link {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .single-speaking__link {
    max-width: 1000px;
  }
}
.single-speaking__link::before {
  content: "Speaking";
  position: absolute;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: #c99c52;
  font-family: "Gruppo", sans-serif;
  font-size: 26px;
  line-height: 160%; /* 48px */
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .single-speaking__link::before {
    font-size: 30px;
    right: -90px;
  }
}
.single-speaking__link:hover .contact__link-more::after {
  right: -60px;
}

.single__partners-fields {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.single__partners-field {
  font-size: 14px;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .single__partners-field {
    font-size: 16px;
  }
}

.single__partners-tags {
  margin-top: 36px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  position: relative;
}
.single__partners-tags::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #181818;
  width: 3px;
  height: 30.107px;
}
@media screen and (min-width: 768px) {
  .single__partners-tags {
    padding-left: 18px;
  }
}

.single__partners-tag {
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .single__partners-tag {
    font-size: 20px;
  }
}

.single__partners-category {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .single__partners-category {
    font-size: 20px;
  }
}

.single__voice-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 16px;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .single__voice-tags {
    padding-left: 18px;
    margin-top: 44px;
  }
}
.single__voice-tags::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c99c52;
  width: 6px;
  height: 70px;
}

.single__voice-date {
  color: #c99c52;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .single__voice-date {
    font-size: 20px;
  }
}

.single__voice-place {
  color: #c99c52;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .single__voice-place {
    font-size: 20px;
  }
}

/*
Theme Name: PHOENIX
*/
.page-id-139 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.speaking {
  padding-top: 96px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .speaking {
    padding-top: 148px;
    padding-bottom: 120px;
  }
}

.speaking__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  gap: 133px;
}
@media screen and (min-width: 768px) {
  .speaking__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 38px;
  }
}
@media screen and (min-width: 768px) {
  .speaking__content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -120px;
    background: url(../img/speaking-img2.png) no-repeat center center/contain;
    width: 359px;
    height: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .speaking__content::after {
    width: 545px;
    height: 389px;
  }
}
.speaking__red {
  background: #c9241f;
  width: 291px;
  height: 187px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .speaking__red {
    width: 373px;
    height: 585px;
    margin-top: 104px;
  }
}
.speaking__red::after {
  content: "";
  position: absolute;
  top: -33px;
  left: -38px;
  background: url(../img/speaking-img1-sm.png) no-repeat center center/contain;
  width: 303px;
  height: 195px;
}
@media screen and (min-width: 768px) {
  .speaking__red::after {
    top: -104px;
    left: -80px;
    background: url(../img/speaking-img1.png) no-repeat center center/contain;
    width: 280px;
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .speaking__red::after {
    width: 390px;
    height: 610px;
  }
}

@media screen and (max-width: 767px) {
  .speaking__body {
    position: relative;
  }
  .speaking__body::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -98px;
    background: url(../img/speaking-img2.png) no-repeat center center/contain;
    width: 211px;
    height: 150px;
    z-index: -1;
  }
}

.speaking__body-lead {
  color: #c9241f;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .speaking__body-lead {
    font-size: 60px;
  }
}

.speaking__body-footer {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .speaking__body-footer {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) {
  .speaking__body-text {
    font-size: 20px;
  }
}

.speaking__body-accent {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .speaking__body-accent {
    font-size: 20px;
  }
}

.speaking__body-lists {
  border-radius: 8px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 20px;
  margin-block: 15px 20px;
}

.speaking__body-list {
  color: var(--text, #181818);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 200%; /* 40px */
  padding-left: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .speaking__body-list {
    font-size: 20px;
  }
}
.speaking__body-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/method__feature-Check.png) no-repeat center center/contain;
  width: 36px;
  height: 36px;
}

.speaking-client {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .speaking-client {
    padding-bottom: 120px;
  }
}

.speaking-client__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .speaking-client__title-en {
    font-size: 60px;
    font-weight: 400;
  }
}

.speaking-client__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .speaking-client__lists {
    max-height: 225px;
  }
}

.speaking-client__list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .speaking-client__list:last-child {
    width: 100%;
  }
  .speaking-client__list:last-child .speaking-client-img {
    aspect-ratio: 375/130;
  }
  .speaking-client__list:last-child .speaking-client-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .speaking-client__list {
    width: 20%;
  }
}

.speaking-client-img {
  position: relative;
  aspect-ratio: 190/180;
}
@media screen and (min-width: 768px) {
  .speaking-client-img {
    aspect-ratio: 225/300;
  }
}
.speaking-client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speaking-client__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 26px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
@media screen and (min-width: 900px) {
  .speaking-client__text {
    font-size: 24px;
    line-height: normal;
  }
}

.feature {
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-bottom: 120px;
  }
}

.feature__inner {
  position: relative;
}
.feature__inner::after {
  content: "";
  position: absolute;
  top: -75px;
  right: -200px;
  background: url(../img/bg_flare.png) no-repeat center center/contain;
  width: 665px;
  height: 410px;
  mix-blend-mode: screen;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .feature__inner::after {
    top: -100px;
    right: -250px;
    width: 830px;
    height: 830px;
  }
}
@media screen and (min-width: 768px) {
  .feature__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.feature__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .feature__heading {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.feature__title-en {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .feature__title-en {
    font-size: 60px;
  }
}

.feature__title-ja {
  font-weight: 400;
}

.feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .feature__items {
    margin-top: 48px;
  }
}

.feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.feature__item-tag {
  color: #c99c52;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .feature__item-tag {
    font-size: 24px;
  }
}

.feature__item-lead {
  margin-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .feature__item-lead {
    font-size: 24px;
  }
}

.feature__item-text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .feature__item-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .feature__item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.feature__item-img img {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .feature__item-img img {
    width: 240px;
    height: 160px;
  }
}

.theme {
  background: #c9241f;
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) {
  .theme {
    padding-top: 80px;
    padding-bottom: 144px;
  }
}

.theme__inner {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .theme__inner {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .theme__inner {
    padding-left: 80px;
  }
}

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

.theme__title-en {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
}
.theme__title-ja {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .theme__title-ja {
    font-size: 28px;
  }
}

/*
Theme Name: PHOENIX
*/
.page-id-191 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.partnership {
  padding-top: 96px;
  padding-bottom: 66px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .partnership {
    padding-top: 148px;
    padding-bottom: 120px;
  }
}

.partnership__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 155px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .partnership__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 38px;
  }
}

.partnership__red {
  width: 289px;
  height: 186px;
  aspect-ratio: 289/186;
  background: #c9241f;
  margin-top: 104px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .partnership__red {
    width: 373px;
    height: 585px;
  }
}
.partnership__red::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -160px;
  background: url(../img/bg_flare2.png) no-repeat center center/contain;
  width: 477.577px;
  height: 204.263px;
  mix-blend-mode: screen;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .partnership__red::before {
    bottom: 200px;
    left: -352px;
    width: 800.368px;
    height: 350.008px;
  }
}
@media screen and (min-width: 1200px) {
  .partnership__red::before {
    bottom: 0px;
    width: 998.368px;
    height: 427.008px;
  }
}
.partnership__red::after {
  content: "";
  position: absolute;
  top: -26px;
  left: -26px;
  background: url(../img/partnership-img1-sm.png) no-repeat center center/contain;
  width: 289px;
  height: 186px;
}
@media screen and (min-width: 768px) {
  .partnership__red::after {
    top: -104px;
    left: -80px;
    background: url(../img/partnership-img1.png) no-repeat center center/contain;
    width: 280px;
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .partnership__red::after {
    width: 390px;
    height: 610px;
  }
}

.partnership__body {
  position: relative;
}
.partnership__body::after {
  content: "";
  position: absolute;
  bottom: -160px;
  right: 0;
  background: url(../img/partners-picture.png) no-repeat center center/contain;
  width: 111px;
  height: 109px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .partnership__body::after {
    bottom: -75px;
    left: 0;
    width: 111px;
    height: 109px;
  }
}
@media screen and (min-width: 900px) {
  .partnership__body::after {
    max-width: 261px;
    width: 20.39vw;
    height: auto;
    aspect-ratio: 261/257;
  }
}

.partnership__body-lead {
  color: #c9241f;
  font-size: 31px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .partnership__body-lead {
    font-size: 40px;
    line-height: 160%; /* 64px */
  }
}

.partnership__body-lead--small {
  color: #c9241f;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .partnership__body-lead--small {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .partnership__body-lead--small {
    font-size: 40px;
  }
}

.partnership__body-text {
  margin-top: 18px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media screen and (min-width: 768px) {
  .partnership__body-text {
    font-size: 16px;
  }
}

.system__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .system__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .system__body {
    max-width: 590px;
    width: 100%;
  }
}

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

.system__title-en {
  font-size: 58px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .system__title-en {
    font-size: 60px;
  }
}

.system__title-ja {
  font-size: 20px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .system__title-ja {
    font-size: 28px;
  }
}

.system__lead {
  margin-top: 35px;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .system__lead {
    font-size: 20px;
  }
}

.system__lead-accent {
  color: #c9241f;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .system__lead-accent {
    font-size: 20px;
  }
}

.system__body-lists {
  border-radius: 8px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 20px;
  margin-block: 20px 20px;
}

.system__body-list {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%; /* 40px */
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .system__body-list {
    font-size: 20px;
    padding-left: 48px;
  }
}
.system__body-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/method__feature-Check.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .system__body-list::before {
    width: 36px;
    height: 36px;
  }
}

.system__body-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .system__body-text {
    font-size: 16px;
  }
}

.system__img {
  margin-top: 35px;
  position: relative;
  right: 0;
}
@media screen and (max-width: 767px) {
  .system__img {
    text-align: right;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .system__img {
    margin-top: -120px;
  }
}
@media screen and (min-width: 1200px) {
  .system__img {
    margin-top: -170px;
  }
}
.system__img::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 27px;
  background: #c9241f;
  width: 289px;
  height: 186px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .system__img::after {
    top: 95px;
    right: -80px;
    width: 100%;
    height: 610px;
    aspect-ratio: 289/186;
  }
}
.system__img img {
  width: 295px;
  height: 194px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .system__img img {
    width: 390px;
    height: 610px;
  }
}

.date-bank {
  padding-top: 92px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .date-bank {
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .date-bank {
    padding-inline: 33px;
    position: relative;
  }
  .date-bank::after {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    background: url(../img/l-why-bg.jpg) no-repeat center center/cover;
    width: 100%;
    height: 88%;
    z-index: -1;
  }
}

.date-bank__inner {
  background: url(../img/partners-bg.png) no-repeat center center/cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .date-bank__inner {
    padding-inline: 6px;
  }
}
@media screen and (min-width: 768px) {
  .date-bank__inner {
    padding-top: 74px;
    padding-bottom: 70px;
    max-width: 1124px;
  }
}

.date-bank__head {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .date-bank__head {
    font-size: 40px;
  }
}

.date-bank__text {
  margin-top: 36px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 200%; /* 32px */
}
@media screen and (min-width: 768px) {
  .date-bank__text {
    font-size: 16px;
  }
}

.date-bank__accent {
  color: #faf2e0;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .date-bank__accent {
    font-size: 16px;
  }
}

.date-bank__bold {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .date-bank__bold {
    font-size: 16px;
  }
}

.l-why {
  background: url(../img/l-why-bg.jpg) no-repeat center center/cover;
  padding-top: 48px;
  padding-bottom: 45px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-why {
    padding-top: 218px;
    padding-bottom: 120px;
    margin-top: -110px;
  }
}
.l-why::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #c9241f;
}
@media screen and (min-width: 768px) {
  .l-why::after {
    bottom: -49px; /* 三角の高さ分ずらす */
  }
}

@media screen and (min-width: 768px) {
  .l-why__inner {
    padding-inline: 70px;
  }
}

.l-why__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-why__title-en {
  color: #fff;
  font-size: 60px;
  line-height: normal;
}

.l-why__title-ja {
  color: #fff;
  font-size: 20px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-why__title-ja {
    font-size: 28px;
  }
}

.l-why__content {
  margin-top: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-why__content {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

.l-why__text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .l-why__text {
    font-size: 20px;
  }
}

.l-why__accents {
  margin-block: 30px;
  border-radius: 8px;
  background: var(--text, #181818);
  padding: 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .l-why__accents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 80px 50px 56px;
    gap: 0;
  }
}

.l-why__accent {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-why__accent {
    font-size: 20px;
    line-height: 200%; /* 40px */
    padding-left: 46px;
  }
}
.l-why__accent::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../img/white-check.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .l-why__accent::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    height: 38px;
  }
}

.l-why__footer {
  padding-top: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .l-why__footer {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.l-why__footer-lead {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-why__footer-lead {
    font-size: 32px;
  }
}
.l-why__footer-lead::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  background: url(../img/white-triangle.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .l-why__footer-lead::before {
    top: 12px;
    width: 30px;
    height: 30px;
  }
}

.l-why__footer .seminar__lists {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-why__footer .seminar__lists {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-why__footer .seminar__list {
    max-width: 343px;
    width: 100%;
  }
}

.l-merit {
  background: #f5f5f5;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-merit {
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
.l-merit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/l-merit-bg-sm.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-merit::after {
    background: url(../img/l-merit-bg.png) no-repeat center center/cover;
  }
}

.l-merit__title-en {
  font-size: 58px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-merit__title-en {
    font-size: 60px;
  }
}

.l-merit__title-ja {
  font-size: 20px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-merit__title-ja {
    font-size: 28px;
  }
}

.l-merit__items {
  margin-top: 46px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 36px;
  max-width: 930px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-merit__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-merit__item {
  position: relative;
  background: #fff;
  padding: 8px 24px 24px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .l-merit__item {
    max-width: 445px;
    width: 100%;
  }
}

.l-merit__tag {
  border-bottom: 2px solid #c99c52;
  margin-right: 30px;
  position: relative;
}

.l-merit__number {
  position: absolute;
  bottom: -2px;
  left: -33px;
}
@media screen and (min-width: 768px) {
  .l-merit__number {
    bottom: -3px;
  }
}
.l-merit__number img {
  width: 74.818px;
  height: 56.138px;
}
@media screen and (min-width: 768px) {
  .l-merit__number img {
    width: 80.04px;
    height: 63.76px;
  }
}

.l-merit__label {
  color: #c99c52;
  font-weight: 700;
  line-height: normal;
  padding-left: 64px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-merit__label {
    font-size: 18px;
  }
}
.l-merit__label::after {
  content: "";
  position: absolute;
}

.l-merit__img {
  margin-top: 20px;
  text-align: center;
}
.l-merit__img img {
  max-width: 173px;
  aspect-ratio: 173/191;
}

.l-merit__item-title {
  color: #c9241f;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .l-merit__item-title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-merit__item-title {
    font-size: 20px;
  }
}

.l-merit__text {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .l-merit__text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.l-merit__footer {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 930px;
  width: 100%;
}
.l-merit__note {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #c9241f;
  padding: 12px 28px;
}
.l-merit__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #fff;
  padding-block: 32px;
}
.l-merit__list {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 768px) {
  .l-merit__list {
    font-size: 20px;
  }
}

.l-flow {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-flow {
    padding-top: 84px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .l-flow__heading {
    gap: 18px;
  }
}

@media screen and (min-width: 768px) {
  .l-flow__title-ja {
    font-size: 16px;
  }
}

.l-flow__steps {
  margin-top: 32px;
  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;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-flow__steps {
    gap: 24px;
    max-width: 274px;
  }
}
@media screen and (min-width: 768px) {
  .l-flow__steps {
    max-width: 416px;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .l-flow__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
  }
}
.l-flow__steps::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 18px;
  width: 2px;
  height: 90%;
  background: #c99c52;
}
@media screen and (min-width: 768px) {
  .l-flow__steps::before {
    left: 40px;
    top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .l-flow__steps::before {
    content: "";
    position: absolute;
    top: 53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background: #c99c52;
  }
}

.l-flow__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-flow__step {
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .l-flow__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 160px;
  }
}

.l-flow__circle {
  color: #fff;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  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;
  background: #c99c52;
  border: 4px solid #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-flow__circle {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-flow__circle {
    margin-inline: auto;
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
}
.l-flow__circle::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  border: 4px solid #c99c52;
  z-index: -1;
}
.l-flow__step-title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-flow__step-title {
    font-size: 20px;
  }
}

.l-flow__step-text {
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
@media screen and (min-width: 1200px) {
  .l-flow__step-text {
    text-align: center;
  }
}

.l-flow__btn-wrap {
  margin-top: 78px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-flow__btn-wrap {
    margin-top: 60px;
  }
}

/*
Theme Name: PHOENIX
*/
.legal {
  background: #f6f9fc;
  padding-top: 126px;
  padding-bottom: 80px;
  background: url(../img/legal-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .legal {
    padding-bottom: 178px;
  }
}

.legal__content {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 36px 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .legal__content {
    gap: 60px;
    padding: 66px 88px 77px;
  }
}

.legal__heading {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .legal__heading {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.legal__heading::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 2px;
  width: 32px;
  height: 3px;
  background: #d8241f;
}
@media screen and (min-width: 768px) {
  .legal__heading::after {
    bottom: -24px;
  }
}

.legal__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .legal__table {
    margin-left: 28px;
  }
}

.legal__table th,
.legal__table td {
  padding: 2px 4px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .legal__table th,
  .legal__table td {
    font-size: 16px;
    padding: 2px 16px;
  }
}

.legal__table th {
  width: 32%;
  font-weight: 500;
  text-align: left;
}
/* 基本情報 */
.legal__table--info td a {
  color: #0066cc;
  text-decoration: underline;
}

/* ===== 価格テーブル ===== */
.legal__table--price {
  max-width: 690px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

/* ヘッダー */
.legal__table--price th {
  background: #c9241f;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .legal__table--price th {
    font-size: 16px;
    padding: 14px 16px;
  }
}

.legal__table--price th:last-child {
  border-right: none;
}

.legal__table--price td {
  font-size: 14px;
  line-height: normal;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .legal__table--price td {
    font-size: 16px;
  }
}

.legal__table--price td:last-child {
  border-right: none;
}

.legal__table--price td:first-child {
  width: 50%;
  font-weight: 500;
}

.legal__table--price td:last-child {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .legal__lists {
    padding-left: 28px;
  }
}

/* リスト項目 */
.legal__list {
  font-size: 14px;
  line-height: 200%; /* 32px */
}
@media screen and (min-width: 768px) {
  .legal__list {
    font-size: 16px;
  }
}

.legal__text {
  font-size: 14px;
  line-height: 200%; /* 32px */
}
@media screen and (min-width: 768px) {
  .legal__text {
    font-size: 16px;
    padding-left: 28px;
  }
}

.legal__table--payment th {
  font-weight: 400;
}

.legal__table--cancel th {
  font-weight: 400;
}

.legal__cancel-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .legal__cancel-lists {
    margin-top: 30px;
    padding-left: 36px;
  }
}

.legal__cancel-list {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .legal__cancel-list {
    font-size: 16px;
  }
}

.legal__cancel-text {
  margin-top: 6px;
}

.legal__cancel-text {
  padding-left: 16px;
  line-height: 100%;
}

/*
Theme Name: PHOENIX
*/
.page-id-199 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .page-id-199 .l__fv-img img {
    width: min(187px, 40.8vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.privacy {
  padding-top: 126px;
  padding-bottom: 178px;
}

.privacy__content {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 48px 20px 60px;
}
@media screen and (min-width: 768px) {
  .privacy__content {
    padding: 120px 104px 120px;
  }
}

/* タイトル */
.privacy__title {
  color: var(--text, #111);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 48px */
}
@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 30px;
  }
}

/* リード文 */
.privacy__lead {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .privacy__lead {
    font-size: 16px;
  }
}

.privacy__blocks {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.privacy__heading {
  color: var(--text, #111);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .privacy__heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

/* テキスト */
.privacy__text {
  color: var(--text, #111);
  font-size: 14px;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .privacy__text {
    font-size: 16px;
  }
}

/* リスト */
.privacy__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.privacy__list {
  color: var(--text, #111);
  font-size: 14px;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .privacy__list {
    font-size: 16px;
  }
}

/*
Theme Name: PHOENIX
*/
.page-id-202 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.apply {
  padding-top: 120px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .apply {
    padding-top: 160px;
  }
}

.apply__content {
  position: relative;
}

.apply__message {
  text-align: center;
}

.apply__message-head {
  color: #c9241f;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%; /* 44.8px */
}
@media screen and (min-width: 768px) {
  .apply__message-head {
    font-size: 40px;
  }
}

.apply__message-text {
  margin-top: 30px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (min-width: 768px) {
  .apply__message-text {
    font-size: 20px;
  }
}

.apply__message-accent {
  color: #c9241f;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .apply__message-accent {
    font-size: 20px;
  }
}

/* =========================
  講演プラン一覧（カード）
========================= */
.apply__table {
  margin-top: 135px;
}
@media screen and (min-width: 768px) {
  .apply__table {
    margin-top: 185px;
  }
}

/* カード全体 */
.lecture-price {
  border-radius: 24px;
  border: 4px solid #fff;
  background: #f9fbfd;
  padding: 50px 16px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lecture-price {
    max-width: 918px;
    margin-inline: auto;
  }
}
.lecture-price::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/apply-img1.png) no-repeat center center/contain;
  width: 219px;
  height: 142px;
}
@media screen and (min-width: 768px) {
  .lecture-price::before {
    width: 278px;
    height: 182px;
  }
}

.lecture-price__label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #c9241f;
  padding: 8px 24px;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 700;
  line-height: 35px; /* 218.75% */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .lecture-price__label {
    font-size: 20px;
    max-width: 420px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .lecture-price__content {
    max-width: 470px;
    width: 100%;
    margin-inline: auto;
  }
}

.lecture-price__head {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.lecture-price__head-item {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .lecture-price__head-item {
    font-size: 20px;
  }
}

.lecture-price__head-item--time {
  background: #181818;
}

.lecture-price__head-item--price {
  background: #c9241f;
}

.lecture-price__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 8px;
}

.lecture-price__cell {
  text-align: center;
  padding: 2px;
  background: transparent;
  color: #000;
  font-weight: 500;
  line-height: normal;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .lecture-price__cell {
    font-size: 20px;
    padding: 8px;
  }
}

/* 奇数行 */
.lecture-price__row:nth-child(odd) .lecture-price__cell {
  background: #fff;
}

/* 偶数行 */
.lecture-price__row:nth-child(even) .lecture-price__cell {
  background: rgba(216, 243, 247, 0.6);
}

.lecture-price__price {
  display: block;
  color: #c9241f;
  font-size: 16px;
  font-weight: 700;
}

.lecture-price__tax {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #c9241f;
}

.apply__flow {
  background: url(../img/l-why-bg.jpg) no-repeat center center/cover;
  padding-top: 400px;
  padding-bottom: 95px;
  position: relative;
  margin-top: -300px;
}
@media screen and (min-width: 768px) {
  .apply__flow {
    padding-top: 240px;
    padding-bottom: 185px;
    margin-top: -150px;
  }
}

.apply__flow-lead {
  color: #c9241f;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 700;
  line-height: 35px; /* 218.75% */
  letter-spacing: 0.8px;
  border-radius: 28px;
  background: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 32px;
}
@media screen and (min-width: 768px) {
  .apply__flow-lead {
    font-size: 20px;
  }
}

.apply__flow-text {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (min-width: 768px) {
  .apply__flow-text {
    margin-top: 38px;
    font-size: 20px;
  }
}

.apply__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .apply__items {
    margin-top: 56px;
  }
}

.apply__item {
  border-radius: 8px;
  background: #fff;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .apply__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 64px;
  }
}

.apply__item-img {
  aspect-ratio: 271/230;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.apply__item-img img {
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .apply__item-img img {
    max-width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .apply__item-img img {
    max-width: 271px;
  }
}

.apply__item-lead {
  color: #3d3535;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 20px;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 0.8px;
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .apply__item-lead {
    font-size: 24px;
    padding-left: 72px;
  }
}
.apply__item-lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c9241f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .apply__item-lead::before {
    width: 48px;
    height: 48px;
  }
}

.apply__item-text {
  margin-top: 20px;
  color: #3d3535;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .apply__item-text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 28px; /* 175% */
  }
}
@media screen and (min-width: 900px) {
  .apply__item-text {
    margin-top: 54px;
  }
}

.apply__flow-footer {
  text-align: center;
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .apply__flow-footer {
    margin-top: 103px;
  }
}

.apply__flow-link {
  position: relative;
  border-radius: 100px;
  border: 3px solid #fff;
  background: var(--text, #181818);
  -webkit-box-shadow: 0 4px 0 0 #000;
          box-shadow: 0 4px 0 0 #000;
  width: 100%;
  max-width: 312px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  padding: 16px 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px; /* 218.75% */
  letter-spacing: 0.8px;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  .apply__flow-link {
    font-size: 20px;
    max-width: 582px;
    padding: 24px 16px;
  }
}
.apply__flow-link:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 3px 0 #000;
          box-shadow: 0 3px 0 #000;
}

.apply__flow-link:active {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
}

.apply__flow-footer-text span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px; /* 210% */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .apply__flow-footer-text span {
    font-size: 24px;
  }
}

.apply__flow-footer-badge {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 999px;
  background: #fff7f3;
  padding: 4px 16px;
  color: #db4933;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 14px;
  font-weight: 700;
  line-height: 31.5px; /* 225% */
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.apply__flow-footer-badge::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff7f3;
}
@media screen and (min-width: 768px) {
  .apply__flow-footer-badge {
    font-size: 18px;
  }
}

/*
Theme Name: PHOENIX
*/
.page-id-189 {
  background: url(../img/company-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.l-contact__box .l-contact {
  margin-top: 0;
}

.contact__box {
  padding-top: 60px;
  padding-bottom: 100px;
  max-width: 930px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .contact__box {
    padding-top: 100px;
    padding-bottom: 178px;
  }
}

.contact__form {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  padding: 48px 16px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    padding: 88px 100px;
  }
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    gap: 38px;
  }
}

.contact__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 16px;
  }
}

.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .contact__content {
    gap: 76px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact__fields {
    max-width: 848px;
    width: 100%;
    margin: 0 auto;
    gap: 30px;
  }
}

.contact__fields-head {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: 0.8px;
  padding-bottom: 16px;
  position: relative;
}
.contact__fields-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c9241f;
  width: 24px;
  height: 3px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .contact__fields-head {
    font-size: 20px;
    padding-bottom: 24px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .form-field {
    gap: 16px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    gap: 14px;
  }
}

.form-field__tag,
.form-field__option {
  border-radius: 10px;
  background: #c9241f;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px; /* 100% */
  letter-spacing: 0.8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-field__option {
  background: #181818;
}

.form-field__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .form-field__label {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .form-field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.form-text {
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 16px;
  width: 100%;
  color: #181818;
  font-size: 14px;
}
.form-text ::-webkit-input-placeholder {
  color: hsl(0, 0%, 60%);
  font-size: 14px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.8px;
}
.form-text ::-moz-placeholder {
  color: hsl(0, 0%, 60%);
  font-size: 14px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.8px;
}
.form-text :-ms-input-placeholder {
  color: hsl(0, 0%, 60%);
  font-size: 14px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.8px;
}
.form-text ::-ms-input-placeholder {
  color: hsl(0, 0%, 60%);
  font-size: 14px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.8px;
}
.form-text ::placeholder {
  color: hsl(0, 0%, 60%);
  font-size: 14px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .form-text ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-text ::-moz-placeholder {
    font-size: 16px;
  }
  .form-text :-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text ::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text ::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:focus {
  outline: none;
  background-color: #e9f6f8;
}

.form-field__select {
  position: relative;
  max-width: 410px;
  width: 100%;
}
.form-field__select::after {
  position: absolute;
  content: "";
  background: url(../img/select-icon.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.form-select {
  padding: 16px;
  width: 100%;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.form-select ::-webkit-input-placeholder {
  color: #ccc;
}
.form-select ::-moz-placeholder {
  color: #ccc;
}
.form-select :-ms-input-placeholder {
  color: #ccc;
}
.form-select ::-ms-input-placeholder {
  color: #ccc;
}
.form-select ::placeholder {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:focus {
  outline: none;
  background-color: #e9f6f8;
}

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

.form-textarea {
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 16px;
  width: 100%;
  height: 160px;
  font-size: 14px;
  resize: vertical;
}
.form-textarea ::-webkit-input-placeholder {
  color: #ccc;
}
.form-textarea ::-moz-placeholder {
  color: #ccc;
}
.form-textarea :-ms-input-placeholder {
  color: #ccc;
}
.form-textarea ::-ms-input-placeholder {
  color: #ccc;
}
.form-textarea ::placeholder {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    font-size: 16px;
    height: 200px;
  }
}
.form-textarea:focus {
  outline: none;
  background-color: #e9f6f8;
}

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .form-box {
    gap: 14px;
  }
}

.form-box__lead {
  font-size: 14px;
  line-height: 28px; /* 175% */
  letter-spacing: 0.8px;
  margin-bottom: 18px;
  border-bottom: 1px solid #181818;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .form-box__lead {
    font-size: 16px;
    margin-bottom: 26px;
  }
}

.form-box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .form-box__items {
    gap: 32px;
  }
}

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

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .form-checkbox {
    gap: 20px;
  }
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  line-height: normal;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 16px;
  }
}

/* CF7 checkbox 全体（= ul/li の代わり） */
.form-checkbox__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
/* 入力そのものは隠す */
.form-checkbox input[type=checkbox] {
  display: none; /* ← まず隠す */
}

/* ラベルに擬似要素で枠を描く */
.form-checkbox label {
  position: relative;
}

.form-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #dfdfdf;
  border-radius: 0;
}

.form-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 0; /* ← これで角丸をリセット！ */
  appearance: none; /* ← ブラウザ標準UIを消す */
  -webkit-appearance: none; /* Safari対応 */
  -moz-appearance: none; /* Firefox対応 */
}
@media screen and (max-width: 767px) {
  .form-checkbox input[type=checkbox] {
    width: 13px;
    height: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "✔";
  color: #181818;
  position: absolute;
  font-size: 18px;
  top: -3px;
  left: 4px;
}

.form-item__lead {
  font-size: 14px;
  line-height: 28px; /* 175% */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .form-item__lead {
    font-size: 16px;
  }
}

.form-date__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .form-date__lists {
    gap: 20px;
  }
}

.form-date__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.form-date__label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
@media screen and (min-width: 768px) {
  .form-date__label {
    font-size: 14px;
  }
}

.form-date__input {
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form-date__input {
    font-size: 16px;
  }
}
.form-date__input:focus {
  outline: none;
  background-color: #e9f6f8;
}

.form-date__input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-file {
  display: inline-block;
}

.form-file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-file__button {
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 200px;
  padding: 14px 24px;
  border-radius: 6px;
  border: 1px solid #333;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .form-file__button {
    min-width: 340px;
  }
}
.form-file__button::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/upload-icon.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-file__button:hover {
  background: #333;
  color: #fff;
}
.form-file__button:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.contact__privacy {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 36px;
  }
}

.contact__privacy-text {
  font-size: 14px;
  line-height: 28px; /* 175% */
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contact__privacy-text {
    font-size: 16px;
  }
}

.wpcf7-acceptance {
  /* 実際のチェックボックス(input)は隠す */
  /* ラベル全体をクリック可能に */
  /* テキスト側 */
  /* チェックボックスの枠 */
  /* チェックマーク */
  /* checked 時 */
}
.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 24px;
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.wpcf7-acceptance label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "✔";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #333;
  opacity: 0;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact__privacy-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px; /* 100% */
  letter-spacing: 0.64px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__privacy-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .contact__privacy-link:hover {
    opacity: 0.7;
  }
}

.contact__button {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 38px;
  }
}

.contact__button-wrap {
  display: inline-block;
  border: none;
  position: relative;
}
.contact__button-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/link-icon.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact__button-wrap::after {
    right: 72px;
  }
}
@media screen and (min-width: 768px) {
  .contact__button-wrap:hover::after {
    right: 52px;
  }
}

.contact-submit {
  position: relative;
  display: inline-block;
  min-width: 220px;
  text-align: left;
  padding: 18px 70px;
  border-radius: 999px;
  background: #d32019;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  /* 下の黒い影 */
  -webkit-box-shadow: 0 6px 0 #000;
          box-shadow: 0 6px 0 #000;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  .contact-submit {
    font-size: 16px;
    min-width: 260px;
    padding: 22px 80px;
  }
}
.contact-submit:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 3px 0 #000;
          box-shadow: 0 3px 0 #000;
}
.contact-submit:active {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  background: url(../img/top-line-bg-sm.png) no-repeat center center/cover;
  padding-top: 36px;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) {
  .thanks {
    background: url(../img/top-line-bg.png) no-repeat center center/cover;
    padding-top: 140px;
    padding-bottom: 90px;
  }
}

.thanks__title-en {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .thanks__title-en {
    font-size: 80px;
  }
}

.thanks__title-ja {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .thanks__title-ja {
    font-size: 40px;
  }
}

.thanks__text {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
@media screen and (min-width: 768px) {
  .thanks__text {
    font-size: 18px;
    margin-top: 60px;
  }
}

.thanks__footer {
  margin-top: 26px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 200%; /* 32px */
  border-radius: 7px;
  background: #f5f5f5;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .thanks__footer {
    margin-top: 40px;
    font-size: 16px;
    padding: 30px 116px;
  }
}