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

:root {
  --c-main: #004ea2;
  --c-main-dark: #00346b;
  --c-sub: #2367ce;
  --c-sub-light: #4581dd;
  --c-accent: #E50012;
  --c-text: #282832;
  --c-text-dark: #000000;
  --c-bg: #F2F9FC;
  --c-bg-light: #E5F3FA;
  --c-bg-light02: #E8F2F8;
  --c-bg-light03: #c9e2f2;
  --c-bg-works: #E3ECF9;
  --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;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 1px;
}

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(--f3);
  line-height: 1.7;
}
@media screen and (min-width: 744px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 743px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: var(--f3) !important;
  color: var(--c0);
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  scroll-behavior: smooth;
}
@media screen and (min-width: 744px) {
  :target {
    scroll-margin-top: 100px;
  }
}
@media screen and (max-width: 743px) {
  :target {
    scroll-margin-top: 70px;
  }
}

#wrapper {
  position: relative;
  overflow: clip;
}

h1 {
  letter-spacing: 0.08em;
}

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

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

button {
  font-family: var(--f3);
  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: 744px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  cursor: pointer;
}

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

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

.u-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 743px) {
  .u-pc {
    display: none !important;
  }
}

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

.l-footer {
  background-color: var(--c-white);
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .l-footer {
    padding-top: 60px;
  }
}

.l-footer__inner {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 80px;
  gap: 100px;
  justify-content: space-around;
}
@media screen and (max-width: 743px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    padding: 0 30px 40px;
    gap: 48px;
  }
}

.l-footer__info {
  flex-shrink: 0;
  width: 280px;
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .l-footer__info {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__info {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.l-footer__logo {
  margin-bottom: 80px;
}
@media screen and (max-width: 743px) {
  .l-footer__logo {
    margin-bottom: 25px;
  }
}

.l-footer__logo img {
  width: 263px;
  height: auto;
}
@media screen and (max-width: 743px) {
  .l-footer__logo img {
    width: 160px;
  }
}

.l-footer__tel {
  font-family: var(--f3);
  margin: 0 0 40px;
}
@media screen and (max-width: 743px) {
  .l-footer__tel {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 25px;
  }
}

.l-footer__telLabel {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-text);
  margin-bottom: 5px;
}
@media screen and (max-width: 743px) {
  .l-footer__telLabel {
    display: inline;
    font-weight: 700;
    margin-bottom: 0;
  }
}

.l-footer__tel a {
  font-family: var(--f2);
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c-text);
  text-decoration: none;
}
@media screen and (max-width: 743px) {
  .l-footer__tel a {
    font-size: 1.5rem;
  }
}

.l-footer__contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: var(--c-main);
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  padding-right: 20px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 743px) {
  .l-footer__contact {
    width: 180px;
    height: 42px;
    font-size: 0.75rem;
  }
}

.l-footer__contact::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 53%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--c-white);
  border-bottom: 1.5px solid var(--c-white);
  transform: translateY(-50%) rotate(-45deg);
}

.l-footer__contact:hover {
  opacity: 0.8;
}

.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 743px) {
  .l-footer__nav {
    gap: 20px;
  }
}

.l-footer__navRow {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .l-footer__navRow {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 743px) {
  .l-footer__navRow {
    gap: 20px 40px;
  }
}

.l-footer__navCol {
  min-width: 130px;
}
@media screen and (max-width: 743px) {
  .l-footer__navCol {
    min-width: auto;
    width: calc(50% - 22px);
  }
}

.l-footer__navCol--single .l-footer__navTitle a {
  position: relative;
  color: var(--c-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-footer__navCol--single .l-footer__navTitle a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, var(--c-sub-light), var(--c-main));
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-footer__navCol--single .l-footer__navTitle a:hover::before {
  transform: scaleX(1);
}

.l-footer__navCol--single .l-footer__navTitle a:hover {
  opacity: 1;
}

.l-footer__navTitle {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  margin: 0 0 20px;
}
.l-footer__navTitle a {
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  .l-footer__navTitle {
    font-size: 0.9375rem;
    margin-bottom: 6px;
  }
}

.l-footer__navList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 743px) {
  .l-footer__navList {
    gap: 0;
  }
}

.l-footer__navList a {
  position: relative;
  font-family: var(--f3);
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--c-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 743px) {
  .l-footer__navList a {
    font-size: 0.75rem;
    line-height: 1.8;
    display: inline-table;
  }
}
.l-footer__navList a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, var(--c-sub-light), var(--c-main));
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-footer__navList a:hover::before {
  transform: scaleX(1);
}

.l-footer__navList a:hover {
  opacity: 1;
}

.l-footer__navExternal {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.l-footer__navExternal::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2210_2958)'%3E%3Cpath d='M3.68426 2.45264H0.526367V9.47369H7.54742V5.96843' stroke='%23004EA2' stroke-miterlimit='10'/%3E%3Cpath d='M4.03162 5.96847L9.47372 0.526367' stroke='%23004EA2' stroke-miterlimit='10'/%3E%3Cpath d='M9.47367 5.08426V0.526367H4.91577' stroke='%23004EA2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2210_2958'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .l-footer {
    padding-top: 80px;
  }
  .l-footer__inner {
    gap: 60px;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
}
@media screen and (max-width: 743px) {
  .l-footer__bottom {
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px 100px;
  }
}

.l-footer__copyright {
  font-family: var(--f2);
  font-size: 0.8125rem;
  font-weight: 400;
  color: #999;
  margin: 0;
}
@media screen and (max-width: 743px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

.l-footer__bottomLinks {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 743px) {
  .l-footer__bottomLinks {
    gap: 20px;
  }
}

.l-footer__bottomLinks a {
  font-family: var(--f3);
  font-size: 0.8125rem;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 743px) {
  .l-footer__bottomLinks a {
    font-size: 0.75rem;
  }
}

.l-footer__bottomLinks a:hover {
  opacity: 0.7;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--gray_2, #D7D7D7);
  background: #FFF;
  backdrop-filter: blur(6.4px);
}
body.home .l-header {
  border-bottom: none;
  background: transparent;
  backdrop-filter: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
body.home .l-header.is-scrolled {
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.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: 1024px) {
  .l-header__inner {
    padding: 0 16px;
  }
}

.l-header__logo {
  padding-top: 27px;
  position: relative;
  z-index: 111;
}
@media screen and (max-width: 743px) {
  .l-header__logo {
    padding-top: 22px;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__logo img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .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: 1rem;
  font-weight: 600;
  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: 1.5px solid var(--c-white);
  border-bottom: 1.5px solid var(--c-white);
  transform: rotate(-45deg);
}

.l-header__nav {
  padding: 10px 0;
}
.l-header__navList {
  display: flex;
  align-items: center;
  justify-content: center;
  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: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-text);
  font-size: 1.0625rem;
}

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

.l-header__navItem a {
  position: relative;
  font-family: var(--f3);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--c-text);
  text-decoration: none;
  letter-spacing: 0.75px;
  transition: opacity 0.3s ease;
}
.l-header__navItem:not(.is-current) a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  background: linear-gradient(90deg, var(--c-sub-light), var(--c-main));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-header__navItem:not(.is-current) a:hover::after {
  transform: scaleX(1);
}

.l-header__navItem a:hover {
  opacity: 1;
}

.l-header__navItem.is-current a {
  position: relative;
}

.l-header__navItem.is-current a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  background: linear-gradient(90deg, var(--c-sub-light), var(--c-main));
  border-radius: 2px;
}

@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: 8px;
  width: 50px;
  height: 50px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .l-header__hamburger {
    display: flex;
  }
}

.l-header__hamburgerLine {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #231815;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.l-header__hamburgerLine:nth-child(2) {
  background-color: #004ea2;
}

.l-header__hamburger.is-active {
  background: none;
}

.l-header__hamburger.is-active .l-header__hamburgerLine {
  background-color: #231815;
}

.l-header__hamburger.is-active .l-header__hamburgerLine:nth-child(1) {
  transform: translateY(10px) 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(-10px) 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: scroll !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

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

.l-header__mobileMenuInner {
  padding: 90px 24px 120px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .l-header__mobileMenuInner {
    max-width: 100%;
  }
}

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

.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__mobileNavLink,
.l-header__mobileNavToggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 12px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  text-decoration: none;
  letter-spacing: 0.05em;
  background: none;
  border: none;
  cursor: pointer;
}

.l-header__mobileNavToggle a.l-header__mobileNavText {
  text-decoration: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.l-header__mobileNavIcon {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  cursor: pointer;
}

.l-header__mobileNavIcon::before,
.l-header__mobileNavIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4581DD;
}

.l-header__mobileNavIcon::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.l-header__mobileNavIcon::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.l-header__mobileNavToggle.is-open .l-header__mobileNavIcon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.l-header__mobileNavIcon--plus::after {
  display: block;
}

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

.l-header__mobileNavToggle.is-open + .l-header__mobileSubNav {
  display: block;
}

.l-header__mobileSubNavItem a {
  display: flex;
  align-items: center;
  padding: 18px 12px 18px;
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  text-decoration: none;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--c-gray03);
}

.l-header__mobileSubNavItem:last-child a {
  border-bottom: none;
}

.l-header__mobileSubNavDash {
  width: 8px;
  height: 2px;
  background-color: #4581DD;
  flex-shrink: 0;
  margin-right: 8px;
}

.l-header__mobileSubNavText {
  flex: 1;
}

.l-header__mobileSubNavArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background-color: #4581DD;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: auto;
}

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

.l-header__mobileSubNavExternal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-left: auto;
}

.l-header__mobileSubNavExternal img {
  width: 100%;
  height: 100%;
}

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

.l-header__mobileCtaLabel {
  font-family: var(--f3);
  font-size: 0.9375rem;
  font-weight: 600;
  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.9375rem;
  font-weight: 600;
  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: 744px) {
  .l-wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--700 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--700 {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--900 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--900 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1090 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--1090 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1100 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1200 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1280 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--1280 {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1300 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--1300 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1320 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--1320 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1350 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--1350 {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1600 {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .l-wrap--1600 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 743px) {
  .l-wrap--sp {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 743px) {
  .l-wrap--sp--20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 743px) {
  .l-wrap-sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-bottomBar {
  display: none;
}
@media screen and (max-width: 743px) {
  .l-bottomBar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    gap: 1px;
    background: var(--c-white);
  }
}

.l-bottomBar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 60px;
  font-family: var(--f3);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--c-white);
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}

.l-bottomBar__item:hover {
  opacity: 0.8;
}

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

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

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

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

.l-pageTransition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.l-pageTransition.is-loaded {
  opacity: 0;
}
.l-pageTransition.is-leaving {
  opacity: 1;
  pointer-events: all;
}

.c-h {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 744px) {
  .c-h {
    gap: 18px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 743px) {
  .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: 744px) {
  .c-h__en {
    font-size: 4.875rem;
    line-height: 1.2564102564;
  }
}
@media screen and (max-width: 743px) {
  .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: 744px) {
  .c-h__ja {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}
@media screen and (max-width: 743px) {
  .c-h__ja {
    font-size: 1.2142857143rem;
  }
}

.c-h02 {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 744px) {
  .c-h02 {
    gap: 14px;
    padding-top: 52px;
  }
}
@media screen and (max-width: 743px) {
  .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: 744px) {
  .c-h02__en {
    font-size: 4.375rem;
    line-height: 1.2571428571;
  }
}
@media screen and (max-width: 743px) {
  .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: 744px) {
  .c-h02__ja {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}
@media screen and (max-width: 743px) {
  .c-h02__ja {
    font-size: 1.2142857143rem;
  }
}
.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: 744px) {
  .c-h03 {
    gap: 12px;
  }
}
@media screen and (max-width: 743px) {
  .c-h03 {
    gap: 12px;
  }
}
.c-h03__en {
  font-weight: 600;
  font-family: var(--f2);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .c-h03__en {
    font-size: 3.125rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 743px) {
  .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: 744px) {
  .c-h03__ja {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}
@media screen and (max-width: 743px) {
  .c-h03__ja {
    font-size: 1.1428571429rem;
    line-height: 1.7142857143;
  }
}

.c-h04 {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
@media screen and (min-width: 744px) {
  .c-h04 {
    gap: 5px;
  }
}
@media screen and (max-width: 743px) {
  .c-h04 {
    gap: 5px;
  }
}
.c-h04__en {
  font-weight: 600;
  font-family: var(--f2);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .c-h04__en {
    font-size: 3.75rem;
    line-height: 1.2666666667;
  }
}
@media screen and (max-width: 743px) {
  .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: 744px) {
  .c-h04__ja {
    font-size: 1.375rem;
    line-height: 2.2727272727;
  }
}
@media screen and (max-width: 743px) {
  .c-h04__ja {
    font-size: 1.1428571429rem;
    line-height: 1.7142857143;
  }
}

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

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 2px #FFF;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb__list {
    flex-wrap: wrap;
  }
}

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

.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;
}
.p-peopleSingle__hero .c-breadcrumb__list {
  display: inline-flex;
  background: #FFF;
  padding: 5px 10px;
}

.p-worksSingle__hero .c-breadcrumb {
  padding: 24px 0;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__hero .c-breadcrumb {
    padding: 18px 0;
  }
}

.p-worksSingle__hero .c-breadcrumb__item a {
  color: var(--c-text);
}

.p-worksSingle__hero .c-breadcrumb__item span {
  color: #4581DD;
}

.p-worksSingle__hero .c-breadcrumb__separator {
  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");
}

/* ---------------------------
.js-anime
--------------------------- */
.js-anime {
  overflow: inherit;
}

.c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5 {
  font-family: var(--f3);
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%) 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5 {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.c-wysiwyg h2 {
  font-size: 2rem;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.c-wysiwyg h3 {
  font-size: 1.75rem;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg h3 {
    font-size: 1.375rem;
    letter-spacing: 0.8px;
  }
}
.c-wysiwyg h4 {
  font-size: 1.5rem;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg h4 {
    font-size: 1.25rem;
    letter-spacing: 0.6px;
  }
}
.c-wysiwyg h5 {
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg h5 {
    font-size: 1.125rem;
    letter-spacing: 0.5px;
  }
}
.c-wysiwyg p {
  font-family: var(--f3);
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text);
  line-height: 2.375;
  margin: 0 0 1em;
}
.c-wysiwyg p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media screen and (max-width: 743px) {
  .c-wysiwyg p {
    font-size: 16px;
  }
}
.c-wysiwyg p + h1, .c-wysiwyg p + h2, .c-wysiwyg p + h3, .c-wysiwyg p + h4, .c-wysiwyg p + h5,
.c-wysiwyg img + h1, .c-wysiwyg img + h2, .c-wysiwyg img + h3, .c-wysiwyg img + h4, .c-wysiwyg img + h5 {
  margin-top: 46px;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg p + h1, .c-wysiwyg p + h2, .c-wysiwyg p + h3, .c-wysiwyg p + h4, .c-wysiwyg p + h5,
  .c-wysiwyg img + h1, .c-wysiwyg img + h2, .c-wysiwyg img + h3, .c-wysiwyg img + h4, .c-wysiwyg img + h5 {
    margin-top: 30px;
  }
}
.c-wysiwyg img {
  width: 100%;
  height: auto;
  display: block;
  margin: 46px 0;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg img {
    margin: 30px 0;
  }
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  border-radius: 10px;
}

.p-slider .splide__track {
  overflow: visible;
}
.p-slider__bottom {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
@media screen and (min-width: 744px) {
  .p-slider__bottom {
    width: 83.3333333333%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-slider__bottom {
    left: -15vw;
    bottom: 15px;
  }
}
.p-slider__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 744px) {
  .p-slider__pagination {
    width: 53.6666666667%;
  }
}
@media screen and (max-width: 743px) {
  .p-slider__pagination {
    display: none;
  }
}
.p-slider__pagination .splide__pagination__page {
  width: 6px !important;
  height: 6px !important;
  gap: 10px !important;
  border-radius: 50% !important;
  background-color: var(--c-gray02) !important;
  transition: background-color 0.3s ease !important;
  border: none !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.p-slider__pagination .splide__pagination__page.is-active {
  background-color: var(--c2) !important;
  width: 14px !important;
  border-radius: 100vmax !important;
}
.p-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--f2);
  font-size: 14px;
  font-weight: 400;
  color: var(--c0);
}
.p-slider__nav__prev, .p-slider__nav__next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.p-slider__nav__prev:hover, .p-slider__nav__next:hover {
  opacity: 0.7;
}
.p-slider__nav__current {
  font-weight: 500;
}
.p-slider__nav__current .current {
  font-weight: 600;
}

@media screen and (min-width: 1401px) {
  .p-slider02 {
    height: 830px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-slider02 {
    height: 700px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-slider02 {
    height: 600px;
  }
}
@media screen and (max-width: 743px) {
  .p-slider02 {
    height: auto;
  }
}
.p-slider02__wrapper {
  border-radius: 10px;
}
.p-slider02__item img {
  border-radius: 10px;
}
@media screen and (min-width: 1401px) {
  .p-slider02__item img {
    width: 100%;
    max-width: 200px;
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-slider02__item img {
    max-width: 150px;
    width: 150px;
    height: auto;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-slider02__item img {
    width: 100px;
    max-width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 743px) {
  .p-slider02__item img {
    width: 100%;
    height: auto;
    max-width: 100px;
  }
}

.p-globalNav__bg {
  background: var(--c-gray);
}
@media screen and (min-width: 744px) {
  .p-globalNav__inner {
    padding-top: 28px;
    padding-bottom: 146px;
  }
}
@media screen and (max-width: 743px) {
  .p-globalNav__inner {
    padding-top: 22px;
    padding-bottom: 110px;
  }
}
.p-globalNav__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-globalNav__title {
    gap: 13px;
  }
}
@media screen and (max-width: 743px) {
  .p-globalNav__title {
    gap: 10px;
  }
}
.p-globalNav__title__en {
  font-family: var(--f2);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .p-globalNav__title__en {
    line-height: 1.2;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 743px) {
  .p-globalNav__title__en {
    line-height: 1.4;
    font-size: 1.4285714286rem;
  }
}
.p-globalNav__title__ja {
  font-family: var(--f1);
  font-weight: 600;
}
@media screen and (min-width: 744px) {
  .p-globalNav__title__ja {
    line-height: 2.2727272727;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 743px) {
  .p-globalNav__title__ja {
    line-height: 2;
    font-size: 1.1428571429rem;
  }
}
.p-globalNav__links {
  display: grid;
}
@media screen and (min-width: 744px) {
  .p-globalNav__links {
    margin-top: 54px;
  }
}
@media screen and (max-width: 743px) {
  .p-globalNav__links {
    gap: 5px;
    margin-top: 44px;
  }
}
.p-globalNav__links.--2col {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 743px) {
  .p-globalNav__links.--2col {
    grid-template-columns: 1fr;
  }
}
.p-globalNav__links.--3col {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 743px) {
  .p-globalNav__links.--3col {
    grid-template-columns: 1fr;
  }
}
.p-globalNav__links.--5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 743px) {
  .p-globalNav__links.--5col {
    grid-template-columns: 1fr 1fr;
  }
}
.p-globalNav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 744px) {
  .p-globalNav__link {
    line-height: 1.4666666667;
    height: 48px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 743px) {
  .p-globalNav__link {
    height: 50px;
    line-height: 1.5714285714;
    font-size: 1.0714285714rem;
  }
}
.p-globalNav__link::before {
  content: "";
  width: 6px;
  height: 7px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--c1);
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 743px) {
  .p-globalNav__link::before {
    width: 7px;
    height: 7px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.p-globalNav__link::after {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--c1);
  position: absolute;
  bottom: -7px;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 743px) {
  .p-globalNav__link::after {
    height: 2px;
    bottom: -5px;
  }
}
.p-globalNav__link:not(:last-child) {
  border-right: 1px solid var(--c-gray02);
  border-left: 1px solid var(--c-gray02);
}
@media screen and (max-width: 743px) {
  .p-globalNav__link:not(:last-child) {
    border-right: none;
    border-left: none;
    border-top: 1px solid var(--c-gray02);
  }
}
.p-globalNav__link:last-child {
  border-right: 1px solid var(--c-gray02);
}
@media screen and (max-width: 743px) {
  .p-globalNav__link:last-child {
    border-right: none;
    border-top: 1px solid var(--c-gray02);
    border-bottom: 1px solid var(--c-gray02);
  }
}
.p-globalNav__link.--active, .p-globalNav__link:hover {
  transition: all 0.3s ease;
  color: var(--c1);
}
.p-globalNav__link.--active::before, .p-globalNav__link:hover::before {
  opacity: 1;
}
.p-globalNav__link.--active::after, .p-globalNav__link:hover::after {
  opacity: 1;
}

.p-card {
  display: block;
}
@media screen and (max-width: 743px) {
  .p-card {
    max-width: 200px;
  }
}
.p-card__img {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.p-card__img h3 {
  position: absolute;
  font-family: var(--f2);
  color: var(--c-white);
  font-weight: 600;
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .p-card__img h3 {
    top: 29px;
    left: 25px;
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
@media screen and (max-width: 743px) {
  .p-card__img h3 {
    top: 15px;
    left: 19px;
    font-size: 1.1428571429rem;
    line-height: 1.2857142857;
  }
}
.p-card__img img {
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-card__info {
    margin-top: 31px;
  }
}
@media screen and (max-width: 743px) {
  .p-card__info {
    margin-top: 15px;
  }
}
.p-card__info h3 {
  font-family: var(--f1);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .p-card__info h3 {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media screen and (max-width: 743px) {
  .p-card__info h3 {
    font-size: 1.2142857143rem;
    line-height: 1.3333333333;
  }
}
.p-card__info p {
  font-family: var(--f2);
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 744px) {
  .p-card__info p {
    margin-top: 22px;
    font-size: 1.0625rem;
    line-height: 1.4666666667;
  }
}
@media screen and (max-width: 743px) {
  .p-card__info p {
    margin-top: 10px;
    font-size: 0.9285714286rem;
    line-height: 1.4545454545;
  }
}

.p-card02 {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: var(--c-white);
}
@media screen and (min-width: 744px) {
  .p-card02 {
    padding: 10px 10px 45px 10px;
  }
}
@media screen and (max-width: 743px) {
  .p-card02 {
    padding: 5px 5px 10px 5px;
  }
}
.p-card02:hover {
  transform: translateY(-2px);
}
.p-card02:hover .p-card02__img img {
  transform: scale(1.05);
}
.p-card02__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 744px) {
  .p-card02__img {
    aspect-ratio: 340/187;
  }
}
@media screen and (max-width: 743px) {
  .p-card02__img {
    aspect-ratio: 230/120;
  }
}
.p-card02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 744px) {
  .p-card02__info {
    margin-top: 16px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-card02__info {
    margin-top: 13px;
    padding-inline: 12px;
  }
}
@media screen and (min-width: 744px) {
  .p-card02__date {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 743px) {
  .p-card02__date {
    margin-bottom: 6px;
  }
}
.p-card02__date p {
  font-family: var(--f2);
  font-weight: 600;
  color: var(--c0);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .p-card02__date p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 743px) {
  .p-card02__date p {
    font-size: 0.9285714286rem;
    line-height: 1.4;
  }
}
.p-card02__title h3 {
  font-family: var(--f1);
  font-weight: 600;
  color: var(--c0);
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (min-width: 744px) {
  .p-card02__title h3 {
    font-size: 1rem;
    line-height: 1.4285714286;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 743px) {
  .p-card02__title h3 {
    height: 40px;
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.p-tab__head {
  display: flex;
}
@media screen and (min-width: 744px) {
  .p-tab__head {
    gap: 10px;
  }
}
@media screen and (max-width: 743px) {
  .p-tab__head {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media screen and (min-width: 744px) {
  .p-tab__head.--1col .p-tab__head__item {
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-tab__head.--1col .p-tab__head__item {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-tab__head.--2col .p-tab__head__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 743px) {
  .p-tab__head.--2col .p-tab__head__item {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (min-width: 744px) {
  .p-tab__head.--3col .p-tab__head__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 743px) {
  .p-tab__head.--3col .p-tab__head__item {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (min-width: 744px) {
  .p-tab__head.--4col .p-tab__head__item {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 743px) {
  .p-tab__head.--4col .p-tab__head__item {
    width: calc((100% - 5px) / 2);
  }
}
.p-tab__btn {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-dark-gray);
  border: 1px solid var(--c-dark-gray);
  color: var(--c-white);
  border-radius: 100vmax 100vmax 100vmax 0;
}
@media screen and (min-width: 744px) {
  .p-tab__btn {
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 743px) {
  .p-tab__btn {
    width: 100%;
    height: 38px;
    font-size: 1rem;
  }
}
.p-tab__btn.--current, .p-tab__btn:hover {
  transition: all 0.3s;
  background-color: var(--c1);
  border: 1px solid var(--c1);
  color: var(--c-white);
}
.p-tab__body {
  display: flex;
}
@media screen and (min-width: 744px) {
  .p-tab__body {
    gap: 60px 90px;
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-tab__body {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
}

.p-archive {
  display: flex;
}
@media screen and (min-width: 744px) {
  .p-archive {
    width: calc((100% - 90px) / 2);
    gap: 30px;
  }
}
@media screen and (max-width: 743px) {
  .p-archive {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
}
.p-archive__left {
  border-radius: 8px;
}
@media screen and (min-width: 744px) {
  .p-archive__left {
    width: 43.9024390244%;
  }
}
@media screen and (max-width: 743px) {
  .p-archive__left {
    width: 42.8571428571%;
    aspect-ratio: 135/105;
    border-radius: 4px;
    overflow: hidden;
  }
  .p-archive__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
}
@media screen and (min-width: 744px) {
  .p-archive__right {
    width: 48.7804878049%;
    padding-top: 5px;
  }
}
@media screen and (max-width: 743px) {
  .p-archive__right {
    width: 50.7936507937%;
  }
}
.p-archive__date {
  font-family: var(--f2);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .p-archive__date {
    font-size: 1rem;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 743px) {
  .p-archive__date {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-archive__category {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .p-archive__category {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) {
  .p-archive__category {
    margin-top: 0px;
    font-size: 0.7142857143rem;
    line-height: 1.8;
  }
}
.p-archive__title {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-archive__title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 743px) {
  .p-archive__title {
    padding-top: 29px;
  }
}
.p-archive__title::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-gray03);
}
@media screen and (max-width: 743px) {
  .p-archive__title::before {
    top: 11px;
  }
}
.p-archive__title h3 {
  font-family: var(--f1);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .p-archive__title h3 {
    font-size: 1rem;
    line-height: 2.1428571429;
  }
}
@media screen and (max-width: 743px) {
  .p-archive__title h3 {
    font-size: 0.7857142857em;
    line-height: 1.4545454545;
  }
}
.p-archive__img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/640;
  overflow: hidden;
}
.p-archive__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.p-archive02 {
  display: flex;
}
@media screen and (min-width: 744px) {
  .p-archive02 {
    gap: 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-archive02 {
    gap: 20px;
  }
}
@media screen and (min-width: 744px) {
  .p-archive02__left {
    width: 25%;
  }
}
@media screen and (max-width: 743px) {
  .p-archive02__left {
    width: 45.7142857143%;
  }
}
@media screen and (min-width: 744px) {
  .p-archive02__right {
    width: 70%;
  }
}
@media screen and (max-width: 743px) {
  .p-archive02__right {
    width: 48.5714285714%;
  }
}
@media screen and (min-width: 744px) {
  .p-archive02__img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 300/190;
  }
  .p-archive02__img img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 743px) {
  .p-archive02__img {
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
  }
  .p-archive02__img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-archive02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-archive02__head {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 744px) {
  .p-archive02__head {
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--c-gray03);
  }
}
@media screen and (max-width: 743px) {
  .p-archive02__head {
    flex-direction: column;
    gap: 10px;
  }
}
.p-archive02__category {
  background-color: var(--c1);
  color: var(--c-white);
  width: fit-content;
  font-weight: 600;
  padding: 3px 22px;
  border-radius: 2px;
}
@media screen and (min-width: 744px) {
  .p-archive02__category {
    font-size: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-archive02__category {
    font-size: 0.7142857143rem;
  }
}
.p-archive02__title {
  font-family: var(--f1);
  font-weight: 600;
}
@media screen and (min-width: 744px) {
  .p-archive02__title {
    font-size: 1.25rem;
    line-height: 1.5;
    width: 81%;
  }
}
@media screen and (max-width: 743px) {
  .p-archive02__title {
    font-size: 1.1428571429rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 744px) {
  .p-archive02__body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-archive02__body {
    margin-top: 10px;
  }
}
.p-archive02__body p {
  font-size: 1rem;
  line-height: 2.1428571429;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-archive02__body p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-404 {
  position: relative;
  background: var(--blue_background_, #F1F7FF);
  box-shadow: 0 4px 50px 0 rgba(0, 78, 162, 0.1) inset;
  padding: 200px 40px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-404 {
    padding: 120px 20px;
  }
}

.p-404__inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 50px auto 0;
}

.p-404__ribbonLeft {
  position: absolute;
  top: 26%;
  left: -5%;
  width: 28%;
  z-index: 1;
  pointer-events: none;
  transform: rotate(20deg);
}
@media screen and (max-width: 1024px) {
  .p-404__ribbonLeft {
    width: 50%;
    top: -10%;
    left: -20%;
  }
}

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

.p-404__ribbonRight {
  position: absolute;
  bottom: -19%;
  right: -18%;
  width: 54%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-404__ribbonRight {
    width: 50%;
    bottom: -20%;
    right: -15%;
  }
}

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

.p-404__title {
  font-family: var(--f2), var(--f3);
  font-size: 4rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__titleNum {
  color: #004EA2;
}

.p-404__text {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .p-404__text {
    font-size: 1rem;
    margin-bottom: 36px;
  }
}

.p-404__btn {
  display: flex;
  justify-content: center;
}

.p-404__btnLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 220px;
  height: 56px;
  padding: 0 32px;
  background-color: #004EA2;
  border-radius: 56px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-404__btnLink:hover {
  opacity: 0.8;
}

.p-404__btnLink span:first-child {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-white);
  letter-spacing: 0.5px;
}

.p-404__btnArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-white);
  border-radius: 50%;
}

.p-404__btnArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #004EA2;
  border-bottom: 1.5px solid #004EA2;
  transform: rotate(-45deg);
  margin-left: -2px;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  max-height: 934px;
  padding-top: 94px;
  overflow: visible;
  background-color: #FFF;
}

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

.p-mv__main {
  position: absolute;
  top: 8%;
  left: clamp(20px, 3.75vw, 60px);
  z-index: 15;
  transition: top 0.4s ease, left 0.4s ease, width 0.4s ease;
}

.p-mv__title {
  font-family: var(--f3);
  font-size: clamp(1.5rem, 2.375vw, 2.375rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--c-text);
  margin: -18px 0 30px;
  perspective: 600px;
}

.p-mv__char {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.p-mv__mvvLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 50px;
  font-family: var(--f3);
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 500;
  color: var(--c-white);
  text-decoration: none;
  background-color: var(--c-main);
  padding: 0 50px 0 24px;
  border-radius: 25px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-mv__mvvLink:hover {
  background-color: var(--c-white);
  color: var(--c-main);
  border: 1px solid var(--c-main);
}

.p-mv__mvvLink:hover .p-mv__mvvArrow::after {
  border-right-color: var(--c-main);
  border-bottom-color: var(--c-main);
}

.p-mv__mvvArrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

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

.p-mv__center {
  position: absolute;
  top: 30%;
  left: 66%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  width: 1435px;
  transition: top 0.4s ease, left 0.4s ease, width 0.4s ease;
}

.p-mv__centerImg {
  width: 1380px;
  height: auto;
}

.p-mv__illusts {
  position: static;
}

.p-mv__illust {
  position: absolute;
  z-index: 15;
  transition: top 0.4s ease, left 0.4s ease, right 0.4s ease, bottom 0.4s ease, width 0.4s ease;
}

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

.p-mv__illust--01 {
  top: -25px;
  left: 30%;
  width: clamp(140px, 6.25vw, 90px);
}

.p-mv__illust--02 {
  top: 82px;
  right: 24%;
  width: 149px;
}

.p-mv__illust--03 {
  top: 375px;
  left: 320px;
  width: clamp(150px, 14.6vw, 234px);
}

.p-mv__illust--04 {
  top: 386px;
  right: 20%;
  width: clamp(170px, 16.5vw, 245px);
}

.p-mv__deco {
  position: absolute;
  z-index: 11;
  pointer-events: none;
  transition: top 0.4s ease, left 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}

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

.p-mv__deco--1 {
  bottom: 39%;
  left: 7%;
  width: clamp(24px, 1.9vw, 30px);
  height: clamp(29px, 2.25vw, 36px);
}

.p-mv__deco--2 {
  top: 13%;
  left: 24%;
  width: clamp(11px, 0.9vw, 14px);
  height: clamp(14px, 1.1vw, 17px);
}

.p-mv__deco--3 {
  bottom: 29%;
  left: 12%;
  width: clamp(16px, 1.25vw, 20px);
  height: clamp(19px, 1.5vw, 24px);
}

.p-mv__deco--4 {
  top: 11%;
  left: 53%;
  width: clamp(16px, 1.25vw, 20px);
  height: clamp(19px, 1.5vw, 24px);
  z-index: 11;
}

.p-mv__deco--5 {
  bottom: 35%;
  right: 37%;
  width: clamp(16px, 1.25vw, 20px);
  height: clamp(19px, 1.5vw, 24px);
}

.p-mv__deco--6 {
  bottom: 54%;
  right: 12%;
  width: clamp(11px, 0.9vw, 14px);
  height: clamp(14px, 1.1vw, 17px);
}

.p-mv__deco--7 {
  bottom: 30%;
  right: 8.5%;
  width: clamp(24px, 1.9vw, 30px);
  height: clamp(29px, 2.25vw, 36px);
}

.p-mv__deco--8 {
  bottom: 13%;
  right: 5%;
  width: clamp(11px, 0.9vw, 14px);
  height: clamp(14px, 1.1vw, 17px);
}

.p-mv__deco--9 {
  bottom: 13%;
  left: 5%;
  width: clamp(11px, 0.9vw, 14px);
  height: clamp(14px, 1.1vw, 17px);
}

.p-mv__deco--10 {
  top: 3%;
  right: 13%;
  width: clamp(7px, 0.5vw, 8px);
  height: clamp(7px, 0.5vw, 8px);
}

.p-mv__scroll {
  position: absolute;
  bottom: clamp(20px, 3.25vw, 40px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.p-mv__scrollText {
  font-family: var(--f2);
  font-size: clamp(0.625rem, 0.75vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--c-text);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.p-mv__scrollLine {
  width: 1px;
  height: clamp(30px, 2.5vw, 40px);
  background-color: var(--c-main);
  animation: scroll 2s infinite ease-in-out;
}

@media (min-width: 1680px) {
  .p-mv__center {
    width: 1490px;
  }
  .p-mv__illust--03 {
    top: 375px;
    left: 426px;
  }
}
@media (min-width: 1025px) and (max-width: 1170px) {
  .p-mv {
    width: 110%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .p-mv__main {
    z-index: 15;
  }
  .p-mv__center {
    left: 66%;
  }
  .p-mv__illust--01 {
    top: 15%;
    left: 27%;
    width: clamp(108px, 6.25vw, 90px);
  }
  .p-mv__illust--02 {
    top: 16%;
    right: 26%;
    width: 120px;
  }
  .p-mv__illust--03 {
    bottom: 46%;
    left: 21%;
    width: clamp(150px, 14.6vw, 234px);
  }
  .p-mv__illust--04 {
    bottom: 41%;
    right: 23%;
    width: clamp(170px, 15.5vw, 264px);
  }
  .p-mv__deco--4 {
    display: none;
  }
  .p-mv__scroll {
    bottom: clamp(20px, 0vw, 40px);
  }
}
@media (min-width: 744px) and (max-width: 767px) {
  .p-mv__inner {
    top: 44px !important;
  }
  .p-mv__main {
    top: -16px !important;
    left: 20px !important;
    z-index: 20 !important;
  }
  .p-mv__illust--01 {
    top: 32% !important;
    left: 20% !important;
    width: clamp(80px, 12vw, 79px) !important;
  }
}
@media (min-width: 820px) and (max-width: 1024px) {
  .p-mv__center {
    top: 30%;
    left: 68%;
    width: 1230px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv {
    padding-top: 70px;
    height: 65svh;
    max-height: 934px;
  }
  .p-mv__inner {
    top: 0;
  }
  .p-mv__main {
    top: 25px;
    left: 20px;
    z-index: 20;
  }
  .p-mv__title {
    font-size: 2rem;
    margin: 0px 0 20px;
    z-index: 1;
    position: relative;
  }
  .p-mv__mvvLink {
    min-width: 180px;
    height: 44px;
    font-size: 0.875rem;
  }
  .p-mv__center {
    top: 30%;
    left: 68%;
    width: 1110px;
  }
  .p-mv__illust--01 {
    top: 25%;
    left: 23%;
    width: clamp(80px, 12vw, 120px);
  }
  .p-mv__illust--02 {
    top: 13%;
    right: 17%;
    width: clamp(80px, 13vw, 120px);
  }
  .p-mv__illust--03 {
    bottom: auto;
    top: 450px;
    left: 22%;
    width: clamp(100px, 18vw, 170px);
  }
  .p-mv__illust--04 {
    bottom: 30%;
    right: 14%;
    width: clamp(110px, 17vw, 180px);
  }
  .p-mv__scroll {
    bottom: 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-mv {
    padding-top: 60px;
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
    background-color: #FFF;
    max-width: 570px;
    margin: 0 auto;
  }
  .p-mv__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 40px;
    top: 0;
  }
  .p-mv__main {
    position: absolute;
    top: auto;
    bottom: -93px;
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    text-align: center;
    left: 0 !important;
  }
  .p-mv__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-mv__mvvLink {
    min-width: auto;
    width: 100%;
    max-width: 220px;
    height: 44px;
    font-size: 13px;
    padding: 0 30px 0 20px;
    border-radius: 22px;
  }
  .p-mv__mvvArrow {
    right: 14px;
    width: 20px;
    height: 20px;
  }
  .p-mv__mvvArrow::after {
    width: 6px;
    height: 6px;
  }
  .p-mv__center {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0) !important;
    width: 100%;
    order: 2;
    margin: 0 auto 30px;
    text-align: center;
  }
  .p-mv__centerImg {
    width: 100%;
    max-width: none;
  }
  .p-mv__illusts {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    order: 3;
    margin-bottom: 20px;
  }
  .p-mv__illust {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  .p-mv__illust--01 {
    display: block;
    top: 57px !important;
    left: 29px !important;
    width: 62px !important;
    position: absolute;
  }
  .p-mv__illust--02 {
    display: block;
    width: 60px;
    bottom: auto;
    position: absolute;
    right: 27px !important;
    top: 25px !important;
  }
  .p-mv__illust--03 {
    width: 90px;
    bottom: 140px !important;
    left: 60px !important;
  }
  .p-mv__illust--04 {
    width: 82px;
    bottom: 203px !important;
    position: absolute;
    right: 29px !important;
  }
  .p-mv__deco {
    display: block;
  }
  .p-mv__deco--2 {
    top: 4%;
    left: 24%;
  }
  .p-mv__deco--4 {
    top: 4%;
    left: 63%;
  }
  .p-mv__deco--5 {
    bottom: 22%;
    right: 45%;
  }
  .p-mv__deco--6 {
    bottom: 54%;
    right: 4%;
  }
  .p-mv__deco--7 {
    bottom: 38%;
    right: 8.5%;
  }
  .p-mv__scroll {
    position: absolute;
    bottom: -175px;
    left: 0;
    transform: none;
    order: 4;
    margin-top: 20px;
    right: 0;
  }
}
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.p-ttl {
  flex-shrink: 0;
  width: 280px;
}

.p-ttl__label {
  position: relative;
  font-family: var(--f2);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c-text);
  padding-left: 18px;
  margin: 0 0 10px;
}

.p-ttl__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: var(--c-main);
}

.p-ttl__title {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.p-ttl__title a {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}
.p-ttl__title {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--c-text);
  margin: 0 0 30px;
}

.p-ttl__titleArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
}

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

.p-ttl__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-main);
  transition: opacity 0.3s ease;
}

.p-ttl__link:hover {
  opacity: 0.7;
}

.p-ttl__linkArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-main);
  border-radius: 50%;
}

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

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-ttl__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-ttl {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .p-ttl {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-ttl__label {
    font-size: 1.25rem;
  }
  .p-ttl__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    gap: 12px;
  }
  .p-ttl__titleArrow {
    width: 20px;
    height: 20px;
  }
  .p-ttl__link {
    font-size: 1rem;
  }
  .p-ttl__linkArrow {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whoweare {
    padding-top: 156px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare {
    padding-top: 100px;
  }
}
.p-home__whoweare__inner {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-home__whoweare__inner {
    gap: 189px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1405px) {
  .p-home__whoweare__inner {
    gap: 110px;
    justify-content: center;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__whoweare__inner {
    gap: 80px;
    flex-direction: row;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__inner {
    flex-direction: column;
    position: relative;
  }
}
.p-home__whoweare__left {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-home__whoweare__left {
    padding-top: 32px;
    width: 37.7692307692%;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__whoweare__left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1101px) and (max-width: 1400px) {
  .p-home__whoweare__left {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 901px) and (max-width: 1100px) {
  .p-home__whoweare__left {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 744px) and (max-width: 900px) {
  .p-home__whoweare__left {
    width: 50%;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whoweare__logo {
    position: absolute;
    top: -1vw;
    right: -6vw;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__logo {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whoweare__text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__text {
    margin-top: 293px;
  }
}
.p-home__whoweare__text p {
  font-weight: 600;
  letter-spacing: 0.045em;
}
@media screen and (min-width: 744px) {
  .p-home__whoweare__text p {
    font-size: 1.125rem;
    line-height: 2.3333333333;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__text p {
    font-size: 1.0714285714rem;
  }
}
.p-home__whoweare__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 744px) {
  .p-home__whoweare__btns {
    margin-top: 68px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__btns {
    margin-top: 50px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whoweare__btn {
    max-width: 280px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whoweare__right {
    position: relative;
  }
}
@media screen and (min-width: 744px) and (min-width: 901px) and (max-width: 1400px) {
  .p-home__whoweare__right {
    width: 38%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__right {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
  }
}
.p-home__whoweare__sliders {
  display: flex;
}
@media screen and (min-width: 744px) {
  .p-home__whoweare__sliders {
    gap: 10px;
    position: relative;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__whoweare__sliders {
    justify-content: center;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__sliders {
    flex-direction: column;
    gap: 5px;
  }
}
.p-home__whoweare__sliders::after {
  content: "";
  background-image: url(../img/slider/bg_whoweare_01.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -2.4vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1401px) {
  .p-home__whoweare__sliders::after {
    aspect-ratio: 735/280;
    width: calc(121% + 2px);
    height: auto;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-home__whoweare__sliders::after {
    aspect-ratio: 735/280;
    width: calc(145% + 2px);
    height: auto;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__whoweare__sliders::after {
    aspect-ratio: 735/280;
    width: calc(145% + 2px);
    height: auto;
    bottom: 2vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) and (min-width: 901px) and (max-width: 1400px) {
  .p-home__whoweare__sliders::after {
    bottom: 6.6vw;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__sliders::after {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whoweare__slider:nth-child(1), .p-home__whoweare__slider:nth-child(3) {
    margin-top: 103px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whoweare__slider:nth-child(3) {
    display: none;
  }
}
.p-home__sliderCopy {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1101px) {
  .p-home__sliderCopy {
    margin-top: -31px;
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__sliderCopy {
    margin-top: 31px;
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sliderCopy {
    margin-top: 50px;
    margin-bottom: 62px;
  }
}
.p-home__crosstalk {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-home__crosstalk {
    margin-top: 128px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__crosstalk {
    padding-bottom: 150px;
  }
}
.p-home__crosstalk__inner {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-home__crosstalk__slider {
    margin-top: 62px;
    margin-inline: auto;
    padding-inline: 30px;
    max-width: 1020px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__crosstalk__slider {
    margin-top: 43px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__crosstalk__logo {
    position: absolute;
    top: -1vw;
    right: 0vw;
  }
}
@media screen and (max-width: 743px) {
  .p-home__crosstalk__logo {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-home__crosstalk__logo02 {
    position: absolute;
    top: 8vw;
    right: 15vw;
  }
}
@media screen and (max-width: 743px) {
  .p-home__crosstalk__logo02 {
    top: -100px;
  }
}
.p-home__whatwedo {
  position: relative;
  background-color: var(--c-gray);
}
@media screen and (min-width: 744px) {
  .p-home__whatwedo {
    padding-top: 93px;
    padding-bottom: 132px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-home__whatwedo .p-wave {
  position: absolute;
}
@media screen and (min-width: 1101px) {
  .p-home__whatwedo .p-wave {
    top: -106px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__whatwedo .p-wave {
    top: -5%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo .p-wave {
    top: -50px;
  }
}
.p-home__whatwedo .p-wave.--under {
  z-index: 1;
  top: auto;
}
@media screen and (min-width: 744px) {
  .p-home__whatwedo .p-wave.--under {
    bottom: -66px;
  }
}
@media screen and (min-width: 744px) and (min-width: 1920px) {
  .p-home__whatwedo .p-wave.--under {
    bottom: -82px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo .p-wave.--under {
    bottom: -40px;
  }
}
.p-home__whatwedo__inner {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-home__whatwedo__logo {
    position: absolute;
    top: -1vw;
    right: 4vw;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo__logo {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whatwedo__logo02 {
    position: absolute;
    top: 6vw;
    right: 20vw;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo__logo02 {
    display: none;
  }
}
.p-home__whatwedo__col {
  display: flex;
}
@media screen and (min-width: 744px) {
  .p-home__whatwedo__col {
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo__col {
    flex-direction: column;
    margin-top: 40px;
    gap: 33px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whatwedo__col__left {
    width: 51.1538461538%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo__col__left {
    width: 100%;
  }
}
.p-home__whatwedo__col__right {
  margin-top: 5px;
}
@media screen and (min-width: 1101px) {
  .p-home__whatwedo__col__right {
    width: 21.5384615385%;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__whatwedo__col__right {
    width: 35%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo__col__right {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whatwedo__text p {
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    line-height: 2.375;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo__text p {
    font-weight: 600;
    letter-spacing: 0em;
    font-size: 1.0714285714rem;
    line-height: 2.3076923077;
  }
}
@media screen and (min-width: 744px) {
  .p-home__whatwedo__slider {
    margin-top: 70px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__whatwedo__slider {
    margin-top: 60px;
  }
}
.p-home__whatwedo__slider .splide__track {
  overflow: inherit;
}
.p-home__join {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1401px) {
  .p-home__join__bg {
    aspect-ratio: 1600/860;
    background-image: url(../img/home/join/bg_join.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-home__join__bg {
    aspect-ratio: 1600/1000;
    background-image: url(../img/home/join/bg_join.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__join__bg {
    aspect-ratio: 375/600;
    background-image: url(../img/home/join/bg_join--sp.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 743px) {
  .p-home__join__bg {
    aspect-ratio: 375/700;
    background-image: url(../img/home/join/bg_join--sp.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 744px) {
  .p-home__join__inner {
    padding-top: 136px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__join__inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__join__copy {
    margin-top: 65px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__join__copy {
    margin-top: 20px;
  }
}
.p-home__join__copy p {
  font-family: var(--f1);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 744px) {
  .p-home__join__copy p {
    font-size: 2.125rem;
    line-height: 1.4411764706;
  }
}
@media screen and (max-width: 743px) {
  .p-home__join__copy p {
    font-size: 1.7142857143rem;
    line-height: 1.4166666667;
  }
}
.p-home__join__btns {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 744px) {
  .p-home__join__btns {
    margin-top: 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__join__btns {
    margin-top: 20px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__join__btn {
    width: 280px;
    min-width: 280px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__join__btn {
    width: 100%;
    min-width: 280px;
  }
}
.p-home__sustainability {
  position: relative;
  z-index: 1;
}
.p-home__sustainability .p-wave {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .p-home__sustainability .p-wave {
    top: -65px;
  }
}
@media screen and (min-width: 744px) and (min-width: 1920px) {
  .p-home__sustainability .p-wave {
    top: -82px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability .p-wave {
    top: -30px;
  }
}
.p-home__sustainability .p-wave.--under {
  top: auto;
}
@media screen and (min-width: 744px) {
  .p-home__sustainability .p-wave.--under {
    bottom: -62px;
  }
}
@media screen and (min-width: 744px) and (min-width: 1920px) {
  .p-home__sustainability .p-wave.--under {
    bottom: -82px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability .p-wave.--under {
    bottom: -40px;
  }
}
.p-home__sustainability__inner {
  position: relative;
  display: flex;
}
@media screen and (min-width: 744px) {
  .p-home__sustainability__inner {
    padding-top: 160px;
    padding-bottom: 160px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability__inner {
    padding-top: 100px;
    padding-bottom: 80px;
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__sustainability__logo {
    position: absolute;
    bottom: 16%;
    right: 50%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability__logo {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-home__sustainability__left {
    width: 46.9230769231%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability__left {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-home__sustainability__right {
    width: 46.1538461538%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability__right {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-home__sustainability__text {
    margin-top: 65px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability__text {
    margin-top: 30px;
  }
}
.p-home__sustainability__text p {
  letter-spacing: 0;
}
@media screen and (min-width: 744px) {
  .p-home__sustainability__text p {
    font-size: 1.125rem;
    line-height: 2.375;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability__text p {
    font-size: 1.0714285714rem;
    line-height: 2.3076923077;
  }
}
@media screen and (min-width: 744px) {
  .p-home__sustainability__btn {
    margin-top: 73px;
    max-width: 400px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__sustainability__btn {
    margin-top: 40px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .p-home__landscape__bg {
    aspect-ratio: 1600/760;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__landscape__bg {
    aspect-ratio: 1600/1200;
  }
}
@media screen and (max-width: 743px) {
  .p-home__landscape__bg {
    aspect-ratio: 375/500;
  }
}
.p-home__landscape__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home__news {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-home__news {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__news {
    padding-bottom: 100px;
  }
}
.p-home__news .p-wave {
  position: absolute;
}
@media screen and (min-width: 744px) {
  .p-home__news .p-wave {
    top: -65px;
  }
}
@media screen and (min-width: 744px) and (min-width: 1920px) {
  .p-home__news .p-wave {
    top: -88px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__news .p-wave {
    top: -30px;
  }
}
.p-home__news__inner {
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-home__news__inner {
    padding-top: 125px;
  }
}
@media screen and (max-width: 743px) {
  .p-home__news__inner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 744px) {
  .p-home__news__logo {
    position: absolute;
    top: 60%;
    left: 0%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__news__logo {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-home__news__logo02 {
    position: absolute;
    bottom: -8%;
    right: -1%;
  }
}
@media screen and (max-width: 743px) {
  .p-home__news__logo02 {
    display: none;
  }
}
.p-home__news__col {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-home__news__col {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__news__col {
    gap: 40px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1101px) {
  .p-home__news__left {
    width: 21.5384615385%;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__news__left {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .p-home__news__right {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__news__right {
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-home__news__btn {
    margin-top: 12.5vw;
  }
  .p-home__news__btn.--pc {
    display: block;
  }
  .p-home__news__btn.--sp {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-home__news__btn {
    width: 30%;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 743px) {
  .p-home__news__btn {
    margin-top: 50px;
  }
  .p-home__news__btn.--pc {
    display: none;
  }
  .p-home__news__btn.--sp {
    display: block;
  }
}

.p-news {
  padding: 160px 0;
}
@media (min-width: 1025px) and (max-height: 650px) {
  .p-news {
    padding: 160px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-news {
    padding: 240px 0 60px;
  }
}

.p-news__inner {
  display: flex;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 743px) {
  .p-news__inner {
    flex-direction: column;
    gap: 34px;
    padding: 0 30px;
  }
}

.p-news__header {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 743px) {
  .p-news__header {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}

.p-news__title {
  font-family: var(--f3);
  font-size: 2rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 743px) {
  .p-news__title {
    font-size: 1.5rem;
  }
}

.p-news__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  text-decoration: none;
  padding-bottom: 16px;
  letter-spacing: 0.8px;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-news__link {
    font-size: 1rem;
    padding-bottom: 14px;
  }
}
.p-news__link {
  border-bottom: 1px solid #004EA2;
}

.p-news__link:hover .p-news__linkArrow {
  background-color: var(--c-white);
  border: 1px solid #4581DD;
}

.p-news__link:hover .p-news__linkArrow::after {
  border-right-color: #4581DD;
  border-bottom-color: #4581DD;
}

.p-news__link--sp {
  display: none;
}
@media screen and (max-width: 743px) {
  .p-news__link--sp {
    display: inline-flex;
    max-width: 200px;
    margin: 17px auto 0;
  }
}

@media screen and (max-width: 743px) {
  .p-news__header .p-news__link {
    display: none;
  }
}

.p-news__linkArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  right: -22px;
}
@media screen and (max-width: 743px) {
  .p-news__linkArrow {
    width: 14px;
    height: 14px;
    right: -2px;
  }
}

.p-news__linkArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--c-white);
  border-bottom: 1.5px solid var(--c-white);
  transform: rotate(-45deg);
  margin-left: -2px;
}
@media screen and (max-width: 743px) {
  .p-news__linkArrow::after {
    width: 4px;
    height: 4px;
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
    margin-left: -1px;
  }
}

.p-news__list {
  flex: 1;
}

.p-news__item {
  display: block;
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D9;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-news__item:first-child {
  padding-top: 0;
}

.p-news__item:hover {
  opacity: 0.7;
}

.p-news__meta {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 16px;
}

.p-news__date {
  font-family: var(--f2);
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c-text);
}

.p-news__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--c-white);
  background-color: #E9665C;
  border-radius: 100px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (max-width: 743px) {
  .p-news__cat {
    font-size: 0.8rem;
  }
}
.p-news__cat--red {
  background-color: #E9665C;
}
.p-news__cat--green {
  background-color: #74BD49;
}
.p-news__cat--orange {
  background-color: #F19053;
}
.p-news__cat--purple {
  background-color: #7E8DC3;
}

.p-news__itemTitle {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--c-text);
  margin: 0;
}

.p-news__empty {
  font-family: var(--f3);
  font-size: 1rem;
  color: var(--c-text);
  margin: 0;
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-news {
    padding: 80px 0;
  }
  .p-news__inner {
    gap: 55px;
  }
  .p-news__header {
    width: 200px;
  }
  .p-news__title {
    font-size: 1.625rem;
  }
  .p-news__itemTitle {
    font-size: 1rem;
  }
  .p-news__item {
    padding: 24px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-news__itemTitle {
    font-size: 1rem;
  }
  .p-news__item {
    padding: 24px 0;
  }
  .p-news__meta {
    margin-bottom: 8px;
  }
}
.p-newsArchive {
  position: relative;
  background: var(--blue05, #DBECFF);
  overflow: hidden;
}
.p-newsArchive::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -18%;
  width: 100%;
  height: 100%;
  background: url("../img/news-archive/bg.svg") no-repeat;
  background-size: cover;
  background-position: top;
  pointer-events: none;
  z-index: 0;
}

.p-newsArchive__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__inner {
    padding: 0 20px;
  }
}

.p-newsArchive__main {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__main {
    padding: 80px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArchive__main {
    padding: 80px 0;
  }
}

.p-newsArchive__header {
  position: relative;
  padding: 65px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__header {
    flex-direction: column;
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArchive__header {
    padding: 30px 0 20px;
  }
}

.p-newsArchive__heading {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.84px;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__heading {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArchive__heading {
    font-size: 1.5rem;
  }
}

.p-newsArchive__section {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__section {
    margin-bottom: 40px;
  }
}

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

.p-newsArchive__sectionInner {
  background-color: var(--c-white);
  border-radius: 8px;
  border: 1px solid #DBECFF;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__sectionInner {
    padding: 30px 20px;
  }
}

.p-newsArchive__headerIllust {
  flex-shrink: 0;
  width: 220px;
  align-self: flex-start;
  position: absolute;
  right: 45px;
  top: 100px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__headerIllust {
    width: 100px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArchive__headerIllust {
    width: 100px;
    top: 0;
    right: 10px;
  }
}

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

.p-newsArchive__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__filters {
    gap: 8px;
    margin-bottom: 30px;
  }
}

.p-newsArchive__filterBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background-color: #E9665C;
  border: none;
  border-radius: 166.034px;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.8;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__filterBtn {
    font-size: 0.875rem;
    padding: 0 12px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArchive__filterBtn {
    font-size: 0.8rem;
    padding: 0px 12px;
  }
}

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

.p-newsArchive__filterBtn--gold,
.p-newsArchive__filterBtn--blue {
  background-color: #E9665C;
}

.p-newsArchive__filterBtn--pink,
.p-newsArchive__filterBtn--red {
  background-color: #74BD49;
}

.p-newsArchive__filterBtn--purple,
.p-newsArchive__filterBtn--green {
  background-color: #F19053;
}

.p-newsArchive__filterBtn--green2,
.p-newsArchive__filterBtn--lightblue {
  background-color: #7E8DC3;
}

.p-newsArchive__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-newsArchive__item {
  border-bottom: 1px solid #E5E5E5;
}

.p-newsArchive__item:first-child {
  border-top: 1px solid #E5E5E5;
}

.p-newsArchive__item a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 48px 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__item a {
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArchive__item a {
    display: block;
    padding: 16px 0;
  }
}

.p-newsArchive__item a:hover {
  opacity: 0.7;
}

.p-newsArchive__itemCategory {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  padding: 6px 16px;
  background: #E9665C;
  border: none;
  border-radius: 100px;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__itemCategory {
    padding: 4px 12px;
    font-size: 0.75rem;
    width: 110px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArchive__itemCategory {
    padding: 5px 12px;
    font-size: 0.8rem;
    display: inline-block;
    font-weight: normal;
    width: auto;
  }
}

.p-newsArchive__itemCategory--gold,
.p-newsArchive__itemCategory--blue {
  background-color: #E9665C;
}

.p-newsArchive__itemCategory--pink,
.p-newsArchive__itemCategory--red {
  background-color: #74BD49;
}

.p-newsArchive__itemCategory--purple,
.p-newsArchive__itemCategory--green {
  background-color: #F19053;
}

.p-newsArchive__itemCategory--green2,
.p-newsArchive__itemCategory--lightblue {
  background-color: #7E8DC3;
}

.p-newsArchive__itemContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__itemContent {
    width: 100%;
    gap: 12px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArchive__itemContent {
    gap: 0;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

.p-newsArchive__itemDate {
  display: block;
  font-family: var(--f2);
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.8px;
  line-height: 1.6;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__itemDate {
    font-size: 0.875rem;
  }
}

.p-newsArchive__itemTitle {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__itemTitle {
    font-size: 1rem;
  }
}

.p-newsArchive__itemArrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__itemArrow {
    display: none;
  }
}

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

.p-newsArchive__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 82px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__pagination {
    margin-top: 40px;
    gap: 24px;
  }
}

.p-newsArchive__paginationPrev,
.p-newsArchive__paginationNext {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__paginationPrev,
  .p-newsArchive__paginationNext {
    width: 18px;
    height: 18px;
  }
}

.p-newsArchive__paginationPrev span,
.p-newsArchive__paginationNext span {
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid var(--c-white);
  border-bottom: 1.5px solid var(--c-white);
}

.p-newsArchive__paginationPrev span {
  transform: rotate(135deg);
  margin-left: 2px;
}

.p-newsArchive__paginationNext span {
  transform: rotate(-45deg);
  margin-left: -2px;
}

.p-newsArchive__paginationPrev:hover,
.p-newsArchive__paginationNext:hover {
  opacity: 0.7;
}

.p-newsArchive__paginationPrev.is-disabled,
.p-newsArchive__paginationNext.is-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.p-newsArchive__paginationNumbers {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__paginationNumbers {
    gap: 16px;
  }
}

.p-newsArchive__paginationNumber {
  font-family: var(--f2);
  font-size: 1.5rem;
  font-weight: 500;
  color: #74777D;
  letter-spacing: 1.2px;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-newsArchive__paginationNumber {
    font-size: 1.125rem;
  }
}

.p-newsArchive__paginationNumber:hover {
  opacity: 0.7;
}

.p-newsArchive__paginationNumber.is-current {
  color: #4581DD;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-newsArchive__paginationNumber--dots {
  color: #74777D;
}

.p-newsSingle {
  background: var(--c-white);
}

.p-newsSingle__hero {
  position: relative;
  padding: 120px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__hero {
    padding: 90px 0 0;
  }
}

.p-newsSingle__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__heroInner {
    padding: 0 20px;
  }
}

.p-newsSingle__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px 120px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__inner {
    padding: 0 20px 60px;
  }
}

.p-newsSingle__mainVisual {
  max-width: 969px;
  margin: 40px auto 64px;
  position: relative;
  z-index: 1;
}
.p-newsSingle__mainVisual img {
  width: 100%;
  height: auto;
  aspect-ratio: 968/614;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__mainVisual {
    margin: 30px 0 40px;
  }
}

.p-newsSingle__mainVisualDummy {
  width: 100%;
  aspect-ratio: 968/614;
  background-color: #D9D9D9;
  border-radius: 4px;
}

.p-newsSingle__contentWrap {
  max-width: 969px;
  margin: 0 auto;
}

.p-newsSingle__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__header {
    margin-bottom: 30px;
  }
}

.p-newsSingle__headerMeta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 10px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__headerMeta {
    gap: 16px;
    margin-bottom: 24px;
  }
}

.p-newsSingle__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 166px;
  border: 2px solid transparent;
  line-height: 1;
}
.p-newsSingle__category--gold {
  background-color: #E9665C;
  border-color: #E9665C;
}
.p-newsSingle__category--pink {
  background-color: #74BD49;
  border-color: #74BD49;
}
.p-newsSingle__category--purple {
  background-color: #F19053;
  border-color: #F19053;
}
.p-newsSingle__category--green, .p-newsSingle__category--green2 {
  background-color: #7E8DC3;
  border-color: #7E8DC3;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__category {
    padding: 8px 16px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 743px) {
  .p-newsSingle__category {
    padding: 4px 16px;
    font-size: 0.8rem;
  }
}

.p-newsSingle__date {
  font-family: var(--f2);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-text);
  letter-spacing: 0.8px;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__date {
    font-size: 0.875rem;
  }
}

.p-newsSingle__title {
  font-family: var(--f3);
  font-size: 2.625rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.36px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__title {
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsSingle__title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.p-newsSingle__contentContainer {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__contentContainer {
    margin-bottom: 60px;
  }
}

.p-newsSingle__content {
  max-width: 100%;
}
.p-newsSingle__content h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  padding-bottom: 0;
  border-bottom: none;
  border-image: none;
}
.p-newsSingle__content h3::before {
  content: "";
  display: block;
  width: 4px;
  min-height: 45px;
  align-self: stretch;
  background-color: #4581DD;
  flex-shrink: 0;
  border-radius: 0 3px 6px 0;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__content h3 {
    font-size: 1.25rem;
    gap: 12px;
  }
  .p-newsSingle__content h3::before {
    min-height: 36px;
  }
}
.p-newsSingle__content h4 {
  font-size: 1.25rem;
  padding-bottom: 0;
  border-bottom: none;
  border-image: none;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__content h4 {
    font-size: 1.125rem;
    margin-bottom: 14px;
  }
}
.p-newsSingle__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 36px 0;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__content table {
    margin: 24px 0;
  }
}
.p-newsSingle__content table th, .p-newsSingle__content table td {
  font-family: var(--f3);
  font-size: 1rem;
  padding: 19px 16px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.6;
  border: 1px solid var(--c-white);
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__content table th, .p-newsSingle__content table td {
    font-size: 0.875rem;
    padding: 12px 16px;
  }
}
.p-newsSingle__content table th {
  background-color: #4581DD;
  color: var(--c-white);
  font-weight: 600;
  text-align: center;
}
.p-newsSingle__content table td {
  background-color: var(--blue02, #F1F7FF);
  color: var(--c-text);
  font-weight: 500;
}
.p-newsSingle__content ul {
  list-style: none;
  padding: 0;
  margin: 36px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__content ul {
    margin: 24px 0;
    gap: 12px;
  }
}
.p-newsSingle__content ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
  text-align: justify;
}
.p-newsSingle__content ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #4581DD;
  flex-shrink: 0;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__content ul li {
    font-size: 0.9375rem;
  }
}
.p-newsSingle__content ol {
  list-style: none;
  padding: 0;
  margin: 36px 0;
  counter-reset: ol-counter;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__content ol {
    margin: 24px 0;
  }
}
.p-newsSingle__content ol li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
  text-align: justify;
  counter-increment: ol-counter;
  margin-bottom: 8px;
}
.p-newsSingle__content ol li::before {
  content: counter(ol-counter) ".";
  font-family: var(--f2);
  font-size: 1rem;
  font-weight: 500;
  color: #4581DD;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__content ol li {
    font-size: 0.9375rem;
  }
}

.c-wysiwyg__columns {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 36px 0;
}
@media screen and (max-width: 1024px) {
  .c-wysiwyg__columns {
    flex-direction: column;
    gap: 20px;
    margin: 24px 0;
  }
}

.c-wysiwyg__column {
  flex: 1;
}
.c-wysiwyg__column h4 {
  padding-bottom: 0;
  border-bottom: none;
  border-image: none;
  margin-bottom: 16px;
}
.c-wysiwyg__column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0;
  aspect-ratio: 473/342;
  object-fit: cover;
}
.c-wysiwyg__column p {
  margin-bottom: 0;
}

.p-newsSingle__back {
  display: flex;
  justify-content: center;
}

.p-newsSingle__backBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 19px 32px 19px 48px;
  background-color: #4581DD;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 120px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-newsSingle__backBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .p-newsSingle__backBtn {
    padding: 14px 24px 14px 48px;
    font-size: 0.875rem;
  }
}

.p-newsSingle__backArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-white);
  border-radius: 50%;
  position: relative;
}
.p-newsSingle__backArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #4581DD;
  border-bottom: 1.5px solid #4581DD;
  transform: rotate(-45deg);
  margin-left: -2px;
}

.p-miraiGroup {
  padding: 100px 0;
  background-color: var(--c-bg);
}

.p-miraiGroup__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
}

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

.p-miraiGroup__logo img {
  width: 202px;
  height: auto;
  mix-blend-mode: multiply;
}

.p-miraiGroup__catch {
  font-family: var(--f3);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--c-text);
  text-align: center;
  margin: 0 0 40px;
}

.p-miraiGroup__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-main);
  transition: opacity 0.3s ease;
}

.p-miraiGroup__link:hover {
  opacity: 0.7;
}

.p-miraiGroup__linkArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-main);
  border-radius: 50%;
}

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

@media screen and (max-width: 743px) {
  .p-miraiGroup {
    padding: 60px 0;
  }
  .p-miraiGroup__inner {
    padding: 0 20px;
  }
  .p-miraiGroup__logo {
    margin-bottom: 40px;
  }
  .p-miraiGroup__logo img {
    width: 150px;
  }
  .p-miraiGroup__catch {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.p-about {
  background-color: #FFF;
}
.p-about__hero {
  position: relative;
  margin-top: 94px;
  padding-bottom: 0;
  background: var(--blue_background_, #F1F7FF);
  box-shadow: 0 4px 50px 0 rgba(0, 78, 162, 0.1) inset;
  overflow: hidden;
  height: 274px;
  --ribbon-draw: 55%;
}
@media screen and (max-width: 1024px) {
  .p-about__hero {
    padding-top: 0;
    height: 200px;
    margin-top: 73px;
  }
}
@media screen and (max-width: 743px) {
  .p-about__hero {
    margin-top: 70px;
    height: 140px;
  }
}
.p-about__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/base/bg-ribbon.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
  mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
}
@media screen and (max-width: 1024px) {
  .p-about__hero::after {
    background-position: 70%;
  }
}
@media screen and (max-width: 743px) {
  .p-about__hero::after {
    background-image: url("../img/base/bg-ribbon-sp.svg");
    background-position: center;
  }
}

.p-about__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-about__heroInner {
    padding: 10px 15px 0;
  }
}

.p-about__heroTitle {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-about__heroTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-about__heroTitle {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

.p-about__inner {
  display: flex;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 90px 40px 0;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .p-about__inner {
    padding: 0 20px;
  }
}

.p-about__sidebar {
  position: sticky;
  top: 95px;
  align-self: flex-start;
  order: 2;
  width: 200px;
  flex-shrink: 0;
  z-index: 10;
  padding-top: 57px;
}
@media screen and (max-width: 1024px) {
  .p-about__sidebar {
    display: none;
  }
}

.p-about__tocTitle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: #4581DD;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.p-about__tocTitle::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #4581DD;
  flex-shrink: 0;
}

.p-about__tocList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-about__tocItem {
  position: relative;
  padding-left: 34px;
}

.p-about__tocItem a {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 500;
  color: #74777D;
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.p-about__tocItem a:hover {
  color: var(--c-text);
}

.p-about__tocItem--active {
  position: relative;
}

.p-about__tocItem--active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/environment/toc-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-about__tocItem--active a {
  color: var(--c-text);
  font-weight: 500;
}

.p-about__tocExternal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.p-about__tocExternal::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2210_2958)'%3E%3Cpath d='M3.68426 2.45264H0.526367V9.47369H7.54742V5.96843' stroke='%23004EA2' stroke-miterlimit='10'/%3E%3Cpath d='M4.03162 5.96847L9.47372 0.526367' stroke='%23004EA2' stroke-miterlimit='10'/%3E%3Cpath d='M9.47367 5.08426V0.526367H4.91577' stroke='%23004EA2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2210_2958'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-about__main {
  flex: 1;
  order: 1;
  max-width: 840px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-about__main {
    max-width: 100%;
    padding: 40px 0;
  }
}

.p-about__section {
  margin-bottom: 190px;
}
@media screen and (max-width: 1024px) {
  .p-about__section {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 743px) {
  .p-about__section {
    margin-bottom: 60px;
  }
}

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

.p-about__section--info {
  position: relative;
  padding: 165px 0;
  margin-bottom: 0;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .p-about__section--info {
    padding: 100px 0;
  }
}

.p-about__section--info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw + 50%);
  height: 100%;
  background-color: #F1F7FF;
  z-index: -1;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .p-about__section--info::before {
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.p-about__section--info > * {
  position: relative;
  z-index: 1;
}

.p-about__infoHeading {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0 0 48px;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--c-main);
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-about__infoHeading {
    font-size: 1.5rem;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__infoHeading {
    padding-bottom: 8px;
  }
}

.p-about__sectionHeader {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-about__sectionHeader {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__sectionHeader {
    margin-bottom: 0;
  }
}

.p-about__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background-color: var(--c-main);
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 120px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-about__label {
    margin-bottom: 24px;
  }
}

.p-about__heading {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0 0 42px;
}
@media screen and (max-width: 1024px) {
  .p-about__heading {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__heading {
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
}

.p-about__lead {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-about__lead {
    font-size: 1.125rem;
  }
}

.p-about__divider {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-about__divider {
    margin-bottom: 32px;
  }
}

.p-about__messageHero {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-about__messageHero {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__messageHero {
    margin-bottom: 16px;
  }
}

.p-about__messageHero img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-about__messageTitle {
  font-family: var(--f3);
  font-size: 32px;
  font-weight: 600;
  color: #000;
  letter-spacing: 2.56px;
  line-height: 2.34;
  text-align: left;
  margin: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-about__messageTitle {
    font-size: 1.375rem;
    letter-spacing: 1.5px;
    padding-bottom: 16px;
  }
}

.p-about__messageTitleDivider {
  width: 100%;
  height: 2px;
  background-color: #D7D7D7;
  margin: 0 0 48px;
}
@media screen and (max-width: 1024px) {
  .p-about__messageTitleDivider {
    margin: 0 0 32px;
  }
}

.p-about__messageBody {
  font-family: var(--f3);
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-about__messageBody {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__messageBody {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 743px) {
  .p-about__messageBody {
    font-size: 16px;
  }
}

.p-about__messageBody p {
  margin: 0 0 1em;
}

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

.p-about__messageSection {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-about__messageSection {
    margin-bottom: 40px;
  }
}

.p-about__messageSectionTitle {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--f2), var(--f3);
  font-size: 24px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .p-about__messageSectionTitle {
    font-size: 18px;
    gap: 12px;
    margin: 0 0 16px;
  }
}

.p-about__messageSectionTitle::before {
  content: "";
  display: block;
  width: 4px;
  height: 45px;
  background-color: #4581DD;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-about__messageSectionTitle::before {
    height: 35px;
  }
}

.p-about__messageSignature {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-about__messageSignature {
    gap: 16px;
  }
}

.p-about__messagePosition {
  font-family: var(--f3);
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}

.p-about__messageSignatureImg {
  width: 154px;
  height: 50px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-about__messageSignatureImg {
    width: 120px;
    height: auto;
  }
}

.p-about__infoHero {
  margin-bottom: 82px;
}
@media screen and (max-width: 1024px) {
  .p-about__infoHero {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__infoHero {
    margin-bottom: 16px;
  }
}

.p-about__infoHero img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-about__table {
  margin: 0;
  max-width: 814px;
}
.p-about__tableRow {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 22px 0;
}
@media screen and (max-width: 1024px) {
  .p-about__tableRow {
    flex-direction: column;
    gap: 0;
  }
}

.p-about__tableRow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 166px;
  height: 2px;
  background-color: #2367CE;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-about__tableRow::before {
    width: 100px;
  }
}

.p-about__tableRow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7F8094;
}
.p-about__tableRow--withIllust .p-about__tableTd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-about__tableRow--withIllust .p-about__tableTd {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 94%;
  }
}
@media screen and (max-width: 743px) {
  .p-about__tableRow--withIllust .p-about__tableTd {
    padding: 0;
  }
}

.p-about__tableIllust {
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-about__tableIllust {
    align-self: flex-end;
  }
}
.p-about__tableIllust--01 {
  width: 269px;
}
@media screen and (max-width: 1024px) {
  .p-about__tableIllust--01 {
    width: 150px;
    margin: -80px 0 0 0;
  }
}
@media screen and (max-width: 743px) {
  .p-about__tableIllust--01 {
    width: 150px;
    margin: -40px 0 0 0;
  }
}
.p-about__tableIllust--02 {
  width: 140px;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-about__tableIllust--02 {
    width: 100px;
    margin: -116px 0 0 0;
  }
}
@media screen and (max-width: 743px) {
  .p-about__tableIllust--02 {
    width: 78px;
    margin: -110px 0 0 0;
  }
}

.p-about__tableTh {
  flex-shrink: 0;
  width: 142px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-about__tableTh {
    width: 100%;
    font-size: 1.125rem;
    text-align: left;
  }
}

.p-about__tableTd {
  flex: 1;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-about__tableTd {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 743px) {
  .p-about__tableTd {
    font-size: 1rem;
    padding: 0;
    line-height: 1.6;
  }
}

.p-about__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .p-about__stats {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }
}

.p-about__statsCard {
  background-color: rgba(215, 215, 215, 0.5);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-about__statsCard {
    padding: 24px;
  }
}

.p-about__statsLabel {
  font-family: var(--f3);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--c-sub);
  letter-spacing: 1.4px;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .p-about__statsLabel {
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
}

.p-about__statsValue {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 0 0 8px;
}
.p-about__statsNum {
  font-family: var(--f2);
  font-size: 5.625rem;
  font-weight: 600;
  color: #001f40;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .p-about__statsNum {
    font-size: 3.5rem;
  }
}

.p-about__statsUnit {
  font-family: var(--f3);
  font-size: 2rem;
  font-weight: 600;
  color: #001f40;
  letter-spacing: 4px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-about__statsUnit {
    font-size: 1.5rem;
  }
}

.p-about__statsSub {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: #001f40;
  line-height: 1.8;
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .p-about__statsSub {
    font-size: 1rem;
  }
}

.p-about__statsNote {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 400;
  color: #001f40;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-about__statsNote {
    font-size: 0.875rem;
  }
}

.p-about__mapSection {
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .p-about__mapSection {
    margin-bottom: 40px;
  }
}

.p-about__mapDesc {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 2;
  margin: 0 0 64px;
}
@media screen and (max-width: 1024px) {
  .p-about__mapDesc {
    font-size: 1.0625rem;
    line-height: 2;
    margin-bottom: 32px;
  }
}

.p-about__map {
  width: 100%;
  aspect-ratio: 1018/603;
  background-color: #e5e5e5;
  border-radius: 8px;
}
.p-about__corporateLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-sub);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-about__corporateLink {
    font-size: 1.125rem;
  }
}

.p-about__corporateLink:hover {
  opacity: 0.7;
}

.p-about__corporateLinkIcon {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='10' fill='none' stroke='%232c6ed2' stroke-width='2'/%3E%3Cpath fill='%232c6ed2' d='M10 6h2v6h-2zM10 14h2v2h-2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-about__history {
  margin-bottom: 120px;
  padding: 140px 0;
}
@media screen and (max-width: 1024px) {
  .p-about__history {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-about__history {
    margin-bottom: 0;
    padding: 50px 0;
  }
}

.p-about__historyHeading {
  font-family: var(--f3);
  font-size: 2.625rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.36px;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .p-about__historyHeading {
    font-size: 1.5rem;
    margin-bottom: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__historyHeading {
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
}

.p-about__historyDivider {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  margin-bottom: 0;
}
.p-about__timeline {
  position: relative;
  padding-left: 68px;
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  .p-about__timeline {
    padding-left: 40px;
    margin-top: 30px;
  }
}

.p-about__timeline::before {
  content: "";
  position: absolute;
  top: 116px;
  left: 12px;
  width: 4px;
  height: calc(100% - 109px);
  background: #DBECFF;
}
@media screen and (max-width: 1024px) {
  .p-about__timeline::before {
    left: 4px;
    top: 80px;
    height: calc(100% - 80px);
  }
}

.p-about__timelineItem {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .p-about__timelineItem {
    margin-bottom: 16px;
  }
}

.p-about__timelineItem--last {
  margin-bottom: 0;
}

.p-about__timelineDot {
  position: absolute;
  top: 109px;
  left: -61px;
  width: 14px;
  height: 14px;
  background-color: var(--c-main);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-about__timelineDot {
    left: -36px;
    width: 10px;
    height: 10px;
    top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__timelineDot {
    left: -39px;
  }
}
@media screen and (max-width: 743px) {
  .p-about__timelineDot {
    left: -40px;
  }
}

.p-about__timelineCard {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #F1F7FF;
  border-radius: 4px;
  width: 704px;
}
@media screen and (max-width: 1024px) {
  .p-about__timelineCard {
    flex-direction: column;
    width: 100%;
    min-height: auto;
  }
}

.p-about__timelineCard--last {
  background-color: #F1F7FF;
  width: 799px;
  min-height: 141px;
}
@media screen and (max-width: 1024px) {
  .p-about__timelineCard--last {
    width: 100%;
    min-height: auto;
  }
}

.p-about__timelineContent {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-about__timelineContent {
    padding: 24px;
    gap: 16px;
    width: 100%;
  }
}

.p-about__timelineCard--last .p-about__timelineContent {
  justify-content: center;
  min-height: 141px;
  padding: 22px 36px;
}
@media screen and (max-width: 1024px) {
  .p-about__timelineCard--last .p-about__timelineContent {
    min-height: auto;
    padding: 24px;
  }
}

.p-about__timelineYear {
  font-family: var(--f2);
  font-size: 2.5rem;
  font-weight: 600;
  color: #2367CE;
  line-height: 1.6;
  letter-spacing: 2px;
  margin: 0;
}
@media screen and (min-width: 1101px) {
  .p-about__timelineYear {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .p-about__timelineYear div {
    min-width: 200px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__timelineYear {
    font-size: 1.5rem;
  }
}
.p-about__timelineYear span {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  color: #000;
}
.p-about__timelineYear span:first-of-type {
  color: #2367CE;
}
.p-about__timelineYear span:last-of-type {
  padding-left: 10px;
}

.p-about__timelineText {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
  letter-spacing: 1.28px;
  margin: 0;
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .p-about__timelineText {
    font-size: 1rem;
    letter-spacing: 1px;
    width: 100%;
  }
}

.p-about__timelineImage {
  position: relative;
  top: auto;
  right: auto;
  flex-shrink: 0;
  width: 222px;
  height: 334px;
  background-color: #D9D9D9;
  z-index: 1;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .p-about__timelineImage {
    width: 100%;
    height: 150px;
  }
}

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

.p-about__location {
  position: relative;
  padding: 165px 0;
  margin-bottom: 0;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .p-about__location {
    padding: 80px 0;
  }
}

.p-about__location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw + 50%);
  height: 100%;
  background-color: #F1F7FF;
  z-index: -1;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .p-about__location::before {
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.p-about__location > * {
  position: relative;
  z-index: 1;
}

.p-about__locationHeading {
  font-family: var(--f3);
  font-size: 2.625rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.36px;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .p-about__locationHeading {
    font-size: 1.5rem;
    margin-bottom: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__locationHeading {
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
}

.p-about__locationDivider {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .p-about__locationDivider {
    margin-bottom: 30px;
  }
}

.p-about__locationMap {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-about__locationMap {
    margin-bottom: 32px;
  }
}

.p-about__locationMapInner {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 59px 73px;
  max-width: 969px;
}
@media screen and (max-width: 1024px) {
  .p-about__locationMapInner {
    padding: 24px;
  }
}

.p-about__locationMapImg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 743px) {
  .js-map-popup-trigger {
    cursor: pointer;
  }
}

.p-about__mapPopup {
  display: none;
}
.p-about__mapPopup.--open {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

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

.p-about__mapPopupContent {
  position: relative;
  width: 90vw;
  max-height: 90vh;
  background: #fff;
  border-radius: 8px;
  padding: 40px 16px 16px;
  overflow: hidden;
  touch-action: none;
}

.p-about__mapPopupClose {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  z-index: 2;
  border-radius: 50%;
}

.p-about__mapPopupImgWrap {
  width: 100%;
  height: auto;
  transform-origin: 0 0;
}

.p-about__mapPopupImg {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.p-about__locationCards {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-about__locationCards {
    flex-direction: column;
  }
}

.p-about__locationCard {
  flex: 1;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  max-width: 476px;
}
@media screen and (max-width: 1024px) {
  .p-about__locationCard {
    max-width: 100%;
  }
}

.p-about__locationCardHeader {
  background-color: #4581DD;
  border-radius: 4px;
  padding: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-about__locationCardHeader {
    height: 48px;
  }
}

.p-about__locationCardTitle {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.9px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-about__locationCardTitle {
    font-size: 1.125rem;
  }
}

.p-about__locationCardBody {
  position: relative;
  padding: 70px 27px 80px;
  min-height: 498px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-about__locationCardBody {
    padding: 24px;
    min-height: auto;
  }
}

.p-about__locationCardImg {
  width: 100%;
  height: auto;
}
.p-aboutTop {
  padding: 100px 0 0;
}
@media screen and (max-width: 743px) {
  .p-aboutTop {
    padding: 8px 10px 80px;
  }
}

.p-aboutTop__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 743px) {
  .p-aboutTop__inner {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 0;
  }
}

.p-aboutTop__content {
  flex-shrink: 0;
  padding-top: 20px;
  width: 36%;
}
@media screen and (max-width: 743px) {
  .p-aboutTop__content {
    width: 100%;
    padding-top: 0;
  }
}

.p-aboutTop__title {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.p-aboutTop__title a {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}
.p-aboutTop__title {
  font-family: var(--f3);
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--c-text);
  margin: 0 0 100px;
}
@media screen and (min-width: 1101px) {
  .p-aboutTop__title {
    font-size: 2.5625rem;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1101px) {
  .p-aboutTop__title {
    font-size: 2.25rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutTop__title {
    font-size: 1.5rem;
    margin-bottom: 26px;
    gap: 12px;
  }
}

.p-aboutTop__titleArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .p-aboutTop__titleArrow {
    width: 14px;
    height: 14px;
  }
}

.p-aboutTop__titleArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--c-white);
  border-bottom: 1.5px solid var(--c-white);
  transform: rotate(-45deg);
  margin-left: -2px;
}
@media screen and (max-width: 743px) {
  .p-aboutTop__titleArrow::after {
    width: 4px;
    height: 4px;
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
    margin-left: -1px;
  }
}

.p-aboutTop__links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 40px 60px;
}
@media screen and (min-width: 1101px) {
  .p-aboutTop__links {
    gap: 32px 40px;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutTop__links {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-aboutTop__linksRow {
  display: contents;
}

.p-aboutTop__linksItem {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--c-main);
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-aboutTop__linksItem {
    padding-bottom: 20px;
    width: 234px;
  }
}
@media screen and (min-width: 1101px) {
  .p-aboutTop__linksItem {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutTop__linksItem {
    padding-bottom: 11px;
    white-space: normal;
  }
}

.p-aboutTop__linksItem:hover {
  opacity: 0.7;
}

.p-aboutTop__linksItem:focus {
  outline: none;
}

.p-aboutTop__linksText {
  font-family: var(--f3);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--c-text);
}
@media screen and (min-width: 1101px) {
  .p-aboutTop__linksText {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutTop__linksText {
    font-size: 0.9375rem;
  }
}

.p-aboutTop__linksArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 743px) {
  .p-aboutTop__linksArrow {
    width: 18px;
    height: 18px;
  }
}

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

.p-aboutTop__linksExternal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 743px) {
  .p-aboutTop__linksExternal {
    width: 14px;
    height: 14px;
  }
}

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

.p-aboutTop__image {
  flex-shrink: 0;
  max-width: 51%;
  margin: -25px 0 0 0;
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-aboutTop__image {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutTop__image {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

.p-aboutTop__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-aboutTop {
    padding: 8px 0px 80px;
  }
  .p-aboutTop__inner {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 0;
  }
  .p-aboutTop__content {
    width: 100%;
    padding-top: 0;
  }
  .p-aboutTop__title {
    font-size: 1.5rem;
    margin-bottom: 26px;
    gap: 12px;
  }
  .p-aboutTop__links {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-aboutTop__linksItem {
    padding-bottom: 11px;
    white-space: normal;
  }
  .p-aboutTop__linksText {
    font-size: 1.1rem;
  }
  .p-aboutTop__linksArrow {
    width: 18px;
    height: 18px;
  }
}
.p-work {
  padding: 120px 0;
  background-color: #4581DD;
}
@media screen and (max-width: 1024px) {
  .p-work {
    padding: 48px 10px;
  }
}
@media screen and (max-width: 743px) {
  .p-work {
    padding: 70px 10px 50px;
  }
}

.p-work__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-work__inner {
    flex-direction: column;
    gap: 40px;
  }
}

.p-work__content {
  padding-top: 0px;
  width: 50%;
  margin-top: -23px;
}
@media screen and (max-width: 1024px) {
  .p-work__content {
    width: 100%;
    padding-top: 0;
  }
}

.p-work__title {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.p-work__title a {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}
.p-work__title {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--c-white);
  margin: 0 0 115px;
}
@media screen and (min-width: 1101px) {
  .p-work__title {
    font-size: 2.5rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-work__title {
    font-size: 1.5rem;
    margin-bottom: 0px;
    gap: 12px;
  }
}

.p-work__titleArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #004EA2;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-work__titleArrow {
    width: 18px;
    height: 18px;
  }
}

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

.p-work__illust {
  width: 400px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .p-work__illust {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .p-work__illust {
    display: block;
    width: 100%;
    margin: 35px auto 10px;
  }
}

.p-work__illust img {
  width: 100%;
  height: auto;
  display: block;
}

.p-work__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 24px;
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .p-work__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px 15px;
    width: 100%;
  }
}

.p-work__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 51px 20px 30px;
  background-color: var(--c-white);
  border-radius: 4px;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  max-height: 126px;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .p-work__card {
    padding: 45px 20px 25px;
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-work__card {
    padding: 45px 20px 45px;
    width: 100%;
  }
}

.p-work__card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.p-work__cardIcon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 1024px) {
  .p-work__cardIcon {
    width: 65px;
    height: 65px;
    top: -30px;
  }
}

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

.p-work__cardTitle {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--c-text);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-work__cardTitle {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  .p-work__cardTitle {
    font-size: 1.125rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    min-height: 56px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-work {
    padding: 80px 0px 80px;
  }
  .p-work__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-work__cards {
    gap: 45px 20px;
  }
  .p-work__card {
    padding: 45px 20px 30px;
  }
}
.p-work__cardArrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #004EA2;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-work__cardArrow {
    width: 20px;
    height: 20px;
    right: 16px;
    bottom: 16px;
  }
}

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

.p-people {
  padding: 100px 0;
}

.p-people__inner {
  max-width: 1380px;
  margin: 0 auto;
}

.p-people__desc {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--c-text);
  margin: 0 0 50px;
}

.p-people__cards {
  display: flex;
  gap: 33px;
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-people__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px 10px;
  }
}

.p-people__card {
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

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

.p-people__card:nth-child(1) {
  margin-top: 100px;
}

.p-people__card:nth-child(2) {
  margin-top: 67px;
}

.p-people__card:nth-child(3) {
  margin-top: 34px;
}

.p-people__card:nth-child(4) {
  margin-top: 0;
}

.p-people__cardImg {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 430px;
  overflow: hidden;
  margin-bottom: 10px;
  /* clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%); */
}

.p-people__cardImg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 78, 162, 0.6) 100%);
  mix-blend-mode: multiply;
}

.p-people__cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-people__cardNum {
  position: absolute;
  left: 20px;
  top: 20px;
  transform: rotate(-90deg);
  transform-origin: left top;
  font-family: var(--f2);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c-white);
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}

.p-people__cardTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--c-text);
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-main);
}

.p-people__cardArrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
}

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

@media screen and (max-width: 743px) {
  .p-people {
    padding: 60px 0;
  }
  .p-people__inner {
    max-width: 100%;
  }
  .p-people__desc {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .p-people__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
    margin-top: 30px;
  }
  .p-people__card:nth-child(1),
  .p-people__card:nth-child(2),
  .p-people__card:nth-child(3),
  .p-people__card:nth-child(4) {
    margin-top: 0;
  }
  .p-people__cardImg {
    width: 100%;
    height: 300px;
  }
  .p-people__cardNum {
    font-size: 1rem;
    left: 10px;
  }
  .p-people__cardTitle {
    font-size: 1rem;
  }
  .p-people__cardArrow {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-people {
    padding: 80px 0;
  }
  .p-people__card:nth-child(1),
  .p-people__card:nth-child(2),
  .p-people__card:nth-child(3),
  .p-people__card:nth-child(4) {
    margin-top: 0;
  }
  .p-people__cardImg {
    width: 100%;
    height: 350px;
  }
  .p-people__cardTitle {
    font-size: 1.125rem;
  }
}
.p-peopleArchive {
  position: relative;
  background: var(--blue05, #DBECFF);
  overflow: hidden;
}
.p-peopleArchive::before {
  content: "";
  position: absolute;
  top: 443px;
  left: -18%;
  width: 100%;
  height: 100%;
  background: url("../img/people-archive/bg-ribbon.svg") no-repeat;
  background-size: cover;
  background-position: top;
  pointer-events: none;
  z-index: 0;
}

.p-peopleArchive__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__inner {
    padding: 0 20px;
  }
}

.p-peopleArchive__content {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__content {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleArchive__content {
    padding: 80px 0 0;
  }
}

.p-peopleArchive__header {
  position: relative;
  padding: 100px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__header {
    flex-direction: column;
    padding: 30px 0 40px;
  }
}

.p-peopleArchive__heading {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.84px;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__heading {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}

.p-peopleArchive__headingLine {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__headingLine {
    max-width: 200px;
  }
}

.p-peopleArchive__section {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__section {
    margin-bottom: 40px;
    margin: 0 -20px;
    border-radius: 0;
  }
}

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

.p-peopleArchive__headerIllust {
  flex-shrink: 0;
  width: 157px;
  position: absolute;
  right: 60px;
  top: -135px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__headerIllust {
    width: 100px;
    right: 20px;
    top: -80px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleArchive__headerIllust {
    width: 75px;
    right: 25px;
    top: -140px;
  }
}

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

.p-peopleArchive__main {
  position: relative;
  z-index: 1;
  background: var(--c-white);
  border-radius: 8px;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__main {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleArchive__main {
    border-radius: 0;
  }
}

.p-peopleArchive__tabs {
  display: flex;
  gap: 45px;
  margin-bottom: 82px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__tabs {
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleArchive__tabs {
    margin-bottom: 16px;
  }
}

.p-peopleArchive__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-peopleArchive__tab:hover {
  opacity: 0.7;
}

.p-peopleArchive__tabText {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
}
@media screen and (max-width: 743px) {
  .p-peopleArchive__tabText {
    font-size: 0.875rem;
  }
}

.p-peopleArchive__tabIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.p-peopleArchive__tabIcon img {
  width: 100%;
  height: 100%;
}

.p-peopleArchive__filter {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 82px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }
}

.p-peopleArchive__filterLabel {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 0;
  white-space: nowrap;
}

.p-peopleArchive__filterList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__filterList {
    gap: 8px;
  }
}

.p-peopleArchive__filterItem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  background-color: var(--c-white);
  border: 2px solid currentColor;
  border-radius: 166px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
}
.p-peopleArchive__filterItem--blue4 {
  color: #E9665C;
  border-color: #E9665C;
}
.p-peopleArchive__filterItem--blue4.is-active {
  background-color: #E9665C;
  color: var(--c-white);
}
.p-peopleArchive__filterItem--blue2 {
  color: #74BD49;
  border-color: #74BD49;
}
.p-peopleArchive__filterItem--blue2.is-active {
  background-color: #74BD49;
  color: var(--c-white);
}
.p-peopleArchive__filterItem--blue3 {
  color: #F19053;
  border-color: #F19053;
}
.p-peopleArchive__filterItem--blue3.is-active {
  background-color: #F19053;
  color: var(--c-white);
}
.p-peopleArchive__filterItem--blue1 {
  color: #7E8DC3;
  border-color: #7E8DC3;
}
.p-peopleArchive__filterItem--blue1.is-active {
  background-color: #7E8DC3;
  color: var(--c-white);
}
.p-peopleArchive__filterItem--red {
  color: #E9665C;
  border-color: #E9665C;
}
.p-peopleArchive__filterItem--red.is-active {
  background-color: #E9665C;
  color: var(--c-white);
}
.p-peopleArchive__filterItem--green {
  color: #74BD49;
  border-color: #74BD49;
}
.p-peopleArchive__filterItem--green.is-active {
  background-color: #74BD49;
  color: var(--c-white);
}
.p-peopleArchive__filterItem--orange {
  color: #F19053;
  border-color: #F19053;
}
.p-peopleArchive__filterItem--orange.is-active {
  background-color: #F19053;
  color: var(--c-white);
}
.p-peopleArchive__filterItem--purple {
  color: #7E8DC3;
  border-color: #7E8DC3;
}
.p-peopleArchive__filterItem--purple.is-active {
  background-color: #7E8DC3;
  color: var(--c-white);
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__filterItem {
    padding: 8px 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleArchive__filterItem {
    padding: 6px 16px;
    font-size: 0.875rem;
  }
}

.p-peopleArchive__list {
  display: grid;
  grid-template-columns: repeat(4, 224px);
  gap: 48px 26px;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 1101px) {
  .p-peopleArchive__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 16px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleArchive__list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }
}

.p-peopleArchive__card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 224px;
}
@media screen and (min-width: 1101px) {
  .p-peopleArchive__card {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__card {
    width: 100%;
  }
}

.p-peopleArchive__card:hover {
  opacity: 0.7;
}

.p-peopleArchive__cardImageWrap {
  position: relative;
}

.p-peopleArchive__cardImage {
  position: relative;
  width: 224px;
  height: 321px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .p-peopleArchive__cardImage {
    width: 100%;
    height: auto;
    aspect-ratio: 224/321;
  }
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__cardImage {
    width: 100%;
    height: auto;
    aspect-ratio: 224/321;
  }
}

.p-peopleArchive__cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

.p-peopleArchive__cardImageDummy {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
}

.p-peopleArchive__cardCategory {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 166px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 12px;
  margin-top: -15px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__cardCategory {
    padding: 8px 12px;
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleArchive__cardCategory {
    margin-top: -35px;
  }
}
.p-peopleArchive__cardCategory--red {
  background-color: #E9665C;
  border: 2px solid #E9665C;
}
.p-peopleArchive__cardCategory--green {
  background-color: #74BD49;
  border: 2px solid #74BD49;
}
.p-peopleArchive__cardCategory--orange {
  background-color: #F19053;
  border: 2px solid #F19053;
}
.p-peopleArchive__cardCategory--purple {
  background-color: #7E8DC3;
  border: 2px solid #7E8DC3;
}
.p-peopleArchive__cardCategory--blue4 {
  background-color: #E9665C;
  border: 2px solid #E9665C;
}
.p-peopleArchive__cardCategory--blue2 {
  background-color: #74BD49;
  border: 2px solid #74BD49;
}
.p-peopleArchive__cardCategory--blue3 {
  background-color: #F19053;
  border: 2px solid #F19053;
}
.p-peopleArchive__cardCategory--blue1 {
  background-color: #7E8DC3;
  border: 2px solid #7E8DC3;
}

.p-peopleArchive__cardInfo {
  width: calc(100% - 26px);
  margin: -92px auto 0;
  position: relative;
  z-index: 1;
  background: var(--c-white);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0 24px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__cardInfo {
    width: calc(100% - 20px);
    margin-top: -70px;
    padding: 20px 15px;
  }
}

.p-peopleArchive__cardDept {
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.39;
  margin: 0 0 15px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__cardDept {
    font-size: 0.625rem;
    margin-bottom: 10px;
  }
}

.p-peopleArchive__cardName {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0 0 15px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__cardName {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.p-peopleArchive__cardYear {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__cardYear {
    font-size: 0.875rem;
  }
}

.p-peopleArchive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__pagination {
    gap: 24px;
  }
}

.p-peopleArchive__paginationPrev,
.p-peopleArchive__paginationNext {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-peopleArchive__paginationPrev img,
.p-peopleArchive__paginationNext img {
  width: 100%;
  height: 100%;
}
.p-peopleArchive__paginationPrev:hover,
.p-peopleArchive__paginationNext:hover {
  opacity: 0.7;
}
.p-peopleArchive__paginationPrev.is-disabled,
.p-peopleArchive__paginationNext.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-peopleArchive__paginationNumbers {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__paginationNumbers {
    gap: 16px;
  }
}

.p-peopleArchive__paginationNumber {
  font-family: var(--f2);
  font-size: 1.5rem;
  font-weight: 500;
  color: #7f8094;
  text-decoration: none;
  letter-spacing: 1.2px;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.p-peopleArchive__paginationNumber:hover {
  color: #003e82;
}
.p-peopleArchive__paginationNumber.is-current {
  color: #003e82;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__paginationNumber {
    font-size: 1.125rem;
  }
}

.p-peopleArchive__paginationDots {
  font-family: var(--f2);
  font-size: 1.5rem;
  font-weight: 500;
  color: #7f8094;
  letter-spacing: 1.2px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-peopleArchive__paginationDots {
    font-size: 1.125rem;
  }
}

.p-peopleSingle {
  background: var(--c-white);
}

.p-peopleSingle__hero {
  position: relative;
  background: #FFF;
  padding: 125px 0 0px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__hero {
    padding: 80px 0 0px;
  }
}

.p-peopleSingle__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__heroInner {
    padding: 0 20px;
  }
}

.p-peopleSingle__mainVisual {
  position: relative;
  z-index: 2;
  max-width: 969px;
  margin: 40px auto 25px;
  border-radius: 10px;
  overflow: hidden;
}
.p-peopleSingle__mainVisual img {
  width: 100%;
  height: auto;
  aspect-ratio: 969/615;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__mainVisual {
    max-width: 100%;
    margin: 30px 20px 40px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__mainVisual {
    margin: 0px 0px 25px;
  }
}

.p-peopleSingle__mainVisualDummy {
  width: 100%;
  aspect-ratio: 969/615;
  background-color: #D9D9D9;
  border-radius: 4px;
}

.p-peopleSingle__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 40px 120px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__inner {
    padding: 40px 20px 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__inner {
    padding: 25px 20px 60px;
  }
}
.p-peopleSingle__inner::before {
  content: "";
  position: absolute;
  top: -13%;
  left: -34%;
  width: 83%;
  height: 100%;
  background: url("../img/page/top-ribbon.svg") no-repeat;
  background-size: contain;
  background-position: top left;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__inner::before {
    top: 0;
    left: -34%;
    width: 83%;
    height: 60%;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__inner::before {
    top: -6%;
    left: -25%;
    width: 83%;
    height: 60%;
  }
}

.p-peopleSingle__header {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__header {
    margin-bottom: 28px;
  }
}

.p-peopleSingle__headerMeta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__headerMeta {
    gap: 16px;
    margin-bottom: 20px;
  }
}

.p-peopleSingle__contentWrap {
  max-width: 973px;
  margin: 0 auto;
}

.p-peopleSingle__contentContainer {
  max-width: 973px;
  margin: 0 auto;
}

.p-peopleSingle__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 120px;
  line-height: 1;
}
.p-peopleSingle__category--blue4 {
  background-color: #4581dd;
}
.p-peopleSingle__category--blue2 {
  background-color: #2c6ed2;
}
.p-peopleSingle__category--blue3 {
  background-color: #004ea2;
}
.p-peopleSingle__category--blue1 {
  background-color: #003e82;
}
.p-peopleSingle__category--red {
  background-color: #E9665C;
}
.p-peopleSingle__category--green {
  background-color: #74BD49;
}
.p-peopleSingle__category--orange {
  background-color: #F19053;
}
.p-peopleSingle__category--purple {
  background-color: #7E8DC3;
}

.p-peopleSingle__date {
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  color: #2C6ED2;
  line-height: 1.6;
  margin: 0;
}

.p-peopleSingle__title {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__title {
    font-size: 1.625rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__title {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}

.p-peopleSingle__mainImage {
  position: relative;
  width: 100%;
  max-width: 969px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 48px;
}
.p-peopleSingle__mainImage img {
  width: 100%;
  height: auto;
  display: block;
}

.p-peopleSingle__mainImageCorner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #004ea2;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__mainImageCorner {
    width: 40px;
    height: 40px;
  }
}

.p-peopleSingle__profile {
  background: var(--c-white);
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__profile {
    margin-bottom: 50px;
  }
}

.p-peopleSingle__profileLabel {
  display: inline-block;
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--c-white);
  background: linear-gradient(135deg, #004EA2 0%, #2C6ED2 100%);
  padding: 10px 55px 10px 24px;
  line-height: 1;
  margin: 0;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-peopleSingle__profileLabel {
    padding: 8px 38px 8px 16px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  }
  .p-peopleSingle__profileLabel br {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__profileLabel {
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 8px 20px 8px 16px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  }
}

.p-peopleSingle__profileBox {
  background: var(--blue02, #F1F7FF);
  padding: 20px 36px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__profileBox {
    padding: 16px 20px;
  }
}

.p-peopleSingle__profileName {
  font-family: var(--f3);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 1.12px;
  line-height: 1.8;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__profileName {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__profileName {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}

.p-peopleSingle__profileDesc {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__profileDesc {
    font-size: 0.875rem;
  }
}

.p-peopleSingle__content {
  max-width: 100%;
}

.p-peopleSingle__message {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__message {
    padding: 60px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__message {
    padding: 80px 0 50px;
  }
}
.p-peopleSingle__message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background-color: #F1F7FF;
  z-index: 0;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__message::before {
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.p-peopleSingle__messageInner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__messageInner {
    padding: 0 20px;
  }
}

.p-peopleSingle__messageGrid {
  display: grid;
  gap: 30px;
  align-items: stretch;
}
.p-peopleSingle__messageBox {
  flex: 1;
  background: var(--c-white);
  padding: 60px 60px;
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__messageBox {
    padding: 40px 24px;
  }
}

.p-peopleSingle__messageTitle {
  font-family: var(--f3);
  font-size: 2rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 1.6px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__messageTitle {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

.p-peopleSingle__messageLine {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__messageLine {
    margin: 24px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__messageLine {
    margin: 10px 0 20px;
  }
}

.p-peopleSingle__messageBody {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 2.375;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__messageBody {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

@media screen and (min-width: 1101px) {
  .p-peopleSingle__messageBody.--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    align-items: start;
  }
  .p-peopleSingle__messageBody.--grid p:has(img) {
    grid-column: 2;
    grid-row: 1/-1;
  }
  .p-peopleSingle__messageBody.--grid p:has(img) img {
    margin: 0;
  }
  .p-peopleSingle__messageBody.--grid p:not(:has(img)) {
    grid-column: 1;
  }
}

.p-peopleSingle__messageBody img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 1.5em 0;
  border-radius: 5px;
}

.p-peopleSingle__messageImage {
  margin-top: 42px;
}
.p-peopleSingle__messageImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/450;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__messageImage {
    margin-top: 24px;
  }
}

.p-peopleSingle__related {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__related {
    padding: 60px 0;
  }
}

.p-peopleSingle__relatedInner {
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedInner {
    padding: 0 20px;
    gap: 30px;
  }
}

.p-peopleSingle__relatedHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
.p-peopleSingle__relatedHeader::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #004EA2 0%, #7EABE6 30%, rgba(0, 0, 0, 0.2) 100%);
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.p-peopleSingle__relatedTitle {
  font-family: var(--f3);
  font-size: 2.625rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.36px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedTitle {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__relatedTitle {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.p-peopleSingle__relatedLink {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  padding-bottom: 6px;
}
.p-peopleSingle__relatedLink span {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
}
.p-peopleSingle__relatedLink img {
  width: 22px;
  height: 22px;
}
.p-peopleSingle__relatedLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedLink span {
    font-size: 0.875rem;
  }
  .p-peopleSingle__relatedLink img {
    width: 18px;
    height: 18px;
  }
}

.p-peopleSingle__relatedLine {
  display: none;
}

.p-peopleSingle__relatedList {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 26px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedList {
    gap: 40px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedList {
    gap: 30px 16px;
    margin-top: 25px;
  }
}

.p-peopleSingle__relatedCard {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 224px;
}
@media screen and (min-width: 1101px) {
  .p-peopleSingle__relatedCard {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedCard {
    width: calc(24% - 8px);
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__relatedCard {
    width: calc(50% - 8px);
  }
}
.p-peopleSingle__relatedCard:hover {
  opacity: 0.7;
}

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

.p-peopleSingle__relatedCardImage {
  position: relative;
  width: 100%;
  aspect-ratio: 224/321;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__relatedCardImage {
    border-radius: 4px;
  }
}
.p-peopleSingle__relatedCardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-peopleSingle__relatedCardImageDummy {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
}

.p-peopleSingle__relatedCardCategory {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 10px 16px;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 166px;
  line-height: 1;
  white-space: nowrap;
  margin-top: -15px;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedCardCategory {
    font-size: 0.75rem;
    padding: 8px 12px;
    margin-top: -35px;
    position: relative;
  }
}
@media screen and (max-width: 743px) {
  .p-peopleSingle__relatedCardCategory {
    font-size: 0.75rem;
    padding: 8px 12px;
    margin-top: -35px;
    margin-bottom: 8px;
  }
}
.p-peopleSingle__relatedCardCategory--red {
  background-color: #E9665C;
  border: 2px solid #E9665C;
}
.p-peopleSingle__relatedCardCategory--green {
  background-color: #74BD49;
  border: 2px solid #74BD49;
}
.p-peopleSingle__relatedCardCategory--orange {
  background-color: #F19053;
  border: 2px solid #F19053;
}
.p-peopleSingle__relatedCardCategory--purple {
  background-color: #7E8DC3;
  border: 2px solid #7E8DC3;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedCardCategory {
    font-size: 0.75rem;
    padding: 8px 12px;
    margin-bottom: 8px;
  }
}

.p-peopleSingle__relatedCardInfo {
  position: relative;
  margin-top: -40px;
  margin-left: 13px;
  width: 199px;
  background: var(--c-white);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0 20px 24px;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-height: 210px;
  flex: 1;
}
@media screen and (min-width: 1101px) {
  .p-peopleSingle__relatedCardInfo {
    width: calc(100% - 26px);
    margin-left: 13px;
    padding: 0 20px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedCardInfo {
    width: calc(100% - 20px);
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    padding: 20px 15px;
    border-radius: 4px;
    align-items: center;
    gap: 0;
    justify-content: start;
  }
}

.p-peopleSingle__relatedCardDept {
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.39;
  margin: 0;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedCardDept {
    font-size: 0.625rem;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.p-peopleSingle__relatedCardName {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedCardName {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.p-peopleSingle__relatedCardYear {
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-peopleSingle__relatedCardYear {
    font-size: 0.875rem;
  }
}

.p-environmentTop {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.p-environmentTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 150px);
  height: 100%;
  background-color: #e3ecf9;
  border-radius: 0 5px 5px 0;
  z-index: 0;
}

.p-environmentTop__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

.p-environmentTop__content {
  position: relative;
  z-index: 2;
  width: 50%;
  max-width: 650px;
  padding: 100px 60px 100px 60px;
}

.p-environmentTop__desc {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--c-text);
  margin: 0 0 60px;
}

.p-environmentTop__links {
  display: flex;
  gap: 40px;
}

.p-environmentTop__linksCol {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 280px;
}

.p-environmentTop__linksItem {
  border-bottom: 1px solid var(--c-main);
}

.p-environmentTop__linksItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-environmentTop__linksItem a:hover {
  opacity: 0.7;
}

.p-environmentTop__linksItem span:first-child {
  font-family: var(--f3);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--c-text);
}
@media screen and (max-width: 743px) {
  .p-environmentTop__linksItem span:first-child {
    font-size: 1rem;
  }
}

.p-environmentTop .p-ttl__titleArrow {
  background-color: #004EA2;
}

.p-environmentTop__linksArrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #004EA2;
  border-radius: 50%;
}

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

.p-environmentTop__image {
  position: absolute;
  right: calc((100% - 100vw) / 2);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 50vw;
  height: 560px;
  overflow: hidden;
}

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

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-environmentTop {
    padding: 60px 0 0;
  }
  .p-environmentTop::before {
    width: 100%;
    height: 100%;
  }
  .p-environmentTop__content {
    width: 100%;
    max-width: 58%;
    padding: 30px 40px 50px;
    margin-left: 0;
  }
  .p-environmentTop__links {
    gap: 20px;
  }
  .p-environmentTop__linksCol {
    width: 240px;
  }
  .p-environmentTop__image {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 300px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 743px) {
  .p-environmentTop {
    padding: 30px 0 0;
  }
  .p-environmentTop__inner {
    flex-direction: column;
  }
  .p-environmentTop::before {
    width: 100%;
    height: 94%;
  }
  .p-environmentTop__content {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 50px 20px;
    margin-left: 0;
  }
  .p-environmentTop__desc {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .p-environmentTop__links {
    flex-direction: column;
    gap: 0;
  }
  .p-environmentTop__linksCol {
    width: 100%;
  }
  .p-environmentTop__linksItem span:first-child {
    font-size: 1rem;
  }
  .p-environmentTop__image {
    position: relative;
    left: auto;
    top: auto;
    transform: none !important;
    width: 100%;
    height: 250px;
    margin: 0 0px 30px;
  }
  .p-ttl {
    width: 100%;
    margin-bottom: 0px;
  }
  .p-ttl__title {
    font-size: 1.5rem;
    gap: 12px;
    margin-bottom: 0;
  }
}
.p-environment {
  background-color: #FFF;
  overflow-x: clip;
}

.p-environment__hero {
  position: relative;
  margin-top: 94px;
  padding-bottom: 0;
  background: var(--blue_background_, #F1F7FF);
  box-shadow: 0 4px 50px 0 rgba(0, 78, 162, 0.1) inset;
  overflow: hidden;
  height: 274px;
  --ribbon-draw: 55%;
}
@media screen and (max-width: 1024px) {
  .p-environment__hero {
    padding-top: 0;
    height: 200px;
    margin-top: 73px;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__hero {
    margin-top: 70px;
    height: 140px;
  }
}
.p-environment__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/base/bg-ribbon.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
  mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
}
@media screen and (max-width: 1024px) {
  .p-environment__hero::after {
    background-position: 56%;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__hero::after {
    background-image: url("../img/base/bg-ribbon-sp.svg");
    background-position: 40px;
  }
}

.p-environment__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-environment__heroInner {
    padding: 10px 15px 0;
  }
}

.p-environment__heroTitle {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-environment__heroTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__heroTitle {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

.p-environment__heroIllust {
  position: absolute;
  top: 82%;
  right: 30%;
  transform: translateY(-50%);
  width: 180px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-environment__heroIllust {
    width: 118px;
    right: 204px;
    top: 108px;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__heroIllust {
    width: 84px;
    right: 98px;
    top: 83px;
  }
}

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

.p-environment__inner {
  display: flex;
  gap: 50px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .p-environment__inner {
    flex-direction: column;
    padding: 0 20px;
  }
}

.p-environment__sidebar {
  position: sticky;
  top: 60px;
  align-self: flex-start;
  order: 2;
  width: 200px;
  flex-shrink: 0;
  z-index: 10;
  padding-top: 110px;
}
@media screen and (max-width: 1024px) {
  .p-environment__sidebar {
    display: none;
  }
}

.p-environment__tocTitle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: #4581DD;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.p-environment__tocTitle::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #4581DD;
  flex-shrink: 0;
}

.p-environment__tocList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-environment__tocItem {
  position: relative;
  padding-left: 34px;
}

.p-environment__tocItem a {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 500;
  color: #74777D;
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.p-environment__tocItem a:hover {
  color: var(--c-text);
}

.p-environment__tocItem--active {
  position: relative;
}

.p-environment__tocItem--active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/environment/toc-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-environment__tocItem--active a {
  color: var(--c-text);
  font-weight: 500;
}

.p-environment__main {
  max-width: 840px;
  padding: 120px 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-environment__main {
    max-width: 100%;
    padding: 60px 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__main {
    padding: 50px 0 0;
    padding-right: 0;
  }
}

.p-environment__section {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-environment__section {
    margin-bottom: 80px;
  }
}

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

.p-environment__section--fullBg {
  position: relative;
  padding: 165px 0;
  isolation: isolate;
}
@media screen and (max-width: 743px) {
  .p-environment__section--fullBg {
    padding: 90px 0 60px;
    margin-bottom: 55px;
  }
}

.p-environment__section--fullBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw + 50%);
  height: 100%;
  background-color: #F1F7FF;
  z-index: -1;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .p-environment__section--fullBg::before {
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.p-environment__section--fullBg > * {
  position: relative;
  z-index: 1;
}

.p-environment__sectionHeader {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-environment__sectionHeader {
    margin-bottom: 32px;
  }
}

.p-environment__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background-color: var(--c-main);
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 120px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-environment__label {
    margin-bottom: 24px;
  }
}

.p-environment__heading {
  font-family: var(--f3);
  font-size: 2.625rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.36px;
  line-height: 1.6;
  margin: 0 0 42px;
}
@media screen and (max-width: 1024px) {
  .p-environment__heading {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__heading {
    font-size: 1.375rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}

.p-environment__heading--career {
  margin-top: 40px;
}

.p-environment__lead {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-environment__lead {
    font-size: 1.125rem;
  }
}

.p-environment__divider {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-environment__divider {
    margin-bottom: 24px;
  }
}

.p-environment__content {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-environment__content {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__content {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
    font-feature-settings: "palt";
    text-align: left;
  }
}

.p-environment__content p {
  margin: 0 0 1em;
}
.p-environment__content p:last-child {
  margin-bottom: 0;
}

.p-environment__image {
  margin-top: 42px;
  width: 100%;
  max-width: 967px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-environment__image {
    height: auto;
    aspect-ratio: 994/641;
    margin-top: 40px;
  }
}

.p-environment__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.p-environment__defList {
  margin: 24px 0 0;
  padding: 0;
}

.p-environment__defItem {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
@media screen and (max-width: 743px) {
  .p-environment__defItem {
    flex-direction: column;
    gap: 8px;
  }
}

.p-environment__defItem:first-child {
  border-top: 1px solid #D9D9D9;
}

.p-environment__defTerm {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.8;
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .p-environment__defTerm {
    width: 100%;
  }
}

.p-environment__defDesc {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}

.p-environment__note {
  font-family: var(--f3);
  font-size: 16px;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
  margin: 20px 0 0;
}

.p-environment__table {
  margin: 0;
}
.p-environment__tableRow {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 0;
}
@media screen and (max-width: 1024px) {
  .p-environment__tableRow {
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
  }
}

.p-environment__tableRow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 142px;
  height: 2px;
  background-color: #004EA2;
}
@media screen and (max-width: 1024px) {
  .p-environment__tableRow::before {
    width: 100%;
  }
}

.p-environment__tableRow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 142px;
  right: 0;
  height: 2px;
  background-color: #74777D;
}
@media screen and (max-width: 1024px) {
  .p-environment__tableRow::after {
    display: none;
  }
}

.p-environment__tableTh {
  flex-shrink: 0;
  width: 142px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-environment__tableTh {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-environment__tableTd {
  flex: 1;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-environment__tableTd {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__tableTd {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: normal;
  }
}

.p-environment__tableValue {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-environment__tableValue {
    font-size: 1.0625rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 743px) {
  .p-environment__tableValue {
    font-size: 1rem;
  }
}

.p-environment__tableNote {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.7;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-environment__tableNote {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

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

.p-environment__tableSubTitle {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.7;
  margin: 12px 0 8px;
}
@media screen and (max-width: 1024px) {
  .p-environment__tableSubTitle {
    font-size: 0.875rem;
  }
}

.p-recruit {
  padding: 100px 0;
  background-color: var(--c-white);
  position: relative;
  z-index: 1;
}

.p-recruit__inner {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.p-recruit__catch {
  margin: 0 0 -10px;
}

.p-recruit__catchSvg {
  width: 100%;
  max-width: 950px;
  height: auto;
}

.p-recruit__catchSvg text {
  font-family: var(--f3);
  font-size: 32px;
  fill: var(--c-text);
}

.p-recruit__catchNormal {
  font-weight: 400;
}

.p-recruit__catchBold {
  font-weight: 600;
  fill: var(--c-main);
}

.p-recruit__logo {
  margin: 0 auto 15px;
  width: 230px;
}

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

.p-recruit__label {
  font-family: var(--f2);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--c-text);
  margin: 0;
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-recruit {
    padding: 80px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-recruit {
    padding: 40px 0 35px;
  }
  .p-recruit__inner {
    padding: 0 45px;
  }
  .p-recruit__catchSvg text {
    font-size: 37px;
  }
  .p-recruit__logo {
    width: 190px;
  }
  .p-recruit__label {
    font-size: 1rem;
  }
}
.p-entry {
  border-top: 1px solid var(--c-main);
  border-bottom: 1px solid var(--c-main);
  position: relative;
  z-index: 1;
}

.p-entry__inner {
  display: flex;
  width: 100%;
}

.p-entry__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-decoration: none;
  border-right: 1px solid var(--c-main);
  transition: background-color 0.3s ease;
  background-color: #DBECFF;
}

.p-entry__item:last-child {
  border-right: none;
}

.p-entry__item:hover {
  background-color: #004EA2;
}
.p-entry__item:hover .p-entry__label {
  color: var(--c-white);
}
.p-entry__item:hover .p-entry__arrow {
  background-color: var(--c-white);
}
.p-entry__item:hover .p-entry__arrow::after {
  border-color: #004EA2;
}

.p-entry__label {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--c-text);
  margin-bottom: 15px;
}

.p-entry__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-main);
  border-radius: 50%;
}

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

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .p-entry__item {
    padding: 30px 15px;
  }
  .p-entry__label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-entry__inner {
    flex-wrap: wrap;
  }
  .p-entry__item {
    flex: 0 0 50%;
    padding: 25px 20px;
    border-bottom: 1px solid var(--c-main);
  }
  .p-entry__item:nth-child(odd) {
    border-right: 1px solid var(--c-main);
  }
  .p-entry__item:nth-child(even) {
    border-right: none;
  }
  .p-entry__item:nth-child(3),
  .p-entry__item:nth-child(4) {
    border-bottom: none;
  }
  .p-entry__label {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
.p-works {
  position: relative;
  background: var(--blue05, #DBECFF);
  overflow: hidden;
}
.p-works::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -2%;
  width: 100%;
  height: 100%;
  background: url("../img/works/bg02.svg") no-repeat;
  background-size: cover;
  background-position: top;
  pointer-events: none;
  z-index: 0;
}

.p-works__hero {
  position: relative;
  padding-top: 94px;
  padding-bottom: 0;
  background: var(--blue_background_, #F1F7FF);
  box-shadow: 0 4px 50px 0 rgba(0, 78, 162, 0.1) inset;
  overflow: hidden;
  height: 368px;
}
@media screen and (max-width: 1024px) {
  .p-works__hero {
    padding-top: 70px;
    height: 250px;
  }
}
@media screen and (max-width: 743px) {
  .p-works__hero {
    padding-top: 70px;
    height: 240px;
  }
}

.p-works__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-works__heroInner {
    padding: 10px 20px 0;
  }
}

.p-works__heroTitle {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.84px;
  line-height: 1.6;
  margin: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-works__heroTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-works__heroTitle {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

.p-works__heroRibbon {
  position: absolute;
  top: auto;
  right: -20%;
  bottom: -50%;
  width: 65%;
  z-index: 1;
  pointer-events: none;
  --ribbon-draw: 100%;
  -webkit-mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
  mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
}
@media screen and (max-width: 743px) {
  .p-works__heroRibbon {
    width: 93%;
    right: -44%;
    bottom: -14%;
  }
}

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

.p-works__header {
  position: relative;
  padding: 100px 0 60px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-works__header {
    flex-direction: column;
    padding: 30px 0px 40px;
  }
}
@media screen and (max-width: 743px) {
  .p-works__header {
    padding: 30px 0px 40px;
  }
}

.p-works__heading {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.84px;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-works__heading {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 743px) {
  .p-works__heading {
    font-size: 1.375rem;
  }
}

.p-works__headingLine {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .p-works__headingLine {
    max-width: 200px;
  }
}

.p-works__headerIllust {
  flex-shrink: 0;
  width: 160px;
  position: absolute;
  right: 61px;
  top: 116px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-works__headerIllust {
    top: 20px;
    right: 20px;
    width: 100px;
  }
}
@media screen and (max-width: 743px) {
  .p-works__headerIllust {
    top: -7px;
    right: 20px;
    width: 74px;
  }
}

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

.p-works__headerRibbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-works__headerRibbon {
    width: 200px;
  }
}

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

.p-works__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-works__inner {
    padding: 0 20px;
  }
}

.p-works__main {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .p-works__main {
    padding: 80px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-works__main {
    padding: 80px 0;
  }
}

.p-works__section {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-works__section {
    margin-bottom: 40px;
  }
}

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

.p-works__sectionInner {
  background-color: var(--c-white);
  border-radius: 8px;
  padding: 85px 60px 60px 60px;
}
@media screen and (max-width: 1024px) {
  .p-works__sectionInner {
    padding: 30px 20px;
  }
}

.p-works__sectionHeader {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-works__sectionHeader {
    margin-bottom: 30px;
  }
}

.p-works__sectionTitle {
  font-family: var(--f3);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-works__sectionTitle {
    font-size: 1.25rem;
    margin: 0 0 8px;
  }
}

.p-works__divider {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
}
.p-works__jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .p-works__jobs {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}

.p-works__jobCard {
  display: flex;
  align-items: stretch;
  gap: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-works__jobCard:hover {
  opacity: 0.7;
}

.p-works__jobIcon {
  flex-shrink: 0;
  align-self: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-works__jobIcon {
    width: 60px;
    height: 60px;
  }
}

.p-works__jobIcon img {
  object-fit: contain;
}

.p-works__jobContent {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
}
.p-works__jobContent::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../img/base/right-arrow.svg") no-repeat center center;
  background-size: contain;
}

.p-works__jobLabel {
  font-family: var(--f2);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .p-works__jobLabel {
    font-size: 0.8125rem;
  }
}

.p-works__jobTitle {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-works__jobTitle {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}

.p-works__jobLine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-main);
}
.p-works__jobArrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-main);
  border-radius: 50%;
}
.p-works__jobArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--c-white);
  border-bottom: 1.5px solid var(--c-white);
  transform: rotate(-45deg);
  margin-left: -2px;
}

.p-works__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 19px 32px;
  background-color: #4581DD;
  border: none;
  border-radius: 120px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-white);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-works__btn {
    width: 80%;
    height: 50px;
    font-size: 0.9rem;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    max-width: 250px;
  }
}

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

.p-works__btnArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-white);
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-works__btnArrow {
    right: -14px;
  }
}

.p-works__btnArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #4581DD;
  border-bottom: 1.5px solid #4581DD;
  transform: rotate(-45deg);
  margin-left: -2px;
  transition: all 0.3s ease;
}

.p-works__newsSection .p-works__sectionInner {
  background-color: #FFF;
}
.p-works__newsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-works__newsItem {
  border-bottom: 1px solid #E5E5E5;
}

.p-works__newsItem:first-child {
  border-top: none;
}

.p-works__newsItem a {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-works__newsItem a {
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 0;
  }
}

.p-works__newsItem a:hover {
  opacity: 0.7;
}

.p-works__newsCategory {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  padding: 8px 20px;
  background: #E9665C;
  border: none;
  border-radius: 100px;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-works__newsCategory {
    padding: 6px 16px;
    font-size: 0.75rem;
  }
}
.p-works__newsCategory--red {
  background-color: #E9665C;
}
.p-works__newsCategory--green {
  background-color: #74BD49;
}
.p-works__newsCategory--orange {
  background-color: #F19053;
}
.p-works__newsCategory--purple {
  background-color: #7E8DC3;
}

.p-works__newsContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .p-works__newsContent {
    width: 100%;
    gap: 8px;
  }
}

.p-works__newsDate {
  display: block;
  font-family: var(--f2);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-text);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-works__newsDate {
    font-size: 0.875rem;
  }
}

.p-works__newsTitle {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-works__newsTitle {
    font-size: 1rem;
  }
}

.p-works__newsArrow {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-works__newsArrow {
    display: none;
  }
}

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

.p-worksSingle {
  background-color: #FFF;
}
.p-worksSingle__hero {
  position: relative;
  margin-top: 94px;
  padding-bottom: 0;
  background: var(--blue_background_, #F1F7FF);
  box-shadow: 0 4px 50px 0 rgba(0, 78, 162, 0.1) inset;
  overflow: hidden;
  height: 274px;
  --ribbon-draw: 55%;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__hero {
    padding-top: 0;
    height: 200px;
    margin-top: 73px;
  }
}
@media screen and (max-width: 743px) {
  .p-worksSingle__hero {
    margin-top: 70px;
    height: 140px;
  }
}
.p-worksSingle__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/base/bg-ribbon.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
  mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__hero::after {
    background-position: 70%;
  }
}
@media screen and (max-width: 743px) {
  .p-worksSingle__hero::after {
    background-image: url("../img/base/bg-ribbon-sp.svg");
    background-position: center;
  }
}

.p-worksSingle__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__heroInner {
    padding: 8px 15px 0;
  }
}

.p-worksSingle__heroTitle {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__heroTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-worksSingle__heroTitle {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

.p-worksSingle__inner {
  display: flex;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__inner {
    padding: 0 20px;
  }
}

.p-worksSingle__sidebar {
  position: sticky;
  top: 168px;
  align-self: flex-start;
  order: 2;
  width: 200px;
  flex-shrink: 0;
  margin-top: 95px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__sidebar {
    display: none;
  }
}

.p-worksSingle__tocTitle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: #4581DD;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.p-worksSingle__tocTitle::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #4581DD;
  flex-shrink: 0;
}

.p-worksSingle__tocList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-worksSingle__tocItem {
  position: relative;
  padding-left: 16px;
}

.p-worksSingle__tocItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-text);
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.p-worksSingle__tocItem a:hover {
  color: var(--c-text);
}

.p-worksSingle__tocArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #4581DD;
  border-radius: 50%;
  flex-shrink: 0;
}

.p-worksSingle__tocArrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid var(--c-white);
  border-bottom: 1.5px solid var(--c-white);
  transform: rotate(-45deg);
  margin-left: -3px;
}

.p-worksSingle__main {
  flex: 1;
  order: 1;
  max-width: 840px;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__main {
    padding: 40px 0 0;
  }
}

.p-worksSingle__section {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__section {
    margin-bottom: 60px;
  }
}

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

.p-worksSingle__sectionHeader {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__sectionHeader {
    margin-bottom: 16px;
  }
}

.p-worksSingle__heading {
  font-family: var(--f3);
  font-size: 2.625rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 3.36px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__heading {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 743px) {
  .p-worksSingle__heading {
    font-size: 1.375rem;
  }
}

.p-worksSingle__divider {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__divider {
    margin-bottom: 32px;
  }
}

.p-worksSingle__subHeading {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--f3);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--c-text);
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__subHeading {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}

.p-worksSingle__subHeading::before {
  content: "";
  display: block;
  width: 4px;
  height: 45px;
  background-color: #4581DD;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__subHeading::before {
    height: 36px;
  }
}

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

.p-worksSingle__body {
  font-family: var(--f3);
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text);
  line-height: 2.375;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__body {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 743px) {
  .p-worksSingle__body {
    font-size: 16px;
  }
}

.p-worksSingle__body p {
  margin: 0 0 1em;
}

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

.p-worksSingle__image {
  position: relative;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__image {
    border-radius: 8px;
  }
}

.p-worksSingle__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 971/641;
  object-fit: cover;
}

.p-worksSingle__staffSection {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 0;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffSection {
    padding-top: 85px;
    padding-bottom: 60px;
  }
}

.p-worksSingle__staffSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw + 50%);
  height: 100%;
  background-color: #F1F7FF;
  z-index: -1;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffSection::before {
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.p-worksSingle__staffSection > * {
  position: relative;
  z-index: 1;
}

.p-worksSingle__staffHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
  }
}

.p-worksSingle__staffHeading {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffHeading {
    font-size: 1.5rem;
  }
}

.p-worksSingle__staffMore {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffMore {
    font-size: 1rem;
  }
}

.p-worksSingle__staffMore:hover {
  opacity: 0.7;
}

.p-worksSingle__staffMoreArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-main);
  border-radius: 50%;
}

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

.p-worksSingle__staffDivider {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7EABE6 0%, #004EA2 100%);
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffDivider {
    margin-bottom: 32px;
  }
}

.p-worksSingle__staffList {
  display: grid;
  grid-template-columns: repeat(4, 224px);
  gap: 48px 26px;
  justify-content: flex-start;
}
@media screen and (min-width: 1101px) {
  .p-worksSingle__staffList {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffList {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-worksSingle__staffList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}

.p-worksSingle__staffCard {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
  background-color: var(--c-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.p-worksSingle__staffCard:hover {
  opacity: 0.7;
}

.p-worksSingle__staffCardImageWrap {
  position: relative;
}

.p-worksSingle__staffCardImage {
  position: relative;
  overflow: hidden;
}

.p-worksSingle__staffCardImage::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: var(--c-main);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffCardImage::before {
    width: 20px;
    height: 20px;
  }
}

.p-worksSingle__staffCardImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 229/280;
  object-fit: cover;
  display: block;
}

.p-worksSingle__staffCardCategory {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 120px;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffCardCategory {
    font-size: 0.75rem;
    padding: 4px 12px;
    bottom: -12px;
  }
}

.p-worksSingle__staffCardCategory--red {
  background-color: #E85F5F;
}

.p-worksSingle__staffCardCategory--green {
  background-color: #5FAD6E;
}

.p-worksSingle__staffCardCategory--orange {
  background-color: #E8A55F;
}

.p-worksSingle__staffCardCategory--purple {
  background-color: #7B609E;
}

.p-worksSingle__staffCardInfo {
  padding: 28px 16px 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffCardInfo {
    padding: 24px 12px 16px;
  }
}

.p-worksSingle__staffCardDept {
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffCardDept {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }
}

.p-worksSingle__staffCardName {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffCardName {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}

.p-worksSingle__staffCardYear {
  font-family: var(--f2);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__staffCardYear {
    font-size: 0.75rem;
  }
}

.p-worksSingle__otherSection {
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__otherSection {
    padding-top: 60px;
  }
}

.p-worksSingle__otherHeading {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__otherHeading {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}

.p-worksSingle__otherDivider {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__otherDivider {
    margin-bottom: 32px;
  }
}

.p-worksSingle__otherDivider::before {
  content: "";
  width: 166px;
  height: 2px;
  background-color: var(--c-main);
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__otherDivider::before {
    width: 100px;
  }
}

.p-worksSingle__otherDivider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--c-text);
}

.p-worksSingle__otherList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 64px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1101px) {
  .p-worksSingle__otherList {
    gap: 24px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__otherList {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }
}

.p-worksSingle__otherCard {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__otherCard {
    gap: 16px;
  }
}

.p-worksSingle__otherCard:hover {
  opacity: 0.7;
}

.p-worksSingle__otherCardIcon {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__otherCardIcon {
    width: 70px;
    height: 70px;
  }
}

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

.p-worksSingle__otherCardContent {
  flex: 1;
}

.p-worksSingle__otherCardTitle {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__otherCardTitle {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}

.p-worksSingle__otherCardLine {
  width: 100%;
  height: 1px;
  background-color: var(--c-main);
}

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

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

.p-worksSingle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 19px 32px;
  background-color: var(--blue02, #2367CE);
  border: none;
  border-radius: 120px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-white);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-worksSingle__btn {
    width: 100%;
  }
}

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

.p-worksSingle__btnArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-white);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.p-worksSingle__btnArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--blue02, #2367CE);
  border-bottom: 1.5px solid var(--blue02, #2367CE);
  transform: rotate(-45deg);
  margin-left: -2px;
  transition: all 0.3s ease;
}

.p-sitemap {
  background-color: var(--c-gray);
  padding: 94px 0 120px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap {
    padding: 70px 0 80px;
  }
}

.p-sitemap__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__inner {
    padding: 0 20px;
  }
}

.p-sitemap__header {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__header {
    margin-bottom: 32px;
  }
}

.p-sitemap__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background-color: var(--c-main);
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 120px;
  margin-bottom: 36px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__label {
    margin-bottom: 24px;
  }
}

.p-sitemap__title {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__title {
    font-size: 1.5rem;
  }
}

.p-sitemap__divider {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__divider {
    margin-bottom: 40px;
  }
}
.p-sitemap__divider::before {
  content: "";
  width: 166px;
  height: 2px;
  background-color: var(--c-main);
}
@media screen and (max-width: 1024px) {
  .p-sitemap__divider::before {
    width: 100px;
  }
}
.p-sitemap__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--c-text);
}

.p-sitemap__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__content {
    gap: 48px;
  }
}

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

.p-sitemap__colTitle {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__colTitle {
    font-size: 1.0625rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-sitemap__colTitle {
    font-size: 1rem;
  }
}

.p-sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__list {
    gap: 12px;
  }
}
.p-sitemap__list li a {
  font-family: var(--f3);
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--c-text);
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__list li a {
    font-size: 0.875rem;
  }
}
.p-sitemap__list li a:hover {
  color: var(--c-main);
}

.p-sitemap__external {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.p-sitemap__external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.5 6.75V10.5H1.5V1.5H5.25V0H0V12H12V6.75H10.5Z' fill='%23231815'/%3E%3Cpath d='M7.5 0V1.5H9.4425L3.72 7.2225L4.7775 8.28L10.5 2.5575V4.5H12V0H7.5Z' fill='%23231815'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-preentry {
  background-color: var(--c-white);
}

.p-preentry__hero {
  position: relative;
  margin-top: 94px;
  padding-bottom: 0;
  background: var(--blue_background_, #F1F7FF);
  box-shadow: 0 4px 50px 0 rgba(0, 78, 162, 0.1) inset;
  overflow: hidden;
  height: 274px;
  --ribbon-draw: 55%;
}
@media screen and (max-width: 1024px) {
  .p-preentry__hero {
    padding-top: 0;
    height: 200px;
    margin-top: 73px;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__hero {
    margin-top: 70px;
    height: 140px;
  }
}
.p-preentry__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/base/bg-ribbon.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
  mask-image: linear-gradient(to right, black 0%, black var(--ribbon-draw), transparent calc(var(--ribbon-draw) + 3%));
}
@media screen and (max-width: 1024px) {
  .p-preentry__hero::after {
    background-position: 70%;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__hero::after {
    background-image: url("../img/base/bg-ribbon-sp.svg");
    background-position: center;
  }
}

.p-preentry__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-preentry__heroInner {
    padding: 10px 15px 0;
  }
}

.p-preentry__heroTitle {
  font-family: var(--f3);
  font-size: 3rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-preentry__heroTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__heroTitle {
    font-size: 1.5rem;
    margin-top: -4px;
  }
}

.p-preentry__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__inner {
    padding: 0 20px;
  }
}

.p-preentry__main {
  max-width: 920px;
  padding: 70px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-preentry__main {
    max-width: 100%;
    padding: 40px 0;
  }
}

.p-preentry__section {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__section {
    margin-bottom: 40px;
  }
}

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

.p-preentry__sectionHeader {
  margin-bottom: 46px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__sectionHeader {
    margin-bottom: 32px;
  }
}

.p-preentry__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background-color: var(--c-main);
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 120px;
  margin-bottom: 36px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-preentry__label {
    margin-bottom: 24px;
  }
}

.p-preentry__heading {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-preentry__heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__heading {
    font-size: 1.375rem;
  }
}

.p-preentry__divider {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__divider {
    margin-bottom: 32px;
  }
}

.p-preentry__divider::before {
  content: "";
  width: 166px;
  height: 2px;
  background-color: var(--c-main);
}
@media screen and (max-width: 1024px) {
  .p-preentry__divider::before {
    width: 100px;
  }
}

.p-preentry__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--c-text);
}

.p-preentry__block {
  margin-bottom: 46px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__block {
    margin-bottom: 40px;
  }
}
.p-preentry__block > p {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
}

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

.p-preentry__blockHeader {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__blockHeader {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__blockHeader {
    margin-bottom: 16px;
  }
}

.p-preentry__blockBar {
  display: block;
  width: 4px;
  height: 45px;
  background-color: var(--c-main);
}

.p-preentry__blockTitle {
  font-family: var(--f2), var(--f3);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--c-text);
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-preentry__blockTitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__blockTitle {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.p-preentry__blockText {
  font-family: var(--f3);
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text);
  line-height: 38px;
  margin: 0 0 36px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__blockText {
    font-size: 16px !important;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

.p-preentry__table {
  margin: 0 0 46px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__table {
    margin-bottom: 32px;
  }
}

.p-preentry__tableRow {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 0;
  border-bottom: none;
}
.p-preentry__tableRow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #4581DD 142px, #74777D 142px);
}
@media screen and (max-width: 1024px) {
  .p-preentry__tableRow {
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
  }
  .p-preentry__tableRow::after {
    background: linear-gradient(to right, #4581DD 80px, #74777D 80px);
  }
}

.p-preentry__tableRow:first-child {
  padding-top: 0;
}

.p-preentry__tableTh {
  flex-shrink: 0;
  width: 142px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-preentry__tableTh {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-preentry__tableTd {
  flex: 1;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0;
}
.p-preentry__tableTd p {
  margin: 0 0 8px;
}
.p-preentry__tableTd p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-preentry__tableTd {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__tableTd {
    font-size: 1rem;
    font-weight: normal;
  }
}

.p-preentry__tableList {
  list-style: disc;
  padding-left: 24px;
  margin: 8px 0 0;
}
.p-preentry__tableList li {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-preentry__tableList li {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__tableList li {
    font-size: 1rem;
  }
}

.p-preentry__notice + .p-preentry__links {
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__notice + .p-preentry__links {
    margin-top: 32px;
  }
}

.p-preentry__notice {
  margin-top: 48px;
  padding-top: 32px;
  border-top: none;
  text-align: center;
}
.p-preentry__notice p {
  font-family: var(--f3);
  font-size: 18px;
  font-weight: 600;
  color: #4581DD;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-preentry__notice {
    margin-top: 32px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-preentry__notice p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__notice {
    text-align: left;
  }
  .p-preentry__notice br {
    display: none;
  }
}

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

.p-preentry__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-preentry__link:hover {
  opacity: 0.7;
}

.p-preentry__link span:first-child {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-main);
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-preentry__link span:first-child {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__link span:first-child {
    font-size: 16px;
  }
}

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

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

.p-preentry__content {
  font-family: var(--f3);
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text);
  line-height: 38px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__content {
    font-size: 0.9375rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__content {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-preentry__content p {
  margin: 0;
}

.p-preentry__contentLink,
.p-preentry__contentLink:link,
.p-preentry__contentLink:hover {
  color: #2367CE;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  overflow-wrap: break-word;
}
.p-preentry__contentLink:hover,
.p-preentry__contentLink:link:hover,
.p-preentry__contentLink:hover:hover {
  opacity: 0.7;
}

.p-preentry__content + .p-preentry__links {
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__content + .p-preentry__links {
    margin-top: 32px;
  }
}

.p-preentry__steps {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__steps {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
    max-width: 264px;
    margin: 0 auto;
  }
}

.p-preentry__stepsImg {
  width: 100%;
  height: auto;
  display: block;
}

.p-preentry__step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 21px;
  height: 106px;
  border: 8px solid #fff;
  border-radius: 53px 70px 70px 53px;
  padding: 0 30px 0 26px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__step {
    width: 100%;
    max-width: 326px;
  }
}

.p-preentry__step--01 {
  background-color: #4581DD;
  width: 326px;
  z-index: 3;
}

.p-preentry__step--02 {
  background-color: #2367CE;
  width: 347px;
  margin-left: -32px;
  padding: 0 40px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-preentry__step--02 {
    margin-left: 0;
  }
}

.p-preentry__step--03 {
  background-color: #004EA2;
  width: 323px;
  margin-left: -47px;
  padding: 0 45px;
  border-radius: 0 70px 70px 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-preentry__step--03 {
    margin-left: 0;
    border-radius: 53px 70px 70px 53px;
  }
}

.p-preentry__stepNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  font-family: var(--f2);
  font-size: 1.5rem;
  font-weight: 500;
  color: #4581DD;
  letter-spacing: 1.2px;
  flex-shrink: 0;
}

.p-preentry__step--02 .p-preentry__stepNum {
  width: 70px;
  height: 70px;
  color: #2367CE;
}

.p-preentry__step--03 .p-preentry__stepNum {
  width: 70px;
  height: 70px;
  color: #004EA2;
}

.p-preentry__stepText {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-white);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  white-space: nowrap;
}
.p-preentry__stepText p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-preentry__stepText {
    font-size: 1.125rem;
  }
}

.p-preentry__btnArea {
  background: var(--blue_background02, #F1F7FF);
  padding: 70px 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-preentry__btnArea {
    padding: 40px 20px;
  }
}

.p-preentry__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 90px;
  background-color: #4581DD;
  border-radius: 90px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-preentry__btn {
    width: 100%;
    max-width: 360px;
    height: 80px;
  }
}
@media screen and (max-width: 743px) {
  .p-preentry__btn {
    height: 70px;
  }
}

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

.p-preentry__btnLabelEn {
  font-family: var(--f2);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--c-white);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 8px;
}

.p-preentry__btnLabel {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-white);
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-preentry__btnLabel {
    font-size: 1.1rem;
  }
}

.p-preentry__btnArrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--c-white);
  border-radius: 50%;
}

.p-preentry__btnArrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #4581DD;
  border-bottom: 1.5px solid #4581DD;
  transform: rotate(-45deg);
  margin-left: -2px;
}

.p-preentry__btnArea--double {
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__btnArea--double {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}

.p-preentry__btnWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .p-preentry__btnWrap {
    width: 100%;
  }
}

.p-preentry__btnCaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-text);
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-preentry__btnCaption {
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }
}

.p-preentry__btnCaptionIcon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
}

.p-preentry__btn--outline {
  background-color: transparent;
  border: 2px solid #4581DD;
}

.p-preentry__btn--outline .p-preentry__btnLabel {
  color: #4581DD;
}

.p-preentry__btn--outline .p-preentry__btnArrow {
  background-color: #4581DD;
}

.p-preentry__btn--outline .p-preentry__btnArrow::after {
  border-right-color: var(--c-white);
  border-bottom-color: var(--c-white);
}

.p-preentry__flowImage {
  margin: 0 auto;
  text-align: center;
}
.p-preentry__flowImage img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.p-preentry__flowNote {
  color: #2367CE;
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 30px;
  text-align: left;
}

.p-preentry__flow {
  display: flex;
  gap: 17px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-preentry__flow {
    overflow-x: auto;
    padding-bottom: 16px;
  }
}

.p-preentry__flowCol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 229px;
  flex-shrink: 0;
}

.p-preentry__flowCol--single {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-preentry__flowCol--single {
    width: 100%;
    max-width: 320px;
  }
}

.p-preentry__flowHeader {
  width: 100%;
  height: 173px;
  background-color: #004EA2;
  border-radius: 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-preentry__flowHeader--list {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 27px 16px;
}

.p-preentry__flowHeaderTitle {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-white);
  text-align: center;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  line-height: 1.8;
  margin: 0;
}

.p-preentry__flowHeader--list .p-preentry__flowHeaderTitle {
  width: 100%;
  text-align: center;
}

.p-preentry__flowHeaderList {
  list-style: disc;
  padding-left: 21px;
  margin: 0;
}
.p-preentry__flowHeaderList li {
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--c-white);
  line-height: 1.7;
}

.p-preentry__flowHeaderSub {
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--c-white);
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

.p-preentry__flowStep {
  position: relative;
  width: 100%;
  height: 148px;
  background-color: #DBECFF;
  border-radius: 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px;
}
.p-preentry__flowStep::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 16px;
  background-color: #004EA2;
}

.p-preentry__flowStepTitle {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: #004EA2;
  text-align: center;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
  line-height: 1.8;
  margin: 0;
}

.p-preentry__flowStepDateWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 4px;
}

.p-preentry__flowStepNum {
  font-family: var(--f2);
  font-size: 1.5rem;
  font-weight: 500;
  color: #004EA2;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin: 0;
}

.p-preentry__flowStepSub {
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 400;
  color: #004EA2;
  text-align: center;
  line-height: 1.7;
  margin: 0;
}

.p-faq {
  position: relative;
  background-color: #DBECFF;
  padding-top: 94px;
  padding-bottom: 120px;
  overflow: clip;
}
@media screen and (max-width: 743px) {
  .p-faq {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .p-faq {
    padding-top: 70px;
  }
}

.p-faq::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 22%;
  width: 100%;
  height: 100%;
  background: url("../img/faq/bg-ribbon.svg") no-repeat left top;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 743px) {
  .p-faq::before {
    display: none;
  }
}

.p-faq__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 70px 0;
}
@media screen and (max-width: 1024px) {
  .p-faq__heroInner {
    padding: 10px 20px 0;
  }
}

.p-faq__heroTitle {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 40px 0px 60px;
}
@media screen and (max-width: 1024px) {
  .p-faq__heroTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-faq__heroTitle {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

.p-faq__heroIllust {
  position: absolute;
  top: -170px;
  right: 30px;
  width: 220px;
  z-index: 1;
}
@media screen and (max-width: 743px) {
  .p-faq__heroIllust {
    top: -100px;
    right: 9px;
    width: 100px;
  }
}
.p-faq__heroIllust img {
  width: 100%;
  height: auto;
}

.p-faq__inner {
  position: relative;
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .p-faq__inner {
    flex-direction: column;
    padding: 0 20px;
  }
}

.p-faq__sidebar {
  position: sticky;
  top: 160px;
  align-self: flex-start;
  order: 2;
  width: 275px;
  flex-shrink: 0;
  z-index: 10;
  border-radius: 4px;
  background: var(--white, #FFF);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-faq__sidebar {
    display: none;
  }
}

.p-faq__tocTitle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-main);
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D0D5DD;
}

.p-faq__tocTitle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--c-main);
  flex-shrink: 0;
}

.p-faq__tocList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-faq__tocItem a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 400;
  color: #7f8094;
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.p-faq__tocItem a:hover {
  color: var(--c-text);
}

.p-faq__tocItem--active a {
  color: var(--c-text);
}

.p-faq__tocIcon {
  flex-shrink: 0;
  display: block;
  width: 19px;
  height: 19px;
  visibility: hidden;
}

.p-faq__tocItem--active .p-faq__tocIcon {
  visibility: visible;
}

.p-faq__main {
  position: relative;
  flex: 1;
  max-width: 840px;
  order: 1;
  padding: 0;
}
@media screen and (max-width: 743px) {
  .p-faq__main {
    max-width: 100%;
    padding: 10px 0;
  }
}

.p-faq__section {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-faq__section {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}

.p-faq__section:last-child {
  margin-bottom: 0;
  margin-top: 8px;
}

.p-faq__block {
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .p-faq__block {
    margin-bottom: 48px;
  }
}

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

.p-faq__blockHeader {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-faq__blockHeader {
    margin-bottom: 24px;
  }
}

.p-faq__blockBar {
  display: block;
  width: 4px;
  height: 45px;
  background-color: #4581DD;
  border-radius: 0;
}

.p-faq__blockTitle {
  font-family: var(--f2), var(--f3);
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--c-text);
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-faq__blockTitle {
    font-size: 1.25rem;
  }
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 743px) {
  .p-faq__list {
    gap: 14px;
  }
}

.p-faq__item {
  background-color: #FFF;
  border-radius: 4px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .p-faq__item {
    padding: 24px;
    gap: 16px;
  }
}

.p-faq__question {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .p-faq__question {
    gap: 12px;
  }
}

.p-faq__qIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: #4581DD;
  border-radius: 50%;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-faq__qIcon {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    line-height: 1.3;
  }
}

.p-faq__qText {
  font-family: var(--f3);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-faq__qText {
    font-size: 1rem;
  }
}

.p-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .p-faq__answer {
    gap: 12px;
  }
}

.p-faq__aIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: #f2f2f2;
  border-radius: 50%;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  color: #4581dd;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-faq__aIcon {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    line-height: 1.3;
  }
}

.p-faq__aText {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 2;
  margin: 0;
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  .p-faq__aText {
    font-size: 0.9375rem;
    line-height: 1.8;
    padding-top: 2px;
  }
}

.p-faq__aContent {
  flex: 1;
  padding-top: 4px;
}

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

.p-faq__chartImage {
  flex-shrink: 0;
  width: 376px;
}
@media screen and (max-width: 1024px) {
  .p-faq__chartImage {
    margin: 0 auto;
  }
}

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

.p-faq__chartLegend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-faq__chartLegend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
}

.p-faq__legendColor {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.p-faq__voicesTitle {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-main);
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-faq__voicesTitle {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

.p-faq__voicesList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-faq__voicesList li {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .p-faq__voicesList li {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 743px) {
  .p-faq__voicesList li {
    font-size: 1rem;
  }
}

.p-faq__voicesList li::before {
  content: "・";
}

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

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

.p-faq__answerSectionTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-faq__answerSectionTitle {
    font-size: 1.0625rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 743px) {
  .p-faq__answerSectionTitle {
    font-size: 1rem;
  }
}

.p-faq__answerSectionTitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: var(--c-main);
  flex-shrink: 0;
}

.p-faq__answerList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-faq__answerList li {
  position: relative;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .p-faq__answerList li {
    font-size: 1.0625rem;
    line-height: 1.8;
    padding-left: 20px;
  }
}

.p-faq__answerList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: var(--c-sub);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-faq__answerList li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}

.p-naiteiQa {
  position: relative;
  background-color: #DBECFF;
  padding-top: 94px;
  padding-bottom: 120px;
  overflow-x: clip;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa {
    padding-top: 70px;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa {
    padding-bottom: 50px;
  }
}

.p-naiteiQa::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 455px;
  width: 1300px;
  height: 1600px;
  background: url("../img/faq/bg-ribbon.svg") no-repeat left top;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 743px) {
  .p-naiteiQa::before {
    display: none;
  }
}

.p-naiteiQa__heroInner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__heroInner {
    padding: 10px 20px 0;
  }
}

.p-naiteiQa__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background-color: var(--c-main);
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 120px;
  margin-top: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__label {
    margin-top: 24px;
  }
}

.p-naiteiQa__heroTitle {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 20px 0 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__heroTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__heroTitle {
    font-size: 1.5rem;
    margin-top: 15px;
    gap: 0;
  }
}

.p-naiteiQa__heroTitleEn {
  font-family: var(--f2);
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__heroTitleEn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__heroTitleEn {
    font-size: 24px;
  }
}

.p-naiteiQa__inner {
  position: relative;
  display: flex;
  gap: 50px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__inner {
    flex-direction: column;
    padding: 0 20px;
  }
}

.p-naiteiQa__sidebar {
  position: sticky;
  top: 154px;
  align-self: flex-start;
  order: 2;
  width: 275px;
  flex-shrink: 0;
  z-index: 10;
  border-radius: 4px;
  background: var(--white, #FFF);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__sidebar {
    display: none;
  }
}

.p-naiteiQa__tocTitle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-main);
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D0D5DD;
}

.p-naiteiQa__tocTitle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--c-main);
  flex-shrink: 0;
}

.p-naiteiQa__tocList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-naiteiQa__tocItem a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 400;
  color: #7f8094;
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.p-naiteiQa__tocItem a:hover {
  color: var(--c-text);
}

.p-naiteiQa__tocItem--active a {
  color: var(--c-text);
}

.p-naiteiQa__tocIcon {
  flex-shrink: 0;
  display: block;
  width: 19px;
  height: 19px;
  visibility: hidden;
}

.p-naiteiQa__tocItem--active .p-naiteiQa__tocIcon {
  visibility: visible;
}

.p-naiteiQa__main {
  position: relative;
  max-width: 970px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__main {
    max-width: 100%;
    padding: 60px 0;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__main {
    padding: 0;
  }
}

.p-naiteiQa__section {
  margin-bottom: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__section {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}

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

.p-naiteiQa__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.p-naiteiQa__item {
  background-color: #FFF;
  border-radius: 20px;
  padding: 36px 36px 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__item {
    padding: 24px 24px 12px;
    gap: 16px;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__item {
    padding: 19px 24px 0;
    gap: 16px;
  }
  .p-naiteiQa__item.is-open {
    padding-bottom: 24px;
  }
}

.p-naiteiQa__question {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__question {
    gap: 12px;
  }
}

.p-naiteiQa__qArrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #4581DD;
  border-radius: 50%;
  margin-left: auto;
  transition: transform 0.3s ease;
}

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

.p-naiteiQa__item.is-open .p-naiteiQa__qArrow {
  transform: rotate(180deg);
}

.p-naiteiQa__qIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: #4581DD;
  border-radius: 50%;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__qIcon {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.p-naiteiQa__qText {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__qText {
    font-size: 1rem;
  }
}

.p-naiteiQa__answer {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__answer {
    gap: 12px;
  }
}

.p-naiteiQa__aIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: #f2f2f2;
  border-radius: 50%;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  color: #4581dd;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__aIcon {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.p-naiteiQa__aText {
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 2.5;
  margin: 0;
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__aText {
    font-size: 0.9375rem;
    line-height: 2;
    padding-top: 2px;
  }
}

.p-naiteiQa__aContent {
  flex: 1;
  padding-top: 4px;
}

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

.p-naiteiQa__chartImage {
  flex-shrink: 0;
  width: 376px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__chartImage {
    width: 100%;
    margin: 0 auto;
  }
}

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

.p-naiteiQa__chartLegend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-naiteiQa__chartLegend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.6;
}

.p-naiteiQa__legendColor {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.p-naiteiQa__voicesTitle {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-main);
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__voicesTitle {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

.p-naiteiQa__voicesList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-naiteiQa__voicesList li {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__voicesList li {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__voicesList li {
    font-size: 1rem;
  }
}

.p-naiteiQa__voicesList li::before {
  content: "・";
}

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

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

.p-naiteiQa__answerSectionTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__answerSectionTitle {
    font-size: 1.0625rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__answerSectionTitle {
    font-size: 1rem;
  }
}

.p-naiteiQa__answerSectionTitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: var(--c-main);
  flex-shrink: 0;
}

.p-naiteiQa__answerList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__answerList {
    gap: 10px;
  }
}

.p-naiteiQa__answerList li {
  position: relative;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__answerList li {
    font-size: 1.0625rem;
    line-height: 1.8;
    padding-left: 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__answerList li {
    font-size: 0.875rem;
    line-height: 1.8;
    padding-left: 20px;
  }
}

.p-naiteiQa__answerList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: var(--c-sub);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__answerList li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}

.p-naiteiQa__aContent p {
  position: relative;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
  padding: 15px 0;
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__aContent p {
    font-size: 1rem;
  }
}
.p-naiteiQa__aContent p:first-child {
  padding-top: 0;
}
.p-naiteiQa__aContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__aContent ul {
    gap: 10px;
  }
}
.p-naiteiQa__aContent ul li {
  position: relative;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.8;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__aContent ul li {
    font-size: 1.0625rem;
    line-height: 1.8;
    padding-left: 20px;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__aContent ul li {
    font-size: 0.875rem;
    line-height: 1.8;
    padding-left: 20px;
  }
}
.p-naiteiQa__aContent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: var(--c-sub);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__aContent ul li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.p-naiteiQa__aContent img {
  width: 100%;
  max-width: 376px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__aContent img {
    max-width: 100%;
  }
}
.p-naiteiQa__aContent h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--c-text);
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__aContent h3 {
    font-size: 1.0625rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 743px) {
  .p-naiteiQa__aContent h3 {
    font-size: 1rem;
  }
}
.p-naiteiQa__aContent h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: var(--c-main);
  flex-shrink: 0;
}
.p-naiteiQa__aContent h3 + ul {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-naiteiQa__aContent h3 + ul {
    margin-bottom: 24px;
  }
}
.p-naiteiQa__aContent h3 + ul:last-child {
  margin-bottom: 0;
}

.p-privacy {
  background-color: var(--c-gray);
  padding: 94px 0 120px;
}
@media screen and (max-width: 1024px) {
  .p-privacy {
    padding: 70px 0 80px;
  }
}

.p-privacy__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__inner {
    padding: 0 20px;
  }
}

.p-privacy__header {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__header {
    margin-bottom: 32px;
  }
}

.p-privacy__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background-color: var(--c-main);
  color: var(--c-white);
  font-family: var(--f3);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 120px;
  margin-bottom: 36px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-privacy__label {
    margin-bottom: 24px;
  }
}

.p-privacy__title {
  font-family: var(--f3);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-privacy__title {
    font-size: 1.5rem;
  }
}

.p-privacy__divider {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__divider {
    margin-bottom: 32px;
  }
}
.p-privacy__divider::before {
  content: "";
  width: 166px;
  height: 2px;
  background-color: var(--c-main);
}
@media screen and (max-width: 1024px) {
  .p-privacy__divider::before {
    width: 100px;
  }
}
.p-privacy__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--c-text);
}

.p-privacy__body p {
  font-family: var(--f3);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-text);
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-privacy__body p {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
.p-privacy__body a {
  color: var(--c-main);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.p-privacy__body a:hover {
  opacity: 0.7;
}

.p-bnr {
  position: relative;
  width: 100%;
  display: flex;
  background-color: var(--c-white);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 744px) {
  .p-bnr {
    aspect-ratio: 800/260;
  }
}
@media screen and (max-width: 743px) {
  .p-bnr {
    flex-direction: column;
  }
}
.p-bnr:hover {
  opacity: 0.8;
}
.p-bnr:hover .p-bnr__arrow {
  transition: all 0.3s ease;
  transform: translateX(10px);
}
@media screen and (min-width: 744px) {
  .p-bnr__img {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-bnr__img {
    width: 100%;
    height: auto;
  }
}
.p-bnr__img img {
  width: 100%;
}
.p-bnr__textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--c-white);
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-bnr__textbox {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 743px) {
  .p-bnr__textbox {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
  }
}
.p-bnr__textbox h3 {
  font-family: var(--f2);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 744px) {
  .p-bnr__textbox h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-bnr__textbox h3 {
    font-size: 1.7142857143rem;
  }
}
.p-bnr__textbox p {
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.875;
}
@media screen and (min-width: 744px) {
  .p-bnr__textbox p {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 743px) {
  .p-bnr__textbox p {
    margin-top: 5px;
    font-size: 1.1428571429rem;
  }
}
.p-bnr__arrow {
  transition: all 0.3s ease;
  position: absolute;
}
@media screen and (min-width: 744px) {
  .p-bnr__arrow {
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 743px) {
  .p-bnr__arrow {
    bottom: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
}

/* ---------------------------
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: 744px) {
  .u-display--pc {
    display: block;
  }
}
@media screen and (max-width: 743px) {
  .u-display--pc {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .u-display--sp {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .u-display--sp {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--large {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .u-display--large {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-display--tb {
    display: block;
  }
}
@media screen and (max-width: 743px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tbsp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-display--tbsp {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tbnone {
    display: block;
  }
}
@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-display--tbnone {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .u-display--tbnone {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--47--tb {
    margin-right: 94px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--47--sp {
    margin-right: 94px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--47 {
    padding-top: 94px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--47--tb {
    padding-top: 94px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--47--sp {
    padding-top: 94px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--47 {
    padding-bottom: 94px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--47--tb {
    padding-bottom: 94px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--47--sp {
    padding-bottom: 94px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--48 {
    margin-top: 96px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--48--tb {
    margin-top: 96px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--48--sp {
    margin-top: 96px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--48 {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--48--tb {
    margin-bottom: 96px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--48--sp {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--48 {
    margin-right: 96px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--48--tb {
    margin-right: 96px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--48--sp {
    margin-right: 96px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--48 {
    padding-top: 96px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--48--tb {
    padding-top: 96px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--48--sp {
    padding-top: 96px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--48 {
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--48--tb {
    padding-bottom: 96px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--48--sp {
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--49 {
    margin-top: 98px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--49--tb {
    margin-top: 98px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--49--sp {
    margin-top: 98px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--49 {
    margin-bottom: 98px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--49--tb {
    margin-bottom: 98px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--49--sp {
    margin-bottom: 98px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--49 {
    margin-right: 98px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--49--tb {
    margin-right: 98px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--49--sp {
    margin-right: 98px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--49 {
    padding-top: 98px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--49--tb {
    padding-top: 98px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--49--sp {
    padding-top: 98px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--49 {
    padding-bottom: 98px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--49--tb {
    padding-bottom: 98px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--49--sp {
    padding-bottom: 98px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--50 {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--50--tb {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--50--sp {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--50 {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--50--tb {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--50--sp {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--50 {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--50--tb {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--50--sp {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--50 {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--50--tb {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--50--sp {
    padding-top: 100px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--50 {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--50--tb {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--50--sp {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--51 {
    margin-top: 102px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--51--tb {
    margin-top: 102px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--51--sp {
    margin-top: 102px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--51 {
    margin-bottom: 102px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--51--tb {
    margin-bottom: 102px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--51--sp {
    margin-bottom: 102px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--51 {
    margin-right: 102px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--51--tb {
    margin-right: 102px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--51--sp {
    margin-right: 102px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--51 {
    padding-top: 102px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--51--tb {
    padding-top: 102px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--51--sp {
    padding-top: 102px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--51 {
    padding-bottom: 102px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--51--tb {
    padding-bottom: 102px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--51--sp {
    padding-bottom: 102px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--52 {
    margin-top: 104px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--52--tb {
    margin-top: 104px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--52--sp {
    margin-top: 104px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--52 {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--52--tb {
    margin-bottom: 104px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--52--sp {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--52 {
    margin-right: 104px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--52--tb {
    margin-right: 104px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--52--sp {
    margin-right: 104px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--52 {
    padding-top: 104px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--52--tb {
    padding-top: 104px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--52--sp {
    padding-top: 104px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--52 {
    padding-bottom: 104px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--52--tb {
    padding-bottom: 104px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--52--sp {
    padding-bottom: 104px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--53 {
    margin-top: 106px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--53--tb {
    margin-top: 106px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--53--sp {
    margin-top: 106px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--53 {
    margin-bottom: 106px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--53--tb {
    margin-bottom: 106px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--53--sp {
    margin-bottom: 106px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--53 {
    margin-right: 106px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--53--tb {
    margin-right: 106px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--53--sp {
    margin-right: 106px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--53 {
    padding-top: 106px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--53--tb {
    padding-top: 106px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--53--sp {
    padding-top: 106px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--53 {
    padding-bottom: 106px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--53--tb {
    padding-bottom: 106px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--53--sp {
    padding-bottom: 106px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--54 {
    margin-top: 108px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--54--tb {
    margin-top: 108px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--54--sp {
    margin-top: 108px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--54 {
    margin-bottom: 108px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--54--tb {
    margin-bottom: 108px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--54--sp {
    margin-bottom: 108px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--54 {
    margin-right: 108px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--54--tb {
    margin-right: 108px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--54--sp {
    margin-right: 108px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--54 {
    padding-top: 108px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--54--tb {
    padding-top: 108px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--54--sp {
    padding-top: 108px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--54 {
    padding-bottom: 108px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--54--tb {
    padding-bottom: 108px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--54--sp {
    padding-bottom: 108px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--55 {
    margin-top: 110px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--55--tb {
    margin-top: 110px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--55--sp {
    margin-top: 110px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--55 {
    margin-bottom: 110px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--55--tb {
    margin-bottom: 110px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--55--sp {
    margin-bottom: 110px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--55 {
    margin-right: 110px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--55--tb {
    margin-right: 110px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--55--sp {
    margin-right: 110px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--55 {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--55--tb {
    padding-top: 110px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--55--sp {
    padding-top: 110px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--55 {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--55--tb {
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--55--sp {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--56 {
    margin-top: 112px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--56--tb {
    margin-top: 112px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--56--sp {
    margin-top: 112px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--56 {
    margin-bottom: 112px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--56--tb {
    margin-bottom: 112px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--56--sp {
    margin-bottom: 112px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--56 {
    margin-right: 112px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--56--tb {
    margin-right: 112px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--56--sp {
    margin-right: 112px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--56 {
    padding-top: 112px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--56--tb {
    padding-top: 112px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--56--sp {
    padding-top: 112px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--56 {
    padding-bottom: 112px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--56--tb {
    padding-bottom: 112px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--56--sp {
    padding-bottom: 112px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--57 {
    margin-top: 114px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--57--tb {
    margin-top: 114px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--57--sp {
    margin-top: 114px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--57 {
    margin-bottom: 114px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--57--tb {
    margin-bottom: 114px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--57--sp {
    margin-bottom: 114px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--57 {
    margin-right: 114px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--57--tb {
    margin-right: 114px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--57--sp {
    margin-right: 114px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--57 {
    padding-top: 114px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--57--tb {
    padding-top: 114px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--57--sp {
    padding-top: 114px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--57 {
    padding-bottom: 114px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--57--tb {
    padding-bottom: 114px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--57--sp {
    padding-bottom: 114px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--58 {
    margin-top: 116px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--58--tb {
    margin-top: 116px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--58--sp {
    margin-top: 116px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--58 {
    margin-bottom: 116px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--58--tb {
    margin-bottom: 116px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--58--sp {
    margin-bottom: 116px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--58 {
    margin-right: 116px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--58--tb {
    margin-right: 116px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--58--sp {
    margin-right: 116px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--58 {
    padding-top: 116px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--58--tb {
    padding-top: 116px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--58--sp {
    padding-top: 116px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--58 {
    padding-bottom: 116px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--58--tb {
    padding-bottom: 116px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--58--sp {
    padding-bottom: 116px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--59 {
    margin-top: 118px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--59--tb {
    margin-top: 118px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--59--sp {
    margin-top: 118px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--59 {
    margin-bottom: 118px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--59--tb {
    margin-bottom: 118px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--59--sp {
    margin-bottom: 118px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--59 {
    margin-right: 118px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--59--tb {
    margin-right: 118px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--59--sp {
    margin-right: 118px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--59 {
    padding-top: 118px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--59--tb {
    padding-top: 118px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--59--sp {
    padding-top: 118px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--59 {
    padding-bottom: 118px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--59--tb {
    padding-bottom: 118px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--59--sp {
    padding-bottom: 118px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--60 {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--60--tb {
    margin-top: 120px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--60--sp {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--60 {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--60--tb {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--60--sp {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--60 {
    margin-right: 120px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--60--tb {
    margin-right: 120px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--60--sp {
    margin-right: 120px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--60 {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--60--tb {
    padding-top: 120px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--60--sp {
    padding-top: 120px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--60 {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--60--tb {
    padding-bottom: 120px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--60--sp {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--61 {
    margin-top: 122px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--61--tb {
    margin-top: 122px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--61--sp {
    margin-top: 122px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--61 {
    margin-bottom: 122px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--61--tb {
    margin-bottom: 122px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--61--sp {
    margin-bottom: 122px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--61 {
    margin-right: 122px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--61--tb {
    margin-right: 122px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--61--sp {
    margin-right: 122px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--61 {
    padding-top: 122px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--61--tb {
    padding-top: 122px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--61--sp {
    padding-top: 122px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--61 {
    padding-bottom: 122px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--61--tb {
    padding-bottom: 122px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--61--sp {
    padding-bottom: 122px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--62 {
    margin-top: 124px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--62--tb {
    margin-top: 124px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--62--sp {
    margin-top: 124px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--62 {
    margin-bottom: 124px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--62--tb {
    margin-bottom: 124px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--62--sp {
    margin-bottom: 124px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--62 {
    margin-right: 124px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--62--tb {
    margin-right: 124px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--62--sp {
    margin-right: 124px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--62 {
    padding-top: 124px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--62--tb {
    padding-top: 124px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--62--sp {
    padding-top: 124px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--62 {
    padding-bottom: 124px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--62--tb {
    padding-bottom: 124px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--62--sp {
    padding-bottom: 124px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--63 {
    margin-top: 126px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--63--tb {
    margin-top: 126px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--63--sp {
    margin-top: 126px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--63 {
    margin-bottom: 126px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--63--tb {
    margin-bottom: 126px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--63--sp {
    margin-bottom: 126px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--63 {
    margin-right: 126px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--63--tb {
    margin-right: 126px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--63--sp {
    margin-right: 126px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--63 {
    padding-top: 126px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--63--tb {
    padding-top: 126px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--63--sp {
    padding-top: 126px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--63 {
    padding-bottom: 126px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--63--tb {
    padding-bottom: 126px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--63--sp {
    padding-bottom: 126px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--64 {
    margin-top: 128px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--64--tb {
    margin-top: 128px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--64--sp {
    margin-top: 128px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--64 {
    margin-bottom: 128px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--64--tb {
    margin-bottom: 128px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--64--sp {
    margin-bottom: 128px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--64 {
    margin-right: 128px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--64--tb {
    margin-right: 128px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--64--sp {
    margin-right: 128px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--64 {
    padding-top: 128px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--64--tb {
    padding-top: 128px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--64--sp {
    padding-top: 128px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--64 {
    padding-bottom: 128px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--64--tb {
    padding-bottom: 128px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--64--sp {
    padding-bottom: 128px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--65 {
    margin-top: 130px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--65--tb {
    margin-top: 130px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--65--sp {
    margin-top: 130px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--65 {
    margin-bottom: 130px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--65--tb {
    margin-bottom: 130px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--65--sp {
    margin-bottom: 130px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--65 {
    margin-right: 130px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--65--tb {
    margin-right: 130px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--65--sp {
    margin-right: 130px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--65 {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--65--tb {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--65--sp {
    padding-top: 130px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--65 {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--65--tb {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--65--sp {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--66 {
    margin-top: 132px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--66--tb {
    margin-top: 132px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--66--sp {
    margin-top: 132px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--66 {
    margin-bottom: 132px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--66--tb {
    margin-bottom: 132px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--66--sp {
    margin-bottom: 132px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--66 {
    margin-right: 132px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--66--tb {
    margin-right: 132px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--66--sp {
    margin-right: 132px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--66 {
    padding-top: 132px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--66--tb {
    padding-top: 132px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--66--sp {
    padding-top: 132px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--66 {
    padding-bottom: 132px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--66--tb {
    padding-bottom: 132px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--66--sp {
    padding-bottom: 132px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--67 {
    margin-top: 134px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--67--tb {
    margin-top: 134px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--67--sp {
    margin-top: 134px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--67 {
    margin-bottom: 134px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--67--tb {
    margin-bottom: 134px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--67--sp {
    margin-bottom: 134px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--67 {
    margin-right: 134px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--67--tb {
    margin-right: 134px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--67--sp {
    margin-right: 134px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--67 {
    padding-top: 134px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--67--tb {
    padding-top: 134px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--67--sp {
    padding-top: 134px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--67 {
    padding-bottom: 134px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--67--tb {
    padding-bottom: 134px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--67--sp {
    padding-bottom: 134px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--68 {
    margin-top: 136px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--68--tb {
    margin-top: 136px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--68--sp {
    margin-top: 136px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--68 {
    margin-bottom: 136px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--68--tb {
    margin-bottom: 136px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--68--sp {
    margin-bottom: 136px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--68 {
    margin-right: 136px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--68--tb {
    margin-right: 136px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--68--sp {
    margin-right: 136px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--68 {
    padding-top: 136px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--68--tb {
    padding-top: 136px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--68--sp {
    padding-top: 136px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--68 {
    padding-bottom: 136px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--68--tb {
    padding-bottom: 136px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--68--sp {
    padding-bottom: 136px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--69 {
    margin-top: 138px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--69--tb {
    margin-top: 138px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--69--sp {
    margin-top: 138px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--69 {
    margin-bottom: 138px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--69--tb {
    margin-bottom: 138px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--69--sp {
    margin-bottom: 138px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--69 {
    margin-right: 138px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--69--tb {
    margin-right: 138px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--69--sp {
    margin-right: 138px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--69 {
    padding-top: 138px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--69--tb {
    padding-top: 138px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--69--sp {
    padding-top: 138px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--69 {
    padding-bottom: 138px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--69--tb {
    padding-bottom: 138px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--69--sp {
    padding-bottom: 138px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--70 {
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--70--tb {
    margin-top: 140px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--70--sp {
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--70 {
    margin-bottom: 140px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--70--tb {
    margin-bottom: 140px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--70--sp {
    margin-bottom: 140px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--70 {
    margin-right: 140px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--70--tb {
    margin-right: 140px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--70--sp {
    margin-right: 140px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--70 {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--70--tb {
    padding-top: 140px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--70--sp {
    padding-top: 140px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--70 {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--70--tb {
    padding-bottom: 140px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--70--sp {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--71 {
    margin-top: 142px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--71--tb {
    margin-top: 142px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--71--sp {
    margin-top: 142px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--71 {
    margin-bottom: 142px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--71--tb {
    margin-bottom: 142px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--71--sp {
    margin-bottom: 142px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--71 {
    margin-right: 142px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--71--tb {
    margin-right: 142px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--71--sp {
    margin-right: 142px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--71 {
    padding-top: 142px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--71--tb {
    padding-top: 142px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--71--sp {
    padding-top: 142px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--71 {
    padding-bottom: 142px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--71--tb {
    padding-bottom: 142px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--71--sp {
    padding-bottom: 142px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--72 {
    margin-top: 144px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--72--tb {
    margin-top: 144px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--72--sp {
    margin-top: 144px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--72 {
    margin-bottom: 144px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--72--tb {
    margin-bottom: 144px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--72--sp {
    margin-bottom: 144px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--72 {
    margin-right: 144px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--72--tb {
    margin-right: 144px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--72--sp {
    margin-right: 144px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--72 {
    padding-top: 144px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--72--tb {
    padding-top: 144px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--72--sp {
    padding-top: 144px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--72 {
    padding-bottom: 144px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--72--tb {
    padding-bottom: 144px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--72--sp {
    padding-bottom: 144px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--73 {
    margin-top: 146px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--73--tb {
    margin-top: 146px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--73--sp {
    margin-top: 146px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--73 {
    margin-bottom: 146px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--73--tb {
    margin-bottom: 146px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--73--sp {
    margin-bottom: 146px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--73 {
    margin-right: 146px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--73--tb {
    margin-right: 146px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--73--sp {
    margin-right: 146px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--73 {
    padding-top: 146px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--73--tb {
    padding-top: 146px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--73--sp {
    padding-top: 146px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--73 {
    padding-bottom: 146px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--73--tb {
    padding-bottom: 146px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--73--sp {
    padding-bottom: 146px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--74 {
    margin-top: 148px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--74--tb {
    margin-top: 148px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--74--sp {
    margin-top: 148px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--74 {
    margin-bottom: 148px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--74--tb {
    margin-bottom: 148px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--74--sp {
    margin-bottom: 148px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--74 {
    margin-right: 148px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--74--tb {
    margin-right: 148px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--74--sp {
    margin-right: 148px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--74 {
    padding-top: 148px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--74--tb {
    padding-top: 148px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--74--sp {
    padding-top: 148px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--74 {
    padding-bottom: 148px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--74--tb {
    padding-bottom: 148px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--74--sp {
    padding-bottom: 148px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--75 {
    margin-top: 150px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--75--tb {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--75--sp {
    margin-top: 150px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--75 {
    margin-bottom: 150px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--75--tb {
    margin-bottom: 150px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--75--sp {
    margin-bottom: 150px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--75 {
    margin-right: 150px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--75--tb {
    margin-right: 150px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--75--sp {
    margin-right: 150px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--75 {
    padding-top: 150px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--75--tb {
    padding-top: 150px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--75--sp {
    padding-top: 150px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--75 {
    padding-bottom: 150px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--75--tb {
    padding-bottom: 150px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--75--sp {
    padding-bottom: 150px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--76 {
    margin-top: 152px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--76--tb {
    margin-top: 152px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--76--sp {
    margin-top: 152px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--76 {
    margin-bottom: 152px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--76--tb {
    margin-bottom: 152px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--76--sp {
    margin-bottom: 152px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--76 {
    margin-right: 152px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--76--tb {
    margin-right: 152px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--76--sp {
    margin-right: 152px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--76 {
    padding-top: 152px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--76--tb {
    padding-top: 152px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--76--sp {
    padding-top: 152px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--76 {
    padding-bottom: 152px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--76--tb {
    padding-bottom: 152px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--76--sp {
    padding-bottom: 152px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--77 {
    margin-top: 154px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--77--tb {
    margin-top: 154px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--77--sp {
    margin-top: 154px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--77 {
    margin-bottom: 154px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--77--tb {
    margin-bottom: 154px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--77--sp {
    margin-bottom: 154px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--77 {
    margin-right: 154px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--77--tb {
    margin-right: 154px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--77--sp {
    margin-right: 154px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--77 {
    padding-top: 154px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--77--tb {
    padding-top: 154px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--77--sp {
    padding-top: 154px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--77 {
    padding-bottom: 154px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--77--tb {
    padding-bottom: 154px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--77--sp {
    padding-bottom: 154px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--78 {
    margin-top: 156px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--78--tb {
    margin-top: 156px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--78--sp {
    margin-top: 156px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--78 {
    margin-bottom: 156px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--78--tb {
    margin-bottom: 156px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--78--sp {
    margin-bottom: 156px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--78 {
    margin-right: 156px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--78--tb {
    margin-right: 156px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--78--sp {
    margin-right: 156px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--78 {
    padding-top: 156px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--78--tb {
    padding-top: 156px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--78--sp {
    padding-top: 156px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--78 {
    padding-bottom: 156px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--78--tb {
    padding-bottom: 156px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--78--sp {
    padding-bottom: 156px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--79 {
    margin-top: 158px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--79--tb {
    margin-top: 158px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--79--sp {
    margin-top: 158px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--79 {
    margin-bottom: 158px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--79--tb {
    margin-bottom: 158px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--79--sp {
    margin-bottom: 158px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--79 {
    margin-right: 158px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--79--tb {
    margin-right: 158px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--79--sp {
    margin-right: 158px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--79 {
    padding-top: 158px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--79--tb {
    padding-top: 158px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--79--sp {
    padding-top: 158px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--79 {
    padding-bottom: 158px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--79--tb {
    padding-bottom: 158px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--79--sp {
    padding-bottom: 158px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--80 {
    margin-top: 160px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--80--tb {
    margin-top: 160px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--80--sp {
    margin-top: 160px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--80 {
    margin-bottom: 160px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--80--tb {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--80--sp {
    margin-bottom: 160px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--80 {
    margin-right: 160px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--80--tb {
    margin-right: 160px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--80--sp {
    margin-right: 160px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--80 {
    padding-top: 160px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--80--tb {
    padding-top: 160px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--80--sp {
    padding-top: 160px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--80 {
    padding-bottom: 160px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--80--tb {
    padding-bottom: 160px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--80--sp {
    padding-bottom: 160px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--81 {
    margin-top: 162px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--81--tb {
    margin-top: 162px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--81--sp {
    margin-top: 162px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--81 {
    margin-bottom: 162px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--81--tb {
    margin-bottom: 162px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--81--sp {
    margin-bottom: 162px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--81 {
    margin-right: 162px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--81--tb {
    margin-right: 162px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--81--sp {
    margin-right: 162px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--81 {
    padding-top: 162px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--81--tb {
    padding-top: 162px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--81--sp {
    padding-top: 162px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--81 {
    padding-bottom: 162px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--81--tb {
    padding-bottom: 162px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--81--sp {
    padding-bottom: 162px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--82 {
    margin-top: 164px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--82--tb {
    margin-top: 164px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--82--sp {
    margin-top: 164px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--82 {
    margin-bottom: 164px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--82--tb {
    margin-bottom: 164px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--82--sp {
    margin-bottom: 164px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--82 {
    margin-right: 164px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--82--tb {
    margin-right: 164px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--82--sp {
    margin-right: 164px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--82 {
    padding-top: 164px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--82--tb {
    padding-top: 164px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--82--sp {
    padding-top: 164px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--82 {
    padding-bottom: 164px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--82--tb {
    padding-bottom: 164px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--82--sp {
    padding-bottom: 164px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--83 {
    margin-top: 166px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--83--tb {
    margin-top: 166px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--83--sp {
    margin-top: 166px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--83 {
    margin-bottom: 166px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--83--tb {
    margin-bottom: 166px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--83--sp {
    margin-bottom: 166px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--83 {
    margin-right: 166px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--83--tb {
    margin-right: 166px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--83--sp {
    margin-right: 166px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--83 {
    padding-top: 166px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--83--tb {
    padding-top: 166px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--83--sp {
    padding-top: 166px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--83 {
    padding-bottom: 166px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--83--tb {
    padding-bottom: 166px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--83--sp {
    padding-bottom: 166px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--84 {
    margin-top: 168px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--84--tb {
    margin-top: 168px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--84--sp {
    margin-top: 168px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--84 {
    margin-bottom: 168px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--84--tb {
    margin-bottom: 168px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--84--sp {
    margin-bottom: 168px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--84 {
    margin-right: 168px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--84--tb {
    margin-right: 168px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--84--sp {
    margin-right: 168px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--84 {
    padding-top: 168px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--84--tb {
    padding-top: 168px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--84--sp {
    padding-top: 168px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--84 {
    padding-bottom: 168px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--84--tb {
    padding-bottom: 168px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--84--sp {
    padding-bottom: 168px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--85 {
    margin-top: 170px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--85--tb {
    margin-top: 170px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--85--sp {
    margin-top: 170px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--85 {
    margin-bottom: 170px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--85--tb {
    margin-bottom: 170px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--85--sp {
    margin-bottom: 170px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--85 {
    margin-right: 170px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--85--tb {
    margin-right: 170px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--85--sp {
    margin-right: 170px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--85 {
    padding-top: 170px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--85--tb {
    padding-top: 170px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--85--sp {
    padding-top: 170px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--85 {
    padding-bottom: 170px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--85--tb {
    padding-bottom: 170px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--85--sp {
    padding-bottom: 170px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--86 {
    margin-top: 172px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--86--tb {
    margin-top: 172px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--86--sp {
    margin-top: 172px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--86 {
    margin-bottom: 172px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--86--tb {
    margin-bottom: 172px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--86--sp {
    margin-bottom: 172px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--86 {
    margin-right: 172px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--86--tb {
    margin-right: 172px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--86--sp {
    margin-right: 172px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--86 {
    padding-top: 172px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--86--tb {
    padding-top: 172px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--86--sp {
    padding-top: 172px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--86 {
    padding-bottom: 172px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--86--tb {
    padding-bottom: 172px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--86--sp {
    padding-bottom: 172px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--87 {
    margin-top: 174px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--87--tb {
    margin-top: 174px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--87--sp {
    margin-top: 174px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--87 {
    margin-bottom: 174px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--87--tb {
    margin-bottom: 174px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--87--sp {
    margin-bottom: 174px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--87 {
    margin-right: 174px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--87--tb {
    margin-right: 174px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--87--sp {
    margin-right: 174px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--87 {
    padding-top: 174px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--87--tb {
    padding-top: 174px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--87--sp {
    padding-top: 174px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--87 {
    padding-bottom: 174px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--87--tb {
    padding-bottom: 174px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--87--sp {
    padding-bottom: 174px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--88 {
    margin-top: 176px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--88--tb {
    margin-top: 176px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--88--sp {
    margin-top: 176px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--88 {
    margin-bottom: 176px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--88--tb {
    margin-bottom: 176px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--88--sp {
    margin-bottom: 176px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--88 {
    margin-right: 176px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--88--tb {
    margin-right: 176px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--88--sp {
    margin-right: 176px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--88 {
    padding-top: 176px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--88--tb {
    padding-top: 176px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--88--sp {
    padding-top: 176px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--88 {
    padding-bottom: 176px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--88--tb {
    padding-bottom: 176px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--88--sp {
    padding-bottom: 176px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--89 {
    margin-top: 178px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--89--tb {
    margin-top: 178px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--89--sp {
    margin-top: 178px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--89 {
    margin-bottom: 178px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--89--tb {
    margin-bottom: 178px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--89--sp {
    margin-bottom: 178px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--89 {
    margin-right: 178px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--89--tb {
    margin-right: 178px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--89--sp {
    margin-right: 178px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--89 {
    padding-top: 178px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--89--tb {
    padding-top: 178px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--89--sp {
    padding-top: 178px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--89 {
    padding-bottom: 178px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--89--tb {
    padding-bottom: 178px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pb--89--sp {
    padding-bottom: 178px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mt--90 {
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mt--90--tb {
    margin-top: 180px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mt--90--sp {
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mb--90 {
    margin-bottom: 180px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mb--90--tb {
    margin-bottom: 180px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mb--90--sp {
    margin-bottom: 180px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-mr--90 {
    margin-right: 180px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-mr--90--tb {
    margin-right: 180px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-mr--90--sp {
    margin-right: 180px !important;
  }
}

@media screen and (min-width: 744px) {
  .u-pt--90 {
    padding-top: 180px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pt--90--tb {
    padding-top: 180px !important;
  }
}

@media screen and (max-width: 743px) {
  .u-pt--90--sp {
    padding-top: 180px;
  }
}

@media screen and (min-width: 744px) {
  .u-pb--90 {
    padding-bottom: 180px !important;
  }
}

@media screen and (min-width: 744px) and (max-width: 1100px) {
  .u-pb--90--tb {
    padding-bottom: 180px !important;
  }
}

@media screen and (max-width: 743px) {
  .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: 744px) {
  .u-align-c--pc {
    text-align: center !important;
  }
}

.u-align-l {
  text-align: left !important;
}
@media screen and (max-width: 743px) {
  .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: 1rem;
}

.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: 1024px) {
  .u-text--10 {
    font-size: calc(10 * 0.06rem) !important;
  }
}

.u-text--11 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--11 {
    font-size: calc(11 * 0.06rem) !important;
  }
}

.u-text--12 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--12 {
    font-size: calc(12 * 0.06rem) !important;
  }
}

.u-text--13 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--13 {
    font-size: calc(13 * 0.06rem) !important;
  }
}

.u-text--14 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--14 {
    font-size: calc(14 * 0.06rem) !important;
  }
}

.u-text--15 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--15 {
    font-size: calc(15 * 0.06rem) !important;
  }
}

.u-text--16 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--16 {
    font-size: calc(16 * 0.06rem) !important;
  }
}

.u-text--17 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--17 {
    font-size: calc(17 * 0.06rem) !important;
  }
}

.u-text--18 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--18 {
    font-size: calc(18 * 0.06rem) !important;
  }
}

.u-text--19 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--19 {
    font-size: calc(19 * 0.06rem) !important;
  }
}

.u-text--20 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--20 {
    font-size: calc(20 * 0.06rem) !important;
  }
}

.u-text--21 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--21 {
    font-size: calc(21 * 0.06rem) !important;
  }
}

.u-text--22 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--22 {
    font-size: calc(22 * 0.06rem) !important;
  }
}

.u-text--23 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--23 {
    font-size: calc(23 * 0.06rem) !important;
  }
}

.u-text--24 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--24 {
    font-size: calc(24 * 0.06rem) !important;
  }
}

.u-text--25 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--25 {
    font-size: calc(25 * 0.06rem) !important;
  }
}

.u-text--26 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--26 {
    font-size: calc(26 * 0.06rem) !important;
  }
}

.u-text--27 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--27 {
    font-size: calc(27 * 0.06rem) !important;
  }
}

.u-text--28 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--28 {
    font-size: calc(28 * 0.06rem) !important;
  }
}

.u-text--29 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--29 {
    font-size: calc(29 * 0.06rem) !important;
  }
}

.u-text--30 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--30 {
    font-size: calc(30 * 0.06rem) !important;
  }
}

.u-text--31 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--31 {
    font-size: calc(31 * 0.06rem) !important;
  }
}

.u-text--32 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--32 {
    font-size: calc(32 * 0.06rem) !important;
  }
}

.u-text--33 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--33 {
    font-size: calc(33 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--33 {
    font-size: calc(33 * 0.06rem) !important;
  }
}

.u-text--34 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--34 {
    font-size: calc(34 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--34 {
    font-size: calc(34 * 0.06rem) !important;
  }
}

.u-text--35 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--35 {
    font-size: calc(35 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--35 {
    font-size: calc(35 * 0.06rem) !important;
  }
}

.u-text--36 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--36 {
    font-size: calc(36 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--36 {
    font-size: calc(36 * 0.06rem) !important;
  }
}

.u-text--37 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--37 {
    font-size: calc(37 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--37 {
    font-size: calc(37 * 0.06rem) !important;
  }
}

.u-text--38 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--38 {
    font-size: calc(38 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--38 {
    font-size: calc(38 * 0.06rem) !important;
  }
}

.u-text--39 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--39 {
    font-size: calc(39 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--39 {
    font-size: calc(39 * 0.06rem) !important;
  }
}

.u-text--40 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--40 {
    font-size: calc(40 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--40 {
    font-size: calc(40 * 0.06rem) !important;
  }
}

.u-text--41 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--41 {
    font-size: calc(41 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-text--41 {
    font-size: calc(41 * 0.06rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--10--sp {
    font-size: calc(10 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--11--sp {
    font-size: calc(11 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--12--sp {
    font-size: calc(12 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--13--sp {
    font-size: calc(13 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--14--sp {
    font-size: calc(14 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--15--sp {
    font-size: calc(15 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--16--sp {
    font-size: calc(16 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--17--sp {
    font-size: calc(17 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--18--sp {
    font-size: calc(18 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--19--sp {
    font-size: calc(19 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--20--sp {
    font-size: calc(20 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--21--sp {
    font-size: calc(21 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--22--sp {
    font-size: calc(22 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--23--sp {
    font-size: calc(23 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--24--sp {
    font-size: calc(24 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--25--sp {
    font-size: calc(25 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--26--sp {
    font-size: calc(26 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--27--sp {
    font-size: calc(27 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--28--sp {
    font-size: calc(28 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--29--sp {
    font-size: calc(29 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--30--sp {
    font-size: calc(30 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--31--sp {
    font-size: calc(31 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-text--32--sp {
    font-size: calc(32 * 0.0714285714rem) !important;
  }
}
