@charset "UTF-8";
:root {
  --f1: "Zen Kaku Gothic Antique", sans-serif;
  --f2: "Outfit", sans-serif;
  --f3: "Noto Sans JP", sans-serif;
  --f4: "Signika Negative", sans-serif;
}

:root {
  --c-main: #ff8649;
  --c-main-dark: #e5752d;
  --c-sub: #7dd3e8;
  --c-sub-light: #00a0c8;
  --c-accent: #ff8649;
  --c-text: #231815;
  --c-text-dark: #000000;
  --c-bg: #edf2f4;
  --c-bg-light: #f5f5f5;
  --c-bg-light02: #fff5e6;
  --c-bg-light03: #edf2f4;
  --c-bg-works: #edf2f4;
  --c-white: #FFFFFF;
  --c-gray: #F2F2F2;
  --c-gray02: #e0e0e0;
  --c-gray03: #DADADA;
  --c-gray04: #E4EBEB;
  --c-gray05: #C8C8C8;
  --c-gray06: #B5B5B5;
  --c-gray07: #C8C8C8;
  --c-gray08: #AFBAC3;
  --c-gray09: #D9D9D9;
  --c-dark-gray: #8B96A0;
  --c-dark-gray02: #424242;
  --c-dark-gray03: #666666;
  --c-yellow: #FFFCB1;
}

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

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

a {
  box-sizing: border-box;
}

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

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

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

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

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

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

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

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

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

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

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

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

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

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

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

em {
  font-weight: bold;
}

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

button,
summary {
  cursor: pointer;
}

/* ---------------------------
module
--------------------------- */
html {
  font-family: var(--f1);
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}

body {
  color: var(--c0);
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  :target {
    scroll-margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  :target {
    scroll-margin-top: 70px;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 0;
  }
}

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

a {
  color: var(--0);
}

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

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

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

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

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 1400px) {
  .l-header__inner {
    padding: 0 16px;
  }
}

.l-header__logo {
  padding-top: 27px;
}
@media screen and (max-width: 1400px) {
  .l-header__logo {
    padding-top: 16px;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__logo img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .l-header__logo img {
    width: 140px;
  }
}

.l-header__cta {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.l-header__ctaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  height: 54px;
  padding: 0 20px;
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--c-white);
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  transition: opacity 0.3s ease;
}
.l-header__ctaBtn:hover {
  opacity: 0.8;
}

.l-header__ctaBtn--2028 {
  background-color: var(--c-sub-light);
}

.l-header__ctaBtn--2027 {
  background-color: var(--c-sub);
}

.l-header__ctaBtn--potential {
  background-color: var(--c-main);
}

.l-header__ctaBtn--career {
  background-color: var(--c-main-dark);
}

.l-header__ctaArrow {
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--c-white);
  border-bottom: 2px solid var(--c-white);
  transform: rotate(-45deg);
}

.l-header__nav {
  padding: 10px 0;
}
.l-header__navList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__navItem {
  position: relative;
  padding: 0 20px;
}
.l-header__navItem::before {
  content: "｜";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-text);
  font-size: 0.9375rem;
}

.l-header__navItem:last-child::after {
  content: "｜";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-text);
  font-size: 0.9375rem;
}

.l-header__navItem a {
  font-family: var(--f3);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--c-text);
  text-decoration: none;
  letter-spacing: 0.75px;
  transition: opacity 0.3s ease;
}
.l-header__navItem a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .l-header__right {
    display: none;
  }
}

.l-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: var(--c-main);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 110;
  margin-top: 12px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-header__hamburger {
    display: flex;
  }
}

.l-header__hamburger:hover {
  background-color: var(--c-main-dark);
}

.l-header__hamburgerLine {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--c-white);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.l-header__hamburger.is-active {
  background-color: var(--c-text);
}

.l-header__hamburger.is-active .l-header__hamburgerLine:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.l-header__hamburger.is-active .l-header__hamburgerLine:nth-child(2) {
  opacity: 0;
}

.l-header__hamburger.is-active .l-header__hamburgerLine:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.l-header__mobileMenu {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--c-bg);
  z-index: 99;
  overflow-y: auto;
}

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

.l-header__mobileMenuInner {
  padding: 90px 24px 40px;
  max-width: 500px;
  margin: 0 auto;
}

.l-header__mobileLogo {
  margin-bottom: 40px;
  text-align: center;
}

.l-header__mobileLogo a {
  display: inline-block;
}

.l-header__mobileLogo img {
  width: 180px;
  height: auto;
}

.l-header__mobileNav {
  margin-bottom: 40px;
}

.l-header__mobileNavList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header__mobileNavItem {
  border-bottom: 1px solid var(--c-gray03);
}

.l-header__mobileNavItem:first-child {
  border-top: 1px solid var(--c-gray03);
}

.l-header__mobileNavItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 8px;
  font-family: var(--f3);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--c-text);
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.l-header__mobileNavItem a:hover {
  background-color: var(--c-bg-light);
}

.l-header__mobileNavText {
  letter-spacing: 0.05em;
}

.l-header__mobileNavArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--c-main);
  border-radius: 50%;
  flex-shrink: 0;
}

.l-header__mobileNavArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--c-white);
  border-bottom: 2px solid var(--c-white);
  transform: rotate(-45deg);
  margin-left: -2px;
}

.l-header__mobileCta {
  background-color: var(--c-white);
  border-radius: 8px;
  padding: 24px;
}

.l-header__mobileCtaLabel {
  font-family: var(--f3);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--c-text);
  text-align: center;
  margin: 0 0 16px;
  letter-spacing: 0.05em;
}

.l-header__mobileCtaGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.l-header__mobileCtaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 12px;
  font-family: var(--f3);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--c-white);
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

.l-header__mobileCtaBtn:hover {
  opacity: 0.85;
}

.l-header__mobileCtaBtn--2028 {
  background-color: var(--c-sub-light);
}

.l-header__mobileCtaBtn--2027 {
  background-color: var(--c-sub);
}

.l-header__mobileCtaBtn--potential {
  background-color: var(--c-main);
}

.l-header__mobileCtaBtn--career {
  background-color: var(--c-main-dark);
}

/* ---------------------------
l-wrap
--------------------------- */
.l-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--700 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--700 {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--900 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--900 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1090 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1090 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1200 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1280 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1280 {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1300 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1300 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1320 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1320 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1350 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1350 {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1600 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1600 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp--20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-h {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-h {
    gap: 18px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-h {
    text-align: center;
    gap: 0px;
    padding-top: 30px;
  }
}
.c-h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(var(--before-y, 0));
  opacity: var(--before-opacity, 1);
  width: 54px;
  height: 32px;
  background-image: url(../img/heading/icon_heading.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-h__en {
  font-weight: 600;
  font-family: var(--f2);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-h__en {
    font-size: 4.875rem;
    line-height: 1.2564102564;
  }
}
@media screen and (max-width: 767px) {
  .c-h__en {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.c-h__ja {
  font-family: var(--f1);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-h__ja {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}
@media screen and (max-width: 767px) {
  .c-h__ja {
    font-size: 1.0714285714rem;
  }
}

.c-h02 {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-h02 {
    gap: 14px;
    padding-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .c-h02 {
    gap: 12px;
    padding-top: 30px;
  }
}
.c-h02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 32px;
  background-image: url(../img/heading/icon_heading.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-h02__en {
  font-weight: 600;
  font-family: var(--f2);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-h02__en {
    font-size: 4.375rem;
    line-height: 1.2571428571;
  }
}
@media screen and (max-width: 767px) {
  .c-h02__en {
    font-size: 2.5714285714rem;
    line-height: 1.3333333333;
  }
}
.c-h02__ja {
  font-family: var(--f1);
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-h02__ja {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}
@media screen and (max-width: 767px) {
  .c-h02__ja {
    font-size: 1.0714285714rem;
  }
}
.c-h02.--nologo {
  padding-top: 0;
  justify-content: center;
  text-align: center;
}
.c-h02.--nologo::before {
  display: none;
}
.c-h02.--nologo.--left {
  text-align: left;
}

.c-h03 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-h03 {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-h03 {
    gap: 12px;
  }
}
.c-h03__en {
  font-weight: 600;
  font-family: var(--f2);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-h03__en {
    font-size: 3.125rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .c-h03__en {
    font-size: 2rem;
    line-height: 1.1428571429;
  }
}
.c-h03__ja {
  font-family: var(--f1);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-h03__ja {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}
@media screen and (max-width: 767px) {
  .c-h03__ja {
    font-size: 1rem;
    line-height: 1.7142857143;
  }
}

.c-h04 {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
@media screen and (min-width: 768px) {
  .c-h04 {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-h04 {
    gap: 5px;
  }
}
.c-h04__en {
  font-weight: 600;
  font-family: var(--f2);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-h04__en {
    font-size: 3.75rem;
    line-height: 1.2666666667;
  }
}
@media screen and (max-width: 767px) {
  .c-h04__en {
    font-size: 2.5714285714rem;
    line-height: 1.3333333333;
  }
}
.c-h04__ja {
  font-family: var(--f1);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-h04__ja {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}
@media screen and (max-width: 767px) {
  .c-h04__ja {
    font-size: 1rem;
    line-height: 1.7142857143;
  }
}

.c-breadcrumb {
  padding: 20px 0;
}
@media screen and (max-width: 1400px) {
  .c-breadcrumb {
    padding: 15px 0;
  }
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .c-breadcrumb__list {
    flex-wrap: wrap;
  }
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f3);
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .c-breadcrumb__item {
    font-size: 0.6875rem;
  }
}

.c-breadcrumb__item a {
  color: var(--c-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-breadcrumb__item a:hover {
  opacity: 0.7;
}

.c-breadcrumb__item span {
  color: var(--c-sub);
}
.c-breadcrumb__separator {
  display: block;
  width: 5px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 9'%3E%3Cpath fill='none' stroke='%23282832' stroke-width='1' d='M1 1l3 3.5-3 3.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
/* ---------------------------
.js-anime
--------------------------- */
.js-anime {
  overflow: inherit;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 810px;
  overflow: hidden;
  background-color: #edf2f4;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-mv {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 89vh;
    margin-top: 0;
  }
}

.p-mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.p-mv__kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 810px;
}
@media screen and (max-width: 767px) {
  .p-mv__kv {
    height: 100%;
  }
}

.p-mv__kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .p-mv__kv img {
    object-position: 60% center;
  }
}

.p-mv__copy-area {
  position: absolute;
  top: 93px;
  right: 57px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  z-index: 10;
  text-shadow: 2px 2px 3px #595959;
}
@media screen and (max-width: 767px) {
  .p-mv__copy-area {
    top: 28px;
    right: 13px;
    text-shadow: 1px 1px 2px #595959;
  }
}

.p-mv__copy {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  font-variant-numeric: ordinal;
  font-feature-settings: "sinf" on, "dnom" on, "salt" on, "liga" off;
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    letter-spacing: 1px;
  }
}

.p-mv__copy-char {
  color: #6FC3EE;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 125%;
  font-variant-numeric: ordinal;
  font-feature-settings: "sinf" on, "dnom" on, "salt" on, "liga" off;
}

.p-mv__copy-char--large {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__copy-char--large {
    font-size: 2.802rem;
  }
}

.p-mv__copy-char--medium {
  font-size: 4.354rem;
}
@media screen and (max-width: 767px) {
  .p-mv__copy-char--medium {
    font-size: 2.802rem;
  }
}

.p-mv__copy-char--small {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__copy-char--small {
    font-size: 2.802rem;
  }
}

.p-mv__copy-char--highlight {
  color: #ff8649;
}

.p-mv__copy-period {
  writing-mode: vertical-rl;
  font-family: "Inter", "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 4.035rem;
  line-height: 88.662px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__copy-period {
    font-size: 1.75rem;
    line-height: 40px;
  }
}

.p-mv__copy-period span {
  display: inline-block;
  transform: rotate(180deg);
}

.p-mv__info {
  position: absolute;
  left: 57px;
  bottom: 80px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mv__info {
    left: 15px;
    bottom: 80px;
  }
}

.p-mv__date {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__date {
    line-height: 1.3;
  }
}

.p-mv__date .year {
  color: #231815;
  font-family: "Oswald", sans-serif;
  font-size: 2.899rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.319px;
}
@media screen and (max-width: 767px) {
  .p-mv__date .year {
    font-size: 1.75rem;
    letter-spacing: 1px;
  }
}

.p-mv__date .text {
  color: #231815;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.174rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.739px;
}
@media screen and (max-width: 767px) {
  .p-mv__date .text {
    font-size: 1.75rem;
    letter-spacing: 0.8px;
  }
}

.p-mv__faculty {
  color: #231815;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: 2.8px;
  margin: 0;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-mv__faculty {
    font-size: 1.75rem;
    letter-spacing: 1.2px;
  }
}

.p-mv__department {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  color: #fff;
  letter-spacing: 4.8px;
  margin: 0;
  line-height: 1.2;
  background: #ff8649;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-mv__department {
    font-size: 2.9rem;
    letter-spacing: 1.8px;
  }
}

.p-mv__note {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #231815;
  letter-spacing: 0.36px;
  margin-top: 0;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-mv__note {
    font-size: 0.6875rem;
    letter-spacing: 0.2px;
  }
}

.p-mv__bar-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 102px;
  height: 810px;
  background-color: #edf2f4;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-mv__bar-left {
    display: none;
  }
}

.p-menu {
  position: relative;
  width: 100%;
  background-color: #6FC3EE;
  z-index: 100;
}

.p-menu.is-fixed {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  animation: slideDown 0.4s ease-out;
}
@media screen and (max-width: 1024px) {
  .p-menu.is-fixed {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-menu.is-fixed {
    top: 0;
  }
}

.p-menu.is-fixed .p-menu__inner {
  padding: 12px 100px;
}
@media screen and (max-width: 1024px) {
  .p-menu.is-fixed .p-menu__inner {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 8px 24px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu.is-fixed .p-menu__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 15px;
    padding: 12px 0;
  }
}

.p-menu.is-fixed .p-menu__item {
  font-size: 1.125rem;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .p-menu.is-fixed .p-menu__item {
    font-size: 0.875rem;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-menu.is-fixed .p-menu__item {
    font-size: 1rem;
    justify-content: center;
    text-align: center;
  }
}

.p-menu.is-fixed .p-menu__item.is-active {
  opacity: 1;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-menu__inner {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  padding: 24px 105px;
}
@media screen and (max-width: 767px) {
  .p-menu__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 15px;
    padding: 24px 0;
    max-width: 360px;
  }
}

.p-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-menu__item {
    font-size: 1rem;
    letter-spacing: 0.3px;
    gap: 4px;
  }
}

.p-menu__item:hover {
  opacity: 0.8;
}

.p-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-menu__icon {
    width: 20px;
    height: 20px;
  }
}

.p-menu__icon svg {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .p-menu__icon svg {
    width: 20px;
    height: 20px;
  }
}
.p-menu__item:hover .p-menu__icon {
  transform: translateY(3px);
}

.p-message {
  position: relative;
  width: 100%;
  padding: 100px 0 30px;
  background: #fff url(/lp/information-engineering/assets/img/p-message-bg.png) repeat-x bottom;
  background-size: cover;
  background-position: top;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 66px 0 40px;
  }
}

.p-message__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding: 0 15px;
  }
}

.p-message__headline {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  color: #6fc3ee;
  margin-bottom: 40px;
  margin-top: 40px;
  z-index: 1;
  position: relative;
  text-shadow: 1px 1px 2px #595959;
}
@media screen and (max-width: 767px) {
  .p-message__headline {
    font-size: 1.8125rem;
    letter-spacing: 2px;
    margin-bottom: 21px;
    font-feature-settings: "palt";
    text-align: justify;
  }
  .p-message__headline .u-sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .p-message__headline br {
    display: none;
  }
  .p-message__headline br .u-sp-only {
    display: block !important;
  }
}

.p-message__headline-highlight {
  color: #ff8649;
}

.p-message__dx-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 744px;
  max-width: 100%;
  margin-bottom: 80px;
  padding-top: 16px;
  border-top: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .p-message__dx-section {
    margin-bottom: 40px;
  }
}

.p-message__dx-header {
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.p-message__dx-title {
  font-family: "Inter", "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.54px;
  color: #231815;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-message__dx-title {
    font-size: 1.0625rem;
  }
}

.p-message__dx-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.42px;
  color: #231815;
  margin: 0;
  padding-bottom: 30px;
  padding-left: 10px;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .p-message__dx-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-message__dx-text br {
    display: none;
  }
}

.p-message__data-card {
  position: relative;
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 0;
  padding: 60px 40px 40px;
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .p-message__data-card {
    padding: 40px 15px 30px;
    margin-top: 40px;
  }
}

.p-message__data-card-decoration {
  position: absolute;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-message__data-card-decoration {
    display: none;
  }
}

.p-message__data-card-svg {
  height: auto;
  display: block;
}

.p-message__data-card-svg--left {
  width: 208px;
}

.p-message__data-card-svg--right {
  width: 240px;
}

.p-message__data-card-decoration--left {
  left: -160px;
  top: -123px;
}

.p-message__data-card-decoration--right {
  right: -145px;
  bottom: -95px;
}

.p-message__data-card-header {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-message__data-card-header {
    top: -16px;
  }
}

.p-message__data-card-line {
  display: flex;
  align-items: center;
  flex: 1;
  height: 1px;
}

.p-message__data-card-line--left {
  justify-content: flex-end;
}

.p-message__data-card-line--right {
  justify-content: flex-start;
}

.p-message__data-card-dot {
  width: 8px;
  height: 8px;
  background-color: #231815;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  top: -4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-message__data-card-dot {
    top: 0px;
  }
}

.p-message__data-card-title {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #6fc3ee;
  white-space: nowrap;
  text-align: center;
  flex-shrink: 0;
  background: transparent;
  padding: 0 25px;
  text-shadow: 1px 1px 2px #595959;
}
.p-message__data-card-title::before {
  content: "";
  position: absolute;
  top: -25px !important;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-message__data-card-title {
    font-size: 1.25rem;
    padding: 0 10px;
  }
}

.p-message__data-card-title-highlight {
  color: #ff8649;
}

.p-message__data-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-message__data-grid {
    flex-direction: column;
    gap: 30px;
  }
}

.p-message__data-item {
  flex: 1;
}

.p-message__data-item-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.337rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.6419px;
  color: #231815;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #231815;
}
@media screen and (max-width: 767px) {
  .p-message__data-item-title {
    font-size: 1rem;
  }
}

.p-message__data-item-title-blue {
  color: #036eb8;
}

.p-message__data-item-title-orange {
  color: #ff8649;
}

.p-message__chart {
  width: 100%;
  text-align: center;
}

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

.p-message__chart-source {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.894rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.429px;
  color: #231815;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-message__chart-source {
    font-size: 0.625rem;
  }
}

.p-message__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-message__arrow {
    min-width: auto;
    padding-top: 0;
    margin: 0 auto;
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-message__arrow picture,
  .p-message__arrow img {
    width: 160px;
    max-width: 100%;
  }
}

.p-message__arrow-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.006rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.4827px;
  color: #231815;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-message__arrow-text {
    font-size: 0.75rem;
  }
}

.p-message__decoration {
  position: absolute;
}

.p-message__pixel-svg {
  height: auto;
  display: block;
}

.p-message__decoration--left {
  left: -135px;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .p-message__decoration--left {
    left: -20px;
    transform: scale(0.5);
    transform-origin: left top;
  }
}

.p-message__decoration--left .p-message__pixel-svg {
  width: 160px;
}

.p-message__decoration--right {
  right: -130px;
  top: 85px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-message__decoration--right {
    right: -20px;
    transform: scale(0.5);
    transform-origin: right top;
  }
}

.p-message__decoration--right .p-message__pixel-svg {
  width: 260px;
}

.p-message__pixel {
  position: absolute;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .p-message__pixel {
    width: 12px;
    height: 12px;
  }
}

.p-message__pixel--gray {
  background-color: #f4f4f4;
}

.p-message__pixel--blue {
  background-color: #6fc3ee;
}

.p-message__pixel--light-blue {
  background-color: #caedff;
}

.p-message__pixel--pink {
  background-color: #ffe5f6;
}

.p-message__pixel--purple {
  background-color: #d798c2;
}

.p-message__pixel--orange {
  background-color: #ff8649;
}

.p-message__pixel--black {
  background-color: #231815;
}

.p-message__career {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-message__career {
    padding: 0;
  }
}

.p-section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-section {
    padding: 60px 0;
  }
}

.p-section__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-section__header {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section__header {
    margin-bottom: 40px;
  }
}

.p-section__title-en {
  font-family: var(--f2);
  font-weight: 600;
  font-size: 3.75rem;
  color: #ff8649;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-section__title-en {
    font-size: 2.25rem;
  }
}

.p-section__title-ja {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.5rem;
  color: #231815;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-section__title-ja {
    font-size: 1.125rem;
  }
}

.p-section__lead {
  font-family: var(--f3);
  font-size: 1rem;
  line-height: 1.8;
  color: #231815;
  text-align: center;
  max-width: 800px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .p-section__lead {
    font-size: 0.875rem;
  }
}

.p-section--white {
  background-color: #fff;
}

.p-section--gray {
  background-color: #f5f5f5;
}

.p-section--light {
  background-color: #edf2f4;
}

.p-section--orange {
  background-color: #ff8649;
}

.p-method {
  background-color: #edf2f4;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-method {
    padding: 60px 0 80px;
  }
}

.p-method__header {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-method__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-method__icon {
  width: 24px;
  height: 24px;
  background-color: #ff8649;
}

.p-method__title-sub {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.125rem;
  color: #231815;
}

.p-method__title-en {
  font-family: var(--f2);
  font-weight: 600;
  font-size: 3.75rem;
  color: #ff8649;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-method__title-en {
    font-size: 2.5rem;
  }
}

.p-method__title-main {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 2rem;
  color: #231815;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-method__title-main {
    font-size: 1.375rem;
  }
}

.p-method__lead {
  font-family: var(--f3);
  font-size: 0.875rem;
  line-height: 1.8;
  color: #231815;
  margin-bottom: 40px;
}

.p-method__flow {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-method__flow {
    padding: 20px;
  }
}

.p-method__qualifications {
  margin-bottom: 60px;
}

.p-method__qual-title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.25rem;
  color: #231815;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 2px solid #231815;
  margin-bottom: 24px;
}

.p-method__qual-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-method__qual-list {
    grid-template-columns: 1fr;
  }
}

.p-method__qual-item {
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #231815;
}

.p-method__qual-item::before {
  content: "●";
  margin-right: 4px;
}

.p-curriculum__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #231815;
}

.p-curriculum__title {
  font-family: var(--f2);
  font-weight: 600;
  font-size: 3rem;
  color: #ff8649;
}
@media screen and (max-width: 767px) {
  .p-curriculum__title {
    font-size: 2rem;
  }
}

.p-curriculum__table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--f3);
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__table {
    font-size: 0.625rem;
  }
}

.p-curriculum__table th,
.p-curriculum__table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.p-curriculum__table th {
  background-color: #f5f5f5;
  font-weight: 700;
}

.p-curriculum__category {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #ff8649;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.p-curriculum__subject {
  background-color: #fff5e6;
}

.p-movie__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #231815;
}

.p-movie__title {
  font-family: var(--f2);
  font-weight: 600;
  font-size: 3rem;
  color: #ff8649;
}
@media screen and (max-width: 767px) {
  .p-movie__title {
    font-size: 2rem;
  }
}

.p-movie__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}

.p-movie__video iframe,
.p-movie__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-concept {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding: 60px 0;
  }
}

.p-concept__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-concept__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept__header {
    margin-bottom: 40px;
  }
}

.p-concept__title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 2rem;
  color: #231815;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    font-size: 1.375rem;
  }
}
.p-concept__title .highlight {
  color: #ff8649;
}

.p-concept__lead {
  font-family: var(--f3);
  font-size: 1rem;
  line-height: 1.8;
  color: #231815;
  max-width: 800px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .p-concept__lead {
    font-size: 0.875rem;
  }
}

.p-concept__diagram {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept__diagram {
    flex-direction: column;
    gap: 24px;
  }
}

.p-concept__box {
  flex: 1;
  max-width: 400px;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept__box {
    max-width: 100%;
  }
}

.p-concept__box--left {
  background-color: #ff8649;
  color: #fff;
}

.p-concept__box--right {
  background-color: #edf2f4;
  color: #231815;
}

.p-concept__box-title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 16px;
}

.p-concept__box-text {
  font-family: var(--f3);
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-concept__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-concept__arrow {
    transform: rotate(90deg);
  }
}

.p-highschool {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-highschool {
    padding: 60px 0;
  }
}

.p-highschool__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-highschool__title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.5rem;
  color: #231815;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-highschool__title {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}

.p-highschool__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-highschool__grid {
    grid-template-columns: 1fr;
  }
}

.p-highschool__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.p-highschool__item-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background-color: #ff8649;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.p-highschool__item-content {
  flex: 1;
}

.p-highschool__item-title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1rem;
  color: #231815;
  margin-bottom: 8px;
}

.p-highschool__item-text {
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}

.p-career-jobs {
  position: relative;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-career-jobs {
    padding: 30px 0 65px;
  }
}

.p-career-jobs__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__inner {
    padding: 0 15px;
  }
}

.p-career-jobs__card {
  position: relative;
  background-color: #fff;
  border: 1px solid #231815;
  padding: 73px 40px 87px;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__card {
    padding: 50px 24px 30px;
  }
}

.p-career-jobs__card-header {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__card-header {
    top: -18px;
  }
}

.p-career-jobs__card-line {
  display: flex;
  align-items: center;
  flex: 1;
  height: 1px;
}

.p-career-jobs__card-line--left {
  justify-content: flex-end;
}

.p-career-jobs__card-line--right {
  justify-content: flex-start;
}

.p-career-jobs__card-dot {
  width: 8px;
  height: 8px;
  background-color: #231815;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__card-dot {
    top: 3px;
  }
}

.p-career-jobs__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.96px;
  color: #6fc3ee;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
  padding: 0 25px;
  margin: 0;
  text-shadow: 1px 1px 2px #595959;
}
.p-career-jobs__title span {
  color: #ff8649;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__title {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    padding: 0 15px;
  }
}

.p-career-jobs__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-career-jobs__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-career-jobs__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-career-jobs__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__item {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
    gap: 0 12px;
    align-items: center;
  }
}

.p-career-jobs__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__icon {
    width: 64px;
    height: 64px;
    margin: 0;
    grid-row: 1;
    grid-column: 1;
  }
}

.p-career-jobs__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-career-jobs__item-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: #ff8649;
  margin: 0 auto 12px auto;
  border: 1px solid #ff8649;
  padding: 10px 14px;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__item-title {
    font-size: 1.125rem;
    line-height: 160%;
    letter-spacing: 0.54px;
    margin-bottom: 0;
    grid-row: 1;
    grid-column: 2;
    margin: 0;
    width: fit-content;
  }
}

.p-career-jobs__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__list {
    grid-row: 2;
    grid-column: 1/-1;
    margin-top: 15px;
  }
}

.p-career-jobs__list-item {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.42px;
  color: #231815;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-career-jobs__list-item {
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 5px;
  }
}

.p-career-jobs__list-item::before {
  content: "・";
}

.p-career {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-career {
    padding: 60px 0;
  }
}

.p-career__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-career__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-career__header {
    margin-bottom: 40px;
  }
}

.p-career__title-en {
  font-family: var(--f2);
  font-weight: 600;
  font-size: 3rem;
  color: #ff8649;
}
@media screen and (max-width: 767px) {
  .p-career__title-en {
    font-size: 2rem;
  }
}

.p-career__title-ja {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.125rem;
  color: #231815;
  margin-top: 8px;
}

.p-career__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-career__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-career__grid {
    grid-template-columns: 1fr;
  }
}

.p-career__card {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-career__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.p-career__card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-color: #ff8649;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-career__card-icon img {
  width: 32px;
  height: 32px;
}

.p-career__card-title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1rem;
  color: #231815;
  margin-bottom: 8px;
}

.p-career__card-text {
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}

.p-attraction {
  padding: 80px 0;
  background-color: #ff8649;
}
@media screen and (max-width: 767px) {
  .p-attraction {
    padding: 60px 0;
  }
}

.p-attraction__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-attraction__header {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-attraction__header {
    margin-bottom: 40px;
  }
}

.p-attraction__title-en {
  font-family: var(--f2);
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-attraction__title-en {
    font-size: 2rem;
  }
}

.p-attraction__title-ja {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 8px;
}

.p-attraction__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-attraction__grid {
    grid-template-columns: 1fr;
  }
}

.p-attraction__card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.p-attraction__card-image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.p-attraction__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-attraction__card-number {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--f2);
  font-weight: 700;
  font-size: 2rem;
  color: #ff8649;
}

.p-attraction__card-content {
  padding: 24px;
}

.p-attraction__card-title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.125rem;
  color: #231815;
  margin-bottom: 12px;
}

.p-attraction__card-text {
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}

.p-fascination {
  position: relative;
  padding: 80px 0 50px;
  background: url(/lp/information-engineering/assets/img/fascination-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-fascination {
    padding: 30px 0 80px;
    min-height: 660px;
  }
}

.p-fascination__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-fascination__inner {
    padding: 0 15px;
  }
}

.p-fascination__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-fascination__heading {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
  }
}

.p-fascination__title-en {
  font-family: "Outfit", sans-serif;
  font-size: 9.8125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  margin: 0;
  position: relative;
  right: -50px;
}
@media screen and (max-width: 1024px) {
  .p-fascination__title-en {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fascination__title-en {
    font-size: 4.1875rem;
    right: 0;
    align-self: flex-end;
  }
}

.p-fascination__header {
  position: relative;
  z-index: 2;
}

.p-fascination__title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -79px 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-fascination__title-wrapper {
    margin: 0;
  }
}

.p-fascination__title-deco {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fascination__title-deco {
    width: 24px;
    height: 24px;
  }
}

.p-fascination__title-deco::before,
.p-fascination__title-deco::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-fascination__title-deco::before,
  .p-fascination__title-deco::after {
    width: 12px;
    height: 12px;
  }
}

.p-fascination__title-deco::before {
  top: 0;
  left: 0;
  background-color: #ff8649;
}

.p-fascination__title-deco::after {
  top: 0;
  right: 0;
  background-color: #6fc3ee;
}

.p-fascination__title-deco-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-fascination__title-deco-bottom {
    width: 24px;
    height: 12px;
  }
}

.p-fascination__title-deco-bottom::before,
.p-fascination__title-deco-bottom::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-fascination__title-deco-bottom::before,
  .p-fascination__title-deco-bottom::after {
    width: 12px;
    height: 12px;
    bottom: 0;
  }
}

.p-fascination__title-deco-bottom::before {
  background-color: #f2cea8;
}
@media screen and (max-width: 767px) {
  .p-fascination__title-deco-bottom::before {
    left: 0;
  }
}

.p-fascination__title-deco-bottom::after {
  left: 16px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-fascination__title-deco-bottom::after {
    left: 12px;
  }
}

.p-fascination__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #5c5a5a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-fascination__title {
    font-size: 1.5rem;
  }
}

.p-fascination__slider {
  position: relative;
  z-index: 2;
  margin: 0 -20px;
  padding: 0 20px;
}

.p-fascination__slider.slick-initialized {
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  .p-fascination__slider.slick-initialized {
    margin-top: 30px;
  }
}

.p-fascination__slider .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 63px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-fascination__slider .slick-dots {
    position: absolute;
    bottom: -90%;
    left: 0;
    right: 0;
    margin-top: 0;
    gap: 12px;
    display: flex !important;
  }
}

.p-fascination__slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.p-fascination__slider .slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #231815;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 0;
  color: transparent;
}

.p-fascination__slider .slick-dots li button::before {
  display: none;
}

.p-fascination__slider .slick-dots li.slick-active button {
  background-color: #231815;
}

.p-fascination__slider .slick-slide {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-fascination__slider .slick-slide {
    padding: 0 10px;
  }
}

.p-fascination__slider .slick-list {
  overflow: visible;
}

.p-fascination__slider .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-fascination__slider .slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -86%;
    transform: translateY(50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }
}

.p-fascination__slider .slick-arrow img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-fascination__slider .slick-arrow.slick-prev {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-fascination__slider .slick-arrow.slick-next {
    right: 15px;
  }
}

.p-fascination__slide {
  outline: none;
}

.p-fascination__card {
  position: relative;
  background-color: #fff;
  border: 1px solid #231815;
  padding: 45px 60px 40px;
  width: 398px;
  height: 480px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-fascination__card {
    width: 280px;
    height: auto;
    min-height: 380px;
    padding: 35px 20px 30px;
  }
}

.p-fascination__card-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.p-fascination__card-point {
  font-family: "Outfit", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.54px;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-fascination__card-point {
    font-size: 0.875rem;
  }
}

.p-fascination__card-number {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-fascination__card-number {
    font-size: 2rem;
  }
}

.p-fascination__card-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.54px;
  color: #ff8649;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-fascination__card-title {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}

.p-fascination__card-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .p-fascination__card-image {
    min-height: 140px;
    margin-bottom: 16px;
  }
}

.p-fascination__card-image img {
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-fascination__card-image img {
    max-height: 140px;
  }
}

.p-fascination__card-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #231815;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-fascination__card-text {
    font-size: 1rem;
    line-height: 1.6;
    font-feature-settings: "palt";
    text-align: justify;
  }
}

.p-fascination__decoration {
  position: absolute;
  opacity: 0.6;
}

.p-fascination__decoration--right {
  right: -45px;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .p-fascination__decoration--right {
    right: -20px;
    bottom: -25px;
  }
}

.p-fascination__decoration-svg {
  width: 240px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fascination__decoration-svg {
    width: 120px;
  }
}

.p-voice {
  position: relative;
  padding: 110px 0 120px;
  background-color: rgba(255, 247, 148, 0.3);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 60px 0 80px;
  }
}

.p-voice__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: 0 20px;
  }
}

.p-voice__deco-top {
  position: absolute;
  top: 0;
  right: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-voice__deco-top {
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__deco-top {
    display: none;
  }
}

.p-voice__deco-block {
  width: 48px;
  height: 48px;
  opacity: 0;
  transform: scale(0);
}

.p-voice__deco-block--blue {
  background-color: #b6d9f1;
  margin-left: auto;
}

.p-voice__deco-block--gray {
  background-color: #f4f4f4;
  margin-left: 48px;
}

.p-voice__deco-block--white {
  background-color: #fff;
}

.p-voice__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-voice__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-voice__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.68px;
  color: #5c5a5a;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-voice__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 1.5625rem;
  }
}

.p-voice__title-highlight {
  color: #ff8649;
  text-shadow: 1px 1px 2px #595959;
}

.p-voice__title-en {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #5c5a5a;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-voice__title-en {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title-en {
    font-size: 1.625rem;
    align-self: flex-end;
    margin-top: 10px;
  }
}

.p-voice__line {
  width: 100%;
  height: 1px;
  background-color: #231815;
  margin-bottom: 30px;
}

.p-voice__description {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #231815;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-voice__description {
    font-size: 16px;
  }
}

.p-voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-voice__grid {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-voice__card {
  background-color: #fff;
  border: 1px solid #231815;
  padding: 64px 45px 49px;
}
@media screen and (max-width: 767px) {
  .p-voice__card {
    padding: 30px 20px;
  }
}

.p-voice__card-image {
  width: 100%;
  aspect-ratio: 460/266;
  overflow: hidden;
  margin-bottom: 24px;
}

.p-voice__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-voice__card-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.84px;
  color: #231815;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-voice__card-title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__card-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}

.p-voice__card-department {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #5c5a5a;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .p-voice__card-department {
    font-size: 0.875rem;
  }
}

.p-voice__card-name {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.167px;
  color: #231815;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .p-voice__card-name {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}

.p-voice__card-name span {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-voice__card-name span {
    font-size: 1rem;
  }
}

.p-voice__card-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
  color: #231815;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .p-voice__card-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.p-voice__card-button {
  display: block;
  width: 100%;
  height: 64px;
  background-color: #ff8649;
  border: 1px solid #231815;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-voice__card-button {
    font-size: 1rem;
    height: 56px;
    line-height: 56px;
  }
}

.p-voice__card-button:hover {
  opacity: 0.8;
}

.p-voice__deco-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 320px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-voice__deco-bottom {
    display: none;
  }
}

.p-voice__decoration {
  position: absolute;
}

.p-voice__decoration--left {
  left: 0;
  bottom: 0;
}

.p-voice__decoration--right {
  right: 125px;
  bottom: -245px;
}
@media screen and (max-width: 767px) {
  .p-voice__decoration--right {
    right: -168px;
    bottom: -122px;
    display: none;
  }
}

.p-voice__decoration-svg {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-voice__decoration-svg {
    width: 40%;
  }
}

.p-voice__decoration-svg--left {
  width: 178px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__decoration-svg--left {
    width: 89px;
  }
}

.p-voice__decoration-svg--right {
  width: 245px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__decoration-svg--right {
    width: 122px;
  }
}

.p-research {
  position: relative;
  padding: 50px 0 100px;
  background-color: #ff8649;
}
@media screen and (max-width: 767px) {
  .p-research {
    padding: 35px 0 60px;
  }
}

.p-research__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-research__deco {
  position: absolute;
  top: 0;
  right: 50px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .p-research__deco {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-research__deco {
    display: none;
  }
}

.p-research__deco-row {
  display: flex;
}

.p-research__deco-block {
  width: 35px;
  height: 35px;
}

.p-research__deco-block--orange {
  background-color: #ff8649;
}

.p-research__deco-block--beige {
  background-color: #f2cea8;
}

.p-research__deco-block--white {
  background-color: #fff;
}

.p-research__deco-block--gray {
  background-color: #f4f4f4;
}

.p-research__deco-block--blue {
  background-color: #b6d9f1;
}

.p-research__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-research__header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-research__title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -7px 0 0 15px;
}
@media screen and (max-width: 767px) {
  .p-research__title-wrapper {
    margin: 0;
  }
}

.p-research__title-deco {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-research__title-deco {
    width: 24px;
    height: 24px;
  }
}

.p-research__title-deco::before,
.p-research__title-deco::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
}

.p-research__title-deco::before {
  top: 0;
  left: 0;
  background-color: #ff8649;
}

.p-research__title-deco::after {
  top: 0;
  right: 0;
  background-color: #6fc3ee;
}

@media screen and (max-width: 767px) {
  .p-research__title-deco::before,
  .p-research__title-deco::after {
    width: 12px;
    height: 12px;
  }
}
.p-research__title-deco-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-research__title-deco-bottom {
    width: 24px;
    height: 12px;
  }
}

.p-research__title-deco-bottom::before,
.p-research__title-deco-bottom::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 0;
}

.p-research__title-deco-bottom::before {
  background-color: #f2cea8;
}

.p-research__title-deco-bottom::after {
  left: 16px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .p-research__title-deco-bottom::before,
  .p-research__title-deco-bottom::after {
    width: 12px;
    height: 12px;
    bottom: 0;
  }
  .p-research__title-deco-bottom::before {
    left: 0;
  }
  .p-research__title-deco-bottom::after {
    left: 12px;
  }
}
.p-research__label {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #f4f4f4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-research__label {
    font-size: 1.5rem;
  }
}

.p-research__title-en {
  font-family: "Outfit", sans-serif;
  font-size: 9.8125rem;
  font-weight: 700;
  line-height: 1;
  color: #f4f4f4;
  margin: 0;
  position: relative;
  left: 32px;
}
@media screen and (max-width: 1024px) {
  .p-research__title-en {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-research__title-en {
    font-size: 4.4375rem;
    left: 0;
    align-self: flex-end;
    margin-right: -20px;
  }
}

.p-research__content {
  margin-top: 36px;
}

.p-research__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.68px;
  color: #f4f4f4;
  margin: 0 0 20px;
  text-shadow: 1px 1px 2px #595959;
}
@media screen and (max-width: 1024px) {
  .p-research__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-research__title {
    font-size: 1.5625rem;
    margin: 0 0 25px 0;
  }
}

.p-research__title-highlight {
  color: #6fc3ee;
}

.p-research__description {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #231815;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-research__description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.p-research__list {
  display: flex;
  flex-direction: column;
  gap: 57px;
}
@media screen and (max-width: 767px) {
  .p-research__list {
    gap: 40px;
  }
}

.p-research__card {
  position: relative;
  display: flex;
  background-color: #f4f4f4;
  background-image: url("/lp/information-engineering/assets/img/research-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #231815;
  min-height: 520px;
}
@media screen and (max-width: 1024px) {
  .p-research__card {
    flex-direction: column;
    min-height: auto;
  }
}

.p-research__card-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-research__card-number {
    width: 64px;
    height: 64px;
  }
}

.p-research__card-number img {
  width: 100%;
  height: 100%;
}

.p-research__card-wonder {
  flex: 0 0 55%;
  padding: 96px 40px 90px 90px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-research__card-wonder {
    flex: none;
    padding: 40px 20px 30px;
  }
}

.p-research__wonder-frame {
  position: relative;
  flex: 1;
  min-height: 300px;
  padding: 0 0 24px 24px;
  background: url("/lp/information-engineering/assets/img/frame01.svg") no-repeat left bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-research__wonder-frame {
    min-height: 240px;
    padding: 0 0 16px 16px;
    margin: 10px 0 0 0;
  }
}

.p-research__wonder-arrow {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 0;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-research__wonder-arrow {
    bottom: 12px;
    left: 20px;
    height: 40px;
  }
}

.p-research__wonder-arrow img {
  width: 100%;
  height: 100%;
}

.p-research__wonder-title {
  position: absolute;
  top: 16px;
  left: 40px;
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #231815;
  letter-spacing: 0.6px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-research__wonder-title {
    font-size: 1rem;
    top: 12px;
    left: 28px;
  }
}

.p-research__wonder-items {
  display: flex;
  justify-content: unset;
  gap: 30px;
  padding: 70px 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-research__wonder-items {
    gap: 20px;
    padding: 50px 0 16px;
    flex-wrap: wrap;
  }
}

.p-research__wonder-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-research__wonder-item {
    gap: 16px;
    max-width: 150px;
  }
}

.p-research__wonder-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #231815;
  border-radius: 10px;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-research__wonder-question {
    min-width: 120px;
    padding: 8px 5px;
    font-size: 0.875rem;
  }
}

.p-research__wonder-question-tail {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 26px;
  background: url("/lp/information-engineering/assets/img/bubble-tail.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-research__wonder-question-tail {
    width: 22px;
    height: 20px;
    bottom: -12px;
  }
}

.p-research__wonder-image {
  width: 100%;
  height: auto;
}

.p-research__wonder-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-research__card-info {
  flex: 0 0 45%;
  padding: 64px 24px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .p-research__card-info {
    flex: none;
    border-left: none;
    border-top: 1px solid #231815;
    padding: 40px 20px 30px;
  }
}

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

.p-research__info-wrapper {
  border: 1px solid #231815;
  padding: 24px;
  background-color: #fff;
  position: relative;
  overflow: visible;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-research__info-wrapper {
    padding: 16px;
  }
}

.p-research__info-label {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.6px;
  color: #231815;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-research__info-label {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

.p-research__info-box {
  position: relative;
  padding: 40px 24px;
  text-align: center;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-research__info-box {
    padding: 24px 16px;
  }
}

.p-research__info-name {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #f4f4f4;
  margin: 0 0 8px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-research__info-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-research__info-name {
    font-size: 1.5rem;
  }
}

.p-research__info-suffix {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.6px;
  color: #231815;
  margin: 0 0 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-research__info-suffix {
    font-size: 1rem;
    margin-bottom: 24px;
  }
}

.p-research__info-description {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #231815;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-research__info-description {
    font-size: 0.875rem;
  }
}

.p-research__card-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 24px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .p-research__card-arrow {
    bottom: 16px;
    right: 16px;
    width: 20px;
    height: 19px;
  }
}

.p-research__card-arrow img {
  width: 100%;
  height: 100%;
}

.p-research__card-deco {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-wrap: wrap;
  width: 48px;
}
@media screen and (max-width: 767px) {
  .p-research__card-deco {
    display: none;
  }
}

.p-research__card-deco-block {
  width: 12px;
  height: 12px;
  border: 1px solid #231815;
}

.p-research__card-deco-block--orange {
  background-color: #ff8649;
}

.p-research__card-deco-block--beige {
  background-color: #f2c2a8;
}

.p-research__decoration {
  position: absolute;
}

.p-research__decoration--right-top {
  right: 125px;
  top: -106px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-research__decoration--right-top {
    right: 60px;
    top: -53px;
  }
}

.p-research__decoration-svg {
  width: 245px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-research__decoration-svg {
    width: 122px;
  }
}

.p-feature {
  position: relative;
  padding: 100px 0;
  background-image: url("/lp/information-engineering/assets/img/fuature-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 30px 0;
  }
}

.p-feature__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-feature__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-feature__title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  top: -30px;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .p-feature__title-wrapper {
    top: 0;
    left: 0;
  }
}

.p-feature__title-deco {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__title-deco {
    width: 24px;
    height: 24px;
  }
}

.p-feature__title-deco::before,
.p-feature__title-deco::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
}

.p-feature__title-deco::before {
  top: 0;
  left: 0;
  background-color: #ff8649;
}

.p-feature__title-deco::after {
  top: 0;
  right: 0;
  background-color: #6fc3ee;
}

@media screen and (max-width: 767px) {
  .p-feature__title-deco::before,
  .p-feature__title-deco::after {
    width: 12px;
    height: 12px;
  }
}
.p-feature__title-deco-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-feature__title-deco-bottom {
    width: 24px;
    height: 12px;
  }
}

.p-feature__title-deco-bottom::before,
.p-feature__title-deco-bottom::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 0;
}

.p-feature__title-deco-bottom::before {
  background-color: #f2cea8;
}

.p-feature__title-deco-bottom::after {
  left: 16px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .p-feature__title-deco-bottom::before,
  .p-feature__title-deco-bottom::after {
    width: 12px;
    height: 12px;
    bottom: 0;
  }
  .p-feature__title-deco-bottom::before {
    left: 0;
  }
  .p-feature__title-deco-bottom::after {
    left: 12px;
  }
}
.p-feature__label {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #5c5a5a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__label {
    font-size: 1.5rem;
  }
}

.p-feature__title-en {
  font-family: "Outfit", sans-serif;
  font-size: 9.8125rem;
  font-weight: 700;
  line-height: 1;
  color: #5c5a5a;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-feature__title-en {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__title-en {
    font-size: 5rem;
    align-self: flex-end;
    margin-right: -20px;
  }
}

.p-feature__content {
  margin-top: 20px;
}

.p-feature__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.68px;
  color: #6fc3ee;
  margin: -17px 0 20px;
  text-shadow: 1px 1px 2px #595959;
}
@media screen and (max-width: 1024px) {
  .p-feature__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    font-size: 1.625rem;
    margin: -3px 0 20px;
  }
}

.p-feature__title-highlight {
  color: #ff8649;
}

.p-feature__title-highlight--blue {
  color: #6fc3ee;
}

.p-feature__description {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #231815;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-feature__description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.p-feature__description--terms {
  margin-top: 40px;
}

.p-feature__description--terms span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-feature__description--terms span {
    font-size: 1.125rem;
  }
}

.p-feature__diagram {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-feature__diagram-img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-feature__diagram-img {
    width: 100%;
  }
}

.p-feature__terms-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 760px;
  max-width: 100%;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .p-feature__terms-section {
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}

.p-feature__terms-item {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.p-feature__terms-item:first-child .p-feature__terms-text {
  border-bottom: none;
  padding-bottom: 0;
}

.p-feature__terms-title {
  font-family: "Inter", "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.54px;
  color: #231815;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .p-feature__terms-title {
    font-size: 1.125rem;
  }
}

.p-feature__terms-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.42px;
  color: #231815;
  margin: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__terms-text {
    font-size: 1rem;
  }
}

.p-feature__decoration {
  position: absolute;
}

.p-feature__decoration--left-bottom {
  left: 0;
  bottom: 0;
}

.p-feature__decoration-svg {
  width: 400px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-feature__decoration-svg {
    width: 200px;
  }
}

.p-crossing {
  position: relative;
  padding: 25px 0 120px;
  background-color: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .p-crossing {
    padding: 12px 0 55px;
  }
}

.p-crossing__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-crossing__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-crossing__header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-crossing__title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .p-crossing__title-wrapper {
    top: 0;
    margin-top: -46px;
  }
}

.p-crossing__title-deco {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-crossing__title-deco {
    width: 24px;
    height: 24px;
  }
}

.p-crossing__title-deco::before,
.p-crossing__title-deco::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
}

.p-crossing__title-deco::before {
  top: 0;
  left: 0;
  background-color: #ff8649;
}

.p-crossing__title-deco::after {
  top: 0;
  right: 0;
  background-color: #6fc3ee;
}

@media screen and (max-width: 767px) {
  .p-crossing__title-deco::before,
  .p-crossing__title-deco::after {
    width: 12px;
    height: 12px;
  }
}
.p-crossing__title-deco-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-crossing__title-deco-bottom {
    width: 24px;
    height: 12px;
  }
}

.p-crossing__title-deco-bottom::before,
.p-crossing__title-deco-bottom::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 0;
}

.p-crossing__title-deco-bottom::before {
  background-color: #4a4a4a;
}

.p-crossing__title-deco-bottom::after {
  left: 16px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .p-crossing__title-deco-bottom::before,
  .p-crossing__title-deco-bottom::after {
    width: 12px;
    height: 12px;
    bottom: 0;
  }
  .p-crossing__title-deco-bottom::before {
    left: 0;
  }
  .p-crossing__title-deco-bottom::after {
    left: 12px;
  }
}
.p-crossing__label {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #f4f4f4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-crossing__label {
    font-size: 1.5rem;
  }
}

.p-crossing__title-en {
  font-family: "Outfit", sans-serif;
  font-size: 9.25rem;
  font-weight: 700;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.1);
  margin: 0;
  margin-top: 16px;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-crossing__title-en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-crossing__title-en {
    font-size: 4.8125rem;
    align-self: flex-end;
    margin-top: 0;
    margin-right: -20px;
  }
}

.p-crossing__content {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .p-crossing__content {
    margin-top: 0;
  }
}

.p-crossing__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.68px;
  color: #f4f4f4;
  margin: 0 0 38px;
  text-shadow: 1px 1px 2px #595959;
}
@media screen and (max-width: 1024px) {
  .p-crossing__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-crossing__title {
    font-size: 1.75rem;
    line-height: 1.4;
    margin: 0 0 23px;
  }
}

.p-crossing__title-highlight {
  color: #ff8649;
}

.p-crossing__description {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.54px;
  color: #f4f4f4;
  margin: 0 0 40px;
  max-width: 785px;
}
@media screen and (max-width: 767px) {
  .p-crossing__description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.p-crossing__programs-container {
  position: relative;
  margin-bottom: 40px;
}

.p-crossing__programs-arrow {
  position: absolute;
  bottom: -60px;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-crossing__programs-arrow {
    bottom: -35px;
    width: 50px;
  }
}

.p-crossing__programs-arrow--left {
  left: 21%;
}
@media screen and (max-width: 767px) {
  .p-crossing__programs-arrow--left {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(0%);
  }
}

.p-crossing__programs-arrow--right {
  right: 21%;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .p-crossing__programs-arrow--right {
    display: none;
  }
}

.p-crossing__programs-arrow img {
  width: 96px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-crossing__programs-arrow img {
    width: 50px;
  }
}
.p-crossing__programs {
  border: 1px solid #fff;
  background: #737373;
  padding: 45px 75px 68px;
}
@media screen and (max-width: 1024px) {
  .p-crossing__programs {
    padding: 20px 20px 35px;
  }
}

.p-crossing__programs-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-crossing__programs-inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.p-crossing__program-wrapper {
  flex: 1;
  max-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-crossing__program-wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.p-crossing__program {
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 0;
  padding: 20px 24px;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-crossing__program {
    padding: 16px 20px;
    margin-top: 45px;
  }
}

.p-crossing__program--right {
  border-radius: 0;
}

.p-crossing__program--center {
  background-color: #ff8649;
  border-radius: 0;
  margin-top: -5px;
}

.p-crossing__program--center .p-crossing__program-subtitle {
  color: #fff;
  border-bottom-color: #fff;
}

.p-crossing__program--center .p-crossing__program-title {
  color: #f4f4f4;
}

.p-crossing__multiply {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  align-self: flex-start;
  margin-top: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-crossing__multiply {
    align-self: center;
    margin-top: 0;
    padding: 0;
  }
}

.p-crossing__multiply--left {
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .p-crossing__multiply--left {
    margin-left: 0;
  }
}

.p-crossing__multiply--right {
  margin-right: -40px;
}
@media screen and (max-width: 767px) {
  .p-crossing__multiply--right {
    margin-right: 0;
  }
}

.p-crossing__multiply img {
  width: 40px;
  height: auto;
}

.p-crossing__program-toptitle {
  position: relative;
  top: -40px;
  line-height: 0;
  color: #fff;
}

.p-crossing__program-subtitle {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .p-crossing__program-subtitle {
    font-size: 1rem;
    padding-bottom: 8px;
  }
}

.p-crossing__program-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #231815;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .p-crossing__program-title {
    font-size: 1.25rem;
    margin-top: 8px;
  }
}

.p-crossing__program-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #f4f4f4;
  margin: 16px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-crossing__program-text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-crossing__arrow {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.p-crossing__arrow img {
  width: 60px;
  height: auto;
}

.p-crossing__message {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.6;
  color: #f4f4f4;
  text-align: center;
  margin: 77px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-crossing__message {
    font-size: 1.25rem;
    margin-bottom: 60px;
  }
}

.p-crossing__message-highlight {
  color: #ff8649;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-crossing__message-highlight {
    font-size: 1.5rem;
  }
}

.p-crossing__data {
  position: relative;
  background-color: #fff;
  padding: 60px 40px 40px;
  border: 1px solid #231815;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-crossing__data {
    padding: 40px 15px 30px;
    margin-top: -25px;
  }
}

.p-crossing__data-header {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-crossing__data-header {
    top: -16px;
  }
}

.p-crossing__data-line {
  display: flex;
  align-items: center;
  flex: 1;
  height: 1px;
}

.p-crossing__data-line--left {
  justify-content: flex-end;
}

.p-crossing__data-line--right {
  justify-content: flex-start;
}

.p-crossing__data-dot {
  width: 8px;
  height: 8px;
  background-color: #231815;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  top: 0;
  z-index: 1;
}

.p-crossing__data-title {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.08px;
  color: #ff8649;
  text-align: center;
  margin: -2px 0 0 0;
  flex-shrink: 0;
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-crossing__data-title {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}

.p-crossing__data-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-crossing__data-grid {
    flex-direction: column;
    gap: 30px;
  }
}

.p-crossing__data-item {
  flex: 1;
  text-align: center;
}

.p-crossing__data-item-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.64px;
  color: #231815;
  text-align: center;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #231815;
}
@media screen and (max-width: 767px) {
  .p-crossing__data-item-title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

.p-crossing__data-item-title-highlight {
  color: #ff8649;
}

.p-crossing__data-item-title-highlight--blue {
  color: #0C68AB;
}

.p-crossing__data-chart {
  width: 100%;
  text-align: center;
}

.p-crossing__data-chart img {
  max-width: 100%;
  height: auto;
}

.p-crossing__data-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-crossing__data-arrow {
    min-width: auto;
    padding-top: 0;
    transform: rotate(0);
    margin: 0 auto;
  }
}

.p-crossing__data-arrow img {
  width: 124px;
  height: auto;
}

.p-crossing__decoration {
  position: absolute;
}

.p-crossing__decoration--right-top {
  top: -6px;
  right: 0;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-crossing__decoration--right-top {
    top: -3px;
    right: 0;
  }
}

.p-crossing__decoration--left-bottom {
  left: 0;
  bottom: 0;
}

.p-crossing__decoration--right-bottom {
  right: 50px;
  bottom: -66px;
}
@media screen and (max-width: 767px) {
  .p-crossing__decoration--right-bottom {
    right: 25px;
    bottom: -33px;
  }
}

.p-crossing__decoration-svg {
  display: block;
}

.p-crossing__decoration-svg--right-top {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-crossing__decoration-svg--right-top {
    width: 125px;
  }
}

.p-crossing__decoration-svg--left-bottom {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-crossing__decoration-svg--left-bottom {
    width: 80px;
  }
}

.p-crossing__decoration-svg--right-bottom {
  width: 176px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-crossing__decoration-svg--right-bottom {
    width: 88px;
  }
}

.p-overseas {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-overseas {
    padding: 60px 0;
  }
}

.p-overseas__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-overseas__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-overseas__header {
    margin-bottom: 40px;
  }
}

.p-overseas__title-en {
  font-family: var(--f2);
  font-weight: 600;
  font-size: 3rem;
  color: #ff8649;
}
@media screen and (max-width: 767px) {
  .p-overseas__title-en {
    font-size: 2rem;
  }
}

.p-overseas__title-ja {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.125rem;
  color: #231815;
  margin-top: 8px;
}

.p-overseas__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-overseas__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-overseas__image {
  border-radius: 8px;
  overflow: hidden;
}

.p-overseas__image img {
  width: 100%;
  height: auto;
}

.p-overseas__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-overseas__subtitle {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.5rem;
  color: #231815;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-overseas__subtitle {
    font-size: 1.25rem;
  }
}

.p-overseas__description {
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 24px;
}

.p-overseas__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-overseas__list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #231815;
}

.p-overseas__list-item::before {
  content: "●";
  color: #ff8649;
  flex-shrink: 0;
}

.p-overseas__programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-overseas__programs {
    grid-template-columns: 1fr;
  }
}

.p-overseas__program {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.p-overseas__program-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.p-overseas__program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-overseas__program-content {
  padding: 24px;
}

.p-overseas__program-country {
  display: inline-block;
  background-color: #ff8649;
  color: #fff;
  font-family: var(--f3);
  font-weight: 700;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.p-overseas__program-title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1rem;
  color: #231815;
  margin-bottom: 8px;
}

.p-overseas__program-text {
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}

.p-department {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-department {
    padding: 60px 0;
  }
}

.p-department__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-department__header {
  text-align: center;
  margin-bottom: 40px;
}

.p-department__title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 2rem;
  color: #231815;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-department__title {
    font-size: 1.5rem;
  }
}

.p-department__subtitle {
  font-family: var(--f3);
  font-weight: 500;
  font-size: 1.125rem;
  color: #666;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-department__subtitle {
    font-size: 0.875rem;
  }
}

.p-department__divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 40px 0;
}

.p-department__section {
  margin-bottom: 40px;
}

.p-department__section:last-child {
  margin-bottom: 0;
}

.p-department__section-title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.25rem;
  color: #231815;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-department__section-title {
    font-size: 1.125rem;
  }
}

.p-department__section-text {
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #666;
  line-height: 1.8;
}

.p-department__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-department__list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--f3);
  font-size: 0.875rem;
  color: #231815;
}

.p-department__list-item::before {
  content: "●";
  color: #ff8649;
  flex-shrink: 0;
}

.p-scholarship {
  padding: 80px 0;
  background-color: #edf2f4;
}
@media screen and (max-width: 767px) {
  .p-scholarship {
    padding: 60px 0;
  }
}

.p-scholarship__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-scholarship__title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1.5rem;
  color: #231815;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-scholarship__title {
    font-size: 1.25rem;
  }
}

.p-scholarship__table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  font-family: var(--f3);
  font-size: 0.875rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-scholarship__table {
    font-size: 0.75rem;
  }
}

.p-scholarship__table th,
.p-scholarship__table td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scholarship__table th,
  .p-scholarship__table td {
    padding: 8px;
  }
}

.p-scholarship__table th {
  background-color: #f5f5f5;
  font-weight: 700;
}

.p-scholarship__table .highlight {
  background-color: #fff5e6;
}

.p-scholarship__table .total {
  font-weight: 700;
  color: #ff8649;
}

.p-scholarship__cta {
  text-align: center;
}

.p-scholarship__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ff8649;
  color: #fff;
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 48px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.p-scholarship__btn:hover {
  background-color: #e5752d;
}

.p-scholarship__btn svg {
  width: 20px;
  height: 20px;
}

.p-cta {
  padding: 80px 0;
  background-color: #ff8649;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 60px 0;
  }
}

.p-cta__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-cta__title {
  font-family: var(--f3);
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 1.5rem;
  }
}

.p-cta__text {
  font-family: var(--f3);
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 0.875rem;
  }
}

.p-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-cta__buttons {
    flex-direction: column;
    gap: 16px;
  }
}

.p-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--f3);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 48px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-cta__btn--primary {
  background-color: #fff;
  color: #ff8649;
}

.p-cta__btn--primary:hover {
  background-color: #f5f5f5;
}

.p-cta__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.p-cta__btn--secondary:hover {
  background-color: #fff;
  color: #ff8649;
}

.p-target {
  position: relative;
  width: 100%;
  padding: 100px 0 13px;
}
@media screen and (max-width: 767px) {
  .p-target {
    padding: 60px 0;
  }
}

.p-target__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-target__inner {
    padding: 0 15px;
  }
}

.p-target__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
  color: #5c5a5a;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-target__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.p-target__grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-target__grid {
    gap: 35px;
  }
}

.p-target__row {
  display: flex;
  gap: 30px;
  width: max-content;
}

.p-target__row--top {
  animation: slideLeft 40s linear infinite;
}

.p-target__row--bottom {
  animation: slideRight 40s linear infinite;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333333333%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-33.3333333333%);
  }
  100% {
    transform: translateX(0);
  }
}
.p-target__item {
  position: relative;
}

.p-target__bubble {
  position: relative;
  background-color: #fff;
  border: 2px solid #231815;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.p-target__bubble:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.p-target__bubble-tail {
  position: absolute;
  bottom: -16px;
  left: 80px;
  width: 28px;
  height: 26px;
  background: url("/lp/information-engineering/assets/img/bubble-tail.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-target__bubble-tail {
    left: 60px;
    width: 22px;
    height: 20px;
    bottom: -13px;
  }
}

.p-target__bubble-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
  color: #231815;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-target__bubble-text {
    font-size: 1.125rem;
  }
}

.p-target__bubble-text span.highlight--orange {
  color: #ff8649;
}

.p-target__bubble-text span.highlight--green {
  color: #8bc77a;
}

.p-target__bubble-text span.highlight--blue {
  color: #6fc3ee;
}

.p-target__bubble-text span.highlight--purple {
  color: #d798c2;
}

.p-target__decoration {
  position: absolute;
  pointer-events: none;
}

.p-target__pixel {
  position: absolute;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .p-target__pixel {
    width: 8px;
    height: 8px;
  }
}

.p-target__pixel--orange {
  background-color: #ff8649;
}

.p-target__pixel--light-orange {
  background-color: #f2cea8;
}

.p-target__pixel--green {
  background-color: #8bc77a;
}

.p-target__pixel--light-green {
  background-color: #c5e8b8;
}

.p-target__pixel--blue {
  background-color: #6fc3ee;
}

.p-target__pixel--light-blue {
  background-color: #caedff;
}

.p-target__pixel--purple {
  background-color: #d798c2;
}

.p-target__pixel--light-purple {
  background-color: #f0d4e8;
}

.p-target__pixel--pink {
  background-color: #ffe5f6;
}

.p-target__pixel--gray {
  background-color: #f4f4f4;
}

.p-target__pixel--black {
  background-color: #231815;
}

.p-target__pixel--white {
  background-color: #fff;
}

.p-target__item-decoration {
  position: absolute;
  bottom: -28px;
  right: -60px;
  width: 110px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .p-target__item-decoration {
    right: -30px;
    transform: scale(0.8);
    transform-origin: left top;
  }
}
@media screen and (max-width: 767px) {
  .p-target__item-decoration {
    right: -20px;
    transform: scale(0.7);
    transform-origin: left top;
  }
}

.p-target__section-decoration {
  position: absolute;
  top: 0;
  right: 0;
}

.p-method {
  position: relative;
  padding: 100px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-method {
    padding: 0;
  }
}

.p-method__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-method__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-method__header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-method__title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-method__title-wrapper {
    margin-top: -15px;
  }
}

.p-method__title-deco {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-method__title-deco {
    width: 24px;
    height: 24px;
  }
}

.p-method__title-deco::before,
.p-method__title-deco::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-method__title-deco::before,
  .p-method__title-deco::after {
    width: 12px;
    height: 12px;
  }
}

.p-method__title-deco::before {
  top: 0;
  left: 0;
  background-color: #ff8649;
}

.p-method__title-deco::after {
  top: 0;
  right: 0;
  background-color: #6fc3ee;
}

.p-method__title-deco-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-method__title-deco-bottom {
    width: 24px;
    height: 12px;
  }
}

.p-method__title-deco-bottom::before,
.p-method__title-deco-bottom::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-method__title-deco-bottom::before,
  .p-method__title-deco-bottom::after {
    width: 12px;
    height: 12px;
    bottom: 0;
  }
}

.p-method__title-deco-bottom::before {
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-method__title-deco-bottom::before {
    left: 0;
  }
}

.p-method__title-deco-bottom::after {
  left: 16px;
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .p-method__title-deco-bottom::after {
    left: 12px;
  }
}

.p-method__label {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #5c5a5a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-method__label {
    font-size: 1.5rem;
  }
}

.p-method__title-en {
  font-family: "Outfit", sans-serif;
  font-size: 9.8125rem;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-method__title-en {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-method__title-en {
    font-size: 5rem;
    align-self: flex-end;
    margin-right: -20px;
  }
}

.p-method__content {
  margin-top: 20px;
}

.p-method__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.68px;
  color: #6fc3ee;
  margin: 0 0 20px;
  text-shadow: 1px 1px 2px #595959;
}
@media screen and (max-width: 1024px) {
  .p-method__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-method__title {
    font-size: 1.5625rem;
  }
}

.p-method__description {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.54px;
  color: #231815;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-method__description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.p-method__diagram {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-method__diagram {
    margin-bottom: 40px;
  }
}

.p-method__diagram-img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-method__diagram-img {
    width: 100%;
  }
}

.p-method__qualification {
  position: relative;
  background-color: #fff;
  border: 1px solid #231815;
  padding: 60px 40px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-method__qualification {
    padding: 35px 15px 15px;
    margin-bottom: 60px;
  }
}

.p-method__qualification-header {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-method__qualification-header {
    top: -18px;
  }
}

.p-method__qualification-line {
  display: flex;
  align-items: center;
  flex: 1;
  height: 1px;
}

.p-method__qualification-line--left {
  justify-content: flex-end;
}

.p-method__qualification-line--right {
  justify-content: flex-start;
}

.p-method__qualification-dot {
  width: 8px;
  height: 8px;
  background-color: #231815;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-method__qualification-dot {
    top: 6px;
  }
}

.p-method__qualification-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.96px;
  color: #ff8649;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
  padding: 0 25px;
  margin: 0;
  text-shadow: 1px 1px 2px #595959;
}
@media screen and (max-width: 767px) {
  .p-method__qualification-title {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    padding: 0 15px;
  }
}

.p-method__qualification-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-method__qualification-list {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-method__qualification-list {
    flex-direction: column;
    gap: 16px;
  }
}

.p-method__qualification-col {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.p-method__qualification-col li {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: #231815;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-method__qualification-col li {
    font-size: 0.875rem;
  }
}

.p-method__qualification-col li::before {
  content: "●";
}

.p-method__qualification-etc {
  display: block;
  text-align: right;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #231815;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-method__qualification-etc {
    font-size: 0.875rem;
  }
}

.p-method__section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-method__section-header {
    margin-bottom: 24px;
  }
}

.p-method__section-title {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  color: #5c5a5a;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-method__section-title {
    font-size: 2rem;
  }
}

.p-method__section-line {
  width: 100%;
  height: 1px;
  background-color: #231815;
  margin-top: 8px;
}

.p-method__curriculum {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-method__curriculum {
    margin-bottom: 60px;
  }
}

.p-method__curriculum-table {
  position: relative;
  overflow-x: auto;
}

.p-method__popup-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-method__popup-btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
    padding: 0;
  }
}

.p-method__popup-btn img {
  width: 100%;
  height: 100%;
}

.p-method__curriculum-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-method__curriculum-img {
    min-width: 800px;
  }
}

.p-method__movie {
  margin-bottom: 0;
}

.p-method__movie-content {
  width: 100%;
}

.p-method__movie-iframe {
  width: 100%;
  height: 657px;
}
@media screen and (max-width: 767px) {
  .p-method__movie-iframe {
    height: 230px;
  }
}

.p-method__decoration {
  position: absolute;
}

.p-method__decoration--right-top {
  top: -121px;
  right: 71px;
}
@media screen and (max-width: 767px) {
  .p-method__decoration--right-top {
    top: -60px;
    right: 35px;
  }
}

.p-method__decoration-svg {
  display: block;
}

.p-method__decoration-svg--right-top {
  width: 176px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-method__decoration-svg--right-top {
    width: 88px;
  }
}

.p-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.p-popup.is-active {
  display: block;
}

.p-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.p-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
  max-height: 90vh;
  overflow: auto;
  background-color: #fff;
  padding: 10px;
}

.p-popup__content img {
  display: block;
  width: 100%;
  min-width: 800px;
  height: auto;
}

.p-popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-popup__close:hover {
  opacity: 0.8;
}

.p-popup__close-link {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 12px 20px;
  background-color: #231815;
  border: none;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.p-popup__close-link:hover {
  opacity: 0.8;
}

.p-dept {
  position: relative;
  padding: 80px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-dept {
    padding: 60px 0 20px;
  }
}

.p-dept__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-dept__header {
  text-align: center;
  margin-bottom: 40px;
}

.p-dept__header--top {
  margin-top: 40px;
}

.p-dept__scholarship-header {
  text-align: center;
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .p-dept__scholarship-header {
    text-align: left;
  }
}

.p-dept__scholarship-heading {
  font-family: "Noto Sans", sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 1.68px;
  color: #6FC3EE;
  text-align: center;
  margin: 0;
  text-shadow: 1px 1px 2px #595959;
}
@media screen and (max-width: 1024px) {
  .p-dept__scholarship-heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dept__scholarship-heading {
    font-size: 1.75rem;
    text-align: left;
  }
}

.p-dept__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.5px;
  color: #6fc3ee;
  text-align: center;
  margin: 0 0 16px;
  text-shadow: 1px 1px 2px #595959;
}
@media screen and (max-width: 1024px) {
  .p-dept__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dept__title {
    font-size: 1.75rem;
    letter-spacing: 1px;
  }
}

.p-dept__subtitle {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  color: #231815;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-dept__subtitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dept__subtitle {
    font-size: 1.125rem;
  }
}

.p-dept__subtitle-num {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-dept__subtitle-num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dept__subtitle-num {
    font-size: 1.5rem;
  }
}

.p-dept__divider {
  border: none;
  border-top: 1px solid #231815;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .p-dept__divider {
    margin-bottom: 24px;
  }
}

.p-dept__section {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-dept__section {
    margin-bottom: 24px;
  }
}

.p-dept__section-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #231815;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .p-dept__section-title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}

.p-dept__section-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #231815;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-dept__section-text {
    font-size: 1rem;
    line-height: 1.8;
    font-feature-settings: "palt";
    text-align: justify;
  }
}

.p-dept__policy-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.p-dept__policy-list li {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #231815;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-dept__policy-list li {
    font-size: 0.875rem;
  }
}

.p-dept__policy-list li::before {
  content: "●";
}

.p-dept__scholarship {
  margin-top: 32px;
}

.p-dept__scholarship-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #231815;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .p-dept__scholarship-title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}

.p-dept__scholarship-table-wrap {
  overflow-x: auto;
  margin-bottom: 30px;
}

.p-dept__scholarship-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  min-width: 700px;
}
@media screen and (max-width: 767px) {
  .p-dept__scholarship-table {
    font-size: 0.75rem;
  }
}

.p-dept__scholarship-table th,
.p-dept__scholarship-table td {
  border: 1px solid #231815;
  padding: 0 16px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-dept__scholarship-table th,
  .p-dept__scholarship-table td {
    padding: 0 8px;
  }
}

.p-dept__scholarship-th {
  background-color: rgba(255, 247, 148, 0.5);
  color: #231815;
  font-weight: 700;
}

.p-dept__scholarship-td-label {
  background-color: #fff;
  color: #231815;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-dept__scholarship-td-label {
    font-size: 0.6875rem;
  }
}

.p-dept__scholarship-td-num {
  background-color: #f2cea8;
  color: #231815;
}

.p-dept__scholarship-btn-wrap {
  display: flex;
  justify-content: center;
}

.p-dept__scholarship-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 460px;
  height: 64px;
  background-color: #ff8649;
  border: 1px solid #000;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-dept__scholarship-btn {
    min-width: 100%;
    height: 56px;
    font-size: 1rem;
  }
}

.p-dept__scholarship-btn:hover {
  opacity: 0.8;
}

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

.u-c--main {
  color: var(--c-main) !important;
}
.u-c--main-dark {
  color: var(--c-main-dark) !important;
}
.u-c--sub {
  color: var(--c-sub) !important;
}
.u-c--sub-light {
  color: var(--c-sub-light) !important;
}
.u-c--accent {
  color: var(--c-accent) !important;
}
.u-c--text {
  color: var(--c-text) !important;
}
.u-c--text-dark {
  color: var(--c-text-dark) !important;
}
.u-c--white {
  color: var(--c-white) !important;
}

.u-bg--main {
  background-color: var(--c-main) !important;
}
.u-bg--main-dark {
  background-color: var(--c-main-dark) !important;
}
.u-bg--sub {
  background-color: var(--c-sub) !important;
}
.u-bg--sub-light {
  background-color: var(--c-sub-light) !important;
}
.u-bg--accent {
  background-color: var(--c-accent) !important;
}
.u-bg--bg {
  background-color: var(--c-bg) !important;
}
.u-bg--bg-light {
  background-color: var(--c-bg-light) !important;
}
.u-bg--bg-light02 {
  background-color: var(--c-bg-light02) !important;
}
.u-bg--bg-light03 {
  background-color: var(--c-bg-light03) !important;
}
.u-bg--white {
  background-color: var(--c-white) !important;
}
.u-bg--gray {
  background-color: var(--c-gray) !important;
}
.u-bg--gray02 {
  background-color: var(--c-gray02) !important;
}
.u-bg--gray03 {
  background-color: var(--c-gray03) !important;
}
.u-bg--gray04 {
  background-color: var(--c-gray04) !important;
}
.u-bg--yellow {
  background-color: var(--c-yellow) !important;
}

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

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: inline;
  }
}

.u-pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

/* ---------------------------
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 !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--0--tb {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--0--sp {
    margin-right: 0px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--1 {
    margin-right: 2px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .u-mr--1--sp {
    margin-right: 2px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--2 {
    margin-right: 4px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--2--tb {
    margin-right: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--2--sp {
    margin-right: 4px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--3 {
    margin-right: 6px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--3--tb {
    margin-right: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--3--sp {
    margin-right: 6px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--4 {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--4--tb {
    margin-right: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--4--sp {
    margin-right: 8px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--5 {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--5--tb {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--5--sp {
    margin-right: 10px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--6 {
    margin-right: 12px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--6--tb {
    margin-right: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--6--sp {
    margin-right: 12px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--7 {
    margin-right: 14px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--7--tb {
    margin-right: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--7--sp {
    margin-right: 14px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--8 {
    margin-right: 16px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--8--tb {
    margin-right: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--8--sp {
    margin-right: 16px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--9 {
    margin-right: 18px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--9--tb {
    margin-right: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--9--sp {
    margin-right: 18px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--10 {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--10--tb {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--10--sp {
    margin-right: 20px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--11 {
    margin-right: 22px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--11--tb {
    margin-right: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--11--sp {
    margin-right: 22px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--12 {
    margin-right: 24px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--12--tb {
    margin-right: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--12--sp {
    margin-right: 24px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--13 {
    margin-right: 26px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--13--tb {
    margin-right: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--13--sp {
    margin-right: 26px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--14 {
    margin-right: 28px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--14--tb {
    margin-right: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--14--sp {
    margin-right: 28px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--15 {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--15--tb {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--15--sp {
    margin-right: 30px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--16 {
    margin-right: 32px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--16--tb {
    margin-right: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--16--sp {
    margin-right: 32px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--17 {
    margin-right: 34px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--17--tb {
    margin-right: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--17--sp {
    margin-right: 34px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--18 {
    margin-right: 36px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--18--tb {
    margin-right: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--18--sp {
    margin-right: 36px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--19 {
    margin-right: 38px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--19--tb {
    margin-right: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--19--sp {
    margin-right: 38px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--20 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--20--tb {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--20--sp {
    margin-right: 40px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--21 {
    margin-right: 42px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--21--tb {
    margin-right: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--21--sp {
    margin-right: 42px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--22 {
    margin-right: 44px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--22--tb {
    margin-right: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--22--sp {
    margin-right: 44px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--23 {
    margin-right: 46px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--23--tb {
    margin-right: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--23--sp {
    margin-right: 46px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--24 {
    margin-right: 48px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--24--tb {
    margin-right: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--24--sp {
    margin-right: 48px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--25 {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--25--tb {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--25--sp {
    margin-right: 50px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--26 {
    margin-right: 52px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--26--tb {
    margin-right: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--26--sp {
    margin-right: 52px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--27 {
    margin-right: 54px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--27--tb {
    margin-right: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--27--sp {
    margin-right: 54px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--28 {
    margin-right: 56px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--28--tb {
    margin-right: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--28--sp {
    margin-right: 56px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--29 {
    margin-right: 58px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--29--tb {
    margin-right: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--29--sp {
    margin-right: 58px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--30 {
    margin-right: 60px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--30--tb {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--30--sp {
    margin-right: 60px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--31 {
    margin-right: 62px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--31--tb {
    margin-right: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--31--sp {
    margin-right: 62px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--32 {
    margin-right: 64px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--32--tb {
    margin-right: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--32--sp {
    margin-right: 64px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--33 {
    margin-right: 66px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--33--tb {
    margin-right: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--33--sp {
    margin-right: 66px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--34 {
    margin-right: 68px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--34--tb {
    margin-right: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--34--sp {
    margin-right: 68px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--35 {
    margin-right: 70px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--35--tb {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--35--sp {
    margin-right: 70px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--36 {
    margin-right: 72px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--36--tb {
    margin-right: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--36--sp {
    margin-right: 72px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--37 {
    margin-right: 74px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--37--tb {
    margin-right: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--37--sp {
    margin-right: 74px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--38 {
    margin-right: 76px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--38--tb {
    margin-right: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--38--sp {
    margin-right: 76px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--39 {
    margin-right: 78px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--39--tb {
    margin-right: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--39--sp {
    margin-right: 78px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--40 {
    margin-right: 80px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--40--tb {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--40--sp {
    margin-right: 80px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--41 {
    margin-right: 82px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--41--tb {
    margin-right: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--41--sp {
    margin-right: 82px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--42 {
    margin-right: 84px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--42--tb {
    margin-right: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--42--sp {
    margin-right: 84px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--43 {
    margin-right: 86px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--43--tb {
    margin-right: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--43--sp {
    margin-right: 86px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--44 {
    margin-right: 88px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--44--tb {
    margin-right: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--44--sp {
    margin-right: 88px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--45 {
    margin-right: 90px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--45--tb {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--45--sp {
    margin-right: 90px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--46 {
    margin-right: 92px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--46--tb {
    margin-right: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--46--sp {
    margin-right: 92px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--47 {
    margin-right: 94px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--47--tb {
    margin-right: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--47--sp {
    margin-right: 94px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--48 {
    margin-right: 96px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--48--tb {
    margin-right: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--48--sp {
    margin-right: 96px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--49 {
    margin-right: 98px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--49--tb {
    margin-right: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--49--sp {
    margin-right: 98px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--50 {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--50--tb {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--50--sp {
    margin-right: 100px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--51 {
    margin-right: 102px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--51--tb {
    margin-right: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--51--sp {
    margin-right: 102px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--52 {
    margin-right: 104px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--52--tb {
    margin-right: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--52--sp {
    margin-right: 104px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--53 {
    margin-right: 106px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--53--tb {
    margin-right: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--53--sp {
    margin-right: 106px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--54 {
    margin-right: 108px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--54--tb {
    margin-right: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--54--sp {
    margin-right: 108px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--55 {
    margin-right: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--55--tb {
    margin-right: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--55--sp {
    margin-right: 110px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--56 {
    margin-right: 112px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--56--tb {
    margin-right: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--56--sp {
    margin-right: 112px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--57 {
    margin-top: 114px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--57 {
    margin-right: 114px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--57--tb {
    margin-right: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--57--sp {
    margin-right: 114px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--58 {
    margin-right: 116px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--58--tb {
    margin-right: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--58--sp {
    margin-right: 116px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--59 {
    margin-top: 118px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--59 {
    margin-right: 118px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--59--tb {
    margin-right: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--59--sp {
    margin-right: 118px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--60 {
    margin-right: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--60--tb {
    margin-right: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--60--sp {
    margin-right: 120px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--61 {
    margin-top: 122px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--61 {
    margin-right: 122px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--61--tb {
    margin-right: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--61--sp {
    margin-right: 122px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--62 {
    margin-right: 124px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--62--tb {
    margin-right: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--62--sp {
    margin-right: 124px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--63 {
    margin-top: 126px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--63 {
    margin-right: 126px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--63--tb {
    margin-right: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--63--sp {
    margin-right: 126px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--64 {
    margin-right: 128px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--64--tb {
    margin-right: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--64--sp {
    margin-right: 128px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--65 {
    margin-top: 130px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--65 {
    margin-right: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--65--tb {
    margin-right: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--65--sp {
    margin-right: 130px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--66 {
    margin-right: 132px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--66--tb {
    margin-right: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--66--sp {
    margin-right: 132px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--67 {
    margin-top: 134px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--67 {
    margin-right: 134px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--67--tb {
    margin-right: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--67--sp {
    margin-right: 134px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--68 {
    margin-right: 136px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--68--tb {
    margin-right: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--68--sp {
    margin-right: 136px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--69 {
    margin-top: 138px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--69 {
    margin-right: 138px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--69--tb {
    margin-right: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--69--sp {
    margin-right: 138px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--70 {
    margin-right: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--70--tb {
    margin-right: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--70--sp {
    margin-right: 140px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--71 {
    margin-top: 142px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--71 {
    margin-right: 142px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--71--tb {
    margin-right: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--71--sp {
    margin-right: 142px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--72 {
    margin-right: 144px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--72--tb {
    margin-right: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--72--sp {
    margin-right: 144px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--73 {
    margin-top: 146px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--73 {
    margin-right: 146px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--73--tb {
    margin-right: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--73--sp {
    margin-right: 146px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--74 {
    margin-right: 148px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--74--tb {
    margin-right: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--74--sp {
    margin-right: 148px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--75 {
    margin-top: 150px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--75 {
    margin-right: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--75--tb {
    margin-right: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--75--sp {
    margin-right: 150px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--76 {
    margin-right: 152px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--76--tb {
    margin-right: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--76--sp {
    margin-right: 152px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--77 {
    margin-top: 154px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--77 {
    margin-right: 154px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--77--tb {
    margin-right: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--77--sp {
    margin-right: 154px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--78 {
    margin-right: 156px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--78--tb {
    margin-right: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--78--sp {
    margin-right: 156px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--79 {
    margin-top: 158px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--79 {
    margin-right: 158px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--79--tb {
    margin-right: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--79--sp {
    margin-right: 158px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--80 {
    margin-right: 160px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--80--tb {
    margin-right: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--80--sp {
    margin-right: 160px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--81 {
    margin-top: 162px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--81 {
    margin-right: 162px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--81--tb {
    margin-right: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--81--sp {
    margin-right: 162px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--82 {
    margin-right: 164px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--82--tb {
    margin-right: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--82--sp {
    margin-right: 164px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--83 {
    margin-top: 166px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--83 {
    margin-right: 166px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--83--tb {
    margin-right: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--83--sp {
    margin-right: 166px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--84 {
    margin-right: 168px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--84--tb {
    margin-right: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--84--sp {
    margin-right: 168px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--85 {
    margin-top: 170px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--85 {
    margin-right: 170px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--85--tb {
    margin-right: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--85--sp {
    margin-right: 170px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--86 {
    margin-right: 172px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--86--tb {
    margin-right: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--86--sp {
    margin-right: 172px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt--87 {
    margin-top: 174px !important;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-mr--87 {
    margin-right: 174px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--87--tb {
    margin-right: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--87--sp {
    margin-right: 174px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--87--tb {
    padding-bottom: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--87--sp {
    padding-bottom: 174px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--88 {
    margin-top: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--88--tb {
    margin-top: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--88--sp {
    margin-top: 176px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--88 {
    margin-bottom: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--88--tb {
    margin-bottom: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--88--sp {
    margin-bottom: 176px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--88 {
    margin-right: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--88--tb {
    margin-right: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--88--sp {
    margin-right: 176px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--88 {
    padding-top: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--88--tb {
    padding-bottom: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--88--sp {
    padding-bottom: 176px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--89 {
    margin-top: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--89--tb {
    margin-top: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--89--sp {
    margin-top: 178px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--89 {
    margin-bottom: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--89--tb {
    margin-bottom: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--89--sp {
    margin-bottom: 178px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--89 {
    margin-right: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--89--tb {
    margin-right: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--89--sp {
    margin-right: 178px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--89 {
    padding-top: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--89--tb {
    padding-bottom: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--89--sp {
    padding-bottom: 178px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--90 {
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--90--tb {
    margin-top: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--90--sp {
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--90 {
    margin-bottom: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--90--tb {
    margin-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--90--sp {
    margin-bottom: 180px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--90 {
    margin-right: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--90--tb {
    margin-right: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--90--sp {
    margin-right: 180px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--90 {
    padding-top: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .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 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--90--tb {
    padding-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--90--sp {
    padding-bottom: 180px !important;
  }
}

/* ---------------------------
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-uline {
  text-decoration: underline !important;
}
.u-uline:hover, .u-uline:focus {
  text-decoration: none !important;
}

a.u-link {
  color: #3177C7;
  text-decoration: underline;
}
a.u-link:hover {
  text-decoration: none;
}
a.u-link[target=_blank]:after {
  font-family: "Material Symbols Outlined";
  content: "open_in_new";
  font-size: 0.875rem;
}

.u-text--10 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--10 {
    font-size: calc(10 * 0.06rem) !important;
  }
}

.u-text--11 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--11 {
    font-size: calc(11 * 0.06rem) !important;
  }
}

.u-text--12 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--12 {
    font-size: calc(12 * 0.06rem) !important;
  }
}

.u-text--13 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--13 {
    font-size: calc(13 * 0.06rem) !important;
  }
}

.u-text--14 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--14 {
    font-size: calc(14 * 0.06rem) !important;
  }
}

.u-text--15 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--15 {
    font-size: calc(15 * 0.06rem) !important;
  }
}

.u-text--16 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--16 {
    font-size: calc(16 * 0.06rem) !important;
  }
}

.u-text--17 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--17 {
    font-size: calc(17 * 0.06rem) !important;
  }
}

.u-text--18 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--18 {
    font-size: calc(18 * 0.06rem) !important;
  }
}

.u-text--19 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--19 {
    font-size: calc(19 * 0.06rem) !important;
  }
}

.u-text--20 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--20 {
    font-size: calc(20 * 0.06rem) !important;
  }
}

.u-text--21 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--21 {
    font-size: calc(21 * 0.06rem) !important;
  }
}

.u-text--22 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--22 {
    font-size: calc(22 * 0.06rem) !important;
  }
}

.u-text--23 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--23 {
    font-size: calc(23 * 0.06rem) !important;
  }
}

.u-text--24 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--24 {
    font-size: calc(24 * 0.06rem) !important;
  }
}

.u-text--25 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--25 {
    font-size: calc(25 * 0.06rem) !important;
  }
}

.u-text--26 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--26 {
    font-size: calc(26 * 0.06rem) !important;
  }
}

.u-text--27 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--27 {
    font-size: calc(27 * 0.06rem) !important;
  }
}

.u-text--28 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--28 {
    font-size: calc(28 * 0.06rem) !important;
  }
}

.u-text--29 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--29 {
    font-size: calc(29 * 0.06rem) !important;
  }
}

.u-text--30 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--30 {
    font-size: calc(30 * 0.06rem) !important;
  }
}

.u-text--31 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--31 {
    font-size: calc(31 * 0.06rem) !important;
  }
}

.u-text--32 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--32 {
    font-size: calc(32 * 0.06rem) !important;
  }
}

.u-text--33 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--33 {
    font-size: calc(33 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--33 {
    font-size: calc(33 * 0.06rem) !important;
  }
}

.u-text--34 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--34 {
    font-size: calc(34 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--34 {
    font-size: calc(34 * 0.06rem) !important;
  }
}

.u-text--35 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--35 {
    font-size: calc(35 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--35 {
    font-size: calc(35 * 0.06rem) !important;
  }
}

.u-text--36 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--36 {
    font-size: calc(36 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--36 {
    font-size: calc(36 * 0.06rem) !important;
  }
}

.u-text--37 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--37 {
    font-size: calc(37 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--37 {
    font-size: calc(37 * 0.06rem) !important;
  }
}

.u-text--38 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--38 {
    font-size: calc(38 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--38 {
    font-size: calc(38 * 0.06rem) !important;
  }
}

.u-text--39 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--39 {
    font-size: calc(39 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--39 {
    font-size: calc(39 * 0.06rem) !important;
  }
}

.u-text--40 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--40 {
    font-size: calc(40 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--40 {
    font-size: calc(40 * 0.06rem) !important;
  }
}

.u-text--41 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--41 {
    font-size: calc(41 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1400px) {
  .u-text--41 {
    font-size: calc(41 * 0.06rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--10--sp {
    font-size: calc(10 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--11--sp {
    font-size: calc(11 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--12--sp {
    font-size: calc(12 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--13--sp {
    font-size: calc(13 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--14--sp {
    font-size: calc(14 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--15--sp {
    font-size: calc(15 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--16--sp {
    font-size: calc(16 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--17--sp {
    font-size: calc(17 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--18--sp {
    font-size: calc(18 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--19--sp {
    font-size: calc(19 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--20--sp {
    font-size: calc(20 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--21--sp {
    font-size: calc(21 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--22--sp {
    font-size: calc(22 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--23--sp {
    font-size: calc(23 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--24--sp {
    font-size: calc(24 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--25--sp {
    font-size: calc(25 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--26--sp {
    font-size: calc(26 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--27--sp {
    font-size: calc(27 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--28--sp {
    font-size: calc(28 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--29--sp {
    font-size: calc(29 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--30--sp {
    font-size: calc(30 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--31--sp {
    font-size: calc(31 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1400px) {
  .u-text--32--sp {
    font-size: calc(32 * 0.0714285714rem) !important;
  }
}

.m-cookie {
  display: none !important;
}

html {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  picture {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
