:root {
  --f1: "Noto Sans JP", sans-serif;
  --f2: "Zen Kaku Gothic New", sans-serif;
  --f3: "Roboto", sans-serif;
}

:root {
  --c0: #222222;
  --c1: #e2abb0;
  --c2: #FFCC33;
  --c-gray: #F2F5F5;
  --c-gray02: #DADCDC;
  --c-gray03: #DADADA;
  --c-gray04: #EBEBEB;
  --c-dark-gray: #c6c1be;
  --c-dark-gray02: #272E33;
  --c-dark-gray03: #666666;
}

/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

dt,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

section,
figure,
aside,
header,
footer,
main,
nav,
details,
summary {
  display: block;
}

details summary::-webkit-details-marker {
  display: none !important;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

button, input[type=submit] {
  border: none;
  outline: none;
  appearance: none;
  font-size: 1rem;
}

button,
summary {
  cursor: pointer;
}

/* ---------------------------
module
--------------------------- */
html.--home {
  overflow-y: hidden;
}
html.--home.--active {
  overflow-y: auto;
}

html {
  font-family: var(--f1);
  line-height: 1.7;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}

body {
  color: var(--c0);
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  scroll-behavior: smooth;
}
#wrapper {
  position: relative;
  overflow: hidden;
}

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

a {
  font-family: var(--f1);
  color: var(--c0);
}

button {
  font-family: var(--f1);
  color: var(--c0);
}

a:not([href^="tel:"]) {
  transition: 0.2s;
}
a:not([href^="tel:"]):hover img, a:not([href^="tel:"]):focus img {
  opacity: 0.85;
}

a[href^="tel:"] {
  cursor: default;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  cursor: pointer;
}

select {
  background-color: #fff;
  color: var(--c0);
}

.hero {
  width: 100%;
}
.hero img {
  width: 100%;
}

.l-footer {
  background: url(../img/common/footer_bg_01.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-footer {
    height: 410px;
    padding-top: 350px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: 60vw;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.l-footer__copyright {
  color: #fff;
  text-align: center;
  font-family: var(--f3);
  font-weight: bold;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  z-index: 3;
}
@media screen and (min-width: 1101px) {
  .l-header__logo {
    width: 180px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 60px;
  }
}

/* ---------------------------
l-wrap
--------------------------- */
.l-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--830 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--830 {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--900 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--900 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1040 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1040 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1400 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1400 {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1340 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1340 {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1600 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1600 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp--20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  transition: 0.2s;
}
.c-btn .label {
  position: relative;
  z-index: 1;
}
.c-btn.--c0 {
  color: #fff;
  background: var(--c0);
}
.c-btn.--c1 {
  background: linear-gradient(-90deg, var(--c1) 0%, var(--c2) 100%);
}
.c-btn.--gray {
  background: var(--c-gray);
}
.c-btn[target=_blank] .deco:before {
  font-family: "Material Symbols Outlined";
  content: "open_in_new";
  font-size: 1.125rem;
  background: none;
  width: auto;
  height: auto;
}
.c-btn[disabled] {
  opacity: 0.6;
  background: var(--c-gray02);
}
.c-btn:not([disabled]):hover {
  color: #fff;
  background: var(--c-dark-gray);
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-width: 400px;
    width: fit-content;
    padding: 10px 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 10px 24px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-btn__list.--1 {
    display: flex;
    justify-content: center;
  }
}
.c-btn__list.--align-right {
  display: flex;
  justify-content: flex-end;
}

.c-btn02 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f2);
  font-weight: bold;
}
.c-btn02 .deco {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  position: relative;
}
.c-btn02 .deco:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c0);
  transition: 0.2s;
}
.c-btn02 .deco:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 80%;
  height: 2px;
  margin-top: -1px;
  background: var(--c0);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: left center;
}
.c-btn02:not([disabled]):hover:before {
  transform: translateX(50%) translateY(-50%) scale(0);
  transform-origin: center center;
}
.c-btn02:not([disabled]):hover .deco {
  background: transparent;
}
.c-btn02:not([disabled]):hover .deco:before {
  transform: scale(0);
  filter: brightness(10);
}
.c-btn02:not([disabled]):hover .deco:after {
  content: "";
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
}

.c-btnAndArrows {
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-btnAndArrows {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btnAndArrows {
    flex-direction: column;
    gap: 10px;
  }
}
.c-btnAndArrows__arrow {
  box-shadow: 6px 8px 16px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-btnAndArrows__arrow {
    width: 58px;
    height: 58px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btnAndArrows__arrow {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1101px) {
  .c-gnav {
    padding: 60px 0 0 57px;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnav {
    width: 100%;
    height: 100vh;
    padding: 100px 40px 40px;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0px;
    overflow-y: auto;
    transition: 0.3s;
    transform: translateY(-30px);
    opacity: 0;
    background: #fff;
  }
  .js-gnav .c-gnav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
  }
}
@media screen and (min-width: 1101px) {
  .c-gnav__btn {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnav__btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
  }
}
.c-gnav__btn__dots {
  width: 32px;
  height: 34px;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
}
.js-gnav .c-gnav__btn__dots {
  transform: rotateY(-180deg);
}
.c-gnav__btn__dot {
  transition: 0.3s;
  display: block;
  width: 24px;
  height: 2px;
  background: var(--c0);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
}
.c-gnav__btn__dot:nth-child(1) {
  margin-top: -5px;
}
.c-gnav__btn__dot:nth-child(3) {
  margin-top: 5px;
}
.js-gnav .c-gnav__btn__dot:nth-child(1) {
  margin-top: 0;
  transform: rotate(30deg);
}
.js-gnav .c-gnav__btn__dot:nth-child(2) {
  transform: scaleX(0);
}
.js-gnav .c-gnav__btn__dot:nth-child(3) {
  margin-top: 0;
  transform: rotate(-30deg);
}
.c-gnav__btn__label {
  font-family: var(--f2);
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
  display: block;
}

.c-gnavLink__item:not(:last-child) {
  margin-bottom: 25px;
}
.c-gnavLink__item a {
  font-weight: bold;
  transition: 0s;
}
.c-gnavLink__item a:hover {
  color: var(--c1) !important;
}
@media screen and (min-width: 768px) {
  .c-gnavLink__item a.--active {
    color: #fff;
  }
}
.c-gnavLink02__list {
  padding-top: 25px;
}
.c-gnavLink02__item:not(:last-child) {
  margin-bottom: 25px;
}
.c-gnavLink02__item a {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-gnavLink02__item a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--c1);
}

.c-h {
  font-family: var(--f3);
  letter-spacing: 0.1em;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-h {
    font-size: 1.625rem;
    border-bottom: 12px solid var(--c1);
  }
}
@media screen and (max-width: 767px) {
  .c-h {
    font-size: 1.25rem;
    border-bottom: 8px solid var(--c1);
  }
}

.c-h02 {
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-h02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h02 {
    font-size: 1.5625rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
}
.c-h02__wrap {
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: cednter;
}
@media screen and (min-width: 768px) {
  .c-h02__wrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-h02__wrap {
    padding-top: 10vw;
  }
}
.c-h02__wrap.--h890 {
  background: url() no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .c-h02__wrap.--h890 {
    height: 890px;
  }
}
@media screen and (max-width: 767px) {
  .c-h02__wrap.--h890 {
    height: 160vw;
  }
}
.c-h02__wrap.--h625 {
  background: url() no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .c-h02__wrap.--h625 {
    height: 625px;
  }
}
@media screen and (max-width: 767px) {
  .c-h02__wrap.--h625 {
    height: 56vw;
  }
}
.c-h02__afterContent {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-h02__afterContent {
    background: #fff;
    max-width: 1040px;
    margin: -150px auto 0;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-h02__afterContent {
    padding-top: 30px;
  }
}

.c-h03 {
  letter-spacing: 0.1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-h03 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h03 {
    font-size: 1.375rem;
  }
}
.c-h03:before {
  content: "";
  display: block;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .c-h03:before {
    width: 33px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-h03:before {
    width: 24px;
    height: 8px;
  }
}

.c-link {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.1875rem;
  box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .c-link {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-link {
    padding: 15px 10px 15px 20px;
  }
}
.c-link:after {
  font-family: "Material Symbols Outlined";
  content: "chevron_right";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .c-link:after {
    font-size: 1.5rem;
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .c-link:after {
    width: 28px;
    height: 28px;
  }
}
.c-link__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .c-link__list {
    gap: 20px;
  }
  .c-link__list.--2pc {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-link__list {
    gap: 10px;
  }
  .c-link__list.--2sp {
    grid-template-columns: 1fr 1fr;
  }
}

.c-link02 {
  color: #fff;
  background: #606060;
  border-radius: 9999px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.1875rem;
  box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.12);
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .c-link02 {
    min-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .c-link02 {
    width: 100%;
  }
}
.c-link02 .ico img {
  width: 24px;
}
.c-link02 .label {
  font-family: var(--f2);
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-link02__list {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-link02__list {
    display: grid;
    gap: 10px;
  }
  .c-link02__list.--2sp {
    grid-template-columns: 1fr 1fr;
  }
}

.c-input,
.wpcf7-list-item input {
  background: #fff;
  border: 1px solid var(--c-gray02);
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-input,
  .wpcf7-list-item input {
    width: 100%;
  }
}
.c-input.--m,
.wpcf7-list-item input.--m {
  max-width: 200px;
}
.c-input.--max,
.wpcf7-list-item input.--max {
  width: 100%;
}
.c-input[type=checkbox], .c-input[type=radio],
.wpcf7-list-item input[type=checkbox],
.wpcf7-list-item input[type=radio] {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .c-input[type=checkbox], .c-input[type=radio],
  .wpcf7-list-item input[type=checkbox],
  .wpcf7-list-item input[type=radio] {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-input[type=checkbox], .c-input[type=radio],
  .wpcf7-list-item input[type=checkbox],
  .wpcf7-list-item input[type=radio] {
    width: 20px;
    height: 20px;
  }
}

.p-wysiwyg a:not(.wp-element-button) {
  text-decoration: underline;
}
.p-wysiwyg a:not(.wp-element-button):hover {
  text-decoration: none;
}
.p-wysiwyg a[target=_blank]:after {
  font-family: "Material Symbols Outlined";
  content: "open_in_new";
  font-size: 1.125rem;
}
.p-wysiwyg strong {
  font-family: var(--f2);
}
.p-wysiwyg .wp-block-table {
  margin-bottom: 60px;
}
.p-wysiwyg .wp-block-table th,
.p-wysiwyg .wp-block-table td {
  border: 1px solid var(--c-gray) 2;
  vertical-align: top;
}
.p-wysiwyg .wp-block-table thead {
  border-bottom: 1px solid var(--c-gray) 2;
}
.p-wysiwyg .wp-block-table thead th, .p-wysiwyg .wp-block-table thead td {
  background-color: var(--c-gray);
  font-weight: bold;
}
.p-wysiwyg .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.p-wysiwyg .wp-block-buttons {
  margin-bottom: var(--wp--preset--spacing--60);
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-buttons {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button {
    width: 100% !important;
  }
}
.p-wysiwyg .wp-block-buttons .wp-block-button__link {
  color: var(--c0);
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: var(--f2);
  font-weight: bold;
  background: linear-gradient(-90deg, var(--c1) 0%, var(--c2) 100%);
}
.p-wysiwyg .wp-block-buttons .wp-block-button__link:before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link:before {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link:before {
    width: 35px;
    height: 35px;
  }
}
.p-wysiwyg .wp-block-buttons .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link:after {
    right: 39px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link:after {
    right: 34px;
  }
}
.p-wysiwyg .wp-block-buttons .wp-block-button__link[target=_blank]:before {
  font-family: "Material Symbols Outlined";
  content: "open_in_new";
  font-size: 1.125rem;
}
.p-wysiwyg .wp-block-buttons .wp-block-button__link[target=_blank]:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link {
    width: fit-content;
    min-height: 80px;
    padding: 10px 84px 10px 53px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link {
    min-height: 54px;
    padding: 10px 64px 10px 43px;
  }
}

.wp-block-heading {
  font-family: var(--f2);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-wysiwyg .has-medium-font-size {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .p-wysiwyg .has-large-font-size {
    font-size: 1.375rem !important;
  }
}

@media screen and (min-width: 768px) {
  h2.wp-block-heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2.wp-block-heading {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading:not(:nth-child(1)) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  h2.wp-block-heading:not(:nth-child(1)) {
    margin-top: 30px;
  }
}

h3.wp-block-heading {
  background: var(--c-gray);
  padding: 10px 20px;
  border-radius: 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  h3.wp-block-heading {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading:not(:nth-child(1)) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  h3.wp-block-heading:not(:nth-child(1)) {
    margin-top: 30px;
  }
}

h4.wp-block-heading {
  border-bottom: 1px solid var(--c0);
  padding-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4.wp-block-heading {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading:not(:nth-child(1)) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  h4.wp-block-heading:not(:nth-child(1)) {
    margin-top: 30px;
  }
}

h5.wp-block-heading, h6.wp-block-heading {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h5.wp-block-heading, h6.wp-block-heading {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  h5.wp-block-heading, h6.wp-block-heading {
    font-size: 1.1rem;
  }
}

.wp-block-image.aligncenter {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .wp-block-image {
    margin-top: var(--wp--preset--spacing--60);
    margin-bottom: var(--wp--preset--spacing--60);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-image {
    margin-top: var(--wp--preset--spacing--60);
    margin-bottom: var(--wp--preset--spacing--60);
  }
}

.wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .wp-block-embed-youtube {
    margin-top: var(--wp--preset--spacing--80);
    margin-bottom: var(--wp--preset--spacing--80);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-embed-youtube {
    margin-top: var(--wp--preset--spacing--60);
    margin-bottom: var(--wp--preset--spacing--60);
  }
}

.wp-block-group {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wp-block-group {
    margin-top: var(--wp--preset--spacing--80);
    margin-bottom: var(--wp--preset--spacing--80);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group {
    margin-top: var(--wp--preset--spacing--60);
    margin-bottom: var(--wp--preset--spacing--60);
  }
}
.wp-block-group.is-style-fn-point {
  border: 1px solid var(--c0);
}
.wp-block-group.is-style-fn-point:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid var(--c0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-fn-point {
    padding: 40px 110px 80px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-fn-point {
    padding: 30px;
  }
}
.wp-block-group.is-style-fn-point .wp-block-heading {
  font-family: var(--f1);
  font-size: 1.25rem;
}
.wp-block-group.is-style-lovely-one {
  border: 1px solid var(--c0);
}
.wp-block-group.is-style-lovely-one:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid var(--c0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-lovely-one {
    padding: 60px 95px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-lovely-one {
    padding: 30px;
  }
}

.wp-block-fnPoint__h {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-fnPoint__h {
    width: 220px;
    transform: translateX(-70px);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-fnPoint__h {
    width: 150px;
  }
}

.wp-element-caption {
  text-align: left;
  font-size: 0.9375rem;
}

.block-editor-block-patterns-list__item {
  height: auto;
}

ul.wp-block-list > li {
  position: relative;
}
ol.wp-block-list > li::marker {
  font-family: var(--f3);
}

li > ol {
  margin-left: 2em;
}

ul.wp-block-list,
ol.wp-block-list {
  margin-top: var(--wp--preset--spacing--60);
  margin-bottom: var(--wp--preset--spacing--60);
  margin-left: 5px;
}
li ul.wp-block-list,
li ol.wp-block-list {
  margin-top: 0;
  margin-bottom: 0;
}
ul.wp-block-list li,
ol.wp-block-list li {
  margin-left: 1em;
  list-style: inherit;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list li,
  ol.wp-block-list li {
    padding-left: 0.6em;
  }
}
ul.wp-block-list li > ul > li::before,
ol.wp-block-list li > ul > li::before {
  border: 1px solid var(--c0);
  width: 12px;
  height: 12px;
  background: #fff;
}
ul.wp-block-list li > ul,
ul.wp-block-list li > ol,
ol.wp-block-list li > ul,
ol.wp-block-list li > ol {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list li > ul,
  ul.wp-block-list li > ol,
  ol.wp-block-list li > ul,
  ol.wp-block-list li > ol {
    margin-left: 20px;
  }
}
ul.wp-block-list li > ul > li > ul > li::before,
ul.wp-block-list li > ol > li > ul > li::before,
ol.wp-block-list li > ul > li > ul > li::before,
ol.wp-block-list li > ol > li > ul > li::before {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: none;
  background: var(--c0);
}
@media screen and (min-width: 768px) {
  ul.wp-block-list li > ul > li > ul > li::before,
  ul.wp-block-list li > ol > li > ul > li::before,
  ol.wp-block-list li > ul > li > ul > li::before,
  ol.wp-block-list li > ol > li > ul > li::before {
    top: 14px;
  }
}
.wp-block-paragraph:not(:last-child) {
  margin-bottom: 2em;
}
.wp-block-column > * {
  margin-top: 0;
}
.wp-block-column *:last-child {
  margin-bottom: 0;
}

.css-1n451hs {
  height: auto !important;
}

.p-homeIntro {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.p-homeIntro__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--c1);
}
.p-homeIntro__h {
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  font-family: var(--f2);
  z-index: 1;
}
.p-homeIntro__h .label {
  display: block;
  height: fit-content;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-homeIntro__h .label {
    font-size: 2.125rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeIntro__h .label {
    font-size: 5.8vw;
    padding: 2.2vw 0vw;
  }
}
.p-homeIntro__h .cross {
  display: block;
  font-size: 2.125rem;
  line-height: 1.1;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-homeIntro__h .cross {
    font-size: 5.9vw;
  }
}

.p-homeMv {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-homeMv {
    height: 100vh;
    min-height: 650px;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeMv {
    height: 133vw;
  }
}
.p-homeMv__slide {
  position: relative;
  height: 100%;
}
.p-homeMv__slide__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  opacity: 0;
  overflow: hidden;
}
.p-homeMv__slide__item.--active {
  z-index: 1;
}
.p-homeMv__slide__item.--active2 {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-homeMv__slide__item:nth-child(1) {
    background-image: url(../img/home/mv_bg_01_sp.webp) !important;
  }
}
.p-homeMv__slide__img {
  background: url() no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.--active2 .p-homeMv__slide__img {
  animation: mv 6s linear;
}
.p-homeMv__h {
  position: absolute;
  writing-mode: vertical-rl;
  font-family: var(--f2);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-homeMv__h {
    right: 120px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__h {
    right: 7vw;
    top: 17vw;
  }
}
.p-homeMv__h .label {
  display: block;
  height: fit-content;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-homeMv__h .label {
    font-size: 2.125rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__h .label {
    font-size: 5.8vw;
    padding: 2.2vw 0vw;
  }
}
.p-homeMv__h .cross {
  display: block;
  font-size: 2.125rem;
  line-height: 1.1;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-homeMv__h .cross {
    font-size: 5.9vw;
  }
}

@keyframes mv {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .p-philosophy__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 100px 0 135px;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-philosophy__h02 {
  font-family: var(--f2);
}
@media screen and (min-width: 768px) {
  .p-philosophy__h02 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__h02 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.p-philosophy__lead {
  line-height: 2;
  margin-bottom: 30px;
}
.p-philosophy__lead p:not(:last-child) {
  margin-bottom: 30px;
}
.p-philosophy__name {
  font-weight: bold;
}
.p-philosophy__name .label02 {
  margin-left: 1em;
  font-size: 1.25rem;
}

.p-action__mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-action__mv {
    height: 625px;
    padding-top: 95px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-action__mv {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__mv {
    height: 105vw;
    padding-top: 6vw;
  }
}
.p-action__mv__bg {
  background: url() no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-action02 .p-action__mv__bg {
    background-position: 40%;
  }
}
.p-action__h {
  writing-mode: vertical-rl;
  color: #fff;
  display: flex;
  align-items: center;
}
.p-action__h .num {
  writing-mode: horizontal-tb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--c1);
  font-family: var(--f3);
}
@media screen and (min-width: 768px) {
  .p-action__h .num {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__h .num {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
}
.p-action__h .label {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-action__h .label {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-action__h .label {
    font-size: 0.625rem;
  }
}
.p-action__h .label02 {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-action__h .label02 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-action__h .label02 {
    font-size: 1.625rem;
  }
}
.p-action__h .label03 {
  font-family: var(--f2);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-action__h .label03 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-action__h .label03 {
    font-size: 1.875rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .p-action__body {
    padding: 100px 0 135px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__body {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-action__row {
    display: flex;
    gap: 80px;
    margin-left: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-action__row {
    margin-left: 170px;
  }
}
.p-action__h02 {
  writing-mode: vertical-rl;
  font-family: var(--f2);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-action__h02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-action__h02 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-action__body02 {
    max-width: 671px;
  }
}
@media screen and (min-width: 768px) {
  .p-action__life:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__life:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-action__life__img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__life__img {
    margin-bottom: 20px;
  }
}
.p-action__life__h {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-action__life__h {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__life__h {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-action__tag {
  color: #fff;
  background: var(--c-dark-gray);
  border-radius: 6px;
  padding: 1px 5px;
  width: fit-content;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-action__tag {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__tag {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-action__benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 20px;
  }
}
.p-action__benefit:not(:last-child) {
  margin-bottom: 30px;
}
.p-action__benefit__h {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-action__benefit__h {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-action__benefit__h {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-homeStaff__body {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeStaff__staff {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
  }
  .p-homeStaff__staff:nth-child(2n) {
    direction: rtl;
  }
  .p-homeStaff__staff:nth-child(2n) * {
    direction: ltr;
  }
}
@media screen and (min-width: 768px) {
  .p-homeStaff__staff:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeStaff__staff:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeStaff__staff__img {
    margin-bottom: 20px;
  }
  .p-homeStaff__staff__img img {
    width: 70%;
  }
  .p-homeStaff__staff:nth-child(2n+1) .p-homeStaff__staff__img {
    text-align: right;
    margin-right: -20px;
  }
  .p-homeStaff__staff:nth-child(2n) .p-homeStaff__staff__img {
    margin-left: -20px;
  }
}
.p-homeStaff__staff__h {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-homeStaff__staff__h {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeStaff__staff__h {
    font-size: 1.375rem;
  }
}
.p-homeStaff__staff__name {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-homeStaff__staff__name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeStaff__staff__name {
    margin-bottom: 20px;
  }
}
.p-homeStaff__staff__name .label {
  display: block;
}
.p-homeStaff__staff__name .label02 {
  display: block;
  font-size: 1.25rem;
}
.p-homeCompany__table th {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-homeCompany__table th {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany__table th {
    padding-right: 20px;
  }
}
.p-homeCompany__table th .label {
  border-bottom: 1px solid var(--c-gray02);
  padding-right: 2em;
  padding-bottom: 8px;
  white-space: nowrap;
}
.p-homeCompany__table th, .p-homeCompany__table td {
  vertical-align: top;
  padding-bottom: 20px;
}
.p-homeCompany__map {
  margin-top: 40px;
}
.p-homeCompany__map iframe {
  width: 100%;
  filter: grayscale(1);
}
@media screen and (min-width: 768px) {
  .p-homeCompany__map iframe {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCompany__map iframe {
    aspect-ratio: 4/3;
  }
}

@media screen and (min-width: 768px) {
  .p-homeRecruit__body {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
  }
}
.p-homeRecruit__head {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__head {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__head {
    margin-bottom: 20px;
  }
}
.p-homeRecruit__head p:not(:last-child) {
  margin-bottom: 20px;
}
.p-newsArticle {
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-newsArticle {
    padding: 70px 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArticle {
    padding: 20px 20px;
  }
}
.p-newsArticle__head {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.p-newsArticle__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-newsArticle__cat a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  padding: 3px 15px;
  font-size: 0.8125rem;
  background: #E5EBEB;
}
.p-newsArticle__date {
  font-size: 0.875rem;
  font-family: var(--f3);
}
.p-newsArticle__row {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.p-newsArticle__time {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.p-newsArticle__time .ico {
  background: var(--c1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
.p-newsArticle__time .ico img {
  width: 14px;
}
.p-newsArticle__h {
  font-family: var(--f2);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-newsArticle__h {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArticle__h {
    margin-bottom: 30px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-newsArticle__mv {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArticle__mv {
    margin-bottom: 30px;
  }
}
.p-newsArticle__mv img {
  border-radius: 15px;
}
.p-newsArticle__foot {
  border-top: 1px solid var(--c-gray) 2;
}
@media screen and (min-width: 768px) {
  .p-newsArticle__foot {
    padding-top: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArticle__foot {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.p-form {
  padding: 60px 140px;
  background: var(--c-gray);
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 30px 20px;
  }
}
.p-form__table th {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form__table {
    width: 100%;
  }
  .p-form__table th, .p-form__table td {
    vertical-align: top;
    padding: 0px 0 16px 0px;
  }
  .p-form__table th {
    font-weight: bold;
    padding-right: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table {
    margin-bottom: 30px;
  }
  .p-form__table, .p-form__table tbody, .p-form__table tr, .p-form__table th, .p-form__table td {
    display: block;
  }
  .p-form__table tr:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-form__table th {
    margin-bottom: 10px;
  }
}
.p-form__required {
  background: var(--c1);
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 10px;
}
.p-form__privacy {
  background: #fff;
  border: 1px solid var(--c-gray03);
  padding: 20px;
  height: 300px;
  overflow-y: auto;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    margin-top: 20px;
  }
}
.p-form__privacyCheck {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__privacyCheck {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__privacyCheck {
    margin-top: 20px;
  }
}

/* ---------------------------
u-display
--------------------------- */
@media screen and (min-width: 768px) {
  .u-display--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-display--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--large {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .u-display--large {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-display--tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tbsp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .u-display--tbsp {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tbnone {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-display--tbnone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-display--tbnone {
    display: block;
  }
}

.u-valign--t {
  vertical-align: top !important;
}

.u-valign--m {
  vertical-align: middle !important;
}

.u-valign--b {
  vertical-align: bottom !important;
}

@media screen and (min-width: 1101px) {
  .u-ml--260 {
    margin-left: 260px;
  }
}
@media screen and (min-width: 768px) {
  .u-mt--0 {
    margin-top: 0px;
  }
  .u-mb--0 {
    margin-bottom: 0px;
  }
  .u-pt--0 {
    padding-top: 0px;
  }
  .u-pb--0 {
    padding-bottom: 0px;
  }
  .u-mt--10 {
    margin-top: 10px;
  }
  .u-mb--10 {
    margin-bottom: 10px;
  }
  .u-pt--10 {
    padding-top: 10px;
  }
  .u-pb--10 {
    padding-bottom: 10px;
  }
  .u-mt--20 {
    margin-top: 20px;
  }
  .u-mb--20 {
    margin-bottom: 20px;
  }
  .u-pt--20 {
    padding-top: 20px;
  }
  .u-pb--20 {
    padding-bottom: 20px;
  }
  .u-mt--30 {
    margin-top: 30px;
  }
  .u-mb--30 {
    margin-bottom: 30px;
  }
  .u-pt--30 {
    padding-top: 30px;
  }
  .u-pb--30 {
    padding-bottom: 30px;
  }
  .u-mt--40 {
    margin-top: 40px;
  }
  .u-mb--40 {
    margin-bottom: 40px;
  }
  .u-pt--40 {
    padding-top: 40px;
  }
  .u-pb--40 {
    padding-bottom: 40px;
  }
  .u-mt--50 {
    margin-top: 50px;
  }
  .u-mb--50 {
    margin-bottom: 50px;
  }
  .u-pt--50 {
    padding-top: 50px;
  }
  .u-pb--50 {
    padding-bottom: 50px;
  }
  .u-mt--60 {
    margin-top: 60px;
  }
  .u-mb--60 {
    margin-bottom: 60px;
  }
  .u-pt--60 {
    padding-top: 60px;
  }
  .u-pb--60 {
    padding-bottom: 60px;
  }
  .u-mt--70 {
    margin-top: 70px;
  }
  .u-mb--70 {
    margin-bottom: 70px;
  }
  .u-pt--70 {
    padding-top: 70px;
  }
  .u-pb--70 {
    padding-bottom: 70px;
  }
  .u-mt--80 {
    margin-top: 80px;
  }
  .u-mb--80 {
    margin-bottom: 80px;
  }
  .u-pt--80 {
    padding-top: 80px;
  }
  .u-pb--80 {
    padding-bottom: 80px;
  }
  .u-mt--90 {
    margin-top: 90px;
  }
  .u-mb--90 {
    margin-bottom: 90px;
  }
  .u-pt--90 {
    padding-top: 90px;
  }
  .u-pb--90 {
    padding-bottom: 90px;
  }
  .u-mt--100 {
    margin-top: 100px;
  }
  .u-mb--100 {
    margin-bottom: 100px;
  }
  .u-pt--100 {
    padding-top: 100px;
  }
  .u-pb--100 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--0--tb {
    margin-top: 0px !important;
  }
  .u-mb--0--tb {
    margin-bottom: 0px !important;
  }
  .u-pt--0--tb {
    padding-top: 0px !important;
  }
  .u-pb--0--tb {
    padding-bottom: 0px !important;
  }
  .u-mt--10--tb {
    margin-top: 10px !important;
  }
  .u-mb--10--tb {
    margin-bottom: 10px !important;
  }
  .u-pt--10--tb {
    padding-top: 10px !important;
  }
  .u-pb--10--tb {
    padding-bottom: 10px !important;
  }
  .u-mt--20--tb {
    margin-top: 20px !important;
  }
  .u-mb--20--tb {
    margin-bottom: 20px !important;
  }
  .u-pt--20--tb {
    padding-top: 20px !important;
  }
  .u-pb--20--tb {
    padding-bottom: 20px !important;
  }
  .u-mt--30--tb {
    margin-top: 30px !important;
  }
  .u-mb--30--tb {
    margin-bottom: 30px !important;
  }
  .u-pt--30--tb {
    padding-top: 30px !important;
  }
  .u-pb--30--tb {
    padding-bottom: 30px !important;
  }
  .u-mt--40--tb {
    margin-top: 40px !important;
  }
  .u-mb--40--tb {
    margin-bottom: 40px !important;
  }
  .u-pt--40--tb {
    padding-top: 40px !important;
  }
  .u-pb--40--tb {
    padding-bottom: 40px !important;
  }
  .u-mt--50--tb {
    margin-top: 50px !important;
  }
  .u-mb--50--tb {
    margin-bottom: 50px !important;
  }
  .u-pt--50--tb {
    padding-top: 50px !important;
  }
  .u-pb--50--tb {
    padding-bottom: 50px !important;
  }
  .u-mt--60--tb {
    margin-top: 60px !important;
  }
  .u-mb--60--tb {
    margin-bottom: 60px !important;
  }
  .u-pt--60--tb {
    padding-top: 60px !important;
  }
  .u-pb--60--tb {
    padding-bottom: 60px !important;
  }
  .u-mt--70--tb {
    margin-top: 70px !important;
  }
  .u-mb--70--tb {
    margin-bottom: 70px !important;
  }
  .u-pt--70--tb {
    padding-top: 70px !important;
  }
  .u-pb--70--tb {
    padding-bottom: 70px !important;
  }
  .u-mt--80--tb {
    margin-top: 80px !important;
  }
  .u-mb--80--tb {
    margin-bottom: 80px !important;
  }
  .u-pt--80--tb {
    padding-top: 80px !important;
  }
  .u-pb--80--tb {
    padding-bottom: 80px !important;
  }
  .u-mt--90--tb {
    margin-top: 90px !important;
  }
  .u-mb--90--tb {
    margin-bottom: 90px !important;
  }
  .u-pt--90--tb {
    padding-top: 90px !important;
  }
  .u-pb--90--tb {
    padding-bottom: 90px !important;
  }
  .u-mt--100--tb {
    margin-top: 100px !important;
  }
  .u-mb--100--tb {
    margin-bottom: 100px !important;
  }
  .u-pt--100--tb {
    padding-top: 100px !important;
  }
  .u-pb--100--tb {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt--0--sp {
    margin-top: 0px;
  }
  .u-mb--0--sp {
    margin-bottom: 0px;
  }
  .u-pt--0--sp {
    padding-top: 0px;
  }
  .u-pb--0--sp {
    padding-bottom: 0px;
  }
  .u-mt--10--sp {
    margin-top: 10px;
  }
  .u-mb--10--sp {
    margin-bottom: 10px;
  }
  .u-pt--10--sp {
    padding-top: 10px;
  }
  .u-pb--10--sp {
    padding-bottom: 10px;
  }
  .u-mt--20--sp {
    margin-top: 20px;
  }
  .u-mb--20--sp {
    margin-bottom: 20px;
  }
  .u-pt--20--sp {
    padding-top: 20px;
  }
  .u-pb--20--sp {
    padding-bottom: 20px;
  }
  .u-mt--30--sp {
    margin-top: 30px;
  }
  .u-mb--30--sp {
    margin-bottom: 30px;
  }
  .u-pt--30--sp {
    padding-top: 30px;
  }
  .u-pb--30--sp {
    padding-bottom: 30px;
  }
  .u-mt--40--sp {
    margin-top: 40px;
  }
  .u-mb--40--sp {
    margin-bottom: 40px;
  }
  .u-pt--40--sp {
    padding-top: 40px;
  }
  .u-pb--40--sp {
    padding-bottom: 40px;
  }
  .u-mt--50--sp {
    margin-top: 50px;
  }
  .u-mb--50--sp {
    margin-bottom: 50px;
  }
  .u-pt--50--sp {
    padding-top: 50px;
  }
  .u-pb--50--sp {
    padding-bottom: 50px;
  }
  .u-mt--60--sp {
    margin-top: 60px;
  }
  .u-mb--60--sp {
    margin-bottom: 60px;
  }
  .u-pt--60--sp {
    padding-top: 60px;
  }
  .u-pb--60--sp {
    padding-bottom: 60px;
  }
  .u-mt--70--sp {
    margin-top: 70px;
  }
  .u-mb--70--sp {
    margin-bottom: 70px;
  }
  .u-pt--70--sp {
    padding-top: 70px;
  }
  .u-pb--70--sp {
    padding-bottom: 70px;
  }
  .u-mt--80--sp {
    margin-top: 80px;
  }
  .u-mb--80--sp {
    margin-bottom: 80px;
  }
  .u-pt--80--sp {
    padding-top: 80px;
  }
  .u-pb--80--sp {
    padding-bottom: 80px;
  }
  .u-mt--90--sp {
    margin-top: 90px;
  }
  .u-mb--90--sp {
    margin-bottom: 90px;
  }
  .u-pt--90--sp {
    padding-top: 90px;
  }
  .u-pb--90--sp {
    padding-bottom: 90px;
  }
  .u-mt--100--sp {
    margin-top: 100px;
  }
  .u-mb--100--sp {
    margin-bottom: 100px;
  }
  .u-pt--100--sp {
    padding-top: 100px;
  }
  .u-pb--100--sp {
    padding-bottom: 100px;
  }
}
/* ---------------------------
text
--------------------------- */
.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

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

.u-align--c {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .u-align--c--pc {
    text-align: center !important;
  }
}

.u-align-l {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-align-l--sp {
    text-align: left !important;
  }
}

.u-ff02 {
  font-family: var(--f2);
}

.u-lh200 {
  line-height: 2 !important;
}

.u-uline {
  text-decoration: underline !important;
}
.u-uline:hover, .u-uline:focus {
  text-decoration: none !important;
}

a.u-link {
  color: #3177C7;
  text-decoration: underline;
}
a.u-link:hover {
  text-decoration: none;
}
a.u-link[target=_blank]:after {
  font-family: "Material Symbols Outlined";
  content: "open_in_new";
  font-size: 0.875rem;
}

.u-text--10 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--10 {
    font-size: calc(10 * 0.06rem) !important;
  }
}

.u-text--11 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--11 {
    font-size: calc(11 * 0.06rem) !important;
  }
}

.u-text--12 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--12 {
    font-size: calc(12 * 0.06rem) !important;
  }
}

.u-text--13 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--13 {
    font-size: calc(13 * 0.06rem) !important;
  }
}

.u-text--14 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--14 {
    font-size: calc(14 * 0.06rem) !important;
  }
}

.u-text--15 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--15 {
    font-size: calc(15 * 0.06rem) !important;
  }
}

.u-text--16 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--16 {
    font-size: calc(16 * 0.06rem) !important;
  }
}

.u-text--17 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--17 {
    font-size: calc(17 * 0.06rem) !important;
  }
}

.u-text--18 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--18 {
    font-size: calc(18 * 0.06rem) !important;
  }
}

.u-text--19 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--19 {
    font-size: calc(19 * 0.06rem) !important;
  }
}

.u-text--20 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--20 {
    font-size: calc(20 * 0.06rem) !important;
  }
}

.u-text--21 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--21 {
    font-size: calc(21 * 0.06rem) !important;
  }
}

.u-text--22 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--22 {
    font-size: calc(22 * 0.06rem) !important;
  }
}

.u-text--23 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--23 {
    font-size: calc(23 * 0.06rem) !important;
  }
}

.u-text--24 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--24 {
    font-size: calc(24 * 0.06rem) !important;
  }
}

.u-text--25 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--25 {
    font-size: calc(25 * 0.06rem) !important;
  }
}

.u-text--26 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--26 {
    font-size: calc(26 * 0.06rem) !important;
  }
}

.u-text--27 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--27 {
    font-size: calc(27 * 0.06rem) !important;
  }
}

.u-text--28 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--28 {
    font-size: calc(28 * 0.06rem) !important;
  }
}

.u-text--29 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--29 {
    font-size: calc(29 * 0.06rem) !important;
  }
}

.u-text--30 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--30 {
    font-size: calc(30 * 0.06rem) !important;
  }
}

.u-text--31 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--31 {
    font-size: calc(31 * 0.06rem) !important;
  }
}

.u-text--32 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--32 {
    font-size: calc(32 * 0.06rem) !important;
  }
}

.u-text--33 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--33 {
    font-size: calc(33 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--33 {
    font-size: calc(33 * 0.06rem) !important;
  }
}

.u-text--34 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--34 {
    font-size: calc(34 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--34 {
    font-size: calc(34 * 0.06rem) !important;
  }
}

.u-text--35 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--35 {
    font-size: calc(35 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--35 {
    font-size: calc(35 * 0.06rem) !important;
  }
}

.u-text--36 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--36 {
    font-size: calc(36 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--36 {
    font-size: calc(36 * 0.06rem) !important;
  }
}

.u-text--37 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--37 {
    font-size: calc(37 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--37 {
    font-size: calc(37 * 0.06rem) !important;
  }
}

.u-text--38 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--38 {
    font-size: calc(38 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--38 {
    font-size: calc(38 * 0.06rem) !important;
  }
}

.u-text--39 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--39 {
    font-size: calc(39 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--39 {
    font-size: calc(39 * 0.06rem) !important;
  }
}

.u-text--40 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--40 {
    font-size: calc(40 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--40 {
    font-size: calc(40 * 0.06rem) !important;
  }
}

.u-text--41 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--41 {
    font-size: calc(41 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--41 {
    font-size: calc(41 * 0.06rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--10--sp {
    font-size: calc(10 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--11--sp {
    font-size: calc(11 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--12--sp {
    font-size: calc(12 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--13--sp {
    font-size: calc(13 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--14--sp {
    font-size: calc(14 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--15--sp {
    font-size: calc(15 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--16--sp {
    font-size: calc(16 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--17--sp {
    font-size: calc(17 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--18--sp {
    font-size: calc(18 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--19--sp {
    font-size: calc(19 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--20--sp {
    font-size: calc(20 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--21--sp {
    font-size: calc(21 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--22--sp {
    font-size: calc(22 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--23--sp {
    font-size: calc(23 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--24--sp {
    font-size: calc(24 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--25--sp {
    font-size: calc(25 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--26--sp {
    font-size: calc(26 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--27--sp {
    font-size: calc(27 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--28--sp {
    font-size: calc(28 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--29--sp {
    font-size: calc(29 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--30--sp {
    font-size: calc(30 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--31--sp {
    font-size: calc(31 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--32--sp {
    font-size: calc(32 * 0.0714285714rem) !important;
  }
}/*# sourceMappingURL=style.css.map */