@charset "UTF-8";
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*foundation*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  html, body, div, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video, input, textarea {
    font-size: 12px;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Hiragino Sans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #171969;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  text-decoration: none;
  vertical-align: top;
  font-size: 0px;
}

article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  box-sizing: border-box;
  outline: none;
}

p {
  color: #171969;
  font-size: 18px;
}
@media (max-width: 599px) {
  p {
    font-size: 15px;
  }
}

main {
  overflow: hidden;
}

button {
  outline: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
}

button:focus {
  outline: none;
}

/*library*/
/*layout*/
/* container */
.l-container {
  width: 1230px;
  padding: 0 15px;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1230px) {
  .l-container {
    width: 100%;
  }
}
.l-container--narrow {
  max-width: 960px;
}
.l-container--mx910 {
  max-width: 910px;
}
.l-container--health {
  max-width: 1030px;
}
@media (max-width: 599px) {
  .l-container--health {
    padding-left: 6.9vw;
    padding-right: 6.9vw;
  }
}

/* header */
@media (max-width: 820px) {
  .l-header {
    position: relative;
  }
}
.l-header__top {
  background-color: #F9F7E9;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 8px solid #171969;
}
@media (max-width: 820px) {
  .l-header__top {
    padding-top: 7px;
    border-bottom-width: 4px;
  }
}
.l-header__top .l-container {
  display: flex;
  align-items: flex-end;
  position: static;
}
@media (max-width: 820px) {
  .l-header__top .l-container {
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__top__tabs {
  margin-left: auto;
  display: grid;
  grid-template-columns: 184px 163px 137px;
  gap: 5px;
}
@media (max-width: 820px) {
  .l-header__top__tabs {
    position: absolute;
    top: 100%;
    right: 10px;
    display: flex;
  }
}
.l-header__top__tabs__tab {
  color: #fff;
  background-color: #171969;
  text-align: right;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.1;
  padding: 20px 30px 10px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: background-color 200ms ease;
  position: relative;
  align-self: end;
}
@media (max-width: 820px) {
  .l-header__top__tabs__tab {
    font-size: 12px;
    border-radius: 0 0 8px 8px;
    padding: 10px 20px 5px 10px;
    align-self: start;
  }
}
.l-header__top__tabs__tab:hover {
  background-color: #121454;
}
.l-header__top__tabs__tab::after {
  content: "";
  width: 9px;
  height: 15px;
  position: absolute;
  right: 16px;
  bottom: 10px;
  background: url(../img/common/icon-chevron-right.svg) no-repeat center/contain;
  display: block;
}
@media (max-width: 820px) {
  .l-header__top__tabs__tab::after {
    right: 8px;
    bottom: 5px;
    width: 6px;
    height: 12px;
  }
}
.l-header__top__tabs__tab--orange {
  background-color: #DF6E23;
}
.l-header__top__tabs__tab--orange:hover {
  background-color: #cb631e;
}
.l-header__top__tabs__tab--white-blue-border {
  color: #171969;
  background-color: #fff;
  border-top: 2.5px solid #171969;
  border-left: 2.5px solid #171969;
  border-right: 2.5px solid #171969;
  padding: 10px 38px 10px 26px;
}
@media (max-width: 820px) {
  .l-header__top__tabs__tab--white-blue-border {
    border-top: none;
    border-bottom: 2.5px solid #171969;
    padding: 5px 24px 5px 18px;
  }
}
.l-header__top__tabs__tab--white-blue-border img {
  width: 110px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 820px) {
  .l-header__top__tabs__tab--white-blue-border img {
    width: 70px;
    height: auto;
  }
}
.l-header__top__tabs__tab--white-blue-border::after {
  background: url(../img/common/icon-chevron-right-blue.svg) no-repeat center/contain;
  bottom: 50%;
  transform: translateY(50%);
  width: 12px;
  height: 23px;
  right: 21px;
}
@media (max-width: 820px) {
  .l-header__top__tabs__tab--white-blue-border::after {
    right: 10px;
    width: 8px;
    height: 14px;
  }
}
.l-header__top__tabs__tab--white-blue-border:hover {
  background-color: #f2f2f2;
}
.l-header__menu {
  display: none;
}
@media (max-width: 820px) {
  .l-header__menu {
    display: block;
  }
}
.l-header__logo {
  padding-bottom: 10px;
}
@media (max-width: 820px) {
  .l-header__logo {
    padding-bottom: 2px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 349px;
  height: auto;
}
@media (max-width: 820px) {
  .l-header__logo img {
    width: 217px;
  }
}

/* footer */
.l-footer__top {
  background-color: #171969;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 820px) {
  .l-footer__top {
    padding: 15px 0;
  }
}
.l-footer__top .l-container {
  display: flex;
  align-items: center;
}
.l-footer__bottom {
  padding: 15px 0;
}
.l-footer__bottom .l-container {
  text-align: center;
}
.l-footer__logo {
  display: block;
  width: 267px;
  flex: 0 0 267px;
  margin-right: 80px;
}
@media (max-width: 820px) {
  .l-footer__logo {
    display: none;
  }
}
.l-footer__nav {
  display: flex;
  width: calc(100% - 347px);
}
@media (max-width: 820px) {
  .l-footer__nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__nav__link {
  width: 25%;
  flex: 1 0 25%;
  text-align: center;
  border-right: 1px solid #fff;
}
@media (max-width: 599px) {
  .l-footer__nav__link {
    width: auto;
    flex: 0 0 auto;
    line-height: 1.1;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.l-footer__nav__link:first-child {
  border-left: 1px solid #fff;
}
@media (max-width: 415px) {
  .l-footer__nav__link:nth-child(3) {
    border-left: 1px solid #fff;
  }
}
.l-footer__nav__link a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width: 599px) {
  .l-footer__nav__link a {
    white-space: nowrap;
    font-size: 13px;
    line-height: 1;
    padding: 0 15px;
  }
}
.l-footer__nav__link:nth-child(3) a, .l-footer__nav__link:nth-child(4) a {
  letter-spacing: 0.05em;
}
.l-footer__copy {
  color: #5E5F5F;
  font-size: 14px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Hiragino Sans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 599px) {
  .l-footer__copy {
    font-size: 13px;
  }
}

.l-pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
  z-index: 100;
}
@media (max-width: 820px) {
  .l-pagetop {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 820px) {
  .l-pagetop img {
    width: 45px;
    height: auto;
  }
}

/*atoms*/
.a-heading-icon {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 155px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 47px;
  letter-spacing: 0em;
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 120px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 3px solid #171969;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEklEQVR42mMUl8z8zwAEjDAGACA1AzNKGvt0AAAAAElFTkSuQmCC), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVR42mMUl8z8zwAFjDg5AGxFBMx80uK3AAAAAElFTkSuQmCC);
  background-repeat: repeat-x, no-repeat;
  background-position: left bottom 6px, right top;
  background-size: auto, calc(100% - 100px) 3px;
}
@media screen and (max-width: 900px) {
  .a-heading-icon {
    margin-top: 70px;
    font-size: 35px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 100px;
  }
}
@media (max-width: 599px) {
  .a-heading-icon {
    background-size: 0.213vw 0.213vw, calc(100% - 13vw) 0.316vw;
    background-position: left bottom 0.5vw, right top;
    font-size: 5.1vw;
    border-bottom-width: 0.316vw;
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
    padding-left: 13vw;
    margin-top: 20vw;
  }
}
.a-heading-icon__icon {
  width: 107px;
  height: 104px;
  display: block;
  position: absolute;
  left: 38px;
  top: -20px;
}
@media screen and (max-width: 900px) {
  .a-heading-icon__icon {
    left: 0;
  }
}
@media (max-width: 599px) {
  .a-heading-icon__icon {
    width: 10.933vw;
    height: 10.61vw;
    left: 3.7vw;
    top: -2.1vw;
  }
}

.a-heading-cube {
  width: 602px;
  height: 94px;
  background: url(../img/common/heading-prism.svg) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #171969;
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 16px;
  padding-left: 21px;
}
@media (max-width: 599px) {
  .a-heading-cube {
    width: 59vw;
    height: 9.3vw;
    padding-top: 1.5vw;
    padding-left: 2.3vw;
    font-size: 4.1832vw;
  }
}
@media (max-width: 599px) {
  .a-heading-cube--sp-full {
    width: 85vw;
    height: 14.8vw;
    font-size: 5.9vw;
    padding-top: 2.6vw;
  }
}

.a-heading-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
  display: block;
}
@media (max-width: 599px) {
  .a-heading-text {
    margin-top: 1.25em;
  }
}
.a-heading-text--underline {
  border-bottom: 2px solid #171969;
  padding-bottom: 3px;
}

h2.a-heading-text {
  font-size: 54px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media (max-width: 820px) {
  h2.a-heading-text {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  h2.a-heading-text {
    font-size: 24px;
  }
}

h3.a-heading-text {
  font-size: 35px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media (max-width: 820px) {
  h3.a-heading-text {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  h3.a-heading-text {
    font-size: 20px;
    margin-top: 1.6em;
  }
}

.a-heading-guide {
  background-color: #FFECA7;
  padding: 7px 10.5px;
  display: flex;
  margin-top: 85px;
}
@media (max-width: 599px) {
  .a-heading-guide {
    padding: 5px 10px;
    margin-top: 48px;
  }
}
.a-heading-guide__num {
  color: #fff;
  background-color: #0F126B;
  width: 38px;
  height: 38px;
  display: flex;
  font-size: 21px;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  margin-right: 14px;
}
@media (max-width: 599px) {
  .a-heading-guide__num {
    width: 28px;
    height: 28px;
    font-size: 16px;
    border-radius: 28px;
    margin-right: 6px;
  }
}
.a-heading-guide__text {
  color: #0F126B;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
@media (max-width: 599px) {
  .a-heading-guide__text {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}

.a-breadcrumb {
  font-weight: 500;
}
@media (max-width: 599px) {
  .a-breadcrumb {
    padding-top: 40px;
    background-color: #F5F5F5;
  }
}
.a-breadcrumb__ul {
  display: flex;
}
.a-breadcrumb__ul a {
  text-decoration: none;
  color: #171969;
}
.a-breadcrumb__ul li {
  margin-right: 5px;
  font-size: 18px;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .a-breadcrumb__ul li {
    font-size: 12px;
  }
}
.a-breadcrumb__ul li:not(:first-child) {
  list-style-type: "＞";
  list-style-position: outside;
  padding-left: 5px;
  margin-left: 18px;
}
@media (max-width: 599px) {
  .a-breadcrumb__ul li:not(:first-child) {
    margin-left: 15px;
  }
}

.o-top-explain__bottom__btn, .o-top-explain__top__btn, .a-button-arrow {
  background-color: #DF6E23;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding: 7px 45px 7px 27px;
  position: relative;
  text-decoration: none;
  transition: background-color 150ms ease;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-explain__bottom__btn, .o-top-explain__top__btn, .a-button-arrow {
    font-size: 17px;
    padding: 5px 32px 5px 20px;
  }
}
@media (max-width: 599px) {
  .o-top-explain__bottom__btn, .o-top-explain__top__btn, .a-button-arrow {
    border-width: 0.3125vw;
    padding: 1.55vw 8vw 1.3vw 5vw;
    font-size: 3.9vw;
  }
}
.o-top-explain__bottom__btn:hover, .o-top-explain__top__btn:hover, .a-button-arrow:hover {
  background-color: #cb631e;
}
.o-top-explain__bottom__btn::after, .o-top-explain__top__btn::after, .a-button-arrow::after {
  content: "";
  width: 10px;
  height: 19px;
  background: url(../img/common/icon-chevron-right.svg) no-repeat center/contain;
  position: absolute;
  display: block;
  top: 6px;
  right: 23px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-explain__bottom__btn::after, .o-top-explain__top__btn::after, .a-button-arrow::after {
    width: 8px;
    height: 16px;
    right: 17px;
  }
}
@media (max-width: 599px) {
  .o-top-explain__bottom__btn::after, .o-top-explain__top__btn::after, .a-button-arrow::after {
    top: 1.4vw;
    right: 4vw;
    width: 2.1vw;
    height: 4.1vw;
  }
}

.a-button {
  font-size: 16px;
  text-decoration: none;
  color: #171969;
  border: 1px solid #171969;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.7em 3.2em;
  line-height: 1.1;
  border-radius: 1.5em;
}
@media (max-width: 820px) {
  .a-button {
    padding: 0.7em 2.8em;
    letter-spacing: 0.07em;
  }
}
@media (max-width: 599px) {
  .a-button {
    letter-spacing: 0.03em;
    padding: 0.4em 1.8em;
  }
}
.a-button--big {
  border-width: 2px;
  font-size: 24px;
}
@media (max-width: 820px) {
  .a-button--big {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .a-button--big {
    border-width: 1.5px;
    font-size: 15px;
  }
}

.a-button-arrow {
  font-size: 16px;
  padding: 6px 32px 6px 19px;
  border-radius: 1.5em;
}
@media (max-width: 599px) {
  .a-button-arrow {
    font-size: 15px;
    letter-spacing: -0.1em;
  }
}
.a-button-arrow--blue {
  color: #171969;
  border-color: #171969;
  background-color: #fff;
}
.a-button-arrow--blue:hover {
  color: #171969;
  border-color: #171969;
  background-color: #f5f5f5;
}
.a-button-arrow--blue::after {
  width: 0.5em;
  height: 1em;
  background-image: url(../img/common/icon-chevron-right-blue.svg);
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

/*molecules*/
.m-table-dl {
  border-top: 1px solid #171969;
}
.m-table-dl--mx910 {
  max-width: 910px;
}
.m-table-dl__dl {
  padding: 13px 0;
  border-bottom: 1px solid #171969;
  display: flex;
}
@media (max-width: 599px) {
  .m-table-dl__dl {
    padding: 5px 0;
  }
}
.m-table-dl__dt, .m-table-dl__dd {
  font-size: 22px;
  padding: 22px 30px;
}
@media (max-width: 599px) {
  .m-table-dl__dt, .m-table-dl__dd {
    font-size: 15px;
    padding: 4px 23px;
    padding-right: 15px;
  }
}
.m-table-dl__dt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #171969;
}
@media (max-width: 599px) {
  .m-table-dl__dt {
    font-size: 13px;
    padding-left: 0;
    padding-right: 5px;
  }
}
.m-table-dl--dt180w .m-table-dl__dt {
  flex: 0 0 200px;
}
@media (max-width: 599px) {
  .m-table-dl--dt180w .m-table-dl__dt {
    flex-basis: 89px;
  }
}

.m-table-rounded {
  border: 2px solid #171969;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
}
@media (max-width: 599px) {
  .m-table-rounded {
    border-width: 1.5px;
    border-radius: 5px;
  }
}
.m-table-rounded table {
  width: 100%;
}
.m-table-rounded td {
  color: #000;
  padding: 8px;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .m-table-rounded td {
    font-size: 13px;
    padding: 4px 5px;
  }
}
.m-table-rounded td small {
  font-size: 0.75em;
  font-weight: 500;
}
.m-table-rounded th {
  background-color: #E4E0DB;
  font-weight: 500;
  font-size: 22px;
  padding: 8px;
}
@media (max-width: 599px) {
  .m-table-rounded th {
    font-size: 13px;
    padding: 4px 5px;
  }
}
.m-table-rounded tr:not(:last-child) td, .m-table-rounded tr:not(:last-child) th {
  border-bottom: 1px solid #171969;
}
.m-table-rounded__cell--no-border-bottom {
  border-bottom: none !important;
}

.m-gradeh {
  position: relative;
  padding-bottom: 150px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .m-gradeh {
    padding-bottom: 17.073vw;
  }
}
@media (max-width: 599px) {
  .m-gradeh {
    padding-bottom: 9.067vw;
    margin-top: 6.7vw;
  }
}
@media (min-width: 600px) {
  .m-gradeh--2 {
    padding-bottom: 160px;
  }
  .m-gradeh--2 .m-gradeh__pattern {
    bottom: -17px;
  }
}
.m-gradeh__pattern {
  width: 100%;
  height: 436px;
  overflow: hidden;
  position: absolute;
  bottom: -44px;
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 820px) {
  .m-gradeh__pattern {
    height: 53.17vw;
    bottom: -5.37vw;
  }
}
@media (max-width: 599px) {
  .m-gradeh__pattern {
    height: 53.33vw;
    bottom: -6.133vw;
  }
}
.m-gradeh__pattern__img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.m-gradeh__pattern__img img {
  width: 3000px;
  height: 460px;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-1500px);
}
@media (min-width: 600px) and (max-width: 820px) {
  .m-gradeh__pattern__img img {
    width: 365.85vw;
    height: 56.1vw;
    transform: translate(-182.93vw);
  }
}
@media (max-width: 599px) {
  .m-gradeh__pattern__img img {
    width: 266.67vw;
    height: 53.33vw;
    transform: translate(-133.33vw);
  }
}
.m-gradeh__title {
  font-size: 57px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 45px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .m-gradeh__title {
    font-size: 6.463vw;
    margin-top: 2.93vw;
    margin-right: 2.44vw;
  }
}
@media (max-width: 599px) {
  .m-gradeh__title {
    font-size: 5.333vw;
    margin-top: 7.6vw;
    margin-right: 3.8vw;
  }
}
.m-gradeh__seal {
  width: 172px;
  height: 190px;
  margin-right: 214px;
}
@media screen and (max-width: 1150px) {
  .m-gradeh__seal {
    margin-right: 8.7vw;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .m-gradeh__seal {
    width: 15.853vw;
    height: 17.561vw;
  }
}
@media (max-width: 599px) {
  .m-gradeh__seal {
    margin-right: 2.3vw;
    width: 24.75vw;
    height: 27.429vw;
  }
}
.m-gradeh .l-container {
  display: flex;
  justify-content: flex-end;
}

.m-sitemap {
  margin-top: 97px;
  margin-bottom: 97px;
}
@media (max-width: 599px) {
  .m-sitemap {
    margin-top: 37px;
    margin-bottom: 75px;
  }
}
.m-sitemap__link {
  border-bottom: 1px solid #8B8CB4;
  padding-left: 15px;
  padding-bottom: 20px;
}
@media (max-width: 599px) {
  .m-sitemap__link {
    padding-left: 12px;
    padding-bottom: 12px;
  }
}
.m-sitemap__link a {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #171969;
  text-decoration: none;
}
@media (max-width: 599px) {
  .m-sitemap__link a {
    font-size: 17px;
  }
}
.m-sitemap__link a::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/sitemap/sitemap-icon.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .m-sitemap__link a::before {
    width: 22px;
    height: 22px;
    margin-right: 17px;
  }
}
.m-sitemap__link + .m-sitemap__link {
  margin-top: 23px;
}

.m-box-open, .o-example-work {
  width: 100%;
  position: relative;
  max-width: 915px;
  border: 2.5px solid #171969;
  box-sizing: border-box;
  padding: 35px;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .m-box-open, .o-example-work {
    border-width: 0.4vw;
    margin-top: 30px;
    padding: 13vw 4vw 13vw;
  }
}
.m-box-open__title, .o-example-work__title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 28px;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%);
  letter-spacing: 0.03em;
  line-height: 1;
  width: 63%;
}
@media (max-width: 820px) {
  .m-box-open__title, .o-example-work__title {
    font-size: 26px;
    width: 80vw;
    letter-spacing: 0;
  }
}
@media (max-width: 599px) {
  .m-box-open__title, .o-example-work__title {
    font-size: 5vw;
    padding: 0 2vw;
    width: 82vw;
    top: -2.9333vw;
    letter-spacing: -0.08em;
  }
}
.m-box-open__title::before, .o-example-work__title::before, .m-box-open__title::after, .o-example-work__title::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #171969;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .m-box-open__title::before, .o-example-work__title::before, .m-box-open__title::after, .o-example-work__title::after {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}
.m-box-open__title::before, .o-example-work__title::before {
  left: 0;
}
.m-box-open__title::after, .o-example-work__title::after {
  right: 0;
}

/*organisms*/
.o-top-banners {
  display: block;
  width: 700px;
  margin: 30px auto 0;
}
@media (max-width: 820px) {
  .o-top-banners {
    width: 100%;
    margin-top: 40px;
  }
}

.o-top-slider {
  width: 100%;
  overflow: visible;
}
.o-top-slider__slide {
  margin: 0;
  transition: transform 200ms ease;
  background-color: #333;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-slider__slide:not(.slick-active) {
    transform: scale(0.95);
  }
}
@media (min-width: 821px) {
  .o-top-slider__slide:not(.slick-active) {
    transform: scale(0.85);
  }
}
.o-top-slider__slide:not(.slick-active) img {
  opacity: 0.6;
}
.o-top-slider__slide img {
  transition: opacity 150ms linear;
}
.o-top-slider .slick-list {
  overflow: visible;
}
.o-top-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .o-top-slider .slick-dots {
    margin-top: 7px;
  }
}
.o-top-slider .slick-dots button {
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  border: 1px solid #999;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 599px) {
  .o-top-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}
.o-top-slider .slick-dots li {
  margin: 5px 15px;
}
@media (max-width: 599px) {
  .o-top-slider .slick-dots li {
    margin: 5px 9px;
  }
}
.o-top-slider .slick-dots li.slick-active button {
  border: none;
  background-color: #F4D744;
}

.o-top-nextcourse {
  border: 3px solid #171969;
  display: flex;
  margin-top: 20px;
  border-radius: 40px;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-nextcourse {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .o-top-nextcourse {
    display: none;
  }
}
.o-top-nextcourse__heading {
  color: #fff;
  background-color: #171969;
  padding: 7px 21px 7px 80px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  flex: 0 0 300px;
  display: flex;
  align-items: center;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-nextcourse__heading {
    font-size: 20px;
    padding: 7px 15px 7px 60px;
    flex-basis: 275px;
  }
}
.o-top-nextcourse__heading::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/top/nextcourse-calendar.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-nextcourse__heading::before {
    width: 24px;
    height: 24px;
    left: 17px;
  }
}
.o-top-nextcourse__content {
  color: #171969;
  padding: 7px 28px;
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-nextcourse__content {
    font-size: 20px;
    padding: 7px 15px;
  }
}
.o-top-nextcourse__button {
  background: url(../img/top/nextcourse-btn.svg) no-repeat center/contain;
  display: block;
  width: 32px;
  height: 32px;
  align-self: center;
  justify-self: flex-end;
  flex: 0 0 32px;
  margin-left: auto;
  margin-right: 18px;
}

.o-top-explain__top {
  background: url(../img/top/exp-bg01.svg) no-repeat center 78px/1900px auto, linear-gradient(180deg, transparent 50%, #FBECAA 50%);
  padding-bottom: 115px;
  padding-top: 102px;
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-top-explain__top {
    background-size: 157vw auto;
  }
}
@media (max-width: 599px) {
  .o-top-explain__top {
    padding-top: 5vw;
    background: url(../img/top/exp-bg01-sp.svg) no-repeat center 6.8vw/contain, linear-gradient(180deg, transparent 50%, #FBECAA 50%);
  }
}
.o-top-explain__top__content {
  display: flex;
  padding: 45px 100px 0 100px;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .o-top-explain__top__content {
    align-items: center;
  }
}
@media (min-width: 821px) and (max-width: 1230px) {
  .o-top-explain__top__content {
    padding-left: 7.3vw;
    padding-top: 40px;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-explain__top__content {
    padding: 3vw 15px 0 54px;
  }
}
@media (max-width: 599px) {
  .o-top-explain__top__content {
    padding: 0 0 2vw;
    flex-direction: column;
    gap: 4.2vw;
  }
}
.o-top-explain__top__content__text {
  flex: 0 0 504px;
}
@media (max-width: 599px) {
  .o-top-explain__top__content__text {
    flex-basis: auto;
  }
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-top-explain__top__content__text {
    flex: 0 0 43vw;
  }
}
.o-top-explain__top__content__text p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.09em;
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-top-explain__top__content__text p {
    font-size: 2vw;
  }
}
@media (max-width: 599px) {
  .o-top-explain__top__content__text p {
    font-size: 3.7vw;
    margin-left: 4vw;
    line-height: 1.8;
  }
}
.o-top-explain__top__content__pic {
  flex: 0 0 480px;
}
@media (max-width: 599px) {
  .o-top-explain__top__content__pic {
    flex-basis: auto;
    padding: 0 3.8vw;
  }
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-top-explain__top__content__pic {
    flex: 0 0 37vw;
  }
}
.o-top-explain__top__promo img {
  width: 645px;
  height: auto;
  margin: 41px auto 0;
  display: block;
}
@media (max-width: 599px) {
  .o-top-explain__top__promo img {
    width: 85vw;
    height: auto;
    margin-top: 5.7vw;
  }
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-top-explain__top__promo img {
    margin-top: 3.5vw;
    width: 53vw;
    height: auto;
  }
}
.o-top-explain__top__promo .o-top-explain__top__btn {
  border-width: 3px;
  border-color: #ccc;
  font-size: 30px;
  padding: 10.5px 63px 10.5px 41px;
  margin-right: 0;
  margin-top: 45px;
  border-radius: 27px;
}
@media (max-width: 599px) {
  .o-top-explain__top__promo .o-top-explain__top__btn {
    font-size: 4vw;
    padding: 1.5vw 8.2vw 1.5vw 5.4vw;
    margin-top: 4.3vw;
    letter-spacing: 0;
    border-width: 0.4vw;
  }
}
.o-top-explain__top__promo .o-top-explain__top__btn::after {
  width: 15px;
  height: 36px;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .o-top-explain__top__promo .o-top-explain__top__btn::after {
    width: 2.5vw;
    height: 4vw;
    right: 4.1vw;
  }
}
.o-top-explain__top__btn {
  border-radius: 20px;
  font-size: 20px;
  margin-right: 50px;
  margin-top: 27px;
  padding: 7px 45px 7px 27px;
  position: relative;
  text-decoration: none;
  transition: background-color 150ms ease;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-explain__top__btn {
    margin-right: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .o-top-explain__top__btn {
    margin-top: 12vw;
    margin-right: 2.5vw;
  }
}
.o-top-explain__bottom {
  background-color: #FBECAA;
  padding-bottom: 85px;
}
@media (max-width: 820px) {
  .o-top-explain__bottom {
    padding-bottom: 30px;
  }
}
.o-top-explain__bottom__title {
  width: 82vw;
  height: auto;
  position: relative;
  left: -2vw;
}
@media (min-width: 600px) {
  .o-top-explain__bottom__title {
    display: none;
  }
}
.o-top-explain__bottom__img {
  width: 70vw;
  height: auto;
  margin-left: 10vw;
  position: relative;
  z-index: 2;
  top: -10vw;
}
@media (min-width: 600px) {
  .o-top-explain__bottom__img {
    display: none;
  }
}
.o-top-explain__bottom__graph {
  position: relative;
  width: 100%;
  height: 56vw;
  background: url(../img/top/exp-img02.png) no-repeat center/contain;
  display: block;
  top: -5px;
}
@media (min-width: 1231px) {
  .o-top-explain__bottom__graph {
    width: 100%;
    height: 682px;
  }
}
@media (max-width: 599px) {
  .o-top-explain__bottom__graph {
    background-image: url(../img/top/exp-img02-sp.png);
    top: 0;
    height: 143.6vw;
  }
}
.o-top-explain__bottom__btn {
  color: #171969;
  border-color: #171969;
  background-color: #fff;
  font-size: 1.3vw;
  padding: 0.447vw 2.6vw 0.447vw 1.46vw;
  border-radius: 1.5em;
  position: absolute;
  right: 2.5vw;
  border-width: 0.162vw;
}
@media (max-width: 599px) {
  .o-top-explain__bottom__btn {
    font-size: 3.1vw;
    border-width: 0.26vw;
    padding: 0.647vw 5.6vw 0.647vw 3.2vw;
    letter-spacing: -0.2em;
    right: 4.7vw;
  }
}
@media (min-width: 1231px) {
  .o-top-explain__bottom__btn {
    font-size: 18px;
    padding: 5.5px 32px 5.5px 18px;
    right: 42px;
    border-width: 2px;
  }
}
.o-top-explain__bottom__btn:hover {
  background-color: #f5f5f5;
}
.o-top-explain__bottom__btn::after {
  width: 0.73vw;
  height: 1.46vw;
  background-image: url(../img/common/icon-chevron-right-blue.svg);
  top: 0.4vw;
  right: 1.545vw;
}
@media (max-width: 599px) {
  .o-top-explain__bottom__btn::after {
    top: 1vw;
    right: 2.545vw;
    width: 2vw;
    height: 2.55vw;
  }
}
@media (min-width: 1231px) {
  .o-top-explain__bottom__btn::after {
    top: 6px;
    right: 19px;
    width: 9px;
    height: 18px;
  }
}
.o-top-explain__bottom__btn:nth-child(1) {
  top: 23.3vw;
}
@media (max-width: 599px) {
  .o-top-explain__bottom__btn:nth-child(1) {
    top: 60.8vw;
  }
}
@media (min-width: 1231px) {
  .o-top-explain__bottom__btn:nth-child(1) {
    top: 283px;
  }
}
.o-top-explain__bottom__btn:nth-child(2) {
  top: 37.6vw;
}
@media (max-width: 599px) {
  .o-top-explain__bottom__btn:nth-child(2) {
    top: 98.9vw;
  }
}
@media (min-width: 1231px) {
  .o-top-explain__bottom__btn:nth-child(2) {
    top: 458px;
  }
}
.o-top-explain__bottom__btn:nth-child(3) {
  top: 51.9vw;
}
@media (max-width: 599px) {
  .o-top-explain__bottom__btn:nth-child(3) {
    top: 137vw;
  }
}
@media (min-width: 1231px) {
  .o-top-explain__bottom__btn:nth-child(3) {
    top: 632px;
  }
}
.o-top-explain__bottom__btn--disabled {
  pointer-events: none;
  color: #5a5a5a;
  border-color: #5a5a5a;
  background-color: #d7d7d7;
  padding: 0.447vw 2.6vw 0.447vw 2.6vw;
}
@media (max-width: 599px) {
  .o-top-explain__bottom__btn--disabled {
    padding: 0.647vw 5.6vw 0.647vw 5.6vw;
  }
}
@media (min-width: 1231px) {
  .o-top-explain__bottom__btn--disabled {
    padding: 5.5px 32px 5.5px 32px;
  }
}
.o-top-explain__bottom__btn--disabled:hover {
  background-color: #d7d7d7;
}
.o-top-explain__bottom__btn--disabled::after {
  display: none;
}

.o-top-info {
  background-color: #f9f7ea;
  padding: 60px 0 90px;
}
@media (max-width: 1230px) {
  .o-top-info {
    padding: 40px 0;
  }
}
.o-top-info__body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .o-top-info__body {
    display: block;
  }
}

.o-top-health {
  background-color: #eff6ff;
  padding: 70px 0 65px;
}
@media (max-width: 599px) {
  .o-top-health {
    padding: 18vw 0 21vw;
  }
}
.o-top-health__body {
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .o-top-health__body {
    display: block;
  }
}
.o-top-health__link {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 664px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-health__link {
    width: 80vw;
  }
}
@media (max-width: 599px) {
  .o-top-health__link {
    width: 84vw;
  }
}

.o-top-news {
  width: 550px;
}
@media (min-width: 821px) and (max-width: 1230px) {
  .o-top-news {
    width: 48.5%;
  }
}
@media (max-width: 820px) {
  .o-top-news {
    width: 100%;
    margin-bottom: 40px;
  }
}
.o-top-news__title {
  margin-bottom: 2px;
}
@media (max-width: 1230px) {
  .o-top-news__title-image {
    width: 80px;
    height: auto;
  }
}
.o-top-news__body {
  border: 2px solid #181969;
  border-bottom-width: 5px;
  border-right-width: 5px;
  padding: 25px 40px 80px;
  background: url(../img/top/icon_news.svg) #fff right 15px bottom 0 no-repeat;
  background-size: 43px 70px;
  position: relative;
}
@media (max-width: 820px) {
  .o-top-news__body {
    padding: 15px 15px 40px;
    background-size: 27px 44px;
    background-position: right 10px bottom 0;
  }
}
.o-top-news__body .a-button-arrow {
  position: absolute;
  bottom: 16px;
  right: 75px;
}
@media (max-width: 599px) {
  .o-top-news__body .a-button-arrow {
    transform: scale(0.8);
    bottom: 10px;
    right: 34px;
  }
}
.o-top-news__body .a-button-arrow::after {
  height: 16px;
  right: 14px;
}
.o-top-news__scroll {
  overflow: auto;
  height: 300px;
}
.o-top-news__link {
  font-size: 16px;
  display: block;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1230px) {
  .o-top-news__link {
    font-size: 12px;
  }
}
.o-top-news__link + .o-top-news__link {
  border-top: 1px solid #b7b7b7;
  padding-top: 15px;
  margin-top: 15px;
}
@media (max-width: 1230px) {
  .o-top-news__link + .o-top-news__link {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.o-top-news__link-tag {
  display: inline-block;
  color: #fff;
  width: 105px;
  background-color: #f18022;
  text-align: center;
  margin-left: 5px;
  font-size: 14px;
}
@media (max-width: 1230px) {
  .o-top-news__link-tag {
    width: 70px;
    font-size: 10px;
  }
}
.o-top-news__link-tag--green {
  background-color: #a5ca00;
}
.o-top-news__link-tag--gray {
  background-color: #999;
}
.o-top-news__readmore {
  display: none;
  justify-content: flex-end;
  margin-top: 15px;
  padding-right: 30px;
}
@media (max-width: 1230px) {
  .o-top-news__readmore {
    display: flex;
  }
}
.o-top-news__readmore-link {
  border-radius: 100px;
  color: #fff;
  padding: 2px 25px 2px 15px;
  background-color: #e06e22;
  text-decoration: none;
  position: relative;
  font-size: 12px;
}
.o-top-news__readmore-link:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 13px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon-chevron-right.svg) no-repeat center/contain;
  display: block;
}

.o-top-column {
  width: 600px;
}
@media (min-width: 821px) and (max-width: 1230px) {
  .o-top-column {
    width: 48.5%;
  }
}
@media (max-width: 820px) {
  .o-top-column {
    width: 100%;
  }
}
.o-top-column__title {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 1230px) {
  .o-top-column__title {
    text-align: center;
  }
}
@media (max-width: 1230px) {
  .o-top-column__title-image {
    width: 250px;
    height: auto;
  }
}
.o-top-column__body {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 599px) {
  .o-top-column__body {
    padding: 0 15px;
    display: block;
  }
}
.o-top-column__body .a-button-arrow {
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media (max-width: 599px) {
  .o-top-column__body .a-button-arrow {
    transform: scale(0.8);
    right: 0;
  }
}
.o-top-column__body .a-button-arrow::after {
  height: 16px;
  right: 14px;
}
.o-top-column__body__article {
  width: 295px;
  height: auto;
  margin-top: 10px;
  color: #3b3b3b;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #666;
  text-decoration: none;
  padding: 25px 34px 10px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 35px;
}
@media (min-width: 600px) {
  .o-top-column__body__article {
    min-height: 340px;
  }
}
@media (min-width: 821px) and (max-width: 1230px) {
  .o-top-column__body__article {
    width: 49%;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-top-column__body__article {
    width: 49%;
  }
}
@media (max-width: 599px) {
  .o-top-column__body__article {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .o-top-column__body__article {
    padding: 25px 28px 10px;
  }
}
.o-top-column__body__article::before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #FFE03C;
  border: 2px solid #666;
  width: 65px;
  height: 17px;
  top: -11px;
  transform: translate(-50%);
}
@media (max-width: 599px) {
  .o-top-column__body__article::before {
    width: 51px;
    height: 14px;
    top: -10px;
  }
}
.o-top-column__body__article__title {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 1.2;
}
.o-top-column__body__article__img {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .o-top-column__body__article__img {
    margin-top: 15px;
  }
}
.o-top-column__body__article__text {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 5px;
}
@media (max-width: 599px) {
  .o-top-column__body__article__text {
    font-size: 16px;
  }
}
.o-top-column__body__article__link {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-top: 19px;
}
.o-top-column__body__article__link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/column/column-arrow.svg) no-repeat center/contain;
  margin-left: 5px;
  display: block;
}
@media (max-width: 599px) {
  .o-top-column__body__article {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 35px;
  }
}
@media (max-width: 599px) {
  .o-top-column__body__article + .o-top-column__body__article {
    margin-top: 30px;
  }
}
.o-top-column__body__article__img {
  margin-top: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
.o-top-column__body__article__text {
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.o-top-column__body__article__link {
  margin-top: 15px;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  right: 18px;
}
.o-top-column__body-image {
  width: 295px;
  height: auto;
}
@media (max-width: 1230px) {
  .o-top-column__body-image {
    width: 49%;
  }
}
.o-top-column__sp-image {
  text-align: center;
  display: none;
  margin-top: 15px;
}
@media (max-width: 820px) {
  .o-top-column__sp-image {
    display: block;
  }
}

.o-top-voice {
  padding: 50px 0 150px;
}
@media (max-width: 1230px) {
  .o-top-voice {
    padding: 12vw 0 25vw;
  }
}
.o-top-voice__title {
  margin-bottom: 20px;
}
@media (max-width: 1230px) {
  .o-top-voice__title {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 1230px) {
  .o-top-voice__title-image {
    width: 255px;
    height: auto;
  }
}
.o-top-voice__links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .o-top-voice__links {
    display: block;
    padding: 0 50px;
  }
}
.o-top-voice__links-item {
  width: 375px;
  display: block;
}
@media (min-width: 821px) and (max-width: 1230px) {
  .o-top-voice__links-item {
    width: 32%;
  }
}
@media (max-width: 820px) {
  .o-top-voice__links-item {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .o-top-voice__links-item + .o-top-voice__links-item {
    margin-top: 20px;
  }
}

.o-sp-menu {
  background-color: #d6e8ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  padding: 15px;
  color: #fff;
  display: none;
}
@media (max-width: 820px) {
  .o-sp-menu.is-active {
    display: block;
  }
}
.o-sp-menu__contact {
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}
.o-sp-menu__button {
  display: block;
  padding: 20px 0 20px 35px;
  background-color: #fff;
  line-height: 1;
}
.o-sp-menu__button + .o-sp-menu__button {
  border-top: 1px solid #888;
}
.o-sp-menu__text-link {
  color: #fff;
  font-size: 14px;
}
.o-sp-menu__text-link + .o-sp-menu__text-link {
  margin-left: 30px;
}

.o-pc-menu {
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
}
@media (max-width: 820px) {
  .o-pc-menu {
    display: none;
  }
}
.o-pc-menu__link {
  width: 225px;
  text-align: center;
  border-left: 2px solid #8a8cb3;
  position: relative;
}
.o-pc-menu__link:last-child {
  border-right: 2px solid #8a8cb3;
}
.o-pc-menu__link:hover:before, .o-pc-menu__link.is-active:before {
  position: absolute;
  content: "";
  background-color: #f3d745;
  width: 190px;
  height: 5px;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}

.o-example-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin: 60px auto 0;
  max-width: 950px;
}
@media (max-width: 599px) {
  .o-example-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-top: 9vw;
    gap: 2vw;
  }
}
.o-example-grid__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .o-example-grid__item:first-child {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVR42mMUl8z8zwAFjDg5AGxFBMx80uK3AAAAAElFTkSuQmCC), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVR42mMUl8z8zwAFjDg5AGxFBMx80uK3AAAAAElFTkSuQmCC);
    background-position: bottom center, right bottom 14px;
    background-repeat: no-repeat, no-repeat;
    background-size: calc(100% - 30px) 3px, 3px calc(100% - 140px);
    padding: 0 27px 19px 0;
  }
  .o-example-grid__item:nth-child(2) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVR42mMUl8z8zwAFjDg5AGxFBMx80uK3AAAAAElFTkSuQmCC);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: calc(100% - 28px) 3px;
    padding: 0 0 19px 27px;
  }
  .o-example-grid__item:nth-child(2) .o-example-grid__item__circle {
    left: 28px;
  }
  .o-example-grid__item:nth-child(2) .o-example-grid__item__img {
    width: 271px;
  }
  .o-example-grid__item:nth-child(3) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVR42mMUl8z8zwAFjDg5AGxFBMx80uK3AAAAAElFTkSuQmCC);
    background-position: right top 14px;
    background-repeat: no-repeat;
    background-size: 3px calc(100% - 140px);
    padding: 19px 45px 0 0;
  }
  .o-example-grid__item:nth-child(3) .o-example-grid__item__circle {
    top: 36px;
  }
  .o-example-grid__item:nth-child(3) .o-example-grid__item__img {
    width: 221px;
    position: relative;
    top: -46px;
  }
  .o-example-grid__item:nth-child(4) {
    padding: 19px 0 0 27px;
  }
  .o-example-grid__item:nth-child(4) .o-example-grid__item__circle {
    top: 36px;
  }
  .o-example-grid__item:nth-child(4) .o-example-grid__item__img {
    width: 316px;
    margin-right: 20px;
  }
}
@media (max-width: 599px) {
  .o-example-grid__item {
    padding-left: 3vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
  }
  .o-example-grid__item:not(:last-child) {
    border-bottom: 1px solid #171969;
  }
  .o-example-grid__item:first-child .o-example-grid__item__img {
    width: 64.6vw;
  }
  .o-example-grid__item:nth-child(3) .o-example-grid__item__img {
    width: 46vw;
    margin-top: 2vw;
  }
  .o-example-grid__item:nth-child(4) .o-example-grid__item__img {
    width: 58vw;
    margin-top: 3vw;
    margin-right: -2vw;
  }
}
.o-example-grid__item__circle {
  width: 220px;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 10px;
}
@media (max-width: 599px) {
  .o-example-grid__item__circle {
    width: 38.5vw;
  }
}
.o-example-grid__item__title {
  margin-top: 73px;
  margin-left: 59px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0.13em;
}
@media (max-width: 599px) {
  .o-example-grid__item__title {
    margin-top: 14vw;
    margin-left: 11vw;
    font-size: 6.13vw;
  }
}
.o-example-grid__item p {
  margin-left: 59px;
  margin-top: 9px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .o-example-grid__item p {
    font-size: 3.733vw;
    margin-top: 1vw;
    margin-left: 11vw;
    line-height: 1.3;
  }
}
.o-example-grid__item__img {
  width: 330px;
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 599px) {
  .o-example-grid__item__img {
    width: 54vw;
  }
}

.o-example-work {
  margin: 66px auto 170px;
  padding: 35px;
}
@media (max-width: 599px) {
  .o-example-work {
    padding: 13vw 4vw 13vw;
    margin: 18.93333vw auto;
  }
}
.o-example-work__title {
  letter-spacing: 0.05em;
  width: 384px;
}
@media (max-width: 599px) {
  .o-example-work__title {
    width: 69vw;
  }
}
.o-example-work__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 599px) {
  .o-example-work__grid {
    grid-template-columns: 1fr;
  }
}
.o-example-work__grid__item__title {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #171969;
  height: 64px;
  border-radius: 64px;
  overflow: visible;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  margin-top: 185px;
}
@media (max-width: 599px) {
  .o-example-work__grid__item__title {
    padding-left: 28vw;
    padding-right: 5.333vw;
    margin-top: 8vw;
    height: 17.067vw;
    border-radius: 17.067vw;
  }
}
.o-example-work__grid__item__title__img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59%;
}
@media (min-width: 600px) {
  .o-example-work__grid__item__title__img {
    margin: 0 auto;
    bottom: 74px;
  }
}
@media (max-width: 599px) {
  .o-example-work__grid__item__title__img {
    width: 26vw;
    left: -1vw;
    bottom: -2vw;
  }
}
@media (min-width: 600px) {
  .o-example-work__grid__item__title__img--4 {
    width: 83%;
  }
}
@media (min-width: 600px) {
  .o-example-work__grid__item__title__img--5 {
    width: 87%;
    bottom: 55px;
  }
}
.o-example-work__grid__item__title__text {
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 820px) {
  .o-example-work__grid__item__title__text {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 599px) {
  .o-example-work__grid__item__title__text {
    font-size: 4.5333vw;
    text-align: left;
  }
}
.o-example-work__grid__item__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 820px) {
  .o-example-work__grid__item__text {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 599px) {
  .o-example-work__grid__item__text {
    font-size: 4.5vw;
    margin-top: 3vw;
    letter-spacing: 0.05em;
  }
}

.o-schedule-box {
  position: relative;
  border: 13px solid #171969;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 140px;
}
@media (max-width: 599px) {
  .o-schedule-box {
    padding: 4.8vw;
    margin-top: 24vw;
    border-width: 1.867vw;
  }
}
.o-schedule-box__title {
  background-color: #fff;
  padding: 0 95px;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 1020px) {
  .o-schedule-box__title {
    padding: 0 40px;
  }
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-schedule-box__title {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .o-schedule-box__title {
    top: -5.8vw;
    padding: 0 1.983vw;
  }
}
.o-schedule-box__title .a-heading-cube {
  position: relative;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-schedule-box__title .a-heading-cube {
    transform: scale(0.8);
  }
}
.o-schedule-box__title__bubble {
  position: absolute;
  width: 271px;
  height: 169px;
  right: -205px;
  top: -77px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-schedule-box__title__bubble {
    right: -180px;
    top: -82px;
  }
}
@media (max-width: 599px) {
  .o-schedule-box__title__bubble {
    width: 29.867vw;
    height: 18.4vw;
    right: -14.133vw;
    top: -13.333vw;
  }
}
.o-schedule-box__title__bubble img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.o-schedule-box__content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: block;
}
.o-schedule-box__plan {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .o-schedule-box__plan {
    margin-top: 2vw;
  }
}
.o-schedule-box__plan__item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding: 42px 0;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-schedule-box__plan__item {
    padding: 35px 0;
  }
}
@media (max-width: 599px) {
  .o-schedule-box__plan__item {
    flex-direction: column;
    padding: 4.3vw 0;
  }
}
.o-schedule-box__plan__item + .o-schedule-box__plan__item {
  border-top: 1px solid #171969;
}
.o-schedule-box__plan__item__lead {
  display: flex;
  align-items: center;
}
.o-schedule-box__plan__item__dates {
  width: auto;
  padding-left: 23px;
}
@media (max-width: 599px) {
  .o-schedule-box__plan__item__dates {
    padding-left: 7.9vw;
    padding-top: 2vw;
  }
}
.o-schedule-box__plan__item__dates__date {
  font-size: 46px;
  font-weight: 700;
  color: #E47A22;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-schedule-box__plan__item__dates__date {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .o-schedule-box__plan__item__dates__date {
    font-size: 5.33vw;
  }
}
.o-schedule-box__plan__item__dates__deadline {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.07em;
  margin-top: 20px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-schedule-box__plan__item__dates__deadline {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .o-schedule-box__plan__item__dates__deadline {
    font-size: 3.15556vw;
    margin-top: 1.2vw;
  }
}
.o-schedule-box__plan__item__icon {
  display: block;
  width: 50px;
  height: 50px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-schedule-box__plan__item__icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 599px) {
  .o-schedule-box__plan__item__icon {
    width: 5.84vw;
    height: 5.84vw;
  }
}
.o-schedule-box__plan__item__num {
  display: flex;
  margin-left: 20px;
  font-size: 48px;
  font-weight: 700;
  background-color: #E47A22;
  color: #fff;
  line-height: 1;
  padding: 7px 25px;
  border-radius: 3px;
  align-items: center;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-schedule-box__plan__item__num {
    font-size: 25px;
    padding: 4px 18px;
  }
}
@media (max-width: 599px) {
  .o-schedule-box__plan__item__num {
    font-size: 5.3vw;
    padding: 0.8vw 2.4vw;
    border-radius: 0.53vw;
    margin-left: 2.3vw;
  }
}
.o-schedule-box__plan__item__num span {
  font-size: 0.8em;
  margin-left: 5px;
}
.o-schedule-box__button {
  border: 8px solid #171969;
  background-color: #FFF6B5;
  font-size: 33px;
  font-weight: 700;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 20px 36px;
  border-radius: 14px;
  margin-top: 20px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .o-schedule-box__button {
    font-size: 4.5vw;
    border-width: 1.1vw;
    padding: 2.7vw 5.6vw;
    border-radius: 2vw;
    margin-top: 3.6vw;
  }
}
.o-schedule-box__button span {
  color: #171969;
  text-decoration: inherit;
}
.o-schedule-box__button__big {
  font-size: 43px;
}
@media (max-width: 599px) {
  .o-schedule-box__button__big {
    font-size: 1.3em;
  }
}
.o-schedule-box__button__sm {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 17px;
}
@media (max-width: 599px) {
  .o-schedule-box__button__sm {
    font-size: 2.4vw;
    margin-top: 1vw;
  }
}
.o-schedule-box__icontext {
  display: flex;
  margin: 56px auto 0;
  justify-content: center;
  position: relative;
}
@media (max-width: 599px) {
  .o-schedule-box__icontext {
    display: block;
    margin-top: 3.2vw;
  }
}
.o-schedule-box__icontext__icon {
  flex: 0 0 50px;
  position: relative;
}
@media (max-width: 599px) {
  .o-schedule-box__icontext__icon {
    flex-basis: 5.84vw;
    position: absolute;
    left: 5vw;
  }
}
.o-schedule-box__icontext__icon img {
  position: relative;
  top: -11px;
}
@media (max-width: 599px) {
  .o-schedule-box__icontext__icon img {
    top: -1vw;
  }
}
.o-schedule-box__icontext__text {
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-left: 10px;
}
@media (max-width: 599px) {
  .o-schedule-box__icontext__text {
    font-size: 3.33vw;
    padding-left: 0;
    line-height: 1.5;
  }
}
.o-schedule-box__buttonrow {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 820px) {
  .o-schedule-box__buttonrow {
    flex-direction: column;
    margin-top: 5vw;
  }
}
.o-schedule-box__buttonrow__button {
  width: auto;
  display: block;
  flex: 1 1 33.333%;
  padding: 0 14px;
}
@media (max-width: 820px) {
  .o-schedule-box__buttonrow__button {
    flex-basis: 100%;
    padding: 0 4.5vw;
  }
}
.o-schedule-box__buttonrow__button img {
  width: 100%;
  height: auto;
}

.o-schedule-icon {
  width: 87px;
  height: 85px;
  display: block;
  background: url(../img/schedule/icon-person.svg) no-repeat center/contain;
}

.o-grade {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 910px;
  position: relative;
  top: -114px;
}
@media (max-width: 599px) {
  .o-grade {
    top: 0;
  }
}
.o-grade__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 599px) {
  .o-grade__title {
    margin-bottom: 6.4vw;
  }
}
.o-grade__title__img {
  width: 320px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-grade__title__img {
    width: 226px;
  }
}
@media (max-width: 599px) {
  .o-grade__title__img {
    width: 55.733vw;
    margin-bottom: 3.467vw;
  }
}
.o-grade__title__text {
  margin-bottom: 29px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-grade__title__text {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .o-grade__title__text {
    font-size: 5.067vw;
    margin-bottom: 0;
  }
}
.o-grade__title__text strong {
  color: #F15A24;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  background: linear-gradient(180deg, transparent 50%, #FFFF00 50%, #FFFF00 89%, transparent 89%);
}
.o-grade__lead {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.93;
}
@media (max-width: 599px) {
  .o-grade__lead {
    font-size: 15px;
  }
}
.o-grade__lead img {
  float: left;
  width: 252px;
  height: auto;
  margin-right: 26px;
  margin-bottom: 26px;
}
@media (max-width: 599px) {
  .o-grade__lead img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 2.133vw;
  }
}
.o-grade__curr {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px 18px;
  margin-top: 68px;
}
@media (max-width: 599px) {
  .o-grade__curr {
    grid-template-columns: auto;
    gap: 0;
    margin-top: 57px;
  }
}
.o-grade__curr__cell--header {
  background-color: #FFFF00;
  font-weight: 500;
  font-size: 18px;
  padding: 4px 14px;
}
@media (max-width: 599px) {
  .o-grade__curr__cell--header {
    font-size: 15px;
    padding: 3px 9px;
  }
}
.o-grade__curr__cell--title, .o-grade__curr__cell--data {
  padding: 0 12px 12px;
  border-bottom: 2px solid #171969;
  font-size: 22px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 599px) {
  .o-grade__curr__cell--title, .o-grade__curr__cell--data {
    font-size: 15px;
    padding: 4px 6px 10px;
    border-bottom-width: 1px;
  }
}
.o-grade__curr__cell--title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding-bottom: 9px;
}
@media (max-width: 599px) {
  .o-grade__curr__cell--title {
    font-size: 17px;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 12px;
  }
}
.o-grade__curr__cell--data::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #171969;
  border-radius: 8px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -4.5px;
}
@media (max-width: 599px) {
  .o-grade__curr__cell--data::after {
    width: 6px;
    height: 6px;
    bottom: -3px;
  }
}
.o-grade__curr__cell:nth-last-child(2), .o-grade__curr__cell:last-child {
  border-bottom: none;
}
.o-grade__curr__cell:nth-last-child(2)::after, .o-grade__curr__cell:last-child::after {
  display: none;
}
.o-grade__outline, .o-grade__sample {
  margin-top: 72px;
}
@media (max-width: 599px) {
  .o-grade__outline, .o-grade__sample {
    margin-top: 10vw;
  }
}
.o-grade__outline__title, .o-grade__sample__title {
  width: 528px;
  height: auto;
}
@media (max-width: 599px) {
  .o-grade__outline__title, .o-grade__sample__title {
    width: 100%;
    height: auto;
  }
}
.o-grade__outline__table {
  margin-left: 46px;
  margin-top: 13px;
}
@media (max-width: 599px) {
  .o-grade__outline__table {
    margin-left: 27px;
  }
}
.o-grade__outline__table th, .o-grade__outline__table td {
  padding: 8px 45px 2px 0;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .o-grade__outline__table th, .o-grade__outline__table td {
    padding-right: 29px;
  }
}
.o-grade__outline__table th {
  font-size: 24px;
}
@media (max-width: 599px) {
  .o-grade__outline__table th {
    font-size: 15px;
  }
}
.o-grade__outline__table td {
  font-size: 30px;
}
@media (max-width: 599px) {
  .o-grade__outline__table td {
    font-size: 16px;
    padding-right: 0;
  }
}
.o-grade__sample {
  position: relative;
}
.o-grade__sample__title {
  display: block;
  clear: both;
}
.o-grade__sample__link {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  color: #4A4A4A;
  margin-top: 45px;
  margin-left: 166px;
  width: 252px;
}
@media (max-width: 599px) {
  .o-grade__sample__link {
    margin-top: 75px;
    margin-left: 50px;
    flex-direction: column;
    font-size: 11px;
    width: 82px;
    text-align: center;
  }
}
.o-grade__sample__link img {
  width: 74px;
  height: 88px;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .o-grade__sample__link img {
    width: 48px;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.o-grade__sample__graph {
  width: 283px;
  height: auto;
  position: absolute;
  bottom: 91px;
  right: 38px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-grade__sample__graph {
    width: 200px;
    height: auto;
    right: 6px;
  }
}
@media (max-width: 599px) {
  .o-grade__sample__graph {
    width: 148px;
    height: auto;
    bottom: 45px;
    right: 6px;
  }
}
.o-grade__sample__graph--1 {
  bottom: 48px;
  right: 28px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-grade__sample__graph--1 {
    bottom: 87px;
    right: 0;
  }
}
.o-grade__sample p {
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .o-grade__sample p {
    font-size: 12px;
  }
}
.o-grade__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 89px;
}
@media (max-width: 599px) {
  .o-grade__btns {
    flex-direction: column;
    margin-top: 18vw;
    margin-bottom: 15vw;
  }
}
.o-grade__btns__btn {
  display: flex;
  align-items: center;
  width: 437px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-grade__btns__btn {
    width: 48%;
  }
}
@media (max-width: 599px) {
  .o-grade__btns__btn {
    width: 100%;
  }
}
.o-grade__btns__btn:not(.o-grade__btns__btn--grade) img {
  position: relative;
  top: 20px;
}
@media (min-width: 600px) and (max-width: 820px) {
  .o-grade__btns__btn:not(.o-grade__btns__btn--grade) img {
    top: 2vw;
  }
}

.o-merit-wrapper {
  padding: 80px 0 300px;
}
@media (max-width: 599px) {
  .o-merit-wrapper {
    padding: 25px 0 130px;
  }
}

.o-merit-title {
  text-align: center;
  margin-bottom: 110px;
}
@media (max-width: 599px) {
  .o-merit-title {
    margin-bottom: 35px;
    padding: 0 10px;
  }
}
@media (max-width: 599px) {
  .o-merit-title__image {
    width: 100%;
    height: auto;
  }
}

.o-merit-navi {
  display: flex;
  justify-content: center;
  margin-bottom: 125px;
  gap: 0 50px;
}
@media (max-width: 599px) {
  .o-merit-navi {
    flex-direction: column;
    margin-bottom: 100px;
    padding: 0 30px;
    gap: 15px 0;
  }
}
.o-merit-navi__link {
  width: 325px;
}
@media (max-width: 599px) {
  .o-merit-navi__link {
    width: 100%;
  }
}

.o-merit-section__item {
  width: 1200px;
  margin: 0 auto;
  padding-left: 135px;
  position: relative;
}
@media (max-width: 599px) {
  .o-merit-section__item {
    width: 100%;
    padding: 0 5%;
  }
}
.o-merit-section__title {
  display: block;
  font-weight: 700;
  line-height: 1.45;
  font-size: 45px;
  position: absolute;
  top: 269px;
  left: 140px;
  letter-spacing: 0.08em;
}
@media (max-width: 599px) {
  .o-merit-section__title {
    font-size: 5.65vw;
    top: 35.4vw;
    left: 5vw;
    letter-spacing: 0.03em;
  }
}
#section2 .o-merit-section__title {
  top: 189px;
  left: 673px;
  line-height: 1.38;
}
@media (max-width: 599px) {
  #section2 .o-merit-section__title {
    top: 31.3vw;
    left: 5vw;
  }
}
#section3 .o-merit-section__title {
  top: 243px;
}
@media (max-width: 599px) {
  #section3 .o-merit-section__title {
    top: 30vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.o-merit-section__title__big {
  font-size: 1.2em;
  color: #29caf8;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .o-merit-section__title__big {
    letter-spacing: 0.03em;
  }
  #section3 .o-merit-section__title__big {
    letter-spacing: 0.015em;
  }
}
.o-merit-section__text {
  position: absolute;
  bottom: 0;
  left: 135px;
  width: 480px;
  line-height: 2.2;
  font-size: 20px;
  font-weight: bold;
}
.o-merit-section__text--1st {
  bottom: 40px;
}
@media (max-width: 599px) {
  .o-merit-section__text {
    width: 100%;
    position: static;
    font-size: 14px;
    line-height: 2;
    margin: 30px 0;
  }
}
.o-merit-section__sp-image {
  display: none;
}
@media (max-width: 599px) {
  .o-merit-section__sp-image {
    display: block;
    width: 65%;
    margin: 0 auto;
  }
}
.o-merit-section--reverse {
  background: url(../img/merit/bg_merit.svg) repeat-x;
  background-size: 1920px auto;
  padding-bottom: 170px;
}
@media (max-width: 599px) {
  .o-merit-section--reverse {
    background: none;
    padding: 0;
    margin: 35px 0;
  }
}
.o-merit-section--reverse .o-merit-section__item {
  padding: 0 135px 0 0;
}
@media (max-width: 599px) {
  .o-merit-section--reverse .o-merit-section__item {
    background: #ffffd7;
    padding: 30px 5%;
  }
}
.o-merit-section--reverse .o-merit-section__text {
  left: unset;
  right: 135px;
}

.o-about-wrapper {
  width: 950px;
  margin: 30px auto 0;
  text-align: center;
}
@media (max-width: 599px) {
  .o-about-wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

.o-about-lead {
  padding: 0 55px;
  font-size: 21px;
  line-height: 2;
  color: #18196c;
  text-align: left;
}
@media (max-width: 599px) {
  .o-about-lead {
    padding: 0;
    font-size: 14px;
  }
}
.o-about-lead span {
  color: #f7941d;
}
.o-about-lead + .o-about-lead {
  margin-top: 1em;
}
@media (max-width: 599px) {
  .o-about-lead + .o-about-lead {
    margin-top: 0;
  }
}

.o-about-profile {
  width: 910px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 80px 50px;
  background-image: linear-gradient(135deg, #f5f4f0 25%, #ffffff 25%, #ffffff 50%, #f5f4f0 50%, #f5f4f0 75%, #ffffff 75%, #ffffff 100%);
  background-size: 14.14px 14.14px;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 599px) {
  .o-about-profile {
    width: 100%;
    padding: 25px;
    background-size: 7px 7px;
  }
}
.o-about-profile__name {
  width: 100%;
  color: #11100e;
  text-align: right;
  font-size: 24px;
}
@media (max-width: 599px) {
  .o-about-profile__name {
    font-size: 18px;
    align-self: center;
    line-height: 1.4;
  }
}
.o-about-profile__name span {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 599px) {
  .o-about-profile__name span {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .o-about-profile__name {
    order: 1;
    width: calc(100% - 115px);
  }
}
.o-about-profile__text {
  font-size: 18px;
  width: 520px;
  color: #11100e;
  line-height: 2;
}
@media (max-width: 599px) {
  .o-about-profile__text {
    order: 3;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
}
.o-about-profile__image {
  width: 185px;
}
@media (max-width: 599px) {
  .o-about-profile__image {
    order: 2;
    width: 90px;
  }
}

.o-about-title {
  margin-bottom: 65px;
}
@media (max-width: 599px) {
  .o-about-title {
    margin-bottom: 30px;
  }
}

.o-about-image {
  display: block;
}
.o-about-image--1st {
  margin-top: 125px;
}
@media (max-width: 599px) {
  .o-about-image--1st {
    margin-top: 75px;
  }
}
.o-about-image--2nd {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .o-about-image--2nd {
    margin-top: 45px;
  }
}
.o-about-image--3rd {
  margin-top: 110px;
}
@media (max-width: 599px) {
  .o-about-image--3rd {
    margin-top: 45px;
  }
}

.o-about-recommend {
  margin-top: 160px;
  margin-bottom: 110px;
}
@media (max-width: 599px) {
  .o-about-recommend {
    margin-top: 70px;
    margin-bottom: 75px;
  }
}

.o-about-group {
  padding: 0 50px 150px;
  text-align: left;
}
@media (max-width: 599px) {
  .o-about-group {
    padding: 0 0 80px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .o-about-group img {
    width: 290px;
    height: auto;
    max-width: 100%;
  }
}
.o-about-group__text {
  margin-top: 40px;
  font-size: 19px;
  color: #11100e;
  padding-right: 120px;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .o-about-group__text {
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.o-about-button {
  text-align: right;
}
@media (max-width: 599px) {
  .o-about-button {
    text-align: center;
  }
}
.o-about-button__item {
  border-radius: 100px;
  color: #fff;
  padding: 5px 25px 5px 20px;
  background-color: #e06e22;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.o-about-button__item::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 13px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon-chevron-right.svg) no-repeat center/contain;
  display: block;
}

.o-policy__title + p, .o-policy__title + ol {
  margin-top: 30px;
}

.o-policy ol > li + li, .o-policy p + p, .o-policy p + ol {
  margin-top: 16px;
}

.o-policy__title {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 82px;
}
@media (max-width: 599px) {
  .o-policy__title {
    font-size: 16px;
    margin-top: 41px;
  }
}
.o-policy p {
  line-height: 1.8;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .o-policy p {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.o-policy p strong {
  font-weight: 500;
  font-size: inherit;
}
.o-policy li {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .o-policy li {
    font-size: 14px;
  }
}
.o-policy ol {
  list-style: decimal;
  padding-left: 20px;
}
.o-policy ol > li ol {
  counter-reset: numrule;
  list-style: none;
}
.o-policy ol > li ol > li {
  position: relative;
}
.o-policy ol > li ol > li::before {
  color: inherit;
  counter-increment: numrule;
  content: "(" counter(numrule) ")";
  position: absolute;
  left: -25px;
}
.o-policy ol > li ol > li + li {
  margin-top: 0;
}
.o-policy ul {
  list-style: disc;
}
.o-policy__table {
  border-top: 1px solid #171969;
  border-left: 1px solid #171969;
  width: 100%;
  margin-top: 10px;
}
.o-policy__table th, .o-policy__table td {
  border-bottom: 1px solid #171969;
  border-right: 1px solid #171969;
  font-size: 18px;
}
@media (max-width: 599px) {
  .o-policy__table th, .o-policy__table td {
    font-size: 13px;
  }
}
.o-policy__table th li, .o-policy__table td li {
  font-size: 18px;
}
@media (max-width: 599px) {
  .o-policy__table th li, .o-policy__table td li {
    font-size: 13px;
  }
}
.o-policy__table thead th {
  background-color: #DCDCE8;
  padding: 6px 20px;
  line-height: 1;
}
@media (max-width: 599px) {
  .o-policy__table thead th {
    padding: 5px 10px;
    text-align: center;
  }
}
.o-policy__table tbody td {
  padding: 6px 20px;
}
@media (max-width: 599px) {
  .o-policy__table tbody td {
    padding: 5px 5px 5px 10px;
  }
}
.o-policy__table tbody ul {
  margin-left: 20px;
}
@media (max-width: 599px) {
  .o-policy__table tbody ul {
    margin-left: 15px;
  }
}

.o-guide-nagare p {
  color: #3b3b3b;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .o-guide-nagare p {
    font-size: 16px;
    margin-top: 13px;
  }
}

.o-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin: 60px auto 0;
  max-width: 950px;
}
@media (max-width: 599px) {
  .o-guide-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-top: 3.5vw;
    gap: 2vw;
  }
}
.o-guide-grid__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.o-guide-grid__item::after, .o-guide-grid__item::before {
  content: "";
  position: absolute;
}
@media (min-width: 600px) {
  .o-guide-grid__item:first-child {
    padding: 0 54px 26px 0;
  }
  .o-guide-grid__item:first-child::before {
    background-image: repeating-linear-gradient(0deg, #757575, #757575 2px, transparent 2px, transparent);
    background-size: 4px 8px;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
  }
  .o-guide-grid__item:nth-child(2) {
    padding: 0 0 26px 54px;
  }
  .o-guide-grid__item:nth-child(2)::after {
    background-image: repeating-linear-gradient(90deg, #757575, #757575 2px, transparent 2px, transparent);
    background-size: 8px 4px;
    width: calc(100% - 10px);
    height: 2px;
    right: 0;
    bottom: -1px;
  }
  .o-guide-grid__item:nth-child(3) {
    padding: 38px 54px 0 0;
  }
  .o-guide-grid__item:nth-child(3)::before {
    background-image: repeating-linear-gradient(0deg, #757575, #757575 2px, transparent 2px, transparent);
    background-size: 4px 8px;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
  }
  .o-guide-grid__item:nth-child(3)::after {
    background-image: repeating-linear-gradient(90deg, #757575, #757575 2px, transparent 2px, transparent);
    background-size: 8px 4px;
    width: calc(100% - 10px);
    height: 2px;
    left: 0;
    top: 0;
  }
}
@media (max-width: 599px) {
  .o-guide-grid__item {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .o-guide-grid__item:not(:last-child)::before {
    background-image: repeating-linear-gradient(90deg, #757575, #757575 2px, transparent 2px, transparent);
    background-size: 8px 4px;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .o-guide-grid__item:first-child {
    padding-top: 0;
  }
}
.o-guide-grid__item__circle {
  width: 220px;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 10px;
}
@media (max-width: 599px) {
  .o-guide-grid__item__circle {
    width: 38.5vw;
  }
}
.o-guide-grid__item p {
  margin-left: 59px;
  margin-top: 9px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .o-guide-grid__item p {
    font-size: 3.733vw;
    margin-top: 1vw;
    margin-left: 11vw;
    line-height: 1.3;
  }
}

.o-guide-adv__img {
  width: 330px;
  margin: 5px auto 0;
  display: block;
}
@media (max-width: 599px) {
  .o-guide-adv__img {
    width: 72vw;
    margin-top: 1vw;
  }
}
.o-guide-adv__table {
  width: 100%;
  margin-top: 14px;
}
.o-guide-adv__table th {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 24px;
  text-align: left;
  box-sizing: border-box;
  width: 142px;
}
@media (max-width: 599px) {
  .o-guide-adv__table th {
    font-size: 14px;
    padding-left: 21px;
    width: 116px;
  }
}
.o-guide-adv__table td {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .o-guide-adv__table td {
    font-size: 17px;
  }
}
.o-guide-adv__table td small {
  font-size: 0.8em;
  font-weight: 500;
}
.o-guide-adv__table tr:not(:last-child) th, .o-guide-adv__table tr:not(:last-child) td {
  border-bottom: 2px solid #e4e4e4;
  padding-top: 4px;
  padding-bottom: 2px;
}
@media (max-width: 599px) {
  .o-guide-adv__table tr:not(:last-child) th, .o-guide-adv__table tr:not(:last-child) td {
    padding-top: 2px;
  }
}
.o-guide-adv__btn {
  display: block;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .o-guide-adv__btn {
    margin-top: 30px;
  }
}
.o-guide-adv__btn + .o-guide-adv__btn {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .o-guide-adv__btn + .o-guide-adv__btn {
    margin-top: 24px;
  }
}

.o-guide-box {
  margin-top: 96px;
  border: 2px solid #171969;
  padding: 14px 30px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 15px 20px;
  grid-template-areas: "pic ." "pic text" "pic button";
}
@media (max-width: 599px) {
  .o-guide-box {
    margin-top: 44px;
    padding: 17px 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "pic" "button";
  }
}
.o-guide-box__img {
  grid-area: pic;
  width: 100%;
  height: auto;
}
.o-guide-box__text {
  grid-area: text;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media (max-width: 599px) {
  .o-guide-box__text {
    font-size: 19px;
  }
}
.o-guide-box .a-button-arrow {
  grid-area: button;
  display: inline-block;
  justify-self: end;
}
@media (max-width: 599px) {
  .o-guide-box .a-button-arrow {
    justify-self: center;
  }
}

.o-guide-box2 {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .o-guide-box2 {
    display: block;
  }
}
.o-guide-box2__item {
  background-color: #fff;
  padding: 55px 26px 26px;
  width: calc(50% - 15px);
  position: relative;
}
@media (max-width: 599px) {
  .o-guide-box2__item {
    width: 100%;
    padding: 42px 14px 22px;
  }
}
@media (max-width: 599px) {
  .o-guide-box2__item + .o-guide-box2__item {
    margin-top: 18px;
  }
}
.o-guide-box2__item__tag {
  background-color: #171969;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  top: 0;
  text-align: center;
  width: 150px;
  box-sizing: border-box;
  padding: 9px 10px;
}
@media (max-width: 599px) {
  .o-guide-box2__item__tag {
    font-size: 16px;
    width: 107px;
    padding: 7px 4px;
  }
}
.o-guide-box2__item__img {
  width: 100%;
  height: auto;
}
.o-guide-box2__item__title {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .o-guide-box2__item__title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.o-guide-box2__item p {
  font-size: 17px;
  margin-top: 0;
  line-height: 1.3;
}
@media (max-width: 599px) {
  .o-guide-box2__item p {
    margin-top: 5px;
    font-size: 14px;
  }
}

.o-guide-payimg {
  width: 100px;
  height: auto;
}
@media (max-width: 599px) {
  .o-guide-payimg {
    width: 58px;
  }
}

.o-guide-links {
  display: flex;
  justify-content: space-between;
}
.o-guide-links__link {
  display: block;
  width: 47.5%;
}
@media (max-width: 599px) {
  .o-guide-links__link {
    width: calc(50% - 5px);
  }
}

.o-guide-note {
  display: grid;
  grid-template-columns: 89px 1fr;
  gap: 0 16px;
  margin-top: 32px;
  grid-template-areas: "ico title" "ico content";
}
@media (max-width: 599px) {
  .o-guide-note {
    padding: 15px 0px;
    gap: 5px 5px;
    grid-template-columns: 41px 1fr;
    grid-template-areas: "title title" "ico content";
  }
}
.o-guide-note__icon {
  grid-area: ico;
}
@media (max-width: 599px) {
  .o-guide-note__icon {
    transform: translate(-9px, 36px) scale(1.6) rotate(20deg);
  }
}
.o-guide-note__title {
  grid-area: title;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.085em;
  position: relative;
  padding-left: 22px;
}
@media (max-width: 599px) {
  .o-guide-note__title {
    font-size: 16px;
    padding-left: 17px;
  }
}
.o-guide-note__title::before {
  content: "";
  background-color: #171969;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 599px) {
  .o-guide-note__title::before {
    width: 13px;
    height: 13px;
  }
}
.o-guide-note__ul {
  grid-area: content;
  padding-left: 35px;
}
@media (max-width: 599px) {
  .o-guide-note__ul {
    padding-left: 15px;
  }
}
.o-guide-note__ul li {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}
@media (max-width: 599px) {
  .o-guide-note__ul li {
    font-size: 14px;
  }
}
.o-guide-note__ul li::before {
  content: "・";
  position: absolute;
  left: -16px;
}
@media (max-width: 599px) {
  .o-guide-note__ul li::before {
    left: -11px;
  }
}

.o-guide-warning {
  border-top: 2px solid #D92B00;
  border-bottom: 2px solid #D92B00;
  padding: 15px 25px;
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 0 7px;
  grid-template-areas: "ico title" "ico content";
  margin-top: 53px;
}
@media (max-width: 599px) {
  .o-guide-warning {
    padding: 15px 0px;
    gap: 0 11px;
    margin-top: 6px;
    grid-template-areas: "ico title" "content content";
  }
}
.o-guide-warning__icon {
  grid-area: ico;
}
@media (max-width: 599px) {
  .o-guide-warning__icon {
    width: 75px;
    justify-self: end;
  }
}
.o-guide-warning__title {
  grid-area: title;
  color: #D92B00 !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.085em;
  position: relative;
  padding-left: 26px;
}
@media (max-width: 599px) {
  .o-guide-warning__title {
    font-size: 18px;
    line-height: 1.25;
    padding-left: 18px;
  }
}
.o-guide-warning__title::before {
  content: "※";
  position: absolute;
  left: 0;
}
.o-guide-warning__content {
  grid-area: content;
}
.o-guide-warning__content p {
  font-size: 17px;
}
@media (max-width: 599px) {
  .o-guide-warning__content p {
    font-size: 14px;
    margin-top: 5px;
  }
}

.o-guide-cards {
  display: block;
}
@media (min-width: 600px) {
  .o-guide-cards {
    display: flex;
    justify-content: space-between;
  }
}
.o-guide-cards__card {
  display: block;
  width: 100%;
}
@media (min-width: 600px) {
  .o-guide-cards__card {
    width: calc(33.3333% - 10px);
  }
}

.o-group-section p, .o-group-intro__col p {
  color: #3b3b3b;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .o-group-section p, .o-group-intro__col p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.o-group-intro {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 68px;
}
@media (max-width: 599px) {
  .o-group-intro {
    display: block;
    margin-top: 38px;
  }
}
.o-group-intro__col {
  width: calc(50% - 50px);
}
@media (max-width: 820px) {
  .o-group-intro__col {
    width: calc(50% - 20px);
  }
}
@media (max-width: 599px) {
  .o-group-intro__col {
    width: 100%;
  }
}
.o-group-intro__col img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 599px) {
  .o-group-intro__col img {
    margin: 5.6vw auto 0;
    width: 81.5vw;
  }
}

.o-group-section p {
  line-height: 1.3;
}
.o-group-section .m-table-rounded th {
  text-align: left;
  background-color: #FFECB1;
  border-right: 1px solid #171969;
  padding-left: 43px;
  width: 270px;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .o-group-section .m-table-rounded th {
    width: 39vw;
    padding-left: 5vw;
    font-size: 4.7vw;
  }
}
.o-group-section .m-table-rounded td {
  padding-left: 30px;
}
@media (max-width: 599px) {
  .o-group-section .m-table-rounded td {
    font-size: 4.7vw;
    padding-left: 5vw;
  }
}

.o-group-btn {
  width: 445px;
  margin: 80px auto 120px;
  display: block;
}
@media (max-width: 820px) {
  .o-group-btn {
    width: 380px;
  }
}
@media (max-width: 599px) {
  .o-group-btn {
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 20vw;
  }
}
.o-group-btn img {
  width: 100%;
  height: auto;
}

.o-column {
  background-color: #FDF7D9;
  margin-top: 10px;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 599px) {
  .o-column {
    margin-top: 0;
    padding-top: 3.4vw;
  }
}
.o-column p {
  color: #000;
  margin-top: 30px;
  line-height: 1.7;
}
@media (max-width: 599px) {
  .o-column p {
    margin-top: 15px;
  }
  .o-column p + p {
    margin-top: 30px;
  }
}
.o-column p span {
  font-size: inherit;
}
.o-column ul {
  padding-left: 36px;
  margin-top: 18px;
}
.o-column ul li {
  font-size: 18px;
  color: #000;
  position: relative;
  margin-top: 1px;
}
@media (max-width: 599px) {
  .o-column ul li {
    font-size: 16px;
  }
}
.o-column ul li::before {
  content: "・";
  position: absolute;
  left: -16px;
  top: 0px;
}
@media (max-width: 599px) {
  .o-column ul li::before {
    left: -12px;
  }
}
.o-column__link {
  color: #008BFF;
}
.o-column__stamp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 38px;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .o-column__stamp {
    gap: 59px;
    grid-template-columns: 1fr;
  }
}
.o-column__stamp__item {
  color: #3b3b3b;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #666;
  text-decoration: none;
  padding: 25px 34px 10px;
}
@media (max-width: 599px) {
  .o-column__stamp__item {
    padding: 25px 28px 10px;
  }
}
.o-column__stamp__item::before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #FFE03C;
  border: 2px solid #666;
  width: 65px;
  height: 17px;
  top: -11px;
  transform: translate(-50%);
}
@media (max-width: 599px) {
  .o-column__stamp__item::before {
    width: 51px;
    height: 14px;
    top: -10px;
  }
}
.o-column__stamp__item__title {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 1.2;
}
.o-column__stamp__item__img {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .o-column__stamp__item__img {
    margin-top: 15px;
  }
}
.o-column__stamp__item__text {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 5px;
}
@media (max-width: 599px) {
  .o-column__stamp__item__text {
    font-size: 16px;
  }
}
.o-column__stamp__item__link {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-top: 19px;
}
.o-column__stamp__item__link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/column/column-arrow.svg) no-repeat center/contain;
  margin-left: 5px;
  display: block;
}
.o-column__title {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  border: 3px solid #666;
  position: relative;
  border-radius: 10px;
  font-size: 34px;
  padding: 16px;
}
@media (max-width: 599px) {
  .o-column__title {
    padding: 8px;
    font-size: 22px;
  }
}
.o-column__title::before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #FFE03C;
  border: 2px solid #666;
  width: 65px;
  height: 17px;
  top: -11px;
  transform: translate(-50%);
}
@media (max-width: 599px) {
  .o-column__title::before {
    width: 51px;
    height: 14px;
    top: -10px;
  }
}
.o-column__box-title {
  color: #fff;
  background-color: #171969;
  margin-top: 57px;
  margin-bottom: 29px;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
  padding: 12px 16px;
}
@media (max-width: 599px) {
  .o-column__box-title {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.o-column__subtitle {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-bottom: 12px;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .o-column__subtitle {
    font-size: 16px;
  }
}
.o-column__subtitle::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #000;
  margin-right: 3px;
  display: inline-block;
}
@media (max-width: 599px) {
  .o-column__subtitle::before {
    width: 13px;
    height: 13px;
  }
}
.o-column__img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.o-faq-title__image {
  width: 100%;
  height: auto;
  display: block;
}

.o-faq-section {
  margin-top: 55px;
}
@media (max-width: 599px) {
  .o-faq-section {
    margin-top: 9.1vw;
  }
}
.o-faq-section + .o-faq-section {
  margin-top: 122px;
}
.o-faq-section__title {
  display: flex;
  font-size: 39px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: flex-end;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 2px solid #171969;
}
@media (max-width: 599px) {
  .o-faq-section__title {
    font-size: 26px;
  }
}
.o-faq-section__title__num {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Hiragino Sans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 52px;
  height: 52px;
  font-size: 35px;
  display: flex;
  background-color: #171969;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 21px;
}
@media (max-width: 599px) {
  .o-faq-section__title__num {
    width: 34px;
    height: 34px;
    font-size: 20px;
    margin-right: 10px;
  }
}

.o-faq-qa {
  display: block;
  margin-top: 40px;
  padding-left: 27px;
}
@media (max-width: 599px) {
  .o-faq-qa {
    margin-top: 22px;
    padding-left: 13px;
  }
}
@media (max-width: 599px) {
  .o-faq-qa + .o-faq-qa {
    margin-top: 49px;
  }
}
.o-faq-qa__q {
  display: flex;
  align-items: flex-start;
}
.o-faq-qa__q__num {
  color: #fff;
  font-weight: 700;
  background-color: #171969;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  width: 47px;
  height: 47px;
  border-radius: 47px;
  margin-right: 20px;
  flex: 0 0 47px;
}
@media (max-width: 599px) {
  .o-faq-qa__q__num {
    font-size: 16px;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    flex-basis: 34px;
    margin-right: 14px;
  }
}
.o-faq-qa__q__title {
  color: #171969;
  margin-top: 2px;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.02em;
}
@media (max-width: 599px) {
  .o-faq-qa__q__title {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.o-faq-qa__a {
  background-color: #F9F7E9;
  padding: 12px 13px;
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .o-faq-qa__a {
    margin-top: 16px;
    padding: 9px 10px 9px 7px;
  }
}
.o-faq-qa__a__label {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/faq/faq-a.svg) no-repeat center/contain;
  flex: 0 0 34px;
  margin-right: 17px;
}
@media (max-width: 599px) {
  .o-faq-qa__a__label {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }
}
.o-faq-qa__a__content {
  width: auto;
  max-width: 100%;
  flex: 0 1 auto;
}
@media (max-width: 599px) {
  .o-faq-qa__a__content {
    flex-basis: calc(100% - 40px);
  }
}
.o-faq-qa__a__content p {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  max-width: 100%;
}
@media (max-width: 599px) {
  .o-faq-qa__a__content p {
    font-size: 17px;
    line-height: 1.5;
  }
}

.o-faq-links {
  display: flex;
  margin-top: 43px;
  max-width: 100%;
}
@media (max-width: 599px) {
  .o-faq-links {
    flex-direction: column;
    margin-top: 17px;
  }
}
.o-faq-links__link {
  color: #00AAFF;
  font-weight: 500;
  font-size: 20px;
  margin-left: 25px;
  margin-right: 32px;
  margin-bottom: 10px;
  position: relative;
  text-underline-offset: 2px;
}
.o-faq-links__link::before {
  content: "";
  width: 18.5px;
  height: 18.5px;
  background: url(../img/faq/faq-arrow.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  left: -25px;
  top: 8px;
}

.o-voice {
  margin-top: 16px;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .o-voice {
    margin-top: 3.467vw;
    margin-bottom: 12vw;
  }
}
.o-voice__section + .o-voice__section {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .o-voice__section + .o-voice__section {
    margin-top: 5vw;
  }
}
.o-voice__section__img {
  width: 100%;
  height: auto;
}
.o-voice__button {
  font-size: 38px;
  color: #171969;
  border: 8px solid #171969;
  background-color: #FFDB5A;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin: 141px auto 0;
  line-height: 1.2;
  padding: 18px 95px;
}
@media (max-width: 599px) {
  .o-voice__button {
    border-width: 1.1vw;
    padding: 2.2vw;
    font-size: 4.8vw;
    width: 63vw;
    margin-top: 12vw;
  }
}

.o-news {
  padding-bottom: 80px;
}
.o-news-list {
  margin-top: 95px;
}
@media (max-width: 599px) {
  .o-news-list {
    margin-top: 50px;
  }
}
.o-news-list__article {
  display: flex;
  align-items: baseline;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(23, 25, 105, 0.5);
  margin-top: 20px;
}
@media (max-width: 599px) {
  .o-news-list__article {
    display: block;
    padding-bottom: 15px;
  }
}
.o-news-list__article__date {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  letter-spacing: 0.094em;
  width: 190px;
  flex: 0 0 190px;
  margin-right: 24px;
}
@media (max-width: 599px) {
  .o-news-list__article__date {
    font-size: 15px;
    width: 140px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.o-news-list__article__link {
  font-size: 23px;
  font-weight: 500;
  min-width: 0;
  width: 100%;
  display: block;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .o-news-list__article__link {
    font-size: 17px;
  }
}
.o-news-list__article__link--has-icon {
  padding-right: 40px;
  position: relative;
}
.o-news-list__article__icon {
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .o-news-list__article__icon {
    width: 22px;
    height: 22px;
  }
}
.o-news-list__article__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.o-health__page-title {
  padding-bottom: 29px;
  position: relative;
  background: url(../img/health/title-bg.svg) no-repeat center bottom;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 627px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .o-health__page-title {
    width: 67vw;
    padding-bottom: 6vw;
    overflow: hidden;
    background: url(../img/health/title-bg-sp.svg) no-repeat center bottom;
  }
}
.o-health__page-title__box {
  background-color: #ececec;
  font-size: 30px;
  padding: 1px 25px;
  text-align: center;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-text-stroke: 0.5px;
  letter-spacing: 0.08em;
}
@media (max-width: 599px) {
  .o-health__page-title__box {
    font-size: 5.6vw;
    padding: 1px 5vw;
    -webkit-text-stroke: 0.2vw;
    letter-spacing: 0.1em;
  }
}
.o-health__page-title__text {
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 43px;
  -webkit-text-stroke: 0.75px;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .o-health__page-title__text {
    font-size: 8vw;
    -webkit-text-stroke: 0.25vw;
    line-height: 1.25;
    margin-top: 2vw;
  }
}
.o-health__page-title__pc-img {
  display: block;
  width: 144px;
  height: 144px;
  position: absolute;
  bottom: 7px;
  right: -155px;
}
@media (max-width: 599px) {
  .o-health__page-title__pc-img {
    display: none;
  }
}
.o-health__page-title__sp-imgs {
  display: none;
}
@media (max-width: 599px) {
  .o-health__page-title__sp-imgs {
    display: flex;
    justify-content: space-between;
    width: 79vw;
    margin: 0 auto 8.8vw;
  }
  .o-health__page-title__sp-imgs img {
    width: 24vw;
    height: 22vw;
    object-fit: contain;
  }
}
.o-health__heading {
  display: flex;
  gap: 17px;
}
@media (max-width: 599px) {
  .o-health__heading {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.o-health__heading__index {
  color: #290098;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: 55px;
}
@media (min-width: 600px) {
  .o-health__heading__index {
    flex: 0 0 98px;
    border-bottom: 3px solid #290098;
    border-right: 3px solid #290098;
    min-height: 98px;
  }
}
@media (max-width: 599px) {
  .o-health__heading__index {
    font-size: 8vw;
    width: 11.1vw;
    height: 10.5vw;
    background: url(../img/health/index-bg.svg) no-repeat center bottom/contain;
  }
}
.o-health__heading__value {
  background-color: #290098;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 600px) {
  .o-health__heading__value {
    flex: 1 1 calc(100% - 115px);
    padding: 8px 35px;
  }
}
@media (max-width: 599px) {
  .o-health__heading__value {
    padding: 4.3vw 5.5vw;
  }
}
.o-health__heading__value__text {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .o-health__heading__value__text {
    font-size: 5.4vw;
  }
}
.o-health__subtitle {
  font-size: 28px;
  color: #290098;
  font-weight: 700;
  margin-top: 57px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .o-health__subtitle {
    font-size: 5.1vw;
    margin-top: 8vw;
    margin-bottom: 1vw;
  }
}
.o-health__heading + .o-health__wrapper {
  margin-top: 35px;
}
@media (max-width: 599px) {
  .o-health__heading + .o-health__wrapper {
    margin-top: 3.5vw;
  }
}
.o-health__nav {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
@media (max-width: 599px) {
  .o-health__nav {
    flex-direction: column;
  }
}
.o-health__nav__item {
  flex: 1 0 345px;
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-health__nav__item {
    flex-basis: calc(28vw - 3.3px);
  }
}
@media (max-width: 599px) {
  .o-health__nav__item {
    flex: 1 1 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.o-health__nav__item:first-child {
  flex: 1 0 400px;
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-health__nav__item:first-child {
    flex-basis: calc(32.4vw - 3.3px);
  }
}
@media (max-width: 599px) {
  .o-health__nav__item:first-child {
    flex: 1 1 100%;
  }
}
.o-health__wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .o-health__wrapper {
    margin-left: 115px;
    width: calc(100% - 115px);
  }
}
.o-health__wrapper p {
  color: #000;
  line-height: 2.05;
  letter-spacing: 0.02em;
}
@media (max-width: 599px) {
  .o-health__wrapper p {
    line-height: 1.7;
  }
}
@media (min-width: 600px) {
  .o-health__wrapper .modal.is-active {
    display: none;
  }
}
.o-health__wrapper .modal-content {
  width: 95vw;
  background-color: #fff;
  border-radius: 5px;
  padding: 10vw 3vw 5vw;
  position: relative;
}
.o-health__wrapper .modal-close {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 6px;
}
.o-health__wrapper .modal-close::before, .o-health__wrapper .modal-close::after {
  background-color: #666;
}
.o-health__overflow-img {
  margin-left: -24px;
}
@media (max-width: 599px) {
  .o-health__overflow-img {
    width: 100%;
    margin-left: 0;
  }
}
.o-health__dot-txt {
  font-size: 20px !important;
  text-decoration: dotted underline;
  font-weight: 500;
  text-underline-offset: 9px;
}
@media (max-width: 599px) {
  .o-health__dot-txt {
    font-size: 4.6vw !important;
    text-underline-offset: 1.5vw;
    line-height: 1.8 !important;
    letter-spacing: 0 !important;
  }
}
.o-health__evidence {
  margin-left: -24px;
  display: flex;
  gap: 10px;
}
@media (max-width: 599px) {
  .o-health__evidence {
    margin-left: 0;
    flex-direction: column;
    gap: 4vw;
  }
}
.o-health__evidence + .o-health__evidence {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .o-health__evidence + .o-health__evidence {
    margin-top: 12vw;
  }
}
.o-health__evidence__title {
  color: #646464;
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media (min-width: 600px) {
  .o-health__evidence__title {
    writing-mode: vertical-lr;
    position: relative;
    top: 20px;
    flex: 0 0 22px;
  }
}
@media (max-width: 599px) {
  .o-health__evidence__title {
    text-align: center;
    font-size: 5.8vw;
  }
}
.o-health__evidence__heading {
  color: #33c8e7;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
@media (max-width: 599px) {
  .o-health__evidence__heading {
    font-size: 6vw;
    margin-bottom: 4vw;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }
}
.o-health__evidence__container {
  border: 25px solid #d6e8ff;
  box-sizing: border-box;
  padding: 75px 92px;
  flex: 1 1 100%;
}
@media (max-width: 599px) {
  .o-health__evidence__container {
    padding: 6.6vw;
    border-width: 3.8vw;
  }
}
.o-health__evidence__container p {
  font-size: 17px;
  line-height: 1.9;
}
@media (max-width: 599px) {
  .o-health__evidence__container p {
    font-size: 4.1vw;
    line-height: 1.5;
  }
}
.o-health__test-link {
  width: 275px;
  height: 48px;
  position: relative;
  display: block;
  text-indent: -9999px;
  margin: 35px 0 0 auto;
  background: url(../img/health/link-btn.svg) no-repeat center/contain;
}
@media (min-width: 1220px) {
  .o-health__test-link {
    right: -79px;
  }
}
@media (max-width: 599px) {
  .o-health__test-link {
    width: 66vw;
    height: 12vw;
    margin: 6vw auto 0;
  }
}
.o-health__footer {
  width: 100%;
  margin-top: 156px;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .o-health__footer {
    height: 670px;
    background: url(../img/health/health-footer-bg.png) no-repeat center bottom/auto 670px;
    padding-top: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-health__footer {
    background-size: auto 57vw;
  }
}
@media (max-width: 599px) {
  .o-health__footer {
    padding-bottom: 24vw;
  }
}
.o-health__footer__wrap {
  background-color: #33c8e7;
  color: #fff;
  padding: 77px 121px 47px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media (max-width: 599px) {
  .o-health__footer__wrap {
    padding: 10vw 8.8vw 13.6vw;
  }
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-health__footer__wrap {
    padding: 8vw 8vw 8vw;
  }
}
@media (min-width: 600px) {
  .o-health__footer__wrap {
    max-width: 936px;
  }
}
.o-health__footer__wrap p {
  color: inherit;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 27px;
}
@media (min-width: 600px) and (max-width: 1230px) {
  .o-health__footer__wrap p {
    font-size: 1.8vw;
  }
}
@media (max-width: 599px) {
  .o-health__footer__wrap p {
    font-size: 4.9vw;
    margin-top: 5vw;
    letter-spacing: 0;
    line-height: 1.74;
    margin-top: 7vw;
  }
}
.o-health__footer__title {
  width: 100%;
}
.o-health__footer__arrow {
  width: 123px;
  height: auto;
  margin-top: 27px;
}
@media (max-width: 599px) {
  .o-health__footer__arrow {
    width: 25vw;
    height: auto;
    margin-top: 7vw;
  }
}
.o-health__footer__button {
  background-color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  color: #171969;
  border: 2px solid #171969;
  font-size: 25px;
  margin-top: 27px;
  padding: 17px 54px;
}
@media (max-width: 599px) {
  .o-health__footer__button {
    font-size: 5.5vw;
    padding: 3.7vw 11vw;
    margin-top: 5vw;
    letter-spacing: 0;
  }
}
.o-health__footer__img1 {
  width: 90px;
  height: auto;
  position: absolute;
  left: 5px;
  bottom: -86px;
}
@media (max-width: 599px) {
  .o-health__footer__img1 {
    width: 18vw;
    height: auto;
    bottom: -15.7vw;
    left: -0.3vw;
  }
}
.o-health__footer__img2 {
  position: absolute;
  left: -1.3vw;
  top: -3.4vw;
  width: 16.1vw;
  height: auto;
}
@media (min-width: 600px) {
  .o-health__footer__img2 {
    display: none;
  }
}
.o-health__footer__img3 {
  position: absolute;
  right: -0.3vw;
  top: 26vw;
  width: 18vw;
  height: auto;
}
@media (min-width: 600px) {
  .o-health__footer__img3 {
    display: none;
  }
}
@media (max-width: 599px) {
  .o-health__sp-hidden {
    display: none;
  }
}
.o-health__sp-hidden-button {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10.4vw auto 0;
  color: #171969;
  font-size: 5vw;
  gap: 1.5vw;
  border: 0.1em solid #171969;
  border-radius: 8vw;
  background-color: #f76b8d;
  padding: 4.4vw 15.5vw;
  line-height: 1;
}
@media (min-width: 600px) {
  .o-health__sp-hidden-button {
    display: none;
  }
}
.o-health__sp-hidden-button::after {
  content: "";
  display: block;
  width: 5vw;
  height: 3vw;
  background: url(../img/health/arrow.svg) no-repeat center/contain;
}

/*utility*/
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .modal-close::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before {
  height: 2px;
  width: 50%;
}
.modal-close::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal-background, .modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: hsl(0, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 100%);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* color */
.u-color-warning {
  color: #D92B00 !important;
}

/* BG */
.u-bgYellow {
  background-color: #F8F5E7;
}

.u-bgBlue {
  background-color: #d6e8ff;
}

/* Font Size */
.u-fz10 {
  font-size: 10px !important;
}

.u-fz11 {
  font-size: 11px !important;
}

.u-fz12 {
  font-size: 12px !important;
}

.u-fz13 {
  font-size: 13px !important;
}

.u-fz14 {
  font-size: 14px !important;
}

.u-fz15 {
  font-size: 15px !important;
}

.u-fz16 {
  font-size: 16px !important;
}

.u-fz17 {
  font-size: 17px !important;
}

.u-fz18 {
  font-size: 18px !important;
}

.u-fz19 {
  font-size: 19px !important;
}

.u-fz20 {
  font-size: 20px !important;
}

.u-fz21 {
  font-size: 21px !important;
}

.u-fz22 {
  font-size: 22px !important;
}

.u-fz23 {
  font-size: 23px !important;
}

.u-fz24 {
  font-size: 24px !important;
}

.u-fz25 {
  font-size: 25px !important;
}

.u-fz26 {
  font-size: 26px !important;
}

.u-fz27 {
  font-size: 27px !important;
}

.u-fz28 {
  font-size: 28px !important;
}

.u-fz29 {
  font-size: 29px !important;
}

.u-fz30 {
  font-size: 30px !important;
}

.u-fz31 {
  font-size: 31px !important;
}

.u-fz32 {
  font-size: 32px !important;
}

.u-fz33 {
  font-size: 33px !important;
}

.u-fz34 {
  font-size: 34px !important;
}

.u-fz35 {
  font-size: 35px !important;
}

.u-fz36 {
  font-size: 36px !important;
}

.u-fz37 {
  font-size: 37px !important;
}

.u-fz38 {
  font-size: 38px !important;
}

.u-fz39 {
  font-size: 39px !important;
}

.u-fz40 {
  font-size: 40px !important;
}

.u-fz41 {
  font-size: 41px !important;
}

.u-fz42 {
  font-size: 42px !important;
}

.u-fz43 {
  font-size: 43px !important;
}

.u-fz44 {
  font-size: 44px !important;
}

.u-fz45 {
  font-size: 45px !important;
}

.u-fz46 {
  font-size: 46px !important;
}

.u-fz47 {
  font-size: 47px !important;
}

.u-fz48 {
  font-size: 48px !important;
}

.u-fz49 {
  font-size: 49px !important;
}

.u-fz50 {
  font-size: 50px !important;
}

.u-fzInherit {
  font-size: inherit !important;
}

@media (min-width: 600px) {
  .u-fz10pc {
    font-size: 10px !important;
  }
  .u-fz11pc {
    font-size: 11px !important;
  }
  .u-fz12pc {
    font-size: 12px !important;
  }
  .u-fz13pc {
    font-size: 13px !important;
  }
  .u-fz14pc {
    font-size: 14px !important;
  }
  .u-fz15pc {
    font-size: 15px !important;
  }
  .u-fz16pc {
    font-size: 16px !important;
  }
  .u-fz17pc {
    font-size: 17px !important;
  }
  .u-fz18pc {
    font-size: 18px !important;
  }
  .u-fz19pc {
    font-size: 19px !important;
  }
  .u-fz20pc {
    font-size: 20px !important;
  }
  .u-fz21pc {
    font-size: 21px !important;
  }
  .u-fz22pc {
    font-size: 22px !important;
  }
  .u-fz23pc {
    font-size: 23px !important;
  }
  .u-fz24pc {
    font-size: 24px !important;
  }
  .u-fz25pc {
    font-size: 25px !important;
  }
  .u-fz26pc {
    font-size: 26px !important;
  }
  .u-fz27pc {
    font-size: 27px !important;
  }
  .u-fz28pc {
    font-size: 28px !important;
  }
  .u-fz29pc {
    font-size: 29px !important;
  }
  .u-fz30pc {
    font-size: 30px !important;
  }
  .u-fz31pc {
    font-size: 31px !important;
  }
  .u-fz32pc {
    font-size: 32px !important;
  }
  .u-fz33pc {
    font-size: 33px !important;
  }
  .u-fz34pc {
    font-size: 34px !important;
  }
  .u-fz35pc {
    font-size: 35px !important;
  }
  .u-fz36pc {
    font-size: 36px !important;
  }
  .u-fz37pc {
    font-size: 37px !important;
  }
  .u-fz38pc {
    font-size: 38px !important;
  }
  .u-fz39pc {
    font-size: 39px !important;
  }
  .u-fz40pc {
    font-size: 40px !important;
  }
  .u-fz41pc {
    font-size: 41px !important;
  }
  .u-fz42pc {
    font-size: 42px !important;
  }
  .u-fz43pc {
    font-size: 43px !important;
  }
  .u-fz44pc {
    font-size: 44px !important;
  }
  .u-fz45pc {
    font-size: 45px !important;
  }
  .u-fz46pc {
    font-size: 46px !important;
  }
  .u-fz47pc {
    font-size: 47px !important;
  }
  .u-fz48pc {
    font-size: 48px !important;
  }
  .u-fz49pc {
    font-size: 49px !important;
  }
  .u-fz50pc {
    font-size: 50px !important;
  }
}
@media (max-width: 599px) {
  .u-fz10sp {
    font-size: 10px !important;
  }
  .u-fz10spvw {
    font-size: 2.6666666667vw !important;
  }
  .u-fz11sp {
    font-size: 11px !important;
  }
  .u-fz11spvw {
    font-size: 2.9333333333vw !important;
  }
  .u-fz12sp {
    font-size: 12px !important;
  }
  .u-fz12spvw {
    font-size: 3.2vw !important;
  }
  .u-fz13sp {
    font-size: 13px !important;
  }
  .u-fz13spvw {
    font-size: 3.4666666667vw !important;
  }
  .u-fz14sp {
    font-size: 14px !important;
  }
  .u-fz14spvw {
    font-size: 3.7333333333vw !important;
  }
  .u-fz15sp {
    font-size: 15px !important;
  }
  .u-fz15spvw {
    font-size: 4vw !important;
  }
  .u-fz16sp {
    font-size: 16px !important;
  }
  .u-fz16spvw {
    font-size: 4.2666666667vw !important;
  }
  .u-fz17sp {
    font-size: 17px !important;
  }
  .u-fz17spvw {
    font-size: 4.5333333333vw !important;
  }
  .u-fz18sp {
    font-size: 18px !important;
  }
  .u-fz18spvw {
    font-size: 4.8vw !important;
  }
  .u-fz19sp {
    font-size: 19px !important;
  }
  .u-fz19spvw {
    font-size: 5.0666666667vw !important;
  }
  .u-fz20sp {
    font-size: 20px !important;
  }
  .u-fz20spvw {
    font-size: 5.3333333333vw !important;
  }
  .u-fz21sp {
    font-size: 21px !important;
  }
  .u-fz21spvw {
    font-size: 5.6vw !important;
  }
  .u-fz22sp {
    font-size: 22px !important;
  }
  .u-fz22spvw {
    font-size: 5.8666666667vw !important;
  }
  .u-fz23sp {
    font-size: 23px !important;
  }
  .u-fz23spvw {
    font-size: 6.1333333333vw !important;
  }
  .u-fz24sp {
    font-size: 24px !important;
  }
  .u-fz24spvw {
    font-size: 6.4vw !important;
  }
  .u-fz25sp {
    font-size: 25px !important;
  }
  .u-fz25spvw {
    font-size: 6.6666666667vw !important;
  }
  .u-fz26sp {
    font-size: 26px !important;
  }
  .u-fz26spvw {
    font-size: 6.9333333333vw !important;
  }
  .u-fz27sp {
    font-size: 27px !important;
  }
  .u-fz27spvw {
    font-size: 7.2vw !important;
  }
  .u-fz28sp {
    font-size: 28px !important;
  }
  .u-fz28spvw {
    font-size: 7.4666666667vw !important;
  }
  .u-fz29sp {
    font-size: 29px !important;
  }
  .u-fz29spvw {
    font-size: 7.7333333333vw !important;
  }
  .u-fz30sp {
    font-size: 30px !important;
  }
  .u-fz30spvw {
    font-size: 8vw !important;
  }
  .u-fz31sp {
    font-size: 31px !important;
  }
  .u-fz31spvw {
    font-size: 8.2666666667vw !important;
  }
  .u-fz32sp {
    font-size: 32px !important;
  }
  .u-fz32spvw {
    font-size: 8.5333333333vw !important;
  }
  .u-fz33sp {
    font-size: 33px !important;
  }
  .u-fz33spvw {
    font-size: 8.8vw !important;
  }
  .u-fz34sp {
    font-size: 34px !important;
  }
  .u-fz34spvw {
    font-size: 9.0666666667vw !important;
  }
  .u-fz35sp {
    font-size: 35px !important;
  }
  .u-fz35spvw {
    font-size: 9.3333333333vw !important;
  }
  .u-fz36sp {
    font-size: 36px !important;
  }
  .u-fz36spvw {
    font-size: 9.6vw !important;
  }
  .u-fz37sp {
    font-size: 37px !important;
  }
  .u-fz37spvw {
    font-size: 9.8666666667vw !important;
  }
  .u-fz38sp {
    font-size: 38px !important;
  }
  .u-fz38spvw {
    font-size: 10.1333333333vw !important;
  }
  .u-fz39sp {
    font-size: 39px !important;
  }
  .u-fz39spvw {
    font-size: 10.4vw !important;
  }
  .u-fz40sp {
    font-size: 40px !important;
  }
  .u-fz40spvw {
    font-size: 10.6666666667vw !important;
  }
  .u-fz41sp {
    font-size: 41px !important;
  }
  .u-fz41spvw {
    font-size: 10.9333333333vw !important;
  }
  .u-fz42sp {
    font-size: 42px !important;
  }
  .u-fz42spvw {
    font-size: 11.2vw !important;
  }
  .u-fz43sp {
    font-size: 43px !important;
  }
  .u-fz43spvw {
    font-size: 11.4666666667vw !important;
  }
  .u-fz44sp {
    font-size: 44px !important;
  }
  .u-fz44spvw {
    font-size: 11.7333333333vw !important;
  }
  .u-fz45sp {
    font-size: 45px !important;
  }
  .u-fz45spvw {
    font-size: 12vw !important;
  }
  .u-fz46sp {
    font-size: 46px !important;
  }
  .u-fz46spvw {
    font-size: 12.2666666667vw !important;
  }
  .u-fz47sp {
    font-size: 47px !important;
  }
  .u-fz47spvw {
    font-size: 12.5333333333vw !important;
  }
  .u-fz48sp {
    font-size: 48px !important;
  }
  .u-fz48spvw {
    font-size: 12.8vw !important;
  }
  .u-fz49sp {
    font-size: 49px !important;
  }
  .u-fz49spvw {
    font-size: 13.0666666667vw !important;
  }
  .u-fz50sp {
    font-size: 50px !important;
  }
  .u-fz50spvw {
    font-size: 13.3333333333vw !important;
  }
}
/* 全デバイス共通 */
.u-mtAuto {
  margin-top: auto !important;
}

.u-mrAuto {
  margin-right: auto !important;
}

.u-mbAuto {
  margin-bottom: auto !important;
}

.u-mlAuto {
  margin-left: auto !important;
}

.u-mxAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-myAuto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-m0 {
  margin: 0px !important;
}

.u-mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-p0 {
  padding: 0px !important;
}

.u-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-m5 {
  margin: 5px !important;
}

.u-mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.u-my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-p5 {
  padding: 5px !important;
}

.u-px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-mx15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u-my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u-py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-mx35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.u-my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u-py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-mx45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.u-my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u-py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-m55 {
  margin: 55px !important;
}

.u-mx55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.u-my55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-p55 {
  padding: 55px !important;
}

.u-px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u-py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-m65 {
  margin: 65px !important;
}

.u-mx65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.u-my65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-p65 {
  padding: 65px !important;
}

.u-px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u-py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-m75 {
  margin: 75px !important;
}

.u-mx75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.u-my75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-p75 {
  padding: 75px !important;
}

.u-px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u-py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-m85 {
  margin: 85px !important;
}

.u-mx85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.u-my85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-p85 {
  padding: 85px !important;
}

.u-px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u-py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-m95 {
  margin: 95px !important;
}

.u-mx95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u-my95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-p95 {
  padding: 95px !important;
}

.u-px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-m105 {
  margin: 105px !important;
}

.u-mx105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.u-my105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-p105 {
  padding: 105px !important;
}

.u-px105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.u-py105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.u-pt105 {
  padding-top: 105px !important;
}

.u-pr105 {
  padding-right: 105px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-pl105 {
  padding-left: 105px !important;
}

.u-m110 {
  margin: 110px !important;
}

.u-mx110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.u-my110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-p110 {
  padding: 110px !important;
}

.u-px110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.u-py110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pr110 {
  padding-right: 110px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pl110 {
  padding-left: 110px !important;
}

.u-m115 {
  margin: 115px !important;
}

.u-mx115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.u-my115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-p115 {
  padding: 115px !important;
}

.u-px115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.u-py115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.u-pt115 {
  padding-top: 115px !important;
}

.u-pr115 {
  padding-right: 115px !important;
}

.u-pb115 {
  padding-bottom: 115px !important;
}

.u-pl115 {
  padding-left: 115px !important;
}

.u-m120 {
  margin: 120px !important;
}

.u-mx120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.u-my120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-p120 {
  padding: 120px !important;
}

.u-px120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.u-py120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pr120 {
  padding-right: 120px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-m125 {
  margin: 125px !important;
}

.u-mx125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.u-my125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-p125 {
  padding: 125px !important;
}

.u-px125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.u-py125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.u-pt125 {
  padding-top: 125px !important;
}

.u-pr125 {
  padding-right: 125px !important;
}

.u-pb125 {
  padding-bottom: 125px !important;
}

.u-pl125 {
  padding-left: 125px !important;
}

/* PC専用クラアス */
@media (min-width: 600px) {
  .u-mtAutopc {
    margin-top: auto !important;
  }
  .u-mrAutopc {
    margin-right: auto !important;
  }
  .u-mbAutopc {
    margin-bottom: auto !important;
  }
  .u-mlAutopc {
    margin-left: auto !important;
  }
  .u-mxAutopc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-myAutopc {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-m0pc {
    margin: 0px !important;
  }
  .u-mx0pc {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-my0pc {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-mt0pc {
    margin-top: 0px !important;
  }
  .u-mr0pc {
    margin-right: 0px !important;
  }
  .u-mb0pc {
    margin-bottom: 0px !important;
  }
  .u-ml0pc {
    margin-left: 0px !important;
  }
  .u-p0pc {
    padding: 0px !important;
  }
  .u-px0pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pt0pc {
    padding-top: 0px !important;
  }
  .u-pr0pc {
    padding-right: 0px !important;
  }
  .u-pb0pc {
    padding-bottom: 0px !important;
  }
  .u-pl0pc {
    padding-left: 0px !important;
  }
  .u-m5pc {
    margin: 5px !important;
  }
  .u-mx5pc {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .u-my5pc {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-mt5pc {
    margin-top: 5px !important;
  }
  .u-mr5pc {
    margin-right: 5px !important;
  }
  .u-mb5pc {
    margin-bottom: 5px !important;
  }
  .u-ml5pc {
    margin-left: 5px !important;
  }
  .u-p5pc {
    padding: 5px !important;
  }
  .u-px5pc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-pt5pc {
    padding-top: 5px !important;
  }
  .u-pr5pc {
    padding-right: 5px !important;
  }
  .u-pb5pc {
    padding-bottom: 5px !important;
  }
  .u-pl5pc {
    padding-left: 5px !important;
  }
  .u-m10pc {
    margin: 10px !important;
  }
  .u-mx10pc {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .u-my10pc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-mt10pc {
    margin-top: 10px !important;
  }
  .u-mr10pc {
    margin-right: 10px !important;
  }
  .u-mb10pc {
    margin-bottom: 10px !important;
  }
  .u-ml10pc {
    margin-left: 10px !important;
  }
  .u-p10pc {
    padding: 10px !important;
  }
  .u-px10pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-pt10pc {
    padding-top: 10px !important;
  }
  .u-pr10pc {
    padding-right: 10px !important;
  }
  .u-pb10pc {
    padding-bottom: 10px !important;
  }
  .u-pl10pc {
    padding-left: 10px !important;
  }
  .u-m15pc {
    margin: 15px !important;
  }
  .u-mx15pc {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .u-my15pc {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-mt15pc {
    margin-top: 15px !important;
  }
  .u-mr15pc {
    margin-right: 15px !important;
  }
  .u-mb15pc {
    margin-bottom: 15px !important;
  }
  .u-ml15pc {
    margin-left: 15px !important;
  }
  .u-p15pc {
    padding: 15px !important;
  }
  .u-px15pc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-pt15pc {
    padding-top: 15px !important;
  }
  .u-pr15pc {
    padding-right: 15px !important;
  }
  .u-pb15pc {
    padding-bottom: 15px !important;
  }
  .u-pl15pc {
    padding-left: 15px !important;
  }
  .u-m20pc {
    margin: 20px !important;
  }
  .u-mx20pc {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-my20pc {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-mt20pc {
    margin-top: 20px !important;
  }
  .u-mr20pc {
    margin-right: 20px !important;
  }
  .u-mb20pc {
    margin-bottom: 20px !important;
  }
  .u-ml20pc {
    margin-left: 20px !important;
  }
  .u-p20pc {
    padding: 20px !important;
  }
  .u-px20pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-pt20pc {
    padding-top: 20px !important;
  }
  .u-pr20pc {
    padding-right: 20px !important;
  }
  .u-pb20pc {
    padding-bottom: 20px !important;
  }
  .u-pl20pc {
    padding-left: 20px !important;
  }
  .u-m25pc {
    margin: 25px !important;
  }
  .u-mx25pc {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .u-my25pc {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-mt25pc {
    margin-top: 25px !important;
  }
  .u-mr25pc {
    margin-right: 25px !important;
  }
  .u-mb25pc {
    margin-bottom: 25px !important;
  }
  .u-ml25pc {
    margin-left: 25px !important;
  }
  .u-p25pc {
    padding: 25px !important;
  }
  .u-px25pc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-pt25pc {
    padding-top: 25px !important;
  }
  .u-pr25pc {
    padding-right: 25px !important;
  }
  .u-pb25pc {
    padding-bottom: 25px !important;
  }
  .u-pl25pc {
    padding-left: 25px !important;
  }
  .u-m30pc {
    margin: 30px !important;
  }
  .u-mx30pc {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .u-my30pc {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-mt30pc {
    margin-top: 30px !important;
  }
  .u-mr30pc {
    margin-right: 30px !important;
  }
  .u-mb30pc {
    margin-bottom: 30px !important;
  }
  .u-ml30pc {
    margin-left: 30px !important;
  }
  .u-p30pc {
    padding: 30px !important;
  }
  .u-px30pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-pt30pc {
    padding-top: 30px !important;
  }
  .u-pr30pc {
    padding-right: 30px !important;
  }
  .u-pb30pc {
    padding-bottom: 30px !important;
  }
  .u-pl30pc {
    padding-left: 30px !important;
  }
  .u-m35pc {
    margin: 35px !important;
  }
  .u-mx35pc {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .u-my35pc {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-mt35pc {
    margin-top: 35px !important;
  }
  .u-mr35pc {
    margin-right: 35px !important;
  }
  .u-mb35pc {
    margin-bottom: 35px !important;
  }
  .u-ml35pc {
    margin-left: 35px !important;
  }
  .u-p35pc {
    padding: 35px !important;
  }
  .u-px35pc {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35pc {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-pt35pc {
    padding-top: 35px !important;
  }
  .u-pr35pc {
    padding-right: 35px !important;
  }
  .u-pb35pc {
    padding-bottom: 35px !important;
  }
  .u-pl35pc {
    padding-left: 35px !important;
  }
  .u-m40pc {
    margin: 40px !important;
  }
  .u-mx40pc {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-my40pc {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-mt40pc {
    margin-top: 40px !important;
  }
  .u-mr40pc {
    margin-right: 40px !important;
  }
  .u-mb40pc {
    margin-bottom: 40px !important;
  }
  .u-ml40pc {
    margin-left: 40px !important;
  }
  .u-p40pc {
    padding: 40px !important;
  }
  .u-px40pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-pt40pc {
    padding-top: 40px !important;
  }
  .u-pr40pc {
    padding-right: 40px !important;
  }
  .u-pb40pc {
    padding-bottom: 40px !important;
  }
  .u-pl40pc {
    padding-left: 40px !important;
  }
  .u-m45pc {
    margin: 45px !important;
  }
  .u-mx45pc {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .u-my45pc {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-mt45pc {
    margin-top: 45px !important;
  }
  .u-mr45pc {
    margin-right: 45px !important;
  }
  .u-mb45pc {
    margin-bottom: 45px !important;
  }
  .u-ml45pc {
    margin-left: 45px !important;
  }
  .u-p45pc {
    padding: 45px !important;
  }
  .u-px45pc {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45pc {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-pt45pc {
    padding-top: 45px !important;
  }
  .u-pr45pc {
    padding-right: 45px !important;
  }
  .u-pb45pc {
    padding-bottom: 45px !important;
  }
  .u-pl45pc {
    padding-left: 45px !important;
  }
  .u-m50pc {
    margin: 50px !important;
  }
  .u-mx50pc {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .u-my50pc {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-mt50pc {
    margin-top: 50px !important;
  }
  .u-mr50pc {
    margin-right: 50px !important;
  }
  .u-mb50pc {
    margin-bottom: 50px !important;
  }
  .u-ml50pc {
    margin-left: 50px !important;
  }
  .u-p50pc {
    padding: 50px !important;
  }
  .u-px50pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-pt50pc {
    padding-top: 50px !important;
  }
  .u-pr50pc {
    padding-right: 50px !important;
  }
  .u-pb50pc {
    padding-bottom: 50px !important;
  }
  .u-pl50pc {
    padding-left: 50px !important;
  }
  .u-m55pc {
    margin: 55px !important;
  }
  .u-mx55pc {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .u-my55pc {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-mt55pc {
    margin-top: 55px !important;
  }
  .u-mr55pc {
    margin-right: 55px !important;
  }
  .u-mb55pc {
    margin-bottom: 55px !important;
  }
  .u-ml55pc {
    margin-left: 55px !important;
  }
  .u-p55pc {
    padding: 55px !important;
  }
  .u-px55pc {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55pc {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-pt55pc {
    padding-top: 55px !important;
  }
  .u-pr55pc {
    padding-right: 55px !important;
  }
  .u-pb55pc {
    padding-bottom: 55px !important;
  }
  .u-pl55pc {
    padding-left: 55px !important;
  }
  .u-m60pc {
    margin: 60px !important;
  }
  .u-mx60pc {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .u-my60pc {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-mt60pc {
    margin-top: 60px !important;
  }
  .u-mr60pc {
    margin-right: 60px !important;
  }
  .u-mb60pc {
    margin-bottom: 60px !important;
  }
  .u-ml60pc {
    margin-left: 60px !important;
  }
  .u-p60pc {
    padding: 60px !important;
  }
  .u-px60pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-pt60pc {
    padding-top: 60px !important;
  }
  .u-pr60pc {
    padding-right: 60px !important;
  }
  .u-pb60pc {
    padding-bottom: 60px !important;
  }
  .u-pl60pc {
    padding-left: 60px !important;
  }
  .u-m65pc {
    margin: 65px !important;
  }
  .u-mx65pc {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .u-my65pc {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-mt65pc {
    margin-top: 65px !important;
  }
  .u-mr65pc {
    margin-right: 65px !important;
  }
  .u-mb65pc {
    margin-bottom: 65px !important;
  }
  .u-ml65pc {
    margin-left: 65px !important;
  }
  .u-p65pc {
    padding: 65px !important;
  }
  .u-px65pc {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65pc {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-pt65pc {
    padding-top: 65px !important;
  }
  .u-pr65pc {
    padding-right: 65px !important;
  }
  .u-pb65pc {
    padding-bottom: 65px !important;
  }
  .u-pl65pc {
    padding-left: 65px !important;
  }
  .u-m70pc {
    margin: 70px !important;
  }
  .u-mx70pc {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .u-my70pc {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-mt70pc {
    margin-top: 70px !important;
  }
  .u-mr70pc {
    margin-right: 70px !important;
  }
  .u-mb70pc {
    margin-bottom: 70px !important;
  }
  .u-ml70pc {
    margin-left: 70px !important;
  }
  .u-p70pc {
    padding: 70px !important;
  }
  .u-px70pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-pt70pc {
    padding-top: 70px !important;
  }
  .u-pr70pc {
    padding-right: 70px !important;
  }
  .u-pb70pc {
    padding-bottom: 70px !important;
  }
  .u-pl70pc {
    padding-left: 70px !important;
  }
  .u-m75pc {
    margin: 75px !important;
  }
  .u-mx75pc {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .u-my75pc {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-mt75pc {
    margin-top: 75px !important;
  }
  .u-mr75pc {
    margin-right: 75px !important;
  }
  .u-mb75pc {
    margin-bottom: 75px !important;
  }
  .u-ml75pc {
    margin-left: 75px !important;
  }
  .u-p75pc {
    padding: 75px !important;
  }
  .u-px75pc {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75pc {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-pt75pc {
    padding-top: 75px !important;
  }
  .u-pr75pc {
    padding-right: 75px !important;
  }
  .u-pb75pc {
    padding-bottom: 75px !important;
  }
  .u-pl75pc {
    padding-left: 75px !important;
  }
  .u-m80pc {
    margin: 80px !important;
  }
  .u-mx80pc {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-my80pc {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-mt80pc {
    margin-top: 80px !important;
  }
  .u-mr80pc {
    margin-right: 80px !important;
  }
  .u-mb80pc {
    margin-bottom: 80px !important;
  }
  .u-ml80pc {
    margin-left: 80px !important;
  }
  .u-p80pc {
    padding: 80px !important;
  }
  .u-px80pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-pt80pc {
    padding-top: 80px !important;
  }
  .u-pr80pc {
    padding-right: 80px !important;
  }
  .u-pb80pc {
    padding-bottom: 80px !important;
  }
  .u-pl80pc {
    padding-left: 80px !important;
  }
  .u-m85pc {
    margin: 85px !important;
  }
  .u-mx85pc {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .u-my85pc {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-mt85pc {
    margin-top: 85px !important;
  }
  .u-mr85pc {
    margin-right: 85px !important;
  }
  .u-mb85pc {
    margin-bottom: 85px !important;
  }
  .u-ml85pc {
    margin-left: 85px !important;
  }
  .u-p85pc {
    padding: 85px !important;
  }
  .u-px85pc {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85pc {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-pt85pc {
    padding-top: 85px !important;
  }
  .u-pr85pc {
    padding-right: 85px !important;
  }
  .u-pb85pc {
    padding-bottom: 85px !important;
  }
  .u-pl85pc {
    padding-left: 85px !important;
  }
  .u-m90pc {
    margin: 90px !important;
  }
  .u-mx90pc {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .u-my90pc {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-mt90pc {
    margin-top: 90px !important;
  }
  .u-mr90pc {
    margin-right: 90px !important;
  }
  .u-mb90pc {
    margin-bottom: 90px !important;
  }
  .u-ml90pc {
    margin-left: 90px !important;
  }
  .u-p90pc {
    padding: 90px !important;
  }
  .u-px90pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-pt90pc {
    padding-top: 90px !important;
  }
  .u-pr90pc {
    padding-right: 90px !important;
  }
  .u-pb90pc {
    padding-bottom: 90px !important;
  }
  .u-pl90pc {
    padding-left: 90px !important;
  }
  .u-m95pc {
    margin: 95px !important;
  }
  .u-mx95pc {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .u-my95pc {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-mt95pc {
    margin-top: 95px !important;
  }
  .u-mr95pc {
    margin-right: 95px !important;
  }
  .u-mb95pc {
    margin-bottom: 95px !important;
  }
  .u-ml95pc {
    margin-left: 95px !important;
  }
  .u-p95pc {
    padding: 95px !important;
  }
  .u-px95pc {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95pc {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-pt95pc {
    padding-top: 95px !important;
  }
  .u-pr95pc {
    padding-right: 95px !important;
  }
  .u-pb95pc {
    padding-bottom: 95px !important;
  }
  .u-pl95pc {
    padding-left: 95px !important;
  }
  .u-m100pc {
    margin: 100px !important;
  }
  .u-mx100pc {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .u-my100pc {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-mt100pc {
    margin-top: 100px !important;
  }
  .u-mr100pc {
    margin-right: 100px !important;
  }
  .u-mb100pc {
    margin-bottom: 100px !important;
  }
  .u-ml100pc {
    margin-left: 100px !important;
  }
  .u-p100pc {
    padding: 100px !important;
  }
  .u-px100pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-pt100pc {
    padding-top: 100px !important;
  }
  .u-pr100pc {
    padding-right: 100px !important;
  }
  .u-pb100pc {
    padding-bottom: 100px !important;
  }
  .u-pl100pc {
    padding-left: 100px !important;
  }
  .u-pcHide {
    display: none !important;
  }
}
/* SP専用クラアス */
@media (max-width: 599px) {
  .u-mtAutosp {
    margin-top: auto !important;
  }
  .u-mrAutosp {
    margin-right: auto !important;
  }
  .u-mbAutosp {
    margin-bottom: auto !important;
  }
  .u-mlAutosp {
    margin-left: auto !important;
  }
  .u-mxAutosp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-myAutosp {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-m0sp {
    margin: 0px !important;
  }
  .u-mx0sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-my0sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-mt0sp {
    margin-top: 0px !important;
  }
  .u-mr0sp {
    margin-right: 0px !important;
  }
  .u-mb0sp {
    margin-bottom: 0px !important;
  }
  .u-ml0sp {
    margin-left: 0px !important;
  }
  .u-p0sp {
    padding: 0px !important;
  }
  .u-px0sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pt0sp {
    padding-top: 0px !important;
  }
  .u-pr0sp {
    padding-right: 0px !important;
  }
  .u-pb0sp {
    padding-bottom: 0px !important;
  }
  .u-pl0sp {
    padding-left: 0px !important;
  }
  .u-m5sp {
    margin: 5px !important;
  }
  .u-mx5sp {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .u-my5sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-mt5sp {
    margin-top: 5px !important;
  }
  .u-mr5sp {
    margin-right: 5px !important;
  }
  .u-mb5sp {
    margin-bottom: 5px !important;
  }
  .u-ml5sp {
    margin-left: 5px !important;
  }
  .u-p5sp {
    padding: 5px !important;
  }
  .u-px5sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-pt5sp {
    padding-top: 5px !important;
  }
  .u-pr5sp {
    padding-right: 5px !important;
  }
  .u-pb5sp {
    padding-bottom: 5px !important;
  }
  .u-pl5sp {
    padding-left: 5px !important;
  }
  .u-m10sp {
    margin: 10px !important;
  }
  .u-mx10sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .u-my10sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-mt10sp {
    margin-top: 10px !important;
  }
  .u-mr10sp {
    margin-right: 10px !important;
  }
  .u-mb10sp {
    margin-bottom: 10px !important;
  }
  .u-ml10sp {
    margin-left: 10px !important;
  }
  .u-p10sp {
    padding: 10px !important;
  }
  .u-px10sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-pt10sp {
    padding-top: 10px !important;
  }
  .u-pr10sp {
    padding-right: 10px !important;
  }
  .u-pb10sp {
    padding-bottom: 10px !important;
  }
  .u-pl10sp {
    padding-left: 10px !important;
  }
  .u-m15sp {
    margin: 15px !important;
  }
  .u-mx15sp {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .u-my15sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-mt15sp {
    margin-top: 15px !important;
  }
  .u-mr15sp {
    margin-right: 15px !important;
  }
  .u-mb15sp {
    margin-bottom: 15px !important;
  }
  .u-ml15sp {
    margin-left: 15px !important;
  }
  .u-p15sp {
    padding: 15px !important;
  }
  .u-px15sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-pt15sp {
    padding-top: 15px !important;
  }
  .u-pr15sp {
    padding-right: 15px !important;
  }
  .u-pb15sp {
    padding-bottom: 15px !important;
  }
  .u-pl15sp {
    padding-left: 15px !important;
  }
  .u-m20sp {
    margin: 20px !important;
  }
  .u-mx20sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-my20sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-mt20sp {
    margin-top: 20px !important;
  }
  .u-mr20sp {
    margin-right: 20px !important;
  }
  .u-mb20sp {
    margin-bottom: 20px !important;
  }
  .u-ml20sp {
    margin-left: 20px !important;
  }
  .u-p20sp {
    padding: 20px !important;
  }
  .u-px20sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-pt20sp {
    padding-top: 20px !important;
  }
  .u-pr20sp {
    padding-right: 20px !important;
  }
  .u-pb20sp {
    padding-bottom: 20px !important;
  }
  .u-pl20sp {
    padding-left: 20px !important;
  }
  .u-m25sp {
    margin: 25px !important;
  }
  .u-mx25sp {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .u-my25sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-mt25sp {
    margin-top: 25px !important;
  }
  .u-mr25sp {
    margin-right: 25px !important;
  }
  .u-mb25sp {
    margin-bottom: 25px !important;
  }
  .u-ml25sp {
    margin-left: 25px !important;
  }
  .u-p25sp {
    padding: 25px !important;
  }
  .u-px25sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-pt25sp {
    padding-top: 25px !important;
  }
  .u-pr25sp {
    padding-right: 25px !important;
  }
  .u-pb25sp {
    padding-bottom: 25px !important;
  }
  .u-pl25sp {
    padding-left: 25px !important;
  }
  .u-m30sp {
    margin: 30px !important;
  }
  .u-mx30sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .u-my30sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-mt30sp {
    margin-top: 30px !important;
  }
  .u-mr30sp {
    margin-right: 30px !important;
  }
  .u-mb30sp {
    margin-bottom: 30px !important;
  }
  .u-ml30sp {
    margin-left: 30px !important;
  }
  .u-p30sp {
    padding: 30px !important;
  }
  .u-px30sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-pt30sp {
    padding-top: 30px !important;
  }
  .u-pr30sp {
    padding-right: 30px !important;
  }
  .u-pb30sp {
    padding-bottom: 30px !important;
  }
  .u-pl30sp {
    padding-left: 30px !important;
  }
  .u-m35sp {
    margin: 35px !important;
  }
  .u-mx35sp {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .u-my35sp {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-mt35sp {
    margin-top: 35px !important;
  }
  .u-mr35sp {
    margin-right: 35px !important;
  }
  .u-mb35sp {
    margin-bottom: 35px !important;
  }
  .u-ml35sp {
    margin-left: 35px !important;
  }
  .u-p35sp {
    padding: 35px !important;
  }
  .u-px35sp {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35sp {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-pt35sp {
    padding-top: 35px !important;
  }
  .u-pr35sp {
    padding-right: 35px !important;
  }
  .u-pb35sp {
    padding-bottom: 35px !important;
  }
  .u-pl35sp {
    padding-left: 35px !important;
  }
  .u-m40sp {
    margin: 40px !important;
  }
  .u-mx40sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-my40sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-mt40sp {
    margin-top: 40px !important;
  }
  .u-mr40sp {
    margin-right: 40px !important;
  }
  .u-mb40sp {
    margin-bottom: 40px !important;
  }
  .u-ml40sp {
    margin-left: 40px !important;
  }
  .u-p40sp {
    padding: 40px !important;
  }
  .u-px40sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-pt40sp {
    padding-top: 40px !important;
  }
  .u-pr40sp {
    padding-right: 40px !important;
  }
  .u-pb40sp {
    padding-bottom: 40px !important;
  }
  .u-pl40sp {
    padding-left: 40px !important;
  }
  .u-m45sp {
    margin: 45px !important;
  }
  .u-mx45sp {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .u-my45sp {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-mt45sp {
    margin-top: 45px !important;
  }
  .u-mr45sp {
    margin-right: 45px !important;
  }
  .u-mb45sp {
    margin-bottom: 45px !important;
  }
  .u-ml45sp {
    margin-left: 45px !important;
  }
  .u-p45sp {
    padding: 45px !important;
  }
  .u-px45sp {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45sp {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-pt45sp {
    padding-top: 45px !important;
  }
  .u-pr45sp {
    padding-right: 45px !important;
  }
  .u-pb45sp {
    padding-bottom: 45px !important;
  }
  .u-pl45sp {
    padding-left: 45px !important;
  }
  .u-m50sp {
    margin: 50px !important;
  }
  .u-mx50sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .u-my50sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-mt50sp {
    margin-top: 50px !important;
  }
  .u-mr50sp {
    margin-right: 50px !important;
  }
  .u-mb50sp {
    margin-bottom: 50px !important;
  }
  .u-ml50sp {
    margin-left: 50px !important;
  }
  .u-p50sp {
    padding: 50px !important;
  }
  .u-px50sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-pt50sp {
    padding-top: 50px !important;
  }
  .u-pr50sp {
    padding-right: 50px !important;
  }
  .u-pb50sp {
    padding-bottom: 50px !important;
  }
  .u-pl50sp {
    padding-left: 50px !important;
  }
  .u-m55sp {
    margin: 55px !important;
  }
  .u-mx55sp {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .u-my55sp {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-mt55sp {
    margin-top: 55px !important;
  }
  .u-mr55sp {
    margin-right: 55px !important;
  }
  .u-mb55sp {
    margin-bottom: 55px !important;
  }
  .u-ml55sp {
    margin-left: 55px !important;
  }
  .u-p55sp {
    padding: 55px !important;
  }
  .u-px55sp {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55sp {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-pt55sp {
    padding-top: 55px !important;
  }
  .u-pr55sp {
    padding-right: 55px !important;
  }
  .u-pb55sp {
    padding-bottom: 55px !important;
  }
  .u-pl55sp {
    padding-left: 55px !important;
  }
  .u-m60sp {
    margin: 60px !important;
  }
  .u-mx60sp {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .u-my60sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-mt60sp {
    margin-top: 60px !important;
  }
  .u-mr60sp {
    margin-right: 60px !important;
  }
  .u-mb60sp {
    margin-bottom: 60px !important;
  }
  .u-ml60sp {
    margin-left: 60px !important;
  }
  .u-p60sp {
    padding: 60px !important;
  }
  .u-px60sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-pt60sp {
    padding-top: 60px !important;
  }
  .u-pr60sp {
    padding-right: 60px !important;
  }
  .u-pb60sp {
    padding-bottom: 60px !important;
  }
  .u-pl60sp {
    padding-left: 60px !important;
  }
  .u-m65sp {
    margin: 65px !important;
  }
  .u-mx65sp {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .u-my65sp {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-mt65sp {
    margin-top: 65px !important;
  }
  .u-mr65sp {
    margin-right: 65px !important;
  }
  .u-mb65sp {
    margin-bottom: 65px !important;
  }
  .u-ml65sp {
    margin-left: 65px !important;
  }
  .u-p65sp {
    padding: 65px !important;
  }
  .u-px65sp {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65sp {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-pt65sp {
    padding-top: 65px !important;
  }
  .u-pr65sp {
    padding-right: 65px !important;
  }
  .u-pb65sp {
    padding-bottom: 65px !important;
  }
  .u-pl65sp {
    padding-left: 65px !important;
  }
  .u-m70sp {
    margin: 70px !important;
  }
  .u-mx70sp {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .u-my70sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-mt70sp {
    margin-top: 70px !important;
  }
  .u-mr70sp {
    margin-right: 70px !important;
  }
  .u-mb70sp {
    margin-bottom: 70px !important;
  }
  .u-ml70sp {
    margin-left: 70px !important;
  }
  .u-p70sp {
    padding: 70px !important;
  }
  .u-px70sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-pt70sp {
    padding-top: 70px !important;
  }
  .u-pr70sp {
    padding-right: 70px !important;
  }
  .u-pb70sp {
    padding-bottom: 70px !important;
  }
  .u-pl70sp {
    padding-left: 70px !important;
  }
  .u-m75sp {
    margin: 75px !important;
  }
  .u-mx75sp {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .u-my75sp {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-mt75sp {
    margin-top: 75px !important;
  }
  .u-mr75sp {
    margin-right: 75px !important;
  }
  .u-mb75sp {
    margin-bottom: 75px !important;
  }
  .u-ml75sp {
    margin-left: 75px !important;
  }
  .u-p75sp {
    padding: 75px !important;
  }
  .u-px75sp {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75sp {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-pt75sp {
    padding-top: 75px !important;
  }
  .u-pr75sp {
    padding-right: 75px !important;
  }
  .u-pb75sp {
    padding-bottom: 75px !important;
  }
  .u-pl75sp {
    padding-left: 75px !important;
  }
  .u-m80sp {
    margin: 80px !important;
  }
  .u-mx80sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-my80sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-mt80sp {
    margin-top: 80px !important;
  }
  .u-mr80sp {
    margin-right: 80px !important;
  }
  .u-mb80sp {
    margin-bottom: 80px !important;
  }
  .u-ml80sp {
    margin-left: 80px !important;
  }
  .u-p80sp {
    padding: 80px !important;
  }
  .u-px80sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-pt80sp {
    padding-top: 80px !important;
  }
  .u-pr80sp {
    padding-right: 80px !important;
  }
  .u-pb80sp {
    padding-bottom: 80px !important;
  }
  .u-pl80sp {
    padding-left: 80px !important;
  }
  .u-m85sp {
    margin: 85px !important;
  }
  .u-mx85sp {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .u-my85sp {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-mt85sp {
    margin-top: 85px !important;
  }
  .u-mr85sp {
    margin-right: 85px !important;
  }
  .u-mb85sp {
    margin-bottom: 85px !important;
  }
  .u-ml85sp {
    margin-left: 85px !important;
  }
  .u-p85sp {
    padding: 85px !important;
  }
  .u-px85sp {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85sp {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-pt85sp {
    padding-top: 85px !important;
  }
  .u-pr85sp {
    padding-right: 85px !important;
  }
  .u-pb85sp {
    padding-bottom: 85px !important;
  }
  .u-pl85sp {
    padding-left: 85px !important;
  }
  .u-m90sp {
    margin: 90px !important;
  }
  .u-mx90sp {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .u-my90sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-mt90sp {
    margin-top: 90px !important;
  }
  .u-mr90sp {
    margin-right: 90px !important;
  }
  .u-mb90sp {
    margin-bottom: 90px !important;
  }
  .u-ml90sp {
    margin-left: 90px !important;
  }
  .u-p90sp {
    padding: 90px !important;
  }
  .u-px90sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-pt90sp {
    padding-top: 90px !important;
  }
  .u-pr90sp {
    padding-right: 90px !important;
  }
  .u-pb90sp {
    padding-bottom: 90px !important;
  }
  .u-pl90sp {
    padding-left: 90px !important;
  }
  .u-m95sp {
    margin: 95px !important;
  }
  .u-mx95sp {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .u-my95sp {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-mt95sp {
    margin-top: 95px !important;
  }
  .u-mr95sp {
    margin-right: 95px !important;
  }
  .u-mb95sp {
    margin-bottom: 95px !important;
  }
  .u-ml95sp {
    margin-left: 95px !important;
  }
  .u-p95sp {
    padding: 95px !important;
  }
  .u-px95sp {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95sp {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-pt95sp {
    padding-top: 95px !important;
  }
  .u-pr95sp {
    padding-right: 95px !important;
  }
  .u-pb95sp {
    padding-bottom: 95px !important;
  }
  .u-pl95sp {
    padding-left: 95px !important;
  }
  .u-m100sp {
    margin: 100px !important;
  }
  .u-mx100sp {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .u-my100sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-mt100sp {
    margin-top: 100px !important;
  }
  .u-mr100sp {
    margin-right: 100px !important;
  }
  .u-mb100sp {
    margin-bottom: 100px !important;
  }
  .u-ml100sp {
    margin-left: 100px !important;
  }
  .u-p100sp {
    padding: 100px !important;
  }
  .u-px100sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-pt100sp {
    padding-top: 100px !important;
  }
  .u-pr100sp {
    padding-right: 100px !important;
  }
  .u-pb100sp {
    padding-bottom: 100px !important;
  }
  .u-pl100sp {
    padding-left: 100px !important;
  }
  /* SP VW用*/
  .u-m0spvw {
    margin: 0vw !important;
  }
  .u-mx0spvw {
    margin-left: 0vw !important;
    margin-right: 0vw !important;
  }
  .u-my0spvw {
    margin-top: 0vw !important;
    margin-bottom: 0vw !important;
  }
  .u-mt0spvw {
    margin-top: 0vw !important;
  }
  .u-mr0spvw {
    margin-right: 0vw !important;
  }
  .u-mb0spvw {
    margin-bottom: 0vw !important;
  }
  .u-ml0spvw {
    margin-left: 0vw !important;
  }
  .u-p0spvw {
    padding: 0vw !important;
  }
  .u-px0spvw {
    padding-left: 0vw !important;
    padding-right: 0vw !important;
  }
  .u-py0spvw {
    padding-top: 0vw !important;
    padding-bottom: 0vw !important;
  }
  .u-pt0spvw {
    padding-top: 0vw !important;
  }
  .u-pr0spvw {
    padding-right: 0vw !important;
  }
  .u-pb0spvw {
    padding-bottom: 0vw !important;
  }
  .u-pl0spvw {
    padding-left: 0vw !important;
  }
  .u-m5spvw {
    margin: 1.3333333333vw !important;
  }
  .u-mx5spvw {
    margin-left: 1.3333333333vw !important;
    margin-right: 1.3333333333vw !important;
  }
  .u-my5spvw {
    margin-top: 1.3333333333vw !important;
    margin-bottom: 1.3333333333vw !important;
  }
  .u-mt5spvw {
    margin-top: 1.3333333333vw !important;
  }
  .u-mr5spvw {
    margin-right: 1.3333333333vw !important;
  }
  .u-mb5spvw {
    margin-bottom: 1.3333333333vw !important;
  }
  .u-ml5spvw {
    margin-left: 1.3333333333vw !important;
  }
  .u-p5spvw {
    padding: 1.3333333333vw !important;
  }
  .u-px5spvw {
    padding-left: 1.3333333333vw !important;
    padding-right: 1.3333333333vw !important;
  }
  .u-py5spvw {
    padding-top: 1.3333333333vw !important;
    padding-bottom: 1.3333333333vw !important;
  }
  .u-pt5spvw {
    padding-top: 1.3333333333vw !important;
  }
  .u-pr5spvw {
    padding-right: 1.3333333333vw !important;
  }
  .u-pb5spvw {
    padding-bottom: 1.3333333333vw !important;
  }
  .u-pl5spvw {
    padding-left: 1.3333333333vw !important;
  }
  .u-m10spvw {
    margin: 2.6666666667vw !important;
  }
  .u-mx10spvw {
    margin-left: 2.6666666667vw !important;
    margin-right: 2.6666666667vw !important;
  }
  .u-my10spvw {
    margin-top: 2.6666666667vw !important;
    margin-bottom: 2.6666666667vw !important;
  }
  .u-mt10spvw {
    margin-top: 2.6666666667vw !important;
  }
  .u-mr10spvw {
    margin-right: 2.6666666667vw !important;
  }
  .u-mb10spvw {
    margin-bottom: 2.6666666667vw !important;
  }
  .u-ml10spvw {
    margin-left: 2.6666666667vw !important;
  }
  .u-p10spvw {
    padding: 2.6666666667vw !important;
  }
  .u-px10spvw {
    padding-left: 2.6666666667vw !important;
    padding-right: 2.6666666667vw !important;
  }
  .u-py10spvw {
    padding-top: 2.6666666667vw !important;
    padding-bottom: 2.6666666667vw !important;
  }
  .u-pt10spvw {
    padding-top: 2.6666666667vw !important;
  }
  .u-pr10spvw {
    padding-right: 2.6666666667vw !important;
  }
  .u-pb10spvw {
    padding-bottom: 2.6666666667vw !important;
  }
  .u-pl10spvw {
    padding-left: 2.6666666667vw !important;
  }
  .u-m15spvw {
    margin: 4vw !important;
  }
  .u-mx15spvw {
    margin-left: 4vw !important;
    margin-right: 4vw !important;
  }
  .u-my15spvw {
    margin-top: 4vw !important;
    margin-bottom: 4vw !important;
  }
  .u-mt15spvw {
    margin-top: 4vw !important;
  }
  .u-mr15spvw {
    margin-right: 4vw !important;
  }
  .u-mb15spvw {
    margin-bottom: 4vw !important;
  }
  .u-ml15spvw {
    margin-left: 4vw !important;
  }
  .u-p15spvw {
    padding: 4vw !important;
  }
  .u-px15spvw {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .u-py15spvw {
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
  .u-pt15spvw {
    padding-top: 4vw !important;
  }
  .u-pr15spvw {
    padding-right: 4vw !important;
  }
  .u-pb15spvw {
    padding-bottom: 4vw !important;
  }
  .u-pl15spvw {
    padding-left: 4vw !important;
  }
  .u-m20spvw {
    margin: 5.3333333333vw !important;
  }
  .u-mx20spvw {
    margin-left: 5.3333333333vw !important;
    margin-right: 5.3333333333vw !important;
  }
  .u-my20spvw {
    margin-top: 5.3333333333vw !important;
    margin-bottom: 5.3333333333vw !important;
  }
  .u-mt20spvw {
    margin-top: 5.3333333333vw !important;
  }
  .u-mr20spvw {
    margin-right: 5.3333333333vw !important;
  }
  .u-mb20spvw {
    margin-bottom: 5.3333333333vw !important;
  }
  .u-ml20spvw {
    margin-left: 5.3333333333vw !important;
  }
  .u-p20spvw {
    padding: 5.3333333333vw !important;
  }
  .u-px20spvw {
    padding-left: 5.3333333333vw !important;
    padding-right: 5.3333333333vw !important;
  }
  .u-py20spvw {
    padding-top: 5.3333333333vw !important;
    padding-bottom: 5.3333333333vw !important;
  }
  .u-pt20spvw {
    padding-top: 5.3333333333vw !important;
  }
  .u-pr20spvw {
    padding-right: 5.3333333333vw !important;
  }
  .u-pb20spvw {
    padding-bottom: 5.3333333333vw !important;
  }
  .u-pl20spvw {
    padding-left: 5.3333333333vw !important;
  }
  .u-m25spvw {
    margin: 6.6666666667vw !important;
  }
  .u-mx25spvw {
    margin-left: 6.6666666667vw !important;
    margin-right: 6.6666666667vw !important;
  }
  .u-my25spvw {
    margin-top: 6.6666666667vw !important;
    margin-bottom: 6.6666666667vw !important;
  }
  .u-mt25spvw {
    margin-top: 6.6666666667vw !important;
  }
  .u-mr25spvw {
    margin-right: 6.6666666667vw !important;
  }
  .u-mb25spvw {
    margin-bottom: 6.6666666667vw !important;
  }
  .u-ml25spvw {
    margin-left: 6.6666666667vw !important;
  }
  .u-p25spvw {
    padding: 6.6666666667vw !important;
  }
  .u-px25spvw {
    padding-left: 6.6666666667vw !important;
    padding-right: 6.6666666667vw !important;
  }
  .u-py25spvw {
    padding-top: 6.6666666667vw !important;
    padding-bottom: 6.6666666667vw !important;
  }
  .u-pt25spvw {
    padding-top: 6.6666666667vw !important;
  }
  .u-pr25spvw {
    padding-right: 6.6666666667vw !important;
  }
  .u-pb25spvw {
    padding-bottom: 6.6666666667vw !important;
  }
  .u-pl25spvw {
    padding-left: 6.6666666667vw !important;
  }
  .u-m30spvw {
    margin: 8vw !important;
  }
  .u-mx30spvw {
    margin-left: 8vw !important;
    margin-right: 8vw !important;
  }
  .u-my30spvw {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
  .u-mt30spvw {
    margin-top: 8vw !important;
  }
  .u-mr30spvw {
    margin-right: 8vw !important;
  }
  .u-mb30spvw {
    margin-bottom: 8vw !important;
  }
  .u-ml30spvw {
    margin-left: 8vw !important;
  }
  .u-p30spvw {
    padding: 8vw !important;
  }
  .u-px30spvw {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
  }
  .u-py30spvw {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
  }
  .u-pt30spvw {
    padding-top: 8vw !important;
  }
  .u-pr30spvw {
    padding-right: 8vw !important;
  }
  .u-pb30spvw {
    padding-bottom: 8vw !important;
  }
  .u-pl30spvw {
    padding-left: 8vw !important;
  }
  .u-m35spvw {
    margin: 9.3333333333vw !important;
  }
  .u-mx35spvw {
    margin-left: 9.3333333333vw !important;
    margin-right: 9.3333333333vw !important;
  }
  .u-my35spvw {
    margin-top: 9.3333333333vw !important;
    margin-bottom: 9.3333333333vw !important;
  }
  .u-mt35spvw {
    margin-top: 9.3333333333vw !important;
  }
  .u-mr35spvw {
    margin-right: 9.3333333333vw !important;
  }
  .u-mb35spvw {
    margin-bottom: 9.3333333333vw !important;
  }
  .u-ml35spvw {
    margin-left: 9.3333333333vw !important;
  }
  .u-p35spvw {
    padding: 9.3333333333vw !important;
  }
  .u-px35spvw {
    padding-left: 9.3333333333vw !important;
    padding-right: 9.3333333333vw !important;
  }
  .u-py35spvw {
    padding-top: 9.3333333333vw !important;
    padding-bottom: 9.3333333333vw !important;
  }
  .u-pt35spvw {
    padding-top: 9.3333333333vw !important;
  }
  .u-pr35spvw {
    padding-right: 9.3333333333vw !important;
  }
  .u-pb35spvw {
    padding-bottom: 9.3333333333vw !important;
  }
  .u-pl35spvw {
    padding-left: 9.3333333333vw !important;
  }
  .u-m40spvw {
    margin: 10.6666666667vw !important;
  }
  .u-mx40spvw {
    margin-left: 10.6666666667vw !important;
    margin-right: 10.6666666667vw !important;
  }
  .u-my40spvw {
    margin-top: 10.6666666667vw !important;
    margin-bottom: 10.6666666667vw !important;
  }
  .u-mt40spvw {
    margin-top: 10.6666666667vw !important;
  }
  .u-mr40spvw {
    margin-right: 10.6666666667vw !important;
  }
  .u-mb40spvw {
    margin-bottom: 10.6666666667vw !important;
  }
  .u-ml40spvw {
    margin-left: 10.6666666667vw !important;
  }
  .u-p40spvw {
    padding: 10.6666666667vw !important;
  }
  .u-px40spvw {
    padding-left: 10.6666666667vw !important;
    padding-right: 10.6666666667vw !important;
  }
  .u-py40spvw {
    padding-top: 10.6666666667vw !important;
    padding-bottom: 10.6666666667vw !important;
  }
  .u-pt40spvw {
    padding-top: 10.6666666667vw !important;
  }
  .u-pr40spvw {
    padding-right: 10.6666666667vw !important;
  }
  .u-pb40spvw {
    padding-bottom: 10.6666666667vw !important;
  }
  .u-pl40spvw {
    padding-left: 10.6666666667vw !important;
  }
  .u-m45spvw {
    margin: 12vw !important;
  }
  .u-mx45spvw {
    margin-left: 12vw !important;
    margin-right: 12vw !important;
  }
  .u-my45spvw {
    margin-top: 12vw !important;
    margin-bottom: 12vw !important;
  }
  .u-mt45spvw {
    margin-top: 12vw !important;
  }
  .u-mr45spvw {
    margin-right: 12vw !important;
  }
  .u-mb45spvw {
    margin-bottom: 12vw !important;
  }
  .u-ml45spvw {
    margin-left: 12vw !important;
  }
  .u-p45spvw {
    padding: 12vw !important;
  }
  .u-px45spvw {
    padding-left: 12vw !important;
    padding-right: 12vw !important;
  }
  .u-py45spvw {
    padding-top: 12vw !important;
    padding-bottom: 12vw !important;
  }
  .u-pt45spvw {
    padding-top: 12vw !important;
  }
  .u-pr45spvw {
    padding-right: 12vw !important;
  }
  .u-pb45spvw {
    padding-bottom: 12vw !important;
  }
  .u-pl45spvw {
    padding-left: 12vw !important;
  }
  .u-m50spvw {
    margin: 13.3333333333vw !important;
  }
  .u-mx50spvw {
    margin-left: 13.3333333333vw !important;
    margin-right: 13.3333333333vw !important;
  }
  .u-my50spvw {
    margin-top: 13.3333333333vw !important;
    margin-bottom: 13.3333333333vw !important;
  }
  .u-mt50spvw {
    margin-top: 13.3333333333vw !important;
  }
  .u-mr50spvw {
    margin-right: 13.3333333333vw !important;
  }
  .u-mb50spvw {
    margin-bottom: 13.3333333333vw !important;
  }
  .u-ml50spvw {
    margin-left: 13.3333333333vw !important;
  }
  .u-p50spvw {
    padding: 13.3333333333vw !important;
  }
  .u-px50spvw {
    padding-left: 13.3333333333vw !important;
    padding-right: 13.3333333333vw !important;
  }
  .u-py50spvw {
    padding-top: 13.3333333333vw !important;
    padding-bottom: 13.3333333333vw !important;
  }
  .u-pt50spvw {
    padding-top: 13.3333333333vw !important;
  }
  .u-pr50spvw {
    padding-right: 13.3333333333vw !important;
  }
  .u-pb50spvw {
    padding-bottom: 13.3333333333vw !important;
  }
  .u-pl50spvw {
    padding-left: 13.3333333333vw !important;
  }
  .u-m55spvw {
    margin: 14.6666666667vw !important;
  }
  .u-mx55spvw {
    margin-left: 14.6666666667vw !important;
    margin-right: 14.6666666667vw !important;
  }
  .u-my55spvw {
    margin-top: 14.6666666667vw !important;
    margin-bottom: 14.6666666667vw !important;
  }
  .u-mt55spvw {
    margin-top: 14.6666666667vw !important;
  }
  .u-mr55spvw {
    margin-right: 14.6666666667vw !important;
  }
  .u-mb55spvw {
    margin-bottom: 14.6666666667vw !important;
  }
  .u-ml55spvw {
    margin-left: 14.6666666667vw !important;
  }
  .u-p55spvw {
    padding: 14.6666666667vw !important;
  }
  .u-px55spvw {
    padding-left: 14.6666666667vw !important;
    padding-right: 14.6666666667vw !important;
  }
  .u-py55spvw {
    padding-top: 14.6666666667vw !important;
    padding-bottom: 14.6666666667vw !important;
  }
  .u-pt55spvw {
    padding-top: 14.6666666667vw !important;
  }
  .u-pr55spvw {
    padding-right: 14.6666666667vw !important;
  }
  .u-pb55spvw {
    padding-bottom: 14.6666666667vw !important;
  }
  .u-pl55spvw {
    padding-left: 14.6666666667vw !important;
  }
  .u-m60spvw {
    margin: 16vw !important;
  }
  .u-mx60spvw {
    margin-left: 16vw !important;
    margin-right: 16vw !important;
  }
  .u-my60spvw {
    margin-top: 16vw !important;
    margin-bottom: 16vw !important;
  }
  .u-mt60spvw {
    margin-top: 16vw !important;
  }
  .u-mr60spvw {
    margin-right: 16vw !important;
  }
  .u-mb60spvw {
    margin-bottom: 16vw !important;
  }
  .u-ml60spvw {
    margin-left: 16vw !important;
  }
  .u-p60spvw {
    padding: 16vw !important;
  }
  .u-px60spvw {
    padding-left: 16vw !important;
    padding-right: 16vw !important;
  }
  .u-py60spvw {
    padding-top: 16vw !important;
    padding-bottom: 16vw !important;
  }
  .u-pt60spvw {
    padding-top: 16vw !important;
  }
  .u-pr60spvw {
    padding-right: 16vw !important;
  }
  .u-pb60spvw {
    padding-bottom: 16vw !important;
  }
  .u-pl60spvw {
    padding-left: 16vw !important;
  }
  .u-m65spvw {
    margin: 17.3333333333vw !important;
  }
  .u-mx65spvw {
    margin-left: 17.3333333333vw !important;
    margin-right: 17.3333333333vw !important;
  }
  .u-my65spvw {
    margin-top: 17.3333333333vw !important;
    margin-bottom: 17.3333333333vw !important;
  }
  .u-mt65spvw {
    margin-top: 17.3333333333vw !important;
  }
  .u-mr65spvw {
    margin-right: 17.3333333333vw !important;
  }
  .u-mb65spvw {
    margin-bottom: 17.3333333333vw !important;
  }
  .u-ml65spvw {
    margin-left: 17.3333333333vw !important;
  }
  .u-p65spvw {
    padding: 17.3333333333vw !important;
  }
  .u-px65spvw {
    padding-left: 17.3333333333vw !important;
    padding-right: 17.3333333333vw !important;
  }
  .u-py65spvw {
    padding-top: 17.3333333333vw !important;
    padding-bottom: 17.3333333333vw !important;
  }
  .u-pt65spvw {
    padding-top: 17.3333333333vw !important;
  }
  .u-pr65spvw {
    padding-right: 17.3333333333vw !important;
  }
  .u-pb65spvw {
    padding-bottom: 17.3333333333vw !important;
  }
  .u-pl65spvw {
    padding-left: 17.3333333333vw !important;
  }
  .u-m70spvw {
    margin: 18.6666666667vw !important;
  }
  .u-mx70spvw {
    margin-left: 18.6666666667vw !important;
    margin-right: 18.6666666667vw !important;
  }
  .u-my70spvw {
    margin-top: 18.6666666667vw !important;
    margin-bottom: 18.6666666667vw !important;
  }
  .u-mt70spvw {
    margin-top: 18.6666666667vw !important;
  }
  .u-mr70spvw {
    margin-right: 18.6666666667vw !important;
  }
  .u-mb70spvw {
    margin-bottom: 18.6666666667vw !important;
  }
  .u-ml70spvw {
    margin-left: 18.6666666667vw !important;
  }
  .u-p70spvw {
    padding: 18.6666666667vw !important;
  }
  .u-px70spvw {
    padding-left: 18.6666666667vw !important;
    padding-right: 18.6666666667vw !important;
  }
  .u-py70spvw {
    padding-top: 18.6666666667vw !important;
    padding-bottom: 18.6666666667vw !important;
  }
  .u-pt70spvw {
    padding-top: 18.6666666667vw !important;
  }
  .u-pr70spvw {
    padding-right: 18.6666666667vw !important;
  }
  .u-pb70spvw {
    padding-bottom: 18.6666666667vw !important;
  }
  .u-pl70spvw {
    padding-left: 18.6666666667vw !important;
  }
  .u-m75spvw {
    margin: 20vw !important;
  }
  .u-mx75spvw {
    margin-left: 20vw !important;
    margin-right: 20vw !important;
  }
  .u-my75spvw {
    margin-top: 20vw !important;
    margin-bottom: 20vw !important;
  }
  .u-mt75spvw {
    margin-top: 20vw !important;
  }
  .u-mr75spvw {
    margin-right: 20vw !important;
  }
  .u-mb75spvw {
    margin-bottom: 20vw !important;
  }
  .u-ml75spvw {
    margin-left: 20vw !important;
  }
  .u-p75spvw {
    padding: 20vw !important;
  }
  .u-px75spvw {
    padding-left: 20vw !important;
    padding-right: 20vw !important;
  }
  .u-py75spvw {
    padding-top: 20vw !important;
    padding-bottom: 20vw !important;
  }
  .u-pt75spvw {
    padding-top: 20vw !important;
  }
  .u-pr75spvw {
    padding-right: 20vw !important;
  }
  .u-pb75spvw {
    padding-bottom: 20vw !important;
  }
  .u-pl75spvw {
    padding-left: 20vw !important;
  }
  .u-m80spvw {
    margin: 21.3333333333vw !important;
  }
  .u-mx80spvw {
    margin-left: 21.3333333333vw !important;
    margin-right: 21.3333333333vw !important;
  }
  .u-my80spvw {
    margin-top: 21.3333333333vw !important;
    margin-bottom: 21.3333333333vw !important;
  }
  .u-mt80spvw {
    margin-top: 21.3333333333vw !important;
  }
  .u-mr80spvw {
    margin-right: 21.3333333333vw !important;
  }
  .u-mb80spvw {
    margin-bottom: 21.3333333333vw !important;
  }
  .u-ml80spvw {
    margin-left: 21.3333333333vw !important;
  }
  .u-p80spvw {
    padding: 21.3333333333vw !important;
  }
  .u-px80spvw {
    padding-left: 21.3333333333vw !important;
    padding-right: 21.3333333333vw !important;
  }
  .u-py80spvw {
    padding-top: 21.3333333333vw !important;
    padding-bottom: 21.3333333333vw !important;
  }
  .u-pt80spvw {
    padding-top: 21.3333333333vw !important;
  }
  .u-pr80spvw {
    padding-right: 21.3333333333vw !important;
  }
  .u-pb80spvw {
    padding-bottom: 21.3333333333vw !important;
  }
  .u-pl80spvw {
    padding-left: 21.3333333333vw !important;
  }
  .u-m85spvw {
    margin: 22.6666666667vw !important;
  }
  .u-mx85spvw {
    margin-left: 22.6666666667vw !important;
    margin-right: 22.6666666667vw !important;
  }
  .u-my85spvw {
    margin-top: 22.6666666667vw !important;
    margin-bottom: 22.6666666667vw !important;
  }
  .u-mt85spvw {
    margin-top: 22.6666666667vw !important;
  }
  .u-mr85spvw {
    margin-right: 22.6666666667vw !important;
  }
  .u-mb85spvw {
    margin-bottom: 22.6666666667vw !important;
  }
  .u-ml85spvw {
    margin-left: 22.6666666667vw !important;
  }
  .u-p85spvw {
    padding: 22.6666666667vw !important;
  }
  .u-px85spvw {
    padding-left: 22.6666666667vw !important;
    padding-right: 22.6666666667vw !important;
  }
  .u-py85spvw {
    padding-top: 22.6666666667vw !important;
    padding-bottom: 22.6666666667vw !important;
  }
  .u-pt85spvw {
    padding-top: 22.6666666667vw !important;
  }
  .u-pr85spvw {
    padding-right: 22.6666666667vw !important;
  }
  .u-pb85spvw {
    padding-bottom: 22.6666666667vw !important;
  }
  .u-pl85spvw {
    padding-left: 22.6666666667vw !important;
  }
  .u-m90spvw {
    margin: 24vw !important;
  }
  .u-mx90spvw {
    margin-left: 24vw !important;
    margin-right: 24vw !important;
  }
  .u-my90spvw {
    margin-top: 24vw !important;
    margin-bottom: 24vw !important;
  }
  .u-mt90spvw {
    margin-top: 24vw !important;
  }
  .u-mr90spvw {
    margin-right: 24vw !important;
  }
  .u-mb90spvw {
    margin-bottom: 24vw !important;
  }
  .u-ml90spvw {
    margin-left: 24vw !important;
  }
  .u-p90spvw {
    padding: 24vw !important;
  }
  .u-px90spvw {
    padding-left: 24vw !important;
    padding-right: 24vw !important;
  }
  .u-py90spvw {
    padding-top: 24vw !important;
    padding-bottom: 24vw !important;
  }
  .u-pt90spvw {
    padding-top: 24vw !important;
  }
  .u-pr90spvw {
    padding-right: 24vw !important;
  }
  .u-pb90spvw {
    padding-bottom: 24vw !important;
  }
  .u-pl90spvw {
    padding-left: 24vw !important;
  }
  .u-m95spvw {
    margin: 25.3333333333vw !important;
  }
  .u-mx95spvw {
    margin-left: 25.3333333333vw !important;
    margin-right: 25.3333333333vw !important;
  }
  .u-my95spvw {
    margin-top: 25.3333333333vw !important;
    margin-bottom: 25.3333333333vw !important;
  }
  .u-mt95spvw {
    margin-top: 25.3333333333vw !important;
  }
  .u-mr95spvw {
    margin-right: 25.3333333333vw !important;
  }
  .u-mb95spvw {
    margin-bottom: 25.3333333333vw !important;
  }
  .u-ml95spvw {
    margin-left: 25.3333333333vw !important;
  }
  .u-p95spvw {
    padding: 25.3333333333vw !important;
  }
  .u-px95spvw {
    padding-left: 25.3333333333vw !important;
    padding-right: 25.3333333333vw !important;
  }
  .u-py95spvw {
    padding-top: 25.3333333333vw !important;
    padding-bottom: 25.3333333333vw !important;
  }
  .u-pt95spvw {
    padding-top: 25.3333333333vw !important;
  }
  .u-pr95spvw {
    padding-right: 25.3333333333vw !important;
  }
  .u-pb95spvw {
    padding-bottom: 25.3333333333vw !important;
  }
  .u-pl95spvw {
    padding-left: 25.3333333333vw !important;
  }
  .u-m100spvw {
    margin: 26.6666666667vw !important;
  }
  .u-mx100spvw {
    margin-left: 26.6666666667vw !important;
    margin-right: 26.6666666667vw !important;
  }
  .u-my100spvw {
    margin-top: 26.6666666667vw !important;
    margin-bottom: 26.6666666667vw !important;
  }
  .u-mt100spvw {
    margin-top: 26.6666666667vw !important;
  }
  .u-mr100spvw {
    margin-right: 26.6666666667vw !important;
  }
  .u-mb100spvw {
    margin-bottom: 26.6666666667vw !important;
  }
  .u-ml100spvw {
    margin-left: 26.6666666667vw !important;
  }
  .u-p100spvw {
    padding: 26.6666666667vw !important;
  }
  .u-px100spvw {
    padding-left: 26.6666666667vw !important;
    padding-right: 26.6666666667vw !important;
  }
  .u-py100spvw {
    padding-top: 26.6666666667vw !important;
    padding-bottom: 26.6666666667vw !important;
  }
  .u-pt100spvw {
    padding-top: 26.6666666667vw !important;
  }
  .u-pr100spvw {
    padding-right: 26.6666666667vw !important;
  }
  .u-pb100spvw {
    padding-bottom: 26.6666666667vw !important;
  }
  .u-pl100spvw {
    padding-left: 26.6666666667vw !important;
  }
  .u-spHide {
    display: none !important;
  }
}
.u-textRight {
  text-align: right !important;
}
@media (max-width: 599px) {
  .u-textRightsp {
    text-align: right !important;
  }
}
@media (min-width: 600px) {
  .u-textRightpc {
    text-align: right !important;
  }
}

.u-textCenter {
  text-align: center !important;
}
@media (max-width: 599px) {
  .u-textCentersp {
    text-align: center !important;
  }
}
@media (min-width: 600px) {
  .u-textCenterpc {
    text-align: center !important;
  }
}

.u-textLeft {
  text-align: left !important;
}
@media (max-width: 599px) {
  .u-textLeftsp {
    text-align: left !important;
  }
}
@media (min-width: 600px) {
  .u-textLeftpc {
    text-align: left !important;
  }
}

.u-vaBase {
  vertical-align: baseline !important;
}

.u-vaTop {
  vertical-align: top !important;
}

.u-vaMiddle {
  vertical-align: middle !important;
}

.u-vaBottom {
  vertical-align: bottom !important;
}

.u-vaTextTop {
  vertical-align: text-top !important;
}

.u-vaTextBottom {
  vertical-align: text-bottom !important;
}

.u-vaSuper {
  vertical-align: super !important;
}

.u-vaSub {
  vertical-align: sub !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-flex {
  display: flex !important;
}

.u-fxdRow {
  flex-direction: row !important;
}

.u-fxdRowRev {
  flex-direction: row-reverse !important;
}

.u-fxdCol {
  flex-direction: column !important;
}

.u-fxdColRev {
  flex-direction: column-reverse !important;
}

.u-fxwNo {
  flex-wrap: nowrap !important;
}

.u-fxwWrap {
  flex-wrap: wrap !important;
}

.u-fxwWrapRev {
  flex-wrap: wrap-reverse !important;
}

.u-jcFlexStart {
  justify-content: flex-start !important;
}

.u-jcFlexEnd {
  justify-content: flex-end !important;
}

.u-jcCenter {
  justify-content: center !important;
}

.u-jcSpaceBetween {
  justify-content: space-between !important;
}

.u-jcSpaceAround {
  justify-content: space-around !important;
}

.u-aiFlexStart {
  align-items: flex-start !important;
}

.u-aiFlexEnd {
  align-items: flex-end !important;
}

.u-aiCenter {
  align-items: center !important;
}

.u-aiBase {
  align-items: baseline !important;
}

.u-aiStretch {
  align-items: stretch !important;
}

.u-acFlexStart {
  align-content: flex-start !important;
}

.u-acFlexEnd {
  align-content: flex-end !important;
}

.u-acCenter {
  align-content: center !important;
}

.u-acSpaceBetween {
  align-content: space-between !important;
}

.u-acSpaceAround {
  align-content: space-around !important;
}

.u-acStretch {
  align-content: stretch !important;
}

.u-asAuto {
  align-self: auto !important;
}

.u-asFlexStart {
  align-self: flex-start !important;
}

.u-asFlexEnd {
  align-self: flex-end !important;
}

.u-asCenter {
  align-self: center !important;
}

.u-asBase {
  align-self: baseline !important;
}

.u-asStretch {
  align-self: stretch !important;
}

.u-floatLeft {
  float: left !important;
}

.u-floatRight {
  float: right !important;
}

.u-static {
  position: static !important;
}

.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

.u-bgNone {
  background: none !important;
}

.u-fwBold {
  font-weight: bold !important;
}

.u-fwNormal {
  font-weight: normal !important;
}

.u-textKerning {
  font-feature-settings: "palt" !important;
}

.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-wh100p {
  width: 100% !important;
  height: auto !important;
}

.u-hover:hover {
  opacity: 0.7 !important;
  transition: opacity 250ms !important;
}

.u-responsiveIframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-responsiveIframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.u-sr-only:not(:focus), .u-sr-only:not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*# sourceMappingURL=style.css.map */
