@charset "UTF-8";
/* ---------- variables ---------- */
/* ---------- common ---------- */
/* grid */
.grid-1-1 {
  grid-row: 1/2;
  grid-column: 1/2;
}

.grid-1-2 {
  grid-row: 2/3;
  grid-column: 1/2;
}

.grid-2-1 {
  grid-row: 1/2;
  grid-column: 2/3;
}

.grid-2-2 {
  grid-row: 2/3;
  grid-column: 2/3;
}

.grid-3-1 {
  grid-row: 1/2;
  grid-column: 3/4;
}

.grid-3-2 {
  grid-row: 2/3;
  grid-column: 3/4;
}

.grid-4-1 {
  grid-row: 1/2;
  grid-column: 4/5;
}

.grid-4-2 {
  grid-row: 2/3;
  grid-column: 4/5;
}

/* componetns */
.title {
  color: #212121;
  text-align: center;
  font-style: normal;
  line-height: 120%;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 22px;
  }
}

.text {
  line-height: 180%;
}

.sub-title {
  color: #212121;
  font-style: normal;
  line-height: 150%;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 18px;
  }
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  color: #212121;
  background: #fcfcfc;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.button:hover {
  opacity: 0.6;
}

.button_blue {
  background: #1269ec;
  border-color: #1269ec;
  color: #fcfcfc;
}

.button_blue_outline {
  background: #fcfcfc;
  border-color: #1269ec;
  color: #1269ec;
}

.button_blue_white {
  background: #fcfcfc;
  border-color: #fcfcfc;
  color: #1269ec;
}

.button_outline {
  background: transparent;
  border-color: #fcfcfc;
  color: #fcfcfc;
}

.button_no_outline {
  border-color: transparent;
}

.button_gray_outline {
  background-color: #fcfcfc;
  color: #212121;
  border: 2px solid #e0e0e0;
}

.button_gray_blue {
  background-color: #e3f4ff;
  border-color: #e3f4ff;
  color: #212121;
}

.button_blue_white {
  background: #fcfcfc;
  border-color: #fcfcfc;
  color: #1269ec;
}

.button_outline_white {
  background: transparent;
  border-color: #fcfcfc;
  color: #fcfcfc;
}

.button_red {
  background-color: #e33535;
  border-color: #e33535;
  color: #fcfcfc;
}

.button_red_white {
  background-color: #fcfcfc;
  border-color: #fcfcfc;
  color: #e33535;
}

.button_rounded {
  border-radius: 9999px;
}

.button-big {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 32px 16px;
  border: 1px solid #e0e0e0;
  color: #212121;
  background: #fcfcfc;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 450px;
  border-radius: 9999px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .button-big {
    font-size: 16px;
  }
}

.button-big_primary {
  background: #1269ec;
  border-color: #1269ec;
  color: #fcfcfc;
}

.button-big_white {
  background: #fcfcfc;
  border-color: #fcfcfc;
  color: #1269ec;
}

.button-big_red {
  background-color: #d61111;
  border-color: #d61111;
  color: #fcfcfc;
}

.button-small {
  background-color: #fcfcfc;
  color: #1269ec;
  padding: 16px 24px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

.button-small_red {
  background-color: #d61111;
  color: #fcfcfc;
}

.arrow {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow.svg");
}

.arrow_gray {
  height: 16px;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow-gray.svg");
}

.arrow_blue {
  height: 16px;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow-blue.svg");
}

.arrow_white {
  height: 16px;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow-white-sm.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.arrow_red {
  height: 16px;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow-red.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.arrow_bottom {
  transform: rotate(90deg);
}

.case__card {
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  position: relative;
  overflow: hidden;
  position: relative;
  color: #212121;
  max-height: 500px;
  overflow: hidden;
  min-height: 402px;
}
.case__card > a {
  cursor: pointer;
  display: block;
  padding: 200px 24px 0 24px;
}
.case__card > span {
  cursor: auto;
  display: block;
  padding: 250px 24px 0 24px;
}
.case__card * {
  text-decoration: none;
  color: #212121;
}
.case__card .case__card__time {
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  background-color: #FF922B;
  color: #fcfcfc;
  margin: 0 -24px;
}
.case__card .case__card__status {
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
  border: 2px solid #fcfcfc;
  background: #FF922B;
  color: #fcfcfc;
  font-size: 14px;
}
.case__card .case__card__status.case__card__status_end {
  border: 2px solid #757575;
  background: #757575;
}
.case__card .case__card__badges__wrapper {
  width: 100%;
  margin-top: 16px;
}
.case__card .case__card__badges__wrapper::-webkit-scrollbar {
  display: none;
}
.case__card .case__card__badges__wrapper .case__card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.case__card .case__card__badges__wrapper .case__card__badges .case__card__badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  border: 2px solid #f6f8fb;
  background: #f6f8fb;
  color: #9e9e9e;
  font-size: 14px;
}
.case__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.case__card h4 {
  color: #1269ec;
  line-height: 150%;
  font-weight: 700;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .case__card h4 {
    font-size: 18px;
  }
}
.case__card h3 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
.case__card p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 150%;
}
.case__card .button {
  position: absolute;
  bottom: 25px;
  left: 24px;
  width: calc(100% - 48px);
  z-index: 2;
}
.case__card.case__card_function::before, .case__card.case__card_function::after {
  display: none;
}
.case__card.case__card_function h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .case__card.case__card_function h2 {
    font-size: 18px;
  }
}
.case__card.case__card_function h2 img {
  width: 28px;
  height: 28px;
  position: relative;
  object-fit: contain;
}
.case__card.case__card_function .button {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 16px;
}

/* util */
body {
  color: #212121;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  background-color: #fcfcfc;
}

.body__wrapper {
  overflow-x: hidden;
}

.blue {
  color: #1269ec;
}

.red {
  color: #e33535;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.underline-yellow {
  text-decoration: underline;
  text-decoration-color: #FCC419;
  text-decoration-thickness: 8px;
  text-underline-offset: -4px;
}

.sp-reverse {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sp-reverse {
    flex-direction: column-reverse;
  }
}

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

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

/* util spacing */
.mb-24 {
  margin-bottom: 24px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-50 {
  padding-left: 50px;
}

/* position */
.relative {
  position: relative;
}

/* common sections */
.page-hero {
  padding: 100px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-hero {
    padding: 80px 20px;
  }
}
.page-hero.page-hero_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-hero.page-hero_flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.page-hero .page-hero__left,
.page-hero .page-hero__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-hero .page-hero__left,
  .page-hero .page-hero__right {
    width: 100%;
  }
}
.page-hero.page-hero_small-right .page-hero__right {
  width: 343px;
}
.page-hero.page-hero_small-right .page-hero__left {
  flex: 1;
  width: auto;
}
@media screen and (max-width: 768px) {
  .page-hero.page-hero_small-right {
    width: 100%;
  }
}
.page-hero h1 {
  color: #1269ec;
  line-height: 140%;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .page-hero h1 {
    font-size: 32px;
  }
}
.page-hero h1 small {
  display: block;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 12px;
}
.page-hero .plan-page__texts {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-hero .plan-page__texts h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .page-hero .plan-page__texts h2 {
    font-size: 18px;
  }
}
.page-hero .plan-page__texts p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .page-hero .plan-page__texts p {
    font-size: 14px;
  }
}
.page-hero .page-hero__buttons {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .page-hero .page-hero__buttons {
    flex-direction: column;
    gap: 8px;
  }
}
.page-hero .page-hero__buttons .button {
  min-width: 212px;
}
.page-hero .page-hero__text-lg {
  color: #1269ec;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .page-hero .page-hero__text-lg {
    font-size: 32px;
  }
}
.page-hero .page-hero__text-sm {
  color: #212121;
  margin-top: 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .page-hero .page-hero__text-sm {
    font-size: 14px;
  }
}

/* modal */
.modal {
  background-color: #e0e0e0;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: none;
}
.modal.modal-active {
  display: flex;
}
.modal > div {
  position: relative;
  background-color: #fcfcfc;
  padding: 48px;
  border-radius: 24px;
  overflow-y: scroll;
  max-height: calc(100% - 120px);
  max-width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .modal > div {
    max-width: calc(100% - 40px);
    padding: 24px 16px;
  }
}
@media screen and (min-width: 1440px) {
  .modal > div {
    padding: 24px;
    max-width: 1360px;
  }
}
.modal .modal__close-button {
  position: sticky;
  margin: 0 0 0 auto;
  display: block;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #e33535;
  color: #fcfcfc;
  border-radius: 999px;
  font-weight: bold;
}
.modal h4 {
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .modal h4 {
    font-size: 18px;
  }
}
.modal p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .modal p {
    font-size: 14px;
  }
}
.modal img {
  display: block;
  object-fit: cover;
  border-radius: 16px;
  margin: 24px auto 0 auto;
  width: 100%;
}
.modal .button {
  display: block;
  margin: 32px auto 0 auto;
}

/* image zoom */
.image-zoom-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.image-zoom-wrapper .image-zoom-button {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.image-zoom-wrapper .image-zoom-button svg {
  display: block;
  width: 40px;
  height: 40px;
}
.image-zoom-wrapper img.zoomable {
  transition: transform 0.3s ease;
}
.image-zoom-wrapper img.zoomable:hover {
  transform: scale(1.02);
}

.image-zoom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 9999;
}
.image-zoom-modal .image-zoom-modal__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .image-zoom-modal .image-zoom-modal__overlay {
    padding: 20px;
  }
}
.image-zoom-modal .image-zoom-modal__content {
  position: relative;
  max-width: 98vw;
  max-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-zoom-modal .image-zoom-modal__image {
  max-width: 98vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
}
.image-zoom-modal .image-zoom-modal__close {
  position: absolute;
  top: -50px;
  right: -50px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .image-zoom-modal .image-zoom-modal__close {
    top: -60px;
    right: 0;
  }
}
.image-zoom-modal .image-zoom-modal__close:hover {
  background: rgba(0, 0, 0, 0.7);
}
.image-zoom-modal .image-zoom-modal__close svg {
  width: 24px;
  height: 24px;
}

/* ---------- common ---------- */
.front-page__common-texts {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}
.front-page__common-texts > span {
  color: #e33535;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.front-page__common-texts > h2,
.front-page__common-texts > h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front-page__common-texts > h2,
  .front-page__common-texts > h3 {
    font-size: 22px;
  }
}
.front-page__common-texts > p {
  color: #757575;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front-page__common-texts > p {
    font-size: 14px;
  }
}
.front-page__common-texts ::after {
  content: "";
  width: 100px;
  height: 6px;
  border-radius: 9999px;
  background-color: #e33535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.front-page__common-texts.front-page__common-texts_left {
  text-align: left;
}
.front-page__common-texts.front-page__common-texts_left > span,
.front-page__common-texts.front-page__common-texts_left > h2,
.front-page__common-texts.front-page__common-texts_left > h3,
.front-page__common-texts.front-page__common-texts_left > p {
  text-align: left;
}
.front-page__common-texts.front-page__common-texts_left ::after {
  left: 0;
  transform: translateX(0);
}

/* ---------- header ---------- */
.header__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: #fcfcfc;
  width: 100vw;
}

.header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .header {
    overflow-y: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 66px;
  }
}
.header .header__left {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 32px;
}
.header .header__left .header__logo {
  position: relative;
  z-index: 1;
}
.header .header__left .header__logo img {
  width: 170px;
  height: 48px;
}
.header .header__left nav > ul {
  display: flex;
  gap: 25px;
}
.header .header__left nav > ul .header__nav__item > a {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__left nav > ul .header__nav__item > a::after {
  content: "";
  display: none;
  height: 16px;
  width: 16px;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow.svg");
  transform: rotate(90deg);
}
.header .header__left nav > ul .header__nav__item > button {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.header .header__left nav > ul .header__nav__item > button::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow.svg");
  transform: rotate(90deg);
}
.header .header__left nav > ul .header__nav__item.header__nav__item .header__modal {
  display: none;
}
.header .header__left nav > ul .header__nav__item.header__nav__item_open > button {
  color: #e33535;
}
.header .header__left nav > ul .header__nav__item.header__nav__item_open > button::after {
  transform: rotate(-90deg);
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.header .header__left nav > ul .header__nav__item.header__nav__item_open .header__modal {
  display: flex;
}
.header .header__left nav > ul .header__nav__item.header__nav__item_open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.header .header__left .header__modal {
  position: absolute;
  top: 96px;
  left: 20px;
  width: calc(100% - 40px);
  max-width: 1400px;
  background-color: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 4px 16px #757575;
  padding: 40px;
  display: flex;
  gap: 40px;
  max-height: 400px;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 10;
}
.header .header__left .header__modal .header__modal__texts {
  width: 230px;
}
.header .header__left .header__modal .header__modal__texts > a {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 0;
  font-weight: bold;
  color: #e33535;
}
.header .header__left .header__modal .header__modal__texts button {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .header .header__left .header__modal .header__modal__texts button {
    font-size: 18px;
  }
}
.header .header__left .header__modal .header__modal__texts p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .header .header__left .header__modal .header__modal__texts p {
    font-size: 14px;
  }
}
.header .header__left .header__modal .header__modal__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  gap: 14px 40px;
  direction: rtl;
  max-height: 312px;
}
@media screen and (max-width: 1100px) {
  .header .header__left .header__modal .header__modal__list {
    max-height: none;
  }
}
.header .header__left .header__modal .header__modal__list li {
  width: 335px;
  padding: 8px;
  direction: ltr;
  position: relative;
}
.header .header__left .header__modal .header__modal__list li span {
  display: block;
  font-weight: bold;
  color: #e33535;
}
.header .header__left .header__modal .header__modal__list li small {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin-top: 4px;
}
.header .header__left .header__modal .header__modal__list li .header__modal__list__item__disabled {
  color: #212121;
  opacity: 0.6;
  mix-blend-mode: luminosity;
}
.header .header__left .header__modal .header__modal__list li .header__modal__list__item__disabled:hover .header__modal__list__item__tooltip {
  display: block;
}
.header .header__left .header__modal .header__modal__list li .header__modal__list__item__tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 220px;
  text-align: center;
  transform: translateX(-50%);
  padding: 8px;
  font-size: 12px;
  color: #212121;
  background-color: #fcfcfc;
  border-radius: 4px;
  box-shadow: 0 4px 16px #757575;
}
.header .header__left .header__modal .header__modal__list.header__modal__list_function li {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px;
  position: relative;
}
.header .header__left .header__modal .header__modal__list.header__modal__list_function li.header__modal__list__item__tips {
  display: none;
  width: 100%;
  border-radius: 9999px;
  border: #e0e0e0 solid 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  height: 28px;
  min-height: auto;
  text-align: center;
}
.header .header__left .header__modal .header__modal__list.header__modal__list_function li img {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 48px;
  width: 48px;
  border-radius: 4px;
  border: 2px solid #e0e0e0;
  padding: 6px;
}
.header .header__right {
  display: flex;
  gap: 16px;
  font-weight: bold;
}
.header .header__right .button {
  font-weight: bold;
  padding-left: 16px;
  padding-right: 16px;
}
.header .header__right .header__right__hamburger-button {
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header .header__right .header__right__hamburger-button {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header .header__right .header__right__hamburger-button {
    position: absolute;
    top: 22px;
    right: 22px;
  }
}
.header .header__right .header__right__hamburger-button button {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/hamburger.svg");
}
.header .header__right .header__right__hamburger-button.header__right__hamburger-button_open button {
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/hamburger-cross.svg");
}

/* ---------- header (mobile) ---------- */
@media screen and (max-width: 1100px) {
  .header-sp_open {
    height: 100vh;
  }
  .header-sp_open .header__right__hamburger-button button {
    background-image: url("/wp-content/themes/miraikoji-co/img/icon/hamburger-cross.svg") !important;
  }
  .header {
    flex-direction: column;
    align-items: start;
    background-color: #fcfcfc;
  }
  .header .header__left {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  .header .header__left nav {
    width: 100%;
  }
  .header .header__left nav ul {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .header .header__left nav ul .header__nav__item > a,
  .header .header__left nav ul .header__nav__item > button {
    width: 100%;
    height: 32px;
  }
  .header .header__left nav ul .header__nav__item > a::after,
  .header .header__left nav ul .header__nav__item > button::after {
    display: block;
    transform: rotate(0deg);
  }
  .header .header__left nav ul .header__nav__item.header__nav__item_open::before {
    display: none;
  }
  .header .header__left .header__modal {
    overflow-y: scroll;
    flex-direction: column;
    gap: 32px;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 96px;
    height: calc(100vh - 96px);
    max-height: none;
    padding: 32px 20px;
    z-index: 5;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header .header__left .header__modal {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 1100px) {
  .header .header__left .header__modal .header__modal__texts {
    width: 100%;
  }
  .header .header__left .header__modal .header__modal__texts button {
    padding-left: 17px;
    position: relative;
  }
  .header .header__left .header__modal .header__modal__texts button::after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 12px;
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/miraikoji-co/img/icon/arrow.svg");
    background-size: contain;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header .header__left .header__modal .header__modal__texts button::after {
    top: 9px;
  }
}
@media screen and (max-width: 1100px) {
  .header .header__left .header__modal .header__modal__texts > a {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 16px;
    display: flex;
    text-align: right;
    justify-content: right;
    gap: 8px;
  }
  .header .header__left .header__modal .header__modal__texts > a::after {
    display: block;
    content: "→";
  }
  .header .header__left .header__modal .header__modal__list .header__modal__list__item__tips {
    display: block !important;
  }
  .header .header__right {
    position: absolute;
    top: 26px;
    right: 20px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .header .header__right {
    flex-direction: column;
    align-items: start;
    width: 100%;
    position: initial;
    top: 0;
    right: 0;
    flex-direction: column-reverse;
  }
  .header .header__right li {
    width: 100%;
    justify-content: right !important;
  }
}
/* ---------- page-top-button ---------- */
.page-top-button {
  z-index: 2;
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  border: 2px solid #e33535;
  padding-top: 20px;
  background-color: #fcfcfc;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #e33535;
}
@media screen and (max-width: 768px) {
  .page-top-button {
    position: absolute;
    top: -60px;
  }
}
.page-top-button::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  background-color: #e33535;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  border-radius: 3px;
  top: 22px;
  left: 50%;
  transform: translate(-50%, -60%);
}

/* ---------- fixed banner & button ---------- */
@media screen and (max-width: 768px) {
  .fixed-banners {
    z-index: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    gap: 8px;
  }
  .fixed-banners::after {
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-image: linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%);
  }
}
@media screen and (max-width: 768px) {
  .fixed-banners.fixed-banners_banner-hidden::after {
    display: none;
  }
  .fixed-banners.fixed-banners_banner-hidden .page-top-button {
    top: -24px;
  }
}

.fixed-banner {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 80px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .fixed-banner {
    position: relative;
    width: 100%;
    max-width: 327px;
    height: fit-content;
    z-index: 2;
    transform: none;
  }
}
.fixed-banner img {
  width: 100%;
}
.fixed-banner button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 19px;
  height: 19px;
}

.fixed-button {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .fixed-button {
    display: block !important;
    position: relative;
    width: 100%;
    max-width: 327px;
    z-index: 2;
  }
}

.thanks-page,
.not-found-page {
  background-image: url("/wp-content/themes/miraikoji-co/img/thanks-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.thanks-sec,
.not-found-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 96px);
  padding: 20px;
}
.thanks-sec h1,
.not-found-sec h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .thanks-sec h1,
  .not-found-sec h1 {
    font-size: 18px;
  }
}
.thanks-sec p,
.not-found-sec p {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .thanks-sec p,
  .not-found-sec p {
    font-size: 14px;
  }
}
.thanks-sec span,
.not-found-sec span {
  display: block;
  color: #1269ec;
  text-align: center;
  margin-top: 40px;
}
.thanks-sec .button,
.not-found-sec .button {
  margin-top: 80px;
}

.terms-page,
.privacy-page {
  padding: 100px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.terms-page h1,
.privacy-page h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .terms-page h1,
  .privacy-page h1 {
    font-size: 18px;
  }
}
.terms-page h1::after,
.privacy-page h1::after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #1269ec, transparent);
  background: linear-gradient(to right, #1269ec, transparent);
}
.terms-page h2,
.privacy-page h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .terms-page h2,
  .privacy-page h2 {
    font-size: 18px;
  }
}
.terms-page p,
.privacy-page p {
  font-size: 16px;
  line-height: 180%;
  margin-top: 40px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .terms-page p,
  .privacy-page p {
    font-size: 14px;
  }
}
.terms-page a,
.privacy-page a {
  color: #1269ec;
  text-decoration: underline;
}
.terms-page .terms__c-table,
.privacy-page .terms__c-table {
  border: #1269ec 1px solid !important;
  border-radius: 8px !important;
  padding: 28px 40px !important;
  background-color: #fcfcfc !important;
  margin-top: 40px;
}
.terms-page .terms__c-table h2,
.privacy-page .terms__c-table h2 {
  text-align: left !important;
  font-size: 20px;
  margin-top: 0;
}
.terms-page .terms__c-table ul li,
.privacy-page .terms__c-table ul li {
  position: relative;
  margin-top: 18px;
  padding-left: 36px;
  font-weight: middle;
}
.terms-page .terms__c-table ul li a,
.privacy-page .terms__c-table ul li a {
  display: block;
  min-height: 28px;
  display: flex;
  align-items: center;
}
.terms-page .terms__c-table ul li span,
.privacy-page .terms__c-table ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #1269ec;
  color: #fcfcfc;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.terms-page .terms__c-table ul li:hover,
.privacy-page .terms__c-table ul li:hover {
  text-decoration: none !important;
}

.company-page .company {
  max-width: 1280px;
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  .company-page .company {
    padding: 20px;
  }
}
.company-page .company dl {
  padding: 0px;
  margin: 0px;
}
.company-page .company__message__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 20px 100px 20px;
}
@media screen and (max-width: 768px) {
  .company-page .company__message__wrapper {
    padding: 50px 20px;
  }
}
.company-page .company__message__wrapper .company__message {
  background-color: #e3f4ff;
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .company-page .company__message__wrapper .company__message {
    padding: 20px;
  }
}
.company-page .company__message__wrapper .company__message h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .company-page .company__message__wrapper .company__message h2 {
    font-size: 18px;
  }
}
.company-page .company__message__wrapper .company__message p {
  font-size: 16px;
  line-height: 180%;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .company-page .company__message__wrapper .company__message p {
    font-size: 14px;
  }
}

/* ---------- faq ---------- */
.faq {
  padding: 50px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 20px;
  }
}
.faq ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq ul li {
  border-radius: 16px;
  background-color: #f6f8fb;
}
.faq ul li.faq__item_white {
  background-color: #fcfcfc;
}
.faq ul li h2, .faq ul li h3 {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
  position: relative;
  padding: 24px 68px 24px 80px;
  display: flex;
  align-items: center;
  min-height: 96px;
}
@media screen and (max-width: 768px) {
  .faq ul li h2, .faq ul li h3 {
    font-size: 16px;
  }
}
.faq ul li h2::before, .faq ul li h3::before {
  content: "Q";
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  position: absolute;
  font-size: 48px;
  font-weight: bold;
  top: 24px;
  left: 24px;
  line-height: 100%;
}
.faq ul li h2::after, .faq ul li h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #1269ec;
}
.faq ul li p {
  font-size: 20px;
  line-height: 150%;
  border-top: #e0e0e0 2px solid;
  padding: 24px 24px 24px 80px;
  display: flex;
  align-items: center;
  min-height: 96px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .faq ul li p {
    font-size: 16px;
  }
}
.faq ul li p::before {
  content: "A";
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  position: absolute;
  font-size: 48px;
  font-weight: bold;
  top: 24px;
  left: 24px;
  color: #1269ec;
  line-height: 100%;
}
.faq ul li.faq__item_open h2::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq ul li.faq__item_open p {
  display: block;
}
.faq .button-big {
  display: block;
  margin: 40px auto 0 auto;
}

.contact-page .contact-form {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form {
    padding: 20px;
  }
}
.contact-page .contact-form form .form__block {
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.contact-page .contact-form form .form__block .form-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form form .form__block .form-row {
    flex-direction: column;
    gap: 8px;
  }
}
.contact-page .contact-form form .form__block .form-row .form-col:first-child {
  width: 208px;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form form .form__block .form-row .form-col:first-child {
    width: 100%;
  }
}
.contact-page .contact-form form .form__block .form-row .form-col:first-child label {
  display: flex;
  gap: 12px;
  width: 208px;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form form .form__block .form-row .form-col:first-child label {
    font-size: 14px;
  }
}
.contact-page .contact-form form .form__block .form-row .form-col:first-child label sup {
  top: 0;
  display: inline-block;
  width: 32px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #1269ec;
  border: #1269ec 1px solid;
  border-radius: 2px;
  background-color: #e3f4ff;
}
.contact-page .contact-form form .form__block .form-row .form-col:last-child {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form form .form__block .form-row .form-col:last-child {
    width: 100%;
  }
}
.contact-page .contact-form form .form__block .form-row .form-col:last-child .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-page .contact-form form .form__block .form-row .form-col:last-child .wpcf7-form-control-wrap .wpcf7-select {
  position: relative;
  width: 100%;
  background-color: #f6f8fb;
  padding: 20px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form form .form__block .form-row .form-col:last-child .wpcf7-form-control-wrap .wpcf7-select {
    font-size: 14px;
  }
}
.contact-page .contact-form form .form__block .form-row .form-col:last-child .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
  content: "^";
  display: block;
  transform: rotate(180deg) translateY(10px);
  position: absolute;
  top: 50%;
  right: 16px;
  line-height: 100%;
  color: #9e9e9e;
}
.contact-page .contact-form form .form__block .form-row .form-col:last-child .wpcf7-form-control-wrap .wpcf7-textarea,
.contact-page .contact-form form .form__block .form-row .form-col:last-child .wpcf7-form-control-wrap .wpcf7-text {
  width: 100%;
  background-color: #f6f8fb;
  padding: 20px 16px;
  border-radius: 8px;
  line-height: 120%;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form form .form__block .form-row .form-col:last-child .wpcf7-form-control-wrap .wpcf7-textarea,
  .contact-page .contact-form form .form__block .form-row .form-col:last-child .wpcf7-form-control-wrap .wpcf7-text {
    font-size: 14px;
  }
}
.contact-page .contact-form form .form__block .form-pp__block p {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form form .form__block .form-pp__block p {
    font-size: 14px;
  }
}
.contact-page .contact-form form .form__block .form-pp__block #show-privacy-modal {
  cursor: pointer;
  color: #1269ec;
}
.contact-page .contact-form form .form__block .form-btns .form-btns-row {
  display: flex;
  width: 100%;
  justify-content: center;
}
.contact-page .contact-form form .form__block .form-btns .form-btns-row p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-left: 32px;
}
.contact-page .contact-form form .form__block .form-btns .form-btns-row p .submit_button {
  background-color: #1269ec;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  max-width: 400px;
  border-radius: 9999px;
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-form form .form__block .form-btns .form-btns-row p .submit_button {
    font-size: 12px;
  }
}
.contact-page .contact-form form .form__block .form-btns .form-btns-row p .wpcf7-spinner {
  margin: 0;
}

.front-page {
  /* ---------- hero ---------- */
  /* ---------- service ---------- */
  /* ---------- plan ---------- */
  /* ---------- product ---------- */
  /* ---------- bpo ---------- */
  /* ---------- news ---------- */
  /* ---------- seminar ---------- */
}
.front-page hr {
  color: #e0e0e0;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .front-page hr {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.front-page .hero__wrapper,
.front-page .hero-sub__wrapper {
  background: linear-gradient(35deg, #b31717 0%, #d82e2e 100%);
}
.front-page .hero {
  padding: 52px 20px 84px 20px;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .front-page .hero {
    padding: 40px 16px 32px 16px;
  }
}
.front-page .hero .hero__contents {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__contents {
    flex-direction: column;
    gap: 24px;
  }
}
.front-page .hero .hero__contents .hero__texts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 530px;
}
.front-page .hero .hero__contents .hero__texts h1 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 120%;
  color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__contents .hero__texts h1 {
    font-size: 54px;
  }
}
.front-page .hero .hero__contents .hero__texts h1 small {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__contents .hero__texts h1 small {
    font-size: 22px;
  }
}
.front-page .hero .hero__contents .hero__texts p {
  font-size: 24px;
  color: #fcfcfc;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__contents .hero__texts p {
    font-size: 16px;
  }
}
.front-page .hero .hero__contents .hero__img {
  max-width: 700px;
  flex: 1;
  position: relative;
}
.front-page .hero .hero__contents .hero__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: #ffcc00;
  opacity: 0.5;
  border-radius: 50%;
  filter: blur(210px);
  z-index: 0;
}
.front-page .hero .hero__contents .hero__img img {
  width: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
}
.front-page .hero .hero__stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 835px;
  margin-top: 32px;
}
.front-page .hero .hero__stats > p {
  font-size: 12px;
  text-align: right;
  color: #fcfcfc;
}
.front-page .hero .hero__stats .hero__stats__list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__stats .hero__stats__list {
    flex-wrap: wrap;
    gap: 16px 8px;
    justify-content: center;
  }
}
.front-page .hero .hero__stats .hero__stats__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fcfcfc;
}
.front-page .hero .hero__stats .hero__stats__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/miraikoji-co/img/decoration.png");
  background-size: cover;
}
.front-page .hero .hero__stats .hero__stats__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/wp-content/themes/miraikoji-co/img/decoration.png");
  background-size: cover;
  transform: scaleX(-1);
}
.front-page .hero .hero__stats .hero__stats__item_1 {
  padding: 0 27px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__stats .hero__stats__item_1 {
    width: 100%;
    max-width: 283px;
  }
}
.front-page .hero .hero__stats .hero__stats__item_1::before, .front-page .hero .hero__stats .hero__stats__item_1::after {
  height: 66px;
  width: 27px;
}
.front-page .hero .hero__stats .hero__stats__item_1 .hero__stats__item__title {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__stats .hero__stats__item_1 .hero__stats__item__title {
    font-size: 12px;
  }
}
.front-page .hero .hero__stats .hero__stats__item_1 .hero__stats__item__value {
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
}
.front-page .hero .hero__stats .hero__stats__item_1 .hero__stats__item__value small {
  font-size: 24px;
}
.front-page .hero .hero__stats .hero__stats__item_2,
.front-page .hero .hero__stats .hero__stats__item_3 {
  padding: 0 27px;
  height: 66px;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__stats .hero__stats__item_2,
  .front-page .hero .hero__stats .hero__stats__item_3 {
    width: calc(50% - 4px);
    height: 42px;
    padding: 0 17px;
  }
}
.front-page .hero .hero__stats .hero__stats__item_2::before, .front-page .hero .hero__stats .hero__stats__item_2::after,
.front-page .hero .hero__stats .hero__stats__item_3::before,
.front-page .hero .hero__stats .hero__stats__item_3::after {
  height: 66px;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__stats .hero__stats__item_2::before, .front-page .hero .hero__stats .hero__stats__item_2::after,
  .front-page .hero .hero__stats .hero__stats__item_3::before,
  .front-page .hero .hero__stats .hero__stats__item_3::after {
    height: 42px;
    width: 17px;
  }
}
.front-page .hero .hero__stats .hero__stats__item_2 .hero__stats__item__title,
.front-page .hero .hero__stats .hero__stats__item_3 .hero__stats__item__title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__stats .hero__stats__item_2 .hero__stats__item__title,
  .front-page .hero .hero__stats .hero__stats__item_3 .hero__stats__item__title {
    font-size: 12px;
  }
}
.front-page .hero .hero__stats .hero__stats__item_2 .hero__stats__item__value,
.front-page .hero .hero__stats .hero__stats__item_3 .hero__stats__item__value {
  font-size: 32px;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__stats .hero__stats__item_2 .hero__stats__item__value,
  .front-page .hero .hero__stats .hero__stats__item_3 .hero__stats__item__value {
    font-size: 18px;
  }
}
.front-page .hero .hero__stats .hero__stats__item_2 .hero__stats__item__value small,
.front-page .hero .hero__stats .hero__stats__item_3 .hero__stats__item__value small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .front-page .hero .hero__stats .hero__stats__item_2 .hero__stats__item__value small,
  .front-page .hero .hero__stats .hero__stats__item_3 .hero__stats__item__value small {
    font-size: 14px;
  }
}
.front-page .hero-sub {
  color: #fcfcfc;
  padding: 60px 20px 40px 20px;
  margin: 4px auto 0 auto;
  max-width: 1280px;
  text-align: center;
}
.front-page .hero-sub h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .hero-sub h2 {
    font-size: 22px;
  }
}
.front-page .hero-sub p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .front-page .hero-sub p {
    font-size: 14px;
  }
}
.front-page .hero-sub .hero-sub__images {
  display: flex;
  gap: 0;
  margin-top: 24px;
  height: 256px;
  justify-content: center;
}
.front-page .hero-sub .hero-sub__images img {
  margin-left: -20px;
  margin-right: -20px;
}
.front-page .service__wrapper {
  background-color: #f6f8fb;
}
.front-page .service {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1280px;
}
.front-page .service .service__contents {
  padding: 40px;
  margin-top: 80px;
  background-color: #fcfcfc;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents {
    padding: 12px;
    border-radius: 16px;
  }
}
.front-page .service .service__contents h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents h3 {
    font-size: 18px;
  }
}
.front-page .service .service__contents h3 span {
  display: inline-block;
  color: #e33535;
  font-size: 50px;
  margin-right: 16px;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents h3 span {
    font-size: 18px;
    margin-right: 8px;
  }
}
.front-page .service .service__contents .service__contents__kadai {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__kadai {
    flex-direction: column;
    gap: 24px;
  }
}
.front-page .service .service__contents .service__contents__kadai .service__contents__kadai__item {
  flex: 1;
}
.front-page .service .service__contents .service__contents__kadai .service__contents__kadai__item .service__contents__kadai__item__head {
  display: flex;
  gap: 12px;
  align-items: center;
}
.front-page .service .service__contents .service__contents__kadai .service__contents__kadai__item .service__contents__kadai__item__head > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  background-color: #495057;
  border-radius: 4px;
  color: #fcfcfc;
  font-size: 12px;
  width: 50px;
  height: 50px;
}
.front-page .service .service__contents .service__contents__kadai .service__contents__kadai__item .service__contents__kadai__item__head > div img {
  width: 20px;
  height: 20px;
}
.front-page .service .service__contents .service__contents__kadai .service__contents__kadai__item .service__contents__kadai__item__head h4 {
  font-weight: bold;
}
.front-page .service .service__contents .service__contents__kadai .service__contents__kadai__item p {
  margin-top: 16px;
  font-size: 12px;
  line-height: 180%;
}
.front-page .service .service__contents .service__contents__kaiketu {
  display: flex;
  gap: 32px;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__kaiketu {
    margin-top: 16px;
  }
}
.front-page .service .service__contents .service__contents__kaiketu .service__contents__kaiketu__item {
  flex: 1;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__kaiketu .service__contents__kaiketu__item {
    padding-right: 0;
  }
}
.front-page .service .service__contents .service__contents__kaiketu .service__contents__kaiketu__item .service__contents__kaiketu__item__head {
  display: flex;
  gap: 12px;
  align-items: center;
}
.front-page .service .service__contents .service__contents__kaiketu .service__contents__kaiketu__item .service__contents__kaiketu__item__head > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  background-color: #FF922B;
  border-radius: 4px;
  color: #fcfcfc;
  font-size: 12px;
  width: 50px;
  height: 50px;
}
.front-page .service .service__contents .service__contents__kaiketu .service__contents__kaiketu__item .service__contents__kaiketu__item__head > div img {
  width: 18px;
  height: 18px;
}
.front-page .service .service__contents .service__contents__kaiketu .service__contents__kaiketu__item .service__contents__kaiketu__item__head h4 {
  font-weight: bold;
  flex: 1;
}
.front-page .service .service__contents .service__contents__kaiketu .service__contents__kaiketu__item p {
  margin-top: 16px;
  font-size: 12px;
  line-height: 180%;
}
.front-page .service .service__contents .service__contents__contents1 {
  padding: 40px 16px 20px 16px;
  background-color: #F1F3F5;
  border-radius: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents1 {
    padding: 16px;
    border-radius: 16px;
    margin-top: 16px;
  }
}
.front-page .service .service__contents .service__contents__contents1 h4 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents1 h4 {
    font-size: 18px;
  }
}
.front-page .service .service__contents .service__contents__contents1 img {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents1 img {
    margin-top: 16px;
  }
}
.front-page .service .service__contents .service__contents__platform {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.front-page .service .service__contents .service__contents__platform li {
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__platform li {
    gap: 4px;
  }
}
.front-page .service .service__contents .service__contents__platform li img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__platform li img {
    width: 16px;
    height: 16px;
  }
}
.front-page .service .service__contents .service__contents__contents2 {
  display: flex;
  justify-content: space-between;
}
.front-page .service .service__contents .service__contents__contents2 .service__contents__contents2__left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.front-page .service .service__contents .service__contents__contents2 .service__contents__contents2__right {
  flex: 1;
  padding: 40px 16px 20px 16px;
  background-color: #FFF4E6;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents2 .service__contents__contents2__right {
    padding: 16px;
    border-radius: 16px;
    margin-top: 16px;
  }
}
.front-page .service .service__contents .service__contents__contents2 .service__contents__contents2__right h4 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents2 .service__contents__contents2__right h4 {
    font-size: 18px;
  }
}
.front-page .service .service__contents .service__contents__contents2 .service__contents__contents2__right img {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents2 .service__contents__contents2__right img {
    margin-top: 16px;
  }
}
.front-page .service .service__contents .service__contents__contents3 p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents3 p {
    font-size: 14px;
  }
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents {
  background-color: #F1F3F5;
  padding: 40px;
  border-radius: 24px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents {
    padding: 16px;
    border-radius: 16px;
    margin-top: 16px;
  }
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  color: #e33535;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents h4 {
    font-size: 18px;
  }
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents > img {
  width: 100%;
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web {
  margin: 0 auto;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(90deg, #fff4e6, #fff);
  border-radius: 16px;
  align-items: center;
  border: 2px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web {
    gap: 40px;
    padding: 20px;
  }
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__text h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__text h3 {
    font-size: 18px;
  }
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__text h3 small {
  font-size: 12px;
  line-height: 180%;
  font-weight: bold;
  display: block;
  color: #e33535;
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__text p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__text p {
    font-size: 14px;
  }
}
.front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__image {
  height: 300px;
}
@media screen and (max-width: 992px) {
  .front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__image {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .service .service__contents .service__contents__contents3 .service__contents__contents3__contents .service__contents__contents3__contents__web .service__contents__contents3__contents__web__image {
    height: auto;
    width: 100%;
    max-width: 500px;
  }
}
.front-page .plan__wrapper {
  background-color: #f6f8fb;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .front-page .plan__wrapper {
    padding-bottom: 40px;
  }
}
.front-page .plan {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
  background-color: #fcfcfc;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .front-page .plan {
    padding: 16px;
    margin: 16px;
    border-radius: 16px;
  }
}
.front-page .plan .plan__contents {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents {
    flex-direction: column;
  }
}
.front-page .plan .plan__contents .plan__contents__left {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents .plan__contents__left {
    width: 100%;
  }
}
.front-page .plan .plan__contents .plan__contents__right {
  flex: 1;
  padding: 16px 8px;
  border: 1px solid #e0e0e0;
  background-color: #F1F3F5;
  border-radius: 16px;
}
.front-page .plan .plan__contents .plan__contents__right img {
  margin-top: 16px;
  width: 100%;
}
.front-page .plan .plan__contents .plan__contents__right h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents .plan__contents__right h3 {
    font-size: 18px;
  }
}
.front-page .plan .plan__contents .plan__conntents__head {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents .plan__conntents__head {
    font-size: 18px;
  }
}
.front-page .plan .plan__contents .plan__conntents__head img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents .plan__conntents__head img {
    width: 32px;
    height: 32px;
  }
}
.front-page .plan .plan__contents .plan__contents__middle {
  border-radius: 8px;
  padding: 16px;
  border: 2px solid #e0e0e0;
  margin-top: 16px;
}
.front-page .plan .plan__contents .plan__contents__middle h4 {
  font-weight: bold;
}
.front-page .plan .plan__contents .plan__contents__middle > img {
  margin-top: 24px;
  width: 100%;
}
.front-page .plan .plan__contents .plan__contents__middle ul {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents .plan__contents__middle ul {
    flex-direction: column;
    gap: 16px;
  }
}
.front-page .plan .plan__contents .plan__contents__middle ul li {
  position: relative;
  padding-left: 40px;
  flex: 1;
}
.front-page .plan .plan__contents .plan__contents__middle ul li img {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.front-page .plan .plan__contents .plan__contents__middle ul li h5 {
  font-size: 12px;
  font-weight: bold;
}
.front-page .plan .plan__contents .plan__contents__middle ul li p {
  margin-top: 4px;
  font-size: 12px;
  color: #9e9e9e;
}
.front-page .plan .plan__contents .plan__contents__bottom {
  margin-top: 32px;
}
.front-page .plan .plan__contents .plan__contents__bottom p {
  font-size: 12px;
}
.front-page .plan .plan__contents .plan__contents__bottom .plan__contents__bottom__buttons {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents .plan__contents__bottom .plan__contents__bottom__buttons {
    flex-direction: column;
    gap: 8px;
  }
}
.front-page .plan .plan__contents .plan__contents__bottom .plan__contents__bottom__buttons a {
  padding: 8px;
  position: relative;
  flex: 1;
  justify-content: left;
}
.front-page .plan .plan__contents .plan__contents__bottom .plan__contents__bottom__buttons a img {
  width: 40px;
  height: 40px;
}
.front-page .plan .plan__contents .plan__contents__bottom .plan__contents__bottom__buttons a .arrow {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.front-page .plan .plan__contents_1 {
  margin-top: 40px;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents_1 {
    margin-bottom: 0;
  }
}
.front-page .plan .plan__contents_2 {
  margin-top: -40px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .front-page .plan .plan__contents_2 {
    margin-top: 0;
    flex-direction: column;
  }
}
.front-page .product {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .front-page .product {
    margin: 0 16px;
    padding: 40px 0;
  }
}
.front-page .product .product__contents {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents {
    flex-direction: column;
  }
}
.front-page .product .product__contents .product__contents__left {
  width: calc(50% - 12px);
  flex: 1;
  padding: 20px;
  background-color: #FFE7E7;
  border-radius: 24px;
  background-image: url("/wp-content/themes/miraikoji-co/img/koji-genba-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__left {
    width: 100%;
    border-radius: 16px;
    padding: 16px;
  }
}
.front-page .product .product__contents .product__contents__left img {
  width: 100%;
}
.front-page .product .product__contents .product__contents__right {
  flex: 1;
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__right {
    width: 100%;
  }
}
.front-page .product .product__contents .product__contents__right .product__contents__right__main {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  background-color: #FFE7E7;
  padding: 20px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__right .product__contents__right__main {
    border-radius: 16px;
    padding: 16px;
    align-items: inherit;
  }
}
.front-page .product .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head {
  height: 72px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head {
    height: 48px;
  }
}
.front-page .product .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head h3 {
  flex: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head h3 {
    font-size: 18px;
  }
}
.front-page .product .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head h3 span {
  font-size: 14px;
  color: #e33535;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head img {
  height: 100%;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__main p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__right .product__contents__right__main p {
    font-size: 14px;
  }
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom {
  margin-top: 24px;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom h4 {
  font-size: 14px;
  font-weight: bold;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__images {
    max-width: 100%;
    flex-direction: row;
    overflow-x: scroll;
  }
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__images img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__images img {
    min-width: 343px;
  }
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions li {
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 12px;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions-with-image {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions-with-image li {
  width: calc((100% - 16px) / 3);
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions-with-image li {
    width: calc((100% - 16px) / 2);
  }
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions-with-image li h5 {
  font-size: 10px;
  font-weight: bold;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions-with-image li h5 img {
  height: 12px;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions-with-image li > img {
  width: 100%;
  margin-top: 8px;
}
.front-page .product .product__contents .product__contents__right .product__contents__right__bottom .product__contents__right__bottom__functions-with-image .product__contents__right__bottom__functions-with-image__item-wide {
  width: 100%;
}
.front-page .product .product__contents_1 {
  margin-top: 40px;
}
.front-page .product .product__contents_2 {
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .front-page .product .product__contents_2 {
    flex-direction: column;
  }
}
.front-page .product .product__contents_2 .product__contents__left {
  background-color: #E7F1FF;
  background-image: url("/wp-content/themes/miraikoji-co/img/koji-genba-bg-blue.png");
}
.front-page .product .product__contents_2 .product__contents__right .product__contents__right__main {
  background-color: #E7F1FF;
}
.front-page .product .product__contents_2 .product__contents__right .product__contents__right__main .product__contents__right__main__head h3 span {
  color: #1269ec;
}
.front-page .product .product__contents_3 {
  margin-top: 40px;
}
.front-page .product .product__contents_3 .product__contents__left {
  background-color: #FEF0E6;
}
.front-page .product .product__contents_3 .product__contents__right .product__contents__right__main {
  background-color: #FEF0E6;
}
.front-page .bpo {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .front-page .bpo {
    margin: 0 16px;
    padding: 40px 0;
  }
}
.front-page .bpo .bpo__contents {
  border-radius: 40px;
  padding: 56px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url("/wp-content/themes/miraikoji-co/img/front/bpo.png");
  background-size: cover;
  background-position: center;
  color: #fcfcfc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .front-page .bpo .bpo__contents {
    padding: 8px 16px;
    flex-direction: column-reverse;
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .bpo .bpo__contents {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url("/wp-content/themes/miraikoji-co/img/front/bpo-sp.png");
  }
}
.front-page .bpo .bpo__contents .bpo__contents__left h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .front-page .bpo .bpo__contents .bpo__contents__left h3 {
    font-size: 18px;
  }
}
.front-page .bpo .bpo__contents .bpo__contents__left p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .front-page .bpo .bpo__contents .bpo__contents__left p {
    font-size: 14px;
  }
}
.front-page .bpo .bpo__contents .bpo__contents__left .button {
  margin-top: 24px;
  max-width: 190px;
}
@media screen and (max-width: 768px) {
  .front-page .bpo .bpo__contents .bpo__contents__left .button {
    margin: 16px auto 0 auto;
  }
}
.front-page .bpo .bpo__contents .bpo__contents__right {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .front-page .bpo .bpo__contents .bpo__contents__right {
    width: 100%;
    max-width: 520px;
  }
}
.front-page .bpo .bpo__contents .bpo__contents__right img {
  width: 100%;
}
.front-page .news__wrapper {
  background-color: #f6f8fb;
}
.front-page .news {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .front-page .news {
    margin: 0 16px;
    padding: 40px 0;
    gap: 24px;
  }
}
.front-page .news iframe {
  width: 100%;
  height: 856px;
}
.front-page .seminar {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .front-page .seminar {
    margin: 0 16px;
    padding: 40px 0;
    gap: 24px;
  }
}

.aboutus-page {
  /* ---------- common ---------- */
  /*---------- hero ----------*/
  /*---------- mission ----------*/
  /*---------- vision ----------*/
  /*---------- values ----------*/
  /*---------- history ----------*/
  /* ---------- group ---------- */
  /*---------- leaders ----------*/
  /*---------- recruit ----------*/
}
.aboutus-page hr {
  color: #e0e0e0;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .aboutus-page hr {
    width: calc(100% - 16px);
    width: 100%;
  }
}
.aboutus-page .hero .hero__sec1 {
  background-color: #e0e0e0;
  background-image: url("/wp-content/themes/miraikoji-co/img/aboutus/hero.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 160px;
  padding-bottom: 160px;
}
.aboutus-page .hero .hero__sec1 h1,
.aboutus-page .hero .hero__sec1 p {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .hero .hero__sec1 h1,
  .aboutus-page .hero .hero__sec1 p {
    padding: 0 16px;
    width: 100%;
  }
}
.aboutus-page .hero .hero__sec1 h1 {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .hero .hero__sec1 h1 {
    font-size: 38px;
  }
}
.aboutus-page .hero .hero__sec1 p {
  margin-top: 24px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .hero .hero__sec1 p {
    font-size: 16px;
    margin-top: 16px;
  }
}
.aboutus-page .hero .hero__sec2 {
  background-color: #e33535;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fcfcfc;
  text-align: center;
}
.aboutus-page .hero .hero__sec2 h2,
.aboutus-page .hero .hero__sec2 p {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .hero .hero__sec2 h2,
  .aboutus-page .hero .hero__sec2 p {
    padding: 0 16px;
    width: 100%;
  }
}
.aboutus-page .hero .hero__sec2 h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .aboutus-page .hero .hero__sec2 h2 {
    font-size: 22px;
  }
}
.aboutus-page .hero .hero__sec2 p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .aboutus-page .hero .hero__sec2 p {
    font-size: 14px;
  }
}
.aboutus-page .mission {
  margin: 0 auto;
  padding: 80px 20px 100px 20px;
  max-width: 1280px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .mission {
    width: 100%;
    padding: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus-page .mission {
    flex-direction: column;
    gap: 32px;
  }
}
.aboutus-page .mission > div {
  flex: 1;
}
.aboutus-page .mission ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.aboutus-page .mission ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 4px);
  padding: 38px 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutus-page .mission ul li {
    padding: 16px 8px;
  }
}
.aboutus-page .mission ul li img {
  width: 76px;
}
.aboutus-page .mission ul li h3 {
  margin-top: 16px;
  font-weight: bold;
}
.aboutus-page .mission ul li p {
  margin-top: 8px;
  color: #9e9e9e;
}
.aboutus-page .mission ul li:first-child {
  width: 100%;
}
.aboutus-page .vision {
  margin: 0 auto;
  padding: 80px 20px 100px 20px;
  max-width: 1280px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .vision {
    width: 100%;
    padding: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus-page .vision {
    flex-direction: column;
    gap: 32px;
  }
}
.aboutus-page .vision .vision__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-page .vision .vision__image img {
  max-width: 353px;
  width: 100%;
}
.aboutus-page .vision .front-page__common-texts {
  flex: 1;
}
.aboutus-page .values {
  margin: 0 auto;
  padding: 80px 20px 100px 20px;
  max-width: 1280px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .aboutus-page .values {
    width: 100%;
    padding: 32px 16px;
  }
}
.aboutus-page .values ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .values ul {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.aboutus-page .values ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .aboutus-page .values ul li {
    padding: 16px 8px;
    position: relative;
    padding-left: 56px;
    align-items: start;
  }
}
.aboutus-page .values ul li img {
  width: 76px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .values ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
}
.aboutus-page .values ul li h3 {
  margin-top: 16px;
  font-weight: bold;
}
.aboutus-page .values ul li p {
  margin-top: 8px;
  color: #9e9e9e;
}
.aboutus-page .history__wrapper {
  background-color: #f6f8fb;
}
.aboutus-page .history {
  margin: 0 auto;
  padding: 80px 20px;
  max-width: 1280px;
  width: 100%;
}
.aboutus-page .history ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  background-color: #fcfcfc;
  border-radius: 40px;
  padding: 80px 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .history ul {
    padding-left: 64px;
    align-items: start;
  }
}
.aboutus-page .history ul::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% - 160px);
  background-color: #e33535;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .history ul::before {
    left: 28px;
  }
}
.aboutus-page .history ul .history__item {
  display: flex;
  align-items: center;
  gap: 264px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutus-page .history ul .history__item {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.aboutus-page .history ul .history__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #e33535;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .history ul .history__item::before {
    left: -36px;
  }
}
.aboutus-page .history ul .history__item::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 3px;
  background-color: #e33535;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .history ul .history__item::after {
    left: -36px;
  }
}
.aboutus-page .history ul .history__item .history__item__img {
  flex: 1;
  display: flex;
  justify-content: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .aboutus-page .history ul .history__item .history__item__img {
    justify-content: left;
  }
}
.aboutus-page .history ul .history__item .history__item__img img {
  max-width: 200px;
  border-radius: 8px;
}
.aboutus-page .history ul .history__item .history__item__texts {
  flex: 1;
  align-items: left;
  text-align: left;
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aboutus-page .history ul .history__item .history__item__texts {
    font-size: 14px;
  }
}
.aboutus-page .history ul .history__item .history__item__texts h3 {
  color: #e33535;
}
@media screen and (min-width: 769px) {
  .aboutus-page .history ul .history__item.history__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .aboutus-page .history ul .history__item.history__item:nth-child(even)::after {
    left: auto;
    right: 50%;
  }
  .aboutus-page .history ul .history__item.history__item:nth-child(even) .history__item__img {
    justify-content: left;
  }
  .aboutus-page .history ul .history__item.history__item:nth-child(even) .history__item__texts {
    align-items: right;
    text-align: right;
  }
}
.aboutus-page .group {
  margin: 0 auto;
  padding: 80px 20px 100px 20px;
  max-width: 1280px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .aboutus-page .group {
    width: 100%;
    padding: 32px 16px;
  }
}
.aboutus-page .group .group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__head {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.aboutus-page .group .group__head img {
  width: 185px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__head img {
    width: 140px;
  }
}
.aboutus-page .group .group__head > div {
  flex: 1;
}
.aboutus-page .group .group__companies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__companies {
    margin-top: 32px;
  }
}
.aboutus-page .group .group__companies li {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 20px;
  line-height: 150%;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__companies li {
    font-size: 12px;
    width: calc(50% - 4px);
    padding: 16px 8px;
    flex-direction: column;
  }
}
.aboutus-page .group .group__companies li img {
  height: 32px;
}
.aboutus-page .group .group__body {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 16px;
  background-color: #f6f8fb;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .aboutus-page .group .group__body.group__body:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body {
    flex-direction: column;
    gap: 32px;
    padding: 16px;
    gap: 24px;
  }
}
.aboutus-page .group .group__body .group__body__img {
  flex: 1;
}
.aboutus-page .group .group__body .group__body__img img {
  width: 100%;
}
.aboutus-page .group .group__body .group__body__texts {
  flex: 1;
}
.aboutus-page .group .group__body .group__body__texts img {
  height: 36px;
}
.aboutus-page .group .group__body .group__body__texts h3 {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body .group__body__texts h3 {
    font-size: 18px;
  }
}
.aboutus-page .group .group__body .group__body__texts p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body .group__body__texts p {
    font-size: 14px;
  }
}
.aboutus-page .group .group__body .group__body__texts a {
  max-width: 280px;
  margin: 56px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body .group__body__texts a {
    max-width: 100%;
    margin: 24px 0 0 auto;
  }
}
.aboutus-page .group .group__body.group__body_markmax {
  flex-direction: column;
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__head {
  display: flex;
  align-items: start;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__head {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__whatis {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__whatis {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__whatis .group__body_markmax__whatis__img {
  flex: 1;
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__whatis .group__body_markmax__whatis__img img {
  width: 100%;
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__whatis .front-page__common-texts {
  flex: 1;
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  gap: 16px;
  border-radius: 16px;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul {
    padding: 16px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li {
  width: calc((100% - 48px) / 4);
  padding: 16px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li {
    width: 100%;
    padding: 8px 16px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li p {
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li strong {
  font-weight: bold;
  color: #e33535;
  font-weight: bold;
  font-size: 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li strong {
    font-size: 48px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li small {
  position: relative;
  z-index: 1;
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li .badge {
  position: relative;
  top: -13px;
  width: 24px;
  text-align: center;
  color: #fcfcfc;
  background-color: #e33535;
  height: 53px;
  display: inline-block;
  font-size: 16px;
  padding-top: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li .badge {
    font-size: 12px;
    height: 40px;
    width: 20px;
    padding-top: 6px;
    top: -7px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li.group__body_markmax__stats__awards ul {
  position: relative;
  z-index: 1;
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li.group__body_markmax__stats__awards strong {
  font-size: 16px;
  line-height: 180%;
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li img {
  position: absolute;
  z-index: 0;
  bottom: -24px;
  right: -24px;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li img {
    bottom: -8px;
    right: -16px;
    width: 120px;
    height: 120px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(3) img {
  bottom: -32px;
  right: -32px;
  width: 164px;
  height: 164px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(3) img {
    bottom: -16px;
    right: -24px;
    width: 120px;
    height: 120px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(4) img {
  right: 26px;
  width: 132px;
  height: 132px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(4) img {
    right: -16px;
    width: 120px;
    height: 120px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(5) img {
  bottom: 13px;
  right: 16px;
  width: 228px;
  height: 228px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(5) img {
    bottom: -16px;
    right: -24px;
    width: 120px;
    height: 120px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(6) img {
  bottom: 13px;
  right: 0;
  width: 228px;
  height: 228px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(6) img {
    bottom: -16px;
    right: 0;
    width: 120px;
    height: 120px;
  }
}
.aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(7) img, .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(8) img {
  top: 10px;
  bottom: auto;
  right: -47px;
  width: 124px;
  height: 124px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(7) img, .aboutus-page .group .group__body.group__body_markmax .group__body_markmax__stats > ul > li:nth-child(8) img {
    top: -16px;
    right: -24px;
    width: 120px;
    height: 120px;
  }
}
.aboutus-page .leaders {
  margin: 0 auto;
  padding: 80px 20px 100px 20px;
  max-width: 1280px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .aboutus-page .leaders {
    width: 100%;
    padding: 32px 16px;
  }
}
.aboutus-page .leaders .leaders__list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .leaders .leaders__list {
    margin-top: 40px;
  }
}
.aboutus-page .leaders .leaders__list .leaders__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .leaders .leaders__list .leaders__item {
    flex-direction: column;
    gap: 40px;
  }
}
.aboutus-page .leaders .leaders__list .leaders__item .leaders__item__img {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .aboutus-page .leaders .leaders__list .leaders__item .leaders__item__img {
    width: 100%;
    max-width: 350px;
  }
}
.aboutus-page .leaders .leaders__list .leaders__item .leaders__item__img img {
  width: 100%;
  border-radius: 16px;
}
.aboutus-page .leaders .leaders__list .leaders__item .leaders__item__texts {
  flex: 1;
}
.aboutus-page .leaders .leaders__list .leaders__item .leaders__item__texts h3 {
  font-size: 22px;
  line-height: 150%;
  font-weight: bold;
}
.aboutus-page .leaders .leaders__list .leaders__item .leaders__item__texts h3 span {
  font-size: 18px;
}
.aboutus-page .leaders .leaders__list .leaders__item .leaders__item__texts p {
  margin-top: 16px;
  line-height: 150%;
}
.aboutus-page .recruit {
  margin: 0 auto;
  padding: 80px 20px 100px 20px;
  width: 100%;
  text-align: center;
  background: linear-gradient(35deg, #b31717 0%, #d82e2e 100%);
  color: #fcfcfc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .aboutus-page .recruit {
    width: 100%;
    padding: 32px 16px;
  }
}
.aboutus-page .recruit span {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aboutus-page .recruit span {
    font-size: 12px;
  }
}
.aboutus-page .recruit p {
  font-size: 36px;
  margin-top: 4px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aboutus-page .recruit p {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.recruit-page {
  position: relative;
  z-index: 0;
  /* ---------- common ---------- */
  /* ---------- about ---------- */
  /* ---------- conternts ---------- */
  /* ---------- recruit-form ---------- */
}
.recruit-page .section__block .section_inner__block {
  position: relative;
  z-index: 10;
  max-width: 1104px;
  padding: 110px 80px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.recruit-page .container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.recruit-page .container .row .col-2 {
  margin-left: 15px;
  margin-right: 15px;
  width: calc((100% - 60px) / 2);
  margin-bottom: 30px;
}
.recruit-page .section_body__block p {
  font-size: 1rem;
  margin-bottom: 2.5em;
}
.recruit-page .about .about__contents {
  display: flex;
  align-items: start;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .recruit-page .about .about__contents {
    flex-direction: column;
  }
}
.recruit-page .about .about__contents > * {
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .recruit-page .about .about__contents > * {
    width: 100%;
  }
}
.recruit-page .about .about__contents p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .recruit-page .about .about__contents p {
    font-size: 14px;
  }
}
.recruit-page .about h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .recruit-page .about h3 {
    font-size: 22px;
  }
}
.recruit-page .mainvidual__block {
  background-size: cover !important;
  max-width: 100%;
  padding: 0;
  background-image: url(https://www.miraikoji.com/assets2/img/recruit/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-page .mainvidual_inner__block {
  min-height: 564px;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .recruit-page .mainvidual_inner__block {
    padding: 20px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
.recruit-page .mainvidual_inner__block .mainvidual_title {
  font-size: 3.375rem;
  color: #fcfcfc;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  .recruit-page .mainvidual_inner__block .mainvidual_title {
    font-size: 2.5rem;
  }
}
.recruit-page .mainvidual_inner__block .mainvidual_read {
  font-size: 1.125rem;
  color: #fcfcfc;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .recruit-page .mainvidual_inner__block .mainvidual_read {
    font-size: 0.937rem;
  }
}
.recruit-page .mainvidual_inner__block .mainvidual_read__block {
  padding-top: 15px;
}
@media screen and (max-width: 576px) {
  .recruit-page .mainvidual_inner__block .mainvidual_read__block {
    padding-top: 0;
  }
}
.recruit-page .mainvidual_inner__block .btns {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
}
.recruit-page .mainvidual_inner__block .btns .btn {
  width: 280px;
  height: 60px;
}
.recruit-page .mainvidual_inner__block .container .row {
  flex-direction: column;
}
.recruit-page .mainvidual_inner__block .container .row .col-2 {
  margin-left: 15px;
  margin-right: 15px;
  width: calc((100% - 30px) / 1);
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block .section_inner__block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block .section_inner__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruit-page .section__block.recruit-section__block .section_title {
  font-size: 3.75rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #212121;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .section_title {
    font-size: 2.25rem;
  }
}
.recruit-page .section__block.recruit-section__block .section_title__block {
  border-bottom: none;
  width: 100%;
  margin-bottom: 30px;
}
.recruit-page .section__block.recruit-section__block .section_read {
  text-align: center;
  color: #212121;
  margin-bottom: 30px;
}
.recruit-page .section__block.recruit-section__block .section_read__block {
  border-bottom: none;
  width: 100%;
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item {
  position: relative;
  overflow: hidden;
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item::before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 25px);
  height: 100%;
  background: #e0e0e0;
  z-index: 8;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item::before {
    top: 220px;
    bottom: 0;
    width: 100%;
    height: calc(100% - 220px);
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item::after {
  content: "";
  display: none;
  position: absolute;
  right: calc(50% + 23px);
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 60px;
  background: #e0e0e0;
  background: linear-gradient(90deg, rgba(229, 229, 229, 0) 0, rgba(229, 229, 229, 0.99) 88%);
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item::after {
    background: linear-gradient(180deg, rgba(229, 229, 229, 0) 0, rgba(229, 229, 229, 0.99) 88%);
    max-width: 100%;
    right: 0;
    top: 200px;
    height: 25px;
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-thumb img {
  width: auto;
  max-height: 360px;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-thumb img {
    position: relative;
    left: -12%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-thumb img {
    left: 0;
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 495px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: #d61111;
}
@media screen and (max-width: 992px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body {
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body {
    max-width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text {
  padding: 0;
  padding-left: 40px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text {
    padding-left: 10px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text {
    padding: 20px 25px;
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text h2 {
  font-size: 1.875rem;
  margin-bottom: 5px;
  color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text h2 {
    font-size: 1.625rem;
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text p {
  font-size: 1.25rem;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text p {
    font-size: 1rem;
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text p br {
  display: none;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text p {
    font-size: 1rem;
  }
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text p br {
    display: none;
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text p.jog {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text p.jog {
    font-size: 0.875rem;
  }
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text .btns .btn {
  background-color: #fcfcfc;
  border-radius: 0;
  color: #212121;
  max-width: 400px;
  width: 100%;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.02em;
  position: relative;
  display: flex;
  height: 60px;
  align-items: center;
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text .btns .btn .ico_more {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item-body .recruit-item-text .btns .btn .ico_more::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #212121;
  border-right: 3px solid #212121;
  transform: rotate(45deg);
}
.recruit-page .section__block.recruit-section__block .recruit-items .recruit-item + .recruit-item {
  margin-top: 40px;
}
.recruit-page .section__block.section_bg__block {
  background-color: #F1F3F5;
  background-color: #d61111;
}
.recruit-page .section__block.section_bg__block .toggle-box-title {
  padding: 20px 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-title {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    background-color: #fcfcfc;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-title h4 {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-title h4 {
    font-size: 1.125rem;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-title.close .ico_toggle::after {
  transform: translateY(-50%) rotate(-135deg);
}
.recruit-page .section__block.section_bg__block .toggle-box-title-thumb {
  padding: 20px 20px;
  padding-left: 40px;
  padding-right: 15px;
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-title-thumb {
    display: block;
    padding: 0 10px;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-title-thumb .ico_img {
  display: block;
  background-color: #e0e0e0;
  width: 60px;
  height: 60px;
  border-radius: 120px;
  overflow: hidden;
}
.recruit-page .section__block.section_bg__block .toggle-box-title-thumb .ico_img img {
  width: 100%;
  height: 100%;
}
.recruit-page .section__block.section_bg__block .toggle-box-title-body .ico_toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-title-body {
    padding: 20px 20px;
    padding-left: 10px;
    padding-right: 40px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .recruit-page .section__block.section_bg__block .toggle-box-title-body h4 {
    color: #212121;
  }
  .recruit-page .section__block.section_bg__block .toggle-box-title-body .ico_toggle {
    display: block;
    padding-right: 15px;
    font-weight: 700;
    font-size: 0.937rem;
    color: #d61111;
    font-style: normal;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) scale(1);
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .recruit-page .section__block.section_bg__block .toggle-box-title-body .ico_toggle {
    right: 10px;
    transform: translateY(-50%) scale(0.75);
  }
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-title-body .ico_toggle::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: calc(50% + 1px);
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #d61111;
    border-bottom: 3px solid #d61111;
  }
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box__block {
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box__block + .toggle-box__block {
  margin-top: 20px;
}
.recruit-page .section__block.section_bg__block .toggle-box-items {
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-items {
    border-top: solid 1px #e0e0e0;
    border-radius: 0 0 6px 6px;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item {
  border-bottom: solid 1px #e0e0e0;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header {
  padding: 0 0;
  position: relative;
  cursor: pointer;
  background-color: #fcfcfc;
  display: flex;
  align-items: center;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header .not-entry {
  color: #d61111;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-header .not-entry {
    font-size: 0.812rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-header {
    width: 100%;
    padding: 15px 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header-thumb {
  padding: 20px 20px;
  padding-left: 40px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-header-thumb {
    padding: 0 10px;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header-thumb .ico_img {
  display: block;
  background-color: #e0e0e0;
  width: 60px;
  height: 60px;
  border-radius: 120px;
  overflow: hidden;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header-thumb .ico_img img {
  width: 100%;
  height: 100%;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header-body {
  padding: 20px 20px;
  padding-left: 10px;
  padding-right: 50px;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header.close .ico_toggle::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #d61111;
  border-bottom: 2px solid #d61111;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header h4 {
  font-size: 1.125rem;
  line-height: 1.6em;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-header h4 {
    font-size: 1rem;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header .ico_toggle {
  display: block;
  padding-right: 15px;
  font-weight: 700;
  font-size: 0.937rem;
  color: #d61111;
  font-style: normal;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) scale(1);
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-header .ico_toggle {
    right: 10px;
    transform: translateY(-50%) scale(0.75);
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item-header .ico_toggle::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid #d61111;
  border-bottom: 2px solid #d61111;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-body {
  background-color: #fcfcfc;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-body .job-detail {
  margin-bottom: 0;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-body .job-detail__block {
  padding: 40px 0;
  background-color: #fcfcfc;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-body .job-detail__block {
    padding: 20px 0;
    background-color: #fcfcfc;
    margin-bottom: 0;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item-body .job-detail__block .btns {
  padding: 40px 20px 20px;
  display: flex;
  justify-content: center;
}
.recruit-page .section__block.section_bg__block .toggle-box-item-body .job-detail__block .btns .btn {
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-body table {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-body table tr {
    display: block;
    margin-bottom: 1em;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item-body table tr td {
  padding: 1em 60px;
  padding-left: 10px;
  background-color: #fcfcfc;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-body table tr td {
    display: block;
    width: 100%;
    padding: 1em 25px;
    padding-top: 0;
    font-size: 0.875rem;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item-body table tr th {
  padding: 1em 45px;
  padding-right: 10px;
  width: 300px;
  box-sizing: border-box;
  background-color: #fcfcfc;
}
@media screen and (max-width: 576px) {
  .recruit-page .section__block.section_bg__block .toggle-box-item-body table tr th {
    display: block;
    width: 100%;
    padding: 1em 25px;
    padding-bottom: 5px;
    font-size: 0.937rem;
  }
}
.recruit-page .section__block.section_bg__block .toggle-box-item-body table tr:last-child td,
.recruit-page .section__block.section_bg__block .toggle-box-item-body table tr:last-child th {
  border: none;
}
.recruit-page .section_title {
  font-size: 3.75rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fcfcfc;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_title {
    font-size: 2.25rem;
  }
}
.recruit-page .section_title__block {
  border-bottom: none;
  width: 100%;
  margin-bottom: 0;
}
.recruit-page .section_read {
  margin-top: 8px;
  text-align: center;
  color: #fcfcfc;
}
.recruit-page .section_read__block {
  border-bottom: none;
  width: 100%;
}
.recruit-page .section_sub-title {
  font-size: 2.125rem;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_sub-title {
    font-size: 1.625rem;
  }
}
.recruit-page .section_sub-title__block {
  border-bottom: solid 1px #212121;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_body__block .container .row {
    flex-direction: column;
  }
}
.recruit-page .section_body__block .container .row .col-2 {
  margin-left: 15px;
  margin-right: 15px;
  width: calc((100% - 30px) / 1);
  margin-bottom: 15px;
}
.recruit-page .section_body__block .container.s_container .row {
  flex-direction: column-reverse;
}
.recruit-page .section_body__block .app-img {
  position: relative;
  width: 100%;
}
.recruit-page .section_body__block .app-img img {
  max-width: 699px;
  width: 699px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_body__block .app-img img {
    position: static;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page .section_body__block table {
    border: none;
  }
}
.recruit-page .section_body__block table tr {
  border: none;
}
.recruit-page .section_body__block table tr th {
  padding-bottom: 0;
  border: none;
  padding: 0.5em;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_body__block table tr th {
    padding-bottom: 0;
  }
}
.recruit-page .section_body__block table tr td {
  border: none;
  padding: 0.5em 0;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_body__block table tr td {
    padding-top: 0;
  }
}
.recruit-page .section_body__block table.recruit_table {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 48px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_body__block table.recruit_table {
    display: block;
  }
  .recruit-page .section_body__block table.recruit_table tr {
    display: block;
    margin-bottom: 1em;
  }
  .recruit-page .section_body__block table.recruit_table tr th,
  .recruit-page .section_body__block table.recruit_table tr td {
    display: block;
    width: 100%;
    border-right: none;
  }
  .recruit-page .section_body__block table.recruit_table tr th {
    padding-bottom: 5px;
    border-bottom: none;
  }
  .recruit-page .section_body__block table.recruit_table tr td {
    padding-top: 5px;
  }
  .recruit-page .section_body__block table.recruit_table tr:last-child td {
    border-bottom: none;
  }
  .recruit-page .section_body__block table.recruit_table tr:last-child th {
    border-right: none;
  }
}
.recruit-page .section_body__block table.recruit_table tr td {
  padding: 1em 30px;
  padding-left: 30px;
  border-bottom: solid 1px #F1F3F5;
  border-bottom: solid 1px #e0e0e0;
  background-color: #fcfcfc;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_body__block table.recruit_table tr td {
    width: 100%;
    padding: 15px 25px;
  }
}
.recruit-page .section_body__block table.recruit_table tr th {
  padding: 1em 35px;
  padding-right: 15px;
  background-color: #495057;
  background-color: #fbf2f2;
  border-right: solid 2px #e0e0e0;
  color: #212121;
  border-bottom: solid 1px #fcfcfc;
  border-bottom: solid 1px #e0e0e0;
  width: 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .recruit-page .section_body__block table.recruit_table tr th {
    width: 100%;
    padding: 15px 25px;
  }
}
.recruit-page .section_body__block table.recruit_table tr:last-child td,
.recruit-page .section_body__block table.recruit_table tr:last-child th {
  border: none;
}
.recruit-page .section_body__block table.recruit_table tr:last-child th {
  border-right: solid 2px #e0e0e0;
}
.recruit-page .entry-btns {
  display: flex;
  align-items: center;
  padding: 35px 60px;
  border-top: solid 1px #212121;
  border-bottom: solid 1px #212121;
}
@media screen and (max-width: 576px) {
  .recruit-page .entry-btns {
    padding: 30px 20px;
    flex-direction: column;
  }
}
.recruit-page .entry-btns p {
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .recruit-page .entry-btns p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.625rem;
  }
}
.recruit-page .entry-btns .btns {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .recruit-page .entry-btns .btns {
    flex-direction: column;
  }
}
.recruit-page .entry-btns .btns__block {
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .recruit-page .entry-btns .btns__block {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.recruit-page .entry-btns .btns .btn {
  max-width: 300px;
  width: 100%;
  height: 80px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 4px rgba(175, 142, 142, 0);
}
@media screen and (max-width: 576px) {
  .recruit-page .entry-btns .btns .btn {
    width: calc((100% - 20px) / 1);
    height: 70px;
    font-size: 1.687rem;
    box-sizing: border-box;
  }
}
.recruit-page .entry-btns .btns .btn:hover {
  box-shadow: 0 6px 14px rgba(80, 21, 25, 0.2);
}
.recruit-page .entry-btns .btns .btn.wantedly {
  background-color: #21bddb;
  width: 300px;
}
@media screen and (max-width: 576px) {
  .recruit-page .entry-btns .btns .btn.wantedly {
    width: 100%;
    width: calc((100% - 20px) / 1);
    margin-bottom: 15px;
  }
}
.recruit-page .entry-btns .btns .btn.green {
  background-color: #39ce16;
  width: 300px;
}
@media screen and (max-width: 576px) {
  .recruit-page .entry-btns .btns .btn.green {
    width: 100%;
    width: calc((100% - 20px) / 1);
  }
}
.recruit-page .recruit-form__wrapper {
  background-color: #d61111;
  background-image: url("/assets2/img/recruit/form-bg.png");
  width: 100%;
  overflow: hidden;
}
.recruit-page .recruit-form {
  position: relative;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  padding: 100px 20px;
  max-width: 1280px;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .recruit-page .recruit-form {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-page .recruit-form {
    flex-direction: column;
  }
}
.recruit-page .recruit-form .recruit-form__title-en {
  position: absolute;
  z-index: 0;
  top: 160px;
  left: -540px;
  transform: rotate(90deg);
  color: #fcfcfc;
  font-size: 140px;
  font-weight: 900;
  line-height: 100%;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .recruit-page .recruit-form .recruit-form__title-en {
    left: -670px;
  }
}
.recruit-page .recruit-form .recruit-form__left {
  position: relative;
  z-index: 1;
  width: 460px;
}
@media screen and (max-width: 768px) {
  .recruit-page .recruit-form .recruit-form__left {
    width: 100%;
  }
}
.recruit-page .recruit-form .recruit-form__left h2 {
  color: #fcfcfc;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 576px) {
  .recruit-page .recruit-form .recruit-form__left h2 {
    font-size: 24px;
  }
}
.recruit-page .recruit-form .recruit-form__left p {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 16px;
}
.recruit-page .recruit-form .recruit-form__left .buttons {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
}
.recruit-page .recruit-form .recruit-form__left .buttons * {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.recruit-page .recruit-form .recruit-form__left .contact__content__links {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.recruit-page .recruit-form .recruit-form__left .contact__content__links a {
  display: inline-block;
  min-width: 244px;
  padding-right: 20px;
  color: #fcfcfc;
  position: relative;
  font-size: 14px;
  line-height: 180%;
}
.recruit-page .recruit-form .recruit-form__left .contact__content__links a::after {
  content: "";
  display: block;
  position: absolute;
  left: 246px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fcfcfc;
  border-right: 2px solid #fcfcfc;
  transform: rotate(-45deg);
}
.recruit-page .recruit-form .recruit-form__img {
  width: 100%;
  margin-top: 16px;
}
.recruit-page .recruit-form .recruit-form__img img {
  width: 100%;
}
.recruit-page .recruit-form .recruit-form__right {
  position: relative;
  z-index: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .recruit-page .recruit-form .recruit-form__right {
    width: 100%;
  }
}
.recruit-page .recruit-form .form__block {
  width: auto;
  background-color: #fcfcfc;
  padding: 40px;
  border-radius: 24px;
}
.recruit-page .recruit-form .form__block .wpcf7-text {
  padding: 10px;
  border: 1px solid #e0e0e0;
  width: 100%;
  border-radius: 4px;
  margin-top: 4px;
}
.recruit-page .recruit-form .form__block .form-row {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}
.recruit-page .recruit-form .form__block .form-row .form-col {
  width: 100%;
  max-width: 100%;
}
.recruit-page .recruit-form .form__block > p {
  font-size: 12px;
  margin: 16px 0;
}
.recruit-page .recruit-form .form__block > p > a {
  color: #d61111;
}
.recruit-page .recruit-form .form__block .submit_button {
  border-radius: 9999px;
  display: block;
  min-width: 400px;
  padding: 16px;
  font-size: 14px;
  line-height: 14px;
  color: #fcfcfc;
  border: none;
  background-color: #d61111;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .recruit-page .recruit-form .form__block .submit_button {
    min-width: 100%;
  }
}
.recruit-page.recruit-detail .mainvidual__block {
  max-width: 100%;
  padding: 0;
  background-image: none;
}
.recruit-page.recruit-detail .mainvidual_inner__block {
  min-height: 1px;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block {
    padding: 20px;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-bottom: 0;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item {
  position: relative;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item {
    margin-bottom: 0;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item::before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 25px);
  height: 100%;
  background-color: #d61111;
  z-index: 8;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item::before {
    top: 210px;
    bottom: 0;
    width: 100%;
    height: calc(100% - 210px);
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item::after {
  content: "";
  display: none;
  position: absolute;
  right: calc(50% + 23px);
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 60px;
  background-color: #d61111;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item::after {
    max-width: 100%;
    right: 0;
    top: 180px;
    height: 30px;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-thumb {
  overflow: hidden;
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-thumb img {
  max-height: 360px;
  height: auto;
  position: relative;
  width: auto;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-thumb img {
    left: -6%;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-thumb img {
    left: 0;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 495px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d61111;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text {
  padding: 0 45px;
  padding-left: 45px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text {
    padding: 20px 45px;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text h2 {
  font-size: 1.875rem;
  margin-bottom: 5px;
  color: #fcfcfc;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text h2 {
    font-size: 1.625rem;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text p {
  font-size: 1.25rem;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fcfcfc;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text p {
    font-size: 1rem;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text p br {
  display: none;
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text p.jog {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_recruit-item-body .mainvidual_recruit-item-text p.jog {
    font-size: 0.875rem;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_title {
  font-size: 3.375rem;
  color: #212121;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_title {
    font-size: 2.5rem;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_title__block {
  margin-bottom: 70px;
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_read {
  font-size: 1.125rem;
  color: #fcfcfc;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_read {
    font-size: 0.937rem;
  }
}
.recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_read__block {
  padding-top: 15px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .mainvidual_inner__block .mainvidual_read__block {
    padding-top: 0;
  }
}
.recruit-page.recruit-detail .section_inner_block {
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .section_inner_block {
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .section_inner_block {
    padding: 64px 24px;
    padding-top: 40px;
    box-sizing: border-box;
  }
}
.recruit-page.recruit-detail .section_inner_block .section_title {
  color: #212121;
  text-align: left;
  font-size: 1.25rem;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .section_inner_block .section_title__block {
    margin-bottom: 15px;
  }
}
.recruit-page.recruit-detail .scedule {
  position: relative;
  background-color: #F1F3F5;
  background-color: #d61111;
  min-height: 420px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule {
    padding-top: 260px;
    min-height: auto;
  }
}
.recruit-page.recruit-detail .scedule__block {
  padding-top: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule__block {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
.recruit-page.recruit-detail .scedule-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 445px;
  background-size: cover;
  background-position: left top;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule-thumb {
    height: 260px;
  }
}
.recruit-page.recruit-detail .scedule-thumb-title {
  position: absolute;
  left: 40px;
  top: 40px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule-thumb-title {
    left: 25px;
    top: 25px;
  }
}
.recruit-page.recruit-detail .scedule-thumb-title h3 {
  color: #fcfcfc;
  font-size: 20px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule-thumb-title h3 {
    font-size: 18px;
  }
}
.recruit-page.recruit-detail .scedule-thumb-title p {
  color: #fcfcfc;
  font-size: 16px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule-thumb-title p {
    font-size: 14px;
  }
}
.recruit-page.recruit-detail .scedule-body {
  max-width: 505px;
  position: relative;
  z-index: 100;
  margin-left: auto;
  background-color: #F1F3F5;
  background-color: #d61111;
  min-height: 420px;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .scedule-body {
    width: 55%;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule-body {
    width: 100%;
    min-height: auto;
  }
}
.recruit-page.recruit-detail .scedule-text {
  padding: 40px 80px;
  padding-right: 60px;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .scedule-text {
    padding: 25px 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule-text {
    padding: 20px 30px;
    padding-top: 30px;
  }
}
.recruit-page.recruit-detail .scedule-text dl {
  display: flex;
  flex-wrap: wrap;
}
.recruit-page.recruit-detail .scedule-text dl dt {
  max-width: 60px;
  width: 100%;
  text-align: right;
  padding-right: 1em;
  box-sizing: border-box;
  padding-bottom: 8px;
  line-height: 1.6em;
  font-size: 1rem;
  color: #fcfcfc;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule-text dl dt {
    font-size: 0.937rem;
  }
}
.recruit-page.recruit-detail .scedule-text dl dd {
  max-width: calc(100% - 60px);
  width: 100%;
  padding-bottom: 8px;
  line-height: 1.6em;
  font-size: 1rem;
  color: #fcfcfc;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .scedule-text dl dd {
    font-size: 0.937rem;
  }
}
.recruit-page.recruit-detail .pagenation-items {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .pagenation-items {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items {
    flex-direction: column;
  }
}
.recruit-page.recruit-detail .pagenation-items-title {
  font-size: 2.125rem;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items-title {
    font-size: 1.75rem;
  }
}
.recruit-page.recruit-detail .pagenation-items-title__block {
  padding-bottom: 20px;
  border-bottom: solid 1px #212121;
  margin-bottom: 35px;
}
.recruit-page.recruit-detail .pagenation-items__block {
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .pagenation-items__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items__block {
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.recruit-page.recruit-detail .pagenation-items .pagenation-item {
  margin-left: 30px;
  margin-right: 30px;
  width: calc((100% - 120px) / 2);
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .recruit-page.recruit-detail .pagenation-items .pagenation-item {
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items .pagenation-item {
    width: calc((100% - 30px) / 1);
    margin-bottom: 30px;
  }
}
.recruit-page.recruit-detail .pagenation-items .pagenation-item-thumb {
  min-height: 200px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items .pagenation-item-thumb {
    min-height: 140px;
  }
}
.recruit-page.recruit-detail .pagenation-items .pagenation-item-thumb img {
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items .pagenation-item-thumb img {
    max-width: 140px;
    height: auto;
  }
}
.recruit-page.recruit-detail .pagenation-items .pagenation-item-body {
  background-color: #F1F3F5;
  background-color: #d61111;
  position: absolute;
  right: 0;
  top: 0;
  max-width: calc(100% - 200px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items .pagenation-item-body {
    min-height: 140px;
    max-width: calc(100% - 140px);
  }
}
.recruit-page.recruit-detail .pagenation-items .pagenation-item-body h3 {
  color: #fcfcfc;
}
.recruit-page.recruit-detail .pagenation-items .pagenation-item-body p.job {
  color: #fcfcfc;
}
.recruit-page.recruit-detail .pagenation-items .pagenation-item-text {
  max-width: 145px;
  width: 100%;
}
.recruit-page.recruit-detail .pagenation-items .pagenation-item-text h3 {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items .pagenation-item-text h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .recruit-page.recruit-detail .pagenation-items .pagenation-item-text p.jog {
    font-size: 14px;
  }
}

.partner-page {
  /* ---------- hero ---------- */
  /* ---------- what-is ---------- */
  /* ---------- companies ---------- */
  /* contents */
  /* ---------- contact ---------- */
}
.partner-page .hero .hero__sec1 {
  background-color: #e0e0e0;
  background-image: url("/wp-content/themes/miraikoji-co/img/partner/hero.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 160px;
  padding-bottom: 160px;
}
.partner-page .hero .hero__sec1 h1,
.partner-page .hero .hero__sec1 p,
.partner-page .hero .hero__sec1 .hero__sec1__button-wrapper {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .partner-page .hero .hero__sec1 h1,
  .partner-page .hero .hero__sec1 p,
  .partner-page .hero .hero__sec1 .hero__sec1__button-wrapper {
    padding: 0 16px;
    width: 100%;
  }
}
.partner-page .hero .hero__sec1 h1 {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .partner-page .hero .hero__sec1 h1 {
    font-size: 38px;
  }
}
.partner-page .hero .hero__sec1 p {
  margin-top: 24px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .partner-page .hero .hero__sec1 p {
    font-size: 16px;
    margin-top: 16px;
  }
}
.partner-page .hero .hero__sec1 .hero__sec1__button-wrapper {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .partner-page .hero .hero__sec1 .hero__sec1__button-wrapper {
    margin-top: 16px;
  }
}
.partner-page .hero .hero__sec1 .hero__sec1__button-wrapper .button {
  width: 210px;
}
.partner-page .what-is__wrapper {
  background-color: #f6f8fb;
}
.partner-page .what-is {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is {
    margin: 0 16px;
    padding: 40px 0;
  }
}
.partner-page .what-is .product__contents__wrapper {
  background-color: #fcfcfc;
  padding: 24px;
  border-radius: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is .product__contents__wrapper {
    padding: 0;
    background-color: inherit;
  }
}
.partner-page .what-is .product__contents {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is .product__contents {
    flex-direction: column;
  }
}
.partner-page .what-is .product__contents .product__contents__left {
  width: 310px;
  min-height: 300px;
  padding: 20px;
  background-color: #FFE7E7;
  border-radius: 24px;
  background-image: url("/wp-content/themes/miraikoji-co/img/koji-genba-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is .product__contents .product__contents__left {
    width: 100%;
    border-radius: 16px;
    padding: 16px;
  }
}
.partner-page .what-is .product__contents .product__contents__left img {
  width: 100%;
}
.partner-page .what-is .product__contents .product__contents__right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is .product__contents .product__contents__right {
    width: 100%;
  }
}
.partner-page .what-is .product__contents .product__contents__right .product__contents__right__main {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  background-color: #FFE7E7;
  padding: 20px;
  border-radius: 24px;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is .product__contents .product__contents__right .product__contents__right__main {
    border-radius: 16px;
    padding: 16px;
    align-items: inherit;
  }
}
.partner-page .what-is .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head {
  height: 72px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head {
    height: 48px;
  }
}
.partner-page .what-is .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head h3 {
  flex: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head h3 {
    font-size: 18px;
  }
}
.partner-page .what-is .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head h3 span {
  font-size: 14px;
  color: #e33535;
}
.partner-page .what-is .product__contents .product__contents__right .product__contents__right__main .product__contents__right__main__head img {
  height: 100%;
}
.partner-page .what-is .product__contents .product__contents__right .product__contents__right__main p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .partner-page .what-is .product__contents .product__contents__right .product__contents__right__main p {
    font-size: 14px;
  }
}
.partner-page .what-is .product__contents_2 {
  margin-top: 24px;
}
.partner-page .what-is .product__contents_2 .product__contents__left {
  background-color: #E7F1FF;
  background-image: url("/wp-content/themes/miraikoji-co/img/koji-genba-bg-blue.png");
}
.partner-page .what-is .product__contents_2 .product__contents__right .product__contents__right__main {
  background-color: #E7F1FF;
}
.partner-page .what-is .product__contents_2 .product__contents__right .product__contents__right__main .product__contents__right__main__head h3 span {
  color: #1269ec;
}
.partner-page .what-is .product__contents_3 {
  margin-top: 24px;
}
.partner-page .what-is .product__contents_3 .product__contents__left {
  background-color: #FEF0E6;
}
.partner-page .what-is .product__contents_3 .product__contents__right .product__contents__right__main {
  background-color: #FEF0E6;
}
.partner-page .companies {
  background-color: #fcfcfc;
  padding: 24px;
  border-radius: 16px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .partner-page .companies {
    padding: 16px;
    margin-top: 40px;
  }
}
.partner-page .companies h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .partner-page .companies h3 {
    font-size: 18px;
  }
}
.partner-page .companies ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .partner-page .companies ul {
    margin-top: 16px;
  }
}
.partner-page .companies ul li {
  max-width: 208px;
}
@media screen and (max-width: 768px) {
  .partner-page .companies ul li {
    max-width: calc(50% - 8px);
  }
}
.partner-page .companies ul li img {
  width: 100%;
}
.partner-page .companies > div {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .partner-page .companies > div {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
}
.partner-page .companies > div a {
  padding: 8px;
  position: relative;
  flex: 1;
  justify-content: left;
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .partner-page .companies > div a {
    max-width: 100%;
  }
}
.partner-page .companies > div a:first-child {
  color: #e33535;
  border-color: #e33535;
}
.partner-page .companies > div a:last-child {
  color: #1269ec;
  border-color: #1269ec;
}
.partner-page .companies > div a img {
  width: 40px;
  height: 40px;
}
.partner-page .companies > div a .arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.partner-page .contents {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents {
    margin: 0 16px;
    padding: 40px 0;
  }
}
.partner-page .contents h3 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .partner-page .contents h3 {
    font-size: 18px;
  }
}
.partner-page .contents .contents__merit {
  margin-top: 40px;
}
.partner-page .contents .contents__merit ul {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__merit ul {
    flex-direction: column;
    gap: 16px;
  }
}
.partner-page .contents .contents__merit ul li {
  flex: 1;
  position: relative;
  padding: 24px;
  background-color: #fcfcfc;
  border-radius: 16px;
  padding: 24px 24px 40px 24px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__merit ul li {
    padding: 45px 16px 16px 72px;
  }
}
.partner-page .contents .contents__merit ul li * {
  z-index: 1;
}
.partner-page .contents .contents__merit ul li .accent-image {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__merit ul li .accent-image {
    width: 40px;
    position: absolute;
    top: 62px;
    left: 16px;
  }
}
.partner-page .contents .contents__merit ul li .bg-image {
  position: absolute;
  z-index: 0;
  bottom: -18px;
  right: 58px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__merit ul li .bg-image {
    display: none;
  }
}
.partner-page .contents .contents__merit ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__merit ul li h4 {
    margin-top: 12px;
    font-size: 16px;
  }
}
.partner-page .contents .contents__merit ul li p {
  margin-top: 8px;
  color: #9e9e9e;
}
.partner-page .contents .contents__merit ul li span {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  background-color: #e33535;
  color: #fcfcfc;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__merit ul li span {
    top: 16px;
    left: 16px;
    font-size: 12px;
    right: auto;
  }
}
.partner-page .contents .contents__flow {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__flow {
    margin-top: 32px;
  }
}
.partner-page .contents .contents__flow img {
  width: 100%;
}
.partner-page .contents .contents__support {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__support {
    margin-top: 32px;
  }
}
.partner-page .contents .contents__support ul {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__support ul {
    flex-direction: column;
    gap: 16px;
  }
}
.partner-page .contents .contents__support ul li {
  flex: 1;
  position: relative;
  padding: 24px;
  background-color: #fcfcfc;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__support ul li {
    padding: 16px 16px 16px 72px;
    align-items: start;
  }
}
.partner-page .contents .contents__support ul li img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__support ul li img {
    position: absolute;
    width: 40px;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
}
.partner-page .contents .contents__support ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__support ul li h4 {
    margin-top: 0;
    font-size: 16px;
    text-align: left;
  }
}
.partner-page .contents .contents__support ul li p {
  margin-top: 8px;
  color: #9e9e9e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .partner-page .contents .contents__support ul li p {
    text-align: left;
  }
}
.partner-page .contact__wrapper {
  background-color: #f6f8fb;
}
.partner-page .contact {
  padding: 60px 20px 40px 20px;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .partner-page .contact {
    margin: 0 16px;
    padding: 40px 0;
  }
}
.partner-page .contact .contact__form__wrapper {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 40px auto 0 auto;
  background-color: #fcfcfc;
  padding: 40px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .partner-page .contact .contact__form__wrapper {
    padding: 24px 16px;
    width: 100%;
  }
}
.partner-page .contact .contact__form__wrapper > div {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 150%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.partner-page .contact .contact__form__wrapper > div span {
  color: #e33535;
}
.partner-page .contact .contact__form__wrapper .partnerpage-form > p > span {
  display: block;
  margin-bottom: 30px;
}
.partner-page .contact .contact__form__wrapper .partnerpage-input {
  font-size: 16px;
  height: 40px;
  line-height: 50px;
}
.partner-page .contact .contact__form__wrapper .partnerpage-textarea {
  font-size: 16px;
  height: 130px;
  line-height: 150%;
}
.partner-page .contact .contact__form__wrapper .partnerpage-input,
.partner-page .contact .contact__form__wrapper .partnerpage-textarea {
  background: #fcfcfc;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #212121;
}
.partner-page .contact .contact__form__wrapper .showmodal-text {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 20px;
}
.partner-page .contact .contact__form__wrapper .submit-btn {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 54px;
  line-height: 50px;
  background: #e33535;
  color: #fcfcfc;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-radius: 8px;
  text-align: center;
}

/* ---------- footer ---------- */
.footer__wrapper {
  background-color: #e33535;
  padding: 40px;
}
.footer__wrapper .footer .footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.footer__wrapper .footer .footer__nav nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 16px;
  text-decoration: none;
  color: #fcfcfc;
  margin-bottom: 16px;
}
.footer__wrapper .footer .footer__nav nav ul li {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 35px;
}
.footer__wrapper .footer .footer__nav nav ul li img {
  height: 35px;
  width: 35px;
}
.footer__wrapper .footer .footer__sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 56px;
}
.footer__wrapper .footer .footer__sns li {
  width: 48px;
  height: 48px;
  position: relative;
}
.footer__wrapper .footer .footer__sns li img {
  width: 48px;
  height: 48px;
  position: absolute;
  transition: 1s;
}
.footer__wrapper .footer .footer__sns li .img2 {
  opacity: 0;
}
.footer__wrapper .footer .footer__sns li:hover .img1 {
  opacity: 0;
}
.footer__wrapper .footer .footer__sns li:hover .img2 {
  opacity: 1;
}
.footer__wrapper .footer .footer__copyright {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #fcfcfc;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 992px) {
  .footer__wrapper .footer_pb-lg {
    padding-bottom: 130px;
  }
}

/* ---------- main ---------- */
main {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 64px;
  }
}

/* ---------- company ---------- */
.company {
  margin: 0 auto;
  width: 1240px;
  padding: 100px;
}

/* ---------- case ---------- */
.case {
  margin: 0 auto;
  max-width: 1280px;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 32px 20px;
  }
}
.case .texts {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  align-items: end;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .case .texts {
    align-items: start;
    flex-direction: column;
  }
}
.case .texts p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .case .texts p {
    font-size: 14px;
  }
}
.case .texts a {
  border-radius: 9999px;
}
.case .case__cards__wrapper {
  overflow-x: hidden;
  width: 100%;
  margin-top: 40px;
  position: relative;
  height: 420px;
}
.case .case__cards__wrapper .case__cards {
  position: absolute;
  left: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 16px;
  justify-content: left;
  width: calc(200% + 16px);
  transition: all 0.5s ease-in-out;
  align-items: stretch;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .case .case__cards__wrapper .case__cards {
    width: 2480px;
  }
}
.case .case__cards__wrapper .case__cards .case__card {
  width: calc((100% - 80px) / 6);
}
@media screen and (max-width: 768px) {
  .case .case__cards__wrapper .case__cards .case__card {
    width: 400px;
  }
}
.case .case__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}
.case .case__buttons .case__button {
  background-color: #e0e0e0;
  border-radius: 9999px;
  transition: all 0.5s ease-in-out;
}
.case .case__buttons .case__button img {
  width: 40px;
  height: 40px;
}
.case .case__buttons .case__button.case__button_active {
  background-color: #e33535;
  color: #fcfcfc;
}
.case .case__buttons .case__button:first-child img {
  transform: rotate(180deg);
}
.case .case__buttons .case__progress {
  width: calc(100% - 80px - 48px);
  border-radius: 9999px;
  overflow: hidden;
  height: 8px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.case .case__buttons .case__progress progress {
  height: 8px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #e0e0e0;
}
.case .case__buttons .case__progress ::-webkit-progress-bar {
  background-color: #e0e0e0;
}
.case .case__buttons .case__progress ::-webkit-progress-value {
  background-color: #e33535;
}
.case .case__buttons .case__progress ::-moz-progress-bar {
  background-color: #e33535;
}

/* ---------- dl ---------- */
.dl__wrapper {
  padding: 100px 0;
  background-color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .dl__wrapper {
    padding: 40px 16px;
  }
}
.dl__wrapper.dl_service__wrapper {
  background-color: #f6f8fb;
}

.dl-red-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.dl-red-block .dl__wrapper {
  padding: 0;
  width: 100%;
}

.dl {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1240px;
  border-radius: 24px;
  background-color: #1269ec;
  background-image: url("/wp-content/themes/miraikoji-co/img/function-bg.png");
  padding: 40px 80px;
  position: relative;
  overflow: hidden;
  min-height: 354px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1269ec;
}
.dl.dl_red {
  background-color: #d61111;
  background-image: url("/wp-content/themes/miraikoji-co/img/dl-red-bg.png");
}
@media screen and (max-width: 768px) {
  .dl {
    padding: 40px 16px;
    width: 100%;
  }
}
.dl h2 {
  color: #fcfcfc;
  font-family: "Rounded Mplus 1c";
  font-style: normal;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .dl h2 {
    font-size: 22px;
  }
}
.dl h3 {
  color: #fcfcfc;
  text-align: center;
  font-style: normal;
  margin-top: 24px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .dl h3 {
    font-size: 18px;
  }
}
.dl p {
  color: #fcfcfc;
  text-align: center;
  margin-top: 32px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .dl p {
    font-size: 14px;
  }
}
.dl p.dl__md-text {
  font-size: 18px;
  font-weight: bold;
}
.dl .dl__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .dl .dl__buttons {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}
.dl .dl__buttons img {
  height: 72px;
  z-index: 2;
  position: relative;
}
.dl .dl__buttons img:not(.dl__image_sp) {
  display: block;
}
@media screen and (max-width: 768px) {
  .dl .dl__buttons img:not(.dl__image_sp) {
    display: none;
  }
}
.dl .dl__buttons img.dl__image_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .dl .dl__buttons img.dl__image_sp {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .dl .dl__buttons img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .dl .dl__buttons > img {
    display: none;
  }
}
.dl .dl__mock-1 {
  position: absolute;
  z-index: 1;
  width: 231px;
  left: 60px;
  bottom: -83px;
  transform: rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .dl .dl__mock-1 {
    display: none;
  }
}
.dl .dl__mock-2 {
  position: absolute;
  z-index: 1;
  width: 231px;
  right: 60px;
  bottom: -70px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .dl .dl__mock-2 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .dl .dl__mock-1,
  .dl .dl__mock-2 {
    display: none;
  }
}
.dl .dl__texts {
  background-color: #fcfcfc;
  margin: 24px auto 0;
  padding: 24px;
  border-radius: 16px;
  max-width: 552px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .dl .dl__texts {
    width: 100%;
  }
}
.dl .dl__texts .dl__texts__mc {
  font-weight: bold;
  margin-top: 0;
  color: #212121;
  height: 16px;
}
.dl .dl__texts .dl__texts__price {
  color: #1269ec;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
  height: 32px;
}
.dl .dl__texts .dl__texts__price small {
  font-size: 18px;
  color: #212121;
  font-weight: normal;
}
.dl .dl__texts .dl__texts__note {
  font-size: 12px;
  color: #757575;
  margin-top: 0;
}
.dl .dl__texts .dl__buttons {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 16px 8px;
}
@media screen and (max-width: 768px) {
  .dl .dl__texts .dl__buttons {
    display: block;
  }
  .dl .dl__texts .dl__buttons *:last-child {
    margin-top: 8px;
    width: 100%;
  }
}
.dl .dl__texts .dl__buttons * {
  min-width: 212px;
}
.dl.dl_service h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .dl.dl_service h2 {
    font-size: 24px;
  }
}
.dl.dl_service p {
  margin-top: 16px;
}

/* contact modal */
#privacy-modal article > p:first-of-type {
  font-size: 1.8em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}
#privacy-modal article > p.subtitle {
  font-size: 1.4em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#privacy-modal article > p.subsubtitle {
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#privacy-modal ul {
  margin-bottom: 1em;
}
#privacy-modal li {
  margin-bottom: 0.5em;
  list-style: inside;
  font-size: 14px;
  line-height: 180%;
}
#privacy-modal a {
  color: #1269ec;
  text-decoration: none;
  font-size: 14px;
  line-height: 180%;
}
#privacy-modal a:hover {
  text-decoration: underline;
}
#privacy-modal address {
  font-size: 14px;
  line-height: 180%;
}
#privacy-modal hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid #e0e0e0;
}
#privacy-modal p {
  font-size: 14px;
  line-height: 180%;
}

/* ---------- toiawase ---------- */
.toiawase__wrapper {
  width: 100vw;
  background-color: #f6f8fb;
}

.toiawase {
  padding: 100px 20px 0 20px;
  margin: 0 auto;
  max-width: 1280px;
}
.toiawase h2 {
  text-align: left;
}
.toiawase > p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .toiawase > p {
    font-size: 14px;
  }
}
.toiawase .toiawase__list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
}
.toiawase .toiawase__list * {
  color: #212121;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .toiawase .toiawase__list {
    flex-direction: column;
  }
}
.toiawase .toiawase__list li {
  border-radius: 16px;
  border: 2px solid #e0e0e0;
  background: #fcfcfc;
}
.toiawase .toiawase__list li a {
  display: block;
  padding: 24px;
}
.toiawase .toiawase__list li h3 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .toiawase .toiawase__list li h3 {
    font-size: 16px;
  }
}
.toiawase .toiawase__list li p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 180%;
}

/* ---------- flow ---------- */
.flow__wrapper {
  background-color: #f6f8fb;
}

.flow {
  max-width: 1280px;
  padding: 100px 20px;
  margin: 0 auto;
}
.flow .flow__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flow .flow__texts p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .flow .flow__texts p {
    font-size: 14px;
  }
}
.flow .flow__items {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  gap: 62px;
}
@media screen and (max-width: 768px) {
  .flow .flow__items {
    flex-direction: column;
    gap: 48px;
  }
}
.flow .flow__items p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 180%;
}
.flow .flow__items a {
  position: absolute;
  height: 62px;
  width: calc(100% - 48px);
  bottom: 24px;
  left: 24px;
}
.flow .flow__items li {
  position: relative;
  background-color: #fcfcfc;
  min-height: 242px;
  border-radius: 24px;
  padding: 24px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #e0e0e0;
}
.flow .flow__items li:not(:last-child)::after {
  position: absolute;
  width: 30px;
  height: 78px;
  left: calc(100% + 16px);
  top: calc(50% - 39px);
  content: "";
  display: block;
  background-image: url("/wp-content/themes/miraikoji-co/img/icon/flow-arrow.svg");
}
@media screen and (max-width: 768px) {
  .flow .flow__items li:not(:last-child)::after {
    /*右ではなく下に表示する*/
    top: calc(100% - 12px);
    left: calc(50% - 15px);
    transform: rotate(90deg);
  }
}
.flow .flow__items li:nth-child(3) {
  background-image: url("/wp-content/themes/miraikoji-co/img/bg/flow-bg.png");
  background-size: cover;
}
.flow .flow__items li:nth-child(3) p,
.flow .flow__items li:nth-child(3) h3 {
  color: #fcfcfc;
}
.flow .flow__items li:nth-child(3) img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 186px);
  max-width: 372px;
  width: 100%;
}

/* ---------- company ---------- */
.company__wrapper {
  background-color: #f6f8fb;
}

.company {
  max-width: 1280px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
.company dl {
  padding: 40px;
  margin-top: 40px;
  border-radius: 48px;
  background-color: #fcfcfc;
  display: flex;
  flex-wrap: wrap;
}
.company dl dt {
  font-weight: bold;
  width: 200px;
  padding: 24px 0;
  border-bottom: 1px solid var(--Border, #e0e0e0);
  line-height: 180%;
}
.company dl dd {
  width: calc(100% - 200px);
  padding: 24px 0;
  border-bottom: 1px solid var(--Border, #e0e0e0);
  line-height: 180%;
}
.company dl dd a,
.company dl dd button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.company dl dd a span,
.company dl dd button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: #fcfcfc;
  border: 1px solid var(--Border, #e0e0e0);
}
.company dl dd:nth-last-of-type(1),
.company dl dt:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .company dl dt,
  .company dl dd {
    width: 100%;
  }
  .company dl dt {
    border-bottom: none;
    padding: 0;
    margin-top: 16px;
  }
  .company dl dd {
    padding: 8px 0;
  }
}
.company dl .company__map-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #e0e0e0;
  display: none;
  z-index: 50;
}
.company dl .company__map-modal.company__map-modal_active {
  display: block;
}
.company dl .company__map-modal button {
  position: absolute;
  top: calc(50% - 225px - 32px - 16px);
  right: calc(50% - 300px);
  background-color: #fcfcfc;
  border: none;
  border-radius: 9999px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .company dl .company__map-modal button {
    right: 0;
  }
}
.company dl .company__map-modal iframe {
  position: absolute;
  width: 100vw;
  height: 100vh;
  max-width: 600px;
  max-height: 450px;
  top: calc(50% - 225px);
  left: calc(50% - 300px);
}
@media screen and (max-width: 768px) {
  .company dl .company__map-modal iframe {
    left: 0;
  }
}

/* ---------- app-banners ---------- */
.app-banners {
  max-width: 1280px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .app-banners {
    flex-direction: column;
    gap: 16px;
  }
}
.app-banners .app-banners__banner {
  position: relative;
  border-radius: 24px;
  background-color: #e33535;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .app-banners .app-banners__banner {
    padding: 16px;
  }
}
.app-banners .app-banners__banner .app-banners__banner__head {
  position: relative;
  color: #fcfcfc;
  z-index: 2;
  padding: 4px 0 4px 104px;
}
@media screen and (max-width: 768px) {
  .app-banners .app-banners__banner .app-banners__banner__head {
    padding: 0 0 0 64px;
  }
}
.app-banners .app-banners__banner .app-banners__banner__head img {
  position: absolute;
  top: 0;
  left: 0;
  height: 88px;
  width: 88px;
  border-radius: 16px;
  border: 2px solid #fcfcfc;
}
@media screen and (max-width: 768px) {
  .app-banners .app-banners__banner .app-banners__banner__head img {
    height: 56px;
    width: 56px;
    border-radius: 12px;
  }
}
.app-banners .app-banners__banner .app-banners__banner__head h3 {
  font-weight: bold;
  margin-top: 4px;
}
.app-banners .app-banners__banner .app-banners__banner__head h3 span {
  display: inline-block;
  background-color: #FFE7E7;
  color: #e33535;
  font-size: 14px;
  height: 26px;
  padding: 0 16px;
  line-height: 26px;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.app-banners .app-banners__banner .app-banners__banner__head p {
  font-size: 14px;
  line-height: 180%;
  margin-top: 4px;
}
.app-banners .app-banners__banner .app-banners__banner__body {
  position: relative;
  z-index: 2;
  padding: 16px;
  border-radius: 16px;
  background-color: #FFE7E7;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .app-banners .app-banners__banner .app-banners__banner__body {
    margin-top: 16px;
    padding: 8px;
  }
}
.app-banners .app-banners__banner .app-banners__banner__body > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.app-banners .app-banners__banner .app-banners__banner__body > div a {
  display: block;
  flex: 200;
}
.app-banners .app-banners__banner .app-banners__banner__body > div a img {
  width: 100%;
}
.app-banners .app-banners__banner .app-banners__banner__body > div > img {
  flex: 72;
  max-width: 72px;
}
@media screen and (max-width: 768px) {
  .app-banners .app-banners__banner .app-banners__banner__body > div > img {
    display: none;
  }
}
.app-banners .app-banners__banner .app-banners__fix-button {
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  margin-top: 16px;
}
.app-banners .app-banners__banner .app-banners__mock {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 210px;
}
.app-banners .app-banners__banner_2 {
  background-color: #1269ec;
}
.app-banners .app-banners__banner_2 .app-banners__banner__head h3 span {
  background-color: #E7F1FF;
  color: #1269ec;
}
.app-banners .app-banners__banner_2 .app-banners__banner__body {
  background-color: #E7F1FF;
}

/* ---------- other ---------- */
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=main.css.map */