@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
.round-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff100;
  border: 2px solid #1d2362;
  border-radius: 50px;
  color: #1d2362;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  line-break: normal;
}
.round-button:hover {
  background-color: #1d2362;
  color: #fff100;
}
.round-button.primary.invoice {
  background-color: #eb6ea5;
  color: #ffffff;
}
.round-button.primary.invoice:hover {
  background-color: #ffffff;
  color: #eb6ea5;
}
.round-button.primary.sjsw {
  background-color: #FFD800;
  color: #1d2362;
}
.round-button.primary.sjsw:hover {
  background-color: #1d2362;
  color: #FFD800;
}
.round-button.secondary {
  background-color: #1d2362;
  color: #fff;
  border: 0;
}
.round-button.secondary:hover {
  background-color: #ffffff;
  color: #1d2362;
  border: 2px solid #1d2362;
}

.plan-table-label--compare-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
  background: #e0e8ff;
}
.plan-table-label--price-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
}
.plan-table-label--first-row-price-table {
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
  display: flex;
  border-top: 1px solid #1f286f;
  border-bottom: 1px solid #1f286f;
  border-right: 2px solid #1f286f;
  border-left: 2px solid #1f286f;
  background: #f4f4f4;
  border-top: 2px solid #1f286f;
}

.price-table {
  display: flex;
}
.price-table-box {
  line-height: 1.8;
  width: 50%;
  height: 160px;
  border-right: 1px solid #1f286f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-table-box-first-col {
  border-left: 2px solid #1f286f;
}
.price-table-box-end-col {
  border-right: 2px solid #1f286f;
}
.price-table-plan {
  font-weight: 500;
  padding: 15px;
  border-radius: 12px;
  height: 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.price-table-free {
  color: #ffffff;
  background: #1d2362;
}
.price-table-paid-kaikei {
  color: #1d2362;
  background: #fff302;
}
.price-table-paid-invoice {
  color: #ffffff;
  background: #ea6da3;
}
.price-table__description-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.price-table__description-wrap.end {
  border-bottom: 1px solid #1d2362;
}
.price-table__description-group {
  display: flex;
  align-items: baseline;
  gap: 3px;
  padding: 3px 0;
}
.price-table__description-caution {
  width: 100%;
  text-align: right;
  padding-right: 2px;
  font-size: 10px;
}
.price-table__description-yen {
  font-size: 10px;
  font-weight: 500;
}
.price-table__description-text {
  font-size: 13px;
  font-weight: 500;
  padding-right: 5px;
}
.price-table__description-bold {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.price-table__description-bold.zero {
  font-size: 49px;
}
.price-table__description-yearly-plan-price-monthly {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
}
.price-table__description-yearly-plan-price-yearly {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
  padding-right: 2px;
  padding-left: 47px;
}
.price-table__description-note {
  color: #5e5e5e;
  font-size: 10px;
  padding-top: 5px;
  padding-right: 35px;
  line-height: 1;
}
.price-table__description-note-small {
  font-size: 7px;
}
.price-table__description-note.important {
  font-size: 12px;
  font-weight: 700;
}

.price-year-campaign__box {
  line-height: 1.8;
  width: 50%;
  height: 200px;
  border-right: 1px solid #1f286f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-year-campaign__end-box {
  line-height: 1.8;
  width: 50%;
  height: 200px;
  border-right: 2px solid #1f286f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-year-campaign__image-area {
  width: 100%;
  padding: 3px;
  display: flex;
  flex-direction: column;
}
.price-year-campaign__image-area__image {
  width: 89%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-year-campaign__image-area__note {
  font-size: 8px;
  align-self: center;
}

.release-campaign__box {
  line-height: 1.8;
  width: 50%;
  height: 200px;
  border-right: 1px solid #1f286f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.release-campaign__end-box {
  line-height: 1.8;
  width: 50%;
  height: 180px;
  border-right: 2px solid #1f286f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.release-campaign__image-area {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 13px;
  display: flex;
  flex-direction: column;
}
.release-campaign__image-area__note {
  font-size: 10px;
  display: flex;
  align-self: center;
}
.release-campaign__image-area__image {
  min-width: 150px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .release-campaign__image-area__image {
    display: none;
  }
}
.release-campaign__plan {
  font-weight: 500;
  padding: 15px;
  border-radius: 12px;
  height: 30px;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #ffffff;
  background: #1d2362;
}

.price-plan-detail {
  margin-top: 5.2em;
}
.price-plan-detail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  width: 51em;
  height: 5.5em;
  border-radius: 2.7em;
  background-color: var(--timee-main-color);
  max-width: none;
  padding: 0;
  font-size: inherit;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .price-plan-detail__btn {
    width: 100%;
    gap: 1em;
  }
}
.price-plan-detail__btn:hover {
  background-color: var(--timee-main-color);
}
.price-plan-detail__btn > .in-angle {
  width: 3em;
  margin: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .price-plan-detail__btn > .in-angle {
    width: 2em;
  }
}
.price-plan-detail__btn > .in-angle.is-active {
  transform: rotate(90deg);
}
.price-plan-detail__btn > .in-text {
  font-size: 2.2em;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price-plan-detail__btn > .in-text {
    font-size: 1.5em;
  }
}
.price-plan-detail__inner {
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .price-plan-detail__inner {
    overflow-x: scroll;
  }
}
.price-plan-detail__table {
  table-layout: auto;
}
@media screen and (max-width: 767px) {
  .price-plan-detail__table {
    width: 250%;
  }
}
.price-plan-detail__table thead th {
  background-color: #F4F4F4;
  text-align: center;
  padding: 14px;
}
.price-plan-detail__table thead th:not([class]) {
  font-size: 1.7em;
}
.price-plan-detail__table tbody th:not([class]) {
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 1.4em;
  background-color: transparent;
  line-height: 1.3;
}
.price-plan-detail__table tbody td:not([class]) {
  text-align: center;
}
.price-plan-detail__table tbody td:not([class]) img {
  width: 3.4em;
  display: block;
  margin-inline: auto;
  margin-bottom: 0.3em;
}
.price-plan-detail__table tbody td:not([class]) span {
  font-size: 1.1em;
}
.price-plan-detail__plan-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1em;
  width: 12.5em;
  height: 2.47em;
  border-radius: 0.47em;
  background-color: var(--timee-main-color);
  color: white;
  font-weight: bold;
  margin-inline: auto;
}
.price-plan-detail__plan-name--paid {
  border: solid 0.19em var(--timee-main-color);
  color: var(--timee-main-color);
  background-color: var(--timee-accent-color);
}

.f-eg {
  font-family: "Poppins", sans-serif;
}

body.popup {
  padding: 0 !important;
}
body.popup a:focus,
body.popup input:focus,
body.popup select:focus,
body.popup textarea:focus {
  outline: none !important;
}

.c-header {
  width: calc(100% - 40px);
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #1d2362;
  position: fixed;
  display: flex;
  z-index: 99;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-header {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    width: 100%;
    height: 60px;
    border-radius: 0;
    justify-content: space-between;
  }
}
.c-header-logo {
  display: flex;
  align-items: center;
  width: 128px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-header-logo {
    width: 115px;
    margin-left: 20px;
  }
}
.c-header-nav {
  margin-left: auto;
  margin-top: 10px;
  margin-right: 35px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 0;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-header-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-header-nav {
    display: none;
  }
}
.c-header-nav > li {
  position: relative;
}
.c-header-nav > li > span, .c-header-nav > li > a {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.c-header-nav > li > a {
  border-bottom: 1.5px solid transparent;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .c-header-nav > li > a:hover {
    border-color: #ffffff;
  }
}
.c-header-nav > li > div {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 260px;
  top: calc(100% + 10px);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
  padding: 18px 0 25px 0;
  background: #1d2362;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transform: translateX(-50%);
  transition: 0.3s all;
}
.c-header-nav > li > div figure {
  width: 185px;
}
.c-header-nav > li > div figure.catch {
  width: 118%;
  margin: 0 0 3px 0;
  margin-left: -9%;
}
.c-header-nav > li > div ul {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  margin-bottom: 0;
}
.c-header-nav > li > div ul li {
  position: relative;
  white-space: nowrap;
  padding-left: 11px;
}
.c-header-nav > li > div ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-header-nav > li > div ul li a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all;
}
.c-header-nav > li .js-mega-trigger {
  position: relative;
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
}
.c-header-nav > li .js-mega-trigger:before {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1d2362 transparent transparent transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s opacity;
}
.c-header-nav > li .js-mega-trigger:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1d2362 transparent transparent transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s opacity;
}
.c-header-nav > li.invoice .js-mega-content > ul li::before {
  background: #eb6ea5;
}
@media screen and (min-width: 768px) {
  .c-header-nav > li.invoice .js-mega-content > ul li > a:hover {
    color: #eb6ea5;
  }
}
@media screen and (min-width: 768px) {
  .c-header-nav > li.invoice .js-mega-trigger:hover, .c-header-nav > li.invoice .js-mega-trigger.is-active {
    border-color: #eb6ea5;
    color: #eb6ea5;
  }
  .c-header-nav > li.invoice .js-mega-trigger:hover::before, .c-header-nav > li.invoice .js-mega-trigger.is-active::before {
    border-color: #eb6ea5 transparent transparent transparent;
    opacity: 1;
  }
  .c-header-nav > li.invoice .js-mega-trigger:hover::after, .c-header-nav > li.invoice .js-mega-trigger.is-active::after {
    border-color: #1d2362 transparent transparent transparent;
    opacity: 1;
  }
}
.c-header-nav > li.accounting .js-mega-content > ul li::before {
  background: #fff302;
}
@media screen and (min-width: 768px) {
  .c-header-nav > li.accounting .js-mega-content > ul li > a:hover {
    color: #fff302;
  }
}
@media screen and (min-width: 768px) {
  .c-header-nav > li.accounting .js-mega-trigger:hover, .c-header-nav > li.accounting .js-mega-trigger.is-active {
    border-color: #fff302;
    color: #fff302;
  }
  .c-header-nav > li.accounting .js-mega-trigger:hover::before, .c-header-nav > li.accounting .js-mega-trigger.is-active::before {
    border-color: #fff302 transparent transparent transparent;
    opacity: 1;
  }
  .c-header-nav > li.accounting .js-mega-trigger:hover::after, .c-header-nav > li.accounting .js-mega-trigger.is-active::after {
    border-color: #1d2362 transparent transparent transparent;
    opacity: 1;
  }
}
.c-header-nav > li.startup .js-mega-content > ul li::before {
  background: #9be458;
}
@media screen and (min-width: 768px) {
  .c-header-nav > li.startup .js-mega-content > ul li > a:hover {
    color: #9be458;
  }
}
@media screen and (min-width: 768px) {
  .c-header-nav > li.startup .js-mega-trigger:hover, .c-header-nav > li.startup .js-mega-trigger.is-active {
    border-color: #9be458;
    color: #9be458;
  }
  .c-header-nav > li.startup .js-mega-trigger:hover::before, .c-header-nav > li.startup .js-mega-trigger.is-active::before {
    border-color: #9be458 transparent transparent transparent;
    opacity: 1;
  }
  .c-header-nav > li.startup .js-mega-trigger:hover::after, .c-header-nav > li.startup .js-mega-trigger.is-active::after {
    opacity: 1;
    border-color: #1d2362 transparent transparent transparent;
  }
}
.c-header-nav > li.friend .js-mega-content > ul li::before {
  background: #01a0e9;
}
@media screen and (min-width: 768px) {
  .c-header-nav > li.friend .js-mega-content > ul li > a:hover {
    color: #01a0e9;
  }
}
@media screen and (min-width: 768px) {
  .c-header-nav > li.friend .js-mega-trigger:hover, .c-header-nav > li.friend .js-mega-trigger.is-active {
    border-color: #01a0e9;
    color: #01a0e9;
  }
  .c-header-nav > li.friend .js-mega-trigger:hover::before, .c-header-nav > li.friend .js-mega-trigger.is-active::before {
    border-color: #01a0e9 transparent transparent transparent;
    opacity: 1;
  }
  .c-header-nav > li.friend .js-mega-trigger:hover::after, .c-header-nav > li.friend .js-mega-trigger.is-active::after {
    border-color: #1d2362 transparent transparent transparent;
    opacity: 1;
  }
}
.c-header-login {
  position: relative;
  margin-left: 35px;
  width: 80px;
  height: 100%;
  background-color: #368fc7;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .c-header-login {
    width: 60px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-header-login {
    margin-left: auto;
  }
}
.c-header-login > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  text-decoration: none;
}
.c-header-login > a figure {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .c-header-login > a figure {
    width: 18px;
  }
}
.c-header-login > a span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-header-login > a span {
    font-size: 8px;
  }
}
.c-header-drawer {
  position: relative;
  z-index: 101;
  width: 80px;
  height: 100%;
  background: #53c2f1;
  cursor: pointer;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-header-drawer {
    width: 60px;
    border-bottom-right-radius: 0;
  }
}
.is-open .c-header-drawer {
  border-bottom-right-radius: 0;
}

.c-header-drawer span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 4px;
  background: #ffffff;
  border-radius: 1em;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-header-drawer span {
    width: 22px;
    height: 3px;
  }
}
.c-header-drawer span:first-of-type {
  transform: translate(-50%, -50%) translateY(-10px);
}
@media screen and (max-width: 767px) {
  .c-header-drawer span:first-of-type {
    transform: translate(-50%, -50%) translateY(-7px);
  }
}
.is-open .c-header-drawer span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-open .c-header-drawer span:nth-of-type(2) {
  opacity: 0;
}

.c-header-drawer span:last-of-type {
  transform: translate(-50%, -50%) translateY(10px);
}
@media screen and (max-width: 767px) {
  .c-header-drawer span:last-of-type {
    transform: translate(-50%, -50%) translateY(7px);
  }
}
.is-open .c-header-drawer span:last-of-type {
  transform: translate(-50%, -50%) rotate(135deg);
}

.c-header-content {
  position: fixed;
  top: 0;
  left: -20px;
  width: 100vw;
  height: 100vh;
  background: #1d2362;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .c-header-content {
    left: 0;
  }
}
.is-open .c-header-content {
  opacity: 1;
  visibility: visible;
}

.c-header-content a {
  text-decoration: none;
  transition: 0.3s all;
}
.c-header-content a.c-h-nav {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
}
.c-header-content a.c-h-nav::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
.c-header-content a.c-h-main {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .c-header-content a.c-h-main {
    font-size: 20px;
  }
}
.c-header-content a.c-h-main::before {
  content: "";
  position: absolute;
  width: 7.52px;
  height: 7.52px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
.c-header-content a.c-h-sub {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-header-content a.c-h-sub {
    font-size: 15px;
  }
}
.c-header-content a.c-h-sub::before {
  content: "";
  position: absolute;
  width: 5.5px;
  height: 5.5px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-header-content a.c-h-sub::before {
    width: 6.7px;
    height: 6.7px;
  }
}
.c-header-content a.c-h-link {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.c-header-content a.c-h-link svg {
  width: 17px;
  height: auto;
}
.c-header-content a.c-h-login {
  width: 100%;
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-header-content a:hover {
    opacity: 0.7;
  }
}
.c-header-content .s-wrap {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 100px;
  text-align: left;
}
.c-header-content .s-wrap > div:first-of-type ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 0;
}
.c-header-content .s-wrap > div:nth-of-type(2) {
  margin-top: 25px;
}
.c-header-content .s-wrap > div:nth-child(3) {
  margin-top: 40px;
}
.c-header-content .s-wrap > div:nth-child(3) ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 14px;
  margin-bottom: 0;
}
.c-header-content .s-wrap > div:last-child {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.c-header-content .s-wrap > div:last-child figure {
  width: 100px;
}
.c-header-content .s-wrap > div:last-child > ul {
  margin-bottom: 0;
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(3, 35px);
}
.c-header-wrap {
  width: 100%;
  max-width: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.c-header-wrap > div {
  text-align: left;
}
.c-header-wrap > div > figure {
  width: 207px;
}
.c-header-wrap > div > div:first-of-type {
  margin-top: 17px;
}
.c-header-wrap > div > ul {
  margin-bottom: 0;
}
.c-header-wrap > div > ul:nth-child(n+2) {
  margin-top: 20px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.c-header-wrap > div:first-of-type {
  grid-row: span 2;
}
.c-header-wrap > div:first-of-type > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 25px;
}
.c-header-wrap > div:last-of-type {
  grid-column: span 2;
}
.c-header-wrap > div:last-of-type > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.c-footer {
  position: relative;
  padding-top: 80px;
  margin-top: 100px;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .c-footer {
    margin-top: 50px;
  }
}
.c-footer::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  background: #1f286f;
  border-top-left-radius: 150%;
  border-top-right-radius: 150%;
  height: 300px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .c-footer::before {
    content: none;
  }
}
.c-footer-inner {
  background-color: #1f286f;
}
.c-footer .s-series {
  position: relative;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series {
    padding: 55px 0;
  }
}
.c-footer .s-series-ttl {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.05em;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-ttl {
    -moz-column-gap: 5px;
         column-gap: 5px;
    font-size: 26px;
  }
}
.c-footer .s-series-ttl img {
  width: 161px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-ttl img {
    width: 120px;
  }
}
.c-footer .s-series-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-footer .s-series-wrap {
    width: 100%;
    padding: 50px 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-wrap {
    padding: 30px 20px 0 20px;
    width: 100%;
  }
}
.c-footer .s-series-wrap > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-wrap > ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.c-footer .s-series-wrap > ul > li {
  padding: 20px 0 10px 0;
  border-radius: 20px;
  box-sizing: border-box;
  border: 10px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-wrap > ul > li {
    padding: 20px 0;
  }
}
.c-footer .s-series-wrap > ul > li figure {
  width: 290px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-footer .s-series-wrap > ul > li figure {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-wrap > ul > li figure {
    width: 290px;
  }
}
.c-footer .s-series-wrap > ul > li img {
  margin: 0;
}
.c-footer .s-series-wrap > ul > li p {
  margin: 5px auto 0 auto;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1.533;
}
.c-footer .s-series-wrap > ul > li p span {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-wrap > ul > li p {
    margin-top: 10px;
  }
}
.c-footer .s-series-wrap > ul > li .c-btn-series {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-wrap > ul > li .c-btn-series {
    margin-top: 15px;
  }
}
.c-footer .s-series-wrap > ul > li > ul {
  padding: 0 10px;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-wrap > ul > li > ul {
    padding: 0;
  }
}
.c-footer .s-series-wrap > ul > li > ul li.app {
  width: 128px;
}
.c-footer .s-series-wrap > ul > li > ul li.google {
  width: 158px;
}
.c-footer .s-series-wrap > ul > li > ul li.pcuser {
  width: 117px;
}
.c-footer .s-series-wrap > ul > li > ul li.qr {
  width: 64px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-wrap > ul > li > ul li.qr {
    width: 44px;
  }
}
.c-footer .s-series-wrap > ul > li:first-child {
  border-color: #eb6ea5;
}
.c-footer .s-series-wrap > ul > li:first-child .c-btn-series {
  background: #eb6ea5;
}
@media screen and (min-width: 768px) {
  .c-footer .s-series-wrap > ul > li:first-child .c-btn-series:hover {
    border-color: #eb6ea5;
    background: #fff;
  }
}
.c-footer .s-series-wrap > ul > li:nth-child(2) {
  border-color: #fff200;
}
.c-footer .s-series-wrap > ul > li:nth-child(2) .c-btn-series {
  background-color: #fff200;
}
@media screen and (min-width: 768px) {
  .c-footer .s-series-wrap > ul > li:nth-child(2) .c-btn-series:hover {
    border-color: #fff200;
    background: #fff;
  }
}
.c-footer .s-series-wrap > ul > li:nth-child(3) {
  border-color: #9be458;
}
.c-footer .s-series-wrap > ul > li:nth-child(3) .c-btn-series {
  background-color: #9be458;
}
@media (hover: hover) {
  .c-footer .s-series-wrap > ul > li:nth-child(3) .c-btn-series:hover {
    border-color: #9be458;
    background-color: white;
  }
}
.c-footer .s-series-wrap > ul > li:last-child {
  border-color: #01a0e9;
  padding: 30px 0;
}
.c-footer .s-series-wrap > ul > li:last-child .c-btn-series {
  background-color: #01a0e9;
}
@media screen and (min-width: 768px) {
  .c-footer .s-series-wrap > ul > li:last-child .c-btn-series:hover {
    border-color: #01a0e9;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .s-series-wrap > ul > li:last-child {
    grid-column: span 3;
  }
}
.c-footer .s-series-inner {
  display: flex;
  align-items: center;
  padding: 0 54px 0 17px;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-footer .s-series-inner {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-inner {
    flex-direction: column;
    padding: 0;
  }
}
.c-footer .s-series-inner figure {
  position: relative;
  margin-left: 0 !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-inner figure {
    margin-left: auto !important;
  }
}
.c-footer .s-series-inner figure::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-footer .s-series-inner figure::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-inner figure::after {
    content: none;
  }
}
.c-footer .s-series-inner .c-btn-series {
  margin-top: 0 !important;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-inner .c-btn-series {
    margin-top: 15px !important;
    margin-right: auto;
  }
}
.c-footer .s-series-list {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: start;
  -moz-column-gap: 11px;
       column-gap: 11px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-footer .s-series-list {
    grid-template-columns: max-content max-content;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-series-list {
    margin-top: 10px;
    grid-template-columns: 1fr;
  }
}
.c-footer .s-series-list li {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.c-footer .s-nav {
  margin: 0 auto;
  margin-top: 75px;
  padding-bottom: 40px;
  width: 1080px;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .c-footer .s-nav {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav {
    margin-top: 0;
    width: 100%;
    padding: 0 20px;
    max-width: inherit;
    padding-bottom: 30px;
  }
}
.c-footer .s-nav-top {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-top {
    flex-direction: column;
    row-gap: 20px;
  }
}
.c-footer .s-nav-top figure {
  width: 173px;
  height: auto;
}
.c-footer .s-nav-top figure img {
  margin: 0;
}
.c-footer .s-nav-top ul {
  display: grid;
  grid-template-columns: repeat(3, 48px);
  margin: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-top ul {
    grid-template-columns: repeat(3, 40px);
  }
}
.c-footer .s-nav-top ul li a img {
  margin: 0;
}
.c-footer .s-nav-middle {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px), print {
  .c-footer .s-nav-middle > ul {
    margin-bottom: 0;
    display: grid;
    grid-template-rows: repeat(6, auto);
    grid-template-columns: repeat(5, auto);
    grid-auto-flow: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 16px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle > ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-bottom: 0;
  }
}
.c-footer .s-nav-middle > ul > li {
  align-self: start;
  text-align: left;
}
@media screen and (min-width: 1035px) {
  .c-footer .s-nav-middle > ul > li:nth-of-type(3) {
    grid-row: span 4;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(4) {
    grid-row: span 7;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(5) {
    grid-column: 3;
    grid-row: span 3;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(6) {
    grid-column: 3;
    grid-row: span 3;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(7) {
    grid-row: span 7;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(8) {
    grid-column: 5;
    grid-row: 1;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(9) {
    grid-column: 5;
    grid-row: 2;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(10) {
    grid-column: 5;
    grid-row: 3;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(11) {
    grid-column: 5;
    grid-row: 4;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(12) {
    grid-column: 5;
    grid-row: 5;
  }
  .c-footer .s-nav-middle > ul > li:nth-child(13) {
    grid-column: 5;
    grid-row: 6;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle > ul > li {
    width: 50%;
  }
  .c-footer .s-nav-middle > ul > li.wFull {
    width: 100%;
  }
}
.c-footer .s-nav-middle > ul > li:nth-child(6) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle > ul > li:nth-child(6) {
    margin-top: 0;
  }
}
.c-footer .s-nav-middle > ul > li > ul {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  row-gap: 18px;
  position: static;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle > ul > li > ul {
    margin-top: 15px;
    row-gap: 10px;
  }
}
.c-footer .s-nav-middle > ul > li > ul > li {
  align-self: start;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle > ul > li > ul > li {
    padding-left: 15px;
  }
}
.c-footer .s-nav-middle .c-f-nav {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle .c-f-nav {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding-left: 12px;
  }
}
.c-footer .s-nav-middle .c-f-nav::before {
  content: "";
  position: absolute;
  width: 5.8px;
  height: 5.8px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle .c-f-nav::before {
    width: 4.9px;
    height: 4.9px;
  }
}
.c-footer .s-nav-middle .c-f-subnav {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle .c-f-subnav {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
.c-footer .s-nav-middle .c-f-subnav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle .c-f-subnav::before {
    width: 4.2px;
    height: 4.2px;
    left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .s-nav-middle .c-f-subnav:hover {
    opacity: 0.7;
  }
}
.c-footer .s-nav-middle .c-f-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-middle .c-f-link {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .s-nav-middle .c-f-link:hover {
    opacity: 0.7;
  }
}
.c-footer .s-nav-bottom {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px), print {
  .c-footer .s-nav-bottom {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .c-footer .s-nav-bottom ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 0;
    margin-top: 40px;
    justify-items: start;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .s-nav-bottom ul {
    margin-top: 0;
    display: grid;
    row-gap: 20px;
  }
  .c-footer .s-nav-bottom ul li {
    text-align: left;
  }
}
.c-footer .s-nav-bottom ul li a {
  text-align: left;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .c-footer .s-nav-bottom ul li a:hover {
    opacity: 0.7;
  }
}
.c-footer .s-nav-bottom ul li:first-child a {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.c-footer .s-nav-bottom__social {
  margin: 0 !important;
  align-self: end;
  display: flex !important;
}
@media screen and (max-width: 767px), print {
  .c-footer .s-nav-bottom__social {
    margin-top: 30px !important;
    gap: 15px;
    justify-content: center;
  }
}
.c-footer .s-nav-bottom .icon-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  padding: 0;
}
@media screen and (max-width: 767px), print {
  .c-footer .s-nav-bottom .icon-logo {
    margin-top: 0;
  }
}
.c-footer .s-nav-bottom .icon-logo.youtube {
  background: #fff;
  border-radius: 7px;
}
.c-footer .s-nav-bottom .icon-logo.youtube img {
  width: 36px;
}
.c-footer .s-nav-bottom .icon-logo.tiktok {
  background: #fff;
}
.c-footer .s-nav-bottom .icon-logo.tiktok img {
  width: 44px;
}
.c-footer .s-nav-bottom .icon-logo.x {
  background: #000;
}
.c-footer .s-nav-bottom .icon-logo.x img {
  width: 30px;
}
.c-footer .s-logo {
  width: 100%;
  background: #004289;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-footer .s-logo {
    margin-top: 70px;
  }
}
.c-footer .s-logo object {
  width: 176px;
}
.c-footer .s-copyright {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.c-footer .s-copyright p {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  color: #001a4c;
  margin-bottom: 0;
}

.c-btn-series {
  position: relative;
  width: 218px;
  height: 47px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 auto;
  text-decoration: none;
  color: #1f286f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  transition: 0.3s all;
  border: 2px solid transparent;
}
.c-btn-series::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 16px;
  top: 50%;
  border: 1px solid #1d2362;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.c-btn-series-coming {
  pointer-events: none;
}

.c-btn-more {
  position: relative;
  width: 290px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 34px;
  background: #1f286f;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.3s all;
  border: 2px solid transparent;
}
.c-btn-more::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 23px;
  top: 50%;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.c-btn-more-l {
  width: 460px;
}
@media (max-width: 768px) {
  .c-btn-more-l {
    width: 100%;
  }
}
.c-btn-more-s {
  width: 250px;
  height: 45px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .c-btn-more:hover {
    background-color: #fff;
    border: 2px solid #1f286f;
    color: #1f286f;
  }
  .c-btn-more:hover::after {
    border-color: #1f286f;
  }
}
.c-btn-more-wh {
  background: #fff;
  color: #1f286f;
}
.c-btn-more-wh::after {
  border-color: #1f286f;
}
@media screen and (min-width: 768px) {
  .c-btn-more-wh:hover {
    background-color: #1f286f;
    border: 2px solid #fff;
    color: #fff;
  }
  .c-btn-more-wh:hover::after {
    border-color: #fff;
  }
}

.c-ttl01 {
  color: #1d2362;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  row-gap: 4px;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 16px;
  }
}
.c-ttl01 span {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-ttl01 span {
    font-size: 41px;
  }
}
.c-ttl01.h2 {
  position: static;
  width: auto;
  text-align: center;
}

.c-ttl02 {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    flex-direction: column;
    line-height: 1;
    row-gap: 4px;
  }
}
.c-ttl02 span {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.c-ttl03 {
  color: #1d2362;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  row-gap: 4px;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-ttl03 {
    font-size: 16px;
  }
}
.c-ttl03 span {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-ttl03 span {
    font-size: 28px;
    line-height: 1.3;
  }
}

.c-i-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-i-inner {
    width: 100%;
    padding: 0 20px;
    max-width: inherit;
  }
}

.c-pagenavi .wp-pagenavi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(37px, 37px));
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .wp-pagenavi {
    grid-template-columns: repeat(auto-fit, minmax(30px, 30px));
  }
}
.c-pagenavi .wp-pagenavi .previouspostslink,
.c-pagenavi .wp-pagenavi .nextpostslink {
  display: none;
}
.c-pagenavi .wp-pagenavi a,
.c-pagenavi .wp-pagenavi span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #1f286f;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .wp-pagenavi a,
  .c-pagenavi .wp-pagenavi span {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
.c-pagenavi .wp-pagenavi a.current,
.c-pagenavi .wp-pagenavi span.current {
  background-color: #fff;
  border-color: #1f286f;
  color: #1f286f;
}
.c-pagenavi .wp-pagenavi a.extend,
.c-pagenavi .wp-pagenavi span.extend {
  display: none;
}
.c-pagenavi .wp-pagenavi a {
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .c-pagenavi .wp-pagenavi a:hover {
    color: #1f286f;
    background: #fff;
    border-color: #1f286f;
  }
}

.c-btn-back {
  position: relative;
  margin: 0 auto;
  width: 220px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #1f286f;
  border-radius: 26px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  color: #1f286f;
  text-decoration: none;
  transition: 0.3s all;
}
.c-btn-back::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 16px;
  top: 50%;
  border: 1px solid #1d2362;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .c-btn-back:hover {
    background-color: #1f286f;
    color: #fff;
  }
  .c-btn-back:hover::after {
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.slick-prev,
.slick-next {
  transition: 0.3s all;
  border: 1px solid transparent !important;
}
.slick-prev::after,
.slick-next::after {
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .slick-prev:hover,
  .slick-next:hover {
    border: 1px solid #1f286f !important;
    background: #fff !important;
  }
  .slick-prev:hover::after,
  .slick-next:hover::after {
    color: #1f286f !important;
  }
}

.block {
  display: block;
}

.m-list {
  margin-top: 100px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .m-list {
    margin-top: 30px;
  }
}

.c-simple-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-block: 95px 40px;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .c-simple-footer {
    margin-top: 50px;
  }
}
.c-simple-footer__logo {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .c-simple-footer__logo {
    margin-top: 70px;
  }
}
.c-simple-footer .s-copyright {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.c-simple-footer .s-copyright p {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  color: #001a4c;
  margin-bottom: 0;
}

.pc-menu-link-sub {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
  margin-left: 10px;
}
.pc-menu-link-sub::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}

.sp-menu-link-sub {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
  margin-left: 10px;
}
.sp-menu-link-sub::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}

.price-page-cta-button {
  max-width: 600px;
  display: block;
}
@media screen and (max-width: 767px) {
  .price-page-cta-button {
    max-width: 250px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(0);
  white-space: nowrap;
  border: 0;
}

.circle {
  border-radius: 50%;
  border: solid 2px;
  width: 15px;
  height: 15px;
}

.cross {
  width: 15px;
  height: 15px;
  position: relative;
}
.cross::before, .cross::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background: #aaa;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
.cross::before {
  transform: translateY(-50%) rotate(45deg);
}
.cross::after {
  transform: translateY(-50%) rotate(-45deg);
}

.price-plan-features {
  padding: 0 20px;
  color: #1e2362;
}
.price-plan-features__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-top: 0;
  position: static;
  text-align: center;
  width: auto;
  line-height: unset;
}
.price-plan-features__list {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
}
.price-plan-features__list__item {
  padding: 5px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.price-plan-features__list__item__feature {
  margin-left: 8px;
  font-weight: 500;
}
.price-plan-features__list__item.disabled {
  color: #b0b0b0;
}
.price-plan-features__caution {
  font-size: 12px;
  text-align: center;
  margin: 10px;
}

.price-plan {
  margin-top: 40px;
  margin-bottom: 20px !important;
  padding: 0;
}
.price-plan.invoice {
  margin-top: 0px;
}
.price-plan__title {
  font-size: 16px;
  font-weight: 600;
  color: #1e2362;
  margin-bottom: 16px;
  padding-top: 0;
  position: static;
  text-align: center;
  width: auto;
  line-height: unset;
}
.price-plan__price {
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #1e2362;
}
.price-plan__price.sjsw {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .price-plan__price {
    font-size: 46px;
  }
}
.price-plan__subtitle {
  position: static;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.price-plan__subtitle.sjsw {
  color: #ffffff;
}
.price-plan__wrap {
  background-color: #ffffff;
  border-radius: 28px;
  margin-top: 32px;
  padding: 30px 10px 50px 10px;
}
.price-plan__text {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e2362;
  text-align: center;
  margin-bottom: 16px;
  display: block;
  background-color: unset;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .price-plan__text {
    font-size: 16px;
  }
}
.price-plan__text__caution {
  position: absolute;
  font-size: 8px;
  bottom: 1px;
  align-self: center;
}
.price-plan__text__invoice-price-description__base {
  display: flex;
  font-size: 23px;
  font-weight: 600;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .price-plan__text__invoice-price-description__base {
    font-size: 20px;
  }
}
.price-plan__text__invoice-price-description__highlight {
  color: #FFF100;
  -webkit-text-stroke: 5px #1d2362;
  paint-order: stroke fill;
  text-shadow: 4px 4px 1px #1d2362, 5px 5px 1px #1d2362;
  font-size: 42px;
  padding: 0 7px 0 0;
}
.price-plan__text__invoice-price-description__highlight.free {
  padding: 0 5px;
  letter-spacing: 7px;
}
.price-plan__text__invoice-price-description__mark {
  line-height: 1.5;
  align-self: end;
  rotate: 19deg;
  font-size: 41px;
}
@media screen and (min-width: 768px) {
  .price-plan__line-break {
    display: none;
  }
}
.price-plan__buttons {
  display: flex;
  gap: 0px;
  justify-content: center;
  margin-top: 32px;
}
.price-plan__button--left {
  width: 270px;
  max-width: initial;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding-inline: 0 !important;
  border: 2px solid #1d2362;
  background-color: #ffffff;
  color: #1d2362;
}
.price-plan__button--left.is-active {
  background-color: #1d2362;
  color: #ffffff;
  border: none;
}
.price-plan__button--left.is-active:hover {
  background-color: rgba(29, 35, 98, 0.7019607843);
  color: #fff;
}
.price-plan__button--left:hover {
  background-color: #ffffff;
  color: rgba(29, 35, 98, 0.7019607843);
}
.price-plan__button--right {
  width: 270px;
  max-width: initial;
  height: 50px;
  border-radius: 0 10px 10px 0;
  padding-inline: 0 !important;
  border: 2px solid #1d2362;
  background-color: #ffffff;
  color: #1d2362;
}
.price-plan__button--right.is-active {
  background-color: #1d2362;
  color: #ffffff;
  border: none;
}
.price-plan__button--right.is-active:hover {
  background-color: rgba(29, 35, 98, 0.7019607843);
  color: #fff;
}
.price-plan__button--right:hover {
  background-color: #ffffff;
  color: rgba(29, 35, 98, 0.7019607843);
}
.price-plan__pc-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.price-plan__pc-contents__content--free {
  width: 540px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .price-plan__pc-contents__content--free {
    width: 340px;
  }
}
.price-plan__pc-contents__content--billing {
  width: 540px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .price-plan__pc-contents__content--billing {
    width: 340px;
  }
}
.price-plan__pc-contents--header {
  font-weight: bold;
  border-bottom: none;
  border: 2px solid #1d2362;
  border-bottom: none;
  text-align: center;
  border-radius: 12px 12px 0 0;
  font-size: 24px;
  padding: 10px 30px;
}
.price-plan__pc-contents--header.free-price {
  color: #ffffff;
  background-color: #1d2362;
}
.price-plan__pc-contents--header.billing-price {
  color: #ffffff;
  background-color: #EF4444;
}
.price-plan__pc-contents--header.billing-price.invoice {
  background-color: #eb6ea5;
  color: #ffffff;
}
.price-plan__pc-contents--header.billing-price.sjsw {
  background-color: #FFD800;
  color: #1d2362;
}
.price-plan__pc-contents--body {
  background-color: #ffffff;
  color: #1d2362;
  text-align: center;
  border: 2px solid #1d2362;
  display: block;
  min-height: 210px;
  padding: 0;
  border-radius: 0 0 12px 12px;
}
.price-plan__pc-contents--body__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #797979;
  margin: 0 19px;
}
.price-plan__pc-contents--body__text {
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.price-plan__pc-contents--body__yearly-price-area {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  padding: 10px 6px;
}
.price-plan__pc-contents--body__invoice-free-note-text__highlight {
  font-size: 25px;
  color: #EF4444;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.price-plan__pc-contents--body__free-price-area {
  margin: 0;
  line-height: 1;
  margin: 16px 0 0 0;
  position: relative;
}
.price-plan__pc-contents--body__free-price {
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 18px;
}
.price-plan__pc-contents--body__billing-price-area {
  padding: 5px 45px;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  line-height: 1;
  width: 100%;
}
.price-plan__pc-contents--body__billing-price {
  font-size: 60px;
  font-weight: 600;
  color: #1f286f;
  position: relative;
}
.price-plan__pc-contents--body__billing-price-highlight {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  color: #EF4444;
}
.price-plan__pc-contents--body__payment-method {
  color: #1f286f;
  font-size: 17px;
  font-weight: 500;
  margin: 10px 0;
}
.price-plan__pc-contents--body__yen {
  color: #1f286f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 4px;
  position: absolute;
  bottom: 4px;
}
.price-plan__note {
  font-size: 13px;
  font-weight: 500;
  color: #797979;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .price-plan__note {
    margin-bottom: 28px;
    justify-self: center;
  }
}
.price-plan__button {
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 40px;
  min-width: 300px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .price-plan__button {
    margin-top: 40px;
    margin-bottom: 30px;
    min-height: 54px;
    min-width: 290px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .price-plan--break-line-only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .price-plan--break-line-only-sp {
    display: none;
  }
}
.price-plan__tax-label {
  color: #797979;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.price-year-campaign {
  position: relative;
  padding-top: 16px;
}
.price-year-campaign__title {
  position: absolute;
  align-self: center;
  justify-self: center;
  font-size: 15px;
  padding: 0 15px;
  color: #ffffff;
  background-color: #EF4444;
  border-radius: 20px;
}
.price-year-campaign__contents {
  font-size: 17px;
  padding: 16px 15px 10px 15px;
  border-radius: 10px;
  background-color: #FFEBEB;
}
.price-year-campaign__contents__note {
  font-size: 13px;
}

.marunage-plan {
  font-size: 16px;
  color: #1e2362;
  margin-top: 8px;
  line-height: 1.4;
}
.marunage-plan strong {
  font-weight: 700;
}

.user-voice {
  padding: 90px 0 !important;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .user-voice {
    padding: 60px 0 !important;
  }
}
.user-voice__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: static;
  width: auto;
  line-height: normal;
  margin-bottom: 24px;
}
.user-voice__title {
  color: #1d2362;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .user-voice__title {
    font-size: 46px;
  }
}
.user-voice__subtitle {
  color: #1d2362;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  position: static;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user-voice__subtitle {
    font-size: 18px;
  }
}
.user-voice__contents {
  overflow: visible !important;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .user-voice__contents {
    padding: 0;
  }
}
.user-voice__contents * .slick-track {
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  overflow: visible;
}
.user-voice__contents * .slick-slide {
  width: 270px !important;
}
@media screen and (min-width: 768px) {
  .user-voice__contents * .slick-slide {
    width: 300px !important;
  }
}
.user-voice__contents .slick-dots {
  bottom: -45px;
}
.user-voice__contents__arrow-button {
  width: 54px !important;
  height: 54px !important;
  background-color: #1f286f !important;
  border: 1px solid transparent !important;
  cursor: pointer;
  z-index: 2;
  border: 1px solid transparent !important;
}
.user-voice__contents__arrow-button::after {
  color: #ffffff;
  font-size: 20px;
}
.user-voice__contents__arrow-button.slick-prev {
  left: 5px;
}
.user-voice__contents__arrow-button.slick-next {
  left: 970px;
}
@media screen and (min-width: 768px) and (max-width: 1037px) {
  .user-voice__contents__arrow-button.slick-next {
    left: 646px;
  }
}
@media screen and (max-width: 767px) {
  .user-voice__contents__arrow-button.slick-next {
    top: 156px;
    left: 333px;
  }
}
.user-voice__content {
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #1d2362;
}
.user-voice__content--information {
  display: flex;
  align-items: center;
}
.user-voice__content--name {
  padding-top: 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
}
.user-voice__content--rate--star {
  font-size: 20px;
  color: #c2b700;
}
.user-voice__content--rate--star.empty {
  color: #d3d3d3;
}
.user-voice__content--image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.user-voice__content--summary {
  line-height: 1.4;
  font-size: 17px;
  font-weight: bold;
  color: #1d2362;
  margin-bottom: 5px;
  text-align: left;
  min-height: 70px;
}
.user-voice__content--text {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .user-voice__content--text {
    display: block !important;
  }
}
.user-voice__content--detail-button {
  margin-bottom: 10px;
  align-self: self-end;
  width: auto;
  font-size: 14px;
  padding: 8px 10px;
  min-height: 40px;
  min-width: 100px;
}
@media screen and (min-width: 768px) {
  .user-voice__content--detail-button {
    display: none !important;
  }
}
.user-voice__dialog {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-voice__dialog--overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.user-voice__dialog--content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  min-width: 300px;
  max-width: 400px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.user-voice__dialog--close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background: #1f286f;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
}
.user-voice__dialog--close:hover {
  background: #3243a0;
}
.user-voice__dialog--contents {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  display: block !important;
}

.movie {
  padding: 90px 0 !important;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 60px 0 !important;
  }
}
.movie__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: static;
  width: auto;
  line-height: normal;
  margin-bottom: 24px;
}
.movie__title {
  color: #1d2362;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .movie__title {
    font-size: 46px;
  }
}
.movie__subtitle {
  color: #1d2362;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .movie__subtitle {
    font-size: 18px;
  }
}
.movie__contents {
  overflow: visible !important;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie__contents {
    padding: 0;
    width: 100%;
  }
}
.movie__contents * .slick-track {
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  overflow: visible;
}
.movie__contents * .slick-slide {
  width: 270px !important;
}
@media screen and (min-width: 768px) {
  .movie__contents * .slick-slide {
    width: 300px !important;
  }
}
.movie__contents .slick-dots {
  bottom: -45px;
}
.movie__contents__arrow-button {
  width: 54px !important;
  height: 54px !important;
  background-color: #1f286f !important;
  border: 1px solid transparent !important;
  cursor: pointer;
  z-index: 2;
  border: 1px solid transparent !important;
}
.movie__contents__arrow-button::after {
  color: #ffffff;
  font-size: 20px;
}
.movie__contents__arrow-button.slick-prev {
  left: 5px;
}
.movie__contents__arrow-button.slick-next {
  left: 970px;
}
@media screen and (min-width: 768px) and (max-width: 1037px) {
  .movie__contents__arrow-button.slick-next {
    left: 646px;
  }
}
@media screen and (max-width: 767px) {
  .movie__contents__arrow-button.slick-next {
    top: 156px;
    left: 333px;
  }
}
.movie__content {
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #8f94b7;
  padding: 20px 20px 40px 20px;
}
.movie__content__link {
  text-decoration: none;
}
.movie__content__img {
  height: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.movie__content__title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 15px;
}
.movie__content__detail {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #1d2362;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
}

.first_view {
  background-color: #F8E4F1;
  padding-top: 60px;
}
.first_view.no_header {
  padding-top: 0px;
}
.first_view__header-sp {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  min-height: 100px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .first_view__header-sp {
    display: none;
  }
}
.first_view__header-sp__image {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 400px;
  width: 100%;
}
.first_view__main {
  padding: 60px 20px 0px 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .first_view__main {
    padding: 30px 10px 0px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.first_view__main__contents {
  position: relative;
}
@media screen and (max-width: 768px) {
  .first_view__main__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.first_view__image-area {
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.first_view__image-area__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1216px) {
  .first_view__image-area__image {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .first_view__image-area__image {
    max-width: 100%;
  }
}
.first_view__cta-button {
  position: absolute;
  display: flex;
  bottom: 26px;
  left: 186px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .first_view__cta-button {
    position: static;
    height: 15vw;
    margin: 13px 0;
  }
}
.first_view__cta-area {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 26px;
}
@media screen and (max-width: 768px) {
  .first_view__cta-area {
    position: static;
    margin: 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 930px) {
  .first_view__cta-area {
    left: clamp(69px, 10vw, 73px);
  }
}
@media screen and (min-width: 931px) and (max-width: 1215px) {
  .first_view__cta-area {
    left: clamp(88px, 11vw, 120px);
  }
}
@media screen and (min-width: 1216px) and (max-width: 1500px) {
  .first_view__cta-area {
    left: clamp(120px, 8vw, 220px);
  }
}
@media screen and (min-width: 1500px) {
  .first_view__cta-area {
    left: clamp(108px, 6vw, 359px);
  }
}
.first_view__cta-area__image {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .first_view__cta-area__image {
    height: 11vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 930px) {
  .first_view__cta-area__image {
    height: clamp(35px, 5vw, 42px);
  }
}
@media screen and (min-width: 931px) and (max-width: 1215px) {
  .first_view__cta-area__image {
    height: clamp(42px, 4vw, 59px);
  }
}
@media screen and (min-width: 1216px) and (max-width: 1500px) {
  .first_view__cta-area__image {
    height: 55px;
  }
}
@media screen and (min-width: 1500px) {
  .first_view__cta-area__image {
    height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .first_view__cta-area__image.pc-btn {
    display: none;
  }
}

.header {
  width: calc(100% - 40px);
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #1d2362;
  position: fixed;
  display: flex;
  z-index: 99;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .header {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 60px;
    border-radius: 0;
    justify-content: space-between;
  }
}
.header-logo {
  align-self: center;
  width: 150px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 115px;
    margin-left: 20px;
  }
}
.header-nav {
  margin-left: auto;
  margin-top: 10px;
  margin-right: 35px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 0;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav__menu-lists {
  position: relative;
}
.header-nav__menu-lists__item {
  position: relative;
  white-space: nowrap;
  padding-left: 11px;
}
.header-nav__menu-lists__item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header-nav__menu-lists__item a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all;
}
.header-nav__menu-lists__item::before {
  background: var(--header-primary-color, #fff302);
}
@media screen and (min-width: 768px) {
  .header-nav__menu-lists__item__link:hover {
    color: var(--header-primary-color, #fff302);
  }
}
.header-nav__menu-lists .js-mega-trigger {
  position: relative;
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
}
.header-nav__menu-lists .js-mega-trigger:before {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1d2362 transparent transparent transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s opacity;
}
.header-nav__menu-lists .js-mega-trigger:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1d2362 transparent transparent transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s opacity;
}
@media screen and (min-width: 768px) {
  .header-nav__menu-lists .js-mega-trigger:hover, .header-nav__menu-lists .js-mega-trigger.is-active {
    border-color: var(--header-primary-color, #fff302);
    color: var(--header-primary-color, #fff302);
  }
  .header-nav__menu-lists .js-mega-trigger:hover::before, .header-nav__menu-lists .js-mega-trigger.is-active::before {
    border-color: var(--header-primary-color, #fff302) transparent transparent transparent;
    opacity: 1;
  }
  .header-nav__menu-lists .js-mega-trigger:hover::after, .header-nav__menu-lists .js-mega-trigger.is-active::after {
    border-color: #1d2362 transparent transparent transparent;
    opacity: 1;
  }
}
.header-nav__menu-lists__link {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .header-nav__menu-lists__link:hover {
    border-color: #ffffff;
  }
}
.header-nav__menu-lists__contents {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 260px;
  top: calc(100% + 10px);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
  padding: 18px 0 25px 0;
  background: #1d2362;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transform: translateX(-50%);
  transition: 0.3s all;
}
.header-nav__menu-lists__contents figure {
  width: 185px;
}
.header-nav__menu-lists__contents figure.catch {
  width: 118%;
  margin: 0 0 3px 0;
  margin-left: -9%;
}
.header-nav__menu-lists__contents__list {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  margin-bottom: 0;
}
.header-drawer {
  position: relative;
  z-index: 101;
  width: 80px;
  height: 100%;
  background: #53c2f1;
  cursor: pointer;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .header-drawer {
    width: 60px;
    border-bottom-right-radius: 0;
  }
}
.is-open .header-drawer {
  border-bottom-right-radius: 0;
}

.header-drawer span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 4px;
  background: #ffffff;
  border-radius: 1em;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .header-drawer span {
    width: 22px;
    height: 3px;
  }
}
.header-drawer span:first-of-type {
  transform: translate(-50%, -50%) translateY(-10px);
}
@media screen and (max-width: 767px) {
  .header-drawer span:first-of-type {
    transform: translate(-50%, -50%) translateY(-7px);
  }
}
.is-open .header-drawer span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-open .header-drawer span:nth-of-type(2) {
  opacity: 0;
}

.header-drawer span:last-of-type {
  transform: translate(-50%, -50%) translateY(10px);
}
@media screen and (max-width: 767px) {
  .header-drawer span:last-of-type {
    transform: translate(-50%, -50%) translateY(7px);
  }
}
.is-open .header-drawer span:last-of-type {
  transform: translate(-50%, -50%) rotate(135deg);
}

.header-content {
  position: fixed;
  top: 0;
  left: -20px;
  width: 100vw;
  height: 100vh;
  background: #1d2362;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .header-content {
    left: 0;
  }
}
.is-open .header-content {
  opacity: 1;
  visibility: visible;
}

.header-content__sp-wrap {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 100px;
  text-align: left;
}
.header-content__sp-wrap__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 0;
}
.header-content__sp-wrap__list__link {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
  text-decoration: none;
  transition: 0.3s all;
}
.header-content__sp-wrap__list__link::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header-content__sp-wrap__list__link:hover {
    opacity: 0.7;
  }
}
.header-content__sp-wrap__list__link-sub {
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
  margin-left: 10px;
}
.header-content__sp-wrap__list__link-sub::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
.header-content__sp-wrap__logo {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-content__sp-wrap__logo figure {
  width: 100px;
}
.header-pc-wrap {
  width: 100%;
  max-width: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  text-align: left;
}
.header-pc-wrap__menu {
  margin-top: 17px;
}
.header-pc-wrap__menu__link {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 16px;
  text-decoration: none;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .header-pc-wrap__menu__link {
    font-size: 20px;
  }
}
.header-pc-wrap__menu__link::before {
  content: "";
  position: absolute;
  width: 7.52px;
  height: 7.52px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header-pc-wrap__menu__link:hover {
    opacity: 0.7;
  }
}
.header-pc-wrap__menu__link-sub {
  text-decoration: none;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
  margin-left: 10px;
}
.header-pc-wrap__menu__link-sub::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
.header-pc-wrap > div > figure {
  width: 207px;
}
.header-pc-wrap > div > ul {
  margin-bottom: 0;
}
.header-pc-wrap > div > ul:nth-child(n+2) {
  margin-top: 20px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.header-pc-wrap > div:first-of-type {
  grid-row: span 2;
}
.header-pc-wrap > div:first-of-type > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 25px;
}
.header-pc-wrap > div:last-of-type {
  grid-column: span 2;
}
.header-pc-wrap > div:last-of-type > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.invoice__feature {
  background-color: #e8e9f0;
}
.invoice__feature__title {
  color: #1f286f !important;
}
.invoice__feature__title__image {
  position: absolute;
  z-index: 1;
  top: 2vw;
  left: 2vw;
  height: 11vw !important;
  max-height: 150px;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .invoice__feature__title__image {
    height: 16vw !important;
    max-height: 120px;
    min-height: 60px;
  }
}
.invoice__three-features__title {
  position: static;
  width: 100%;
  margin: 0.5em auto;
  text-align: center;
  font-weight: bold;
  font-size: 2.625rem;
}
.invoice__faq__title {
  position: static;
  width: 100%;
  margin: 0.5em auto;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.invoice__related-links__title {
  position: static;
  width: 100%;
  margin: 0.5em auto;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.invoice__feature__link-area {
  margin: 60px auto;
  max-width: 1120px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.invoice__feature__link-area__text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.invoice__feature__link-area__button {
  margin-top: 0;
  margin-bottom: 8px;
  min-height: 54px;
  min-width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .invoice__feature__link-area__button {
    min-height: 50px;
    min-width: 320px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.invoice__price-plan__link-area {
  margin: 15px auto;
  max-width: 1120px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.invoice__price-plan__link-area__text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
.invoice__price-plan__link-area__button {
  margin-top: 0;
  margin-bottom: 8px;
  min-height: 54px;
  min-width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .invoice__price-plan__link-area__button {
    min-height: 40px;
    min-width: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=invoice-promotion.css.map */