@charset "UTF-8";
/* 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
--------------------------- */
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 15px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #2A3340;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1101px) {
  p {
    line-height: 32px;
  }
}
@media screen and (max-width: 1100px) {
  p {
    line-height: 29px;
  }
}

a {
  color: #373737;
}

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

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

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

/* slick */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* ---------------------------
l-bread
--------------------------- */
@media screen and (min-width: 1101px) {
  .l-bread__box {
    background: #2A3340;
    height: 50px;
    padding: 0 50px;
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .l-bread__box:after {
    content: "";
    background: url(/events/common/img/section/icon-bread.svg) no-repeat;
    background-size: cover;
    width: 42px;
    height: 50px;
    position: absolute;
    right: -42px;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1100px) {
  .l-bread__box {
    background: #2A3340;
    height: auto;
    padding: 0 25px 5px;
    display: inline-block;
    align-items: center;
    position: relative;
    line-height: 0;
  }
  .l-bread__box:after {
    content: "";
    background: url(/events/common/img/section/icon-bread.svg) no-repeat;
    background-size: cover;
    width: 43px;
    height: 35px;
    position: absolute;
    right: -31px;
    top: 0;
    z-index: 1;
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .l-breads {
    display: flex;
  }
}
@media screen and (max-width: 1100px) {
  .l-breads {
    flex-wrap: wrap;
  }
}

.l-bread {
  color: #FFF;
  font-family: YuGothic;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 215.385% */
  letter-spacing: 0.65px;
}
.l-bread a {
  color: #FFF;
  position: relative;
  font-family: YuGothic;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 215.385% */
  letter-spacing: 0.65px;
}
.l-bread a:hover {
  opacity: 0.8;
}
.l-bread a:after {
  content: ">";
  padding: 0 5px;
}
@media screen and (max-width: 1100px) {
  .l-bread {
    font-size: 12px;
    color: #FFF;
    font-family: YuGothic;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    display: inline;
  }
  .l-bread a {
    font-size: 12px;
  }
}

/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  background: #212A37;
  padding: 68px 0;
}
.l-footer__logo {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.l-footer__txt {
  color: #FFF;
  text-align: center;
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin-top: 32px;
}
@media screen and (min-width: 1101px) {
  .l-footer__lists {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  .l-footer__lists.item02 {
    margin-top: 7px !important;
  }
  .l-footer__lists.item02 .l-footer__list:nth-child(4) {
    margin-right: 0px;
    padding-right: 0px;
  }
  .l-footer__lists.item02 .l-footer__list:nth-child(4):after {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__lists {
    display: grid;
    gap: 5px 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0;
  }
  .l-footer__lists.item02 {
    margin-top: -12px !important;
  }
}

.l-footer__list {
  margin-right: 12px;
  padding-right: 15px;
  position: relative;
}
.l-footer__list:nth-child(6) {
  margin-right: 0px;
  padding-right: 0px;
}
.l-footer__list:nth-child(6):after {
  display: none;
}
.l-footer__list {
  position: relative;
}
.l-footer__list a {
  color: #FFF;
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
.l-footer__list:after {
  content: "";
  background: #FFF;
  width: 1px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 1100px) {
  .l-footer__list {
    margin-right: 0;
    text-align: center;
  }
  .l-footer__list:after {
    content: "";
    background: #FFF;
    width: 1px;
    height: 19px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .l-footer__list:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
  }
  .l-footer__list:nth-child(2n):after {
    display: none;
  }
  .l-footer__list a {
    font-size: 11px;
  }
}

.l-footer__socials {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .l-footer__socials {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__socials {
    margin-top: 30px;
  }
}

.l-footer__social {
  margin-right: 25px;
}
.l-footer__social:last-child {
  margin-right: 0;
}
.l-footer__copy {
  color: #61656A;
  text-align: center;
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.6px;
  margin-top: 62px;
}
@media screen and (max-width: 1100px) {
  .l-footer__copy {
    color: #61656A;
    text-align: center;
    font-family: YuGothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.6px;
    margin-top: 40px;
    font-size: 10px;
  }
}

.l-footer__request {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  .l-footer__request {
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 3;
    width: 100px;
  }
}

/* ---------------------------
l-header
--------------------------- */
.l-header {
  position: sticky;
  z-index: 4;
  top: 0;
  left: 0;
}
.l-header__inner {
  display: flex;
  position: relative;
  z-index: 3;
  background: #FFF;
  justify-content: space-between;
}
@media screen and (min-width: 1101px) {
  .l-header__inner {
    padding: 35px 50px 10px 70px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__inner {
    padding: 15px 15px 15px;
  }
}

@media screen and (max-width: 1100px) {
  .l-header__inner-l {
    width: 94px;
  }
}

.l-header__logo {
  position: relative;
  z-index: 1;
}
/*============================
#header-logo
============================*/
.l-header__inner-c {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .l-header__inner-c {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__inner-c {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .l-header__lists {
    display: flex;
  }
}
.l-header__list a {
  color: #2A3340;
  position: relative;
}
.l-header__list a:hover:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  background: #FFDD5D;
  border-radius: 100px;
}
@media screen and (min-width: 1101px) {
  .l-header__list {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    margin-right: 47px;
  }
  .l-header__list:last-child {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__list {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
  }
}

.l-header__mega {
  display: none;
}
.l-header__mega.on {
  width: 100vw;
  height: 50vh;
  position: fixed;
  top: 108px;
  left: 0;
  z-index: 1;
  background: #20599A;
  padding: 60px 0 50px;
  display: block;
}
.l-header__mega-ttl {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(69, 69, 69, 0.2);
  font-family: YuGothic;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
.l-header__mega-ttl span {
  display: block;
  color: #EEF3F8;
  font-family: "Alegreya Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
}
.l-header__sub-lists {
  display: grid;
  gap: 10px 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}
.l-header__sub-lists a:after {
  display: none;
}
.l-header__sub-list a p {
  color: #FFF;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  letter-spacing: 1.28px;
}
.l-header__list-contact {
  background: #20599A;
  width: 200px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  position: relative;
  top: -16px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 700;
  padding-left: 23px;
  position: relative;
}
.l-header__list-contact:before {
  content: "";
  background: url(/events/common/img/header/mail-icon.svg) no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 40px;
}
@media screen and (max-width: 1100px) {
  .l-header__list-contact {
    display: none;
  }
}

.l-head-btn.on .l-head-btn-lines {
  top: 2px;
}
.l-head-btn.on .l-head-btn-line:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
  top: 2px;
  position: absolute;
  right: 0;
}
.l-head-btn.on .l-head-btn-line:nth-of-type(2) {
  transform: translateY(0px) rotate(45deg);
  position: absolute;
  top: 16px;
  right: 0px;
}
.l-head-btn.on .l-head-btn-line:nth-of-type(3) {
  display: none;
}
@media screen and (min-width: 1101px) {
  .l-head-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 5;
    position: absolute;
    top: 37%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-head-btn.on {
    top: 29%;
  }
}
@media screen and (max-width: 1100px) {
  .l-head-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 5;
  }
  .l-head-btn.on {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 18px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 5;
  }
}

@media screen and (min-width: 768px) {
  .l-head-btn-lines {
    position: relative;
    top: 8px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-head-btn-lines {
    width: 30px;
    height: 30px;
    top: 2px !important;
  }
}
@media screen and (max-width: 1100px) {
  .l-head-btn-lines {
    width: 18px;
    height: 18px;
    top: 5px;
  }
}

.l-head-btn-line {
  width: 24px;
  height: 2px;
  background: #20599A;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  margin-bottom: 6px;
  border-radius: 10px;
}
.l-head-btn-line:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px) {
  .toggle-btn.on {
    transform: rotateZ(180deg);
  }
}

@media screen and (min-width: 1101px) {
  .l-head-child_menu {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-head-child_menu {
    display: none;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .l-head-child_menu:after {
    content: "";
    background: url(/events/common/img/object/icon/black-minus.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .l-head-child_menu.on:after {
    content: "";
    background: url(/events/common/img/object/icon/black-plus.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
  }
}

@media screen and (min-width: 1101px) {
  .l-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1101px) {
  .l-header__request a {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.3px;
    margin-top: -20px;
    background: #005A2D;
    color: #FFF;
  }
  .l-header__request a span {
    padding-bottom: 7px;
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__request {
    max-width: 190px;
    margin: 0 auto;
  }
  .l-header__request a {
    padding: 14px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    display: flex;
    flex-flow: nowrap;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-top: 0;
    background: #005A2D;
    color: #FFF !important;
  }
  .l-header__request a span {
    padding-bottom: 7px;
    position: relative;
    top: 4px;
  }
}

@media screen and (min-width: 1101px) {
  .l-header__contact a {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.3px;
    margin-top: -20px;
    background: #373737;
    color: #FFF;
  }
  .l-header__contact a span {
    padding-bottom: 7px;
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__contact {
    max-width: 190px;
    margin: 10px auto 0;
  }
  .l-header__contact a {
    display: flex;
    padding: 14px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    display: flex;
    flex-flow: nowrap;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    background: #373737;
    color: #FFF !important;
  }
  .l-header__contact a span {
    padding-bottom: 7px;
    position: relative;
    top: 4px;
  }
}

.menu-close {
  display: none;
}

.menu-opened .menu-sp {
  display: none;
}

.menu-opened .menu-close {
  display: inline;
}

.l-header__list-allow {
  position: relative;
  top: -7px;
}
.l-header__open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: #20599A;
  opacity: 0;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.l-header__open.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.l-header__open:before {
  content: "";
  background: url(/events/common/img/header/open/bg-allow01.png) no-repeat;
  position: absolute;
  left: 0;
  width: 300px;
  height: 620px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header__open:after {
  content: "";
  background: url(/events/common/img/header/open/bg-allow02.png) no-repeat;
  position: absolute;
  right: 250px;
  bottom: 0;
  width: 300px;
  height: 406px;
}
.l-header__open-in {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 5px;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .l-header__open-in div {
    width: 32%;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__open-in {
    display: block;
    padding: 0 15px;
  }
}

.l-header__open-lists {
  width: 100%;
}
.l-header__open-list {
  width: 100%;
}
.l-header__open-list a {
  display: block;
  color: #FFF;
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #7494BA;
  width: 100%;
}
.l-header__open-list a span {
  color: #7494BA;
  font-family: "Alegreya Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  padding-left: 4px;
}
.l-header__open-list a:after {
  content: "";
  background: url(/events/common/img/header/open/icon-allow.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1101px) {
  .l-header__open-list {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__open-list {
    margin-bottom: 10px;
  }
  .l-header__open-list a {
    font-size: 16px;
  }
}

.l-header__open-sublists {
  position: relative;
}
.l-header__open-sublists a {
  color: rgba(255, 255, 255, 0.8);
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
.l-header__open-sublists a:after {
  display: none;
}
.l-header__open-sublists a {
  border-bottom: none;
}
@media screen and (min-width: 1101px) {
  .l-header__open-sublists {
    top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__open-sublists {
    top: 8px;
  }
}

/* ---------------------------
l-nav
--------------------------- */
.l-sidenav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .l-sidenav {
    flex-direction: column;
    gap: 40px;
  }
}

.l-sidenav__l {
  position: sticky;
  top: 100px;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .l-sidenav__l {
    margin-right: 48px;
    max-width: 232px;
  }
}
@media screen and (max-width: 1100px) {
  .l-sidenav__l {
    max-width: 100%;
  }
}

.l-sidenav__ttl {
  width: 100%;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1101px) {
  .l-sidenav__ttl {
    max-width: 232px;
  }
}
.l-sidenav__lists {
  background: #F0F0F0;
}
.l-sidenav__lists .l-sidenav__list:last-child.on {
  padding: 12px 16px 0;
}
.l-sidenav__list {
  width: 100%;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.l-sidenav__list.item-beforenone:before {
  content: "";
  display: none;
}
.l-sidenav__list.on:before {
  content: "";
  background: url(/events/common/img/base/icon-minus.svg);
  width: 13px;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 25px;
}
.l-sidenav__list.on.on .l-sidenav__sublists .l-sidenav__sublist {
  border-bottom: 1px solid #F0F0F0;
}
.l-sidenav__list:before {
  content: "";
  background: url(/events/common/img/base/icon-plus.svg);
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-sidenav__sublists {
  background: #FFF;
  margin: 15px -15px 0;
  padding: 0 10px;
  display: none;
}
.l-sidenav__sublists.item-regu {
  margin: 0px -10px 0;
}
.l-sidenav__sublist {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
}
.l-sidenav__sublist a {
  width: 100%;
  height: 100%;
  padding: 12px 0;
  display: flex;
  padding: 12px 0 12px 15px;
}
.l-sidenav__sublist a:before {
  content: "・";
}
.l-sidenav__r {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .l-sidenav__r {
    overflow: hidden;
  }
}

@media screen and (max-width: 1100px) {
  .c-table-in {
    overflow: scroll;
  }
}

/* ---------------------------
l-wrap
--------------------------- */
.l-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-856 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-856 {
    max-width: 856px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-900 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1000 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1032 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1032 {
    max-width: 1112px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1190 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1190 {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1220 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1220 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1300 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1300 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1380 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1380 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1440 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1440 {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap-1480 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap-1480 {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap-sp {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.l-con {
  margin: 0 auto;
}
@media screen and (min-width: 1101px) {
  .l-con {
    max-width: 1660px;
    width: 100%;
  }
}
/* ---------------------------
l-columns
--------------------------- */
.p-columns__about {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-columns__about {
    display: flex;
    justify-content: space-between;
  }
}
.p-columns__about-l {
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .p-columns__about-l p br {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .p-columns__about-r {
    width: 1049px;
    position: absolute;
    right: -464px;
    top: 22px;
  }
}
@media screen and (max-width: 1100px) {
  .p-columns__about-r {
    margin-top: 30px;
  }
}

/* ---------------------------
c-bg
--------------------------- */
.c-bg {
  position: relative;
}
/* ---------------------------
c-btn
--------------------------- */
.c-btn {
  display: flex;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  border-radius: 32.5px;
  background: #37414F;
  color: #FFF;
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.c-btn.c-btn__right {
  margin: 38px 0 0 auto;
}
.c-btn.c-btn__center {
  margin: 0 auto;
}
.c-btn.c-btn__yellow {
  background: var(--yellow, #FFDD5D);
}
.c-btn.c-btn__yellow02 {
  background: var(--yellow, #FFDD5D);
  color: #000;
}
.c-btn.c-btn__yellow02:after {
  content: "";
  background: url(/events/common/img/icon/icon-allow-right-black.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.c-btn__yellow02:hover {
  color: #FFF;
  background: #000;
}
.c-btn:after {
  content: "";
  background: url(/events/common/img/icon/icon-allow-right.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn:hover {
  background: #000;
  color: #FFF;
}
@media screen and (min-width: 1101px) {
  .c-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn {
    max-width: 210px;
    height: 50px;
    font-size: 16px;
  }
}

/* ---------------------------
c-link
--------------------------- */
.c-link {
  position: relative;
  display: block;
  color: #2880c7;
  font-weight: bold;
  line-height: 1.3;
}
.c-link span {
  color: #ffa532;
}
@media screen and (min-width: 1101px) {
  .c-link {
    padding: 0 28px;
  }
  .c-link:before {
    content: "";
    background: url(/events/common/img/base/line-top.svg) no-repeat;
    background-size: cover;
    width: 514px;
    height: 24px;
    position: absolute;
    top: -29px;
    left: 0;
  }
  .c-link:after {
    content: "";
    background: url(/events/common/img/base/line-bottom.svg) no-repeat;
    background-size: cover;
    width: 514px;
    height: 24px;
    position: absolute;
    bottom: -32px;
    left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-link {
    padding: 0 14px;
  }
  .c-link:before {
    content: "";
    background: url(/events/common/img/base/line-top.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 21px;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .c-link:after {
    content: "";
    background: url(/events/common/img/base/line-bottom.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 21px;
    position: absolute;
    bottom: -17px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-link {
    padding: 0 14px;
  }
  .c-link:before {
    content: "";
    background: url(/events/common/img/base/line-top.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 12px;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .c-link:after {
    content: "";
    background: url(/events/common/img/base/line-bottom.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -17px;
    left: 0;
  }
}

.c-link__blue {
  color: #2880c7;
  text-decoration: underline !important;
}
.c-link__under {
  text-decoration: underline !important;
}
.c-links02 {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1101px) {
  .c-links02 {
    gap: 20px 30px;
  }
  .c-links02.item-about {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c-links02.item-about .c-link02 {
    border: 1px solid #000;
  }
}
@media screen and (max-width: 1100px) {
  .c-links02 {
    gap: 20px 15px;
  }
  .c-links02.item-about {
    gap: 12px 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.c-link02 a {
  position: relative;
}
.c-link02 a:after {
  content: "";
  background: url(/events/common/img/icon/icon-allow.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.c-link02 a:hover {
  background: #005A2D;
  color: #FFF;
}
.c-link02 a:hover:after {
  content: "";
  background: url(/events/common/img/icon/icon-allow-w.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1101px) {
  .c-link02 a {
    background: #FFF;
    padding: 16px 12px 16px 18px;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 1100px) {
  .c-link02 a {
    background: #FFF;
    padding: 16px 16px 11px 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    display: flex;
    border: 1px solid #000;
  }
}

/* ---------------------------
c-h
--------------------------- */
/* ---------------------------
c-anim
--------------------------- */
.opacity {
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  position: relative;
}
.opacity.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
.text-item {
  width: fit-content;
  overflow: hidden;
  transform: translateX(-101%);
}
.is-active .text-item {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 2s;
}
.is-active .text-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .text-item:nth-child(1) > span {
  transition-delay: 0s;
}
.is-active .text-item:nth-child(2) {
  transition-delay: 0.13s;
}
.is-active .text-item:nth-child(2) > span {
  transition-delay: 0.13s;
}
.is-active .text-item:nth-child(3) {
  transition-delay: 0.26s;
}
.is-active .text-item:nth-child(3) > span {
  transition-delay: 0.26s;
}
.text-item > span {
  display: block;
  transform: translateX(101%);
}
.is-active .text-item > span {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 2s;
}

.c-anim {
  animation: spin 40s linear infinite;
}
@media screen and (min-width: 1101px) {
  .c-anim {
    position: absolute;
    right: 0;
    top: -160px;
  }
}
@media screen and (max-width: 1100px) {
  .c-anim {
    position: absolute;
    right: 25px;
    top: -118px;
    width: 100px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ---------------------------
keyframes
--------------------------- */
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mov-fadeup {
  opacity: 0;
  transform: translateY(30px);
}
.mov-fadeup.active {
  transition: opacity 1s linear, transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
  transform: translateY(0);
}

.p-home__clinic-scroll {
  overflow: hidden;
  display: block;
  width: 100%; /* 必要に応じて調整 */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-home__clinic-scroll img {
    width: 78%;
  }
}
.scroll-container {
  display: flex;
  width: 200%; /* 2つの画像の幅 */
  animation: slideLeft 80s linear infinite; /* よりゆっくりとしたアニメーション */
}

@media screen and (min-width: 1101px) {
  .scroll-container img {
    width: 50%; /* 各画像がコンテナの半分の幅を持つ */
    flex-shrink: 0; /* 画像が縮小されないように */
  }
}
@media screen and (max-width: 1100px) {
  .scroll-container img {
    width: 100%; /* 各画像がコンテナの半分の幅を持つ */
    flex-shrink: 0; /* 画像が縮小されないように */
  }
}

/* 無限に左に流れるアニメーションの定義 */
@keyframes slideLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.element {
  will-change: transform;
}

@media screen and (min-width: 1101px) {
  .c-lists {
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .c-lists.item02 {
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .c-lists {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1101px) {
  .c-list .c-btn {
    max-height: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .c-list {
    margin-top: 10px;
    margin-right: 10px;
  }
}

/* ---------------------------
c-tags
--------------------------- */
.c-tags {
  display: flex;
}
.c-tag {
  border-radius: 1px;
  font-family: YuGothic;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  padding: 3px 10px;
  margin-right: 9px;
}
.c-tag.u-c-no {
  background: var(--text_navy, #2A3340);
  color: #FFF;
}
.c-tag.u-c-new {
  background: var(--blue, #20599A);
  color: #FFF;
}
.c-tag.u-c-kyubo {
  background: var(--yellow, #FFDD5D);
  color: var(--text_navy, #2A3340);
}
@media screen and (min-width: 1101px) {
  .c-tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .c-tag {
    font-size: 10px;
  }
}

.c-tags02 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .c-tags02 {
    display: block;
  }
}

@media screen and (min-width: 1101px) {
  .c-tag02 {
    margin-right: 24px;
    margin-top: 44px;
  }
  .c-tag02 a {
    padding: 12px 44px 12px 24px;
    border: 1px solid #000;
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: 1px;
    position: relative;
  }
  .c-tag02 a:after {
    content: "";
    background: url(/events/common/img/base/icon-allow03.svg) no-repeat;
    width: 10px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }
}
@media screen and (max-width: 1100px) {
  .c-tag02 {
    margin-right: 0;
    margin-top: 12px;
    display: block;
    width: 100%;
  }
  .c-tag02 a {
    padding: 12px 44px 12px 24px;
    font-size: 16px;
    border: 1px solid #000;
    font-family: "Noto Sans TC";
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
    position: relative;
    display: block;
  }
  .c-tag02 a:after {
    content: "";
    background: url(/events/common/img/base/icon-allow03.svg) no-repeat;
    width: 10px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }
}

/* ---------------------------
c-table
--------------------------- */
.c-table {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1100px) {
  .c-table {
    width: 500px;
  }
}

.c-tr td {
  padding: 8px 16px;
  border: 0.5px solid #333333;
}
.c-tr__bg-gray {
  text-align: center;
  background: #F0F0F0;
  border: 0.5px solid #333333 !important;
  width: 200px;
}
/* ---------------------------
p-home
--------------------------- */
.p-home__mv {
  background: url(/events/common/img/pages/home/mv-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .p-home__mv {
    height: 772px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__mv {
    height: 100vh;
    max-height: 620px;
  }
}

.p-home__mv-in {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1101px) {
  .p-home__mv-in {
    padding: 109px 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__mv-in {
    padding: 20px 0;
  }
}

.p-home__mark {
  background: url(/events/common/img/pages/home/mv-bg-blue.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 720px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.clip {
  background-image: url(/common/img/pages/home/mv-bg.webp);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  line-height: 0.6;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: system-ui;
  font-weight: 900;
  z-index: 2;
  position: relative;
  clip-path: inset(0 100% 0 0); /* 初期状態で全て隠す */
  animation: revealC 1.5s ease-in-out forwards;
}
@media screen and (min-width: 1101px) {
  .clip {
    font-size: 1093px;
  }
}
@media screen and (max-width: 1100px) {
  .clip {
    font-size: 508px;
  }
}

/* アニメーションで「C」が描かれるようにする */
@keyframes revealC {
  0% {
    clip-path: inset(0% 0 100% 0); /* 右から隠れている */
  }
  100% {
    clip-path: inset(0 0 0 0); /* 全体が表示される */
  }
}
.p-home__ob-item01, .p-home__ob-item02, .p-home__ob-item03, .p-home__ob-item04, .p-home__ob-item05 {
  position: absolute;
  opacity: 0;
  transform: translate(-100px, 100px) scale(0.5);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
@media screen and (max-width: 1100px) {
  .p-home__ob-item01, .p-home__ob-item02, .p-home__ob-item03, .p-home__ob-item04, .p-home__ob-item05 {
    display: none;
  }
}

.p-home__ob-item01.animate,
.p-home__ob-item02.animate,
.p-home__ob-item03.animate,
.p-home__ob-item04.animate,
.p-home__ob-item05.animate {
  opacity: 1;
  transform: translate(100px, -100px) scale(1);
}

.p-home__ob-item01 {
  transition-delay: 0s;
  position: absolute;
  bottom: -130px;
  left: -170px;
}
.p-home__ob-item02 {
  transition-delay: 0.5s;
  top: 52px;
  left: 80px;
  position: absolute;
}
.p-home__ob-item03 {
  transition-delay: 0.8s;
  position: absolute;
  left: 26px;
  right: 0;
  top: 250px;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.p-home__ob-item04 {
  transition-delay: 0.2s;
  position: absolute;
  right: 315px;
  top: 133px;
}

.p-home__ob-item05 {
  transition-delay: 0.4s;
  right: 49px;
  bottom: -41px;
  position: absolute;
}

.p-home__mv-columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1101px) {
  .p-home__mv-column-l {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__mv-column-l {
    padding: 25px 0 0 0;
  }
}

.p-home__mv-icon01 {
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.p-home__mv-icon01.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (min-width: 1101px) {
  .p-home__mv-icon01 {
    width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__mv-icon01 {
    width: 100px;
  }
}

.p-home__mv-ttl {
  color: #FFF;
  text-shadow: 0px 3px 3px var(--blue, #20599A);
  font-family: "Alegreya Sans";
  font-size: 83.314px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4.166px;
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.p-home__mv-ttl.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (min-width: 1101px) {
  .p-home__mv-ttl {
    margin-top: 32px;
    line-height: 100%; /* 83.314px */
  }
}
@media screen and (max-width: 1100px) {
  .p-home__mv-ttl {
    font-size: 40px;
    margin-top: 33px;
    line-height: 109%;
  }
  .p-home__mv-ttl br {
    display: none;
  }
}

.p-home__mv-txt01 {
  position: relative;
  color: var(--blue, #20599A);
  font-family: YuGothic;
  font-style: normal;
  font-weight: 700;
  line-height: 34.596px; /* 177.778% */
  letter-spacing: 1.946px;
  overflow: hidden; /* 子要素が親要素を超えないようにする */
}
.p-home__mv-txt01 span {
  background: #FFF;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 5px;
  display: inline-table;
  /* 初期状態でクリップパスを設定（表示されない状態） */
  clip-path: inset(0 100% 0 0);
  animation: revealTextClipPath 1.5s forwards;
  animation-delay: 0.8s; /* アニメーション開始を1秒遅らせる */
}
@media screen and (min-width: 1101px) {
  .p-home__mv-txt01 {
    font-size: 19.46px;
    margin-top: 19px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__mv-txt01 {
    font-size: 10px;
    margin-top: 28px;
    line-height: 1.5;
  }
  .p-home__mv-txt01 span {
    font-size: 16px;
  }
}

@keyframes revealTextClipPath {
  0% {
    clip-path: inset(0 100% 0 0); /* 初期状態で右側が完全に隠れている */
  }
  100% {
    clip-path: inset(0 0 0 0); /* テキストが完全に表示される */
  }
}
.p-home__mv-txt02 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(69, 69, 69, 0.2);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  margin-top: 4px;
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.p-home__mv-txt02.on {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.p-home__mv-txt02 span {
  color: var(--blue, #20599A);
  font-family: "Alegreya Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  position: relative;
  top: -15px;
}
@media screen and (min-width: 1101px) {
  .p-home__mv-txt02 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__mv-txt02 {
    font-size: 16px;
  }
  .p-home__mv-txt02 span {
    top: -6px;
  }
}

@media screen and (min-width: 1101px) {
  .p-home__img {
    position: absolute;
    right: 0;
    bottom: 54px;
    right: -47px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__img {
    width: 120px;
    position: absolute;
    right: 0;
    bottom: -50px;
    right: -15px;
  }
}

@media screen and (max-width: 1100px) {
  .p-home__sec01 {
    margin-top: 10px;
  }
}

.p-home__slides {
  display: flex;
  margin-top: -30px;
  z-index: 3;
}
.p-home__slides .slick-list {
  overflow: visible;
}
@media screen and (min-width: 1101px) {
  .p-home__slides .slick-slide {
    width: auto !important;
  }
}
.p-home__slide {
  flex: 0 0 auto;
}
@media screen and (min-width: 1101px) {
  .p-home__slide {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__slide {
    margin-right: 10px;
  }
}

.p-home__sec02 .slick-list {
  overflow: visible !important;
}
@media screen and (max-width: 1100px) {
  .p-home__sec04 .l-wrap-sp {
    position: relative;
    z-index: 1;
  }
}

.p-home__why {
  position: relative;
  overflow: hidden;
}
.p-home__why:before {
  content: "";
  background: url(/events/common/img/pages/why/bg-right.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 366px;
  height: 503px;
}
.p-home__why:after {
  content: "";
  background: url(/events/common/img/pages/why/bg-right.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  height: 730px;
}
@media screen and (max-width: 1100px) {
  .p-home__why:before {
    content: "";
    background: url(/events/common/img/pages/why/bg-right.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -26px;
    bottom: -156px;
    width: 235px;
    height: 250px;
  }
  .p-home__why:after {
    content: "";
    background: url(/events/common/img/pages/why/bg-right.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -1px;
    width: 92px;
    height: 200px;
    background-size: contain;
  }
}

.p-home__why-box {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (min-width: 1101px) {
  .p-home__why-box {
    letter-spacing: 1.28px;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__why-box {
    text-align: left;
    letter-spacing: 0px;
  }
}

.p-home__why-in {
  border-radius: 2px;
  border: 1px #CBCBCB;
  background: #FFF;
  min-height: 562px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .p-home__why-in {
    margin-top: 74px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__why-in {
    margin-top: 35px;
  }
}

.p-home__why-lists {
  justify-content: space-between;
}
@media screen and (min-width: 1101px) {
  .p-home__why-lists {
    display: flex;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__why-lists {
    padding: 30px 0px 25px;
    position: relative;
    margin-bottom: 45px;
  }
}

.p-home__why-list {
  position: relative;
}
.p-home__why-list.item01:before {
  content: "";
  width: 1px;
  height: 460px;
  background: #F1F1F1;
  position: absolute;
  right: -17px;
  top: 50px;
}
.p-home__why-list.item01:after {
  content: "";
  background: url(/events/common/img/pages/why/icon-01.svg);
  background-size: cover;
  width: 98px;
  height: 140px;
  position: absolute;
  bottom: -46px;
  right: 7px;
}
.p-home__why-list.item02:after {
  content: "";
  background: url(/events/common/img/pages/why/icon-02.svg);
  background-size: cover;
  width: 125px;
  height: 140px;
  position: absolute;
  right: -11px;
  bottom: -46px;
}
.p-home__why-list.item03:before {
  content: "";
  width: 1px;
  height: 460px;
  background: #F1F1F1;
  position: absolute;
  left: -15px;
  top: 50px;
}
.p-home__why-list.item03:after {
  content: "";
  background: url(/events/common/img/pages/why/icon-03.svg);
  background-size: cover;
  width: 147px;
  height: 140px;
  position: absolute;
  right: 10px;
  bottom: -36px;
}
@media screen and (min-width: 1101px) {
  .p-home__why-list {
    width: 32%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__why-list {
    padding: 40px 25px 0px;
    position: relative;
    margin-bottom: 45px;
  }
  .p-home__why-list.item02:after {
    content: "";
    background: url(/events/common/img/pages/why/icon-02.svg);
    background-size: cover;
    width: 125px;
    height: 140px;
    position: absolute;
    right: 7px;
    bottom: -46px;
  }
}

.p-home__why-num {
  background: #FFDD5D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  border-radius: 100px;
  margin: -20px auto 22px;
}
.p-home__why-num span {
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: YuGothic;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1101px) {
  .p-home__why-num {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__why-num {
    width: 120px;
    height: 120px;
  }
}

.p-home__why-txt01 {
  text-align: center;
  color: var(--blue, #20599A);
  text-align: center;
  font-family: "Alegreya Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
.p-home__why-txt02 {
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  margin-top: 13px;
}
.p-home__why-txt03 {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 16px;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.p-home__info {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-home__info:before {
    content: "";
    width: 120px;
    height: 124px;
    background: url(/events/common/img/icon/icon-button.svg) no-repeat;
    background-size: cover;
    left: 200px;
    top: -7px;
    display: block;
    position: absolute;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__info:before {
    content: "";
    width: 120px;
    height: 74px;
    background: url(/events/common/img/icon/icon-button.svg) no-repeat;
    background-size: contain;
    left: 15px;
    top: 14px;
    display: block;
    position: absolute;
    right: auto;
  }
}

@media screen and (min-width: 1101px) {
  .p-home__infos {
    display: flex;
    justify-content: space-between;
    max-width: 808px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__infos {
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 40px auto 0;
  }
}

.p-home__info-l {
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 2px 12px 0px rgba(179, 179, 179, 0.2);
  max-width: 386px;
  width: 100%;
  text-align: center;
  position: relative;
}
.p-home__info-l:before {
  content: "";
  background: url(/events/common/img/pages/info/bg-dotted.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 316px;
  height: 208px;
  position: absolute;
  left: -134px;
  bottom: -60px;
  z-index: -1;
}
@media screen and (min-width: 1101px) {
  .p-home__info-l a {
    padding: 43px 60px;
  }
  .p-home__info-l figure {
    height: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__info-l:before {
    content: "";
    background: url(/events/common/img/pages/info/bg-dotted.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 130px;
    height: 110px;
    position: absolute;
    left: -10px;
    top: 82px;
    z-index: -1;
  }
  .p-home__info-l a {
    padding: 20px 15px;
  }
  .p-home__info-l a figure img {
    width: 70%;
    margin: 0 auto;
  }
}

.p-home__info-r {
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 2px 12px 0px rgba(179, 179, 179, 0.2);
  max-width: 386px;
  width: 100%;
  text-align: center;
}
.p-home__info-r a {
  padding: 43px 60px;
}
@media screen and (min-width: 1101px) {
  .p-home__info-r figure {
    height: 100px;
  }
  .p-home__info-r:before {
    content: "";
    background: url(/events/common/img/pages/info/bg-dotted.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 316px;
    height: 208px;
    position: absolute;
    right: -71px;
    top: -34px;
    z-index: -1;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__info-r:before {
    content: "";
    background: url(/events/common/img/pages/info/bg-dotted.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 130px;
    height: 110px;
    position: absolute;
    right: 11px;
    top: 75px;
    z-index: -1;
  }
  .p-home__info-r a {
    padding: 20px 15px;
  }
  .p-home__info-r a figure img {
    width: 70%;
    margin: 0 auto;
  }
}

.p-home__info-txt {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .p-home__info-txt:after {
    content: "";
    background: url(/events/common/img/icon/icon-allow-right-black.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 48px;
    top: 36%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .p-home__info-txt {
    font-size: 12px;
    line-height: 1.5;
  }
  .p-home__info-txt:after {
    content: "";
    background: url(/events/common/img/icon/icon-allow-right-black.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 48px;
    top: 36%;
    transform: translateY(-50%);
    display: none;
  }
}

.p-story__lists {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .p-story__lists {
    display: flex;
    justify-content: space-between;
  }
}
.p-story__list-l {
  width: 540px;
  height: 510px;
  background: url(/events/common/img/pages/story/bg-01.webp) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 52px;
  padding: 10px 40px 47px;
  position: relative;
}
.p-story__list-l:before {
  content: "";
  background: url(/events/common/img/pages/story/bg-01-dotted.svg);
  background-position: center;
  width: 430px;
  height: 323px;
  position: absolute;
  left: -42px;
  bottom: -36px;
  z-index: -1;
  background-size: cover;
}
.p-story__list-l a {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .p-story__list-l {
    width: 100%;
    height: 300px;
    background: url(/events/common/img/pages/story/bg-01.webp) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    padding: 10px 10px 47px;
    position: relative;
    left: -25px;
  }
  .p-story__list-l:before {
    content: "";
    background: url(/events/common/img/pages/story/bg-01-dotted.svg);
    background-position: center;
    width: 270px;
    height: 325px;
    position: absolute;
    left: auto;
    bottom: -5px;
    z-index: -1;
    background-size: contain;
    right: -20px;
  }
}

.p-story__list-r {
  width: 540px;
  height: 510px;
  background: url(/events/common/img/pages/story/bg-02.webp) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -70px;
  padding: 10px 40px 47px;
  position: relative;
}
.p-story__list-r:before {
  content: "";
  background: url(/events/common/img/pages/story/bg-02-dotted.svg);
  background-position: center;
  width: 430px;
  height: 324px;
  position: absolute;
  right: -36px;
  top: -35px;
  z-index: -1;
  background-size: cover;
}
.p-story__list-r a {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .p-story__list-r {
    width: 100%;
    height: 300px;
    background: url(/events/common/img/pages/story/bg-02.webp) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 52px;
    padding: 10px 15px 20px;
    position: relative;
    right: -25px;
    margin-top: 20px;
  }
  .p-story__list-r:before {
    content: "";
    background: url(/events/common/img/pages/story/bg-01-dotted.svg);
    background-position: center;
    width: 270px;
    height: 200px;
    position: absolute;
    left: -50px;
    bottom: -19px;
    z-index: -1;
    background-size: contain;
    right: auto;
    top: auto;
  }
}

@media screen and (min-width: 1101px) {
  .p-story__txt01 {
    display: inline-flex;
    padding: 5px 40px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--yellow, #FFDD5D);
    position: relative;
    top: -9px;
  }
}
@media screen and (max-width: 1100px) {
  .p-story__txt01 {
    display: inline-flex;
    padding: 5px 30px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--yellow, #FFDD5D);
    position: relative;
    top: 0;
    line-height: 1.4;
  }
}

.p-story__txt02 {
  color: #FFF;
  font-weight: bold;
  position: relative;
  top: 7px;
  left: 5px;
  letter-spacing: 3px;
  line-height: 26px;
}
@media screen and (max-width: 1100px) {
  .p-story__txt02 {
    color: #FFF;
    font-weight: bold;
    position: relative;
    top: 10px;
    left: 5px;
    letter-spacing: 3px;
    line-height: 22px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1100px) {
  .p-home__sec08 {
    overflow: hidden;
  }
}

.p-home__flow {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-home__flow:after {
    content: "";
    background: url(/events/common/img/pages/flow/icon-img01.svg) no-repeat;
    background-size: cover;
    width: 198px;
    height: 274px;
    position: absolute;
    right: -50px;
    top: -123px;
  }
  .p-home__flow:before {
    content: "";
    background: url(/events/common/img/pages/flow/icon-img02.svg) no-repeat;
    background-size: cover;
    width: 161px;
    height: 221px;
    position: absolute;
    left: -62px;
    bottom: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__flow:after {
    content: "";
    background: url(/events/common/img/pages/flow/icon-img01.svg) no-repeat;
    background-size: contain;
    width: 100px;
    height: 95px;
    position: absolute;
    left: 6px;
    bottom: 16px;
  }
  .p-home__flow:before {
    content: "";
    background: url(/events/common/img/pages/flow/icon-img02.svg) no-repeat;
    background-size: contain;
    width: 100px;
    height: 150px;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 10px;
    right: -15px;
  }
}

.p-home__flow-txt {
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 27px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-home__flow-txt {
    text-align: left;
    margin-top: 50px;
  }
  .p-home__flow-txt br {
    display: none;
  }
}

.p-home__cambodia .slick-arrow-container {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
.p-home__cambodia .slick-arrow {
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  background: none !important;
  border: none !important;
}
@media screen and (min-width: 1101px) {
  .p-home__cambodia button.slick-next.slick-arrow {
    position: absolute;
    z-index: 2;
    right: 24%;
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .p-home__cambodia button.slick-prev.slick-arrow {
    position: absolute;
    top: 30%;
    left: -80px;
    transform: translateY(-30%);
    z-index: 1;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__cambodia button.slick-next.slick-arrow {
    position: absolute;
    z-index: 2;
    right: 27%;
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 60px;
  }
  .p-home__cambodia button.slick-prev.slick-arrow {
    position: absolute;
    top: 30%;
    left: -30px;
    transform: translateY(-30%);
    z-index: 1;
    width: 60px;
  }
}

.p-home__slides02 {
  margin-top: 50px;
  display: flex;
  margin-right: -50%;
}
.p-home__slide02 {
  margin-right: 30px;
  box-sizing: border-box;
}
.p-home__slide02 figure img {
  width: 100%;
}
.p-home__slide02 p {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
  margin-top: 15px;
}
.p-home__slides03 {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-home__slides03 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__slides03 {
    margin-top: 25px;
  }
  .p-home__slides03 button.slick-next.slick-arrow {
    position: absolute;
    z-index: 2;
    right: -25px;
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 60px;
    background: none;
    border: none;
  }
  .p-home__slides03 button.slick-prev.slick-arrow {
    position: absolute;
    top: 30%;
    left: -25px;
    transform: translateY(-30%);
    z-index: 1;
    width: 60px;
    background: none;
    border: none;
  }
}

.p-home__slide03 {
  box-sizing: border-box;
  width: 32%;
}
.p-home__slide03 figure img {
  width: 100%;
}
.p-home__slide03 p {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
  margin-top: 15px;
}
@media screen and (min-width: 1101px) {
  .p-home__slide03 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__slide03 {
    margin-right: 0px;
  }
}

.p-home__tag {
  color: var(--blue, #20599A);
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  border-radius: 50px;
  border: 1px solid var(--blue, #20599A);
  background: #FFF;
  display: inline-flex;
  padding: 1px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.p-home__tag02 {
  color: var(--blue, #20599A);
  font-family: YuGothic;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  border-radius: 50px;
  border: 1px solid var(--blue, #20599A);
  background: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1101px) {
  .p-home__tag02 {
    padding: 6px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home__tag02 {
    color: var(--blue, #20599A);
    font-family: YuGothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    border-radius: 50px;
    border: 1px solid var(--blue, #20599A);
    background: #FFF;
    display: inline-flex;
    padding: 6px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .p-home__grid-in {
    overflow: scroll;
  }
}

@media screen and (max-width: 1100px) {
  #grid-view .tab-content {
    overflow: scroll;
  }
}
@media screen and (max-width: 1100px) {
  #grid-view {
    overflow: scroll;
  }
}

.item-aiplan {
  background: var(--pink_line_button, #e5004f);
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
}
.item-bridal {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #bf9d5a;
}
.item-all {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #6b6b6b;
}
.item-funeral {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #01956a;
}
.item-aiplan02 {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #AE5EF4;
}
.item-restaurant {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #a40000;
}
.item-butsudan {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #01956a;
  margin-top: 10px;
}
.item-butsudan:first-child {
  margin-top: 0px;
}
.item-kaigo {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #EE790B;
}
.item-shidasi {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #3B95EF;
}
.item-boseki {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #5bbde5;
}
.item-other {
  color: #FFF;
  display: table-cell;
  font-size: 14px;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #f39800;
}
.day span {
  display: table;
}
.p-wysiwyg__btn {
  height: auto;
  color: #e5004f !important;
  border: 1px solid #e5004f;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  padding: 5px 15px !important;
  text-decoration: none !important;
  border-radius: 30px;
  width: 100%;
  min-width: 160px;
}
.p-wysiwyg__btn:after {
  background-image: url(/common/images/icon_new_window.svg);
  content: "";
  margin: auto;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: 2px;
  left: 8px;
}
.calendar-title {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
}

.category-container span {
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .banner.u-mt-20.u-mb-30 {
    margin-bottom: 30px;
  }
}

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

/* ---------------------------
p-newjob
--------------------------- */
.p-newjob__slide {
  border: 1.018px solid var(--blue, #20599A);
  padding: 48px 31px;
  width: 32%;
  background: #FFF;
  min-height: 360px !important;
  opacity: 0.6;
}
.p-newjob__slide.slick-active {
  opacity: 1;
}
.p-newjob__slide:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1101px) {
  .p-newjob__slide {
    margin-right: 20px; /* スライド間の余白を20px */
  }
}
@media screen and (max-width: 1100px) {
  .p-newjob__slide {
    margin: 0 5px; /* スライド間の余白を20px */
  }
}

.p-newjob__label {
  position: absolute;
  color: var(--text_navy, #2A3340);
  font-family: "Alegreya Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.918px;
  z-index: 1;
  display: inline-block;
  padding: 6px 10px 0;
  top: 0;
}
.p-newjob__label:after {
  content: "";
  background: url(/events/common/img/icon/icon-bg.webp) no-repeat;
  width: 45px;
  height: 36px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.p-newjob__in {
  margin-top: -35px;
  padding: 40px 0 0 0;
}
.p-newjob__ttl01 {
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.071px; /* 207.648% */
  letter-spacing: 0.7px;
}
.p-newjob__ttl01.u-c-blue {
  color: var(--blue, #20599A);
}
.p-newjob__ttl02 {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.918px; /* 155.736% */
  letter-spacing: 1.28px;
  margin-top: 9px;
}
.p-newjob__lists {
  position: relative;
}
.p-newjob__lists:before {
  content: "";
  width: 35.3px;
  height: 2.076px;
  background: var(--blue, #20599A);
  position: absolute;
  top: -24px;
  left: 6px;
}
@media screen and (min-width: 1101px) {
  .p-newjob__lists.item-flex {
    display: flex;
  }
  .p-newjob__lists.item-flex:before {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .p-newjob__lists.item-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .p-newjob__lists.item-flex:before {
    display: none;
  }
}

.p-newjob__list {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.071px;
  letter-spacing: 0.7px;
  padding-left: 15px;
  position: relative;
}
.p-newjob__list:after {
  content: "";
  background-color: #20599A;
  width: 7.268px;
  height: 7.268px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100px;
}
.p-newjob__list span {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.071px; /* 207.648% */
  letter-spacing: 0.7px;
}
.p-newjob__slick-prev,
.p-newjob__slick-next {
  background: none !important;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.p-newjob__slick-prev {
  left: -50px; /* 矢印を左に50px移動 */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .p-newjob__slick-prev {
    left: -32px !important;
  }
}

.p-newjob__slick-next {
  right: -50px; /* 矢印を右に50px移動 */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .p-newjob__slick-next {
    right: -32px !important;
  }
}

/* ---------------------------
p-occupaition
--------------------------- */
.p-occupaition__in {
  background: #FFF;
}
@media screen and (min-width: 1101px) {
  .p-occupaition__in {
    padding: 48px 55px;
  }
}
@media screen and (max-width: 1100px) {
  .p-occupaition__in {
    padding: 10px 15px 50px 15px;
  }
}

.p-occupaition__top {
  margin-top: -23px !important;
}
/* ---------------------------
p-lists
--------------------------- */
.p-lists {
  display: flex;
  flex-wrap: wrap;
}
.p-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 0.5px #FFF;
  background: var(--blue, #20599A);
  margin-top: 12px;
  margin-right: 20px;
}
.p-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 10px 40px;
}
@media screen and (max-width: 1100px) {
  .p-list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 0.5px #FFF;
    background: var(--blue, #20599A);
    margin-top: 8px;
    margin-right: 10px;
  }
  .p-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: YuGothic;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    padding: 5px 15px;
  }
}

@media screen and (min-width: 1101px) {
  .p-lists02 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .p-lists02 {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-list02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 0.5px #FFF;
  background: #F1F1F1;
  margin-top: 12px;
  margin-right: 20px;
}
@media screen and (min-width: 1101px) {
  .p-list02 a {
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: YuGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #2A3340;
  }
}
@media screen and (max-width: 1100px) {
  .p-list02 a {
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: YuGothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #2A3340;
  }
}

/* ---------------------------
p-flow
--------------------------- */
.p-flow__dotted {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1101px) {
  .p-flow__dotted:after {
    content: "";
    background: url(/events/common/img/pages/flow/bg-dotted01.svg) no-repeat;
    background-size: cover;
    width: 424px;
    height: 316px;
    position: absolute;
    right: -34px;
    top: -33px;
    z-index: -1;
  }
  .p-flow__dotted:before {
    content: "";
    background: url(/events/common/img/pages/flow/bg-dotted02.svg) no-repeat;
    background-size: cover;
    width: 424px;
    height: 316px;
    position: absolute;
    left: -34px;
    bottom: -48px;
    z-index: -1;
  }
}
@media screen and (max-width: 1100px) {
  .p-flow__dotted:after {
    content: "";
    background: url(/events/common/img/pages/flow/bg-dotted01.svg) no-repeat;
    background-size: cover;
    width: 280px;
    height: 200px;
    position: absolute;
    right: -17px;
    top: -25px;
    z-index: -1;
  }
  .p-flow__dotted:before {
    content: "";
    background: url(/events/common/img/pages/flow/bg-dotted02.svg) no-repeat;
    background-size: contain;
    width: 409px;
    height: 200px;
    position: absolute;
    left: -17px;
    bottom: -55px;
    z-index: -1;
  }
}

.p-flow__in {
  background: #FFF;
}
@media screen and (min-width: 1101px) {
  .p-flow__in {
    padding: 85px 185px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-flow__in {
    margin-top: 40px;
    padding: 45px 15px;
  }
}

.p-flow__lists {
  position: relative;
  z-index: 2;
}
.p-flow__list {
  display: flex;
  position: relative;
  z-index: 1;
}
.p-flow__list:last-child:before {
  display: none;
}
@media screen and (min-width: 1101px) {
  .p-flow__list {
    margin-top: 42px;
  }
  .p-flow__list:first-child {
    margin-top: 0;
  }
  .p-flow__list:before {
    content: "";
    width: 1px;
    height: 66px;
    background: var(--text_navy, #2A3340);
    position: absolute;
    left: 44px;
    bottom: -47px;
    z-index: -1;
  }
}
@media screen and (max-width: 1100px) {
  .p-flow__list {
    padding-top: 42px;
  }
  .p-flow__list:first-child {
    padding-top: 0;
  }
  .p-flow__list:before {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--text_navy, #2A3340);
    position: absolute;
    left: 30px;
    bottom: -65px;
    z-index: -1;
  }
}

.p-flow__list-l {
  background: #FFDD5D;
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: YuGothic;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  padding: 15px 10px;
  line-height: 0;
}
.p-flow__list-l span {
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: "Alegreya Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.7px;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .p-flow__list-l {
    background: #FFDD5D;
    color: var(--text_navy, #2A3340);
    text-align: center;
    font-family: YuGothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 13px 10px 0;
    line-height: 0;
  }
  .p-flow__list-l span {
    color: var(--text_navy, #2A3340);
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.7px;
    display: block;
    padding-bottom: 8px;
  }
}

.p-flow__list-r span {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (min-width: 1101px) {
  .p-flow__list-r {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.6px;
    padding-left: 30px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .p-flow__list-r {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.6px;
    padding-left: 30px;
    margin-top: 0;
    width: 80%;
  }
  .p-flow__list-r span {
    font-size: 16px;
  }
  .p-flow__list-r p {
    font-size: 12px;
    line-height: 1.8;
  }
}

.p-flow__btn-in {
  margin: -25px auto;
  position: relative;
  z-index: 2;
}
.p-flow__flex {
  max-width: 648px;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p-flow__flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .p-flow__flex {
    display: grid;
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr;
    padding: 0 15px;
  }
}

.p-flow__flex-l {
  width: 100%;
}
.p-flow__flex-r {
  width: 100%;
}
.p-forcompany__columns {
  position: relative;
  z-index: 2;
  border-radius: 2px;
  background: linear-gradient(94deg, #4181C9 1.36%, #2B66A9 62.02%, #20599A 100%);
  color: #FFF;
}
@media screen and (min-width: 1101px) {
  .p-forcompany__columns {
    display: flex;
    margin: 125px auto;
  }
}
@media screen and (max-width: 1100px) {
  .p-forcompany__columns {
    margin: 60px auto;
  }
}

.p-forcompany__column-l {
  position: relative;
}
.p-forcompany__column-l:after {
  content: "";
  width: 1px;
  height: 220px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1101px) {
  .p-forcompany__column-l {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-forcompany__column-l {
    padding: 25px 20px 0;
  }
}

.p-forcompany__column-ttl {
  color: #FFF;
  text-align: center;
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.p-forcompany__column-txt {
  margin-top: 20px;
  color: #FFF;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1101px) {
  .p-forcompany__column-r {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-forcompany__column-r {
    padding: 25px 20px;
  }
}

.p-forcompany__column-lists {
  margin-top: 10px;
}
.p-forcompany__column-list {
  display: flex;
  color: #FFF;
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
.p-forcompany__column-list:before {
  content: "・";
}
/* ---------------------------
p-tantou
--------------------------- */
@media screen and (min-width: 1101px) {
  .p-tantou {
    padding: 63px 0 75px;
  }
}
@media screen and (max-width: 1100px) {
  .p-tantou {
    padding: 50px 0 50px;
  }
}

@media screen and (min-width: 1101px) {
  .p-tantou__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1101px) {
  .p-tantou__column-l .c-txt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.68px;
  }
}
@media screen and (max-width: 1100px) {
  .p-tantou__column-l .c-txt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.68px;
  }
  .p-tantou__column-l .c-txt br {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .p-tantou__column-r {
    width: 23%;
  }
}
/* ---------------------------
p-section
--------------------------- */
@media screen and (min-width: 1101px) {
  .p-section {
    position: relative;
    height: 310px;
    background: linear-gradient(100deg, #4181C9 14%, #20599A 95.8%);
  }
}
@media screen and (max-width: 1100px) {
  .p-section {
    position: relative;
    height: 180px;
    background: linear-gradient(100deg, #4181C9 14%, #20599A 95.8%);
  }
}

.c-ttl {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 21px;
  text-align: left;
}
.c-ttl span {
  display: block;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  padding-top: 11px;
}
.c-ttl02 {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 1101px) {
  .c-ttl02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .c-ttl02 {
    font-size: 24px;
  }
}

.p-events__sec01 {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}
.p-slides {
  display: flex;
  overflow: visible !important;
  margin-top: 50px;
  position: relative !important;
}
.p-slides .slick-list {
  overflow: visible !important;
}
@media screen and (min-width: 1101px) {
  .p-slides {
    right: 140px !important;
  }
}
.p-slide {
  margin: 0 10px;
}
.p-slide__in {
  background: #FFF3D3;
  padding: 20px 20px 25px;
  padding-bottom: 25px;
  min-height: 165px;
}
.p-slide__tag {
  display: inline-flex;
  height: 25px;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.p-slide__ttl {
  color: var(--black_body, #333);
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 10px;
}
.p-slide__day {
  color: var(--black_body, #333);
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-top: 10px;
}
.p-slide__allows {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (min-width: 1101px) {
  .p-slide__allows {
    margin: 30px 100px 0 auto;
    width: 152px;
  }
}
@media screen and (max-width: 1100px) {
  .p-slide__allows {
    margin: 30px 25px 0 auto;
    width: 80px;
  }
}

.p-slide__allow-l {
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .p-slide__allow-l {
    width: 30px;
  }
}

.p-slide__allow-r {
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .p-slide__allow-r {
    width: 30px;
  }
}

@media screen and (min-width: 1101px) {
  .p-events__sec02 {
    padding: 0 0 150px 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-events__sec02 {
    padding: 0 0 100px 0;
  }
}

@media screen and (min-width: 1101px) {
  .p-events__lists {
    display: grid;
    gap: 20px 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-events__lists {
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}

.p-events__list a {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  .p-events__list {
    display: flex;
    height: 65px;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
    color: #FFF;
    font-family: "Noto Sans CJK JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
  }
}
@media screen and (max-width: 1100px) {
  .p-events__list {
    display: flex;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
    color: #FFF;
    font-family: "Noto Sans CJK JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
  }
}

.p-events__list.u-bg-aiplan {
  background: var(--pink_line_button, #e5004f);
}
.p-events__list.u-bg-bridal {
  background: #bf9d5a;
}
.p-events__list.u-bg-all {
  background: #3333e6;
}
.p-events__list.u-bg-funeral {
  background: #01956a;
}
.p-events__list.u-bg-restaurant {
  background: #a40000;
}
.p-events__list.u-bg-butsudan {
  background: #01956a;
}
.p-events__list.u-bg-kaigo {
  background: #EE790B;
}
.p-events__list.u-bg-shidasi {
  background: #3B95EF;
}
.p-events__list.u-bg-boseki {
  background: #5bbde5;
}
.p-events__list.u-bg-other {
  background: #f39800;
}
@media screen and (min-width: 1101px) {
  .p-events__calendars {
    display: grid;
    gap: 10px 11px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-events__calendars {
    display: grid;
    gap: 0px 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}

.p-events__calendar {
  display: flex;
  padding: 9px 0px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
  background: #7D7D7D;
  color: #FFF;
  color: #FFF;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
}
.p-events__calendar.active {
  background: #4B4B4B;
}
@media screen and (min-width: 1101px) {
  .p-events__calendar {
    width: 174px;
    height: 41px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-events__calendar {
    width: 100%;
    font-size: 14px;
    border: 1px solid #FFF;
  }
}

.tab-content table {
  width: 100%;
}
.tab-content tr {
  border: 1px solid #000;
}
.tab-content td {
  border: 1px solid #000;
}
@media screen and (min-width: 1101px) {
  .tab-content {
    overflow: scroll;
  }
}
@media screen and (max-width: 1100px) {
  .tab-content {
    overflow: scroll;
  }
}

@media screen and (min-width: 1101px) {
  .p-table__day {
    padding: 15px 20px;
    color: #000;
    font-family: "Noto Sans CJK JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .p-table__day {
    padding: 5px 10px;
    color: #000;
    font-family: "Noto Sans CJK JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 134px;
  }
}

.p-table__txt {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.p-table__txt span {
  margin-right: 5px;
  display: inline-grid;
}
.p-table__txt a {
  margin-top: 5px;
  display: table;
  margin-bottom: 0px;
}
.p-table__txt a:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1101px) {
  .p-table__txt {
    font-size: 18px;
    padding: 15px 20px 5px;
  }
}
@media screen and (max-width: 1100px) {
  .p-table__txt {
    font-size: 14px;
    padding: 5px 10px;
  }
  .p-table__txt span {
    display: inline-block;
    margin-top: 5px;
  }
}

.pink-label {
  color: #FFF;
  display: inline-block;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: var(--pink_line_button, #E5004F);
}
@media screen and (min-width: 1101px) {
  .pink-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .pink-label {
    font-size: 12px;
  }
}

@media screen and (min-width: 1101px) {
  .calendar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: end;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .calendar-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: end;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1101px) {
  .calendar-toggle button {
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #7D7D7D;
    color: #FFF;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
}
@media screen and (max-width: 1100px) {
  .calendar-toggle button {
    padding: 5px 10px;
    font-size: 10px;
    cursor: pointer;
    background-color: #7D7D7D;
    color: #FFF;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
}

.calendar-toggle button.active,
.calendar-toggle button:hover {
  background-color: #4B4B4B;
}

@media screen and (min-width: 1101px) {
  .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }
}

.calendar-grid .header {
  font-weight: bold;
  text-align: center;
  background-color: #f4f4f4;
  padding: 10px 0;
}

.calendar-grid .day {
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  min-height: 100px;
  display: flex;
  flex-direction: column;
}

.calendar-grid .day .date {
  font-weight: bold;
  margin-bottom: 5px;
}

.calendar-grid .day .events {
  flex-grow: 1;
  overflow: auto;
}

.calendar-grid .day .events a {
  text-decoration: none;
  color: #333;
}

.calendar-grid .day .pink-label {
  display: inline-block;
  padding: 2px 6px;
  background-color: #E5004F;
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
}

@media screen and (max-width: 1100px) {
  .grid-content {
    width: 1200px;
  }
}

.day.past {
  background-color: #f0f0f0; /* グレー背景 */
  color: #999; /* テキストを薄い色に */
}

.day.past a {
  color: #999; /* リンクの色も薄く */
}

.past .p-table__day,
.past .p-table__txt {
  background-color: #f0f0f0; /* グレー背景 */
  color: #999; /* テキストを薄く */
}

.past .p-table__txt a {
  color: #999; /* リンクも薄く */
}

.day span {
  margin-bottom: 5px;
}

@media screen and (max-width: 1100px) {
  .item-calendar {
    display: none;
  }
}

.bl_breadcrumbList {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
}

.p-cambodia__sec01 {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-cambodia__sec01 {
    padding: 70px 0;
  }
  .p-cambodia__sec01:after {
    content: "";
    background: url(/events/common/img/pages/job/bg-dotted.svg) no-repeat;
    width: 424px;
    height: 316px;
    position: absolute;
    right: 13px;
    top: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .p-cambodia__sec01 {
    padding: 35px 0 0;
  }
  .p-cambodia__sec01 .l-wrap-sp {
    position: relative;
    z-index: 1;
  }
  .p-cambodia__sec01:after {
    content: "";
    background: url(/events/common/img/pages/job/bg-dotted.svg) no-repeat;
    width: 290px;
    height: 170px;
    position: absolute;
    right: -130px;
    top: 0px;
    background-size: contain;
  }
}

.p-cambodia__sec02 {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-cambodia__sec02:after {
    content: "";
    background: url(/events/common/img/pages/job/bg-dotted.svg) no-repeat;
    width: 424px;
    height: 316px;
    position: absolute;
    right: 13px;
    top: 14px;
  }
}
.p-search__white {
  background: #FFF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .p-search__white {
    padding: 43px 68px;
  }
}
@media screen and (max-width: 1100px) {
  .p-search__white {
    padding: 35px 20px;
  }
}

.p-search__in {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (min-width: 1101px) {
  .p-search__in {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-search__in {
    padding-bottom: 20px;
  }
}

.p-search__txt {
  color: var(--text_navy, #2A3340);
  font-family: "Alegreya Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.p-search__txt span {
  position: relative;
  top: -10px;
  background: #FFF;
  padding: 0 15px 0 0;
}
@media screen and (min-width: 1101px) {
  .p-cambodia__lists {
    display: grid;
    gap: 70px 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .p-cambodia__lists {
    display: grid;
    gap: 20px 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-cambodia__list figure {
  border-radius: 3px;
  overflow: hidden;
  object-fit: cover;
}
.p-cambodia__list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1101px) {
  .p-cambodia__list figure {
    border-radius: 3px;
    overflow: hidden;
    object-fit: cover;
    height: 328px;
  }
  .p-cambodia__list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1100px) {
  .p-cambodia__list {
    margin-top: 20px;
  }
}

.p-cambodia__list-flex {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-cambodia__list-flex {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .p-cambodia__list-flex {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1101px) {
  .p-cambodia__list-txt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .p-cambodia__list-txt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-top: 10px;
  }
}

.p-cambodia__ttl {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 3.2px;
  margin-top: 25px;
}
@media screen and (min-width: 1101px) {
  .p-cambodia__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .p-cambodia__ttl {
    font-size: 22px;
  }
}

.p-cambodia__mv img {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p-cambodia__mv {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .p-cambodia__mv {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1101px) {
  .p-day {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
    letter-spacing: 0.7px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-day {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.7px;
    padding-left: 10px;
  }
}

.p-day02 {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  letter-spacing: 0.7px;
  padding-right: 20px;
}
/* ---------------------------
p-wysiwyg
--------------------------- */
.p-wysiwyg {
  position: relative;
  overflow: hidden;
}
.p-wysiwyg__mv img {
  border-radius: 24px;
}
.p-wysiwyg figure {
  width: 100%;
}
.p-wysiwyg figcaption {
  text-align: left;
}
.p-wysiwyg .size-full {
  max-width: 100%;
  min-width: 280px;
  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: 1100px) {
  .p-wysiwyg {
    overflow: scroll;
  }
  .p-wysiwyg figure img {
    min-width: auto !important;
  }
}
.p-wysiwyg p {
  line-height: 1.9;
  margin-top: 2em;
}
.p-wysiwyg p:not(:last-child) {
  margin-bottom: 2em;
}
.p-wysiwyg pre {
  display: block;
}
.p-wysiwyg a strong {
  text-decoration: underline;
}
.p-wysiwyg a {
  word-wrap: break-word;
  color: #005A2D;
  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: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg h1 {
    font-size: 1.4em;
  }
}
.p-wysiwyg h2 {
  margin-top: 2em;
  padding-bottom: 18px;
  position: relative;
  font-size: 1.625rem;
  letter-spacing: 2px;
  font-weight: bold;
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg h2 {
    font-size: 1.3em;
  }
}
.p-wysiwyg h3 {
  margin-top: 2.75em;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h3 {
    padding-bottom: 0.6em;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg h3 {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg h3 {
    padding-bottom: 0.9em;
    font-size: 1.1428rem;
  }
}
.p-wysiwyg h4 {
  margin-top: 2.3em;
  margin-bottom: 1.5em;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .p-wysiwyg.m-feature-body ul {
    grid-gap: 14px;
  }
}
.p-wysiwyg.m-feature-body ul > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .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;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg button {
    max-width: 335px;
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50px;
    color: #FFF;
    margin-bottom: 3em;
  }
  .p-wysiwyg button:after {
    font-family: "Material Icons";
    content: "\e5cc";
    font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg button {
    max-width: 335px;
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50px;
    color: #FFF;
    margin-bottom: 3em;
  }
  .p-wysiwyg button:after {
    font-family: "Material Icons";
    content: "\e5cc";
    font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-wysiwyg em {
  font-weight: normal;
}
.p-wysiwyg blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  word-wrap: break-word;
}
.p-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg blockquote {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-wysiwyg .alignright {
  float: right;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.p-wysiwyg .alignleft {
  float: left;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .p-wysiwyg .wp-block-table {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-table table,
  .p-wysiwyg .wp-block-table .table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .p-wysiwyg table,
  .p-wysiwyg .table {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg table,
  .p-wysiwyg .table {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .p-wysiwyg table.is-style-fixed,
  .p-wysiwyg .table.is-style-fixed {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .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: 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 {
    padding: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .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;
}
@media screen and (min-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 {
    padding: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .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;
}
@media screen and (min-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 {
    padding: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 1101px) {
  .p-wysiwyg figure {
    margin: 2.5em auto 3.5em auto;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .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: 767px) {
  .p-wysiwyg .wp-block-columns.is-style-columns02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg .wp-block-columns {
    display: block;
    margin-top: 3em;
  }
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .wp-block-column figure {
    margin: 0 !important;
  }
  .p-wysiwyg .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-buttons {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .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: 1100px) {
  .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%;
    -webkit-transform: translateY(-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;
}
.p-wysiwyg__in {
  background: #F6F6F6;
}
@media screen and (min-width: 1101px) {
  .p-wysiwyg__in {
    padding: 80px 95px;
  }
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg__in {
    padding: 20px 20px;
  }
}

.p-wysiwyg__keyvisual {
  text-align: center;
  display: block;
}
.p-wysiwyg__keyvisual img {
  text-align: center;
  display: block;
  margin: 0 auto 80px;
  height: auto;
  max-width: 60% !important;
}
@media screen and (min-width: 1101px) {
  .p-wysiwyg__columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-wysiwyg__dl {
  display: flex;
  align-items: center;
}
.p-wysiwyg__day {
  margin-right: 35px;
}
.p-wysiwyg__column-r {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg__column-r {
    margin-top: 10px;
    justify-content: space-around;
  }
}

.p-wysiwyg__contents {
  line-height: 1.9;
}
.p-wysiwyg__contents img {
  height: auto;
  max-width: 60% !important;
  margin: 0 auto;
}
.p-wysiwyg__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 790px;
}
@media screen and (min-width: 1101px) {
  .p-wysiwyg__nav {
    margin: 80px auto 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-wysiwyg__nav {
    margin: 30px auto 30px;
    justify-content: center;
  }
  .p-wysiwyg__nav .bl_btn {
    min-width: 135px;
  }
}

.p-wysiwyg__nav-l a {
  color: #E5004F;
  position: relative;
}
.p-wysiwyg__nav-l a:before {
  content: "";
  background: url(/common2024/img/events/allow-l02.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 20px;
}
.p-wysiwyg__nav-r a {
  color: #E5004F;
  position: relative;
}
.p-wysiwyg__nav-r a:before {
  content: "";
  background: url(/common2024/img/events/allow-r02.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
}
/* ---------------------------
p-seekers
--------------------------- */
@media screen and (min-width: 1101px) {
  .p-seekers__sec01 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-seekers__sec01 {
    padding: 40px 0;
  }
}

.p-seekers__ttl {
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: YuGothic;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .p-seekers__ttl {
    font-size: 18px;
    line-height: 36px; /* 200% */
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 1100px) {
  .p-seekers__ttl {
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.8;
  }
  .p-seekers__ttl br {
    display: none;
  }
}

.p-seekers__columns {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .p-seekers__columns {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .p-seekers__columns {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column nowrap;
  }
}

@media screen and (min-width: 1101px) {
  .p-seekers__column-l {
    width: 49%;
  }
}
@media screen and (max-width: 1100px) {
  .p-seekers__column-l {
    width: 100%;
  }
}

.p-seekers__column-r {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-seekers__column-r {
    width: 48%;
    left: 17px;
  }
}
.p-seekers__ttl02 {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: 3.2px;
  margin-top: 56px;
  position: relative;
}
.p-seekers__ttl02.item01:after {
  content: "";
  background: url(/events/common/img/pages/seekers/icon-ttl01.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 494px;
  height: 140px;
  position: absolute;
  top: -100px;
  left: -140px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.p-seekers__ttl02.item02:after {
  content: "";
  background: url(/events/common/img/pages/seekers/icon-ttl02.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 559px;
  height: 131px;
  position: absolute;
  top: -97px;
  left: -94px;
  right: auto;
  margin: 0 auto;
  z-index: -1;
}
.p-seekers__ttl02.item03:after {
  content: "";
  background: url(/events/common/img/pages/seekers/icon-ttl03.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 475px;
  height: 122px;
  position: absolute;
  top: -107px;
  left: -210px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.p-seekers__ttl02.item-for01:after {
  content: "";
  background: url(/events/common/img/ttl/ttl__for01.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 380px;
  height: 122px;
  position: absolute;
  top: -39px;
  left: -210px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.p-seekers__ttl02.item-for02:after {
  content: "";
  background: url(/events/common/img/ttl/ttl__for02.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 475px;
  height: 122px;
  position: absolute;
  top: -107px;
  left: -210px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.p-seekers__ttl02.item-for03:after {
  content: "";
  background: url(/events/common/img/ttl/ttl__for03.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 475px;
  height: 122px;
  position: absolute;
  top: -107px;
  left: -210px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.p-seekers__ttl02.item-for04:after {
  content: "";
  background: url(/events/common/img/ttl/ttl__for04.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 475px;
  height: 122px;
  position: absolute;
  top: -107px;
  left: -210px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.p-seekers__ttl02 span {
  position: relative;
}
.p-seekers__ttl02 span:after {
  content: "";
  background: var(--yellow, #FFDD5D);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .p-seekers__ttl02 {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 3.2px;
    margin-top: 30px;
    position: relative;
  }
  .p-seekers__ttl02.item01:after {
    content: "";
    background: url(/events/common/img/pages/seekers/icon-ttl01.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 320px;
    height: 90px;
    position: absolute;
    top: -9px;
    left: -33px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .p-seekers__ttl02.item02:after {
    content: "";
    background: url(/events/common/img/pages/seekers/icon-ttl02.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 308px;
    height: 65px;
    position: absolute;
    top: -2px;
    left: 0px;
    right: auto;
    margin: 0 auto;
    z-index: -1;
  }
  .p-seekers__ttl02.item-for01:after {
    content: "";
    background: url(/events/common/img/ttl/ttl__for01.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 308px;
    height: 65px;
    position: absolute;
    top: -2px;
    left: 0px;
    right: auto;
    margin: 0 auto;
    z-index: -1;
  }
  .p-seekers__ttl02.item-for02:after {
    content: "";
    background: url(/events/common/img/ttl/ttl__for02.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 308px;
    height: 65px;
    position: absolute;
    top: -2px;
    left: 0px;
    right: auto;
    margin: 0 auto;
    z-index: -1;
  }
  .p-seekers__ttl02.item-for03:after {
    content: "";
    background: url(/events/common/img/ttl/ttl__for03.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 308px;
    height: 65px;
    position: absolute;
    top: -2px;
    left: 0px;
    right: auto;
    margin: 0 auto;
    z-index: -1;
  }
  .p-seekers__ttl02.item-for04:after {
    content: "";
    background: url(/events/common/img/ttl/ttl__for04.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 308px;
    height: 65px;
    position: absolute;
    top: -2px;
    left: 0px;
    right: auto;
    margin: 0 auto;
    z-index: -1;
  }
}

@media screen and (min-width: 1101px) {
  .p-seekers__txt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
    letter-spacing: 1.5px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-seekers__txt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 15px;
  }
}

.p-seekers__columns02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .p-seekers__columns02 {
    margin-top: 93px;
  }
}
@media screen and (max-width: 1100px) {
  .p-seekers__columns02 {
    margin-top: 40px;
    flex-flow: column-reverse nowrap;
  }
}

.p-seekers__column02-l {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-seekers__column02-l {
    width: 48%;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1101px) {
  .p-seekers__column02-r {
    width: 49%;
  }
}
.p-seekers__in {
  margin-top: 60px;
}
.p-company__dl {
  border-top: 1px solid #C9C9C9;
  padding: 23px 4px;
  display: flex;
  align-items: center;
}
.p-company__dl:last-child {
  border-bottom: 1px solid #C9C9C9;
}
.p-company__dt {
  width: 190px;
}
@media screen and (max-width: 1100px) {
  .p-company__dt {
    font-size: 14px;
  }
}

.p-company__dd {
  width: 84%;
}
@media screen and (max-width: 1100px) {
  .p-company__dd {
    font-size: 14px;
  }
}

/* ---------------------------
p-contact
--------------------------- */
.p-contact__txt {
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: YuGothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 200% */
  letter-spacing: 0.9px;
}
@media screen and (min-width: 1101px) {
  .p-contact__columns {
    max-width: 1047px;
    width: 100%;
    margin: 85px auto 0;
    display: grid;
    gap: 10px 38px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__columns {
    max-width: 1047px;
    width: 100%;
    margin: 30px auto 0;
    display: grid;
    gap: 10px 38px;
    grid-template-columns: 1fr;
  }
}

.p-contact__column-l {
  background: #FFF;
  border-radius: 2px;
  border: 1.038px solid var(--blue, #20599A);
}
@media screen and (min-width: 1101px) {
  .p-contact__column-l {
    padding: 54px 0 54px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__column-l {
    padding: 40px 0 40px;
  }
}

.p-contact__ttl {
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.p-contact__ttl span {
  color: var(--blue, #20599A);
  text-align: center;
  font-family: "Alegreya Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  display: block;
  padding-top: 8px;
}
.p-contact__txt02 {
  color: var(--text_navy, #2A3340);
  text-align: center;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 225% */
  letter-spacing: 0.8px;
  margin-top: 28px;
  min-height: 60px;
}
.p-contact__column-r {
  background: #FFF;
  border-radius: 2px;
  padding: 54px 0 34px;
  border: 1.038px solid var(--blue, #20599A);
}
.p-contact__in {
  max-width: 680px;
  width: 100%;
  margin: 60px auto 0px;
}
.p-contact__dl {
  display: flex;
  margin-top: 35px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-contact__dl {
    flex-flow: column nowrap;
  }
}

@media screen and (min-width: 1101px) {
  .p-contact__dt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    width: 270px;
    margin-right: 10px;
    position: relative;
    padding-left: 40px;
  }
  .p-contact__dt span {
    border-radius: 100px;
    background: var(--yellow, #FFDD5D);
    display: inline-flex;
    padding: 2px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    position: absolute;
    left: -50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__dt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    width: 100%;
    margin-right: 10px;
    position: relative;
    padding-left: 0px;
  }
  .p-contact__dt span {
    border-radius: 100px;
    background: var(--yellow, #FFDD5D);
    display: inline-flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    position: relative;
    left: 0px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1101px) {
  .p-contact__dd {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 1.6px;
  }
  .p-contact__dd input[type=text] {
    border-radius: 2px;
    background: #EFEFEF;
    height: 44px;
    border: none;
    padding: 5px 8px;
    width: 306px;
  }
  .p-contact__dd input[type=number] {
    border-radius: 2px;
    background: #EFEFEF;
    height: 44px;
    border: none;
    padding: 5px 8px;
    width: 306px;
  }
  .p-contact__dd input[type=email] {
    border-radius: 2px;
    background: #EFEFEF;
    height: 44px;
    border: none;
    padding: 5px 8px;
    width: 306px;
  }
  .p-contact__dd input[type=tel] {
    border-radius: 2px;
    background: #EFEFEF;
    height: 44px;
    border: none;
    padding: 5px 8px;
    width: 306px;
  }
  .p-contact__dd textarea {
    border-radius: 2px;
    background: #EFEFEF;
    border: none;
    padding: 5px;
    width: 306px;
    height: auto; /* ここで自動的に高さを調整 */
    min-height: 100px; /* 最小高さを設定 */
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__dd {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.6px;
    width: 100%;
    margin-top: 12px;
  }
  .p-contact__dd input[type=text] {
    border-radius: 2px;
    background: #EFEFEF;
    height: 44px;
    border: none;
    padding: 5px 8px;
    width: 100%;
  }
  .p-contact__dd input[type=number] {
    border-radius: 2px;
    background: #EFEFEF;
    height: 44px;
    border: none;
    padding: 5px 8px;
    width: 100%;
  }
  .p-contact__dd input[type=email] {
    border-radius: 2px;
    background: #EFEFEF;
    height: 44px;
    border: none;
    padding: 5px 8px;
    width: 100%;
  }
  .p-contact__dd input[type=tel] {
    border-radius: 2px;
    background: #EFEFEF;
    height: 44px;
    border: none;
    padding: 5px 8px;
    width: 100%;
  }
  .p-contact__dd textarea {
    border-radius: 2px;
    background: #EFEFEF;
    border: none;
    padding: 5px;
    width: 100%;
    height: auto; /* ここで自動的に高さを調整 */
    min-height: 100px; /* 最小高さを設定 */
  }
}

.p-contact__radio {
  text-align: center;
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
.p-contact__radio a {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1101px) {
  .p-contact__radio {
    margin: 60px auto 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__radio {
    margin: 30px auto 30px;
  }
}

/* ---------------------------
p-company
--------------------------- */
.p-company__in {
  background: #FFF;
  margin: 0 auto;
}
@media screen and (min-width: 1101px) {
  .p-company__in {
    padding: 62px 100px 71px;
  }
}
@media screen and (max-width: 1100px) {
  .p-company__in {
    padding: 50px 20px 50px;
  }
}

@media screen and (min-width: 1101px) {
  .p-company__columns {
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  .p-company__columns {
    margin-top: 25px;
  }
}

.p-company__column-l {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1101px) {
  .p-company__column-l {
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .p-company__column-l {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1101px) {
  .p-company__column-r {
    width: 48%;
    text-align: right;
  }
}
@media screen and (max-width: 1100px) {
  .p-company__column-r {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1101px) {
  .p-company__txt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 233.333% */
    letter-spacing: 1.5px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-company__txt {
    color: var(--text_navy, #2A3340);
    font-family: YuGothic;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 20px;
  }
}

/* ---------------------------
p-forcampany
--------------------------- */
.p-forcompany__lists {
  display: grid;
  gap: 10px 22px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 1101px) {
  .p-forcompany__lists {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .p-forcompany__lists {
    margin-top: 25px;
  }
}

/* ---------------------------
p-privacy
--------------------------- */
.p-privacy__ttl {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.p-privacy__txt {
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.2px;
}
/* ナンバーリスト */
.p-privacy__num {
  list-style-type: decimal !important;
  margin-left: 20px;
  padding-left: 10px;
}
.p-privacy__num li {
  margin-bottom: 10px;
  text-indent: -1em; /* インデントを取り消す */
  padding-left: 1em; /* ナンバー分のスペースを確保 */
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  letter-spacing: 1.2px;
  list-style-type: decimal !important;
}
/* ドットリスト */
.p-privacy__dotted {
  list-style-type: disc !important;
  margin-left: 30px; /* ドットリスト用のマージン */
  padding-left: 10px;
}
.p-privacy__dotted li {
  margin-bottom: 5px;
  text-indent: -1em; /* インデントを取り消す */
  padding-left: 1em; /* ドット分のスペースを確保 */
  color: var(--text_navy, #2A3340);
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  letter-spacing: 1.2px;
  list-style-type: disc !important;
}
/* =========================================================
	SNS一覧
	========================================================= */
.ly_sns_wrap {
  margin-bottom: 120px;
}

.ly_sns {
  width: 100vw;
  padding: 0 13.75vw;
}

.ly_sns_heading {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0.75rem 20px;
  margin-bottom: 50px;
  justify-content: space-between;
}

.ly_sns_heading::after {
  content: "";
  width: 72.5vw;
  height: 2px;
  border-radius: 2px;
  background-color: #E5004F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ly_grid {
  display: none;
  width: 100%;
  grid-template-columns: repeat(auto-fit, 360px);
  row-gap: 48px;
  column-gap: 20px;
  padding-bottom: 120px;
  justify-items: start;
  justify-content: start;
}
/* =========================================================
	SNS一覧
	========================================================= */
.bl_sns_ttl {
  font-family: "hiragino-kaku-gothic-pron, sans-serif;";
  font-weight: 600;
  font-size: 1.5rem;
}

.bl_sns_toggle {
  cursor: pointer;
}

.bl_link {
  display: flex;
  align-items: center;
  /* height: fit-content; */
  height: 88px;
  padding: 0 20px;
  column-gap: 0.625rem;
  background-color: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .bl_link {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .bl_link {
    width: 100%;
  }
}

.bl_link_icon {
  width: 48px;
  /* aspect-ratio: 1 / 1; */
  height: 48px;
  flex-shrink: 0;
  clip-path: circle(50% at 50% 50%);
}

.bl_link_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_link_txt {
  align-content: center;
}

.bl_link_name {
  font-family: "hiragino-kaku-gothic-pron, sans-serif;";
  font-weight: 600;
  line-height: 1.5;
}

.bl_link_id {
  color: #333333;
  font-size: 0.625rem;
  line-height: 1.5;
}

.bl_link_line {
  /* width: fit-content;
  background-color: #01B901;
  display: flex;
  column-gap: 0.0625rem;
  align-items: center;
  border-radius: 0.1875rem;
  padding: 0.08rem 0.6rem;
  justify-content: center;
  margin-top: 0.5rem; */
  width: 133px;
  display: block;
  margin-top: 10px;
}

.bl_link--h116 {
  height: 116px;
}

.bl_link_line span {
  color: #fff;
  font-weight: 600;
}

.bl_link:hover .bl_link_line {
  color: #fff;
  text-decoration: none;
}

.u-c-base {
  color: #373737 !important;
}
.u-c-base02 {
  color: #373737 !important;
}
.u-c-blue {
  color: #2880c7 !important;
}
.u-c-blue02 {
  color: linear-gradient(#0094c3 0.02%, #80bfff 100%) !important;
}
.u-c-blue03 {
  color: #9dd9ff !important;
}
.u-c-blue04 {
  color: #e8f7ff !important;
}
.u-c-gr {
  color: #005A2D !important;
}
.u-c-black {
  color: #373737 !important;
}
.u-c-white {
  color: #fff !important;
}
.u-c-accent {
  color: #fbab44 !important;
}
.u-c-gray {
  color: #F0F0F0 !important;
}

.u-bg-base {
  background-color: #373737 !important;
}
.u-bg-base02 {
  background-color: #373737 !important;
}
.u-bg-blue {
  background-color: #2880c7 !important;
}
.u-bg-blue02 {
  background-color: linear-gradient(#0094c3 0.02%, #80bfff 100%) !important;
}
.u-bg-blue03 {
  background-color: #9dd9ff !important;
}
.u-bg-blue04 {
  background-color: #e8f7ff !important;
}
.u-bg-wh {
  background-color: #fff !important;
}
.u-bg-wh02 {
  background-color: #F0F0F0 !important;
}
.u-bg-accent {
  background-color: #fbab44 !important;
}
.u-bg-gray {
  background-color: #F0F0F0 !important;
}
.u-bg-gray02 {
  background-color: #D7D7D7 !important;
}
.u-bg-gray03 {
  background-color: #F5F5F5 !important;
}

.u-bg__black {
  background: #000000;
}

/* ---------------------------
u-display
--------------------------- */
@media screen and (min-width: 1101px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .tbOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tbOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tbOnly {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .spOnly {
    display: block;
  }
}

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

/* ---------------------------
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: 768px) {
  .u-mt-1 {
    margin-top: 2px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pt-53 {
    padding-top: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-53-tb {
    padding-top: 106px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-53 {
    padding-bottom: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-53-tb {
    padding-bottom: 106px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-54-tb {
    margin-top: 108px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-54-tb {
    margin-bottom: 108px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-54-tb {
    padding-top: 108px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-54-tb {
    padding-bottom: 108px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-55 {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-55-tb {
    margin-top: 110px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-55 {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-55-tb {
    margin-bottom: 110px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-55 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-55-tb {
    padding-top: 110px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-55 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-55-tb {
    padding-bottom: 110px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-56-tb {
    margin-top: 112px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-56-tb {
    margin-bottom: 112px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-56-tb {
    padding-top: 112px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-56-tb {
    padding-bottom: 112px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-57 {
    margin-top: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-57-tb {
    margin-top: 114px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-57 {
    margin-bottom: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-57-tb {
    margin-bottom: 114px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-57 {
    padding-top: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-57-tb {
    padding-top: 114px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-57 {
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-57-tb {
    padding-bottom: 114px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-58-tb {
    margin-top: 116px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-58-tb {
    margin-bottom: 116px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-58-tb {
    padding-top: 116px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-58-tb {
    padding-bottom: 116px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-59 {
    margin-top: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-59-tb {
    margin-top: 118px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-59 {
    margin-bottom: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-59-tb {
    margin-bottom: 118px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-59 {
    padding-top: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-59-tb {
    padding-top: 118px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-59 {
    padding-bottom: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-59-tb {
    padding-bottom: 118px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-60-tb {
    margin-top: 120px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-60-tb {
    margin-bottom: 120px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-60-tb {
    padding-top: 120px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-60-tb {
    padding-bottom: 120px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-61 {
    margin-top: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-61-tb {
    margin-top: 122px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-61 {
    margin-bottom: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-61-tb {
    margin-bottom: 122px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-61 {
    padding-top: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-61-tb {
    padding-top: 122px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-61 {
    padding-bottom: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-61-tb {
    padding-bottom: 122px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-62-tb {
    margin-top: 124px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-62-tb {
    margin-bottom: 124px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-62-tb {
    padding-top: 124px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-62-tb {
    padding-bottom: 124px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-63 {
    margin-top: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-63-tb {
    margin-top: 126px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-63 {
    margin-bottom: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-63-tb {
    margin-bottom: 126px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-63 {
    padding-top: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-63-tb {
    padding-top: 126px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-63 {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-63-tb {
    padding-bottom: 126px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-64-tb {
    margin-top: 128px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-64-tb {
    margin-bottom: 128px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-64-tb {
    padding-top: 128px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-64-tb {
    padding-bottom: 128px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-65 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-65-tb {
    margin-top: 130px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-65 {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-65-tb {
    margin-bottom: 130px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-65 {
    padding-top: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-65-tb {
    padding-top: 130px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-65 {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-65-tb {
    padding-bottom: 130px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-66-tb {
    margin-top: 132px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-66-tb {
    margin-bottom: 132px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-66-tb {
    padding-top: 132px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-66-tb {
    padding-bottom: 132px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-67 {
    margin-top: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-67-tb {
    margin-top: 134px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-67 {
    margin-bottom: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-67-tb {
    margin-bottom: 134px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-67 {
    padding-top: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-67-tb {
    padding-top: 134px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-67 {
    padding-bottom: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-67-tb {
    padding-bottom: 134px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-68-tb {
    margin-top: 136px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-68-tb {
    margin-bottom: 136px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-68-tb {
    padding-top: 136px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-68-tb {
    padding-bottom: 136px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-69 {
    margin-top: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-69-tb {
    margin-top: 138px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-69 {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-69-tb {
    margin-bottom: 138px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-69 {
    padding-top: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-69-tb {
    padding-top: 138px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-69 {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-69-tb {
    padding-bottom: 138px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-70-tb {
    margin-top: 140px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-70-tb {
    margin-bottom: 140px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-70-tb {
    padding-top: 140px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-70-tb {
    padding-bottom: 140px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-71 {
    margin-top: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-71-tb {
    margin-top: 142px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-71 {
    margin-bottom: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-71-tb {
    margin-bottom: 142px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-71 {
    padding-top: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-71-tb {
    padding-top: 142px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-71 {
    padding-bottom: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-71-tb {
    padding-bottom: 142px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-72-tb {
    margin-top: 144px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-72-tb {
    margin-bottom: 144px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-72-tb {
    padding-top: 144px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-72-tb {
    padding-bottom: 144px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-73 {
    margin-top: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-73-tb {
    margin-top: 146px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-73 {
    margin-bottom: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-73-tb {
    margin-bottom: 146px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-73 {
    padding-top: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-73-tb {
    padding-top: 146px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-73 {
    padding-bottom: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-73-tb {
    padding-bottom: 146px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-74-tb {
    margin-top: 148px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-74-tb {
    margin-bottom: 148px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-74-tb {
    padding-top: 148px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-74-tb {
    padding-bottom: 148px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-75 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-75-tb {
    margin-top: 150px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-75 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-75-tb {
    margin-bottom: 150px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-75 {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-75-tb {
    padding-top: 150px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-75 {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-75-tb {
    padding-bottom: 150px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-76-tb {
    margin-top: 152px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-76-tb {
    margin-bottom: 152px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-76-tb {
    padding-top: 152px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-76-tb {
    padding-bottom: 152px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-77 {
    margin-top: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-77-tb {
    margin-top: 154px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-77 {
    margin-bottom: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-77-tb {
    margin-bottom: 154px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-77 {
    padding-top: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-77-tb {
    padding-top: 154px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-77 {
    padding-bottom: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-77-tb {
    padding-bottom: 154px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-78-tb {
    margin-top: 156px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-78-tb {
    margin-bottom: 156px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-78-tb {
    padding-top: 156px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-78-tb {
    padding-bottom: 156px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-79 {
    margin-top: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-79-tb {
    margin-top: 158px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mb-79 {
    margin-bottom: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-79-tb {
    margin-bottom: 158px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pt-79 {
    padding-top: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-79-tb {
    padding-top: 158px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-pb-79 {
    padding-bottom: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-79-tb {
    padding-bottom: 158px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-80-tb {
    margin-top: 160px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-80-tb {
    margin-bottom: 160px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-80-tb {
    padding-top: 160px;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-80-tb {
    padding-bottom: 160px;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mt-81 {
    margin-top: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-81-tb {
    margin-top: 162px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-81-sp {
    margin-top: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-81 {
    margin-bottom: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-81-tb {
    margin-bottom: 162px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-81-sp {
    margin-bottom: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-81 {
    padding-top: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-81-tb {
    padding-top: 162px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-81-sp {
    padding-top: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-81 {
    padding-bottom: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-81-tb {
    padding-bottom: 162px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-81-sp {
    padding-bottom: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-82 {
    margin-top: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-82-tb {
    margin-top: 164px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-82-sp {
    margin-top: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-82 {
    margin-bottom: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-82-tb {
    margin-bottom: 164px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-82-sp {
    margin-bottom: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-82 {
    padding-top: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-82-tb {
    padding-top: 164px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-82-sp {
    padding-top: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-82 {
    padding-bottom: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-82-tb {
    padding-bottom: 164px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-82-sp {
    padding-bottom: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-83 {
    margin-top: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-83-tb {
    margin-top: 166px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-83-sp {
    margin-top: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-83 {
    margin-bottom: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-83-tb {
    margin-bottom: 166px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-83-sp {
    margin-bottom: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-83 {
    padding-top: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-83-tb {
    padding-top: 166px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-83-sp {
    padding-top: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-83 {
    padding-bottom: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-83-tb {
    padding-bottom: 166px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-83-sp {
    padding-bottom: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-84 {
    margin-top: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-84-tb {
    margin-top: 168px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-84-sp {
    margin-top: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-84 {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-84-tb {
    margin-bottom: 168px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-84-sp {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-84 {
    padding-top: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-84-tb {
    padding-top: 168px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-84-sp {
    padding-top: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-84 {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-84-tb {
    padding-bottom: 168px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-84-sp {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-85 {
    margin-top: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-85-tb {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-85-sp {
    margin-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-85 {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-85-tb {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-85-sp {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-85 {
    padding-top: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-85-tb {
    padding-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-85-sp {
    padding-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-85 {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-85-tb {
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-85-sp {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-86 {
    margin-top: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-86-tb {
    margin-top: 172px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-86-sp {
    margin-top: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-86 {
    margin-bottom: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-86-tb {
    margin-bottom: 172px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-86-sp {
    margin-bottom: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-86 {
    padding-top: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-86-tb {
    padding-top: 172px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-86-sp {
    padding-top: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-86 {
    padding-bottom: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-86-tb {
    padding-bottom: 172px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-86-sp {
    padding-bottom: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-87 {
    margin-top: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-87-tb {
    margin-top: 174px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-87-sp {
    margin-top: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-87 {
    margin-bottom: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-87-tb {
    margin-bottom: 174px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-87-sp {
    margin-bottom: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-87 {
    padding-top: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-87-tb {
    padding-top: 174px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-87-sp {
    padding-top: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-87 {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-87-tb {
    padding-bottom: 174px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-87-sp {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-88 {
    margin-top: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-88-tb {
    margin-top: 176px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-88-sp {
    margin-top: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-88 {
    margin-bottom: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-88-tb {
    margin-bottom: 176px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-88-sp {
    margin-bottom: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-88 {
    padding-top: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-88-tb {
    padding-top: 176px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-88-sp {
    padding-top: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-88 {
    padding-bottom: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-88-tb {
    padding-bottom: 176px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-88-sp {
    padding-bottom: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-89 {
    margin-top: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-89-tb {
    margin-top: 178px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-89-sp {
    margin-top: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-89 {
    margin-bottom: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-89-tb {
    margin-bottom: 178px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-89-sp {
    margin-bottom: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-89 {
    padding-top: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-89-tb {
    padding-top: 178px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-89-sp {
    padding-top: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-89 {
    padding-bottom: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-89-tb {
    padding-bottom: 178px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-89-sp {
    padding-bottom: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-90 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt-90-tb {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-90-sp {
    margin-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-90 {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb-90-tb {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-90-sp {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-90 {
    padding-top: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt-90-tb {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-90-sp {
    padding-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-90 {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb-90-tb {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-90-sp {
    padding-bottom: 180px;
  }
}

/* ---------------------------
text
--------------------------- */
.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.u-margin-c {
  margin-inline: auto;
}

.u-align-r {
  text-align: right !important;
}

.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-txt__bold {
  font-weight: bold !important;
}
.u-tags {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .u-tags {
    margin-top: 10px;
  }
}

.u-tag {
  margin: 0 8px 4px 0;
  background: #F0F0F0;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  font-weight: 500;
}
.u-text {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 1101px) {
  .u-text {
    gap: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .u-text {
    gap: 15px;
  }
}
.u-text p {
  line-height: 2;
}

@media screen and (min-width: 1101px) {
  .u-text-10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-10 {
    font-size: calc(10 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-11 {
    font-size: calc(11 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-12 {
    font-size: calc(12 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-13 {
    font-size: calc(13 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-14 {
    font-size: calc(14 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-15 {
    font-size: calc(15 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-16 {
    font-size: calc(16 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-17 {
    font-size: calc(17 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-18 {
    font-size: calc(18 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-19 {
    font-size: calc(19 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-20 {
    font-size: calc(20 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-21 {
    font-size: calc(21 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-22 {
    font-size: calc(22 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-23 {
    font-size: calc(23 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-24 {
    font-size: calc(24 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-25 {
    font-size: calc(25 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-26 {
    font-size: calc(26 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-27 {
    font-size: calc(27 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-28 {
    font-size: calc(28 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-29 {
    font-size: calc(29 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-30 {
    font-size: calc(30 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-31 {
    font-size: calc(31 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-32 {
    font-size: calc(32 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-33 {
    font-size: calc(33 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-33 {
    font-size: calc(33 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-34 {
    font-size: calc(34 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-34 {
    font-size: calc(34 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-35 {
    font-size: calc(35 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-35 {
    font-size: calc(35 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-36 {
    font-size: calc(36 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-36 {
    font-size: calc(36 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-37 {
    font-size: calc(37 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-37 {
    font-size: calc(37 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-38 {
    font-size: calc(38 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-38 {
    font-size: calc(38 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-39 {
    font-size: calc(39 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-39 {
    font-size: calc(39 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-40 {
    font-size: calc(40 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-40 {
    font-size: calc(40 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-41 {
    font-size: calc(41 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-41 {
    font-size: calc(41 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-42 {
    font-size: calc(42 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-42 {
    font-size: calc(42 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-43 {
    font-size: calc(43 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-43 {
    font-size: calc(43 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-44 {
    font-size: calc(44 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-44 {
    font-size: calc(44 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-45 {
    font-size: calc(45 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-45 {
    font-size: calc(45 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-46 {
    font-size: calc(46 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-46 {
    font-size: calc(46 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-47 {
    font-size: calc(47 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-47 {
    font-size: calc(47 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-48 {
    font-size: calc(48 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-48 {
    font-size: calc(48 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-49 {
    font-size: calc(49 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-49 {
    font-size: calc(49 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-50 {
    font-size: calc(50 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-50 {
    font-size: calc(50 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-51 {
    font-size: calc(51 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-51 {
    font-size: calc(51 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-52 {
    font-size: calc(52 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-52 {
    font-size: calc(52 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-53 {
    font-size: calc(53 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-53 {
    font-size: calc(53 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-54 {
    font-size: calc(54 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-54 {
    font-size: calc(54 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-55 {
    font-size: calc(55 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-55 {
    font-size: calc(55 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-56 {
    font-size: calc(56 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-56 {
    font-size: calc(56 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-57 {
    font-size: calc(57 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-57 {
    font-size: calc(57 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-58 {
    font-size: calc(58 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-58 {
    font-size: calc(58 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-59 {
    font-size: calc(59 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-59 {
    font-size: calc(59 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-60 {
    font-size: calc(60 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-60 {
    font-size: calc(60 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-61 {
    font-size: calc(61 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-61 {
    font-size: calc(61 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-62 {
    font-size: calc(62 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-62 {
    font-size: calc(62 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-63 {
    font-size: calc(63 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-63 {
    font-size: calc(63 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-64 {
    font-size: calc(64 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-64 {
    font-size: calc(64 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-65 {
    font-size: calc(65 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-65 {
    font-size: calc(65 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-66 {
    font-size: calc(66 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-66 {
    font-size: calc(66 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-67 {
    font-size: calc(67 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-67 {
    font-size: calc(67 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-68 {
    font-size: calc(68 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-68 {
    font-size: calc(68 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-69 {
    font-size: calc(69 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-69 {
    font-size: calc(69 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-70 {
    font-size: calc(70 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-70 {
    font-size: calc(70 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-71 {
    font-size: calc(71 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-71 {
    font-size: calc(71 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-72 {
    font-size: calc(72 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-72 {
    font-size: calc(72 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-73 {
    font-size: calc(73 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-73 {
    font-size: calc(73 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-74 {
    font-size: calc(74 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-74 {
    font-size: calc(74 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-75 {
    font-size: calc(75 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-75 {
    font-size: calc(75 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-76 {
    font-size: calc(76 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-76 {
    font-size: calc(76 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-77 {
    font-size: calc(77 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-77 {
    font-size: calc(77 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-78 {
    font-size: calc(78 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-78 {
    font-size: calc(78 * 0.06rem) !important;
  }
}

@media screen and (min-width: 1101px) {
  .u-text-79 {
    font-size: calc(79 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text-79 {
    font-size: calc(79 * 0.06rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-10-sp {
    font-size: calc(10 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-11-sp {
    font-size: calc(11 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-12-sp {
    font-size: calc(12 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-13-sp {
    font-size: calc(13 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-14-sp {
    font-size: calc(14 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-15-sp {
    font-size: calc(15 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-16-sp {
    font-size: calc(16 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-17-sp {
    font-size: calc(17 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-18-sp {
    font-size: calc(18 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-19-sp {
    font-size: calc(19 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-20-sp {
    font-size: calc(20 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-21-sp {
    font-size: calc(21 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-22-sp {
    font-size: calc(22 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-23-sp {
    font-size: calc(23 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-24-sp {
    font-size: calc(24 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-25-sp {
    font-size: calc(25 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-26-sp {
    font-size: calc(26 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-27-sp {
    font-size: calc(27 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-28-sp {
    font-size: calc(28 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-29-sp {
    font-size: calc(29 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-30-sp {
    font-size: calc(30 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-31-sp {
    font-size: calc(31 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-32-sp {
    font-size: calc(32 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-33-sp {
    font-size: calc(33 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-34-sp {
    font-size: calc(34 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-35-sp {
    font-size: calc(35 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-36-sp {
    font-size: calc(36 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-37-sp {
    font-size: calc(37 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-38-sp {
    font-size: calc(38 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-39-sp {
    font-size: calc(39 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-40-sp {
    font-size: calc(40 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-41-sp {
    font-size: calc(41 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-42-sp {
    font-size: calc(42 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-43-sp {
    font-size: calc(43 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-44-sp {
    font-size: calc(44 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-45-sp {
    font-size: calc(45 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-46-sp {
    font-size: calc(46 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-47-sp {
    font-size: calc(47 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-48-sp {
    font-size: calc(48 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-49-sp {
    font-size: calc(49 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-50-sp {
    font-size: calc(50 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-51-sp {
    font-size: calc(51 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-52-sp {
    font-size: calc(52 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-53-sp {
    font-size: calc(53 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-54-sp {
    font-size: calc(54 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-55-sp {
    font-size: calc(55 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-56-sp {
    font-size: calc(56 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-57-sp {
    font-size: calc(57 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-58-sp {
    font-size: calc(58 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-59-sp {
    font-size: calc(59 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-60-sp {
    font-size: calc(60 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-61-sp {
    font-size: calc(61 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-62-sp {
    font-size: calc(62 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-63-sp {
    font-size: calc(63 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-64-sp {
    font-size: calc(64 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-65-sp {
    font-size: calc(65 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-66-sp {
    font-size: calc(66 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-67-sp {
    font-size: calc(67 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-68-sp {
    font-size: calc(68 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-69-sp {
    font-size: calc(69 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-70-sp {
    font-size: calc(70 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-71-sp {
    font-size: calc(71 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-72-sp {
    font-size: calc(72 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-73-sp {
    font-size: calc(73 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-74-sp {
    font-size: calc(74 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-75-sp {
    font-size: calc(75 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-76-sp {
    font-size: calc(76 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-77-sp {
    font-size: calc(77 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-78-sp {
    font-size: calc(78 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text-79-sp {
    font-size: calc(79 * 0.0714285714rem) !important;
  }
}

/*# sourceMappingURL=common.css.map */
