@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+TC:wght@100..900&display=swap");
/* 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 {
  display: block;
}

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;
}

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;
}

/* ---------------------------
module
--------------------------- */
@media screen and (min-width: 1025px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  -webkit-text-size-adjust: 100%;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow: clip;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
  color: #454545;
}
a:hover {
  opacity: 0.7;
}

button {
  font-family: "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #454545;
}

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

select {
  background-color: #fff;
  color: #454545;
}

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

/* ---------------------------
footer
--------------------------- */
.l-footer {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 50px;
  }
}
.l-footer__illust {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-footer__illust {
    max-width: 100%;
    margin-inline: auto;
    padding: 0 40px 0 231px;
    position: relative;
    top: -7px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__illust {
    max-width: 100%;
    margin-inline: auto;
    padding: 0px 40px 0px 20px;
    position: relative;
    margin-top: 0;
    left: -85px;
    width: 210px;
  }
}
.l-footer__wrapper {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-footer__wrapper {
    margin-top: -20px;
    padding: 160px 0 85px;
    background: linear-gradient(to bottom, transparent 34px, #F5C800 34px, #F5C800 100%);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    margin-top: -40px;
    padding: 70px 0 85px;
    background: linear-gradient(to bottom, transparent 34px, #F5C800 34px, #F5C800 100%);
  }
}
.l-footer__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(../images/common/img_wave_01_primary.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .l-footer__wrapper::before {
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper::before {
    height: 34px;
  }
}
.l-footer__inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    max-width: 1232px;
    margin-inline: auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    max-width: 1232px;
    margin-inline: auto;
    padding: 0 30px;
  }
}
.l-footer__row {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-footer__row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__row {
    display: block;
  }
}
.l-footer__row__head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .l-footer__row__head {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__row__head {
    width: auto;
  }
}
.l-footer__row__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .l-footer__row__body {
    margin-left: 40px;
    width: 495px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__row__body {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.l-footer__logo {
  width: 220px;
}
@media screen and (min-width: 769px) {
  .l-footer__logo {
    width: 334px;
    margin-bottom: 30px;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__shop {
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  line-height: 2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-footer__shop {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__shop {
    width: 320px;
    height: 72px;
    border-radius: 16px;
    margin-top: auto;
  }
  .l-footer__shop.item-pc {
    display: flex;
  }
  .l-footer__shop.item-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__shop {
    width: 320px;
    height: 72px;
    border-radius: 16px;
    margin-top: auto;
  }
  .l-footer__shop.item-pc {
    display: none;
  }
  .l-footer__shop.item-sp {
    display: flex;
  }
}
.l-footer__shop::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_shop_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .l-footer__shop::before {
    width: 48px;
    height: 48px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__shop::before {
    width: 48px;
    height: 48px;
    left: 20px;
  }
}
.l-footer__shop::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d2aa46;
  background-image: url(../images/common/icon_arrow_01.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .l-footer__shop::after {
    width: 24px;
    height: 24px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__shop::after {
    width: 24px;
    height: 24px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.l-footer__nav__col {
  flex-direction: column;
  display: flex;
  gap: 10px 30px;
  -ms-flex-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 769px) {
  .l-footer__nav__col {
    gap: 25px;
  }
  .l-footer__nav__col.item-pc {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav__col {
    gap: 25px;
    display: grid;
  }
  .l-footer__nav__col.item-pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__nav__link.item-sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__nav__link.item-pc {
    display: block;
  }
}
.l-footer__nav__link .en {
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (min-width: 769px) {
  .l-footer__nav__link .en {
    font-size: 0.8125rem;
  }
}
.l-footer__nav__link .tw {
  display: block;
  line-height: 1.25;
}
.l-footer__nav__link--recruit {
  color: #1d2088;
}
.l-footer__nav__link--recruit .en,
.l-footer__nav__link--recruit .tw {
  color: #1d2088;
}
.l-footer__nav__link--recruit:hover {
  opacity: 0.8;
}
.l-footer__foot {
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-footer__foot {
    margin-top: 34px;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__foot {
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__copyright {
  line-height: 1.5384615385;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    margin-right: 30px;
  }
}
.l-footer__privacy {
  line-height: 1.5384615385;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .l-footer__privacy {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__privacy {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__privacy {
    padding-right: 0px;
  }
}

.l-footer__btn {
  position: fixed;
  right: 50px;
  bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .l-footer__btn {
    display: none;
  }
}

.l-footer__row__link {
  margin: -70px 0 35px 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-footer__row__link {
    display: none;
  }
}

.l-footer__snss {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 1025px) {
  .l-footer__snss {
    gap: 10px 27px;
  }
  .l-footer__snss.item-pc {
    display: grid;
  }
  .l-footer__snss.item-sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__snss.item-pc {
    display: none;
  }
  .l-footer__snss.item-sp {
    display: grid;
    max-width: 40%;
    margin-top: 20px;
    gap: 10px 15px;
  }
}

/* ---------------------------
l-header
--------------------------- */
.l-header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 112px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: sticky;
    height: 75px;
    top: 0;
  }
}
.l-header__inner {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    width: 250px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__contents {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.l-header__nav {
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    background: var(--sub_03, #F0EBD2) !important;
  }
}
.l-header__nav__list {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .l-header__nav__list {
    gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__list {
    display: flex;
    height: auto;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
  }
}
.l-header__nav__item {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__nav__item {
    color: var(--main_01, #454545);
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.36px;
    display: block;
    position: relative;
    padding: 20px 0 20px;
  }
  .l-header__nav__item:before {
    content: "";
    display: block;
    width: 500%;
    height: 1px;
    position: absolute;
    top: 0;
    left: -200%;
    border-top: 2px dashed #FFF;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__item:has(.l-header__nav__meganav) {
    padding-right: 18px;
  }
}
.l-header__nav__item:has(.l-header__nav__meganav)::after {
  content: "";
  display: block;
  aspect-ratio: 11/12;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_toggle_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .l-header__nav__item:has(.l-header__nav__meganav)::after {
    width: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__item:has(.l-header__nav__meganav)::after {
    width: 11px;
    right: -14px;
    top: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav__link {
    color: var(--main_01, #454545);
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 150% */
    letter-spacing: 0.36px;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .l-header__nav__meganav {
    position: absolute;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav__meganav {
    background: none;
    border-radius: 0;
    padding: 0 0 0 px;
    width: auto;
    margin-top: 20px;
  }
  .l-header__nav__meganav__item {
    margin-top: 10px;
  }
  .l-header__nav__meganav__link {
    font-size: 16px;
    color: #666;
    text-decoration: none;
  }
}

@media screen and (min-width: 1025px) {
  .l-header__nav__meganav-wrap {
    position: absolute;
    top: 0;
    left: -10px;
    width: auto;
    display: none;
    padding-top: 100px;
    z-index: 10;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav__meganav-wrap {
    display: none;
    padding-top: 0;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .l-header__nav__meganav {
    background: #fff;
    padding: 10px 30px;
    width: 170px;
    border-radius: 15px;
  }
  .l-header__nav__meganav.item02 {
    width: 215px;
  }
}
.l-header__nav__meganav__item {
  margin-top: 8px;
}
.l-header__nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.l-header__nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.l-header__nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background-color: #E60012;
  transition: transform 0.3s ease;
}
.l-header__nav a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 1024px) {
  .l-header__nav a {
    position: relative;
    display: flex;
    text-decoration: none;
    color: inherit;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .l-header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
  }
}
.l-header__nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .l-header__logo {
    display: block;
    padding: 16px 0 0 0;
    width: 166px;
    position: relative;
    z-index: 3;
  }
}

/* ハンバーガーボタンのスタイル */
@media screen and (min-width: 1025px) {
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__hamburger {
    width: 30px;
    height: 10px;
    cursor: pointer;
    z-index: 100;
    border: none;
    background: none;
    position: relative;
  }
  .l-header__hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.3s ease;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger span:nth-child(2) {
    bottom: 0;
  }
  .l-header__hamburger span:nth-child(3) {
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-header__hamburger-out {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__hamburger-out {
    border: 1px solid #F0EBD2;
    border-radius: 100px;
    display: block;
    position: fixed;
    top: 15px;
    right: 17px;
    background: #FFF;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
}

/* ハンバーガーメニューが開いたときのスタイル */
.l-header__hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.l-header__hamburger.is-active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
}

/* ナビゲーションのスタイル */
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    overflow-y: auto;
    padding: 20px;
  }
  .l-header__nav.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1024px) {
  .l-header__nav.is-active {
    display: block;
  }
}

/* ---------------------------
l-wrap
--------------------------- */
.l-wrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-wrap {
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--860 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-wrap--860 {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--900 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-wrap--900 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1040 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-wrap--1040 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1100 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-wrap--1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1400 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-wrap--1400 {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap--sp {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap--sp--20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ---------------------------
button
--------------------------- */
.c-button {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #F5C800;
  color: #fff;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .c-button {
    font-size: 1.125rem;
  }
}
.c-button.--red {
  background: #E60012 !important;
}
@media screen and (min-width: 769px) {
  .c-button {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 16px;
    padding: 9px 70px 9px 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 186px;
    border-radius: 15px;
    height: 48px;
    font-size: 16px;
    padding: 0 20px 0 0;
  }
}
.c-button.--center {
  margin-inline: auto;
}
.c-button.--right {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .c-button.--w285--sp {
    max-width: 285px;
    width: 100%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-button.--center--sp {
    justify-content: center;
    margin: 30px auto 0;
  }
}
.c-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: url(../images/common/icon_arrow_01_primary.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .c-button::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-button::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
.c-button:hover {
  opacity: 0.6;
}

/* ---------------------------
heading
--------------------------- */
.c-heading .en {
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #9B9B9B;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .c-heading .en {
    font-size: 1.125rem;
  }
}
.c-heading .en::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #F5C800;
}
@media screen and (min-width: 769px) {
  .c-heading .en::before {
    width: 8px;
    height: 8px;
    top: -3px;
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading .en::before {
    width: 8px;
    height: 8px;
    top: -3px;
    left: -15px;
  }
}
.c-heading .tw {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .c-heading .tw {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-heading .tw {
    font-size: 26px;
  }
  .c-heading .tw br {
    display: none;
  }
}
.c-heading.--center {
  text-align: center;
}

.c-breads__out {
  border-top: 1px solid var(--sub_02, #DCC378);
  border-bottom: 1px solid var(--sub_02, #DCC378);
}
@media screen and (min-width: 1025px) {
  .c-breads__out {
    padding: 6px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .c-breads__out {
    padding: 6px 20px;
  }
}

.c-breads {
  display: flex;
}
.c-bread {
  color: var(--sub_02, #DCC378);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.c-bread a {
  color: var(--sub_02, #DCC378);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-right: 3px;
  position: relative;
}
.c-bread a:after {
  content: ">";
}
@media screen and (min-width: 1025px) {
  .l-header__cart {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__cart {
    position: fixed;
    right: 17px;
    top: 77px;
  }
}

/* ---------------------------
sentence
--------------------------- */
.c-sentence {
  display: flex;
  flex-direction: column;
  gap: 1.9em;
}
/* ---------------------------
about
--------------------------- */
.p-about {
  display: flex;
  align-items: center;
  position: relative;
  height: 450px;
}
.p-about__bg {
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 100%;
  background-image: url(../images/index/bg_about_01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (min-width: 769px) {
  .p-about__bg {
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__bg {
    height: 620px;
    background-image: url(../images/index/p-about__bg--sp.jpg);
  }
}
.p-about__contents {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-about__contents {
    width: 49.0774907749%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about__contents {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-about__heading {
    padding-left: 8px;
  }
}
.p-about__heading .en {
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about__heading .en {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__heading .en {
    font-size: 4.5rem;
  }
}
.p-about__heading .en::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #F5C800;
}
@media screen and (min-width: 769px) {
  .p-about__heading .en::before {
    width: 8px;
    height: 8px;
    top: -1px;
    left: -8px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__heading .en::before {
    width: 8px;
    height: 8px;
    top: -1px;
    left: -8px;
  }
}
.p-about__heading .tw {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-about__heading .tw {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .p-about__heading .tw {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__heading .tw {
    margin-top: 4px;
  }
}
@media screen and (min-width: 769px) {
  .p-about__text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-about__button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__button {
    margin-top: 20px;
  }
}

.p-about__sec01 {
  background: url(/wp-content/themes/theme/assets/images/about/bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-about__sec01 {
    background: url(/wp-content/themes/theme/assets/images/about/bg.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 120px;
    padding: 35px 15px 0 15px;
  }
}

.p-about__columns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-about__columns {
    padding-top: 63px;
  }
}
.p-about__column-l {
  width: 49.0774907749%;
}
.p-about__column-r {
  width: 109.420664%;
  margin-right: -20.5%;
}
.p-about__columns02 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-about__columns02 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__columns02 {
    padding-top: 50px;
  }
}

.p-about__column02-l {
  width: 48.420664%;
  margin-left: -0.5%;
  margin-right: 60px;
}
.p-about__column02-r {
  width: 49.0774907749%;
  position: relative;
  z-index: 1;
}
.p-about__column02-r .c-heading {
  display: flex;
  position: relative;
  z-index: 1;
}
.p-about__column02-r .c-heading span {
  padding-right: 20px;
}
.p-about__column02-r .p-column__text {
  margin-top: 18px;
  position: relative;
  top: 8px;
}
@media screen and (min-width: 1025px) {
  .p-about__column02-r:after {
    content: "";
    background: url(/wp-content/themes/theme/assets/images/about/BG_01.svg) no-repeat;
    width: 308px;
    height: 410px;
    position: absolute;
    z-index: -1;
    display: block;
    right: -127px;
    top: 24px;
  }
}
.p-about__columns03 {
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.p-about__column03-l {
  position: relative;
  z-index: 1;
  width: 44.077491%;
  padding: 0 15px;
  margin-bottom: -10px;
  position: relative;
  top: -11px;
}
.p-about__column03-l .c-heading {
  display: flex;
}
.p-about__column03-l .c-heading span {
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .p-about__column03-l {
    left: -28px;
  }
  .p-about__column03-l:before {
    content: "";
    background: url(/wp-content/themes/theme/assets/images/about/BG_02.svg) no-repeat;
    width: 424px;
    height: 400px;
    position: absolute;
    z-index: -1;
    display: block;
    left: -135px;
    top: -2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__column03-l {
    left: 0;
  }
}

.p-about__column03-r {
  width: 46.420664%;
  margin-right: -18.5%;
  position: relative;
  right: -80px;
}
.p-about__sec02 {
  position: relative;
}
.p-about__sec02:before {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/about/BG_01.png) no-repeat;
  width: 326px;
  height: 433px;
  position: absolute;
  left: 0;
  top: 35%;
  display: block;
}
.p-about__sec02:after {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/about/BG_02.webp) no-repeat;
  width: 402px;
  height: 379px;
  position: absolute;
  right: 36px;
  bottom: -8%;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .p-about__sec02 {
    padding: 127px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__sec02 {
    padding: 60px 0;
  }
}

.p-about__txt {
  max-width: 706px;
  width: 100%;
  margin: 30px auto 0;
  display: block;
}
.p-about__box {
  max-width: 860px;
  border-radius: 1rem;
  border: 1px solid var(--sub_02, #dcc378);
  background: var(--white, #fff);
  display: flex;
  width: 100%;
  padding: 2rem 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 30px auto;
}
.p-about__box-ttl {
  color: var(--sub_01, #d2aa46);
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4375rem;
  letter-spacing: 0.055rem;
  padding-bottom: 40px;
  border-bottom: 3px dashed #d2aa46;
  display: block;
  width: 100%;
}
.p-about__box-lists {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-about__box-lists {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__box-lists {
    padding: 0 10px;
  }
}

.p-about__box02 {
  max-width: 708px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
.p-about__dl {
  display: flex;
  margin-top: 17px;
}
@media screen and (min-width: 1025px) {
  .p-about__dl {
    min-height: 150px;
  }
}
.p-about__dt {
  color: var(--sub_01, #d2aa46);
  text-align: right;
  font-family: "Arsenal SC";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-right: 56px;
  position: relative;
}
.p-about__dt.beforenone:before {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-about__dt:before {
    content: "";
    width: 1px;
    height: 60%;
    display: block;
    left: 0;
    right: 0;
    top: 79px;
    margin: 0 auto;
    background: var(--sub_06, #9b9b9b);
    position: absolute;
  }
}
.p-about__dd {
  margin-top: 29px;
  width: 100%;
}
.p-about__dd-ttl {
  color: var(--main_01, #454545);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  display: block;
}
.p-about__dd-ttl.dotted {
  padding-left: 10px;
  text-indent: -1px;
}
.p-about__dd-ttl.dotted::before {
  content: "・";
  display: inline-block;
  width: 17px;
  position: absolute;
  left: -15px;
}
.p-about__dd-ttl.afternone:after {
  display: none;
}
.p-about__dd-ttl:after {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/about/bottom-line.png);
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 2px;
}
.p-about__dd-txt {
  max-width: 706px;
  width: 100%;
  margin: 20px auto 0;
  display: block;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-about {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    padding: 20px;
  }
  .p-about__bg {
    left: 0;
    width: 100%;
    height: auto;
    background-position: center;
  }
  .p-about__contents {
    width: 100%;
    padding: 0 10px;
  }
  .p-about__heading {
    padding-left: 0;
  }
  .p-about__heading .en {
    font-size: 3rem;
  }
  .p-about__text, .p-about__button {
    margin-top: 20px;
  }
  .p-about__columns,
.p-about__columns02,
.p-about__columns03 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .p-about__column-l,
.p-about__column-r,
.p-about__column02-l,
.p-about__column02-r,
.p-about__column03-l,
.p-about__column03-r {
    width: 100%;
    margin: 0;
  }
  .p-about__txt,
.p-about__box,
.p-about__box02 {
    max-width: 100%;
    padding: 10px;
  }
  .p-about__dl {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px;
  }
  .p-about__dt {
    text-align: left;
    font-size: 24px;
    margin-right: 0;
  }
  .p-about__dd {
    margin-top: 10px;
  }
  .p-about__dd-ttl {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .p-about__dd-txt {
    padding: 0 10px;
  }
}
/* ---------------------------
bg
--------------------------- */
.p-bg {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-bg {
    background: linear-gradient(to bottom, transparent 34px, #F0EBD2 34px, #F0EBD2 calc(100% - 34px), transparent calc(100% - 34px));
  }
}
@media screen and (max-width: 768px) {
  .p-bg {
    background: linear-gradient(to bottom, transparent 34px, #F0EBD2 34px, #F0EBD2 calc(100% - 34px), transparent calc(100% - 34px));
  }
}
.p-bg::before, .p-bg::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-image: url(../images/common/img_wave_01.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .p-bg::before, .p-bg::after {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-bg::before, .p-bg::after {
    height: 40px;
  }
}
.p-bg::before {
  top: 0;
}
.p-bg::after {
  bottom: 0;
  transform: rotate(180deg);
}

/* ---------------------------
column
--------------------------- */
.p-columnSingle__mv img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-columnList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-columnList {
    gap: 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-columnList {
    gap: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-column {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .p-column.__reverse-sp {
    display: flex;
    flex-flow: column-reverse nowrap;
    flex-direction: column-reverse;
  }
  .p-column__contents {
    width: 100%;
    padding: 0 15px;
  }
  .p-column__text {
    margin-top: 15px;
  }
  .p-column__button {
    margin-top: 20px;
  }
  .p-column__image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-column:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-column.--decoration01 {
  position: relative;
}
.p-column.--decoration01::before {
  content: "";
  display: block;
  aspect-ratio: 452/426;
  position: absolute;
  background-image: url(../images/common/illust_decoration_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .p-column.--decoration01::before {
    width: 452px;
    right: -12.5%;
    top: 7.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-column.--decoration01::before {
    width: 244px;
    right: -6.5%;
    top: 42%;
  }
}
.p-column__contents {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-column__contents {
    width: 49.0774907749%;
    padding: 0 15px;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 769px) {
  .p-column__text {
    margin-top: 18px;
  }
}
.p-column__button {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-column__button {
    margin-top: 40px;
  }
}
.p-column__image {
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-column__image {
    width: 66.4206642066%;
    margin-right: -20.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-column__image {
    position: relative;
    right: -40px;
  }
}
.p-column:nth-child(even) .p-column__image {
  margin-right: 0;
  margin-left: -20.5%;
}

/*============================
#p-column__sec01.p-column__sec01
============================*/
@media screen and (min-width: 1025px) {
  .p-column__sec01 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .p-column__sec01 {
    margin-top: 30px;
    padding: 0 10px;
  }
}

.p-categorys {
  padding: 0 18px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-categorys {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 0 0;
  }
}

.p-category {
  margin-right: 41px;
}
.p-category a {
  color: var(--main_01, #454545);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.0625rem;
  display: flex;
  align-items: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 3px;
}
.p-category a span {
  padding-right: 10px;
  position: relative;
  top: -4px;
}
.p-category a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background-color: #e60012;
  transition: transform 0.3s ease;
}
.p-category a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.p-column__sec02 {
  padding-bottom: 100px;
}
.p-column__grids {
  margin-top: 56px;
  display: grid;
  gap: 50px 20px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .p-column__grids {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-column__grid-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.p-column__grid-img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-column__grid-img {
    border-radius: 10px;
  }
  .p-column__grid-img img {
    height: auto;
  }
}

.p-column__grid-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 5px;
}
.p-column__grid-cat.--relative {
  position: relative;
  top: 0px;
  left: 0px;
}
.p-column__grid-cat span {
  border-radius: 0.625rem;
  color: var(--white, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  padding: 4px 7px;
}
.p-column__grid-cat span.u-bg-yellow {
  background: var(--main_03, #f5c800);
}
.p-column__grid-cat.item-latest {
  background: #f5c800;
}
.p-column__grid-cat.item-story {
  background: #2d32a6;
}
.p-column__grid-cat.item-charity {
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .p-column__grid-cat {
    top: 5px;
    left: 10px;
  }
  .p-column__grid-cat span {
    font-size: 0.875rem;
    padding: 3px 5px;
  }
}

.p-column__grid-dl {
  display: flex;
  padding: 17px 20px 14px;
  border-bottom: 3px dashed #d2aa46;
}
@media screen and (max-width: 1024px) {
  .p-column__grid-dl {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
.p-column__grid-dt {
  color: var(--main_01, #454545);
  text-align: center;
  font-family: "Arsenal SC";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.04875rem;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .p-column__grid-dt {
    font-size: 0.75rem;
    margin-right: 10px;
  }
}

.p-column__grid-ul {
  display: flex;
}
.p-column__grid-li {
  color: var(--sub_01, #d2aa46);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-column__grid-li {
    font-size: 0.75rem;
    margin-right: 5px;
  }
}

.p-column__ttl {
  color: var(--main_01, #454545);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4375rem;
  letter-spacing: 0.055rem;
  margin-top: 14px;
  padding: 0 19px;
}
@media screen and (max-width: 768px) {
  .p-column__ttl {
    font-size: 1.125rem;
    margin-top: 10px;
    padding: 0 10px;
  }
}

.p-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-pager {
    margin: 40px auto 0;
  }
}

.p-pager__lists {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pager__list {
  margin: 0 10px;
}
.p-pager__list a {
  color: var(--main_01, #454545);
  text-align: center;
  font-family: "Arsenal SC";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-pager__list a {
    font-size: 1rem;
    margin: 0 5px;
  }
}

@media screen and (max-width: 1024px) {
  .p-columnSingle__sec02 {
    margin-top: 50px;
  }
}

.p-columnSingle__share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 3px dashed #d2aa46;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-columnSingle__share {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
}

.p-columnSingle__share-ttl {
  color: var(--sub_01, #d2aa46);
  font-family: "Arsenal SC";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05625rem;
  margin-right: 20px;
}
.p-columnSingle__socials {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .p-columnSingle__socials {
    gap: 10px;
  }
}

.p-columnSingle__pager {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-columnSingle__pager {
    gap: 20px;
  }
}

.p-columnSingle__pager-l {
  display: flex;
  align-items: center;
}
.p-columnSingle__pager-l span {
  padding-right: 10px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .p-columnSingle__pager-l {
    flex-direction: row;
    align-items: center;
  }
  .p-columnSingle__pager-l span {
    padding: 0 5px;
  }
}

.p-columnSingle__pager-r {
  display: flex;
  align-items: center;
}
.p-columnSingle__pager-r span {
  padding-left: 10px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .p-columnSingle__pager-r {
    flex-direction: row;
    align-items: center;
  }
  .p-columnSingle__pager-r span {
    padding: 0;
  }
}

.p-column__txt {
  padding: 0 10px;
  line-height: 1.5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: var(--sub_06, #9b9b9b);
}
@media screen and (min-width: 1025px) {
  .p-column__txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-column__txt {
    margin-top: 5px;
  }
}

/* ---------------------------
concept
--------------------------- */
.p-concept {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-concept {
    position: relative;
    padding: 157px 0 85px;
  }
}
.p-concept__inner {
  position: relative;
}
.p-concept__text {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-concept__text {
    max-width: 530px;
    margin-inline: auto;
    margin-top: 24px;
  }
}
.p-concept::before {
  content: "";
  display: block;
  aspect-ratio: 336/447;
  position: absolute;
  background-image: url(../images/common/illust_decoration_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .p-concept::before {
    width: 336px;
    top: 17.4%;
    left: 17%;
  }
}
@media screen and (max-width: 768px) {
  .p-concept::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/common/illust_decoration_01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 280px;
    position: absolute;
    top: 40px;
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .p-concept {
    padding: 40px 0;
    text-align: center;
  }
  .p-concept__inner {
    padding: 0 10px;
  }
  .p-concept__text {
    max-width: 100%;
    margin-inline: auto;
    margin-top: 20px;
  }
  .p-concept::before {
    width: 150px;
    height: 200px;
    top: 20px;
    left: 10px;
  }
  .p-concept__sec01,
.p-concept__sec02,
.p-concept__sec03,
.p-concept__sec04 {
    margin-top: 20px;
  }
  .p-concept__columns,
.p-concept__columns02 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .p-concept__column-l,
.p-concept__column-r,
.p-concept__columns02-l,
.p-concept__columns02-r {
    width: 100%;
    margin: 0;
  }
  .p-concept__center {
    width: 100%;
  }
  .p-concept__center:before {
    width: 120px;
    height: 160px;
    left: 20px;
    top: -30px;
  }
  .p-concept__center-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-concept__center-txt {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
/*============================
#p-concept__sec01.p-concept__sec01
============================*/
@media screen and (min-width: 1025px) {
  .p-concept__sec01 {
    margin-top: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .p-concept__sec01 {
    margin-top: 30px;
    padding: 0px 0 30px;
  }
}

.p-concept__columns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-concept__columns {
    gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-concept__columns {
    gap: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .p-concept__column-l {
    width: 49.0774907749%;
  }
}
.p-concept__column-r img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-concept__column-r {
    width: 109.420664%;
    margin-right: -20.5%;
  }
}
.p-concept__sec02 {
  margin-top: 100px;
}
.p-concept__center {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}
.p-concept__center .p-column__button {
  margin: 40px auto 0;
  display: table;
}
.p-concept__center:before {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/concept/BG_01.svg) no-repeat;
  width: 16.3125rem;
  height: 21.75rem;
  background-size: cover;
  position: absolute;
  left: -170px;
  top: -60px;
  z-index: -1;
}
.p-concept__center-ttl {
  color: #4b4b4b;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.12rem;
}
.p-concept__center-txt {
  color: var(--main_01, #454545);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  .p-concept__sec03 {
    margin-top: 117px;
  }
}
@media screen and (max-width: 1024px) {
  .p-concept__sec03 {
    margin-top: 70px;
  }
}

.p-concept__columns02 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-concept__columns02-l {
    width: 57.420664%;
    margin-left: -10.5%;
    margin-right: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .p-concept__columns02-r {
    width: 49.0774907749%;
  }
}
@media screen and (min-width: 1025px) {
  .p-concept__sec04 {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .p-concept__sec04 {
    margin-top: 40px;
  }
}

.p-concept__gallerys {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  animation: slide-right 60s linear infinite;
}
.p-concept__gallerys.--left {
  animation: slide-left 60s linear infinite;
  margin-top: 10px;
}
.p-concept__gallery {
  flex-shrink: 0;
  width: 300px;
  margin-right: 10px;
}
.p-concept__gallery img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* ---------------------------
link
--------------------------- */
/* ---------------------------
mv
--------------------------- */
.p-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 810px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-mv {
    background-image: url(../images/index/img_mv_01.webp);
    background-image: -webkit-image-set(url(../images/index/img_mv_01.webp) 1x, url(../images/index/img_mv_01@2x.webp) 2x);
    background-image: image-set(url(../images/index/img_mv_01.webp) 1x, url(../images/index/img_mv_01@2x.webp) 2x);
    background-size: cover;
    background-position: bottom;
    height: 810px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background-image: url(/wp-content/themes/theme/assets/images/index/img_mv_01-sp.jpg);
    background-size: cover;
    background-position: center;
    height: 558px;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__inner {
    max-width: 1174px;
    width: 100%;
    margin-inline: auto;
    padding: 0 40px;
  }
}
.p-mv__body {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__body {
    padding-bottom: 35px;
  }
}
.p-mv__body::after {
  content: "";
  aspect-ratio: 79/24;
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../images/index/decoration_mv_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-mv__body::after {
    width: 79px;
    bottom: -18px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__body::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 120px;
    background-image: url(../images/index/decoration_mv_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    width: 76px;
    height: 24px;
    margin: 0 auto;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__heading {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__heading {
    width: 248px;
    margin: 257px auto 0;
  }
}
.p-mv__lead {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-mv__lead {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__lead {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__lead {
    position: relative;
    top: 15px;
    text-align: center;
    letter-spacing: 3px;
  }
}

.p-mv__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
}
.p-mv__inner {
  position: relative;
  z-index: 1;
}

/* ---------------------------
news
--------------------------- */
.p-newsArchive {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-newsArchive {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive {
    gap: 8px;
  }
}
.p-newsArchive__link {
  background-color: #fff;
  display: flex;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-newsArchive__link {
    border-radius: 16px;
    padding: 24px 70px 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__link {
    border-radius: 16px;
    padding: 24px 70px 24px 40px;
  }
}
.p-newsArchive__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-newsArchive__link::after {
    width: 9px;
    height: 11px;
    right: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__link::after {
    width: 9px;
    height: 11px;
    right: 42px;
  }
}
.p-newsArchive__date {
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #D2AA46;
}
@media screen and (min-width: 769px) {
  .p-newsArchive__date {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .p-newsArchive__date {
    width: 95px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__date {
    width: 95px;
    padding-top: 2px;
  }
}
.p-newsArchive__heading {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-newsArchive__heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-newsArchive__heading {
    margin-left: 29px;
  }
}
@media screen and (max-width: 768px) {
  .p-newsArchive__heading {
    margin-left: 29px;
  }
}

@media screen and (max-width: 768px) {
  .p-newsArchive {
    gap: 12px;
  }
  .p-newsArchive__link {
    border-radius: 8px;
    padding: 16px 20px;
  }
  .p-newsArchive__link::after {
    width: 8px;
    height: 10px;
    right: 15px;
  }
  .p-newsArchive__date {
    width: auto;
    padding-top: 0;
    font-size: 14px;
  }
  .p-newsArchive__heading {
    margin-left: 10px;
    font-size: 16px;
  }
}
/* ---------------------------
product
--------------------------- */
.p-productList {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-productList {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-productList {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-productList__link {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-productList__link {
    border-radius: 16px;
    padding: 24px 78px 24px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-productList__link {
    border-radius: 8px;
    padding: 15px;
  }
  .p-productList__link br {
    display: none;
  }
}
.p-productList__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d2aa46;
  border-radius: 50%;
  background-image: url(../images/common/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .p-productList__link::after {
    width: 24px;
    height: 24px;
    right: 28px;
    background-size: 8px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-productList__link::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-productList__icon {
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-productList__icon {
    width: 48px;
  }
}
.p-productList__heading {
  font-weight: 500;
  line-height: 1.7727272727;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .p-productList__heading {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-productList__heading {
    flex: 1;
    margin-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-productList__heading {
    font-size: 16px;
    padding-left: 20px;
    margin-left: 10px;
  }
}

/*============================
#p-product__sec01.p-product__sec01
============================*/
.p-product__sec01 {
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .p-product__sec01 {
    padding: 20px 0;
  }
}

.p-product__mvs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-product__mvs {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.p-product__mv-l {
  width: 49.0774907749%;
}
@media screen and (max-width: 1024px) {
  .p-product__mv-l {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.p-product__mv-r {
  width: 109.420664%;
  margin-right: -20.5%;
  overflow: hidden;
  border-radius: 16px 0px 0px 16px;
}
@media screen and (max-width: 1024px) {
  .p-product__mv-r {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

/*============================
#p-product__sec02.p-product__sec02
============================*/
.p-product__sec02 {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .p-product__sec02 {
    padding: 20px 0;
  }
}

.p-product__img {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
}
.p-product__txt {
  color: var(--main_01, #454545);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.54px;
}
@media screen and (min-width: 1025px) {
  .p-product__txt {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__txt {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-product__columns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}
@media screen and (max-width: 1024px) {
  .p-product__columns {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.p-product__column-l {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-product__column-l {
    max-width: 520px;
    width: 100%;
    text-align: center;
    position: relative;
    right: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__column-l {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
}

.p-product__column-r {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-product__column-r {
    position: relative;
    right: -97px;
    top: -33px;
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__column-r {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
}

.p-product__head {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 3px dashed #d2aa46;
}
@media screen and (max-width: 1024px) {
  .p-product__head {
    align-items: center;
    justify-content: center;
  }
}

.p-product__img02 {
  margin-right: 20px;
}
@media screen and (min-width: 1025px) {
  .p-product__info.--pc {
    display: block;
  }
  .p-product__info.--sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__info.--pc {
    display: none;
  }
  .p-product__info.--sp {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}

.p-product__info02 {
  color: #d2aa46;
  background: #f0ebd2;
  padding: 10px 20px;
  color: var(--sub_01, #d2aa46);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.8px;
  border-radius: 16px;
  display: flex;
  justify-self: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-product__info02 {
    margin-top: 15px;
    font-size: 14px;
  }
}

.p-product__info-txt {
  color: var(--main_01, #454545);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-product__info-txt {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-product__info-ttl {
  color: var(--sub_01, #d2aa46);
  text-align: left;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.12rem;
  display: flex;
}
.p-product__info-ttl span {
  margin-right: 10px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-product__info-ttl {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    display: flex;
    align-items: center;
  }
}

.p-product__column-txt {
  margin-top: 30px;
  color: var(--main_01, #454545);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1024px) {
  .p-product__column-txt {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-product__dl {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-product__dl {
    margin-top: 15px;
  }
}

.p-product__dt {
  position: relative;
  cursor: pointer;
  padding: 0px 20px;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 180%;
  letter-spacing: 0.0625rem;
  color: var(--sub_01, #d2aa46);
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  background: var(--sub_03, #f0ebd2);
  border-radius: 1rem;
}
.p-product__dt::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #454545;
  transition: transform 0.3s ease, content 0.3s ease;
}
.p-product__dt.open::before {
  content: "-";
}
@media screen and (max-width: 1024px) {
  .p-product__dt {
    font-size: 1rem;
    padding: 10px 15px;
  }
  .p-product__dt::before {
    font-size: 1.5rem;
    right: 10px;
  }
}

.p-product__dd {
  overflow: hidden;
  max-height: 0;
  padding: 0 20px;
  transition: max-height 0.3s ease;
  color: var(--main_01, #454545);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.p-product__dd.open {
  max-height: 500px;
  padding: 12px 20px 17px;
}
@media screen and (max-width: 1024px) {
  .p-product__dd {
    font-size: 0.875rem;
  }
  .p-product__dd.open {
    max-height: 500px;
    padding: 12px 20px 17px;
  }
}

.p-product__columns02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-product__columns02 {
    margin-top: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__columns02 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-flow: column-reverse nowrap;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .p-product__column02-l {
    max-width: 460px;
    position: relative;
    right: -36px;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__column02-l {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
}

.p-product__column02-r {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-product__column02-r {
    max-width: 500px;
    width: 100%;
    position: relative;
    right: -110px;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__column02-r {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
}

/*============================
#p-product__sec03.p-product__sec03
============================*/
.p-product__sec03 {
  background: url(/wp-content/themes/theme/assets/images/product/bg.png) no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 1025px) {
  .p-product__sec03 {
    margin-bottom: -318px;
    padding: 265px 0;
    min-height: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__sec03 {
    padding: 150px 0 50px;
    padding: 265px 0 50px;
    background: url(/wp-content/themes/theme/assets/images/product/bg.png) no-repeat;
    background-size: cover;
    background-position: right;
  }
}

.p-product__grids02 {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .p-product__grids02 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.p-product__grid02 {
  display: flex;
  padding: 24px 28px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--white, #fff);
  position: relative;
}
.p-product__grid02.is-current {
  pointer-events: none;
  background-color: #f0ebd2;
  cursor: default;
}
.p-product__grid02.is-current::after {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .p-product__grid02:after {
    content: "";
    background: url(/wp-content/themes/theme/assets/images/product/arrow-r.svg) no-repeat;
    width: 26px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .p-product__grid02 {
    padding: 15px;
    border-radius: 8px;
  }
  .p-product__grid02:after {
    content: "";
    background: url(/wp-content/themes/theme/assets/images/product/arrow-r.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-product__grid02 br {
    display: none;
  }
  .p-product__grid02:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

.p-product__grid02-l {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .p-product__grid02-l {
    margin-right: 10px;
    width: 70px;
  }
}

.p-product__grid02-r {
  color: var(--main_01, #454545);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4375rem;
  letter-spacing: 0.055rem;
}
@media screen and (max-width: 1024px) {
  .p-product__grid02-r {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ---------------------------
voice
--------------------------- */
.p-voice {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-voice {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-voice {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-voice__image {
    width: 44.2804428044%;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__image {
    width: 100%;
  }
}
.p-voice__image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-voice__image img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__image img {
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-voice__contents {
    width: 50.5535055351%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__contents {
    padding: 0 20px;
  }
}
.p-voice__heading {
  font-weight: 500;
  line-height: 1.7727272727;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .p-voice__heading {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__heading {
    font-size: 16px;
  }
}
.p-voice__meta {
  color: #9B9B9B;
}
@media screen and (min-width: 769px) {
  .p-voice__meta {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__meta {
    margin-top: 10px;
  }
}
.p-voice__text {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-voice__text {
    margin-top: 23px;
    padding-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__text {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.p-voice__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/index/line_dashed_01.svg);
  background-size: 13px 1px;
  background-repeat: repeat-x;
}
.p-voice__button {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .p-voice__button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__button {
    justify-content: center;
    margin-top: 20px;
  }
  .p-voice__button.--center {
    justify-content: center;
  }
}

.p-voice__sec01 {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .p-voice__sec01 {
    padding: 20px 0;
  }
}

.p-voice__columns {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-voice__columns {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.p-voice__column-l {
  width: 49.0774907749%;
}
@media screen and (max-width: 768px) {
  .p-voice__column-l {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.p-voice__column-r {
  width: 109.420664%;
  margin-right: -20.5%;
  overflow: hidden;
  border-radius: 16px 0px 0px 16px;
}
@media screen and (max-width: 768px) {
  .p-voice__column-r {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.p-voice__sec02 {
  padding: 0px 0 97px;
}
@media screen and (max-width: 768px) {
  .p-voice__sec02 {
    padding: 20px 0 50px;
  }
}

.p-voice__columns02 {
  display: grid;
  gap: 0px 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .p-voice__columns02 {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__columns02 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-voice__column02-l img {
  width: 100%;
}
.p-voice__column02-r img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-voice__column02-r {
    margin: 0 -50px;
  }
}

.p-voice__sec03 {
  background: url(/wp-content/themes/theme/assets/images/voice/bg.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .p-voice__sec03 {
    padding: 150px 0 440px;
    min-height: 1600px;
    margin-bottom: -370px;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice__sec03 {
    padding: 90px 0 150px;
  }
}
.p-voice__slides {
  display: flex;
  position: relative;
  width: 215vw;
}
@media screen and (min-width: 1025px) {
  .p-voice__slides {
    animation: slide-right 100s linear infinite;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice__slides {
    animation: slide-right 20s linear infinite;
  }
}
.p-voice__slide {
  background: #fff;
  padding: 32px 40px;
  margin-right: 10px;
  border-radius: 16px;
  width: 532px;
}
@media screen and (max-width: 1024px) {
  .p-voice__slide {
    margin: 0 5px;
    min-width: 300px;
    padding: 20px;
  }
}
.p-voice__slide-top {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-voice__slide-top {
    margin-bottom: 10px;
  }
}
.p-voice__slide-img {
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .p-voice__slide-img {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__slide-img {
    margin-right: 0;
  }
}

.p-voice__slide-info {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-voice__slide-info {
    width: 100%;
  }
}

.p-voice__slide-name {
  color: var(--main_01, #454545);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
.p-voice__slide-lists {
  display: flex;
}
.p-voice__slide-lists li {
  margin-right: 10px;
}
.p-voice__slide-txt {
  color: var(--main_01, #454545);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
.p-voice__review {
  margin-top: 40px;
  background: #fff;
  padding: 32px 40px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-voice__review {
    margin-top: 20px;
    padding: 20px;
  }
}

.p-voice__review-top {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 3px dashed #d2aa46;
}
@media screen and (max-width: 768px) {
  .p-voice__review-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.p-voice__review-img {
  width: 120px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-voice__review-img {
    width: 100px;
    margin-right: 0;
  }
}

.p-voice__slide-ttl {
  color: var(--main_01, #454545);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4375rem;
  letter-spacing: 0.055rem;
}
.p-voice__review-bottom {
  display: grid;
  gap: 0px 40px;
  grid-template-columns: 1fr 1fr;
}
.p-voice__review-bottom.is-full {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-voice__review-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-voice__review-l {
    margin-top: 20px;
  }
}

.p-voice__review-r {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-voice__review-r {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-voice__review-txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-voice__att {
  color: #9b9b9b;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 30px;
}
/* ---------------------------
Wysiwyg
--------------------------- */
.p-wysiwyg {
  position: relative;
  overflow: hidden;
}
.p-wysiwyg__mv img {
  border-radius: 24px;
}
.p-wysiwyg .p-column__grid-dl {
  padding: 0 0 20px;
}
.p-wysiwyg .p-column__grid-ul {
  display: flex;
  grid-gap: 0;
  margin: 0;
  margin-bottom: 20px;
}
.p-wysiwyg .p-column__grid-ul li:before {
  display: none;
}
.p-wysiwyg figure {
  width: 100%;
}
.p-wysiwyg figcaption {
  text-align: left;
}
.p-wysiwyg .size-full {
  max-width: 100%;
  min-width: 390px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-wysiwyg .size-full img {
  width: 100% !important;
}
.p-wysiwyg .size-large img {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .p-wysiwyg {
    overflow: scroll;
  }
}
.p-wysiwyg p {
  line-height: 1.9;
  margin-top: 2em;
  color: var(--color_01, #232323);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg p {
    margin-top: 0;
    color: var(--color_01, #232323);
    font-family: "Zen Old Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
}
.p-wysiwyg p:not(:last-child) {
  margin-bottom: 2em;
}
.p-wysiwyg pre {
  display: block;
}
.p-wysiwyg a {
  word-wrap: break-word;
  color: #005A2D;
  text-decoration: underline;
}
.p-wysiwyg a strong {
  text-decoration: underline;
}
.p-wysiwyg a:hover {
  text-decoration: none;
}
.p-wysiwyg a img {
  transition: 0.2s;
}
.p-wysiwyg a img:hover {
  opacity: 0.8;
}
.p-wysiwyg h1 {
  margin-top: 0.7em;
  margin-bottom: 0.8em;
  color: var(--color_01, #232323);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2px;
  padding-left: 0px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-wysiwyg h1 {
    font-size: 1.4em !important;
    margin-top: 0.7em;
    margin-bottom: 0.8em;
    color: var(--color_01, #232323);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 2px;
    position: relative;
  }
}
.p-wysiwyg h2 {
  color: var(--sub_01, #D2AA46);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.625rem;
  letter-spacing: 0.07rem;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .p-wysiwyg h2 {
    font-size: 1.3em;
  }
}
.p-wysiwyg h3 {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4375rem;
  letter-spacing: 0.055rem;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .p-wysiwyg h3 {
    padding-bottom: 0.6em;
  }
}
@media screen and (max-width: 1024px) {
  .p-wysiwyg h3 {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg h3 {
    padding-bottom: 0.9em;
    font-size: 1.1428rem;
  }
}
.p-wysiwyg h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg h4 {
    font-size: 1.1428rem;
  }
}
.p-wysiwyg h5, .p-wysiwyg h6 {
  margin-top: 1.3em;
  margin-bottom: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg h5, .p-wysiwyg h6 {
    font-size: 1.05rem;
  }
}
.p-wysiwyg ul {
  display: grid;
  grid-gap: 11px;
  margin: 2em 0;
}
.p-wysiwyg ul > li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 5px;
}
.p-wysiwyg ul > li:before {
  content: "・";
}
.p-wysiwyg ul > li > ul {
  padding-left: 1.5em;
  margin-bottom: 0;
  grid-gap: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg.m-feature-body ul {
    grid-gap: 14px;
  }
}
.p-wysiwyg.m-feature-body ul > li {
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg.m-feature-body ul > li::before {
    padding-right: 10px;
  }
}

.p-wysiwyg ol {
  list-style-type: decimal !important;
  margin-left: 18px;
  margin-bottom: 2em;
  display: grid;
  grid-gap: 11px;
}
.p-wysiwyg ol li {
  list-style-type: decimal !important;
}
.p-wysiwyg ol li > ol {
  margin-left: 1.5em;
  grid-gap: 11px;
  margin-bottom: 0;
}
.p-wysiwyg ol li > ul {
  list-style-type: none !important;
}
.p-wysiwyg ol li > ul > li {
  list-style-type: none !important;
}
.p-wysiwyg button {
  background: var(--color_03, #154A50);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 2px;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  padding: 17px 0;
}
.p-wysiwyg em {
  font-weight: normal;
}
.p-wysiwyg blockquote {
  color: var(--sub_06, #9B9B9B) !important;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 0 !important;
}
.p-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-wysiwyg blockquote {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg blockquote {
    margin-bottom: 20px;
  }
}
.p-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-wysiwyg .alignright {
  float: right;
}
@media screen and (min-width: 769px) {
  .p-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg .alignleft {
  float: left;
}
@media screen and (min-width: 769px) {
  .p-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg .wp-caption,
.p-wysiwyg figcaption {
  margin-top: 0.5em;
  font-size: 0.85rem;
}
.p-wysiwyg .wp-block-table {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .wp-block-table {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .wp-block-table table,
.p-wysiwyg .wp-block-table .table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .wp-block-table.no-scroll table,
.p-wysiwyg .wp-block-table.no-scroll .table, .p-wysiwyg .wp-block-table.is-style-no-scroll table,
.p-wysiwyg .wp-block-table.is-style-no-scroll .table {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .wp-block-table.no-scroll table::before,
.p-wysiwyg .wp-block-table.no-scroll .table::before, .p-wysiwyg .wp-block-table.is-style-no-scroll table::before,
.p-wysiwyg .wp-block-table.is-style-no-scroll .table::before {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .wp-block-table.no-scroll table thead,
.p-wysiwyg .wp-block-table.no-scroll table tbody,
.p-wysiwyg .wp-block-table.no-scroll .table thead,
.p-wysiwyg .wp-block-table.no-scroll .table tbody, .p-wysiwyg .wp-block-table.is-style-no-scroll table thead,
.p-wysiwyg .wp-block-table.is-style-no-scroll table tbody,
.p-wysiwyg .wp-block-table.is-style-no-scroll .table thead,
.p-wysiwyg .wp-block-table.is-style-no-scroll .table tbody {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .wp-block-table.is-style-fixed table,
.p-wysiwyg .wp-block-table.is-style-fixed .table {
    width: 100%;
  }
  .p-wysiwyg .wp-block-table.is-style-fixed table thead tr th:first-child,
.p-wysiwyg .wp-block-table.is-style-fixed table thead tr td:first-child,
.p-wysiwyg .wp-block-table.is-style-fixed table tbody tr th:first-child,
.p-wysiwyg .wp-block-table.is-style-fixed table tbody tr td:first-child,
.p-wysiwyg .wp-block-table.is-style-fixed .table thead tr th:first-child,
.p-wysiwyg .wp-block-table.is-style-fixed .table thead tr td:first-child,
.p-wysiwyg .wp-block-table.is-style-fixed .table tbody tr th:first-child,
.p-wysiwyg .wp-block-table.is-style-fixed .table tbody tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .table-wrap {
    overflow-x: auto;
  }
}
.p-wysiwyg table,
.p-wysiwyg .table {
  margin-bottom: 1em;
  margin-top: 1em;
  position: relative;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3px;
  margin: 0 auto 1em;
  min-width: 60%;
  border-collapse: collapse !important;
}
.p-wysiwyg table td,
.p-wysiwyg .table td {
  border: 1px solid #333333;
  border-collapse: collapse !important;
}
.p-wysiwyg table th,
.p-wysiwyg .table th {
  border-collapse: collapse !important;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg table,
.p-wysiwyg .table {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-wysiwyg table,
.p-wysiwyg .table {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
.p-wysiwyg table::before,
.p-wysiwyg .table::before {
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg table::before,
.p-wysiwyg .table::before {
    font-size: 0.9rem;
    position: sticky;
    top: 0;
    left: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg table.no-scroll, .p-wysiwyg table.is-style-no-scroll,
.p-wysiwyg .table.no-scroll,
.p-wysiwyg .table.is-style-no-scroll {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg table.no-scroll::before, .p-wysiwyg table.is-style-no-scroll::before,
.p-wysiwyg .table.no-scroll::before,
.p-wysiwyg .table.is-style-no-scroll::before {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg table.is-style-fixed,
.p-wysiwyg .table.is-style-fixed {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg table.is-style-fixed thead tr th:first-child,
.p-wysiwyg table.is-style-fixed thead tr td:first-child,
.p-wysiwyg table.is-style-fixed tbody tr th:first-child,
.p-wysiwyg table.is-style-fixed tbody tr td:first-child,
.p-wysiwyg .table.is-style-fixed thead tr th:first-child,
.p-wysiwyg .table.is-style-fixed thead tr td:first-child,
.p-wysiwyg .table.is-style-fixed tbody tr th:first-child,
.p-wysiwyg .table.is-style-fixed tbody tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    width: 25vw;
  }
}
.p-wysiwyg table thead tr th,
.p-wysiwyg table thead tr td,
.p-wysiwyg table tbody tr th,
.p-wysiwyg table tbody tr td,
.p-wysiwyg .table thead tr th,
.p-wysiwyg .table thead tr td,
.p-wysiwyg .table tbody tr th,
.p-wysiwyg .table tbody tr td {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-wysiwyg table thead tr th,
.p-wysiwyg table thead tr td,
.p-wysiwyg table tbody tr th,
.p-wysiwyg table tbody tr td,
.p-wysiwyg .table thead tr th,
.p-wysiwyg .table thead tr td,
.p-wysiwyg .table tbody tr th,
.p-wysiwyg .table tbody tr td {
    padding: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg table thead tr th,
.p-wysiwyg table thead tr td,
.p-wysiwyg table tbody tr th,
.p-wysiwyg table tbody tr td,
.p-wysiwyg .table thead tr th,
.p-wysiwyg .table thead tr td,
.p-wysiwyg .table tbody tr th,
.p-wysiwyg .table tbody tr td {
    font-size: 1.07rem;
    padding: 14px 5px;
    line-height: 1.2;
  }
}
.p-wysiwyg.m-beauty table thead tr th, .p-wysiwyg.m-beauty table tbody tr th, .p-wysiwyg.m-beauty .table thead tr th, .p-wysiwyg.m-beauty .table tbody tr th {
  vertical-align: middle;
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .p-wysiwyg.m-beauty table thead tr th, .p-wysiwyg.m-beauty table tbody tr th, .p-wysiwyg.m-beauty .table thead tr th, .p-wysiwyg.m-beauty .table tbody tr th {
    padding: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg.m-beauty table thead tr th, .p-wysiwyg.m-beauty table tbody tr th, .p-wysiwyg.m-beauty .table thead tr th, .p-wysiwyg.m-beauty .table tbody tr th {
    font-size: 1.07rem;
    padding: 14px 5px;
    line-height: 1.2;
  }
}
.p-wysiwyg.m-beauty table thead tr td, .p-wysiwyg.m-beauty table tbody tr td, .p-wysiwyg.m-beauty .table thead tr td, .p-wysiwyg.m-beauty .table tbody tr td {
  vertical-align: middle;
  display: table-cell;
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .p-wysiwyg.m-beauty table thead tr td, .p-wysiwyg.m-beauty table tbody tr td, .p-wysiwyg.m-beauty .table thead tr td, .p-wysiwyg.m-beauty .table tbody tr td {
    padding: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg.m-beauty table thead tr td, .p-wysiwyg.m-beauty table tbody tr td, .p-wysiwyg.m-beauty .table thead tr td, .p-wysiwyg.m-beauty .table tbody tr td {
    font-size: 1.07rem;
    padding: 14px 5px;
    line-height: 1.2;
  }
}
.p-wysiwyg.m-beauty table thead tr td .small, .p-wysiwyg.m-beauty table tbody tr td .small, .p-wysiwyg.m-beauty .table thead tr td .small, .p-wysiwyg.m-beauty .table tbody tr td .small {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg.m-beauty table thead tr td .small, .p-wysiwyg.m-beauty table tbody tr td .small, .p-wysiwyg.m-beauty .table thead tr td .small, .p-wysiwyg.m-beauty .table tbody tr td .small {
    font-size: 0.8571rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-wysiwyg figure {
    margin: 2.5em auto 3.5em auto;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-wysiwyg figure {
    margin: 1.5em auto 2.5em auto;
    text-align: center;
  }
}
.p-wysiwyg .wp-block-embed-youtube iframe {
  width: 100%;
  aspect-ratio: 9/16;
}
.p-wysiwyg .material-icons-outlined {
  font-size: 1rem;
}
.p-wysiwyg .wp-block-columns {
  flex-wrap: nowrap !important;
  display: flex;
  gap: 2em;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .wp-block-columns.is-style-columns02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-wysiwyg .wp-block-columns {
    display: block;
    margin-top: 3em;
  }
}
@media screen and (min-width: 769px) {
  .p-wysiwyg .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .p-wysiwyg .wp-block-column figure {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-wysiwyg .wp-block-buttons {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .p-wysiwyg .wp-block-button {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 14px 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 480px;
    height: 80px;
    margin: 2em auto 0;
    transition: 0.2s;
  }
  .p-wysiwyg .wp-block-button a {
    text-decoration: none;
    font-size: 1.125rem;
    max-width: 384px;
  }
  .p-wysiwyg .wp-block-button:after {
    content: "";
    width: 32px;
    height: 4px;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-wysiwyg .wp-block-button:hover {
    opacity: 0.8 !important;
  }
  .p-wysiwyg .wp-block-button:hover:after {
    content: "";
    display: none;
  }
  .p-wysiwyg .wp-block-button:before {
    content: "";
    width: 32px;
    height: 4px;
    position: absolute;
    right: 23px;
    top: 48%;
    transform: translateY(-48%);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.2s;
    transition-delay: 0.1s;
  }
  .p-wysiwyg .wp-block-button:hover {
    cursor: pointer;
  }
  .p-wysiwyg .wp-block-button:hover dt {
    color: #FFF !important;
  }
  .p-wysiwyg .wp-block-button:hover:before {
    content: "";
    width: 32px;
    height: 4px;
    position: absolute;
    right: 23px;
    top: 48%;
    transform: translateY(-48%);
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1024px) {
  .p-wysiwyg .wp-block-button {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 14px 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 2em auto 0;
  }
  .p-wysiwyg .wp-block-button a {
    text-decoration: none;
    font-size: 1.125rem;
  }
  .p-wysiwyg .wp-block-button:hover {
    opacity: 1 !important;
  }
  .p-wysiwyg .wp-block-button:hover:after {
    content: "";
    transform: skewY(-10deg) scale(1, 1);
  }
  .p-wysiwyg .wp-block-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
    transform: skewY(-10deg) scale(1, 0);
    height: 240px;
  }
  .p-wysiwyg .wp-block-button:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-wysiwyg table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 0 !important;
  text-align: left;
}
/* ---------------------------
quality
--------------------------- */
.p-quality__sec01 {
  padding: 64px 0;
}
.p-quality__columns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-quality__columns {
    gap: 50px;
  }
}
.p-quality__column-l {
  width: 49.0774907749%;
}
.p-quality__column-r {
  width: 109.420664%;
  margin-right: -20.5%;
  overflow: hidden;
  border-radius: 16px 0px 0px 16px;
}
.p-quality__sec02 {
  padding: 0px 0 97px;
}
.p-quality__box {
  text-align: center;
}
.p-quality__box-txt {
  margin-top: 34px;
  color: var(--main_01, #454545);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.03375rem;
}
@media screen and (max-width: 1024px) {
  .p-quality__box-txt br {
    display: none;
  }
}

.c-heading02 {
  color: var(--sub_01, #d2aa46);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.12rem;
}
.c-heading02 .tw {
  padding-top: 12px;
}
.p-quality__box-txt02 {
  margin-top: 33px;
  padding: 30px 0;
  color: var(--main_01, #454545);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.03375rem;
  border-top: 3px dashed #dcc378;
  border-bottom: 3px dashed #dcc378;
}
.p-quality__box02 {
  justify-content: space-between;
  margin: 56px auto;
  max-width: 530px;
  text-align: center;
}
.p-quality__box02-l {
  width: 1024px;
  margin-right: 66px;
}
.p-quality__box02-r .p-column__button {
  margin: 48px 0 0 auto;
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.p-column__button.item-quality {
  position: relative;
  display: flex;
  justify-content: center;
}
.p-quality__sec03 {
  background: url(/wp-content/themes/theme/assets/images/quality/bg01.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .p-quality__sec03 {
    padding: 140px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-quality__sec03 {
    padding: 80px 0 105px !important;
  }
}

@media screen and (max-width: 1024px) {
  .p-quality__img {
    margin-top: 20px;
  }
}

.p-quality__box-txt03 {
  margin-top: 38px;
  border-radius: 16px;
  background: var(--sub_03, #f0ebd2);
  padding: 16px 23px;
  color: var(--sub_01, #d2aa46);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1025px) {
  .p-quality__sec04 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-quality__sec04 {
    padding: 20px 0 60px !important;
  }
}

.p-quality__box03 {
  border-radius: 16px;
  border: 1px solid var(--sub_01, #d2aa46);
  background: var(--white, #fff);
  padding: 42px 60px 60px;
  display: flex;
  justify-content: space-between;
}
.p-quality__box03-l {
  max-width: 362px;
  width: 100%;
  margin-right: 38px;
}
.p-quality__box03-r {
  width: 50%;
}
.p-quality__box03-dl {
  padding-bottom: 26px;
  border-bottom: 3px dashed #dcc378;
}
.p-quality__box03-dt {
  color: var(--main_01, #454545);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
.p-quality__box03-dd {
  color: var(--main_01, #454545);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4375rem;
  letter-spacing: 0.055rem;
}
.p-quality__box03-txt {
  color: var(--main_01, #454545);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  margin-top: 20px;
}
.p-quality__box03-txt02 {
  color: var(--sub_01, #d2aa46);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  margin-top: 26px;
}
.p-quality__box03-lists {
  list-style-type: disc;
  margin-left: 26px;
}
.p-quality__box03-list {
  color: var(--main_01, #454545);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  list-style-type: disc;
}
.p-quality__box03-flex {
  display: flex;
  margin-top: 40px;
}
.p-quality__box03-flex span {
  padding-left: 10px;
}
.p-quality__sec05 {
  background: url(/wp-content/themes/theme/assets/images/quality/bg02.webp) no-repeat;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .p-quality__sec05 {
    padding: 70px 0 200px;
  }
}
@media screen and (max-width: 1024px) {
  .p-quality__sec05 {
    padding: 60px 0 100px !important;
  }
}

@media screen and (min-width: 1025px) {
  .p-quality__slides {
    --overlap: 120px;
    text-align: center;
    margin-top: 42px;
    overflow: visible !important;
  }
  .p-quality__slides .slick-slide img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 25px;
  }
  .p-quality__slides button {
    border: none;
    background: none;
  }
  .p-quality__slides .slick-prev {
    position: absolute;
    left: 100px;
    bottom: -80px;
    z-index: 2;
  }
  .p-quality__slides .slick-next {
    position: absolute;
    right: 100px;
    bottom: -80px;
    z-index: 2;
  }
  .p-quality__slides .slick-list {
    overflow: visible !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-quality__slides {
    --overlap: 0px;
    margin-top: 20px;
  }
  .p-quality__slides .slick-prev {
    position: absolute;
    left: 15px;
    bottom: 32%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: none;
    border: none !important;
    overflow: hidden;
    border-radius: 100px;
  }
  .p-quality__slides .slick-next {
    position: absolute;
    right: 15px;
    bottom: 32%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: auto !important;
    border: none !important;
    overflow: hidden;
    border-radius: 100px;
  }
}

.p-quality__slide {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .p-quality__slide {
    will-change: transform, opacity;
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s;
    transform: scale(0.6);
    opacity: 0.6;
    margin: 0 calc(var(--overlap) * -1);
  }
  .p-quality__slide img {
    width: 100%;
    display: block;
    border-radius: 16px;
  }
  .p-quality__slide.slick-current {
    transform: scale(1);
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
    margin: 0 -120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-quality__slide {
    margin: 0 calc(var(--overlap) * -1);
  }
}

.p-quality__infos {
  position: relative;
  max-width: 532px;
  width: 100%;
  margin: 0 auto;
}
.p-quality__info {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--white, #fff);
  margin: 11px auto;
}
.p-quality__info-txt {
  color: var(--main_01, #454545);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
.p-quality__info-txt span {
  color: #d2aa46;
  font-size: 20px;
  display: block;
  margin: 0 auto;
}
.p-quality__info02 {
  margin-top: 10px;
}
.p-quality__info02 span {
  color: #d2aa46;
  font-size: 20px;
  display: block;
}
.c-gray {
  color: #9b9b9b;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .p-quality__sec01,
.p-quality__sec02,
.p-quality__sec03,
.p-quality__sec04,
.p-quality__sec05 {
    padding: 20px 0;
  }
  .p-quality__sec06 {
    padding: 60px 0 100px !important;
  }
  .p-quality__columns {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .p-quality__column-l,
.p-quality__column-r {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .p-quality__box {
    text-align: center;
    padding: 10px;
  }
  .p-quality__box-txt,
.p-quality__box-txt02,
.p-quality__box-txt03 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 15px;
    padding: 20px 10px;
  }
  .p-quality__box02 {
    margin: 20px auto 40px;
    max-width: 80%;
  }
  .p-quality__box03 {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .p-quality__box03-l,
.p-quality__box03-r {
    width: 100%;
    margin: 0;
  }
  .p-quality__box03-dl {
    padding-bottom: 15px;
  }
  .p-quality__box03-dt,
.p-quality__box03-dd,
.p-quality__box03-txt,
.p-quality__box03-txt02 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-quality__box03-lists {
    margin-left: 15px;
  }
  .p-quality__infos {
    max-width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .p-quality__info {
    flex-direction: column;
    padding: 10px;
    margin: 10px auto;
  }
  .p-quality__info-txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .c-heading02 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .c-gray {
    font-size: 0.75rem;
  }
}
/* ---------------------------
howto
--------------------------- */
.p-howto__sec01 {
  padding: 64px 0;
}
.p-howto__columns {
  display: flex;
  align-items: center;
}
.p-howto__column-l {
  width: 49.0774907749%;
}
.p-howto__column-r {
  width: 109.420664%;
  margin-right: -20.5%;
  overflow: hidden;
  border-radius: 16px 0px 0px 16px;
}
.p-howto__sec02 {
  background: url(/wp-content/themes/theme/assets/images/howto/bg.png) no-repeat;
  background-size: cover;
  min-height: 980px;
  padding: 210px 0 70px;
}
.p-howto__ttl {
  text-align: center;
  color: var(--main_01, #454545);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.12rem;
  margin-bottom: 58px;
}
.p-howto__dl {
  background: #fff;
  border-radius: 1rem;
  margin-top: 10px;
}
.p-howto__dt {
  cursor: pointer;
  color: var(--main_01, #454545);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.0625rem;
  padding: 17px 40px 10px;
  position: relative;
}
.p-howto__dt span {
  color: var(--sub_01, #d2aa46);
  text-align: center;
  font-family: "Arsenal SC";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-right: 23px;
}
.p-howto__dt::before {
  content: "+";
  position: absolute;
  right: 25px;
  top: 60%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: var(--sub_01, #000);
  transition: transform 0.3s ease, content 0.3s ease;
}
.p-howto__dt.open::before {
  content: "-";
}
.p-howto__dd {
  color: var(--main_01, #454545);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.0625rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0px 40px 6px;
}
.p-howto__dd.open {
  max-height: 500px;
  padding: 0px 40px 20px;
}
.p-howto__dd span {
  color: var(--sub_01, #d2aa46);
  text-align: center;
  font-family: "Arsenal SC";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-right: 23px;
  min-width: 40px;
  text-align: center;
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .p-howto__dd {
    font-size: 1rem;
  }
  .p-howto__dd.open {
    opacity: 1;
  }
}

.p-howto__sec03 {
  padding: 80px 0;
}
.p-howto__grids {
  max-width: 898px;
  width: 100%;
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
.p-howto__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid var(--sub_02, #dcc378);
  background: var(--white, #fff);
  padding: 12px 24px;
}
.p-howto__grid a span {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.p-howto__grid a:hover {
  background: #dcc378;
  opacity: 1;
}
.p-howto__box {
  max-width: 900px;
  margin: 40px auto 0;
}
.p-howto__box-top {
  display: flex;
  align-items: center;
}
.p-howto__box-l {
  width: 150px;
  margin-right: 20px;
}
.p-howto__box-r {
  display: flex;
  color: var(--main_01, #454545);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.12rem;
}
.p-howto__box-r span {
  margin-right: 10px;
}
.p-howto__box-navs.--col3 {
  display: grid;
  gap: 0px 0px;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-howto__box-navs.--col5 {
  display: grid;
  gap: 0px 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.p-howto__box-nav {
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  background: var(--sub_02, #dcc378);
  color: var(--white, #fff);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.03375rem;
  height: 58px;
  padding: 12px 0;
  cursor: pointer;
}
.p-howto__box-nav.on {
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  background: var(--sub_07, #f7f5e8);
  color: var(--sub_01, #d2aa46);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.03375rem;
}
/*============================
#tab02.p-howto__box
============================*/
/*============================
#tab03.p-howto__box
============================*/
/*============================
#tab04.p-howto__box
============================*/
/*============================
#tab05.p-howto__box
============================*/
/*============================
#tab06.p-howto__box
============================*/
.p-howto__box-con {
  display: none;
}
.p-howto__box-con.on {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-howto__sec01,
.p-howto__sec02,
.p-howto__sec03,
.p-howto__sec04 {
    padding: 20px 0;
  }
  .p-howto__columns {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .p-howto__column-l,
.p-howto__column-r {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .p-howto__ttl {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .p-howto__dl {
    margin-top: 15px;
    border-radius: 0.5rem;
    padding: 10px;
  }
  .p-howto__dt {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .p-howto__dt::before {
    font-size: 1.5rem;
    right: 15px;
  }
  .p-howto__dd {
    font-size: 0.875rem;
    opacity: 0;
  }
  .p-howto__grids {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p-howto__grid a {
    padding: 10px 15px;
    font-size: 0.875rem;
  }
  .p-howto__box {
    padding: 10px;
  }
  .p-howto__box-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .p-howto__box-l {
    width: 100%;
    margin-right: 0;
  }
  .p-howto__box-r {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-howto__box-navs {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p-howto__box-nav {
    font-size: 1rem;
    height: auto;
    padding: 10px;
  }
  .p-howto__box-con {
    padding: 0px;
  }
}
.p-howto__txt {
  color: var(--sub_01, #d2aa46);
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  margin-top: 10px;
}
/* 画像エリア：.on のみ表示 */
.p-howto__box-cons .p-howto__box-con {
  display: none;
}

.p-howto__box-cons .p-howto__box-con.on {
  display: block;
}

/* テキストエリア：.on のみ表示 */
.p-howto__txts .p-howto__txt {
  display: none;
}

.p-howto__txts .p-howto__txt.on {
  display: block;
}

/* 任意・見た目（現在タブ強調） */
.p-howto__box-navs .p-howto__box-nav.on {
  font-weight: 700;
}

/* アニメーションが必要なら以下を有効化 */
.p-howto__box-cons .p-howto__box-con,
.p-howto__txts .p-howto__txt {
  transition: opacity 0.2s ease;
}

.p-howto__box-cons .p-howto__box-con {
  opacity: 0;
}

.p-howto__box-cons .p-howto__box-con.on {
  opacity: 1;
}

.p-howto__txts .p-howto__txt {
  opacity: 0;
}

.p-howto__txts .p-howto__txt.on {
  opacity: 1;
}

/* ---------------------------
technology
--------------------------- */
/*============================
#p-technology__sec01.p-technology__sec01
============================*/
#p-technology__sec01.p-technology__sec01 {
  background: url(/wp-content/themes/theme/assets/images/technology/bg.png) no-repeat;
  background-size: cover;
  min-height: 1089px;
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  #p-technology__sec01.p-technology__sec01 {
    padding: 120px 20px;
    min-height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .p-technology__num {
    max-width: 150px;
  }
}

.p-technology__ttl {
  color: var(--sub_01, #d2aa46);
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.92px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-technology__ttl {
    font-size: 20px;
  }
}

.p-technology__txt {
  color: var(--main_01, #454545);
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.54px;
  padding: 32px 0;
  border-top: 1px dashed #dcc378;
  border-bottom: 1px dashed #dcc378;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .p-technology__txt {
    font-size: 14px;
    line-height: 24px;
    padding: 16px 0;
  }
}

.p-technology__lists {
  margin-top: 50px;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .p-technology__lists {
    grid-template-columns: 1fr;
    gap: 20px 0;
    max-width: 300px;
    text-align: center;
    margin: 30px auto;
  }
}

.p-technology__list {
  position: relative;
}
.p-technology__list.after-none:after {
  content: "";
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-technology__list:after {
    content: "";
    background: url(/wp-content/themes/theme/assets/images/technology/icon-arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -22px;
    display: block;
    top: 66%;
    transform: translateY(-50%);
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__list:after {
    right: -16px;
  }
}

.p-technology__attention {
  border-radius: 16px;
  background: var(--sub_03, #f0ebd2);
  display: flex;
  max-width: 900px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  color: var(--sub_01, #d2aa46);
  text-align: center;
  /* PC/txt-medium-point */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1025px) {
  .p-technology__attention {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__attention {
    font-size: 13px;
    margin-top: 25px;
  }
}

/*============================
#p-technology__sec02.p-technology__sec02
============================*/
#p-technology__sec02.p-technology__sec02 {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  #p-technology__sec02.p-technology__sec02 {
    padding: 70px 0;
  }
}

.p-technology__grids {
  display: grid;
  gap: 10px 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-technology__grids {
    display: block;
  }
}

.p-technology__lists02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .p-technology__lists02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__lists02 {
    margin-top: 30px;
  }
}

.p-technology__list02 {
  display: flex;
  align-items: center;
  color: var(--main_01, #454545);
  font-family: "Noto Sans TC";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.76px;
  margin-right: 30px;
}
.p-technology__list02:first-child {
  margin-top: 0;
}
.p-technology__list02 img {
  padding-right: 5px;
}
@media screen and (min-width: 1025px) {
  .p-technology__list02 {
    margin-top: 24px;
  }
  .p-technology__list02 span {
    color: var(--main_01, #454545);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__list02 {
    font-size: 15px;
    margin-top: 20px;
  }
  .p-technology__list02 span {
    color: var(--main_01, #454545);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.7px;
  }
}

/*============================
#p-technology__sec03.p-technology__sec03
============================*/
#p-technology__sec03.p-technology__sec03 {
  background: url(/wp-content/themes/theme/assets/images/technology/bg.png) no-repeat;
  padding: 150px 0;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #p-technology__sec03.p-technology__sec03 {
    padding: 120px 0;
  }
}

.p-technology__flexs {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .p-technology__flexs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px -110px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__flexs {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .p-technology__flex {
    width: 30%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__flex {
    width: 100%;
    margin-top: 40px;
  }
  .p-technology__flex img {
    width: 100%;
  }
}

.p-technology__flex-img {
  width: 100%;
}
.p-technology__flex-ttl {
  text-align: center;
  background: #fff;
  display: table;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 5px 30px;
  margin: 15px auto 0;
  color: var(--main_01, #454545);
  font-family: "Noto Sans TC";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.88px;
}
.p-technology__flex-ttl span {
  position: relative;
  left: -5px;
  top: -7px;
}
@media screen and (max-width: 1024px) {
  .p-technology__flex-ttl {
    margin: 20px auto 0;
  }
  .p-technology__flex-ttl span {
    position: relative;
    left: -5px;
    top: -7px;
  }
  .p-technology__flex-ttl span img {
    width: 18px;
  }
}

.p-technology__flex-txt {
  margin-top: 10px;
}
/*============================
#p-technology__sec04.p-technology__sec04
============================*/
#p-technology__sec04.p-technology__sec04 {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  #p-technology__sec04.p-technology__sec04 {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-technology__columns {
    display: grid;
    gap: 10px 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__columns {
    margin-top: 30px;
  }
}

.p-technology__column-ttl {
  color: var(--main_01, #454545);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.88px;
}
.p-technology__column-ttl span {
  position: relative;
  top: -8px;
}
@media screen and (min-width: 1025px) {
  .p-technology__column-ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__column-ttl {
    margin-top: 20px;
  }
}

.p-technology__column-txt {
  color: var(--main_01, #454545);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1025px) {
  .p-technology__column-txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__column-txt {
    margin-top: 10px;
  }
}

.p-technology__tabttl {
  text-align: center;
  color: var(--main_01, #454545);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.88px;
  margin-top: 50px;
}
.p-technology__tabttl span {
  position: relative;
  top: -5px;
}
.p-technology__tabs {
  display: flex;
  margin-top: 50px;
}
.p-technology__tab {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #f0ebd2;
  color: #d2aa46;
  cursor: pointer;
}
.p-technology__tab.is-active {
  background: #d2aa46;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-technology__tab {
    height: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__tab {
    height: 40px;
  }
}

.p-technology__boxs {
  border-radius: 0px 0px 16px 16px;
  border: 1px solid var(--sub_01, #d2aa46);
  background: var(--white, #fff);
  padding: 50px 0;
}
.p-technology__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-technology__box {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__box {
    gap: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .p-technology__box-l {
    width: 320px;
  }
}
.p-technology__box-ttl {
  color: var(--sub_01, #d2aa46);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.92px;
}
@media screen and (min-width: 1025px) {
  .p-technology__box-ttl {
    font-size: 32px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__box-ttl {
    font-size: 27px;
    padding-bottom: 15px;
  }
}

.p-technology__box-txt {
  color: var(--main_01, #454545);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.8px;
  border-top: 2px dashed #d2aa46;
}
@media screen and (min-width: 1025px) {
  .p-technology__box-txt {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__box-txt {
    padding-top: 16px;
  }
}

.p-technology__box-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: var(--main_01, #454545);
  display: block;
}
.p-technology__box-link span {
  position: relative;
  top: -5px;
}
@media screen and (min-width: 1025px) {
  .p-technology__box-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__box-link {
    margin-top: 10px;
  }
}

/*============================
#p-technology__sec05.p-technology__sec05
============================*/
#p-technology__sec05.p-technology__sec05 {
  background: url(/wp-content/themes/theme/assets/images/technology/bg.png) no-repeat;
  background-size: cover;
  padding: 150px 0 330px;
  margin-bottom: -370px;
}
.p-technology__drags {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .p-technology__drags {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__drags {
    gap: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .p-technology__drag {
    width: 30%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-technology__drag {
    width: 70%;
    margin-top: 0;
    text-align: center;
  }
}

.p-technology__drag-img img {
  width: 100%;
}
.p-technology__drag-ttl {
  text-align: center;
  background: #fff;
  display: table;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 5px 30px;
  margin: -30px auto 0;
  color: var(--main_01, #454545);
  font-family: "Noto Sans TC";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.88px;
  z-index: 1;
  position: relative;
}
.p-technology__drag-ttl span {
  position: relative;
  top: -7px;
}
.p-technology__drag-txt {
  margin-top: 20px;
}
.js-tab-content {
  display: none;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .js-tab-content.is-show {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .js-tab-content.is-show {
    display: flex;
    flex-flow: column-reverse nowrap;
    padding: 0 40px;
  }
}

.p-technology__attention-img {
  margin-top: 50px;
}
.p-technology__attention-img img {
  width: 100%;
}
/* ---------------------------
u-border
--------------------------- */
.u-border--b {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.u-border--gray {
  border-color: #cccccc;
}

.u-c--base {
  color: #454545 !important;
}
.u-c--lightGray {
  color: #EFEFEF !important;
}
.u-c--primary {
  color: #F5C800 !important;
}
.u-c--secondary {
  color: #E60012 !important;
}
.u-c--wh {
  color: #fff !important;
}

.u-bg--base {
  background-color: #454545 !important;
}
.u-bg--wh {
  background-color: #fff !important;
}
.u-bg--bg {
  background-color: #F0EBD2 !important;
}
.u-bg--primary {
  background-color: #F5C800 !important;
}
.u-bg--secondary {
  background-color: #E60012 !important;
}
.u-bg--quaternary {
  background-color: #D6E4EA !important;
}
.u-bg--gray {
  background-color: #9B9B9B;
}

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

/* ---------------------------
m
--------------------------- */
.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: 769px) {
  .u-mt--0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--0--tb {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--0--sp {
    margin-top: 0px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--0--tb {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--0--sp {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--0 {
    padding-top: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--0--tb {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--0--sp {
    padding-top: 0px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--0 {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--0--tb {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--0--sp {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--1 {
    margin-top: 2px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--1--tb {
    margin-top: 2px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--1--sp {
    margin-top: 2px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--1 {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--1--tb {
    margin-bottom: 2px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--1--sp {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--1 {
    padding-top: 2px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--1--tb {
    padding-top: 2px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--1--sp {
    padding-top: 2px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--1 {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--1--tb {
    padding-bottom: 2px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--1--sp {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--2 {
    margin-top: 4px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--2--tb {
    margin-top: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--2--sp {
    margin-top: 4px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--2 {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--2--tb {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--2--sp {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--2 {
    padding-top: 4px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--2--tb {
    padding-top: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--2--sp {
    padding-top: 4px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--2 {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--2--tb {
    padding-bottom: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--2--sp {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--3 {
    margin-top: 6px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--3--tb {
    margin-top: 6px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--3--sp {
    margin-top: 6px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--3 {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--3--tb {
    margin-bottom: 6px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--3--sp {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--3 {
    padding-top: 6px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--3--tb {
    padding-top: 6px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--3--sp {
    padding-top: 6px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--3 {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--3--tb {
    padding-bottom: 6px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--3--sp {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--4 {
    margin-top: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--4--tb {
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--4--sp {
    margin-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--4 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--4--tb {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--4--sp {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--4 {
    padding-top: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--4--tb {
    padding-top: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--4--sp {
    padding-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--4 {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--4--tb {
    padding-bottom: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--4--sp {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--5 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--5--tb {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--5--sp {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--5 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--5--tb {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--5--sp {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--5 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--5--tb {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--5--sp {
    padding-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--5 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--5--tb {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--5--sp {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--6 {
    margin-top: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--6--tb {
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--6--sp {
    margin-top: 12px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--6 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--6--tb {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--6--sp {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--6 {
    padding-top: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--6--tb {
    padding-top: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--6--sp {
    padding-top: 12px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--6 {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--6--tb {
    padding-bottom: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--6--sp {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--7 {
    margin-top: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--7--tb {
    margin-top: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--7--sp {
    margin-top: 14px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--7 {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--7--tb {
    margin-bottom: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--7--sp {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--7 {
    padding-top: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--7--tb {
    padding-top: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--7--sp {
    padding-top: 14px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--7 {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--7--tb {
    padding-bottom: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--7--sp {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--8 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--8--tb {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--8--sp {
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--8 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--8--tb {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--8--sp {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--8 {
    padding-top: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--8--tb {
    padding-top: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--8--sp {
    padding-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--8 {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--8--tb {
    padding-bottom: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--8--sp {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--9 {
    margin-top: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--9--tb {
    margin-top: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--9--sp {
    margin-top: 18px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--9 {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--9--tb {
    margin-bottom: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--9--sp {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--9 {
    padding-top: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--9--tb {
    padding-top: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--9--sp {
    padding-top: 18px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--9 {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--9--tb {
    padding-bottom: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--9--sp {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--10 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--10--tb {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--10--sp {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--10 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--10--tb {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--10--sp {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--10 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--10--tb {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--10--sp {
    padding-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--10 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--10--tb {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--10--sp {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--11 {
    margin-top: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--11--tb {
    margin-top: 22px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--11--sp {
    margin-top: 22px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--11 {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--11--tb {
    margin-bottom: 22px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--11--sp {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--11 {
    padding-top: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--11--tb {
    padding-top: 22px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--11--sp {
    padding-top: 22px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--11 {
    padding-bottom: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--11--tb {
    padding-bottom: 22px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--11--sp {
    padding-bottom: 22px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--12 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--12--tb {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--12--sp {
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--12 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--12--tb {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--12--sp {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--12 {
    padding-top: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--12--tb {
    padding-top: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--12--sp {
    padding-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--12 {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--12--tb {
    padding-bottom: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--12--sp {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--13 {
    margin-top: 26px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--13--tb {
    margin-top: 26px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--13--sp {
    margin-top: 26px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--13 {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--13--tb {
    margin-bottom: 26px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--13--sp {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--13 {
    padding-top: 26px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--13--tb {
    padding-top: 26px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--13--sp {
    padding-top: 26px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--13 {
    padding-bottom: 26px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--13--tb {
    padding-bottom: 26px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--13--sp {
    padding-bottom: 26px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--14 {
    margin-top: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--14--tb {
    margin-top: 28px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--14--sp {
    margin-top: 28px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--14 {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--14--tb {
    margin-bottom: 28px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--14--sp {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--14 {
    padding-top: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--14--tb {
    padding-top: 28px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--14--sp {
    padding-top: 28px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--14 {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--14--tb {
    padding-bottom: 28px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--14--sp {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--15 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--15--tb {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--15--sp {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--15 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--15--tb {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--15--sp {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--15 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--15--tb {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--15--sp {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--15 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--15--tb {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--15--sp {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--16 {
    margin-top: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--16--tb {
    margin-top: 32px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--16--sp {
    margin-top: 32px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--16 {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--16--tb {
    margin-bottom: 32px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--16--sp {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--16 {
    padding-top: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--16--tb {
    padding-top: 32px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--16--sp {
    padding-top: 32px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--16 {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--16--tb {
    padding-bottom: 32px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--16--sp {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--17 {
    margin-top: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--17--tb {
    margin-top: 34px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--17--sp {
    margin-top: 34px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--17 {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--17--tb {
    margin-bottom: 34px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--17--sp {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--17 {
    padding-top: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--17--tb {
    padding-top: 34px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--17--sp {
    padding-top: 34px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--17 {
    padding-bottom: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--17--tb {
    padding-bottom: 34px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--17--sp {
    padding-bottom: 34px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--18 {
    margin-top: 36px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--18--tb {
    margin-top: 36px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--18--sp {
    margin-top: 36px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--18 {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--18--tb {
    margin-bottom: 36px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--18--sp {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--18 {
    padding-top: 36px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--18--tb {
    padding-top: 36px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--18--sp {
    padding-top: 36px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--18 {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--18--tb {
    padding-bottom: 36px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--18--sp {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--19 {
    margin-top: 38px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--19--tb {
    margin-top: 38px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--19--sp {
    margin-top: 38px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--19 {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--19--tb {
    margin-bottom: 38px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--19--sp {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--19 {
    padding-top: 38px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--19--tb {
    padding-top: 38px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--19--sp {
    padding-top: 38px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--19 {
    padding-bottom: 38px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--19--tb {
    padding-bottom: 38px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--19--sp {
    padding-bottom: 38px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--20 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--20--tb {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--20--sp {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--20 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--20--tb {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--20--sp {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--20 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--20--tb {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--20--sp {
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--20 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--20--tb {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--20--sp {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--21 {
    margin-top: 42px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--21--tb {
    margin-top: 42px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--21--sp {
    margin-top: 42px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--21 {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--21--tb {
    margin-bottom: 42px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--21--sp {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--21 {
    padding-top: 42px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--21--tb {
    padding-top: 42px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--21--sp {
    padding-top: 42px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--21 {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--21--tb {
    padding-bottom: 42px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--21--sp {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--22 {
    margin-top: 44px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--22--tb {
    margin-top: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--22--sp {
    margin-top: 44px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--22 {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--22--tb {
    margin-bottom: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--22--sp {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--22 {
    padding-top: 44px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--22--tb {
    padding-top: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--22--sp {
    padding-top: 44px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--22 {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--22--tb {
    padding-bottom: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--22--sp {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--23 {
    margin-top: 46px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--23--tb {
    margin-top: 46px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--23--sp {
    margin-top: 46px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--23 {
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--23--tb {
    margin-bottom: 46px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--23--sp {
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--23 {
    padding-top: 46px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--23--tb {
    padding-top: 46px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--23--sp {
    padding-top: 46px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--23 {
    padding-bottom: 46px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--23--tb {
    padding-bottom: 46px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--23--sp {
    padding-bottom: 46px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--24 {
    margin-top: 48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--24--tb {
    margin-top: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--24--sp {
    margin-top: 48px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--24 {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--24--tb {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--24--sp {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--24 {
    padding-top: 48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--24--tb {
    padding-top: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--24--sp {
    padding-top: 48px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--24 {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--24--tb {
    padding-bottom: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--24--sp {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--25 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--25--tb {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--25--sp {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--25 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--25--tb {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--25--sp {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--25 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--25--tb {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--25--sp {
    padding-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--25 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--25--tb {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--25--sp {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--26 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--26--tb {
    margin-top: 52px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--26--sp {
    margin-top: 52px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--26 {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--26--tb {
    margin-bottom: 52px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--26--sp {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--26 {
    padding-top: 52px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--26--tb {
    padding-top: 52px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--26--sp {
    padding-top: 52px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--26 {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--26--tb {
    padding-bottom: 52px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--26--sp {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--27 {
    margin-top: 54px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--27--tb {
    margin-top: 54px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--27--sp {
    margin-top: 54px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--27 {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--27--tb {
    margin-bottom: 54px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--27--sp {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--27 {
    padding-top: 54px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--27--tb {
    padding-top: 54px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--27--sp {
    padding-top: 54px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--27 {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--27--tb {
    padding-bottom: 54px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--27--sp {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--28 {
    margin-top: 56px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--28--tb {
    margin-top: 56px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--28--sp {
    margin-top: 56px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--28 {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--28--tb {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--28--sp {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--28 {
    padding-top: 56px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--28--tb {
    padding-top: 56px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--28--sp {
    padding-top: 56px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--28 {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--28--tb {
    padding-bottom: 56px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--28--sp {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--29 {
    margin-top: 58px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--29--tb {
    margin-top: 58px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--29--sp {
    margin-top: 58px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--29 {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--29--tb {
    margin-bottom: 58px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--29--sp {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--29 {
    padding-top: 58px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--29--tb {
    padding-top: 58px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--29--sp {
    padding-top: 58px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--29 {
    padding-bottom: 58px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--29--tb {
    padding-bottom: 58px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--29--sp {
    padding-bottom: 58px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--30 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--30--tb {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--30--sp {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--30 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--30--tb {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--30--sp {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--30 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--30--tb {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--30--sp {
    padding-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--30 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--30--tb {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--30--sp {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--31 {
    margin-top: 62px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--31--tb {
    margin-top: 62px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--31--sp {
    margin-top: 62px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--31 {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--31--tb {
    margin-bottom: 62px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--31--sp {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--31 {
    padding-top: 62px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--31--tb {
    padding-top: 62px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--31--sp {
    padding-top: 62px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--31 {
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--31--tb {
    padding-bottom: 62px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--31--sp {
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--32 {
    margin-top: 64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--32--tb {
    margin-top: 64px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--32--sp {
    margin-top: 64px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--32 {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--32--tb {
    margin-bottom: 64px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--32--sp {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--32 {
    padding-top: 64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--32--tb {
    padding-top: 64px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--32--sp {
    padding-top: 64px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--32 {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--32--tb {
    padding-bottom: 64px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--32--sp {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--33 {
    margin-top: 66px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--33--tb {
    margin-top: 66px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--33--sp {
    margin-top: 66px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--33 {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--33--tb {
    margin-bottom: 66px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--33--sp {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--33 {
    padding-top: 66px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--33--tb {
    padding-top: 66px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--33--sp {
    padding-top: 66px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--33 {
    padding-bottom: 66px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--33--tb {
    padding-bottom: 66px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--33--sp {
    padding-bottom: 66px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--34 {
    margin-top: 68px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--34--tb {
    margin-top: 68px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--34--sp {
    margin-top: 68px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--34 {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--34--tb {
    margin-bottom: 68px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--34--sp {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--34 {
    padding-top: 68px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--34--tb {
    padding-top: 68px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--34--sp {
    padding-top: 68px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--34 {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--34--tb {
    padding-bottom: 68px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--34--sp {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--35 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--35--tb {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--35--sp {
    margin-top: 70px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--35 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--35--tb {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--35--sp {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--35 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--35--tb {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--35--sp {
    padding-top: 70px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--35 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--35--tb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--35--sp {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--36 {
    margin-top: 72px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--36--tb {
    margin-top: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--36--sp {
    margin-top: 72px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--36 {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--36--tb {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--36--sp {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--36 {
    padding-top: 72px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--36--tb {
    padding-top: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--36--sp {
    padding-top: 72px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--36 {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--36--tb {
    padding-bottom: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--36--sp {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--37 {
    margin-top: 74px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--37--tb {
    margin-top: 74px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--37--sp {
    margin-top: 74px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--37 {
    margin-bottom: 74px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--37--tb {
    margin-bottom: 74px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--37--sp {
    margin-bottom: 74px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--37 {
    padding-top: 74px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--37--tb {
    padding-top: 74px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--37--sp {
    padding-top: 74px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--37 {
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--37--tb {
    padding-bottom: 74px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--37--sp {
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--38 {
    margin-top: 76px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--38--tb {
    margin-top: 76px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--38--sp {
    margin-top: 76px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--38 {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--38--tb {
    margin-bottom: 76px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--38--sp {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--38 {
    padding-top: 76px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--38--tb {
    padding-top: 76px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--38--sp {
    padding-top: 76px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--38 {
    padding-bottom: 76px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--38--tb {
    padding-bottom: 76px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--38--sp {
    padding-bottom: 76px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--39 {
    margin-top: 78px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--39--tb {
    margin-top: 78px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--39--sp {
    margin-top: 78px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--39 {
    margin-bottom: 78px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--39--tb {
    margin-bottom: 78px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--39--sp {
    margin-bottom: 78px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--39 {
    padding-top: 78px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--39--tb {
    padding-top: 78px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--39--sp {
    padding-top: 78px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--39 {
    padding-bottom: 78px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--39--tb {
    padding-bottom: 78px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--39--sp {
    padding-bottom: 78px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--40 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--40--tb {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--40--sp {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--40 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--40--tb {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--40--sp {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--40 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--40--tb {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--40--sp {
    padding-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--40 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--40--tb {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--40--sp {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--41 {
    margin-top: 82px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--41--tb {
    margin-top: 82px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--41--sp {
    margin-top: 82px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--41 {
    margin-bottom: 82px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--41--tb {
    margin-bottom: 82px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--41--sp {
    margin-bottom: 82px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--41 {
    padding-top: 82px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--41--tb {
    padding-top: 82px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--41--sp {
    padding-top: 82px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--41 {
    padding-bottom: 82px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--41--tb {
    padding-bottom: 82px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--41--sp {
    padding-bottom: 82px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--42 {
    margin-top: 84px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--42--tb {
    margin-top: 84px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--42--sp {
    margin-top: 84px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--42 {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--42--tb {
    margin-bottom: 84px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--42--sp {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--42 {
    padding-top: 84px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--42--tb {
    padding-top: 84px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--42--sp {
    padding-top: 84px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--42 {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--42--tb {
    padding-bottom: 84px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--42--sp {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--43 {
    margin-top: 86px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--43--tb {
    margin-top: 86px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--43--sp {
    margin-top: 86px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--43 {
    margin-bottom: 86px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--43--tb {
    margin-bottom: 86px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--43--sp {
    margin-bottom: 86px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--43 {
    padding-top: 86px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--43--tb {
    padding-top: 86px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--43--sp {
    padding-top: 86px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--43 {
    padding-bottom: 86px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--43--tb {
    padding-bottom: 86px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--43--sp {
    padding-bottom: 86px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--44 {
    margin-top: 88px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--44--tb {
    margin-top: 88px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--44--sp {
    margin-top: 88px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--44 {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--44--tb {
    margin-bottom: 88px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--44--sp {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--44 {
    padding-top: 88px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--44--tb {
    padding-top: 88px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--44--sp {
    padding-top: 88px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--44 {
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--44--tb {
    padding-bottom: 88px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--44--sp {
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--45 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--45--tb {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--45--sp {
    margin-top: 90px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--45 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--45--tb {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--45--sp {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--45 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--45--tb {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--45--sp {
    padding-top: 90px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--45 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--45--tb {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--45--sp {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--46 {
    margin-top: 92px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--46--tb {
    margin-top: 92px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--46--sp {
    margin-top: 92px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--46 {
    margin-bottom: 92px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--46--tb {
    margin-bottom: 92px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--46--sp {
    margin-bottom: 92px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--46 {
    padding-top: 92px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--46--tb {
    padding-top: 92px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--46--sp {
    padding-top: 92px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--46 {
    padding-bottom: 92px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--46--tb {
    padding-bottom: 92px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--46--sp {
    padding-bottom: 92px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--47 {
    margin-top: 94px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--47--tb {
    margin-top: 94px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--47--sp {
    margin-top: 94px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--47 {
    margin-bottom: 94px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--47--tb {
    margin-bottom: 94px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--47--sp {
    margin-bottom: 94px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--47 {
    padding-top: 94px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--47--tb {
    padding-top: 94px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--47--sp {
    padding-top: 94px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--47 {
    padding-bottom: 94px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--47--tb {
    padding-bottom: 94px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--47--sp {
    padding-bottom: 94px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--48 {
    margin-top: 96px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--48--tb {
    margin-top: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--48--sp {
    margin-top: 96px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--48 {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--48--tb {
    margin-bottom: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--48--sp {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--48 {
    padding-top: 96px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--48--tb {
    padding-top: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--48--sp {
    padding-top: 96px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--48 {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--48--tb {
    padding-bottom: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--48--sp {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--49 {
    margin-top: 98px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--49--tb {
    margin-top: 98px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--49--sp {
    margin-top: 98px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--49 {
    margin-bottom: 98px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--49--tb {
    margin-bottom: 98px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--49--sp {
    margin-bottom: 98px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--49 {
    padding-top: 98px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--49--tb {
    padding-top: 98px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--49--sp {
    padding-top: 98px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--49 {
    padding-bottom: 98px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--49--tb {
    padding-bottom: 98px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--49--sp {
    padding-bottom: 98px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--50 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--50--tb {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--50--sp {
    margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--50 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--50--tb {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--50--sp {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--50 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--50--tb {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--50--sp {
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--50 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--50--tb {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--50--sp {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--51 {
    margin-top: 102px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--51--tb {
    margin-top: 102px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--51--sp {
    margin-top: 102px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--51 {
    margin-bottom: 102px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--51--tb {
    margin-bottom: 102px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--51--sp {
    margin-bottom: 102px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--51 {
    padding-top: 102px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--51--tb {
    padding-top: 102px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--51--sp {
    padding-top: 102px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--51 {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--51--tb {
    padding-bottom: 102px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--51--sp {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--52 {
    margin-top: 104px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--52--tb {
    margin-top: 104px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--52--sp {
    margin-top: 104px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--52 {
    margin-bottom: 104px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--52--tb {
    margin-bottom: 104px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--52--sp {
    margin-bottom: 104px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--52 {
    padding-top: 104px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--52--tb {
    padding-top: 104px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--52--sp {
    padding-top: 104px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--52 {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--52--tb {
    padding-bottom: 104px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--52--sp {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--53 {
    margin-top: 106px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--53--tb {
    margin-top: 106px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--53--sp {
    margin-top: 106px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--53 {
    margin-bottom: 106px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--53--tb {
    margin-bottom: 106px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--53--sp {
    margin-bottom: 106px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--53 {
    padding-top: 106px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--53--tb {
    padding-top: 106px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--53--sp {
    padding-top: 106px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--53 {
    padding-bottom: 106px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--53--tb {
    padding-bottom: 106px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--53--sp {
    padding-bottom: 106px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--54 {
    margin-top: 108px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--54--tb {
    margin-top: 108px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--54--sp {
    margin-top: 108px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--54 {
    margin-bottom: 108px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--54--tb {
    margin-bottom: 108px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--54--sp {
    margin-bottom: 108px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--54 {
    padding-top: 108px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--54--tb {
    padding-top: 108px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--54--sp {
    padding-top: 108px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--54 {
    padding-bottom: 108px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--54--tb {
    padding-bottom: 108px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--54--sp {
    padding-bottom: 108px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--55 {
    margin-top: 110px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--55--tb {
    margin-top: 110px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--55--sp {
    margin-top: 110px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--55 {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--55--tb {
    margin-bottom: 110px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--55--sp {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--55 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--55--tb {
    padding-top: 110px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--55--sp {
    padding-top: 110px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--55 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--55--tb {
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--55--sp {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--56 {
    margin-top: 112px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--56--tb {
    margin-top: 112px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--56--sp {
    margin-top: 112px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--56 {
    margin-bottom: 112px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--56--tb {
    margin-bottom: 112px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--56--sp {
    margin-bottom: 112px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--56 {
    padding-top: 112px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--56--tb {
    padding-top: 112px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--56--sp {
    padding-top: 112px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--56 {
    padding-bottom: 112px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--56--tb {
    padding-bottom: 112px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--56--sp {
    padding-bottom: 112px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--57 {
    margin-top: 114px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--57--tb {
    margin-top: 114px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--57--sp {
    margin-top: 114px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--57 {
    margin-bottom: 114px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--57--tb {
    margin-bottom: 114px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--57--sp {
    margin-bottom: 114px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--57 {
    padding-top: 114px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--57--tb {
    padding-top: 114px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--57--sp {
    padding-top: 114px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--57 {
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--57--tb {
    padding-bottom: 114px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--57--sp {
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--58 {
    margin-top: 116px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--58--tb {
    margin-top: 116px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--58--sp {
    margin-top: 116px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--58 {
    margin-bottom: 116px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--58--tb {
    margin-bottom: 116px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--58--sp {
    margin-bottom: 116px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--58 {
    padding-top: 116px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--58--tb {
    padding-top: 116px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--58--sp {
    padding-top: 116px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--58 {
    padding-bottom: 116px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--58--tb {
    padding-bottom: 116px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--58--sp {
    padding-bottom: 116px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--59 {
    margin-top: 118px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--59--tb {
    margin-top: 118px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--59--sp {
    margin-top: 118px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--59 {
    margin-bottom: 118px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--59--tb {
    margin-bottom: 118px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--59--sp {
    margin-bottom: 118px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--59 {
    padding-top: 118px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--59--tb {
    padding-top: 118px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--59--sp {
    padding-top: 118px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--59 {
    padding-bottom: 118px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--59--tb {
    padding-bottom: 118px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--59--sp {
    padding-bottom: 118px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--60 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--60--tb {
    margin-top: 120px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--60--sp {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--60 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--60--tb {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--60--sp {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--60 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--60--tb {
    padding-top: 120px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--60--sp {
    padding-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--60 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--60--tb {
    padding-bottom: 120px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--60--sp {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--61 {
    margin-top: 122px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--61--tb {
    margin-top: 122px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--61--sp {
    margin-top: 122px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--61 {
    margin-bottom: 122px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--61--tb {
    margin-bottom: 122px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--61--sp {
    margin-bottom: 122px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--61 {
    padding-top: 122px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--61--tb {
    padding-top: 122px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--61--sp {
    padding-top: 122px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--61 {
    padding-bottom: 122px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--61--tb {
    padding-bottom: 122px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--61--sp {
    padding-bottom: 122px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--62 {
    margin-top: 124px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--62--tb {
    margin-top: 124px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--62--sp {
    margin-top: 124px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--62 {
    margin-bottom: 124px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--62--tb {
    margin-bottom: 124px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--62--sp {
    margin-bottom: 124px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--62 {
    padding-top: 124px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--62--tb {
    padding-top: 124px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--62--sp {
    padding-top: 124px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--62 {
    padding-bottom: 124px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--62--tb {
    padding-bottom: 124px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--62--sp {
    padding-bottom: 124px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--63 {
    margin-top: 126px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--63--tb {
    margin-top: 126px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--63--sp {
    margin-top: 126px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--63 {
    margin-bottom: 126px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--63--tb {
    margin-bottom: 126px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--63--sp {
    margin-bottom: 126px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--63 {
    padding-top: 126px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--63--tb {
    padding-top: 126px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--63--sp {
    padding-top: 126px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--63 {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--63--tb {
    padding-bottom: 126px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--63--sp {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--64 {
    margin-top: 128px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--64--tb {
    margin-top: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--64--sp {
    margin-top: 128px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--64 {
    margin-bottom: 128px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--64--tb {
    margin-bottom: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--64--sp {
    margin-bottom: 128px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--64 {
    padding-top: 128px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--64--tb {
    padding-top: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--64--sp {
    padding-top: 128px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--64 {
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--64--tb {
    padding-bottom: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--64--sp {
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--65 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--65--tb {
    margin-top: 130px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--65--sp {
    margin-top: 130px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--65 {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--65--tb {
    margin-bottom: 130px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--65--sp {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--65 {
    padding-top: 130px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--65--tb {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--65--sp {
    padding-top: 130px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--65 {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--65--tb {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--65--sp {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--66 {
    margin-top: 132px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--66--tb {
    margin-top: 132px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--66--sp {
    margin-top: 132px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--66 {
    margin-bottom: 132px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--66--tb {
    margin-bottom: 132px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--66--sp {
    margin-bottom: 132px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--66 {
    padding-top: 132px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--66--tb {
    padding-top: 132px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--66--sp {
    padding-top: 132px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--66 {
    padding-bottom: 132px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--66--tb {
    padding-bottom: 132px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--66--sp {
    padding-bottom: 132px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--67 {
    margin-top: 134px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--67--tb {
    margin-top: 134px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--67--sp {
    margin-top: 134px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--67 {
    margin-bottom: 134px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--67--tb {
    margin-bottom: 134px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--67--sp {
    margin-bottom: 134px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--67 {
    padding-top: 134px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--67--tb {
    padding-top: 134px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--67--sp {
    padding-top: 134px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--67 {
    padding-bottom: 134px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--67--tb {
    padding-bottom: 134px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--67--sp {
    padding-bottom: 134px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--68 {
    margin-top: 136px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--68--tb {
    margin-top: 136px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--68--sp {
    margin-top: 136px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--68 {
    margin-bottom: 136px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--68--tb {
    margin-bottom: 136px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--68--sp {
    margin-bottom: 136px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--68 {
    padding-top: 136px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--68--tb {
    padding-top: 136px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--68--sp {
    padding-top: 136px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--68 {
    padding-bottom: 136px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--68--tb {
    padding-bottom: 136px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--68--sp {
    padding-bottom: 136px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--69 {
    margin-top: 138px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--69--tb {
    margin-top: 138px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--69--sp {
    margin-top: 138px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--69 {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--69--tb {
    margin-bottom: 138px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--69--sp {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--69 {
    padding-top: 138px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--69--tb {
    padding-top: 138px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--69--sp {
    padding-top: 138px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--69 {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--69--tb {
    padding-bottom: 138px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--69--sp {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--70 {
    margin-top: 140px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--70--tb {
    margin-top: 140px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--70--sp {
    margin-top: 140px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--70 {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--70--tb {
    margin-bottom: 140px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--70--sp {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--70 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--70--tb {
    padding-top: 140px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--70--sp {
    padding-top: 140px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--70 {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--70--tb {
    padding-bottom: 140px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--70--sp {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--71 {
    margin-top: 142px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--71--tb {
    margin-top: 142px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--71--sp {
    margin-top: 142px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--71 {
    margin-bottom: 142px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--71--tb {
    margin-bottom: 142px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--71--sp {
    margin-bottom: 142px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--71 {
    padding-top: 142px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--71--tb {
    padding-top: 142px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--71--sp {
    padding-top: 142px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--71 {
    padding-bottom: 142px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--71--tb {
    padding-bottom: 142px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--71--sp {
    padding-bottom: 142px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--72 {
    margin-top: 144px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--72--tb {
    margin-top: 144px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--72--sp {
    margin-top: 144px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--72 {
    margin-bottom: 144px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--72--tb {
    margin-bottom: 144px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--72--sp {
    margin-bottom: 144px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--72 {
    padding-top: 144px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--72--tb {
    padding-top: 144px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--72--sp {
    padding-top: 144px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--72 {
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--72--tb {
    padding-bottom: 144px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--72--sp {
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--73 {
    margin-top: 146px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--73--tb {
    margin-top: 146px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--73--sp {
    margin-top: 146px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--73 {
    margin-bottom: 146px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--73--tb {
    margin-bottom: 146px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--73--sp {
    margin-bottom: 146px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--73 {
    padding-top: 146px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--73--tb {
    padding-top: 146px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--73--sp {
    padding-top: 146px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--73 {
    padding-bottom: 146px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--73--tb {
    padding-bottom: 146px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--73--sp {
    padding-bottom: 146px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--74 {
    margin-top: 148px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--74--tb {
    margin-top: 148px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--74--sp {
    margin-top: 148px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--74 {
    margin-bottom: 148px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--74--tb {
    margin-bottom: 148px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--74--sp {
    margin-bottom: 148px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--74 {
    padding-top: 148px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--74--tb {
    padding-top: 148px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--74--sp {
    padding-top: 148px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--74 {
    padding-bottom: 148px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--74--tb {
    padding-bottom: 148px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--74--sp {
    padding-bottom: 148px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--75 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--75--tb {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--75--sp {
    margin-top: 150px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--75 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--75--tb {
    margin-bottom: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--75--sp {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--75 {
    padding-top: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--75--tb {
    padding-top: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--75--sp {
    padding-top: 150px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--75 {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--75--tb {
    padding-bottom: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--75--sp {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--76 {
    margin-top: 152px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--76--tb {
    margin-top: 152px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--76--sp {
    margin-top: 152px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--76 {
    margin-bottom: 152px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--76--tb {
    margin-bottom: 152px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--76--sp {
    margin-bottom: 152px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--76 {
    padding-top: 152px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--76--tb {
    padding-top: 152px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--76--sp {
    padding-top: 152px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--76 {
    padding-bottom: 152px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--76--tb {
    padding-bottom: 152px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--76--sp {
    padding-bottom: 152px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--77 {
    margin-top: 154px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--77--tb {
    margin-top: 154px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--77--sp {
    margin-top: 154px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--77 {
    margin-bottom: 154px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--77--tb {
    margin-bottom: 154px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--77--sp {
    margin-bottom: 154px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--77 {
    padding-top: 154px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--77--tb {
    padding-top: 154px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--77--sp {
    padding-top: 154px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--77 {
    padding-bottom: 154px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--77--tb {
    padding-bottom: 154px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--77--sp {
    padding-bottom: 154px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--78 {
    margin-top: 156px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--78--tb {
    margin-top: 156px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--78--sp {
    margin-top: 156px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--78 {
    margin-bottom: 156px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--78--tb {
    margin-bottom: 156px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--78--sp {
    margin-bottom: 156px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--78 {
    padding-top: 156px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--78--tb {
    padding-top: 156px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--78--sp {
    padding-top: 156px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--78 {
    padding-bottom: 156px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--78--tb {
    padding-bottom: 156px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--78--sp {
    padding-bottom: 156px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--79 {
    margin-top: 158px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--79--tb {
    margin-top: 158px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--79--sp {
    margin-top: 158px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--79 {
    margin-bottom: 158px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--79--tb {
    margin-bottom: 158px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--79--sp {
    margin-bottom: 158px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--79 {
    padding-top: 158px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--79--tb {
    padding-top: 158px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--79--sp {
    padding-top: 158px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--79 {
    padding-bottom: 158px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--79--tb {
    padding-bottom: 158px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--79--sp {
    padding-bottom: 158px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--80 {
    margin-top: 160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--80--tb {
    margin-top: 160px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--80--sp {
    margin-top: 160px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--80 {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--80--tb {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--80--sp {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--80 {
    padding-top: 160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--80--tb {
    padding-top: 160px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--80--sp {
    padding-top: 160px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--80 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--80--tb {
    padding-bottom: 160px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--80--sp {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--81 {
    margin-top: 162px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--81--tb {
    margin-top: 162px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--81--sp {
    margin-top: 162px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--81 {
    margin-bottom: 162px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--81--tb {
    margin-bottom: 162px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--81--sp {
    margin-bottom: 162px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--81 {
    padding-top: 162px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--81--tb {
    padding-top: 162px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--81--sp {
    padding-top: 162px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--81 {
    padding-bottom: 162px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--81--tb {
    padding-bottom: 162px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--81--sp {
    padding-bottom: 162px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--82 {
    margin-top: 164px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--82--tb {
    margin-top: 164px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--82--sp {
    margin-top: 164px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--82 {
    margin-bottom: 164px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--82--tb {
    margin-bottom: 164px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--82--sp {
    margin-bottom: 164px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--82 {
    padding-top: 164px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--82--tb {
    padding-top: 164px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--82--sp {
    padding-top: 164px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--82 {
    padding-bottom: 164px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--82--tb {
    padding-bottom: 164px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--82--sp {
    padding-bottom: 164px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--83 {
    margin-top: 166px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--83--tb {
    margin-top: 166px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--83--sp {
    margin-top: 166px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--83 {
    margin-bottom: 166px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--83--tb {
    margin-bottom: 166px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--83--sp {
    margin-bottom: 166px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--83 {
    padding-top: 166px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--83--tb {
    padding-top: 166px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--83--sp {
    padding-top: 166px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--83 {
    padding-bottom: 166px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--83--tb {
    padding-bottom: 166px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--83--sp {
    padding-bottom: 166px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--84 {
    margin-top: 168px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--84--tb {
    margin-top: 168px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--84--sp {
    margin-top: 168px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--84 {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--84--tb {
    margin-bottom: 168px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--84--sp {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--84 {
    padding-top: 168px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--84--tb {
    padding-top: 168px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--84--sp {
    padding-top: 168px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--84 {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--84--tb {
    padding-bottom: 168px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--84--sp {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--85 {
    margin-top: 170px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--85--tb {
    margin-top: 170px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--85--sp {
    margin-top: 170px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--85 {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--85--tb {
    margin-bottom: 170px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--85--sp {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--85 {
    padding-top: 170px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--85--tb {
    padding-top: 170px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--85--sp {
    padding-top: 170px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--85 {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--85--tb {
    padding-bottom: 170px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--85--sp {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--86 {
    margin-top: 172px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--86--tb {
    margin-top: 172px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--86--sp {
    margin-top: 172px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--86 {
    margin-bottom: 172px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--86--tb {
    margin-bottom: 172px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--86--sp {
    margin-bottom: 172px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--86 {
    padding-top: 172px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--86--tb {
    padding-top: 172px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--86--sp {
    padding-top: 172px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--86 {
    padding-bottom: 172px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--86--tb {
    padding-bottom: 172px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--86--sp {
    padding-bottom: 172px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--87 {
    margin-top: 174px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--87--tb {
    margin-top: 174px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--87--sp {
    margin-top: 174px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--87 {
    margin-bottom: 174px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--87--tb {
    margin-bottom: 174px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--87--sp {
    margin-bottom: 174px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--87 {
    padding-top: 174px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--87--tb {
    padding-top: 174px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--87--sp {
    padding-top: 174px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--87 {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--87--tb {
    padding-bottom: 174px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--87--sp {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--88 {
    margin-top: 176px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--88--tb {
    margin-top: 176px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--88--sp {
    margin-top: 176px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--88 {
    margin-bottom: 176px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--88--tb {
    margin-bottom: 176px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--88--sp {
    margin-bottom: 176px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--88 {
    padding-top: 176px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--88--tb {
    padding-top: 176px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--88--sp {
    padding-top: 176px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--88 {
    padding-bottom: 176px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--88--tb {
    padding-bottom: 176px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--88--sp {
    padding-bottom: 176px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--89 {
    margin-top: 178px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--89--tb {
    margin-top: 178px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--89--sp {
    margin-top: 178px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--89 {
    margin-bottom: 178px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--89--tb {
    margin-bottom: 178px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--89--sp {
    margin-bottom: 178px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--89 {
    padding-top: 178px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--89--tb {
    padding-top: 178px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--89--sp {
    padding-top: 178px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--89 {
    padding-bottom: 178px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--89--tb {
    padding-bottom: 178px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--89--sp {
    padding-bottom: 178px;
  }
}

@media screen and (min-width: 769px) {
  .u-mt--90 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mt--90--tb {
    margin-top: 180px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt--90--sp {
    margin-top: 180px;
  }
}

@media screen and (min-width: 769px) {
  .u-mb--90 {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-mb--90--tb {
    margin-bottom: 180px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb--90--sp {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 769px) {
  .u-pt--90 {
    padding-top: 180px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pt--90--tb {
    padding-top: 180px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt--90--sp {
    padding-top: 180px;
  }
}

@media screen and (min-width: 769px) {
  .u-pb--90 {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .u-pb--90--tb {
    padding-bottom: 180px !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb--90--sp {
    padding-bottom: 180px;
  }
}

/* ---------------------------
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: 769px) {
  .u-align--c--pc {
    text-align: center !important;
  }
}

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

.u-ff02 {
  font-family: "Arsenal SC", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

.u-text--10 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .u-text--10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--33 {
    font-size: calc(33 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--34 {
    font-size: calc(34 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--35 {
    font-size: calc(35 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--36 {
    font-size: calc(36 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--37 {
    font-size: calc(37 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--38 {
    font-size: calc(38 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--39 {
    font-size: calc(39 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--40 {
    font-size: calc(40 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .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: 1025px) {
  .u-text--41 {
    font-size: calc(41 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--41 {
    font-size: calc(41 * 0.06rem) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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