@charset "UTF-8";
/*-----------------------------------------------------------
*** [ マフィス北参道 style.css] ***
------------------------------------------------------------*/
/*--------------------------------------
    IMPORT
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*--------------------------------------
    BASE
--------------------------------------*/
html {
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  line-height: 1.75;
  text-align: justify;
  animation: fadeIn 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

/*--------------------------------------
    IMG
--------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------
    TEXT
--------------------------------------*/
em {
  font-weight: 700;
  font-style: normal;
}

/*--------------------------------------
    LINK
--------------------------------------*/
a {
  display: inline-block;
  color: #333333;
  transition: opacity 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

:hover.over {
  text-decoration: none;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  :hover.over {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pageTop {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-120%);
  }
  30.1% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.c-flex {
  display: flex;
}
.c-flex--wrap {
  flex-wrap: wrap;
}
.c-flex--jc-center {
  justify-content: center;
}
.c-flex--jc-space-between {
  justify-content: space-between;
}
.c-flex--ai-center {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-flex {
    flex-direction: column;
  }
}

.c-text-main {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

.p-access {
  background: url("../img/maffice_access_bg03.jpg") no-repeat 100% 0/435px 321px;
}
@media screen and (max-width: 767px) {
  .p-access {
    background-size: 193px 142px;
  }
}
.p-access__inner {
  display: flex;
  column-gap: 50px;
  align-items: center;
  max-width: 900px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    flex-direction: column;
    margin-top: 30px;
    padding: 0 15px;
  }
}

.p-access-map {
  position: relative;
  overflow: hidden;
  width: 467px;
  height: 295px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-access-map {
    width: 100%;
    height: 212px;
  }
}
.p-access-map__map {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: calc(100% + 320px);
}
.p-access-info {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-access-info {
    margin-top: 30px;
    letter-spacing: 0;
  }
}

.p-access-info-address {
  line-height: 1.625;
}
.p-access-info-address__title {
  font-size: 1rem;
}
.p-access-info-address__detail {
  font-size: 1.125rem;
}

.p-access-info-route {
  margin-top: 23px;
}
.p-access-info-route__item {
  display: table;
  position: relative;
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.2;
}
.p-access-info-route__item::before {
  display: table-cell;
  position: relative;
  top: -2px;
  padding: 0 0.75em 0 0.5em;
  color: #b1b1b1;
  font-size: 0.5625rem;
  content: "●";
}
.p-access-info-route__item em {
  margin: 0 0.05em 0 0.15em;
  font-weight: 400;
  font-size: 1.5rem;
  vertical-align: -3px;
}

.p-campaign {
  position: relative;
  padding-bottom: 88px;
  background: url("../img/maffice_campaign_bg01_pc.jpg") no-repeat right 0/578px 387px, url("../img/maffice_campaign_bg02_pc.jpg") no-repeat center bottom/contain;
}
@media (max-width: 940px) {
  .p-campaign {
    padding-bottom: 28px;
    background: url("../img/maffice_campaign_bg01_sp.jpg") no-repeat right 0/334px 221px, url("../img/maffice_campaign_bg02_sp.jpg") no-repeat center bottom/contain;
  }
}
@media (max-width: 940px) {
  .p-campaign {
    padding-top: 30px !important;
  }
}
.p-campaign__detail {
  max-width: 819px;
  margin: 0 auto 70px;
}
@media (max-width: 940px) {
  .p-campaign__detail {
    margin: 0 auto 50px;
    padding: 0 20px;
  }
}
.p-campaign__detail .u-sp_display {
  display: none !important;
}
@media (max-width: 940px) {
  .p-campaign__detail .u-sp_display {
    display: block !important;
  }
}

.p-campaign-header {
  position: relative;
}
@media (max-width: 940px) {
  .p-campaign-header {
    max-width: 335px;
    margin: 0 auto;
  }
}

.p-campaign-heading {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 940px) {
  .p-campaign-heading {
    margin-left: 20px;
    font-size: 2.1875rem;
    text-align: left;
  }
}
.p-campaign-heading__start {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding: 0 0.5em 0 0.75em;
  font-size: 1.9375rem;
  letter-spacing: 0.12em;
}
@media (max-width: 940px) {
  .p-campaign-heading__start {
    left: -20px;
    margin: 0 0 15px 0.25em;
    font-size: 1.25rem;
  }
}
.p-campaign-heading__start::before, .p-campaign-heading__start::after {
  position: absolute;
  top: -4px;
  display: block;
  width: 2px;
  height: 46px;
  background-color: #333333;
  content: "";
}
@media (max-width: 940px) {
  .p-campaign-heading__start::before, .p-campaign-heading__start::after {
    height: 30px;
  }
}
.p-campaign-heading__start::before {
  left: 0;
  transform: rotate(-12deg);
}
.p-campaign-heading__start::after {
  right: 0;
  transform: rotate(12deg);
}
.p-campaign-heading__exclamation {
  font-size: 2.25rem;
  vertical-align: -2px;
}
@media (max-width: 940px) {
  .p-campaign-heading__exclamation {
    transform: scale(1.5);
    font-size: 1.25rem;
    vertical-align: 0;
  }
}
@media (max-width: 940px) {
  .p-campaign-heading__sp01 {
    font-size: 2.5rem;
  }
}
@media (max-width: 940px) {
  .p-campaign-heading__small {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 1.5rem;
  }
}
@media (max-width: 940px) {
  .p-campaign-heading__small {
    font-size: 1.75rem;
  }
}
.p-campaign-heading em {
  display: inline-block;
  transform: scale(1.5);
  margin: 0 0.2em 0 0.5em;
}
@media (max-width: 940px) {
  .p-campaign-heading em {
    margin: 15px 0 0 0.1em;
    font-size: 2.5rem;
  }
}

.p-campaign-target {
  display: flex;
  column-gap: 13px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-feature-settings: "palt";
}
.p-campaign-target__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-campaign-target__detail {
  font-size: 1.0625rem;
  line-height: 1.375;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 666px) {
  .p-campaign-target--sp01 {
    align-items: stretch;
  }
  .p-campaign-target--sp01 .p-campaign-target__title {
    max-width: 24px;
    height: auto;
  }
  .p-campaign-target--sp01 .p-campaign-target__detail {
    font-size: 1rem;
    text-align: justify;
  }
}

@media (max-width: 940px) {
  .p-campaign-target--sp02 {
    flex-direction: column;
    margin-top: 30px;
  }
  .p-campaign-target--sp02 .p-campaign-target__title {
    width: 100%;
    max-width: 100%;
  }
  .p-campaign-target--sp02 .p-campaign-target__detail {
    margin-top: 10px;
    text-align: justify;
  }
}

.p-campaign-badge {
  position: absolute;
  top: -37px;
  left: -52px;
}
@media (max-width: 940px) {
  .p-campaign-badge {
    top: 90px;
    right: -10px;
    left: auto;
  }
}
@media (max-width: 940px) {
  .p-campaign-badge img {
    width: 154px;
    height: 141px;
  }
}

.p-campaign-cards {
  margin-top: 23px;
}
.p-campaign-cards__list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}
@media (max-width: 940px) {
  .p-campaign-cards__list {
    flex-direction: column;
    column-gap: 0;
    row-gap: 15px;
  }
}
.p-campaign-cards__item {
  width: 265px;
  height: 160px;
  border-radius: 12px;
}
@media (max-width: 940px) {
  .p-campaign-cards__item {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}

.p-campaign-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 7px;
  border: 1px solid currentColor;
  border-radius: 12px;
  background-color: #fff;
  font-feature-settings: "palt";
}
.p-campaign-card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  border-radius: 8px;
  background-color: #333333;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
}
.p-campaign-card__title--small {
  font-size: 1.125rem;
  line-height: 1.333;
}
.p-campaign-card__detail {
  display: flex;
  column-gap: 44px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1;
}
.p-campaign-card__detail-inner {
  position: relative;
}
.p-campaign-card__detail-inner::after {
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto 0;
  color: #a4a4a4;
  font-size: 3.4375rem;
  font-family: "Material Icons";
  content: "\e5df";
}
.p-campaign-card__detail--small {
  column-gap: 16px;
}
.p-campaign-card__detail--small .p-campaign-card__text-price {
  position: relative;
  top: -3px;
}
.p-campaign-card__text01 {
  display: block;
  font-size: 1.125rem;
  text-align: center;
}
.p-campaign-card__text02 {
  position: relative;
  margin-top: 6px;
}
.p-campaign-card__text02::after {
  position: absolute;
  top: 13px;
  left: -5px;
  width: calc(100% + 10px);
  height: 2px;
  background-color: #e8807d;
  content: "";
}
.p-campaign-card__text02--short::after {
  transform: rotate(-14deg);
}
.p-campaign-card__text02--long::after {
  transform: rotate(-12deg);
}
.p-campaign-card__text-price {
  font-size: 1.5rem;
}
.p-campaign-card__text-en {
  font-size: 1.25rem;
  vertical-align: 1px;
}
.p-campaign-card__price {
  position: relative;
  top: -8px;
  font-weight: 700;
  font-size: 4.75rem;
}
.p-campaign-card__price-en {
  margin-left: 1px;
  font-size: 2.25rem;
  vertical-align: 7px;
}
.p-campaign-card__percent, .p-campaign-card__off {
  margin-left: 3px;
}
.p-campaign-card__percent {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2.375rem;
}
.p-campaign-card__off {
  font-size: 1.5rem;
}

.p-campaign-recommend {
  display: flex;
  column-gap: 24px;
  justify-content: center;
  max-width: 900px;
  margin: 40px auto 0;
}
@media (max-width: 940px) {
  .p-campaign-recommend {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 15px;
    margin: 18px auto 0;
    padding: 0 20px;
  }
}

.p-campaign-comment {
  display: flex;
  flex-direction: column;
  max-width: 438px;
  padding: 23px 28px 25px;
  border: 1px solid #a6a6a6;
  border-radius: 12px;
  background-color: #fff;
  font-feature-settings: "palt";
}
.p-campaign-comment__content {
  margin-top: 10px;
}
.p-campaign-comment__text {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-campaign-comment-person {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-campaign-comment-person__info {
  margin: 0 10px 0 28px;
  line-height: 1;
  text-align: center;
}
.p-campaign-comment-person__name {
  font-size: 1.25rem;
}
.p-campaign-comment-person__name em {
  font-size: 2.5rem;
  vertical-align: -1px;
}
.p-campaign-comment-person__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media (max-width: 940px) {
  .p-campaign-comment-person__text {
    margin-top: 0;
  }
}

.p-campaign-plan {
  margin-top: auto;
}
.p-campaign-plan__list {
  margin-top: 26px;
}
.p-campaign-plan__title {
  line-height: 1;
  text-align: center;
}
.p-campaign-plan__title span {
  display: inline-block;
  position: relative;
  padding: 0 0.75em;
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.12em;
}
.p-campaign-plan__title span em {
  padding-top: 5px;
  background: radial-gradient(0.15em 0.15em at center center, currentColor, currentColor 100%, transparent) repeat-x top 2px left -1px/1.1em 0.3em;
}
.p-campaign-plan__title span::before, .p-campaign-plan__title span::after {
  position: absolute;
  top: -2px;
  width: 2px;
  height: 19px;
  background-color: currentColor;
  content: "";
}
.p-campaign-plan__title span::before {
  left: 0;
  transform: rotate(-15deg);
}
.p-campaign-plan__title span::after {
  right: 0;
  transform: rotate(15deg);
}
.p-campaign-plan__detail {
  margin-top: 13px;
}

.p-recommend-plan {
  height: 172px;
  padding: 25px 28px 0;
  border-radius: 12px;
  background-color: #ffec00;
}
@media (max-width: 940px) {
  .p-recommend-plan {
    height: auto;
    padding: 25px 20px 17px;
  }
}
.p-recommend-plan__heading {
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 940px) {
  .p-recommend-plan__heading {
    font-size: 1.3125rem;
  }
}
.p-recommend-plan__list {
  margin-top: 13px;
}
.p-recommend-plan__item {
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.p-recommend-plan__item::before {
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
  top: 8px;
  width: 9px;
  height: 9px;
  margin-right: 0.5em;
  font-size: 0.5625rem;
  line-height: 1;
  content: "●";
}

.p-campaign-tab {
  display: none;
}
@media (max-width: 940px) {
  .p-campaign-tab {
    display: block;
  }
}
.p-campaign-tab__list {
  display: flex;
  padding: 3px;
  column-gap: 3px;
  background-color: #fff;
}
.p-campaign-tab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  background-color: #333333;
}
.p-campaign-tab__link {
  position: relative;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 940px) {
  .p-campaign-tab__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 13px;
  }
}
.p-campaign-tab__link::after {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  line-height: 1;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-family: "Material Icons";
  content: "\e5df";
  transform: rotate(90deg);
}
.p-campaign-tab__link:hover {
  text-decoration: none;
}

.p-container-880 {
  width: 100%;
  max-width: 57.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-container-880 {
    max-width: 100%;
  }
}

.p-container-1000 {
  width: 100%;
  max-width: 65rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-container-1000 {
    max-width: 100%;
  }
}

.p-container-1075 {
  width: 100%;
  max-width: 69.6875rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-container-1075 {
    max-width: 100%;
  }
}

.p-container-1100 {
  width: 100%;
  max-width: 71.25rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-container-1100 {
    max-width: 100%;
  }
}

.p-container-1200 {
  width: 100%;
  max-width: 77.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-container-1200 {
    max-width: 100%;
  }
}

.p-follow-banner {
  position: fixed;
  z-index: 100;
  top: 200px;
  right: 0;
  left: auto;
  bottom: auto;
  width: 111px;
  height: 210px;
  background-color: #006837;
  padding-top: 10px !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 940px) {
  .p-follow-banner {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-top: 7.5px !important;
    padding-bottom: 7.5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.p-follow-banner__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  width: 100%;
  height: 100%;
}
@media (max-width: 940px) {
  .p-follow-banner__link {
    display: inline-flex;
    flex-direction: row;
    row-gap: 0;
    column-gap: 13px;
  }
}
.p-follow-banner__link:hover {
  text-decoration: none;
}
.p-follow-banner__link::after {
  margin-left: 0;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Material Icons";
  content: "\eaaa";
  line-height: 1;
}
@media (max-width: 940px) {
  .p-follow-banner__link::after {
    margin-right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-follow-banner__lead img {
    width: 55px;
    height: 45px;
  }
}
.p-follow-banner__text {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 1.5;
}
@media (max-width: 940px) {
  .p-follow-banner__text {
    writing-mode: horizontal-tb;
  }
}

@media (max-width: 940px) {
  .p-follow-banner .u-pc_display {
    display: none !important;
  }
}
@media (min-width: 941px) {
  .p-follow-banner .u-pc_display {
    display: block !important;
  }
}

@media (max-width: 940px) {
  .p-follow-banner .u-sp_display {
    display: inline-block !important;
  }
}
@media (min-width: 941px) {
  .p-follow-banner .u-sp_display {
    display: none !important;
  }
}

.p-footer {
  display: flex;
  justify-content: center;
  height: 266px;
  margin-top: 70px;
  padding: 48px 0 38px;
  background-color: #333333;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media (max-width: 540px) {
  .p-footer {
    margin-top: 25px;
    padding: 38px 50px 28px;
    justify-content: flex-start;
    text-align: left;
  }
}
.p-footer__inner {
  width: 100%;
}
.p-footer__copyright {
  margin-top: 15px;
  text-align: center;
}
.p-footer__copyright small {
  font-size: 0.75rem;
}

.p-footer-logo {
  text-align: center;
}

.p-footer-nav {
  margin-top: 45px;
}
@media (max-width: 540px) {
  .p-footer-nav {
    margin-top: 22px;
  }
}
.p-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  justify-content: center;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (max-width: 540px) {
  .p-footer-nav__list {
    column-gap: 32px;
    line-height: 2.1;
  }
}
.p-footer-nav__link {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.p-footer-nav__link::after {
  margin-left: 0.25em;
  font-size: 1.0625rem;
  font-family: "Material Icons";
  vertical-align: -3px;
  content: "\e895";
}
.p-footer-nav__link:hover {
  text-decoration: none;
}

.p-footer-sns {
  margin-top: 22px;
}
@media (max-width: 540px) {
  .p-footer-sns {
    margin-top: 10px;
  }
}
.p-footer-sns__list {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  color: #fff;
}
.p-footer-sns__link {
  text-decoration: none;
}

.p-section-heading {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.45;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-section-heading {
    font-size: 1.5rem;
  }
}

.p-header {
  border-bottom: 2px solid currentColor;
}
.p-header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    justify-content: space-between;
    height: 46px;
    padding: 0 15px 0 20px;
  }
}

.p-header-logo {
  width: 318px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-header-logo {
    width: 160px;
    line-height: 1.2;
    padding-top: 0;
  }
}

.p-header-sns {
  position: absolute;
  right: 33px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-header-sns {
    right: auto;
    position: relative;
    padding-top: 0;
  }
}
.p-header-sns__list {
  display: flex;
  column-gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-header-sns__item {
    width: 20px;
    height: 20px;
  }
}

.p-kv-block {
  width: 100%;
  height: 472px;
  margin-top: 5px;
  background: url("../img/maffice_kv_pc.jpg") no-repeat center 0/cover;
  border-top: 1px solid currentColor;
  text-align: center;
}
@media (max-width: 800px) {
  .p-kv-block {
    height: auto;
    aspect-ratio: 750/568;
    background-image: url("../img/maffice_kv_sp.jpg");
  }
}
.p-kv-block__tagline {
  margin-top: 40px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.38;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-kv-block__tagline {
    margin-top: 32px;
    font-size: 0.8125rem;
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 16px #fff, 0 0 20px #fff;
  }
}

.p-kv-heading {
  margin-top: 22px;
}
@media (max-width: 800px) {
  .p-kv-heading {
    max-width: 58.4vw;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.p-section-block {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-section-block {
    padding-top: 43px;
  }
}

.p-service {
  padding-bottom: 64px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-bottom: 37px;
  }
}
.p-service__inner {
  max-width: 835px;
  margin: 0 auto;
}
@media (max-width: 835px) {
  .p-service__inner {
    padding: 0 15px;
  }
}

.p-service-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-service-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }
}
.p-service-list__icon {
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .p-service-list__icon {
    width: 55px;
    height: 55px;
  }
}
.p-service-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-service-list__text {
  margin-top: 7px;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-list__text {
    font-size: 0.75rem;
  }
}

.p-startup {
  padding-bottom: 37px;
  background-color: #ffec00;
}
@media (max-width: 767px) {
  .p-startup {
    padding: 43px 34px 25px;
  }
}

.p-startup-heading {
  font-weight: 700;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
}
.p-startup-heading__inner {
  display: inline-block;
  position: relative;
}
.p-startup-heading__title {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-startup-heading__title {
    font-size: 2rem;
  }
}
.p-startup-heading__icon {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 2.375rem;
  -webkit-text-stroke: 2px #333333;
  vertical-align: 2px;
}
@media (max-width: 830px) {
  .p-startup-heading__icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-startup-heading__icon {
    font-size: 1.625rem;
  }
}
.p-startup-heading__title-text {
  display: inline-block;
}
.p-startup-heading__plan {
  display: block;
  margin-top: 15px;
  font-size: 2.1875rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-startup-heading__plan {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
.p-startup-heading__plan::before, .p-startup-heading__plan::after {
  display: inline-block;
  transform: scaleX(2.8);
  font-weight: 300;
  font-size: 2.1875rem;
  letter-spacing: 0.08em;
  content: "＝";
}
@media (max-width: 767px) {
  .p-startup-heading__plan::before, .p-startup-heading__plan::after {
    font-size: 1.75rem;
  }
}
.p-startup-heading__plan::before {
  margin-right: 0.9em;
}
.p-startup-heading__plan::after {
  margin-left: 1.1em;
}

.p-startup-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -108px;
  left: -14px;
  width: 100%;
  max-width: 379px;
  height: 65px;
  border: 4px solid #006837;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 830px) {
  .p-startup-balloon {
    right: 0;
    left: 0;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-startup-balloon {
    top: -61px;
    max-width: 229px;
    height: 37px;
    border-width: 2.5px;
    border-radius: 5px;
  }
}
.p-startup-balloon::after {
  position: absolute;
  bottom: -12px;
  transform: rotate(-45deg);
  width: 19px;
  height: 19px;
  border-bottom: 4px solid #006837;
  border-left: 4px solid #006837;
  background-color: #fff;
  content: "";
}
@media (max-width: 767px) {
  .p-startup-balloon::after {
    bottom: -8px;
    width: 12px;
    height: 12px;
    border-bottom-width: 2.5px;
    border-left-width: 2.5px;
  }
}
.p-startup-balloon__text {
  font-size: 1.9375rem;
}
@media (max-width: 767px) {
  .p-startup-balloon__text {
    font-size: 1.1875rem;
  }
}
.p-startup-balloon__text em {
  color: #006837;
}
.p-startup-balloon__text--small {
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .p-startup-balloon__text--small {
    font-size: 0.8125rem;
  }
}
.p-startup-balloon__text--large {
  font-size: 2.1875rem;
  vertical-align: -2px;
  letter-spacing: -0.15em;
}
@media (max-width: 767px) {
  .p-startup-balloon__text--large {
    font-size: 1.375rem;
  }
}

.p-startup-plan {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 820px;
  height: 98px;
  margin: 22px auto 0;
  border: 2px solid currentColor;
  border-radius: 12px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .p-startup-plan {
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .p-startup-plan {
    flex-direction: column;
    transform: scale(1);
    height: 104px;
    margin-top: 15px;
  }
}
.p-startup-plan__title {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 100%;
  background-color: #333333;
  color: #fff;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.38;
  font-feature-settings: "palt";
  text-align: center;
}
@media (max-width: 767px) {
  .p-startup-plan__title {
    justify-content: flex-start;
    width: 100%;
    height: 35px;
    padding: 0 16px;
    font-size: 1.125rem;
  }
}
.p-startup-plan__detail {
  display: flex;
  column-gap: 90px;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 35px 0 37px;
}
@media (max-width: 1024px) {
  .p-startup-plan__detail {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-startup-plan__detail {
    column-gap: 40px;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
  }
}
.p-startup-plan__detail-inner {
  position: relative;
}
.p-startup-plan__detail-inner:first-child:before {
  position: absolute;
  top: 0;
  right: -72px;
  bottom: 0;
  width: 52px;
  height: 19px;
  margin: auto 0;
  background: url("../img/maffice_arrow01.svg") no-repeat center center/contain;
  content: "";
}
@media (max-width: 767px) {
  .p-startup-plan__detail-inner:first-child:before {
    right: -39px;
    width: 29px;
  }
}
.p-startup-plan__text01, .p-startup-plan__text02 {
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .p-startup-plan__text01, .p-startup-plan__text02 {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.p-startup-plan__text02 {
  position: relative;
}
.p-startup-plan__text02::after {
  position: absolute;
  top: 16px;
  left: -5px;
  transform: rotate(-17deg);
  width: calc(100% + 10px);
  height: 2px;
  background-color: #e8807d;
  content: "";
}
@media (max-width: 767px) {
  .p-startup-plan__text02::after {
    top: 10px;
  }
}
.p-startup-plan__text-price {
  font-size: 1.75rem;
  vertical-align: -2px;
}
@media (max-width: 767px) {
  .p-startup-plan__text-price {
    font-size: 1.0625rem;
  }
}
.p-startup-plan__price {
  margin-top: -10px;
  color: #006837;
  font-weight: 900;
  font-size: 4.8125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-startup-plan__price {
    font-weight: 700;
    font-size: 3rem;
  }
}
.p-startup-plan__price-comma {
  margin-left: -2px;
  font-size: 4.0625rem;
  vertical-align: 7px;
}
@media (max-width: 767px) {
  .p-startup-plan__price-comma {
    font-size: 2.375rem;
  }
}
.p-startup-plan__price-en {
  color: #333333;
  font-weight: 700;
  font-size: 2.25rem;
  vertical-align: 4px;
}
@media (max-width: 767px) {
  .p-startup-plan__price-en {
    font-size: 1.375rem;
  }
}

.p-startup-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 35px;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #006837;
}
@media (max-width: 1024px) {
  .p-startup-badge {
    right: 5px;
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .p-startup-badge {
    top: -30px;
    right: 10px;
    transform: scale(1);
    width: 80px;
    height: 24px;
    border-radius: 100vh;
    background-color: #fff;
  }
}
.p-startup-badge__text {
  display: block;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-startup-badge__text {
    color: #006837;
    font-size: 0.875rem;
  }
}
.p-startup-badge__discount {
  margin-right: -2px;
  font-size: 2.125rem;
  vertical-align: -2px;
}
@media (max-width: 767px) {
  .p-startup-badge__discount {
    font-size: 1.25rem;
    vertical-align: 0;
  }
}
.p-startup-badge__off {
  display: block;
  margin-top: 1px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-startup-badge__off {
    display: inline-block;
    margin-left: 0.2em;
    font-size: 0.875rem;
  }
}

.p-startup-description {
  display: flex;
  column-gap: 56px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
@media (max-width: 880px) {
  .p-startup-description {
    flex-direction: column;
    margin-top: 12px;
    text-align: center;
  }
}
.p-startup-description__text {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  position: relative;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 880px) {
  .p-startup-description__text {
    justify-content: center;
    align-items: baseline;
    font-size: 0.9375rem;
  }
  .p-startup-description__text:first-child {
    display: inline-block;
    line-height: 1.7;
    text-align: center;
  }
}
.p-startup-description__text span {
  position: relative;
  font-size: 1.5rem;
}
@media (max-width: 880px) {
  .p-startup-description__text span {
    margin-left: 0.25em;
    font-size: 1.1875rem;
  }
}
.p-startup-description__text span::after {
  position: absolute;
  top: 12px;
  left: -5px;
  transform: rotate(-13deg);
  width: calc(100% + 30px);
  height: 2px;
  background-color: #e8807d;
  content: "";
}
@media (max-width: 880px) {
  .p-startup-description__text span::after {
    top: 14px;
    width: calc(100% + 25px);
  }
}
.p-startup-description__text:first-child::before {
  position: absolute;
  right: -48px;
  width: 38px;
  height: 14px;
  background: url("../img/maffice_arrow01.svg") no-repeat center center/contain;
  content: "";
}
@media (max-width: 880px) {
  .p-startup-description__text:first-child::before {
    content: none;
  }
}
.p-startup-description strong {
  position: relative;
  top: 0;
  font-size: 2.125rem;
}

.p-campaign-target--startup {
  margin-top: 27px;
}

.p-workspace-cards {
  margin-top: 45px;
  padding: 0 15px;
}
@media (max-width: 700px) {
  .p-workspace-cards {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
.p-workspace-cards__list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
}
@media (max-width: 700px) {
  .p-workspace-cards__list {
    flex-direction: column;
    align-items: stretch;
    row-gap: 17px;
  }
}
@media (max-width: 700px) {
  .p-workspace-cards__item {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
}
@media (max-width: 700px) {
  .p-workspace-cards__icon {
    max-width: 125px;
  }
}
.p-workspace-cards__text {
  line-height: 1;
  text-align: center;
}
@media (max-width: 700px) {
  .p-workspace-cards__text {
    text-align: left;
  }
}
.p-workspace-cards__text--small {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.3125rem;
}
@media (max-width: 700px) {
  .p-workspace-cards__text--small {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.p-workspace-cards__text--large {
  font-weight: 700;
  font-size: 2.125rem;
  font-feature-settings: "palt";
}
@media (max-width: 700px) {
  .p-workspace-cards__text--large {
    font-size: 1.625rem;
  }
}
.p-workspace-cards__text em {
  display: inline-block;
  position: relative;
  top: -2px;
  transform: scale(1.38);
  margin: 0 0.15em;
}

.p-workspace-slider {
  margin: 64px 0 53px;
}
@media (max-width: 700px) {
  .p-workspace-slider {
    margin: 37px 0 20px;
  }
}
.p-workspace-slider__item {
  width: 497px;
  height: 351px;
}
@media (max-width: 700px) {
  .p-workspace-slider__item {
    width: 273px;
    height: 193px;
  }
}
.p-workspace-slider__pagination {
  position: relative;
}
.p-workspace-slider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 35px 15px 0 !important;
  background-color: #9b9b9b;
}
@media (max-width: 700px) {
  .p-workspace-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 35px 9px 0 !important;
  }
}
.p-workspace-slider__pagination .swiper-pagination-bullet-active {
  background-color: #8a8a8a;
}

/*--------------------------------------
    FONT COLOR
--------------------------------------*/
.u-f_color01 {
  color: #333333;
}

.u-f_color02 {
  color: #ffec00;
}

/*--------------------------------------
    LAYOUT VARIATION
--------------------------------------*/
/* margin variation */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt01 {
  margin-top: 1px !important;
}

.u-mt02 {
  margin-top: 2px !important;
}

.u-mt03 {
  margin-top: 3px !important;
}

.u-mt04 {
  margin-top: 4px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt06 {
  margin-top: 6px !important;
}

.u-mt07 {
  margin-top: 7px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mt09 {
  margin-top: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt11 {
  margin-top: 11px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt13 {
  margin-top: 13px !important;
}

.u-mt14 {
  margin-top: 14px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt17 {
  margin-top: 17px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mt19 {
  margin-top: 19px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt21 {
  margin-top: 21px !important;
}

.u-mt22 {
  margin-top: 22px !important;
}

.u-mt23 {
  margin-top: 23px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt26 {
  margin-top: 26px !important;
}

.u-mt27 {
  margin-top: 27px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt29 {
  margin-top: 29px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt31 {
  margin-top: 31px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt33 {
  margin-top: 33px !important;
}

.u-mt34 {
  margin-top: 34px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt37 {
  margin-top: 37px !important;
}

.u-mt38 {
  margin-top: 38px !important;
}

.u-mt39 {
  margin-top: 39px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt41 {
  margin-top: 41px !important;
}

.u-mt42 {
  margin-top: 42px !important;
}

.u-mt43 {
  margin-top: 43px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt46 {
  margin-top: 46px !important;
}

.u-mt47 {
  margin-top: 47px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt49 {
  margin-top: 49px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt51 {
  margin-top: 51px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mt53 {
  margin-top: 53px !important;
}

.u-mt54 {
  margin-top: 54px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt57 {
  margin-top: 57px !important;
}

.u-mt58 {
  margin-top: 58px !important;
}

.u-mt59 {
  margin-top: 59px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt61 {
  margin-top: 61px !important;
}

.u-mt62 {
  margin-top: 62px !important;
}

.u-mt63 {
  margin-top: 63px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt66 {
  margin-top: 66px !important;
}

.u-mt67 {
  margin-top: 67px !important;
}

.u-mt68 {
  margin-top: 68px !important;
}

.u-mt69 {
  margin-top: 69px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt71 {
  margin-top: 71px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mt73 {
  margin-top: 73px !important;
}

.u-mt74 {
  margin-top: 74px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt76 {
  margin-top: 76px !important;
}

.u-mt77 {
  margin-top: 77px !important;
}

.u-mt78 {
  margin-top: 78px !important;
}

.u-mt79 {
  margin-top: 79px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr18 {
  margin-right: 18px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

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

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

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

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml18 {
  margin-left: 18px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-minus_mt01 {
  margin-top: -1px !important;
}

.u-minus_mt02 {
  margin-top: -2px !important;
}

.u-minus_mt03 {
  margin-top: -3px !important;
}

.u-minus_mt04 {
  margin-top: -4px !important;
}

.u-minus_mt05 {
  margin-top: -5px !important;
}

.u-minus_mt06 {
  margin-top: -6px !important;
}

.u-minus_mt07 {
  margin-top: -7px !important;
}

.u-minus_mt08 {
  margin-top: -8px !important;
}

.u-minus_mt09 {
  margin-top: -9px !important;
}

.u-minus_mt10 {
  margin-top: -10px !important;
}

.u-minus_mt11 {
  margin-top: -11px !important;
}

.u-minus_mt12 {
  margin-top: -12px !important;
}

.u-minus_mt13 {
  margin-top: -13px !important;
}

.u-minus_mt14 {
  margin-top: -14px !important;
}

.u-minus_mt15 {
  margin-top: -15px !important;
}

.u-minus_mt16 {
  margin-top: -16px !important;
}

.u-minus_mt17 {
  margin-top: -17px !important;
}

.u-minus_mt18 {
  margin-top: -18px !important;
}

.u-minus_mt19 {
  margin-top: -19px !important;
}

.u-minus_mt20 {
  margin-top: -20px !important;
}

.u-minus_mt21 {
  margin-top: -21px !important;
}

.u-minus_mt22 {
  margin-top: -22px !important;
}

.u-minus_mt23 {
  margin-top: -23px !important;
}

.u-minus_mt24 {
  margin-top: -24px !important;
}

.u-minus_mt25 {
  margin-top: -25px !important;
}

.u-minus_mt26 {
  margin-top: -26px !important;
}

.u-minus_mt27 {
  margin-top: -27px !important;
}

.u-minus_mt28 {
  margin-top: -28px !important;
}

.u-minus_mt29 {
  margin-top: -29px !important;
}

.u-minus_mt30 {
  margin-top: -30px !important;
}

.u-minus_mt31 {
  margin-top: -31px !important;
}

.u-minus_mt32 {
  margin-top: -32px !important;
}

.u-minus_mt33 {
  margin-top: -33px !important;
}

.u-minus_mt34 {
  margin-top: -34px !important;
}

.u-minus_mt35 {
  margin-top: -35px !important;
}

.u-minus_mt36 {
  margin-top: -36px !important;
}

.u-minus_mt37 {
  margin-top: -37px !important;
}

.u-minus_mt38 {
  margin-top: -38px !important;
}

.u-minus_mt39 {
  margin-top: -39px !important;
}

.u-minus_mt40 {
  margin-top: -40px !important;
}

/* width variation */
.u-wid200 {
  width: 200px !important;
}

.u-wid250 {
  width: 250px !important;
}

.u-wid300 {
  width: 300px !important;
}

.u-wid350 {
  width: 350px !important;
}

.u-wid400 {
  width: 400px !important;
}

.u-wid450 {
  width: 450px !important;
}

.u-wid500 {
  width: 500px !important;
}

.u-wid550 {
  width: 550px !important;
}

.u-wid600 {
  width: 600px !important;
}

.u-wid650 {
  width: 650px !important;
}

.u-wid700 {
  width: 700px !important;
}

.u-wid750 {
  width: 750px !important;
}

.u-wid800 {
  width: 800px !important;
}

.u-wid850 {
  width: 850px !important;
}

.u-wid900 {
  width: 900px !important;
}

.u-wid950 {
  width: 950px !important;
}

.u-wid1000 {
  width: 1000px !important;
}

.u-wid1050 {
  width: 1050px !important;
}

.u-wid1100 {
  width: 1100px !important;
}

.u-wid1150 {
  width: 1150px !important;
}

.u-wid1200 {
  width: 1200px !important;
}

/* font variation */
.u-f10 {
  font-size: 0.625rem !important;
}

.u-f11 {
  font-size: 0.6875rem !important;
}

.u-f12 {
  font-size: 0.75rem !important;
}

.u-f13 {
  font-size: 0.8125rem !important;
}

.u-f14 {
  font-size: 0.875rem !important;
}

.u-f15 {
  font-size: 0.9375rem !important;
}

.u-f16 {
  font-size: 1rem !important;
}

.u-f17 {
  font-size: 1.0625rem !important;
}

.u-f18 {
  font-size: 1.125rem !important;
}

.u-f19 {
  font-size: 1.1875rem !important;
}

.u-f20 {
  font-size: 1.25rem !important;
}

.u-f21 {
  font-size: 1.3125rem !important;
}

.u-f22 {
  font-size: 1.375rem !important;
}

.u-f23 {
  font-size: 1.4375rem !important;
}

.u-f24 {
  font-size: 1.5rem !important;
}

.u-f25 {
  font-size: 1.5625rem !important;
}

.u-f26 {
  font-size: 1.625rem !important;
}

.u-f27 {
  font-size: 1.6875rem !important;
}

.u-f28 {
  font-size: 1.75rem !important;
}

.u-f29 {
  font-size: 1.8125rem !important;
}

.u-f30 {
  font-size: 1.875rem !important;
}

/* box option */
.u-m_center {
  margin: 0 auto;
}

/* font-weight option */
.u-fw_bold {
  font-weight: bold !important;
}

.u-fw_normal {
  font-weight: normal !important;
}

/* display option */
.u-display_none {
  display: none !important;
}

.u-sp_display {
  display: none !important;
}

.u-pc_display {
  display: block !important;
}

.u-sp_display_ib {
  display: none !important;
}

.u-pc_display_ib {
  display: inline-block !important;
}

/* text option */
.u-ta_left {
  text-align: left !important;
}

.u-ta_right {
  text-align: right !important;
}

.u-ta_center {
  text-align: center !important;
}

.u-ta_justify {
  text-align: justify !important;
}

.u-lh_flat {
  line-height: 1 !important;
}

/* float option */
.u-fl_left {
  float: left !important;
}

.u-fl_right {
  float: right !important;
}

.u-fl_none {
  float: none !important;
}

/* border opiton */
.u-bd_t_none {
  border-top: none !important;
}

.u-bd_r_none {
  border-right: none !important;
}

.u-bd_b_none {
  border-bottom: none !important;
}

.u-bd_l_none {
  border-left: none !important;
}

/* flexbox opiton */
.u-content_flex {
  display: flex;
}

.u-content_flex_spbw {
  display: flex;
  justify-content: space-between;
}

.u-content_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.u-content_flex_wrap_spbw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.u-content_flex_column {
  display: flex;
  flex-direction: column;
}

.u-align_items_center {
  align-items: center;
}

.u-flex_order_m1 {
  order: -1;
}

.u-flex_order_p1 {
  order: 1;
}

@media screen and (max-width: 767px) {
  /*--------------------------------------
  		LAYOUT VARIATION
  --------------------------------------*/
  /* margin variation */
  .u-sp_mt00 {
    margin-top: 0 !important;
  }
  .u-sp_mt01 {
    margin-top: 1px !important;
  }
  .u-sp_mt02 {
    margin-top: 2px !important;
  }
  .u-sp_mt03 {
    margin-top: 3px !important;
  }
  .u-sp_mt04 {
    margin-top: 4px !important;
  }
  .u-sp_mt05 {
    margin-top: 5px !important;
  }
  .u-sp_mt06 {
    margin-top: 6px !important;
  }
  .u-sp_mt07 {
    margin-top: 7px !important;
  }
  .u-sp_mt08 {
    margin-top: 8px !important;
  }
  .u-sp_mt09 {
    margin-top: 9px !important;
  }
  .u-sp_mt10 {
    margin-top: 10px !important;
  }
  .u-sp_mt11 {
    margin-top: 11px !important;
  }
  .u-sp_mt12 {
    margin-top: 12px !important;
  }
  .u-sp_mt13 {
    margin-top: 13px !important;
  }
  .u-sp_mt14 {
    margin-top: 14px !important;
  }
  .u-sp_mt15 {
    margin-top: 15px !important;
  }
  .u-sp_mt16 {
    margin-top: 16px !important;
  }
  .u-sp_mt17 {
    margin-top: 17px !important;
  }
  .u-sp_mt18 {
    margin-top: 18px !important;
  }
  .u-sp_mt19 {
    margin-top: 19px !important;
  }
  .u-sp_mt20 {
    margin-top: 20px !important;
  }
  .u-sp_mt21 {
    margin-top: 21px !important;
  }
  .u-sp_mt22 {
    margin-top: 22px !important;
  }
  .u-sp_mt23 {
    margin-top: 23px !important;
  }
  .u-sp_mt24 {
    margin-top: 24px !important;
  }
  .u-sp_mt25 {
    margin-top: 25px !important;
  }
  .u-sp_mt26 {
    margin-top: 26px !important;
  }
  .u-sp_mt27 {
    margin-top: 27px !important;
  }
  .u-sp_mt28 {
    margin-top: 28px !important;
  }
  .u-sp_mt29 {
    margin-top: 29px !important;
  }
  .u-sp_mt30 {
    margin-top: 30px !important;
  }
  .u-sp_mt31 {
    margin-top: 31px !important;
  }
  .u-sp_mt32 {
    margin-top: 32px !important;
  }
  .u-sp_mt33 {
    margin-top: 33px !important;
  }
  .u-sp_mt34 {
    margin-top: 34px !important;
  }
  .u-sp_mt35 {
    margin-top: 35px !important;
  }
  .u-sp_mt36 {
    margin-top: 36px !important;
  }
  .u-sp_mt37 {
    margin-top: 37px !important;
  }
  .u-sp_mt38 {
    margin-top: 38px !important;
  }
  .u-sp_mt39 {
    margin-top: 39px !important;
  }
  .u-sp_mt40 {
    margin-top: 40px !important;
  }
  .u-sp_mt41 {
    margin-top: 41px !important;
  }
  .u-sp_mt42 {
    margin-top: 42px !important;
  }
  .u-sp_mt43 {
    margin-top: 43px !important;
  }
  .u-sp_mt44 {
    margin-top: 44px !important;
  }
  .u-sp_mt45 {
    margin-top: 45px !important;
  }
  .u-sp_mt46 {
    margin-top: 46px !important;
  }
  .u-sp_mt47 {
    margin-top: 47px !important;
  }
  .u-sp_mt48 {
    margin-top: 48px !important;
  }
  .u-sp_mt49 {
    margin-top: 49px !important;
  }
  .u-sp_mt50 {
    margin-top: 50px !important;
  }
  .u-sp_mt51 {
    margin-top: 51px !important;
  }
  .u-sp_mt52 {
    margin-top: 52px !important;
  }
  .u-sp_mt53 {
    margin-top: 53px !important;
  }
  .u-sp_mt54 {
    margin-top: 54px !important;
  }
  .u-sp_mt55 {
    margin-top: 55px !important;
  }
  .u-sp_mt60 {
    margin-top: 60px !important;
  }
  .u-sp_mt61 {
    margin-top: 61px !important;
  }
  .u-sp_mt62 {
    margin-top: 62px !important;
  }
  .u-sp_mt63 {
    margin-top: 63px !important;
  }
  .u-sp_mt64 {
    margin-top: 64px !important;
  }
  .u-sp_mt65 {
    margin-top: 65px !important;
  }
  .u-sp_mt66 {
    margin-top: 66px !important;
  }
  .u-sp_mt67 {
    margin-top: 67px !important;
  }
  .u-sp_mt68 {
    margin-top: 68px !important;
  }
  .u-sp_mt69 {
    margin-top: 69px !important;
  }
  .u-sp_mt70 {
    margin-top: 70px !important;
  }
  .u-sp_mt71 {
    margin-top: 71px !important;
  }
  .u-sp_mt72 {
    margin-top: 72px !important;
  }
  .u-sp_mt73 {
    margin-top: 73px !important;
  }
  .u-sp_mt74 {
    margin-top: 74px !important;
  }
  .u-sp_mt75 {
    margin-top: 75px !important;
  }
  .u-sp_mt76 {
    margin-top: 76px !important;
  }
  .u-sp_mt77 {
    margin-top: 77px !important;
  }
  .u-sp_mt78 {
    margin-top: 78px !important;
  }
  .u-sp_mt79 {
    margin-top: 79px !important;
  }
  .u-sp_mt80 {
    margin-top: 80px !important;
  }
  .u-sp_mt85 {
    margin-top: 85px !important;
  }
  .u-sp_mt90 {
    margin-top: 90px !important;
  }
  .u-sp_mt95 {
    margin-top: 95px !important;
  }
  .u-sp_mt100 {
    margin-top: 100px !important;
  }
  .u-sp_mr00 {
    margin-right: 0 !important;
  }
  .u-sp_mr05 {
    margin-right: 5px !important;
  }
  .u-sp_mr10 {
    margin-right: 10px !important;
  }
  .u-sp_mr15 {
    margin-right: 15px !important;
  }
  .u-sp_mr18 {
    margin-right: 18px !important;
  }
  .u-sp_mr20 {
    margin-right: 20px !important;
  }
  .u-sp_mr25 {
    margin-right: 25px !important;
  }
  .u-sp_mr30 {
    margin-right: 30px !important;
  }
  .u-sp_mr35 {
    margin-right: 35px !important;
  }
  .u-sp_mr40 {
    margin-right: 40px !important;
  }
  .u-sp_mr45 {
    margin-right: 45px !important;
  }
  .u-sp_mr50 {
    margin-right: 50px !important;
  }
  .u-sp_mr55 {
    margin-right: 55px !important;
  }
  .u-sp_mr60 {
    margin-right: 60px !important;
  }
  .u-sp_mr65 {
    margin-right: 65px !important;
  }
  .u-sp_mr70 {
    margin-right: 70px !important;
  }
  .u-sp_mr75 {
    margin-right: 75px !important;
  }
  .u-sp_mr80 {
    margin-right: 80px !important;
  }
  .u-sp_mr85 {
    margin-right: 85px !important;
  }
  .u-sp_mr90 {
    margin-right: 90px !important;
  }
  .u-sp_mr95 {
    margin-right: 95px !important;
  }
  .u-sp_mr100 {
    margin-right: 100px !important;
  }
  .u-sp_mb00 {
    margin-bottom: 0 !important;
  }
  .u-sp_mb05 {
    margin-bottom: 5px !important;
  }
  .u-sp_mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp_mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp_mb18 {
    margin-bottom: 18px !important;
  }
  .u-sp_mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp_mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp_mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp_mb32 {
    margin-bottom: 32px !important;
  }
  .u-sp_mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp_mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp_mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp_mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp_mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp_mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp_mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp_mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp_mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp_mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp_mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp_mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp_mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp_mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp_ml00 {
    margin-left: 0 !important;
  }
  .u-sp_ml05 {
    margin-left: 5px !important;
  }
  .u-sp_ml10 {
    margin-left: 10px !important;
  }
  .u-sp_ml15 {
    margin-left: 15px !important;
  }
  .u-sp_ml18 {
    margin-left: 18px !important;
  }
  .u-sp_ml20 {
    margin-left: 20px !important;
  }
  .u-sp_ml25 {
    margin-left: 25px !important;
  }
  .u-sp_ml30 {
    margin-left: 30px !important;
  }
  .u-sp_ml35 {
    margin-left: 35px !important;
  }
  .u-sp_ml40 {
    margin-left: 40px !important;
  }
  .u-sp_ml45 {
    margin-left: 45px !important;
  }
  .u-sp_ml50 {
    margin-left: 50px !important;
  }
  .u-sp_ml55 {
    margin-left: 55px !important;
  }
  .u-sp_ml60 {
    margin-left: 60px !important;
  }
  .u-sp_ml65 {
    margin-left: 65px !important;
  }
  .u-sp_ml70 {
    margin-left: 70px !important;
  }
  .u-sp_ml75 {
    margin-left: 75px !important;
  }
  .u-sp_ml80 {
    margin-left: 80px !important;
  }
  .u-sp_ml85 {
    margin-left: 85px !important;
  }
  .u-sp_ml90 {
    margin-left: 90px !important;
  }
  .u-sp_ml95 {
    margin-left: 95px !important;
  }
  .u-sp_ml100 {
    margin-left: 100px !important;
  }
  .u-sp_minus_mt01 {
    margin-top: -1px !important;
  }
  .u-sp_minus_mt02 {
    margin-top: -2px !important;
  }
  .u-sp_minus_mt03 {
    margin-top: -3px !important;
  }
  .u-sp_minus_mt04 {
    margin-top: -4px !important;
  }
  .u-sp_minus_mt05 {
    margin-top: -5px !important;
  }
  .u-sp_minus_mt06 {
    margin-top: -6px !important;
  }
  .u-sp_minus_mt07 {
    margin-top: -7px !important;
  }
  .u-sp_minus_mt08 {
    margin-top: -8px !important;
  }
  .u-sp_minus_mt09 {
    margin-top: -9px !important;
  }
  .u-sp_minus_mt10 {
    margin-top: -10px !important;
  }
  .u-sp_minus_mt11 {
    margin-top: -11px !important;
  }
  .u-sp_minus_mt12 {
    margin-top: -12px !important;
  }
  .u-sp_minus_mt13 {
    margin-top: -13px !important;
  }
  .u-sp_minus_mt14 {
    margin-top: -14px !important;
  }
  .u-sp_minus_mt15 {
    margin-top: -15px !important;
  }
  .u-sp_minus_mt16 {
    margin-top: -16px !important;
  }
  .u-sp_minus_mt17 {
    margin-top: -17px !important;
  }
  .u-sp_minus_mt18 {
    margin-top: -18px !important;
  }
  .u-sp_minus_mt19 {
    margin-top: -19px !important;
  }
  .u-sp_minus_mt20 {
    margin-top: -20px !important;
  }
  .u-sp_minus_mt21 {
    margin-top: -21px !important;
  }
  .u-sp_minus_mt22 {
    margin-top: -22px !important;
  }
  .u-sp_minus_mt23 {
    margin-top: -23px !important;
  }
  .u-sp_minus_mt24 {
    margin-top: -24px !important;
  }
  .u-sp_minus_mt25 {
    margin-top: -25px !important;
  }
  .u-sp_minus_mt26 {
    margin-top: -26px !important;
  }
  .u-sp_minus_mt27 {
    margin-top: -27px !important;
  }
  .u-sp_minus_mt28 {
    margin-top: -28px !important;
  }
  .u-sp_minus_mt29 {
    margin-top: -29px !important;
  }
  .u-sp_minus_mt30 {
    margin-top: -30px !important;
  }
  .u-sp_minus_mt31 {
    margin-top: -31px !important;
  }
  .u-sp_minus_mt32 {
    margin-top: -32px !important;
  }
  .u-sp_minus_mt33 {
    margin-top: -33px !important;
  }
  .u-sp_minus_mt34 {
    margin-top: -34px !important;
  }
  .u-sp_minus_mt35 {
    margin-top: -35px !important;
  }
  .u-sp_minus_mt36 {
    margin-top: -36px !important;
  }
  .u-sp_minus_mt37 {
    margin-top: -37px !important;
  }
  .u-sp_minus_mt38 {
    margin-top: -38px !important;
  }
  .u-sp_minus_mt39 {
    margin-top: -39px !important;
  }
  .u-sp_minus_mt40 {
    margin-top: -40px !important;
  }
  /* width variation */
  .u-sp_wid200,
  .u-sp_wid250,
  .u-sp_wid300,
  .u-sp_wid350,
  .u-sp_wid400,
  .u-sp_wid450,
  .u-sp_wid500,
  .u-sp_wid550,
  .u-sp_wid600,
  .u-sp_wid650,
  .u-sp_wid700,
  .u-sp_wid750,
  .u-sp_wid800,
  .u-sp_wid850,
  .u-sp_wid900,
  .u-sp_wid950,
  .u-sp_wid1000,
  .u-sp_wid1050,
  .u-sp_wid1100,
  .u-sp_wid1150,
  .u-sp_wid1200 {
    width: auto !important;
  }
  /* font variation */
  .u-sp_f10 {
    font-size: 0.625rem !important;
  }
  .u-sp_f11 {
    font-size: 0.6875rem !important;
  }
  .u-sp_f12 {
    font-size: 0.75rem !important;
  }
  .u-sp_f13 {
    font-size: 0.8125rem !important;
  }
  .u-sp_f14 {
    font-size: 0.875rem !important;
  }
  .u-sp_f15 {
    font-size: 0.9375rem !important;
  }
  .u-sp_f16 {
    font-size: 1rem !important;
  }
  .u-sp_f17 {
    font-size: 1.0625rem !important;
  }
  .u-sp_f18 {
    font-size: 1.125rem !important;
  }
  .u-sp_f19 {
    font-size: 1.1875rem !important;
  }
  .u-sp_f20 {
    font-size: 1.25rem !important;
  }
  .u-sp_f21 {
    font-size: 1.3125rem !important;
  }
  .u-sp_f22 {
    font-size: 1.375rem !important;
  }
  .u-sp_f23 {
    font-size: 1.4375rem !important;
  }
  .u-sp_f24 {
    font-size: 1.5rem !important;
  }
  .u-sp_f25 {
    font-size: 1.5625rem !important;
  }
  .u-sp_f26 {
    font-size: 1.625rem !important;
  }
  .u-sp_f27 {
    font-size: 1.6875rem !important;
  }
  .u-sp_f28 {
    font-size: 1.75rem !important;
  }
  .u-sp_f29 {
    font-size: 1.8125rem !important;
  }
  .u-sp_f30 {
    font-size: 1.875rem !important;
  }
  /* box option */
  .u-sp_m_center {
    margin: 0 auto;
  }
  /* font-weight option */
  .u-sp_fw_bold {
    font-weight: bold !important;
  }
  .u-sp_fw_normal {
    font-weight: normal !important;
  }
  /* display option */
  .u-sp_display {
    display: block !important;
  }
  .u-pc_display {
    display: none !important;
  }
  .u-sp_display_ib {
    display: inline-block !important;
  }
  .u-pc_display_ib {
    display: none !important;
  }
  /* text option */
  .u-sp_ta_left {
    text-align: left !important;
  }
  .u-sp_ta_right {
    text-align: right !important;
  }
  .u-sp_ta_center {
    text-align: center !important;
  }
  .u-sp_ta_justify {
    text-align: justify !important;
  }
  .u-sp_lh_flat {
    line-height: 1 !important;
  }
  /* float option */
  .u-sp_fl_left {
    float: left !important;
  }
  .u-sp_fl_right {
    float: right !important;
  }
  .u-sp_fl_none {
    float: none !important;
  }
  /* border opiton */
  .u-sp_bd_t_none {
    border-top: none !important;
  }
  .u-sp_bd_r_none {
    border-right: none !important;
  }
  .u-sp_bd_b_none {
    border-bottom: none !important;
  }
  .u-sp_bd_l_none {
    border-left: none !important;
  }
  /* flexbox opiton */
  .u-sp_content_flex {
    display: flex;
  }
  .u-sp_content_flex_spbw {
    display: flex;
    justify-content: space-between;
  }
  .u-sp_content_flex_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .u-sp_content_flex_wrap_spbw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .u-sp_content_flex_column {
    display: flex;
    flex-direction: column;
  }
  .u-sp_align_items_center {
    align-items: center;
  }
  .u-sp_flex_order_m1 {
    order: -1;
  }
  .u-sp_flex_order_p1 {
    order: 1;
  }
}/*# sourceMappingURL=_maps/style.css.map */
