@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
:root {
  --base-font-set: "Zen Kaku Gothic New", sans-serif;
  --en-font-set: "Josefin Sans", sans-serif;
}

:root {
  --base-color: #3E3A39;
  --primary-color: #00B9EF;
  --green-color: #8FC31F;
  --pink-color: #EB6EA5;
  --gray-color: #9FA0A0;
  --dark-gray-color: #7b7b7b;
}

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

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

a {
  box-sizing: border-box;
}

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

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

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

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

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

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

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

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

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

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

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

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

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

em {
  font-weight: bold;
}

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

body {
  font-family: var(--base-font-set);
  font-style: normal;
  font-weight: 400;
  color: var(--base-color);
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  overflow: clip;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
  color: var(--base-color);
}
a:hover {
  opacity: 0.7;
}

button {
  font-family: var(--base-font-set);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--base-color);
}

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

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

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

/* ---------------------------
footer
--------------------------- */
.l-footer {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 55px;
  }
}
.l-footer__inner {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 1180px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer__pagetop {
  border-top: 1px solid var(--base-color);
  border-left: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--en-font-set);
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop {
    width: 110px;
    height: 30px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    width: 75px;
    height: 23px;
    font-size: 0.6428571429rem;
  }
}
.l-footer__main {
  background-color: rgba(220, 221, 221, 0.2);
  position: relative;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__main {
    border-top: 5px solid #DCDDDD;
    padding: 55px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    padding: 30px 0 20px;
  }
}
.l-footer__main .l-footer__inner::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #00b9ef 0%, #00b9ef 20%, #f39800 20%, #f39800 40%, var(--pink-color) 40%, var(--pink-color) 60%, var(--green-color) 60%, var(--green-color) 80%, #8f82bc 80%, #8f82bc 100%);
}
@media screen and (min-width: 768px) {
  .l-footer__main .l-footer__inner::before {
    height: 5px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__main .l-footer__inner::before {
    height: 2.5px;
    top: -32.5px;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 2em;
}
.l-footer__nav__list__link {
  position: relative;
  padding-left: 1.3em;
  color: #727171;
}
.l-footer__nav__list__link::before {
  content: "▶︎";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    max-width: 418px;
    width: 100%;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 209px;
    width: 100%;
    margin-inline: auto;
  }
}
.l-footer__copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 0.625rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.7142857143rem;
    margin-top: 15px;
  }
}

/* ---------------------------
l-header
--------------------------- */
.l-header {
  background-color: #fff;
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 110px;
    border-bottom: 5px solid #DCDDDD;
  }
}
@media screen and (max-width: 1023px) {
  .l-header {
    height: 70px;
  }
}
.l-header::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-header::before {
    height: 5px;
    bottom: -5px;
    background: linear-gradient(to right, #00b9ef 0%, #00b9ef 20%, #f39800 20%, #f39800 40%, var(--pink-color) 40%, var(--pink-color) 60%, var(--green-color) 60%, var(--green-color) 80%, #8f82bc 80%, #8f82bc 100%);
  }
}
@media screen and (max-width: 767px) {
  .l-header::before {
    height: 2.5px;
    bottom: -2.5px;
    background: linear-gradient(to right, #00b9ef 0%, #00b9ef 20%, #f39800 20%, #f39800 40%, var(--pink-color) 40%, var(--pink-color) 60%, var(--green-color) 60%, var(--green-color) 80%, #8f82bc 80%, #8f82bc 100%);
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1100px;
    padding: 0 15px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
.l-header__logo {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: 240px;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 168px;
    margin-inline: auto;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav__list {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-header__nav__list {
    gap: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav__list {
    display: none;
  }
}
.l-header__nav__link {
  border: 1px solid var(--base-color);
  border-radius: 9999px;
  background-color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header__nav__link {
    font-size: 0.75rem;
    min-width: 140px;
    min-height: 30px;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav__link.--project {
    width: 170px;
  }
}
.l-header__nav__link.--project.--current {
  background-color: var(--pink-color);
  color: #fff;
}
.l-header__nav__link.--about.--current {
  background-color: var(--green-color);
  color: #fff;
}
.l-header__nav__link.--coordinator.--current {
  background-color: #f39800;
  color: #fff;
}
.l-header__nav__link.--contact.--current {
  background-color: var(--primary-color);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-header__humburger {
    border: 1px solid var(--base-color);
    border-radius: 5px;
    background: #fff;
    display: none;
    width: 70px;
    height: 30px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__humburger {
    z-index: 1000;
    background: none;
    border: none;
    width: 22.5px;
    height: 22.5px;
    position: relative;
  }
}
.l-header__humburger .lines {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__humburger .lines span {
  width: 100%;
  height: 1px;
  background-color: var(--base-color);
  position: absolute;
  left: 0;
}
.l-header__humburger .lines span:first-child {
  top: 3.25px;
}
.l-header__humburger .lines span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__humburger .lines span:last-child {
  bottom: 3.25px;
  width: 15px;
  transform-origin: left;
}
.l-header__humburger.--open .lines span {
  background-color: var(--primary-color);
}
.l-header__humburger.--open .lines span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__humburger.--open .lines span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header__humburger.--open .lines span:last-child {
  transform: scaleX(0);
}
@media screen and (min-width: 1024px) {
  .l-header__modalNav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__modalNav {
    z-index: 500;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 300px;
    padding-bottom: 20px;
    width: calc(100% - 75px);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .l-header__modalNav.--open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
.l-header__modalNav__heading {
  padding: 0 30px;
  height: 70px;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-family: var(--en-font-set);
  font-size: 1.6071428571rem;
  border-bottom: 1px solid var(--primary-color);
}
.l-header__modalNav__list {
  display: flex;
  flex-direction: column;
}
.l-header__modalNav__list__link {
  display: block;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  font-size: 1.2857142857rem;
  padding: 14px 0px 14px 45px;
  position: relative;
}
.l-header__modalNav__list__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon_arrow_02_skyblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  left: 15px;
}
.l-header__modalNav__logo {
  max-width: 209px;
  width: calc(100% - 30px);
  margin: 18px auto 0;
}
.l-header__modalNav__privacy {
  font-size: 0.8571428571rem;
  color: var(--primary-color);
  text-align: center;
  display: block;
  margin-top: 10px;
}

/* ---------------------------
l-wrap
--------------------------- */
.l-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--890 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--890 {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--940 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--940 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1210 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1210 {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1240 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1240 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1210 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1210 {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp--small {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
}

/* ---------------------------
button
--------------------------- */
.c-button {
  border-radius: 9999px;
  background-color: var(--primary-color);
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-button {
    min-width: 200px;
    min-height: 40px;
    padding: 5px 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    min-width: 200px;
    min-height: 40px;
    padding: 5px 30px;
  }
}
.c-button.--center {
  margin-inline: auto;
}
.c-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/common/icon_arrow_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 10px;
  background-size: 6px auto;
}
.c-button.--en {
  font-family: var(--en-font-set);
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-button.--en {
    padding: 5px 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-button.--en {
    padding: 5px 30px 0px;
  }
}

/* ---------------------------
heading
--------------------------- */
.c-heading {
  border-bottom: 1px solid var(--base-color);
  border-left: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-heading {
    min-width: 570px;
    min-height: 80px;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading {
    min-width: 285px;
    min-height: 40px;
    border-radius: 0 0 20px 20px;
  }
}
.c-heading.--primary {
  border-color: var(--primary-color);
}
.c-heading .label {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading .label {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading .label {
    font-size: 1.2142857143rem;
  }
}
.c-heading.--wh {
  border-color: #fff;
  background-color: transparent;
}
.c-heading.--wh .label {
  color: #fff;
}

.c-heading02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading02 {
    width: 390px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading02 {
    width: 195px;
    height: 37.5px;
  }
}
.c-heading02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--base-color);
}
@media screen and (min-width: 768px) {
  .c-heading02::before {
    clip-path: polygon(0 0, 2px 0, 2px calc(100% - 2px), 50% calc(100% - 12px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .c-heading02::before {
    clip-path: polygon(0 0, 1px 0, 1px calc(100% - 1px), 50% calc(100% - 6px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 0, 100% 0, 100% 100%, 50% calc(100% - 5px), 0 100%);
  }
}
.c-heading02 .label {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-heading02 .label {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading02 .label {
    font-size: 0.8571428571rem;
    padding-bottom: 4px;
  }
}

/* ---------------------------
lead
--------------------------- */
@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 1.4285714286rem;
  }
}

/* ---------------------------
sentence
--------------------------- */
.c-sentence {
  display: flex;
  flex-direction: column;
  gap: 1.8em;
}
.c-sentence p {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-sentence p {
    font-size: 1.375rem;
  }
}
/* ---------------------------
js
--------------------------- */
.js-modalOverlay:has(.js-modalList.--open) {
  position: fixed;
  inset: 0;
}

body:has(.js-modalList.--open) {
  position: fixed;
  overflow-y: scroll;
}

/* ---------------------------
about
--------------------------- */
@media screen and (min-width: 768px) {
  .p-about__logo {
    width: 450px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-about__logo {
    width: 209px;
    margin-inline: auto;
  }
}
.p-about__heading {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-about__heading {
    font-size: 2.125rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__heading {
    font-size: 1.2142857143rem;
    margin-top: 20px;
  }
}
.p-about__text {
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-about__text {
    letter-spacing: 0.1em;
    line-height: 1.8636363636;
    font-size: 1.375rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    letter-spacing: 0.05em;
    line-height: 1.8461538462;
    font-size: 0.9285714286rem;
    margin-top: 5px;
  }
}
.p-about__button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-about__button {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__button {
    margin-top: 20px;
  }
}

/* ---------------------------
banner
--------------------------- */
.p-banner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-banner__slide {
    width: 259px;
    margin-inline: 9px;
  }
}
.p-banner__pagination {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-banner__pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__pagination {
    margin-top: 10px;
  }
}
.p-banner__pagination .swiper-pagination-bullet {
  border-radius: 50%;
  border: 2px solid var(--gray-color);
  background-color: #fff;
  margin: 0 6px !important;
}
@media screen and (min-width: 768px) {
  .p-banner__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.p-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gray-color);
}

.p-banner02__link {
  display: block;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-banner02__link {
    max-width: 700px;
  }
}
/* ---------------------------
contact
--------------------------- */
@media screen and (min-width: 768px) {
  .p-contactLink {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactLink {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.p-contactLink__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contactLink__item {
    border-radius: 20px;
    padding: 0 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactLink__item {
    border-radius: 10px;
    padding: 0 30px 20px;
  }
}
.p-contactLink__item.--young {
  background-color: var(--green-color);
}
.p-contactLink__item.--business {
  background-color: var(--pink-color);
}
.p-contactLink__heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contactLink__heading {
    height: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contactLink__heading {
    width: 195px;
    height: 52.5px;
    margin-inline: auto;
  }
}
.p-contactLink__heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contactLink__heading::before {
    clip-path: polygon(0 0, 2px 0, 2px calc(100% - 2px), 50% calc(100% - 12px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-contactLink__heading::before {
    clip-path: polygon(0 0, 1px 0, 1px calc(100% - 1px), 50% calc(100% - 6px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 0, 100% 0, 100% 100%, 50% calc(100% - 5px), 0 100%);
  }
}
.p-contactLink__heading .label {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.2647058824;
}
@media screen and (min-width: 768px) {
  .p-contactLink__heading .label {
    font-size: 2.125rem;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactLink__heading .label {
    font-size: 1.2142857143rem;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-contactLink__image {
    max-width: 375px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contactLink__image {
    max-width: 187.5px;
    margin: 8px auto 0;
  }
}
.p-contactLink__image img {
  width: 100%;
}
.p-contactLink__button {
  background-color: #fff;
  border-radius: 9999px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.--young .p-contactLink__button {
  color: var(--green-color);
}
.--business .p-contactLink__button {
  color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactLink__button {
    max-width: 300px;
    height: 40px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contactLink__button {
    max-width: 240px;
    width: 100%;
    height: 42px;
    margin: 15px auto 0;
  }
}
.p-contactLink__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-contactLink__button::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactLink__button::after {
    width: 20px;
    height: 20px;
  }
}
.--young .p-contactLink__button::after {
  background-image: url(../images/common/icon_arrow_02_green.svg);
}
.--business .p-contactLink__button::after {
  background-image: url(../images/common/icon_arrow_02_pink.svg);
}

.p-contactForm__list {
  display: flex;
  flex-direction: column;
}
.p-contactForm__list dl {
  border-top: 1px solid #000;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl {
    flex-direction: column;
  }
}
.p-contactForm__list dl.--adult, .p-contactForm__list dl.--student, .p-contactForm__list dl.--looking, .p-contactForm__list dl.--entry, .p-contactForm__list dl.--other {
  display: none;
}
.p-contactForm__list dl.--adult.--show, .p-contactForm__list dl.--student.--show, .p-contactForm__list dl.--looking.--show, .p-contactForm__list dl.--entry.--show, .p-contactForm__list dl.--other.--show {
  display: flex;
}
.--for-young .p-contactForm__list dl {
  border-color: var(--green-color);
}
.--for-business .p-contactForm__list dl {
  border-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl {
    padding: 20px 15px;
  }
}
.p-contactForm__list dl dt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dt {
    width: 250px;
  }
}
.p-contactForm__list dl dt .label {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding-left: 1.1em;
  position: relative;
}
.p-contactForm__list dl dt .label::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-contactForm__list dl dt .req,
.p-contactForm__list dl dt .any {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dt .req,
  .p-contactForm__list dl dt .any {
    font-size: 0.625rem;
    width: 36px;
    height: 18px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dt .req,
  .p-contactForm__list dl dt .any {
    font-size: 0.7142857143rem;
    width: 32px;
    height: 16px;
    margin-left: 8px;
  }
}
.p-contactForm__list dl dt .req {
  color: #EB6EA5;
  border: 1px solid #EB6EA5;
}
.p-contactForm__list dl dt .any {
  color: #818181;
  border: 1px solid #818181;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd {
    max-width: 550px;
    width: 100%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dd {
    margin-top: 10px;
  }
}
.p-contactForm__list dl dd .row {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd .row {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dd .row {
    flex-direction: column;
  }
}
.p-contactForm__list dl dd .row:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd .row .label {
    width: 72px;
  }
}
.p-contactForm__list dl dd .row input,
.p-contactForm__list dl dd .row select {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd .row input,
  .p-contactForm__list dl dd .row select {
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dd .row input,
  .p-contactForm__list dl dd .row select {
    margin-top: 8px;
  }
}
.p-contactForm__list dl dd input[type=text],
.p-contactForm__list dl dd input[type=email],
.p-contactForm__list dl dd input[type=tel],
.p-contactForm__list dl dd select,
.p-contactForm__list dl dd textarea {
  width: 100%;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #000;
  font-family: var(--base-font-set);
  font-weight: 400;
}
.--for-young .p-contactForm__list dl dd input[type=text],
.--for-young .p-contactForm__list dl dd input[type=email],
.--for-young .p-contactForm__list dl dd input[type=tel],
.--for-young .p-contactForm__list dl dd select,
.--for-young .p-contactForm__list dl dd textarea {
  border-color: var(--green-color);
}
.--for-business .p-contactForm__list dl dd input[type=text],
.--for-business .p-contactForm__list dl dd input[type=email],
.--for-business .p-contactForm__list dl dd input[type=tel],
.--for-business .p-contactForm__list dl dd select,
.--for-business .p-contactForm__list dl dd textarea {
  border-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd input[type=text],
  .p-contactForm__list dl dd input[type=email],
  .p-contactForm__list dl dd input[type=tel],
  .p-contactForm__list dl dd select,
  .p-contactForm__list dl dd textarea {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dd input[type=text],
  .p-contactForm__list dl dd input[type=email],
  .p-contactForm__list dl dd input[type=tel],
  .p-contactForm__list dl dd select,
  .p-contactForm__list dl dd textarea {
    padding: 12px 12px;
  }
}
.p-contactForm__list dl dd .wpcf7-file {
  width: 100%;
  font-size: 1rem;
}
.p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio {
    gap: 28px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio {
    margin-top: 8px;
    gap: 14px;
  }
}
.p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 35px;
  }
}
.p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
}
.--for-young .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  border-color: var(--green-color);
}
.--for-business .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  border-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 33px;
    height: 33px;
    top: -4px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
    top: -2px;
  }
}
.p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}
.--for-young .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  background-color: var(--green-color);
}
.--for-business .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  background-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 18px;
    height: 18px;
    top: 4.5px;
    left: 8.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__list dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 5px;
  }
}
.p-contactForm__privacy {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-contactForm__privacy {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__privacy {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.--for-young .p-contactForm__privacy {
  border-color: var(--green-color);
}
.--for-business .p-contactForm__privacy {
  border-color: var(--pink-color);
}
.p-contactForm__privacy__heading {
  text-align: center;
}
.p-contactForm__privacy__content {
  background-color: #fff;
  border: 1px solid #000;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1.8em;
}
.--for-young .p-contactForm__privacy__content {
  border-color: var(--green-color);
}
.--for-business .p-contactForm__privacy__content {
  border-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__privacy__content {
    height: 230px;
    max-width: 750px;
    padding: 20px 50px 50px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__privacy__content {
    height: 180px;
    padding: 20px 15px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-contactForm__privacy__accept {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__privacy__accept {
    margin-top: 18px;
  }
}
.--for-young .p-contactForm__confirm {
  border-top: 1px solid var(--green-color);
}
.--for-business .p-contactForm__confirm {
  border-top: 1px solid var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__confirm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__confirm {
    padding: 20px 0;
  }
}
.p-contactForm__accept {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 35px;
  }
}
.p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
}
.--for-young .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
  border-color: var(--green-color);
}
.--for-business .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
  border-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 33px;
    height: 33px;
    top: -4px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
    top: -2px;
  }
}
.p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}
.--for-young .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
  background-color: var(--green-color);
}
.--for-business .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
  background-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 18px;
    height: 18px;
    top: 4.5px;
    left: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__accept .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 5px;
  }
}
.p-contactForm__accept .req {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #EB6EA5;
  border: 1px solid #EB6EA5;
}
@media screen and (min-width: 768px) {
  .p-contactForm__accept .req {
    font-size: 0.625rem;
    width: 36px;
    height: 18px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__accept .req {
    font-size: 0.7142857143rem;
    width: 32px;
    height: 16px;
    margin-left: 8px;
  }
}
.--for-young .p-contactForm__submit {
  border-top: 1px solid var(--green-color);
}
.--for-business .p-contactForm__submit {
  border-top: 1px solid var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__submit {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__submit {
    padding-top: 35px;
  }
}
.p-contactForm__submit__button {
  position: relative;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-contactForm__submit__button {
    width: 400px;
    height: 70px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__submit__button {
    width: 240px;
    height: 42px;
    margin: 0 auto;
  }
}
.p-contactForm__submit__button::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_02_pink02.svg);
}
@media screen and (min-width: 768px) {
  .p-contactForm__submit__button::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__submit__button::after {
    width: 20px;
    height: 20px;
  }
}
.p-contactForm__submit__button input {
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-contactForm__submit__button input {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__submit__button input {
    font-size: 0.8571428571rem;
  }
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.--clicked > .wpcf7-not-valid-tip {
  display: block;
}

/* ---------------------------
coordinator
--------------------------- */
.p-coordinator__sentence {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-coordinator__sentence {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinator__sentence {
    margin-top: 22px;
  }
}
.p-coordinator__sentence p {
  text-align: center;
  line-height: 1.9545454545;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-coordinator__sentence p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinator__sentence p {
    line-height: 1.6538461538;
    font-size: 0.9285714286rem;
  }
}
.p-coordinator__image {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-coordinator__image {
    margin-top: -13px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinator__image {
    margin-top: -8px;
  }
}

@media screen and (min-width: 768px) {
  .p-coordinatorList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorList {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.p-coordinatorList__link {
  border: 1px solid var(--base-color);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-coordinatorList__link {
    padding: 45px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorList__link {
    padding: 24px 18px 30px;
  }
}
.p-coordinatorList__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #00b9ef 0%, #00b9ef 20%, #f39800 20%, #f39800 40%, #eb6ea5 40%, #eb6ea5 60%, #8fc31f 60%, #8fc31f 80%, #8f82bc 80%, #8f82bc 100%);
}
.p-coordinatorList__link::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/icon_arrow_02_primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-coordinatorList__link::after {
    right: 30px;
    bottom: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorList__link::after {
    right: 18px;
    bottom: 12px;
    width: 12.5px;
    height: 12.5px;
  }
}
.p-coordinatorList__image {
  border: 1px solid var(--base-color);
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-coordinatorList__image {
    width: 38.2978723404%;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorList__image {
    width: 38.2943143813%;
  }
}
.p-coordinatorList__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-coordinatorList__contents {
    width: 57.4468085106%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorList__contents {
    width: 57.3578595318%;
    margin-top: 4px;
  }
}
.p-coordinatorList__position {
  color: var(--primary-color);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-coordinatorList__position {
    font-size: 0.8571428571rem;
  }
}
.p-coordinatorList__name {
  color: var(--primary-color);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-coordinatorList__name {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorList__name {
    font-size: 1.0714285714rem;
  }
}
.p-coordinatorList__excerpt {
  margin-top: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-coordinatorList__excerpt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorList__excerpt {
    font-size: 0.7857142857rem;
    margin-top: 4px;
    line-height: 1.6363636364;
  }
}

.p-coordinatorArticle {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle {
    padding: 25px 0;
  }
}
.p-coordinatorArticle__inner {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__inner {
    max-width: 650px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__inner {
    padding: 0 37px;
  }
}
.p-coordinatorArticle__label {
  background-color: var(--base-color);
  color: #fff;
  font-family: var(--en-font-set);
  writing-mode: vertical-lr;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__label {
    width: 24px;
    padding: 14px 2px 14px 0px;
    font-size: 0.75rem;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__label {
    width: 12px;
    padding: 9px 1px 9px 0;
    font-size: 0.4285714286rem;
    top: 25px;
  }
}
.p-coordinatorArticle__thumbnail {
  width: 100%;
}
.p-coordinatorArticle__thumbnail img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__thumbnail img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__thumbnail img {
    border-radius: 15px;
  }
}
.p-coordinatorArticle__position {
  color: var(--primary-color);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__position {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__position {
    margin-top: 20px;
    font-size: 0.8571428571rem;
  }
}
.p-coordinatorArticle__name {
  color: var(--primary-color);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__name {
    margin-top: 5px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__name {
    font-size: 1.0714285714rem;
  }
}
.p-coordinatorArticle__sentence {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__sentence {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__sentence {
    margin-top: 16px;
    font-size: 0.8571428571rem;
    line-height: 1.6666666667;
  }
}
.p-coordinatorArticle__relation {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__relation {
    margin-top: 40px;
    padding: 40px 45px 0;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__relation {
    margin-top: 20px;
    padding: 20px 5px 0;
    gap: 5px;
  }
}
.p-coordinatorArticle__relation__link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__relation__link {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__relation__link {
    padding-left: 18px;
    font-size: 0.8571428571rem;
  }
}
.p-coordinatorArticle__relation__link::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_arrow_02_primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__relation__link::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__relation__link::before {
    width: 12px;
    height: 12px;
  }
}
.p-coordinatorArticle__sns {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__sns {
    margin-top: 40px;
    padding: 40px 45px 0;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__sns {
    margin-top: 20px;
    padding: 20px 5px 0;
    gap: 22px;
  }
}
.p-coordinatorArticle__sns__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__sns__link {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__sns__link {
    width: 22px;
  }
}
.p-coordinatorArticle__sns__link img {
  width: 100%;
}
.p-coordinatorArticle__back {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-coordinatorArticle__back {
    padding: 30px 40px 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__back {
    margin-top: 24px;
    padding: 20px 5px 0;
  }
}
.p-coordinatorArticle__back__link {
  color: #727171;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-coordinatorArticle__back__link {
    font-size: 0.7857142857rem;
  }
}
.p-coordinatorArticle__back__link:hover {
  text-decoration: underline;
}

/* ---------------------------
flow
--------------------------- */
.p-flow {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-flow {
    padding: 0 100px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-flow {
    padding: 0 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 0 20px 20px;
  }
}
.p-flow__heading {
  margin-inline: auto;
}
.--young .p-flow__heading {
  color: var(--green-color);
}
.--young .p-flow__heading::before {
  background-color: var(--green-color);
}
.--business .p-flow__heading {
  color: var(--pink-color);
}
.--business .p-flow__heading::before {
  background-color: var(--pink-color);
}
.p-flow__list {
  counter-reset: step;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    margin-top: 35px;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 20px;
    gap: 12px;
  }
}
.p-flow__list__item {
  position: relative;
  counter-increment: step;
}
@media screen and (min-width: 768px) {
  .p-flow__list__item {
    padding-left: 105px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list__item {
    padding-left: 50px;
  }
}
.p-flow__list__item::before {
  content: counter(step) "";
  font-family: var(--en-font-set);
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.--young .p-flow__list__item::before {
  border-color: var(--green-color);
  color: var(--green-color);
}
.--business .p-flow__list__item::before {
  border-color: var(--pink-color);
  color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-flow__list__item::before {
    top: 14px;
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list__item::before {
    top: 4px;
    width: 28px;
    height: 28px;
    font-size: 0.7142857143rem;
  }
}
.p-flow__list__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  background-color: #000;
}
.--young .p-flow__list__item:not(:last-child)::after {
  background-color: var(--green-color);
}
.--business .p-flow__list__item:not(:last-child)::after {
  background-color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-flow__list__item:not(:last-child)::after {
    top: 84px;
    left: 30px;
    height: calc(100% - 56px);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list__item:not(:last-child)::after {
    top: 40px;
    left: 15px;
    height: calc(100% - 28px);
  }
}
.p-flow__list__heading {
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.--young .p-flow__list__heading {
  color: var(--green-color);
}
.--business .p-flow__list__heading {
  color: var(--pink-color);
}
@media screen and (min-width: 768px) {
  .p-flow__list__heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list__heading {
    font-size: 1.0714285714rem;
  }
}
.p-flow__list__text {
  letter-spacing: 0.1em;
  line-height: 1.625;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-flow__list__text {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list__text {
    font-size: 0.8571428571rem;
  }
}

/* ---------------------------
involved
--------------------------- */
.p-involved {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-involved {
    padding: 0 70px 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-involved {
    padding: 0 12.5px 30px;
  }
}
.p-involved__heading {
  margin-inline: auto;
}
.p-involved__image {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-involved__image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-involved__image {
    margin-top: 20px;
  }
}

/* ---------------------------
link
--------------------------- */
.p-links {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 80px;
  }
}
.p-links_link {
  display: flex;
  opacity: 0.1;
  flex-direction: column;
}
.p-links__image {
  position: relative;
}

.p-link02 {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .p-link02 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .p-link02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-link02__item {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-link02__item {
    padding: 15px 10px 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-link02__item {
    font-size: 0.9285714286rem;
    padding: 8px 10px 30px;
  }
}
.p-link02__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/common/icon_arrow_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-link02__item::after {
    width: 20px;
    height: 20px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-link02__item::after {
    width: 15px;
    height: 15px;
    bottom: 10px;
  }
}

/* ---------------------------
mv
--------------------------- */
.p-mv {
  background-color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__decoration {
    position: absolute;
    width: 100%;
    height: calc(100% + 90px);
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__decoration {
    display: none;
  }
}
.p-mv__decoration::before, .p-mv__decoration::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.p-mv__decoration::before {
  right: calc(100% + 35px);
  background-image: url(../images/index/decoration_mv_01.svg);
  background-position: center right;
}
.p-mv__decoration::after {
  left: calc(100% + 35px);
  background-image: url(../images/index/decoration_mv_02.svg);
  background-position: center left;
}
.p-mv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 1180px;
    margin-inline: auto;
    padding: 0 40px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding: 0 20px;
  }
}
.p-mv__copy {
  text-align: center;
  color: #fff;
  line-height: 1.25;
  font-weight: 100;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .p-mv__copy {
    letter-spacing: 0.01em;
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-mv__copy {
    letter-spacing: 0.01em;
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    font-size: 1.9285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__illust {
    width: 89.5454545455%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__illust {
    max-width: 350px;
    margin: 12px auto 0;
  }
}
.p-mv__illust img {
  width: 100%;
}

/* ---------------------------
project
--------------------------- */
@media screen and (min-width: 1024px) {
  .p-projectList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-projectList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectList {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}

.p-projectCard {
  display: block;
  border: 1px solid var(--base-color);
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-projectCard {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectCard {
    padding: 0 25px 25px 25px;
  }
}
.p-projectCard__category {
  border-left: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  border-radius: 0 0 10px 10px;
  background-color: #00B9EF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-projectCard__category {
    width: 220px;
    height: 30px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-projectCard__category {
    width: 195px;
    height: 26px;
    font-size: 0.8571428571rem;
  }
}
.p-projectCard__date {
  font-family: var(--en-font-set);
  color: #9FA0A0;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-projectCard__date {
    font-size: 0.625rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectCard__date {
    font-size: 0.5625rem;
    margin-top: 14px;
  }
}
.p-projectCard__image {
  border: 1px solid var(--base-color);
  width: 100%;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-projectCard__image {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectCard__image {
    margin-top: 7px;
  }
}
.p-projectCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.--new .p-projectCard__image::before {
  content: "NEW";
  color: #fff;
  background-color: var(--green-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  font-weight: 600;
  font-family: var(--en-font-set);
}
@media screen and (min-width: 768px) {
  .--new .p-projectCard__image::before {
    width: 60px;
    height: 60px;
    font-size: 0.875rem;
    top: -20px;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .--new .p-projectCard__image::before {
    width: 52px;
    height: 52px;
    font-size: 0.8571428571rem;
    top: -18px;
    left: -18px;
  }
}
.p-projectCard__heading {
  color: #00B9EF;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-projectCard__heading {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectCard__heading {
    margin-top: 17px;
  }
}
.p-projectCard__excerpt {
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-projectCard__excerpt {
    margin-top: 7px;
    padding: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectCard__excerpt {
    margin-top: 7px;
    padding: 0 14px;
  }
}
.p-projectCard__company {
  color: #00B9EF;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-projectCard__company {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectCard__company {
    margin-top: 10px;
  }
}
.p-projectCard__area {
  background-color: #00B9EF;
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--base-color);
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-projectCard__area {
    font-size: 0.75rem;
    padding: 0px 17px;
    margin: 14px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-projectCard__area {
    font-size: 0.7142857143rem;
    padding: 2px 14px;
    margin: 12px auto 0;
  }
}

.p-projectArticle {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-projectArticle {
    padding: 50px 100px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-projectArticle {
    padding: 50px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle {
    padding: 20px 20px 0px;
  }
}
.p-projectArticle__date {
  display: block;
  text-align: right;
  font-family: var(--en-font-set);
  color: var(--gray-color);
}
@media screen and (min-width: 768px) {
  .p-projectArticle__date {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__date {
    font-size: 0.6428571429rem;
  }
}
.p-projectArticle__heading {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__heading {
    font-size: 2rem;
    padding: 17px 15px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__heading {
    font-size: 1.1428571429rem;
    padding: 5px 12px;
    margin-top: 5px;
  }
}
.p-projectArticle__category {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__category {
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__category {
    margin-top: 20px;
    gap: 5px 7px;
  }
}
.p-projectArticle__category__item {
  border: 1px solid var(--base-color);
  color: #fff;
  background-color: #00B9EF;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__category__item {
    font-size: 0.75rem;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__category__item {
    font-size: 0.6428571429rem;
    padding: 0 7px;
  }
}
@media screen and (min-width: 768px) {
  .p-projectArticle__thumbnail {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__thumbnail {
    margin-top: 20px;
  }
}
.p-projectArticle__thumbnail img {
  width: 100%;
  border: 1px solid var(--base-color);
}
@media screen and (min-width: 768px) {
  .p-projectArticle__thumbnail img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__thumbnail img {
    border-radius: 15px;
  }
}
.p-projectArticle__copy {
  color: var(--primary-color);
  text-align: center;
  line-height: 1.6071428571;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__copy {
    font-size: 1.75rem;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__copy {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.p-projectArticle__company {
  color: var(--primary-color);
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__company {
    font-size: 2rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__company {
    font-size: 1.1428571429rem;
    margin-top: 2px;
  }
}
.p-projectArticle__description {
  color: var(--primary-color);
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__description {
    text-align: center;
    font-size: 1.375rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__description {
    font-size: 0.8571428571rem;
    margin-top: 10px;
    padding: 0 20px;
  }
}
.p-projectArticle__entryButton {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__entryButton {
    width: 250px;
    height: 55px;
    margin: 20px auto 0;
    font-size: 1.25rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__entryButton {
    width: 187px;
    height: 40px;
    margin: 10px auto 0;
    font-size: 0.8571428571rem;
    padding-right: 15px;
  }
}
.p-projectArticle__entryButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../images/common/icon_arrow_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-projectArticle__entryButton::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__entryButton::after {
    width: 15px;
    height: 15px;
  }
}
.p-projectArticle__overview {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview {
    margin-top: 20px;
  }
}
.p-projectArticle__overview__item {
  border-bottom: 1px solid var(--primary-color);
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__item {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__item {
    padding: 20px 0;
  }
}
.p-projectArticle__overview__item.--center {
  justify-content: center;
}
.p-projectArticle__overview__en {
  background-color: var(--base-color);
  color: #fff;
  font-family: var(--en-font-set);
  writing-mode: vertical-lr;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__en {
    width: 24px;
    padding: 14px 2px 14px 0px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__en {
    width: 12px;
    padding: 9px 1px 9px 0;
    font-size: 0.4285714286rem;
    top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__contents {
    width: calc(100% - 24px);
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__contents {
    width: calc(100% - 12px);
    margin-left: 14px;
  }
}
.p-projectArticle__overview__heading {
  color: var(--primary-color);
  width: fit-content;
  line-height: 1.25;
  background-color: #FFF100;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__heading {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__heading {
    font-size: 0.7142857143rem;
  }
}
.p-projectArticle__overview__text {
  color: var(--primary-color);
  line-height: 1.8181818182;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__text {
    font-size: 1.375rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__text {
    font-size: 0.8571428571rem;
    margin-top: 10px;
  }
}
.p-projectArticle__overview__text p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.p-projectArticle__overview__text p a:hover {
  text-decoration: none;
}
.p-projectArticle__overview__text a {
  color: var(--primary-color);
  text-decoration: underline;
}
.p-projectArticle__overview__text a:hover {
  text-decoration: none;
}
.p-projectArticle__overview__text ul li {
  padding-left: 1em;
  position: relative;
}
.p-projectArticle__overview__text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-projectArticle__overview__text ol {
  counter-reset: li;
}
.p-projectArticle__overview__text ol li {
  padding-left: 1em;
  counter-increment: li;
  position: relative;
}
.p-projectArticle__overview__text ol li::before {
  content: counter(li) ".";
  position: absolute;
  left: 0;
}
.p-projectArticle__overview__gallery {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__gallery {
    margin: 20px 0 0 0;
    max-width: 674px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__gallery {
    margin: 10px 0 0 0;
    padding-left: 7px;
    max-width: 100%;
    padding-right: 27px;
  }
}
.p-projectArticle__overview__gallery__slide {
  border: 1px solid var(--base-color);
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__gallery__slide {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__gallery__slide {
    border-radius: 15px;
  }
}
.p-projectArticle__overview__gallery__item {
  width: 100%;
}
.p-projectArticle__overview__gallery__item img {
  width: 100%;
}
.p-projectArticle__overview__gallery__pagination {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__gallery__pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__gallery__pagination {
    margin-top: 10px;
  }
}
.p-projectArticle__overview__gallery__pagination .swiper-pagination-bullet {
  border-radius: 50%;
  border: 1px solid var(--dark-gray-color);
  background-color: #fff;
  margin: 0 6px !important;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__gallery__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__gallery__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.p-projectArticle__overview__gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gray-color);
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__entry {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__entry {
    margin-top: 10px;
  }
}
.p-projectArticle__overview__entry__text {
  display: flex;
  flex-direction: column;
}
.p-projectArticle__overview__entry__text .gray {
  color: #9FA0A0;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__entry__text {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__entry__text {
    gap: 14px;
  }
}
.p-projectArticle__overview__entry__text p {
  color: var(--primary-color);
  line-height: 1.8181818182;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__entry__text p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__entry__text p {
    font-size: 0.8571428571rem;
  }
}
.p-projectArticle__overview__entry__text p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.p-projectArticle__overview__entry__text p a:hover {
  text-decoration: none;
}
.p-projectArticle__overview__entry__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  font-family: var(--en-font-set);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__entry__button {
    width: 200px;
    height: 40px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__entry__button {
    width: 200px;
    height: 40px;
    margin-top: 10px;
  }
}
.p-projectArticle__overview__entry__button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url(../images/common/icon_arrow_02_wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__recommend {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__recommend {
    margin-top: 10px;
  }
}
.p-projectArticle__overview__recommend__text {
  color: var(--primary-color);
  line-height: 1.8181818182;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__recommend__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__recommend__text {
    font-size: 0.8571428571rem;
  }
}
.p-projectArticle__overview__recommend__name {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__recommend__name {
    font-size: 1.25rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__recommend__name {
    font-size: 0.7857142857rem;
    margin-top: 10px;
  }
}
.p-projectArticle__overview__recommend__description {
  color: var(--primary-color);
  line-height: 1.625;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__recommend__description {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__recommend__description {
    margin-top: 7px;
    font-size: 0.7142857143rem;
  }
}
.p-projectArticle__overview__recommend__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__recommend__icon {
    width: 100px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__recommend__icon {
    width: 50px;
    margin-top: 10px;
  }
}
.p-projectArticle__overview__recommend__icon img {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-projectArticle__overview__recommend02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__recommend02 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__recommend02 {
    gap: 10px;
  }
}
.p-projectArticle__overview__recommend02 .label {
  color: var(--primary-color);
  font-family: var(--en-font-set);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__recommend02 .label {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__recommend02 .label {
    font-size: 0.6428571429rem;
  }
}
.p-projectArticle__overview__recommend02 .img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__overview__recommend02 .img {
    width: 117px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__overview__recommend02 .img {
    width: 58px;
  }
}
.p-projectArticle__overview__recommend02 .img img {
  width: 100%;
}
.p-projectArticle__back {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-projectArticle__back {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArticle__back {
    padding-top: 10px;
  }
}
.p-projectArticle__back__link {
  color: #727171;
}
.p-projectArticle__back__link:hover {
  text-decoration: underline;
}

/* ---------------------------
recommend
--------------------------- */
@media screen and (min-width: 1024px) {
  .p-recommend {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recommend {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
}
.p-recommend__item {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .p-recommend__item {
    padding: 0 65px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recommend__item {
    max-width: 670px;
    width: 100%;
    margin-inline: auto;
    padding: 0 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__item {
    padding: 0 12.5px 20px;
  }
}
.p-recommend__heading {
  margin-inline: auto;
}
.p-recommend__heading.--green::before {
  background-color: var(--green-color) !important;
}
.p-recommend__heading.--green .label {
  color: var(--green-color) !important;
}
.p-recommend__heading.--pink::before {
  background-color: var(--pink-color) !important;
}
.p-recommend__heading.--pink .label {
  color: var(--pink-color) !important;
}
@media screen and (min-width: 768px) {
  .p-recommend__image {
    max-width: 312px;
    margin: 18px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__image {
    max-width: 180px;
    margin: 13px auto 0;
  }
}
.p-recommend__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recommend__list {
    margin-top: 42px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__list {
    gap: 5px;
    max-width: 225px;
    margin: 26px auto 0;
  }
}
.p-recommend__list__item {
  line-height: 1.5909090909;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recommend__list__item {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__list__item {
    font-size: 0.9285714286rem;
  }
}
.p-recommend__list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* ---------------------------
section
--------------------------- */
.p-section:not(:last-child) {
  margin-bottom: 2.5em;
}
.p-section h2 {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-section h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section h2 {
    font-size: 1.125rem;
  }
}
.p-section ol {
  counter-reset: section;
  list-style-type: none;
}
.p-section ol li {
  counter-increment: section;
  padding-left: 1em;
  position: relative;
}
.p-section ol li::before {
  content: counter(section) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.p-section > *:not(:last-child) {
  margin-bottom: 0.875em;
}

/* ---------------------------
service
--------------------------- */
.p-service {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-service__head {
    width: calc(50% - 40px);
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__body {
    width: 50%;
  }
}
.p-service__lead {
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-service__lead {
    font-size: 2.5rem;
  }
}
.p-service__lead span {
  color: #F05124;
}
.p-service__text {
  line-height: 2.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__button {
    margin-top: 60px;
  }
}
.p-serviceSlide__wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .p-serviceSlide__slide {
    width: 1740px !important;
    margin-right: 60px;
  }
}
/* ---------------------------
statement
--------------------------- */
.p-statement__heading {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-statement__heading {
    width: 290px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-statement__heading {
    width: 145px;
    height: 27.5px;
  }
}
.p-statement__heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-statement__heading::before {
    clip-path: polygon(0 0, 2px 0, 2px calc(100% - 2px), 50% calc(100% - 12px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-statement__heading::before {
    clip-path: polygon(0 0, 2px 0, 2px calc(100% - 2px), 50% calc(100% - 7px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 100% 100%, 50% calc(100% - 5px), 0 100%);
  }
}
.p-statement__heading .label {
  position: relative;
  font-family: var(--en-font-set);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-statement__heading .label {
    font-size: 1.25rem;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-statement__heading .label {
    font-size: 0.7142857143rem;
    padding-bottom: 6px;
  }
}
.p-statement__lead {
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1.3090909091;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-statement__lead {
    font-size: 3.4375rem;
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-statement__lead {
    font-size: 1.9642857143rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-statement__illust {
    max-width: 880px;
    margin: -20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-statement__illust {
    max-width: 450px;
    margin: 0 auto 0;
  }
}
.p-statement__text {
  color: #fff;
  line-height: 2.0454545455;
  display: flex;
  justify-content: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-statement__text {
    font-size: 1.375rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-statement__text {
    line-height: 1.8461538462;
    font-size: 0.9285714286rem;
    margin-top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .p-statement__logo {
    width: 268px;
    margin: 18px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-statement__logo {
    width: 209px;
    margin: 25px auto 0;
  }
}

/* ---------------------------
u-border
--------------------------- */
.u-border--b {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.u-border--gray {
  border-color: #cccccc;
}

.u-c--base {
  color: var(--base-color) !important;
}
.u-c--wh {
  color: #fff !important;
}

.u-bg--base {
  background-color: var(--base-color) !important;
}
.u-bg--wh {
  background-color: #fff !important;
}
.u-bg--primary {
  background-color: var(--primary-color) !important;
}
.u-bg--line {
  background-image: url(../images/common/bg_line_01.svg);
  background-size: 20px auto;
  background-repeat: repeat;
  background-position: center;
  position: relative;
}
.u-bg--line::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .u-bg--line::before {
    height: 5px;
    background-color: #dcdddd;
  }
}
@media screen and (max-width: 767px) {
  .u-bg--line::before {
    height: 2.5px;
    background: linear-gradient(to right, #00b9ef 0%, #00b9ef 20%, #f39800 20%, #f39800 40%, var(--pink-color) 40%, var(--pink-color) 60%, var(--green-color) 60%, var(--green-color) 80%, #8f82bc 80%, #8f82bc 100%);
  }
}
.u-bg--line::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .u-bg--line::after {
    height: 5px;
    background: linear-gradient(to right, #00b9ef 0%, #00b9ef 20%, #f39800 20%, #f39800 40%, var(--pink-color) 40%, var(--pink-color) 60%, var(--green-color) 60%, var(--green-color) 80%, #8f82bc 80%, #8f82bc 100%);
  }
}
@media screen and (max-width: 767px) {
  .u-bg--line::after {
    display: none;
  }
}
.u-bg--line.--no-gradient::before {
  background: none;
}
.u-bg--line.--no-gradient::after {
  background: none;
}

/* ---------------------------
u-display
--------------------------- */
@media screen and (min-width: 768px) {
  .u-display--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-display--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .u-display--large {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .u-display--large {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-display--tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-display--tbsp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .u-display--tbsp {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .u-display--tbnone {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .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--0 {
    margin-top: 0px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 1023px) {
  .u-mb--1--tb {
    margin-bottom: 2px !important;
  }
}

@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: 1023px) {
  .u-pt--1--tb {
    padding-top: 2px !important;
  }
}

@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: 1023px) {
  .u-pb--1--tb {
    padding-bottom: 2px !important;
  }
}

@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: 1023px) {
  .u-mt--2--tb {
    margin-top: 4px !important;
  }
}

@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: 1023px) {
  .u-mb--2--tb {
    margin-bottom: 4px !important;
  }
}

@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: 1023px) {
  .u-pt--2--tb {
    padding-top: 4px !important;
  }
}

@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: 1023px) {
  .u-pb--2--tb {
    padding-bottom: 4px !important;
  }
}

@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: 1023px) {
  .u-mt--3--tb {
    margin-top: 6px !important;
  }
}

@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: 1023px) {
  .u-mb--3--tb {
    margin-bottom: 6px !important;
  }
}

@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: 1023px) {
  .u-pt--3--tb {
    padding-top: 6px !important;
  }
}

@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: 1023px) {
  .u-pb--3--tb {
    padding-bottom: 6px !important;
  }
}

@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: 1023px) {
  .u-mt--4--tb {
    margin-top: 8px !important;
  }
}

@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: 1023px) {
  .u-mb--4--tb {
    margin-bottom: 8px !important;
  }
}

@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: 1023px) {
  .u-pt--4--tb {
    padding-top: 8px !important;
  }
}

@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: 1023px) {
  .u-pb--4--tb {
    padding-bottom: 8px !important;
  }
}

@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: 1023px) {
  .u-mt--5--tb {
    margin-top: 10px !important;
  }
}

@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: 1023px) {
  .u-mb--5--tb {
    margin-bottom: 10px !important;
  }
}

@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: 1023px) {
  .u-pt--5--tb {
    padding-top: 10px !important;
  }
}

@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: 1023px) {
  .u-pb--5--tb {
    padding-bottom: 10px !important;
  }
}

@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: 1023px) {
  .u-mt--6--tb {
    margin-top: 12px !important;
  }
}

@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: 1023px) {
  .u-mb--6--tb {
    margin-bottom: 12px !important;
  }
}

@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: 1023px) {
  .u-pt--6--tb {
    padding-top: 12px !important;
  }
}

@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: 1023px) {
  .u-pb--6--tb {
    padding-bottom: 12px !important;
  }
}

@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: 1023px) {
  .u-mt--7--tb {
    margin-top: 14px !important;
  }
}

@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: 1023px) {
  .u-mb--7--tb {
    margin-bottom: 14px !important;
  }
}

@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: 1023px) {
  .u-pt--7--tb {
    padding-top: 14px !important;
  }
}

@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: 1023px) {
  .u-pb--7--tb {
    padding-bottom: 14px !important;
  }
}

@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: 1023px) {
  .u-mt--8--tb {
    margin-top: 16px !important;
  }
}

@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: 1023px) {
  .u-mb--8--tb {
    margin-bottom: 16px !important;
  }
}

@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: 1023px) {
  .u-pt--8--tb {
    padding-top: 16px !important;
  }
}

@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: 1023px) {
  .u-pb--8--tb {
    padding-bottom: 16px !important;
  }
}

@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: 1023px) {
  .u-mt--9--tb {
    margin-top: 18px !important;
  }
}

@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: 1023px) {
  .u-mb--9--tb {
    margin-bottom: 18px !important;
  }
}

@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: 1023px) {
  .u-pt--9--tb {
    padding-top: 18px !important;
  }
}

@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: 1023px) {
  .u-pb--9--tb {
    padding-bottom: 18px !important;
  }
}

@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: 1023px) {
  .u-mt--10--tb {
    margin-top: 20px !important;
  }
}

@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: 1023px) {
  .u-mb--10--tb {
    margin-bottom: 20px !important;
  }
}

@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: 1023px) {
  .u-pt--10--tb {
    padding-top: 20px !important;
  }
}

@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: 1023px) {
  .u-pb--10--tb {
    padding-bottom: 20px !important;
  }
}

@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: 1023px) {
  .u-mt--11--tb {
    margin-top: 22px !important;
  }
}

@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: 1023px) {
  .u-mb--11--tb {
    margin-bottom: 22px !important;
  }
}

@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: 1023px) {
  .u-pt--11--tb {
    padding-top: 22px !important;
  }
}

@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: 1023px) {
  .u-pb--11--tb {
    padding-bottom: 22px !important;
  }
}

@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: 1023px) {
  .u-mt--12--tb {
    margin-top: 24px !important;
  }
}

@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: 1023px) {
  .u-mb--12--tb {
    margin-bottom: 24px !important;
  }
}

@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: 1023px) {
  .u-pt--12--tb {
    padding-top: 24px !important;
  }
}

@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: 1023px) {
  .u-pb--12--tb {
    padding-bottom: 24px !important;
  }
}

@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: 1023px) {
  .u-mt--13--tb {
    margin-top: 26px !important;
  }
}

@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: 1023px) {
  .u-mb--13--tb {
    margin-bottom: 26px !important;
  }
}

@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: 1023px) {
  .u-pt--13--tb {
    padding-top: 26px !important;
  }
}

@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: 1023px) {
  .u-pb--13--tb {
    padding-bottom: 26px !important;
  }
}

@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: 1023px) {
  .u-mt--14--tb {
    margin-top: 28px !important;
  }
}

@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: 1023px) {
  .u-mb--14--tb {
    margin-bottom: 28px !important;
  }
}

@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: 1023px) {
  .u-pt--14--tb {
    padding-top: 28px !important;
  }
}

@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: 1023px) {
  .u-pb--14--tb {
    padding-bottom: 28px !important;
  }
}

@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: 1023px) {
  .u-mt--15--tb {
    margin-top: 30px !important;
  }
}

@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: 1023px) {
  .u-mb--15--tb {
    margin-bottom: 30px !important;
  }
}

@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: 1023px) {
  .u-pt--15--tb {
    padding-top: 30px !important;
  }
}

@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: 1023px) {
  .u-pb--15--tb {
    padding-bottom: 30px !important;
  }
}

@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: 1023px) {
  .u-mt--16--tb {
    margin-top: 32px !important;
  }
}

@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: 1023px) {
  .u-mb--16--tb {
    margin-bottom: 32px !important;
  }
}

@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: 1023px) {
  .u-pt--16--tb {
    padding-top: 32px !important;
  }
}

@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: 1023px) {
  .u-pb--16--tb {
    padding-bottom: 32px !important;
  }
}

@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: 1023px) {
  .u-mt--17--tb {
    margin-top: 34px !important;
  }
}

@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: 1023px) {
  .u-mb--17--tb {
    margin-bottom: 34px !important;
  }
}

@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: 1023px) {
  .u-pt--17--tb {
    padding-top: 34px !important;
  }
}

@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: 1023px) {
  .u-pb--17--tb {
    padding-bottom: 34px !important;
  }
}

@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: 1023px) {
  .u-mt--18--tb {
    margin-top: 36px !important;
  }
}

@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: 1023px) {
  .u-mb--18--tb {
    margin-bottom: 36px !important;
  }
}

@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: 1023px) {
  .u-pt--18--tb {
    padding-top: 36px !important;
  }
}

@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: 1023px) {
  .u-pb--18--tb {
    padding-bottom: 36px !important;
  }
}

@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: 1023px) {
  .u-mt--19--tb {
    margin-top: 38px !important;
  }
}

@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: 1023px) {
  .u-mb--19--tb {
    margin-bottom: 38px !important;
  }
}

@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: 1023px) {
  .u-pt--19--tb {
    padding-top: 38px !important;
  }
}

@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: 1023px) {
  .u-pb--19--tb {
    padding-bottom: 38px !important;
  }
}

@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: 1023px) {
  .u-mt--20--tb {
    margin-top: 40px !important;
  }
}

@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: 1023px) {
  .u-mb--20--tb {
    margin-bottom: 40px !important;
  }
}

@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: 1023px) {
  .u-pt--20--tb {
    padding-top: 40px !important;
  }
}

@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: 1023px) {
  .u-pb--20--tb {
    padding-bottom: 40px !important;
  }
}

@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: 1023px) {
  .u-mt--21--tb {
    margin-top: 42px !important;
  }
}

@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: 1023px) {
  .u-mb--21--tb {
    margin-bottom: 42px !important;
  }
}

@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: 1023px) {
  .u-pt--21--tb {
    padding-top: 42px !important;
  }
}

@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: 1023px) {
  .u-pb--21--tb {
    padding-bottom: 42px !important;
  }
}

@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: 1023px) {
  .u-mt--22--tb {
    margin-top: 44px !important;
  }
}

@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: 1023px) {
  .u-mb--22--tb {
    margin-bottom: 44px !important;
  }
}

@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: 1023px) {
  .u-pt--22--tb {
    padding-top: 44px !important;
  }
}

@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: 1023px) {
  .u-pb--22--tb {
    padding-bottom: 44px !important;
  }
}

@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: 1023px) {
  .u-mt--23--tb {
    margin-top: 46px !important;
  }
}

@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: 1023px) {
  .u-mb--23--tb {
    margin-bottom: 46px !important;
  }
}

@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: 1023px) {
  .u-pt--23--tb {
    padding-top: 46px !important;
  }
}

@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: 1023px) {
  .u-pb--23--tb {
    padding-bottom: 46px !important;
  }
}

@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: 1023px) {
  .u-mt--24--tb {
    margin-top: 48px !important;
  }
}

@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: 1023px) {
  .u-mb--24--tb {
    margin-bottom: 48px !important;
  }
}

@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: 1023px) {
  .u-pt--24--tb {
    padding-top: 48px !important;
  }
}

@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: 1023px) {
  .u-pb--24--tb {
    padding-bottom: 48px !important;
  }
}

@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: 1023px) {
  .u-mt--25--tb {
    margin-top: 50px !important;
  }
}

@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: 1023px) {
  .u-mb--25--tb {
    margin-bottom: 50px !important;
  }
}

@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: 1023px) {
  .u-pt--25--tb {
    padding-top: 50px !important;
  }
}

@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: 1023px) {
  .u-pb--25--tb {
    padding-bottom: 50px !important;
  }
}

@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: 1023px) {
  .u-mt--26--tb {
    margin-top: 52px !important;
  }
}

@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: 1023px) {
  .u-mb--26--tb {
    margin-bottom: 52px !important;
  }
}

@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: 1023px) {
  .u-pt--26--tb {
    padding-top: 52px !important;
  }
}

@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: 1023px) {
  .u-pb--26--tb {
    padding-bottom: 52px !important;
  }
}

@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: 1023px) {
  .u-mt--27--tb {
    margin-top: 54px !important;
  }
}

@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: 1023px) {
  .u-mb--27--tb {
    margin-bottom: 54px !important;
  }
}

@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: 1023px) {
  .u-pt--27--tb {
    padding-top: 54px !important;
  }
}

@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: 1023px) {
  .u-pb--27--tb {
    padding-bottom: 54px !important;
  }
}

@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: 1023px) {
  .u-mt--28--tb {
    margin-top: 56px !important;
  }
}

@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: 1023px) {
  .u-mb--28--tb {
    margin-bottom: 56px !important;
  }
}

@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: 1023px) {
  .u-pt--28--tb {
    padding-top: 56px !important;
  }
}

@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: 1023px) {
  .u-pb--28--tb {
    padding-bottom: 56px !important;
  }
}

@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: 1023px) {
  .u-mt--29--tb {
    margin-top: 58px !important;
  }
}

@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: 1023px) {
  .u-mb--29--tb {
    margin-bottom: 58px !important;
  }
}

@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: 1023px) {
  .u-pt--29--tb {
    padding-top: 58px !important;
  }
}

@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: 1023px) {
  .u-pb--29--tb {
    padding-bottom: 58px !important;
  }
}

@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: 1023px) {
  .u-mt--30--tb {
    margin-top: 60px !important;
  }
}

@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: 1023px) {
  .u-mb--30--tb {
    margin-bottom: 60px !important;
  }
}

@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: 1023px) {
  .u-pt--30--tb {
    padding-top: 60px !important;
  }
}

@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: 1023px) {
  .u-pb--30--tb {
    padding-bottom: 60px !important;
  }
}

@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: 1023px) {
  .u-mt--31--tb {
    margin-top: 62px !important;
  }
}

@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: 1023px) {
  .u-mb--31--tb {
    margin-bottom: 62px !important;
  }
}

@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: 1023px) {
  .u-pt--31--tb {
    padding-top: 62px !important;
  }
}

@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: 1023px) {
  .u-pb--31--tb {
    padding-bottom: 62px !important;
  }
}

@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: 1023px) {
  .u-mt--32--tb {
    margin-top: 64px !important;
  }
}

@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: 1023px) {
  .u-mb--32--tb {
    margin-bottom: 64px !important;
  }
}

@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: 1023px) {
  .u-pt--32--tb {
    padding-top: 64px !important;
  }
}

@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: 1023px) {
  .u-pb--32--tb {
    padding-bottom: 64px !important;
  }
}

@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: 1023px) {
  .u-mt--33--tb {
    margin-top: 66px !important;
  }
}

@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: 1023px) {
  .u-mb--33--tb {
    margin-bottom: 66px !important;
  }
}

@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: 1023px) {
  .u-pt--33--tb {
    padding-top: 66px !important;
  }
}

@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: 1023px) {
  .u-pb--33--tb {
    padding-bottom: 66px !important;
  }
}

@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: 1023px) {
  .u-mt--34--tb {
    margin-top: 68px !important;
  }
}

@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: 1023px) {
  .u-mb--34--tb {
    margin-bottom: 68px !important;
  }
}

@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: 1023px) {
  .u-pt--34--tb {
    padding-top: 68px !important;
  }
}

@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: 1023px) {
  .u-pb--34--tb {
    padding-bottom: 68px !important;
  }
}

@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: 1023px) {
  .u-mt--35--tb {
    margin-top: 70px !important;
  }
}

@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: 1023px) {
  .u-mb--35--tb {
    margin-bottom: 70px !important;
  }
}

@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: 1023px) {
  .u-pt--35--tb {
    padding-top: 70px !important;
  }
}

@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: 1023px) {
  .u-pb--35--tb {
    padding-bottom: 70px !important;
  }
}

@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: 1023px) {
  .u-mt--36--tb {
    margin-top: 72px !important;
  }
}

@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: 1023px) {
  .u-mb--36--tb {
    margin-bottom: 72px !important;
  }
}

@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: 1023px) {
  .u-pt--36--tb {
    padding-top: 72px !important;
  }
}

@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: 1023px) {
  .u-pb--36--tb {
    padding-bottom: 72px !important;
  }
}

@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: 1023px) {
  .u-mt--37--tb {
    margin-top: 74px !important;
  }
}

@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: 1023px) {
  .u-mb--37--tb {
    margin-bottom: 74px !important;
  }
}

@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: 1023px) {
  .u-pt--37--tb {
    padding-top: 74px !important;
  }
}

@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: 1023px) {
  .u-pb--37--tb {
    padding-bottom: 74px !important;
  }
}

@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: 1023px) {
  .u-mt--38--tb {
    margin-top: 76px !important;
  }
}

@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: 1023px) {
  .u-mb--38--tb {
    margin-bottom: 76px !important;
  }
}

@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: 1023px) {
  .u-pt--38--tb {
    padding-top: 76px !important;
  }
}

@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: 1023px) {
  .u-pb--38--tb {
    padding-bottom: 76px !important;
  }
}

@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: 1023px) {
  .u-mt--39--tb {
    margin-top: 78px !important;
  }
}

@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: 1023px) {
  .u-mb--39--tb {
    margin-bottom: 78px !important;
  }
}

@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: 1023px) {
  .u-pt--39--tb {
    padding-top: 78px !important;
  }
}

@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: 1023px) {
  .u-pb--39--tb {
    padding-bottom: 78px !important;
  }
}

@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: 1023px) {
  .u-mt--40--tb {
    margin-top: 80px !important;
  }
}

@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: 1023px) {
  .u-mb--40--tb {
    margin-bottom: 80px !important;
  }
}

@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: 1023px) {
  .u-pt--40--tb {
    padding-top: 80px !important;
  }
}

@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: 1023px) {
  .u-pb--40--tb {
    padding-bottom: 80px !important;
  }
}

@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: 1023px) {
  .u-mt--41--tb {
    margin-top: 82px !important;
  }
}

@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: 1023px) {
  .u-mb--41--tb {
    margin-bottom: 82px !important;
  }
}

@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: 1023px) {
  .u-pt--41--tb {
    padding-top: 82px !important;
  }
}

@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: 1023px) {
  .u-pb--41--tb {
    padding-bottom: 82px !important;
  }
}

@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: 1023px) {
  .u-mt--42--tb {
    margin-top: 84px !important;
  }
}

@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: 1023px) {
  .u-mb--42--tb {
    margin-bottom: 84px !important;
  }
}

@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: 1023px) {
  .u-pt--42--tb {
    padding-top: 84px !important;
  }
}

@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: 1023px) {
  .u-pb--42--tb {
    padding-bottom: 84px !important;
  }
}

@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: 1023px) {
  .u-mt--43--tb {
    margin-top: 86px !important;
  }
}

@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: 1023px) {
  .u-mb--43--tb {
    margin-bottom: 86px !important;
  }
}

@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: 1023px) {
  .u-pt--43--tb {
    padding-top: 86px !important;
  }
}

@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: 1023px) {
  .u-pb--43--tb {
    padding-bottom: 86px !important;
  }
}

@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: 1023px) {
  .u-mt--44--tb {
    margin-top: 88px !important;
  }
}

@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: 1023px) {
  .u-mb--44--tb {
    margin-bottom: 88px !important;
  }
}

@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: 1023px) {
  .u-pt--44--tb {
    padding-top: 88px !important;
  }
}

@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: 1023px) {
  .u-pb--44--tb {
    padding-bottom: 88px !important;
  }
}

@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: 1023px) {
  .u-mt--45--tb {
    margin-top: 90px !important;
  }
}

@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: 1023px) {
  .u-mb--45--tb {
    margin-bottom: 90px !important;
  }
}

@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: 1023px) {
  .u-pt--45--tb {
    padding-top: 90px !important;
  }
}

@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: 1023px) {
  .u-pb--45--tb {
    padding-bottom: 90px !important;
  }
}

@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: 1023px) {
  .u-mt--46--tb {
    margin-top: 92px !important;
  }
}

@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: 1023px) {
  .u-mb--46--tb {
    margin-bottom: 92px !important;
  }
}

@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: 1023px) {
  .u-pt--46--tb {
    padding-top: 92px !important;
  }
}

@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: 1023px) {
  .u-pb--46--tb {
    padding-bottom: 92px !important;
  }
}

@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: 1023px) {
  .u-mt--47--tb {
    margin-top: 94px !important;
  }
}

@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: 1023px) {
  .u-mb--47--tb {
    margin-bottom: 94px !important;
  }
}

@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: 1023px) {
  .u-pt--47--tb {
    padding-top: 94px !important;
  }
}

@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: 1023px) {
  .u-pb--47--tb {
    padding-bottom: 94px !important;
  }
}

@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: 1023px) {
  .u-mt--48--tb {
    margin-top: 96px !important;
  }
}

@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: 1023px) {
  .u-mb--48--tb {
    margin-bottom: 96px !important;
  }
}

@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: 1023px) {
  .u-pt--48--tb {
    padding-top: 96px !important;
  }
}

@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: 1023px) {
  .u-pb--48--tb {
    padding-bottom: 96px !important;
  }
}

@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: 1023px) {
  .u-mt--49--tb {
    margin-top: 98px !important;
  }
}

@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: 1023px) {
  .u-mb--49--tb {
    margin-bottom: 98px !important;
  }
}

@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: 1023px) {
  .u-pt--49--tb {
    padding-top: 98px !important;
  }
}

@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: 1023px) {
  .u-pb--49--tb {
    padding-bottom: 98px !important;
  }
}

@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: 1023px) {
  .u-mt--50--tb {
    margin-top: 100px !important;
  }
}

@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: 1023px) {
  .u-mb--50--tb {
    margin-bottom: 100px !important;
  }
}

@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: 1023px) {
  .u-pt--50--tb {
    padding-top: 100px !important;
  }
}

@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: 1023px) {
  .u-pb--50--tb {
    padding-bottom: 100px !important;
  }
}

@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: 1023px) {
  .u-mt--51--tb {
    margin-top: 102px !important;
  }
}

@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: 1023px) {
  .u-mb--51--tb {
    margin-bottom: 102px !important;
  }
}

@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: 1023px) {
  .u-pt--51--tb {
    padding-top: 102px !important;
  }
}

@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: 1023px) {
  .u-pb--51--tb {
    padding-bottom: 102px !important;
  }
}

@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: 1023px) {
  .u-mt--52--tb {
    margin-top: 104px !important;
  }
}

@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: 1023px) {
  .u-mb--52--tb {
    margin-bottom: 104px !important;
  }
}

@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: 1023px) {
  .u-pt--52--tb {
    padding-top: 104px !important;
  }
}

@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: 1023px) {
  .u-pb--52--tb {
    padding-bottom: 104px !important;
  }
}

@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: 1023px) {
  .u-mt--53--tb {
    margin-top: 106px !important;
  }
}

@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: 1023px) {
  .u-mb--53--tb {
    margin-bottom: 106px !important;
  }
}

@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: 1023px) {
  .u-pt--53--tb {
    padding-top: 106px !important;
  }
}

@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: 1023px) {
  .u-pb--53--tb {
    padding-bottom: 106px !important;
  }
}

@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: 1023px) {
  .u-mt--54--tb {
    margin-top: 108px !important;
  }
}

@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: 1023px) {
  .u-mb--54--tb {
    margin-bottom: 108px !important;
  }
}

@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: 1023px) {
  .u-pt--54--tb {
    padding-top: 108px !important;
  }
}

@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: 1023px) {
  .u-pb--54--tb {
    padding-bottom: 108px !important;
  }
}

@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: 1023px) {
  .u-mt--55--tb {
    margin-top: 110px !important;
  }
}

@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: 1023px) {
  .u-mb--55--tb {
    margin-bottom: 110px !important;
  }
}

@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: 1023px) {
  .u-pt--55--tb {
    padding-top: 110px !important;
  }
}

@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: 1023px) {
  .u-pb--55--tb {
    padding-bottom: 110px !important;
  }
}

@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: 1023px) {
  .u-mt--56--tb {
    margin-top: 112px !important;
  }
}

@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: 1023px) {
  .u-mb--56--tb {
    margin-bottom: 112px !important;
  }
}

@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: 1023px) {
  .u-pt--56--tb {
    padding-top: 112px !important;
  }
}

@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: 1023px) {
  .u-pb--56--tb {
    padding-bottom: 112px !important;
  }
}

@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: 1023px) {
  .u-mt--57--tb {
    margin-top: 114px !important;
  }
}

@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: 1023px) {
  .u-mb--57--tb {
    margin-bottom: 114px !important;
  }
}

@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: 1023px) {
  .u-pt--57--tb {
    padding-top: 114px !important;
  }
}

@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: 1023px) {
  .u-pb--57--tb {
    padding-bottom: 114px !important;
  }
}

@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: 1023px) {
  .u-mt--58--tb {
    margin-top: 116px !important;
  }
}

@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: 1023px) {
  .u-mb--58--tb {
    margin-bottom: 116px !important;
  }
}

@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: 1023px) {
  .u-pt--58--tb {
    padding-top: 116px !important;
  }
}

@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: 1023px) {
  .u-pb--58--tb {
    padding-bottom: 116px !important;
  }
}

@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: 1023px) {
  .u-mt--59--tb {
    margin-top: 118px !important;
  }
}

@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: 1023px) {
  .u-mb--59--tb {
    margin-bottom: 118px !important;
  }
}

@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: 1023px) {
  .u-pt--59--tb {
    padding-top: 118px !important;
  }
}

@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: 1023px) {
  .u-pb--59--tb {
    padding-bottom: 118px !important;
  }
}

@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: 1023px) {
  .u-mt--60--tb {
    margin-top: 120px !important;
  }
}

@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: 1023px) {
  .u-mb--60--tb {
    margin-bottom: 120px !important;
  }
}

@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: 1023px) {
  .u-pt--60--tb {
    padding-top: 120px !important;
  }
}

@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: 1023px) {
  .u-pb--60--tb {
    padding-bottom: 120px !important;
  }
}

@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: 1023px) {
  .u-mt--61--tb {
    margin-top: 122px !important;
  }
}

@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: 1023px) {
  .u-mb--61--tb {
    margin-bottom: 122px !important;
  }
}

@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: 1023px) {
  .u-pt--61--tb {
    padding-top: 122px !important;
  }
}

@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: 1023px) {
  .u-pb--61--tb {
    padding-bottom: 122px !important;
  }
}

@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: 1023px) {
  .u-mt--62--tb {
    margin-top: 124px !important;
  }
}

@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: 1023px) {
  .u-mb--62--tb {
    margin-bottom: 124px !important;
  }
}

@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: 1023px) {
  .u-pt--62--tb {
    padding-top: 124px !important;
  }
}

@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: 1023px) {
  .u-pb--62--tb {
    padding-bottom: 124px !important;
  }
}

@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: 1023px) {
  .u-mt--63--tb {
    margin-top: 126px !important;
  }
}

@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: 1023px) {
  .u-mb--63--tb {
    margin-bottom: 126px !important;
  }
}

@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: 1023px) {
  .u-pt--63--tb {
    padding-top: 126px !important;
  }
}

@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: 1023px) {
  .u-pb--63--tb {
    padding-bottom: 126px !important;
  }
}

@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: 1023px) {
  .u-mt--64--tb {
    margin-top: 128px !important;
  }
}

@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: 1023px) {
  .u-mb--64--tb {
    margin-bottom: 128px !important;
  }
}

@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: 1023px) {
  .u-pt--64--tb {
    padding-top: 128px !important;
  }
}

@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: 1023px) {
  .u-pb--64--tb {
    padding-bottom: 128px !important;
  }
}

@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: 1023px) {
  .u-mt--65--tb {
    margin-top: 130px !important;
  }
}

@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: 1023px) {
  .u-mb--65--tb {
    margin-bottom: 130px !important;
  }
}

@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: 1023px) {
  .u-pt--65--tb {
    padding-top: 130px !important;
  }
}

@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: 1023px) {
  .u-pb--65--tb {
    padding-bottom: 130px !important;
  }
}

@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: 1023px) {
  .u-mt--66--tb {
    margin-top: 132px !important;
  }
}

@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: 1023px) {
  .u-mb--66--tb {
    margin-bottom: 132px !important;
  }
}

@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: 1023px) {
  .u-pt--66--tb {
    padding-top: 132px !important;
  }
}

@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: 1023px) {
  .u-pb--66--tb {
    padding-bottom: 132px !important;
  }
}

@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: 1023px) {
  .u-mt--67--tb {
    margin-top: 134px !important;
  }
}

@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: 1023px) {
  .u-mb--67--tb {
    margin-bottom: 134px !important;
  }
}

@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: 1023px) {
  .u-pt--67--tb {
    padding-top: 134px !important;
  }
}

@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: 1023px) {
  .u-pb--67--tb {
    padding-bottom: 134px !important;
  }
}

@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: 1023px) {
  .u-mt--68--tb {
    margin-top: 136px !important;
  }
}

@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: 1023px) {
  .u-mb--68--tb {
    margin-bottom: 136px !important;
  }
}

@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: 1023px) {
  .u-pt--68--tb {
    padding-top: 136px !important;
  }
}

@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: 1023px) {
  .u-pb--68--tb {
    padding-bottom: 136px !important;
  }
}

@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: 1023px) {
  .u-mt--69--tb {
    margin-top: 138px !important;
  }
}

@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: 1023px) {
  .u-mb--69--tb {
    margin-bottom: 138px !important;
  }
}

@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: 1023px) {
  .u-pt--69--tb {
    padding-top: 138px !important;
  }
}

@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: 1023px) {
  .u-pb--69--tb {
    padding-bottom: 138px !important;
  }
}

@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: 1023px) {
  .u-mt--70--tb {
    margin-top: 140px !important;
  }
}

@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: 1023px) {
  .u-mb--70--tb {
    margin-bottom: 140px !important;
  }
}

@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: 1023px) {
  .u-pt--70--tb {
    padding-top: 140px !important;
  }
}

@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: 1023px) {
  .u-pb--70--tb {
    padding-bottom: 140px !important;
  }
}

@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: 1023px) {
  .u-mt--71--tb {
    margin-top: 142px !important;
  }
}

@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: 1023px) {
  .u-mb--71--tb {
    margin-bottom: 142px !important;
  }
}

@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: 1023px) {
  .u-pt--71--tb {
    padding-top: 142px !important;
  }
}

@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: 1023px) {
  .u-pb--71--tb {
    padding-bottom: 142px !important;
  }
}

@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: 1023px) {
  .u-mt--72--tb {
    margin-top: 144px !important;
  }
}

@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: 1023px) {
  .u-mb--72--tb {
    margin-bottom: 144px !important;
  }
}

@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: 1023px) {
  .u-pt--72--tb {
    padding-top: 144px !important;
  }
}

@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: 1023px) {
  .u-pb--72--tb {
    padding-bottom: 144px !important;
  }
}

@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: 1023px) {
  .u-mt--73--tb {
    margin-top: 146px !important;
  }
}

@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: 1023px) {
  .u-mb--73--tb {
    margin-bottom: 146px !important;
  }
}

@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: 1023px) {
  .u-pt--73--tb {
    padding-top: 146px !important;
  }
}

@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: 1023px) {
  .u-pb--73--tb {
    padding-bottom: 146px !important;
  }
}

@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: 1023px) {
  .u-mt--74--tb {
    margin-top: 148px !important;
  }
}

@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: 1023px) {
  .u-mb--74--tb {
    margin-bottom: 148px !important;
  }
}

@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: 1023px) {
  .u-pt--74--tb {
    padding-top: 148px !important;
  }
}

@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: 1023px) {
  .u-pb--74--tb {
    padding-bottom: 148px !important;
  }
}

@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: 1023px) {
  .u-mt--75--tb {
    margin-top: 150px !important;
  }
}

@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: 1023px) {
  .u-mb--75--tb {
    margin-bottom: 150px !important;
  }
}

@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: 1023px) {
  .u-pt--75--tb {
    padding-top: 150px !important;
  }
}

@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: 1023px) {
  .u-pb--75--tb {
    padding-bottom: 150px !important;
  }
}

@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: 1023px) {
  .u-mt--76--tb {
    margin-top: 152px !important;
  }
}

@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: 1023px) {
  .u-mb--76--tb {
    margin-bottom: 152px !important;
  }
}

@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: 1023px) {
  .u-pt--76--tb {
    padding-top: 152px !important;
  }
}

@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: 1023px) {
  .u-pb--76--tb {
    padding-bottom: 152px !important;
  }
}

@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: 1023px) {
  .u-mt--77--tb {
    margin-top: 154px !important;
  }
}

@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: 1023px) {
  .u-mb--77--tb {
    margin-bottom: 154px !important;
  }
}

@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: 1023px) {
  .u-pt--77--tb {
    padding-top: 154px !important;
  }
}

@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: 1023px) {
  .u-pb--77--tb {
    padding-bottom: 154px !important;
  }
}

@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: 1023px) {
  .u-mt--78--tb {
    margin-top: 156px !important;
  }
}

@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: 1023px) {
  .u-mb--78--tb {
    margin-bottom: 156px !important;
  }
}

@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: 1023px) {
  .u-pt--78--tb {
    padding-top: 156px !important;
  }
}

@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: 1023px) {
  .u-pb--78--tb {
    padding-bottom: 156px !important;
  }
}

@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: 1023px) {
  .u-mt--79--tb {
    margin-top: 158px !important;
  }
}

@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: 1023px) {
  .u-mb--79--tb {
    margin-bottom: 158px !important;
  }
}

@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: 1023px) {
  .u-pt--79--tb {
    padding-top: 158px !important;
  }
}

@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: 1023px) {
  .u-pb--79--tb {
    padding-bottom: 158px !important;
  }
}

@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: 1023px) {
  .u-mt--80--tb {
    margin-top: 160px !important;
  }
}

@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: 1023px) {
  .u-mb--80--tb {
    margin-bottom: 160px !important;
  }
}

@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: 1023px) {
  .u-pt--80--tb {
    padding-top: 160px !important;
  }
}

@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: 1023px) {
  .u-pb--80--tb {
    padding-bottom: 160px !important;
  }
}

@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: 1023px) {
  .u-mt--81--tb {
    margin-top: 162px !important;
  }
}

@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: 1023px) {
  .u-mb--81--tb {
    margin-bottom: 162px !important;
  }
}

@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: 1023px) {
  .u-pt--81--tb {
    padding-top: 162px !important;
  }
}

@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: 1023px) {
  .u-pb--81--tb {
    padding-bottom: 162px !important;
  }
}

@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: 1023px) {
  .u-mt--82--tb {
    margin-top: 164px !important;
  }
}

@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: 1023px) {
  .u-mb--82--tb {
    margin-bottom: 164px !important;
  }
}

@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: 1023px) {
  .u-pt--82--tb {
    padding-top: 164px !important;
  }
}

@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: 1023px) {
  .u-pb--82--tb {
    padding-bottom: 164px !important;
  }
}

@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: 1023px) {
  .u-mt--83--tb {
    margin-top: 166px !important;
  }
}

@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: 1023px) {
  .u-mb--83--tb {
    margin-bottom: 166px !important;
  }
}

@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: 1023px) {
  .u-pt--83--tb {
    padding-top: 166px !important;
  }
}

@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: 1023px) {
  .u-pb--83--tb {
    padding-bottom: 166px !important;
  }
}

@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: 1023px) {
  .u-mt--84--tb {
    margin-top: 168px !important;
  }
}

@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: 1023px) {
  .u-mb--84--tb {
    margin-bottom: 168px !important;
  }
}

@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: 1023px) {
  .u-pt--84--tb {
    padding-top: 168px !important;
  }
}

@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: 1023px) {
  .u-pb--84--tb {
    padding-bottom: 168px !important;
  }
}

@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: 1023px) {
  .u-mt--85--tb {
    margin-top: 170px !important;
  }
}

@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: 1023px) {
  .u-mb--85--tb {
    margin-bottom: 170px !important;
  }
}

@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: 1023px) {
  .u-pt--85--tb {
    padding-top: 170px !important;
  }
}

@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: 1023px) {
  .u-pb--85--tb {
    padding-bottom: 170px !important;
  }
}

@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: 1023px) {
  .u-mt--86--tb {
    margin-top: 172px !important;
  }
}

@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: 1023px) {
  .u-mb--86--tb {
    margin-bottom: 172px !important;
  }
}

@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: 1023px) {
  .u-pt--86--tb {
    padding-top: 172px !important;
  }
}

@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: 1023px) {
  .u-pb--86--tb {
    padding-bottom: 172px !important;
  }
}

@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: 1023px) {
  .u-mt--87--tb {
    margin-top: 174px !important;
  }
}

@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: 1023px) {
  .u-mb--87--tb {
    margin-bottom: 174px !important;
  }
}

@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: 1023px) {
  .u-pt--87--tb {
    padding-top: 174px !important;
  }
}

@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: 1023px) {
  .u-pb--87--tb {
    padding-bottom: 174px !important;
  }
}

@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: 1023px) {
  .u-mt--88--tb {
    margin-top: 176px !important;
  }
}

@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: 1023px) {
  .u-mb--88--tb {
    margin-bottom: 176px !important;
  }
}

@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: 1023px) {
  .u-pt--88--tb {
    padding-top: 176px !important;
  }
}

@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: 1023px) {
  .u-pb--88--tb {
    padding-bottom: 176px !important;
  }
}

@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: 1023px) {
  .u-mt--89--tb {
    margin-top: 178px !important;
  }
}

@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: 1023px) {
  .u-mb--89--tb {
    margin-bottom: 178px !important;
  }
}

@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: 1023px) {
  .u-pt--89--tb {
    padding-top: 178px !important;
  }
}

@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: 1023px) {
  .u-pb--89--tb {
    padding-bottom: 178px !important;
  }
}

@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: 1023px) {
  .u-mt--90--tb {
    margin-top: 180px !important;
  }
}

@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: 1023px) {
  .u-mb--90--tb {
    margin-bottom: 180px !important;
  }
}

@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: 1023px) {
  .u-pt--90--tb {
    padding-top: 180px !important;
  }
}

@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: 1023px) {
  .u-pb--90--tb {
    padding-bottom: 180px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--91--tb {
    margin-top: 182px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--91--tb {
    margin-bottom: 182px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--91--tb {
    padding-top: 182px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--91--tb {
    padding-bottom: 182px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--93--tb {
    margin-top: 186px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--93--tb {
    margin-bottom: 186px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--93--tb {
    padding-top: 186px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--93--tb {
    padding-bottom: 186px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--95--tb {
    margin-top: 190px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--95--tb {
    margin-bottom: 190px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--95--tb {
    padding-top: 190px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--95--tb {
    padding-bottom: 190px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--97--tb {
    margin-top: 194px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--97--tb {
    margin-bottom: 194px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--97--tb {
    padding-top: 194px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--97--tb {
    padding-bottom: 194px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--99--tb {
    margin-top: 198px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--99--tb {
    margin-bottom: 198px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--99--tb {
    padding-top: 198px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--99--tb {
    padding-bottom: 198px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--101--tb {
    margin-top: 202px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--101--tb {
    margin-bottom: 202px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--101--tb {
    padding-top: 202px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--101--tb {
    padding-bottom: 202px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--103--tb {
    margin-top: 206px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--103--tb {
    margin-bottom: 206px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--103--tb {
    padding-top: 206px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--103--tb {
    padding-bottom: 206px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--105--tb {
    margin-top: 210px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--105--tb {
    margin-bottom: 210px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--105--tb {
    padding-top: 210px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--105--tb {
    padding-bottom: 210px !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--106--tb {
    padding-top: 212px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--106--tb {
    padding-bottom: 212px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--107--tb {
    margin-top: 214px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--107--tb {
    margin-bottom: 214px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--107--tb {
    padding-top: 214px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--107--tb {
    padding-bottom: 214px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--108--tb {
    margin-top: 216px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--108--tb {
    margin-bottom: 216px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--108--tb {
    padding-top: 216px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--108--tb {
    padding-bottom: 216px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--109--tb {
    margin-top: 218px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--109--tb {
    margin-bottom: 218px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--109--tb {
    padding-top: 218px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--109--tb {
    padding-bottom: 218px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt--110--tb {
    margin-top: 220px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb--110--tb {
    margin-bottom: 220px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt--110--tb {
    padding-top: 220px !important;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb--110--tb {
    padding-bottom: 220px !important;
  }
}

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

.u-position--relative {
  position: relative;
}

/* ---------------------------
text
--------------------------- */
.u-fwb {
  font-weight: bold !important;
}

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

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

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

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

.u-ff--en {
  font-family: var(--en-font-set);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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