@charset "UTF-8";
:root {
  --f1: "Zen Kaku Gothic New", sans-serif;
  --f2: "Outfit", "Zen Kaku Gothic New", sans-serif;
  --f3: "Roboto", "Zen Kaku Gothic New", sans-serif;
}

:root {
  --c0: #12222F;
  --c1: #00CD95;
  --c2: #007C9D;
  --c3: #43A0B6;
  --c4: #2861a4;
  --c-gray: #F0F4F4;
  --c-gray02: #e0e0e0;
  --c-gray03: #DADADA;
  --c-gray04: #E4EBEB;
  --c-dark-gray: #A5A5A5;
  --c-dark-gray02: #424242;
  --c-dark-gray03: #666666;
  --c-lpgray: #eff6f7;
}

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

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

a {
  box-sizing: border-box;
}

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

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

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

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

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

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

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

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

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

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

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

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

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

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

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

em {
  font-weight: bold;
}

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

button,
summary {
  cursor: pointer;
}

/* ---------------------------
module
--------------------------- */
:root :where(body) {
  font-family: var(--f1);
}

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

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

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

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

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

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

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

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

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

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

.l-footerContact__contents {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .l-footerContact__contents {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerContact__contents {
    grid-template-columns: 1fr;
  }
}
.l-footerContact__content {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .l-footerContact__content {
    padding: 80px 20px 100px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerContact__content {
    padding: 40px 20px;
  }
}
.l-footerContact__content:nth-child(3n+1) {
  background: linear-gradient(135deg, #014c4d 0%, #01a583 100%);
}
.l-footerContact__content:nth-child(3n+2) {
  background: linear-gradient(135deg, #015966 0%, #01bda8 100%);
}
.l-footerContact__content:nth-child(3n+3) {
  background: linear-gradient(135deg, #33406a 0%, #016098 100%);
}
.l-footerContact__h__label {
  font-family: var(--f2);
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .l-footerContact__h__label {
    font-size: 0.875rem;
  }
}
.l-footerContact__h__label02 {
  display: block;
}
@media screen and (min-width: 1101px) {
  .l-footerContact__h__label02 {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerContact__h__label02 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.l-footerContact__lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .l-footerContact__lead br {
    display: none;
  }
}

.l-footer {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.l-footer.--lp {
  color: #fff;
  background: var(--c0);
}
@media screen and (min-width: 1101px) {
  .l-footer {
    padding: 100px 0;
  }
  .l-footer.--lp {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer {
    padding: 50px 0;
  }
}
.l-footer__logo {
  line-height: 1;
}
.--lp .l-footer__logo {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 1101px) {
  .l-footer__logo {
    width: 130px;
  }
  .--home .l-footer__logo {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__logo {
    width: 110px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__text {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__text {
    font-size: 0.75rem;
  }
}
.l-footer__copyright {
  font-size: 0.75rem;
  text-align: center;
  font-family: var(--f2);
}

@media screen and (min-width: 1101px) {
  .l-footerLpClear {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1101px) {
  .l-footerRow {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 90px;
  }
  .--lp .l-footerRow {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerRow {
    margin-bottom: 40px;
  }
}
.l-footerRow__logoWrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .l-footerRow__logoWrap {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1101px) {
  .l-footerRow02 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footerRow02__foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerRow02__foot {
    margin-top: 20px;
  }
}

.l-footerSocial__list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .l-footerSocial__list {
    gap: 15px;
    margin-top: 55px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerSocial__list {
    gap: 15px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footerSocial__item img {
    width: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerSocial__item img {
    width: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .l-footerCat {
    break-inside: avoid;
  }
}
@media screen and (min-width: 1101px) {
  .l-footerCat:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerCat:not(:last-child) {
    margin-bottom: 20px;
  }
}
.l-footerCat__head {
  position: relative;
  font-weight: 500;
}
.l-footerCat__head a {
  transition: 0.2s;
}
.l-footerCat__head a:hover {
  color: var(--c1);
}
@media screen and (max-width: 1100px) {
  .l-footerCat__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1101px) {
  .l-footerCat__open {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerCat__open {
    font-size: 26px;
  }
}
@media screen and (min-width: 1101px) {
  .l-footerCat__row {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerCat__row {
    margin-top: 30px;
    columns: 2;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerCat__col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.l-footerLink__list {
  margin-top: 15px;
}
.l-footerLink__item {
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 1101px) {
  .l-footerLink__item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerLink__item {
    padding-left: 10px;
  }
}
.l-footerLink__item:not(:last-child) {
  margin-bottom: 15px;
}
.l-footerLink__item a {
  font-weight: normal;
  transition: 0.2s;
}
.l-footerLink__item a:hover {
  color: var(--c1);
}
.l-footerLink__item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../img/common/ico_arrow_c1.svg) no-repeat center/contain;
}

.l-footerLink02__list {
  font-size: 0.75rem;
}
@media screen and (min-width: 1101px) {
  .l-footerLink02__list {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footerLink02__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.l-footerLink02__list a {
  transition: 0.2s;
}
.l-footerLink02__list a:hover {
  color: var(--c1);
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.--template-lp .l-header {
  background: none;
}
.js-scrolled .l-header {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1101px) {
  .l-header {
    height: 90px;
    padding: 0 30px;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header {
    height: 60px;
    padding: 0 15px;
  }
}
.l-header__balls {
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 1101px) {
  .l-header__balls {
    left: 50vw;
    transform: translateX(-50%);
    width: 2000px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__balls {
    left: 0;
    width: 110vw;
  }
}
.l-header__head {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .l-header__head {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__head {
    gap: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .l-header__links {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__links {
    display: flex;
    gap: 10px;
  }
}
.l-header__logo {
  line-height: 1;
}
@media screen and (min-width: 1101px) {
  .l-header__logo {
    width: 130px;
  }
  .--home .l-header__logo {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 1100px) {
  .l-header__logo {
    width: 76px;
  }
}
@media screen and (min-width: 1101px) {
  .l-header__text {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__text {
    font-size: 8px;
  }
}
.l-header__link {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.l-header__link img {
  width: 23px;
}

.l-headerSocial__list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .l-headerSocial__list {
    gap: 15px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .l-headerSocial__list {
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .l-headerSocial__list {
    gap: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .l-headerSocial__item img {
    width: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .l-headerSocial__item img {
    width: 16px;
  }
}

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

.c-btn {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: var(--f2);
  font-weight: bold;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid var(--c0);
}
.c-btn.--wh {
  color: #fff;
  border-color: #fff;
}
.c-btn.--wh:hover {
  color: var(--c0);
  background: #fff;
}
.c-btn.--primary {
  background: var(--c0);
  color: #fff;
}
.c-btn.--primary:hover {
  color: var(--c0);
  background: #fff;
}
.c-btn.--secondary {
  color: var(--c0);
  background: #FFF;
}
.c-btn.--secondary:hover {
  color: #fff;
  background: var(--c0);
}
.c-btn.--tertiary {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.c-btn.--tertiary:hover {
  color: var(--c0);
  background: #fff;
}
.c-btn.--lp {
  background: var(--c4);
  color: #FFF;
  border: none;
}
.c-btn.--lp:hover {
  color: var(--c0);
  background: #fff;
}
.c-btn .label {
  position: relative;
  z-index: 1;
}
.c-btn:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-btn:after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn:after {
    right: 10px;
  }
}
.c-btn[target=_blank] .deco:before {
  font-family: "Material Symbols Outlined";
  content: "open_in_new";
  font-size: 1.125rem;
  background: none;
  width: auto;
  height: auto;
}
.c-btn.--leftArrow:after {
  content: "chevron_left";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn.--leftArrow:after {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.--leftArrow:after {
    left: 10px;
  }
}
.c-btn[disabled] {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-width: 220px;
    width: fit-content;
    min-height: 50px;
    padding: 10px 50px 10px 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-btn {
    min-width: 260px;
    padding: 10px 33px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-height: 44px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 35px;
  }
  .c-btn:before {
    right: 10px;
  }
}
.c-btn__label {
  display: block;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-btn__list.--1 {
    display: flex;
    justify-content: center;
  }
}
.c-btn__list.--align-right {
  display: flex;
  justify-content: flex-end;
}

.c-btnGroup {
  display: flex;
  gap: 10px;
}
.c-btnGroup.--center {
  justify-content: center;
}

.c-btn02 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f2);
  font-weight: bold;
}
.c-btn02 .deco {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  position: relative;
}
.c-btn02 .deco:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c0);
  transition: 0.2s;
}
.c-btn02 .deco:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 80%;
  height: 2px;
  margin-top: -1px;
  background: var(--c0);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: left center;
}
.c-btn02:not([disabled]):hover:before {
  transform: translateX(50%) translateY(-50%) scale(0);
  transform-origin: center center;
}
.c-btn02:not([disabled]):hover .deco {
  background: transparent;
}
.c-btn02:not([disabled]):hover .deco:before {
  transform: scale(0);
  filter: brightness(10);
}
.c-btn02:not([disabled]):hover .deco:after {
  content: "";
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
}

.c-btn03 {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}
.c-btn03.--flex-end {
  justify-content: flex-end;
}
.c-btn03:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
  width: 20px;
  height: 20px;
}
.c-btnAndArrows {
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-btnAndArrows {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btnAndArrows {
    flex-direction: column;
    gap: 10px;
  }
}
.c-btnAndArrows__arrow {
  box-shadow: 6px 8px 16px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-btnAndArrows__arrow {
    width: 58px;
    height: 58px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btnAndArrows__arrow {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1101px) {
  .c-gnav {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnav {
    position: relative;
    width: 100%;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    transition: 0.3s;
    transform: translateY(-30px);
    opacity: 0;
    background: var(--c-gray);
    padding: 80px 20px 20px;
    height: 100vh;
  }
  .js-gnav .c-gnav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
  }
}
@media screen and (min-width: 1101px) {
  .c-gnav__grad {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnav__grad {
    position: absolute;
    background: radial-gradient(circle, var(--c1) 0%, var(--c0) 70%);
    pointer-events: none;
    right: -160px;
    bottom: -160px;
    width: 320px;
    height: 320px;
  }
}
.c-gnav__btn {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media screen and (min-width: 1101px) {
  .c-gnav__btn {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnav__btn {
    width: 54px;
    height: 54px;
  }
}
.c-gnav__btn__dots {
  width: 22px;
  height: 22px;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
}
.c-gnav__btn__dot {
  transition: 0.3s;
  display: block;
  width: 25px;
  height: 2px;
  background: var(--c1);
  position: absolute;
}
.c-gnav__btn__dot:nth-child(1) {
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
}
.c-gnav__btn__dot:nth-child(2) {
  right: 50%;
  bottom: 25%;
  transform: translate(50%, 50%);
}
.js-gnav .c-gnav__btn__dot:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-gnav .c-gnav__btn__dot:nth-child(2) {
  bottom: 50%;
  transform: translate(50%, 50%) rotate(-45deg);
}
.c-gnav__btn__label {
  font-family: var(--f2);
  font-size: 0.8125rem;
  text-align: center;
  display: block;
}

@media screen and (min-width: 1101px) {
  .c-gnavLink__list {
    display: flex;
    justify-content: flex-end;
    gap: 0 30px;
    flex-wrap: wrap;
    max-width: 450px;
  }
}
.c-gnavLink__item .label {
  font-weight: 400;
}
.c-gnavLink__item a {
  transition: 0.2s;
}
.c-gnavLink__item a:hover {
  color: var(--c1);
}
@media screen and (min-width: 1101px) {
  .c-gnavLink__item {
    font-size: 0.9375rem;
  }
  .c-gnavLink__item.--about {
    order: 4;
  }
  .c-gnavLink__item.--project {
    order: 2;
  }
  .c-gnavLink__item.--corporate {
    order: 5;
  }
  .c-gnavLink__item.--service {
    order: 6;
  }
  .c-gnavLink__item.--case {
    order: 1;
  }
  .c-gnavLink__item.--co-creation {
    order: 7;
  }
  .c-gnavLink__item.--information {
    order: 3;
  }
  .c-gnavLink__item > a {
    height: 30px;
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnavLink__item {
    border-bottom: 1px solid var(--c-gray02);
    padding: 10px 0;
  }
}
.c-gnavLink__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .c-gnavLink__head {
    text-align: left;
  }
  .c-gnavLink__head a {
    height: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnavLink__head {
    font-size: 1rem;
    justify-content: space-between;
  }
}
.c-gnavLink__btn {
  border-radius: 50%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-gnavLink__btn.--open {
  transform: rotate(180deg);
}
@media screen and (min-width: 1101px) {
  .c-gnavLink__btn {
    height: 30px;
  }
  .c-gnavLink__btn:hover {
    background: var(--c-gray02);
  }
}
.c-gnavSubLink__list {
  display: none;
}
@media screen and (max-width: 1100px) {
  .c-gnavSubLink__list {
    padding-left: 20px;
    padding-top: 10px;
  }
  .c-gnavSubLink__list.--open {
    display: block;
  }
}
.c-gnavSubLink__item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 1101px) {
  .c-gnavLink02__list {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnavLink02__list {
    margin-top: 20px;
  }
}
.c-gnavLink02__item a, .c-gnavLink02__item button {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: var(--f2);
  transition: 0.2s;
  overflow: hidden;
  font-size: 0.875rem;
  border: 1px solid var(--c0);
}
@media screen and (min-width: 1101px) {
  .c-gnavLink02__item a, .c-gnavLink02__item button {
    white-space: nowrap;
  }
  .c-gnavLink02__item a:not(.--application), .c-gnavLink02__item button:not(.--application) {
    width: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnavLink02__item a, .c-gnavLink02__item button {
    width: 100%;
  }
}
.c-gnavLink02__item.--primary a, .c-gnavLink02__item.--primary button {
  color: #fff;
  background: var(--c0);
}
.c-gnavLink02__item.--primary a:hover, .c-gnavLink02__item.--primary button:hover {
  color: var(--c0);
  background: #fff;
}
.c-gnavLink02__item.--secondary a, .c-gnavLink02__item.--secondary button {
  background: #fff;
}
.c-gnavLink02__item.--secondary a:before, .c-gnavLink02__item.--secondary button:before {
  color: var(--c1);
}
.c-gnavLink02__item.--secondary a:hover, .c-gnavLink02__item.--secondary button:hover {
  color: #fff;
  background: var(--c0);
}
.c-gnavLink02__item .label {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1101px) {
  .c-gnavLink02__item a, .c-gnavLink02__item button {
    height: 60px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .c-gnavLink02__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-gnavLink02__item a, .c-gnavLink02__item button {
    padding: 10px;
  }
}

.c-h__label {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-h__label {
    font-size: 1.35rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-h__label {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.c-h__label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .c-h__label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-h__label:before {
    width: 15px;
  }
}
.c-h__label02 {
  display: block;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-h__label02 {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h__label02 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h__label02.--step img {
    width: 180px;
  }
}

.c-h02 {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
}
.c-h02:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: var(--c1);
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .c-h02 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h02 {
    font-size: 1.6rem;
  }
}

.c-h03 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-h03__label {
  display: block;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-h03__label {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h03__label {
    font-size: 2.9rem;
  }
}
.c-h03__label02 {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-h04 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-h04__label {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
.c-h04:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: var(--c0);
}

.c-link {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.1875rem;
  box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .c-link {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-link {
    padding: 15px 10px 15px 20px;
  }
}
.c-link:after {
  font-family: "Material Symbols Outlined";
  content: "chevron_right";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .c-link:after {
    font-size: 1.5rem;
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .c-link:after {
    width: 28px;
    height: 28px;
  }
}
.c-link__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .c-link__list {
    gap: 20px;
  }
  .c-link__list.--2pc {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-link__list {
    gap: 10px;
  }
  .c-link__list.--2sp {
    grid-template-columns: 1fr 1fr;
  }
}

.c-link02 {
  color: #fff;
  background: #606060;
  border-radius: 9999px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.1875rem;
  box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.12);
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .c-link02 {
    min-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .c-link02 {
    width: 100%;
  }
}
.c-link02 .ico img {
  width: 24px;
}
.c-link02 .label {
  font-family: var(--f2);
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-link02__list {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-link02__list {
    display: grid;
    gap: 10px;
  }
  .c-link02__list.--2sp {
    grid-template-columns: 1fr 1fr;
  }
}

.c-link03__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .c-link03__list.--2col {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .c-link03__list.--3col {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-link03__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-link03__link {
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  display: block;
  position: relative;
  transition: 0.2s;
}
.c-link03__link:hover {
  color: #fff;
  background: var(--c0);
}
@media screen and (min-width: 768px) {
  .c-link03__link {
    min-height: 160px;
    padding: 32px;
  }
  .--3col .c-link03__link {
    align-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-link03__link {
    padding: 15px;
  }
}
.c-link03__link:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-link03__link:after {
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-link03__link:after {
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 10px;
  }
}
.c-link03__link .label {
  display: block;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-link03__link .label {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-link03__link .label {
    font-size: 0.875rem;
  }
}
.c-link03__link .label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .c-link03__link .label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-link03__link .label:before {
    width: 15px;
  }
}
.c-link03__link .label02 {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-link03__link .label02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-link03__link .label02 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .--3col .c-link03__link .label02 {
    font-size: 1.25rem;
  }
}
.p-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-pagenavi span, .p-pagenavi a {
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f2);
  border-bottom: 2px solid transparent;
  padding: 0 8px 5px;
}
.p-pagenavi span:not(:last-child), .p-pagenavi a:not(:last-child) {
  margin-right: 10px;
}
.p-pagenavi span.current, .p-pagenavi a.current {
  color: var(--c1);
  border-bottom-color: var(--c1);
}
.p-pagenavi span.nextpostslink, .p-pagenavi span.previouspostslink, .p-pagenavi span.first, .p-pagenavi span.last, .p-pagenavi span.extend, .p-pagenavi a.nextpostslink, .p-pagenavi a.previouspostslink, .p-pagenavi a.first, .p-pagenavi a.last, .p-pagenavi a.extend {
  border: none;
}
.p-pagenavi span.nextpostslink, .p-pagenavi span.previouspostslink, .p-pagenavi a.nextpostslink, .p-pagenavi a.previouspostslink {
  font-size: 1.5rem;
}
.c-input,
.wpcf7-list-item input {
  background: var(--c-gray);
  border: 1px solid var(--c-gray02);
  padding: 20px 25px;
  border-radius: 10px;
  font-size: 1rem;
}
.c-input.--max,
.wpcf7-list-item input.--max {
  width: 100%;
}
.c-input[type=checkbox], .c-input[type=radio],
.wpcf7-list-item input[type=checkbox],
.wpcf7-list-item input[type=radio] {
  vertical-align: baseline;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-input[type=checkbox], .c-input[type=radio],
  .wpcf7-list-item input[type=checkbox],
  .wpcf7-list-item input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-input[type=checkbox], .c-input[type=radio],
  .wpcf7-list-item input[type=checkbox],
  .wpcf7-list-item input[type=radio] {
    width: 15px;
    height: 15px;
  }
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

input[type=file]::file-selector-button {
  font-weight: bold;
  color: white;
  background: var(--c1);
  font-size: 14px;
  border: 0;
  border-radius: 10em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  input[type=file]::file-selector-button {
    padding: 15px 53px;
  }
}
@media screen and (max-width: 767px) {
  input[type=file]::file-selector-button {
    padding: 15px 20px;
  }
}

.c-breadcrumb {
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--c-gray02);
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.c-breadcrumb__item {
  color: var(--c-gray02);
}
.c-breadcrumb__item .material-symbols-outlined {
  display: flex;
}
.c-breadcrumb__item:not(:last-child):after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  margin: 0 0.5em;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:last-child):after {
    font-size: 0.875rem;
    margin: 0 2px;
  }
}
.c-breadcrumb__item a {
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    display: inline;
  }
}

.c-slideArrow {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: var(--c1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.c-slideArrow .material-symbols-outlined {
  color: #fff;
}
.c-slideArrow.--prev .material-symbols-outlined {
  margin-left: 0.4em;
}
@media screen and (min-width: 768px) {
  .c-slideArrow {
    width: 50px;
    height: 50px;
  }
  .c-slideArrow .material-symbols-outlined {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-slideArrow {
    width: 30px;
    height: 30px;
  }
  .c-slideArrow .material-symbols-outlined {
    font-size: 1.825rem;
  }
}

.c-slideArrow02 {
  transition: 0.3s;
  z-index: 2;
  color: var(--c1);
}
.c-slideArrow02:hover.--prev .material-symbols-outlined {
  transform: translateX(-40%);
}
.c-slideArrow02:hover.--next .material-symbols-outlined {
  transform: translateX(40%);
}
@media screen and (min-width: 768px) {
  .c-slideArrow02 {
    font-size: 2.5rem;
  }
}
.c-dotBg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../img/common/dotBg_01.svg") repeat-x center bottom;
  z-index: 1;
}
.c-dotBg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.c-dotBg.--c0:after {
  background: linear-gradient(0deg, var(--c0) 0%, transparent 100%);
}
.c-dotBg.--c1:after {
  background: linear-gradient(0deg, var(--c1) 0%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .c-dotBg {
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  .c-dotBg {
    height: 105px;
    background-size: auto 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-nav__list {
    display: flex;
    justify-content: center;
  }
}
.c-nav__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-nav__item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav__item {
    border-bottom: 1px solid var(--c-gray02);
  }
  .c-nav__item br {
    display: none;
  }
}
.c-nav__item a {
  position: relative;
  height: 100%;
  display: block;
  align-content: center;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .c-nav__item a {
    text-align: center;
    padding: 15px 0 35px;
    text-align: center;
    border: 1px solid var(--c-gray02);
    border-radius: 50px;
  }
  .c-nav__item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    height: 0px;
    background: var(--c1);
    transition: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .c-nav__item a {
    padding: 10px 0;
  }
}
.c-nav__item a:hover {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .c-nav__item a:hover {
    border-color: var(--c1);
  }
}
.c-nav__item a:after {
  content: "keyboard_arrow_down";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-nav__item a:after {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .c-nav__item a:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem;
  }
}

.c-lead {
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-lead.--fz18 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-lead.--fz24 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-lead.--fz24 {
    font-size: 1.25rem;
  }
}
.c-lead.--fw500 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-lead.--tac {
    text-align: center;
  }
}
.c-mnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #e6f0f0;
  padding: 130px 0 60px;
  transition: 0.3s;
  pointer-events: none;
  transform: translateY(-30px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-mnav.js-mnav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
  }
}
.c-mnav__row {
  display: grid;
  grid-template-columns: 24fr 45fr 54fr;
  gap: 60px;
}
.c-mnav__head {
  padding-right: 60px;
  border-right: 1px solid #cccccc;
  width: 280px;
}
.c-mnav__h .label {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.c-mnav__h .label:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: var(--c1);
}
.c-mnav__h .label02 {
  display: block;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-mnav__h .label02 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mnav__h .label02 {
    font-size: 2.9rem;
  }
}
.c-mnav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  font-size: 0.9375rem;
}
.c-mnavBnr__list {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  justify-content: flex-end;
}
.c-mnavBnr__item {
  width: calc(50% - 20px);
}
.c-mnavBnr__img {
  margin-bottom: 10px;
  aspect-ratio: 260/140;
}
.c-mnavBnr__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-mnavBnr__label {
  font-size: 0.9375rem;
  font-family: var(--f2);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.c-mnavBnr__label:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
  width: 20px;
  height: 20px;
}
.js-tab__target {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
}
.js-tab__target.--open {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.js-tab__target:not(.--open) {
  padding: 0 !important;
  margin: 0 !important;
}

.p-wysiwyg {
  line-height: 2;
}
.p-wysiwyg a:not(.wp-element-button) {
  text-decoration: underline;
  color: var(--c1);
}
.p-wysiwyg a:not(.wp-element-button):hover {
  text-decoration: none;
}
.p-wysiwyg a[target=_blank]:after {
  font-family: "Material Symbols Outlined";
  content: "open_in_new";
  font-size: 1.125rem;
}
.p-wysiwyg .wp-block-image a[target=_blank]:after {
  content: "";
}
.p-wysiwyg strong {
  font-family: var(--f2);
}

.wp-block-flexible-table-block-table.is-style-default,
.wp-block-table.is-style-regular {
  margin-bottom: 90px;
}
.wp-block-flexible-table-block-table.is-style-default:not(:nth-child(1)),
.wp-block-table.is-style-regular:not(:nth-child(1)) {
  margin-top: var(--wp--preset--spacing--30);
}
.wp-block-flexible-table-block-table.is-style-default th,
.wp-block-flexible-table-block-table.is-style-default td,
.wp-block-table.is-style-regular th,
.wp-block-table.is-style-regular td {
  border: 1px solid var(--c-gray02);
  vertical-align: top;
}
.wp-block-flexible-table-block-table.is-style-default thead,
.wp-block-table.is-style-regular thead {
  border-bottom: none;
}
.wp-block-flexible-table-block-table.is-style-default thead th,
.wp-block-table.is-style-regular thead th {
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
  border-color: #fff;
}
.wp-block-flexible-table-block-table.is-style-default thead th:nth-child(odd),
.wp-block-table.is-style-regular thead th:nth-child(odd) {
  background-color: var(--c-gray03);
}
.wp-block-flexible-table-block-table.is-style-default thead th:nth-child(even),
.wp-block-table.is-style-regular thead th:nth-child(even) {
  background-color: #c3d4d9;
}
.wp-block-flexible-table-block-table.is-style-default tbody th, .wp-block-flexible-table-block-table.is-style-default tbody td,
.wp-block-table.is-style-regular tbody th,
.wp-block-table.is-style-regular tbody td {
  background-color: var(--c-gray);
  border: solid 2px #fff;
}
@media screen and (min-width: 768px) {
  .wp-block-flexible-table-block-table.is-style-default tbody th, .wp-block-flexible-table-block-table.is-style-default tbody td,
  .wp-block-table.is-style-regular tbody th,
  .wp-block-table.is-style-regular tbody td {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-flexible-table-block-table.is-style-default tbody th, .wp-block-flexible-table-block-table.is-style-default tbody td,
  .wp-block-table.is-style-regular tbody th,
  .wp-block-table.is-style-regular tbody td {
    padding: 10px 15px;
  }
}
.wp-block-flexible-table-block-table.is-style-default.is-style-stripes,
.wp-block-table.is-style-regular.is-style-stripes {
  border-bottom: none;
}

@media screen and (max-width: 1100px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile > table {
    width: 1000px !important;
  }
}

.wp-block-flexible-table-block-table.is-style-green-line,
.wp-block-table.is-style-green-line {
  margin-bottom: 90px;
}
.wp-block-flexible-table-block-table.is-style-green-line:not(:nth-child(1)),
.wp-block-table.is-style-green-line:not(:nth-child(1)) {
  margin-top: var(--wp--preset--spacing--30);
}
.wp-block-flexible-table-block-table.is-style-green-line th, .wp-block-flexible-table-block-table.is-style-green-line td,
.wp-block-table.is-style-green-line th,
.wp-block-table.is-style-green-line td {
  border: none;
  vertical-align: top;
}
.wp-block-flexible-table-block-table.is-style-green-line td,
.wp-block-table.is-style-green-line td {
  padding: 30px 0;
  border-bottom: 1px solid var(--c-gray02);
}
.wp-block-flexible-table-block-table.is-style-green-line td:nth-child(1),
.wp-block-table.is-style-green-line td:nth-child(1) {
  border-bottom: 1px solid #3caa96;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-lp > table:not(:nth-child(1)),
.wp-block-table.is-style-lp > table:not(:nth-child(1)) {
  margin-top: var(--wp--preset--spacing--30);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-lp > table th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-lp > table td,
.wp-block-table.is-style-lp > table th,
.wp-block-table.is-style-lp > table td {
  border: solid 1px #fff;
  vertical-align: top;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-lp > table thead th,
.wp-block-table.is-style-lp > table thead th {
  color: #fff;
  background-color: var(--c0);
  padding: 10px 20px;
  text-align: center;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-lp > table tbody td,
.wp-block-table.is-style-lp > table tbody td {
  background: var(--c-gray);
  padding: 20px 20px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-lp > table tbody td:nth-child(1),
.wp-block-table.is-style-lp > table tbody td:nth-child(1) {
  background: #d4dfed;
}

@media screen and (min-width: 768px) {
  .wp-block-columns:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-columns:not(:last-child) {
    margin-bottom: 40px;
  }
}
.wp-block-columns .wp-block-heading {
  margin-top: 0 !important;
}

.wp-block-heading.is-style-plain {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-plain:not(:nth-child(1)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-plain:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-plain {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-plain {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.wp-block-heading.is-style-plain30 {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-plain30:not(:nth-child(1)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-plain30:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-plain30 {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-plain30 {
    font-size: 1.5625rem;
    margin-bottom: 30px;
  }
}

h2.wp-block-heading.is-style-blog {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  border-bottom: 1px solid var(--c-gray02);
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-blog:not(:nth-child(1)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  h2.wp-block-heading.is-style-blog:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-blog {
    font-size: 1.5rem;
    margin-bottom: 40px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  h2.wp-block-heading.is-style-blog {
    font-size: 1.25rem;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}
h2.wp-block-heading.is-style-blog:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-blog:before {
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  h2.wp-block-heading.is-style-blog:before {
    height: calc(100% - 20px);
  }
}

h3.wp-block-heading.is-style-blog {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  border-bottom: 1px solid var(--c-gray02);
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading.is-style-blog:not(:nth-child(1)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  h3.wp-block-heading.is-style-blog:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading.is-style-blog {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  h3.wp-block-heading.is-style-blog {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

h4.wp-block-heading.is-style-blog {
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading.is-style-blog:not(:nth-child(1)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  h4.wp-block-heading.is-style-blog:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading.is-style-blog {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  h4.wp-block-heading.is-style-blog {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.wp-block-heading.is-style-hyphen-on-left {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-hyphen-on-left:not(:nth-child(1)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-hyphen-on-left:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-hyphen-on-left {
    font-size: 1.85rem;
    margin-bottom: 40px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-hyphen-on-left {
    font-size: 1.25rem;
    margin-bottom: 30px;
    padding-left: 25px;
  }
}
.wp-block-heading.is-style-hyphen-on-left:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-hyphen-on-left:before {
    top: 16px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-hyphen-on-left:before {
    top: 10px;
    width: 15px;
  }
}

.wp-block-heading.is-style-underline-gray {
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid var(--c-gray02);
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-underline-gray {
    font-size: 1.75rem;
    margin-bottom: var(--wp--preset--spacing--60) !important;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-underline-gray {
    font-size: 1.25rem;
    margin-bottom: var(--wp--preset--spacing--30) !important;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-underline-gray:not(:nth-child(1)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-underline-gray:not(:nth-child(1)) {
    margin-top: 40px;
  }
}

.wp-block-heading.is-style-scene-small {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
  color: var(--c1);
}
.wp-block-heading.is-style-scene-small + * {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-scene-small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-scene-small {
    font-size: 1rem;
  }
}

.wp-block-heading.is-style-default {
  padding: 0;
  font-weight: 500;
  margin-bottom: var(--wp--preset--spacing--40);
}

@media screen and (max-width: 767px) {
  .p-wysiwyg .has-medium-font-size {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .p-wysiwyg .has-large-font-size {
    font-size: 1.375rem !important;
  }
}

.wp-block-image.aligncenter {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .wp-block-image:not(:nth-child(1)) {
    margin-top: var(--wp--preset--spacing--60);
  }
  .wp-block-image {
    margin-bottom: var(--wp--preset--spacing--60);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-image:not(:nth-child(1)) {
    margin-top: var(--wp--preset--spacing--60);
  }
  .wp-block-image {
    margin-bottom: var(--wp--preset--spacing--60);
  }
  .is-layout-flex .wp-block-image.size-thumbnail {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .is-layout-flex {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .is-layout-flex {
    gap: 15px !important;
  }
}

.wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .wp-block-embed-youtube:not(:nth-child(1)) {
    margin-top: var(--wp--preset--spacing--80);
  }
  .wp-block-embed-youtube {
    margin-bottom: var(--wp--preset--spacing--80);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-embed-youtube:not(:nth-child(1)) {
    margin-top: var(--wp--preset--spacing--60);
  }
  .wp-block-embed-youtube {
    margin-bottom: var(--wp--preset--spacing--60);
  }
}

.is-layout-grid > :is(*, div) {
  margin: 0 !important;
}

.wp-block-group {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wp-block-group:not(:nth-child(1)) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group:not(:nth-child(1)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-group:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group:not(:last-child) {
    margin-bottom: 30px;
  }
}
.wp-block-heading + .wp-block-group {
  margin-top: 0;
}
.wp-block-group *:last-child {
  margin-bottom: 0;
}
.wp-block-group *:first-child {
  margin-top: 0;
}
.wp-block-group.is-style-fill-gray-all {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}
.wp-block-group.is-style-fill-gray-all:before {
  content: "";
  display: block;
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  background: var(--c-gray);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-fill-gray-all {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-fill-gray-all {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-lp .wp-block-group.is-style-fill-gray-all {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-lp .wp-block-group.is-style-fill-gray-all {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wp-block-group.is-style-fill-gray-s {
  background: var(--c-gray);
  padding: 30px;
  border-radius: 10px;
}
.wp-block-group.is-style-fill-gray-l {
  background: var(--c-gray);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-fill-gray-l {
    padding: 100px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-fill-gray-l {
    padding: 20px;
  }
}
.wp-block-group.is-style-fill-white-s {
  background: #fff;
  border: 1px solid var(--c-gray02);
  padding: 20px;
  border-radius: 10px;
}
.wp-block-group.is-style-fill-white-l {
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-fill-white-l {
    padding: 100px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-fill-white-l {
    padding: 30px 20px;
  }
}
.wp-block-group.is-style-border-c1 {
  border: 1px solid var(--c1);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-border-c1 {
    padding: 90px 50px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-border-c1 {
    padding: 30px 20px;
  }
}

.wp-block-fnPoint__h {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-fnPoint__h {
    width: 220px;
    transform: translateX(-70px);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-fnPoint__h {
    width: 150px;
  }
}

.wp-block-columns.is-style-gap100 {
  gap: 100px;
}
.wp-block-columns.is-style-vertical-line {
  gap: 120px;
}
.wp-block-columns.is-style-vertical-line .wp-block-column:nth-child(even) {
  position: relative;
}
.wp-block-columns.is-style-vertical-line .wp-block-column:nth-child(even):after {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% + 60px);
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--c-gray02);
}

.wp-element-caption {
  font-size: 0.9375rem;
  display: block !important;
}

.block-editor-block-patterns-list__item {
  height: auto;
}

ul.wp-block-list > li {
  position: relative;
}
ol.wp-block-list > li::marker {
  font-family: var(--f2);
}

li > ol {
  margin-left: 2em;
}

ul.wp-block-list:not(:nth-child(1)),
ol.wp-block-list:not(:nth-child(1)) {
  margin-top: var(--wp--preset--spacing--60);
}
ul.wp-block-list,
ol.wp-block-list {
  margin-bottom: var(--wp--preset--spacing--60);
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list.--2col,
  ol.wp-block-list.--2col {
    columns: 2;
    column-gap: 20px;
  }
}
li ul.wp-block-list,
li ol.wp-block-list {
  margin-top: 0;
  margin-bottom: 0;
}
ul.wp-block-list li,
ol.wp-block-list li {
  margin-left: 1em;
  list-style: inherit;
}
ul.wp-block-list li > ul > li::before,
ol.wp-block-list li > ul > li::before {
  border: 1px solid var(--c0);
  width: 12px;
  height: 12px;
  background: #fff;
}
ul.wp-block-list li > ul,
ul.wp-block-list li > ol,
ol.wp-block-list li > ul,
ol.wp-block-list li > ol {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list li > ul,
  ul.wp-block-list li > ol,
  ol.wp-block-list li > ul,
  ol.wp-block-list li > ol {
    margin-left: 20px;
  }
}
ul.wp-block-list li > ul > li > ul > li::before,
ul.wp-block-list li > ol > li > ul > li::before,
ol.wp-block-list li > ul > li > ul > li::before,
ol.wp-block-list li > ol > li > ul > li::before {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: none;
  background: var(--c0);
}
@media screen and (min-width: 768px) {
  ul.wp-block-list li > ul > li > ul > li::before,
  ul.wp-block-list li > ol > li > ul > li::before,
  ol.wp-block-list li > ul > li > ul > li::before,
  ol.wp-block-list li > ol > li > ul > li::before {
    top: 14px;
  }
}
.wp-block-list.is-style-fill-white {
  counter-reset: count 0;
}
.wp-block-list.is-style-fill-white li {
  background: #fff;
  border: 1px solid var(--c-gray02);
  padding: 20px;
  border-radius: 10px;
  padding-left: 50px;
  position: relative;
  list-style: none !important;
  counter-increment: count 1;
  margin-left: 0;
}
.wp-block-list.is-style-fill-white li:not(:last-child) {
  margin-bottom: 10px;
}
.wp-block-list.is-style-fill-white li:before {
  content: counter(count, decimal);
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  font-family: var(--f2);
  color: var(--c1);
  font-size: 1.5rem;
}

.wp-block-list.is-style-disc li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
  padding-left: 15px;
  position: relative;
}
.wp-block-list.is-style-disc li:not(:last-child) {
  margin-bottom: 10px;
}
.wp-block-list.is-style-disc li:before {
  content: "●";
  display: inline-block;
  color: var(--c1);
  font-size: 7px;
  margin-right: 1em;
  font-family: inherit;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.9em;
}

.wp-block-list.is-style-square li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
  padding-left: 20px;
}
.wp-block-list.is-style-square li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: var(--c1);
  border-radius: 0;
  border: none;
}
.wp-block-list.is-style-square li:not(:last-child) {
  margin-bottom: 10px;
}

.wp-block-paragraph {
  line-height: 2;
}
.wp-block-paragraph:not(:last-child) {
  margin-bottom: 2em;
}
.wp-block-column > * {
  margin-top: 0;
}
.wp-block-column *:last-child {
  margin-bottom: 0;
}

.css-1n451hs {
  height: auto !important;
}

.wp-block-buttons.is-style-2columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px !important;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons.is-style-2columns {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-buttons.is-style-equal-width {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons.is-style-equal-width {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.wp-block-buttons {
  margin-bottom: 40px;
}
.wp-block-buttons:not(:nth-child(1)) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons.wp-block-buttons-is-layout-flex {
    display: block;
  }
  .wp-block-buttons.wp-block-buttons-is-layout-flex .wp-block-button {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .wp-block-buttons.wp-block-buttons-is-layout-flex .wp-block-button:last-child {
    margin-bottom: 0;
  }
}

.wp-block-buttons > .wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link {
  color: var(--c0);
  background: none;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
.wp-block-buttons > .wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover {
  color: var(--c1);
}
.wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link, .wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link, .wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link, .wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link, .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link,
.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button.is-style-fill-white .wp-block-button__link,
.wp-block-button.is-style-fill-white-left .wp-block-button__link,
.wp-block-button.is-style-fill-white2 .wp-block-button__link,
.wp-block-button.is-style-fill-white2-left .wp-block-button__link,
.wp-block-button.is-style-fill-white-large .wp-block-button__link {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: var(--f2);
  font-weight: bold;
  transition: 0.2s;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  width: 240px;
}
.wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link:before,
.wp-block-button.is-style-fill .wp-block-button__link:before,
.wp-block-button.is-style-fill-white .wp-block-button__link:before,
.wp-block-button.is-style-fill-white-left .wp-block-button__link:before,
.wp-block-button.is-style-fill-white2 .wp-block-button__link:before,
.wp-block-button.is-style-fill-white2-left .wp-block-button__link:before,
.wp-block-button.is-style-fill-white-large .wp-block-button__link:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link:before,
  .wp-block-button.is-style-fill .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white-left .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white2 .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white2-left .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white-large .wp-block-button__link:before {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link:before,
  .wp-block-button.is-style-fill .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white-left .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white2 .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white2-left .wp-block-button__link:before,
  .wp-block-button.is-style-fill-white-large .wp-block-button__link:before {
    right: 10px;
  }
}
.wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link[target=_blank]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link[target=_blank]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link[target=_blank]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link[target=_blank]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link[target=_blank]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link[target=_blank]:before,
.wp-block-button.is-style-fill .wp-block-button__link[target=_blank]:before,
.wp-block-button.is-style-fill-white .wp-block-button__link[target=_blank]:before,
.wp-block-button.is-style-fill-white-left .wp-block-button__link[target=_blank]:before,
.wp-block-button.is-style-fill-white2 .wp-block-button__link[target=_blank]:before,
.wp-block-button.is-style-fill-white2-left .wp-block-button__link[target=_blank]:before,
.wp-block-button.is-style-fill-white-large .wp-block-button__link[target=_blank]:before {
  content: "open_in_new";
}
.wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link[target=_blank]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link[target=_blank]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link[target=_blank]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link[target=_blank]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link[target=_blank]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link[target=_blank]:after,
.wp-block-button.is-style-fill .wp-block-button__link[target=_blank]:after,
.wp-block-button.is-style-fill-white .wp-block-button__link[target=_blank]:after,
.wp-block-button.is-style-fill-white-left .wp-block-button__link[target=_blank]:after,
.wp-block-button.is-style-fill-white2 .wp-block-button__link[target=_blank]:after,
.wp-block-button.is-style-fill-white2-left .wp-block-button__link[target=_blank]:after,
.wp-block-button.is-style-fill-white-large .wp-block-button__link[target=_blank]:after {
  content: "";
}
.wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link[href$=".pdf"]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link[href$=".pdf"]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link[href$=".pdf"]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link[href$=".pdf"]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link[href$=".pdf"]:before, .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link[href$=".pdf"]:before,
.wp-block-button.is-style-fill .wp-block-button__link[href$=".pdf"]:before,
.wp-block-button.is-style-fill-white .wp-block-button__link[href$=".pdf"]:before,
.wp-block-button.is-style-fill-white-left .wp-block-button__link[href$=".pdf"]:before,
.wp-block-button.is-style-fill-white2 .wp-block-button__link[href$=".pdf"]:before,
.wp-block-button.is-style-fill-white2-left .wp-block-button__link[href$=".pdf"]:before,
.wp-block-button.is-style-fill-white-large .wp-block-button__link[href$=".pdf"]:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url("../img/common/ico_pdf.svg") no-repeat center/contain;
}
.wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link[href$=".pdf"]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link[href$=".pdf"]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link[href$=".pdf"]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link[href$=".pdf"]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link[href$=".pdf"]:after, .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link[href$=".pdf"]:after,
.wp-block-button.is-style-fill .wp-block-button__link[href$=".pdf"]:after,
.wp-block-button.is-style-fill-white .wp-block-button__link[href$=".pdf"]:after,
.wp-block-button.is-style-fill-white-left .wp-block-button__link[href$=".pdf"]:after,
.wp-block-button.is-style-fill-white2 .wp-block-button__link[href$=".pdf"]:after,
.wp-block-button.is-style-fill-white2-left .wp-block-button__link[href$=".pdf"]:after,
.wp-block-button.is-style-fill-white-large .wp-block-button__link[href$=".pdf"]:after {
  content: "";
}
.wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button.is-style-fill .wp-block-button__link {
  color: #fff;
  background: var(--c1);
  width: 100%;
  min-width: 240px;
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-buttons > .wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:hover {
  color: var(--c1);
  background: #fff;
}
.wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link,
.wp-block-button.is-style-fill-white .wp-block-button__link {
  background: #fff;
  width: 100%;
  min-width: 240px;
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link:before,
.wp-block-button.is-style-fill-white .wp-block-button__link:before {
  color: var(--c1);
}
.wp-block-buttons > .wp-block-button.is-style-fill-white .wp-block-button__link:hover,
.wp-block-button.is-style-fill-white .wp-block-button__link:hover {
  color: #fff;
  background: var(--c1);
}
.wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link,
.wp-block-button.is-style-fill-white2 .wp-block-button__link {
  background: #fff;
  border: 1px solid var(--c0);
  width: 100%;
  min-width: 240px;
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-buttons > .wp-block-button.is-style-fill-white2 .wp-block-button__link:hover,
.wp-block-button.is-style-fill-white2 .wp-block-button__link:hover {
  color: #fff;
  background: var(--c0);
}
.wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link,
.wp-block-button.is-style-fill-white-left .wp-block-button__link {
  background: #fff;
  width: 100%;
  min-width: 240px;
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-buttons > .wp-block-button.is-style-fill-white-left .wp-block-button__link:before,
.wp-block-button.is-style-fill-white-left .wp-block-button__link:before {
  content: "chevron_left";
  color: var(--c1);
  left: 10px;
  right: auto;
}
.wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link,
.wp-block-button.is-style-fill-white2-left .wp-block-button__link {
  background: #fff;
  border: 1px solid var(--c0);
}
.wp-block-buttons > .wp-block-button.is-style-fill-white2-left .wp-block-button__link:before,
.wp-block-button.is-style-fill-white2-left .wp-block-button__link:before {
  content: "chevron_left";
  left: 10px;
  right: auto;
}
.wp-block-buttons > .wp-block-button.is-style-fill-white-large,
.wp-block-button.is-style-fill-white-large {
  width: 100%;
  min-width: 240px;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: flex-start;
}
.wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link,
.wp-block-button.is-style-fill-white-large .wp-block-button__link {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link,
  .wp-block-button.is-style-fill-white-large .wp-block-button__link {
    min-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link,
  .wp-block-button.is-style-fill-white-large .wp-block-button__link {
    min-height: 50px;
  }
}
.wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link.--alignLeft,
.wp-block-button.is-style-fill-white-large .wp-block-button__link.--alignLeft {
  justify-content: flex-start;
}
.wp-block-buttons > .wp-block-button.is-style-fill-white-large .wp-block-button__link:before,
.wp-block-button.is-style-fill-white-large .wp-block-button__link:before {
  color: var(--c1);
}
.wp-block-buttons > .wp-block-button.is-style-text-arrow-left .wp-block-button__link,
.wp-block-button.is-style-text-arrow-left .wp-block-button__link {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-buttons > .wp-block-button.is-style-text-arrow-left .wp-block-button__link:before,
.wp-block-button.is-style-text-arrow-left .wp-block-button__link:before {
  content: "arrow_circle_left";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--c1);
}
.wp-block-buttons > .wp-block-button.is-style-text-arrow-right .wp-block-button__link,
.wp-block-button.is-style-text-arrow-right .wp-block-button__link {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-buttons > .wp-block-button.is-style-text-arrow-right .wp-block-button__link:after,
.wp-block-button.is-style-text-arrow-right .wp-block-button__link:after {
  content: "arrow_circle_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--c1);
}
.wp-block-buttons > .wp-block-button.is-style-text-arrow-circle-left .wp-block-button__link,
.wp-block-button.is-style-text-arrow-circle-left .wp-block-button__link {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-buttons > .wp-block-button.is-style-text-arrow-circle-left .wp-block-button__link:before,
.wp-block-button.is-style-text-arrow-circle-left .wp-block-button__link:before {
  content: "arrow_circle_left";
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button.is-style-text-arrow-circle-left .wp-block-button__link:before,
  .wp-block-button.is-style-text-arrow-circle-left .wp-block-button__link:before {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.is-style-text-arrow-circle-left .wp-block-button__link:before,
  .wp-block-button.is-style-text-arrow-circle-left .wp-block-button__link:before {
    font-size: 3rem;
  }
}
.wp-block-buttons > .wp-block-button.is-style-text-arrow-circle-right .wp-block-button__link,
.wp-block-button.is-style-text-arrow-circle-right .wp-block-button__link {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-buttons > .wp-block-button.is-style-text-arrow-circle-right .wp-block-button__link:after,
.wp-block-button.is-style-text-arrow-circle-right .wp-block-button__link:after {
  content: "arrow_circle_right";
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button.is-style-text-arrow-circle-right .wp-block-button__link:after,
  .wp-block-button.is-style-text-arrow-circle-right .wp-block-button__link:after {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.is-style-text-arrow-circle-right .wp-block-button__link:after,
  .wp-block-button.is-style-text-arrow-circle-right .wp-block-button__link:after {
    font-size: 3rem;
  }
}
.wp-block-buttons > .wp-block-button.is-style-fill-rect-down .wp-block-button__link,
.wp-block-button.is-style-fill-rect-down .wp-block-button__link {
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  gap: 15px 24px;
  position: relative;
  font-weight: bold;
  transition: 0.2s;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px 20px;
}
.wp-block-buttons > .wp-block-button.is-style-fill-rect-down .wp-block-button__link:after,
.wp-block-button.is-style-fill-rect-down .wp-block-button__link:after {
  content: "arrow_downward";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--c1);
}
.wp-block-buttons > .wp-block-button.is-style-bordered-down,
.wp-block-button.is-style-bordered-down {
  width: 100%;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button.is-style-bordered-down,
  .wp-block-button.is-style-bordered-down {
    padding: 0 10px;
    border-right: 1px solid var(--c-gray02);
  }
  .wp-block-buttons > .wp-block-button.is-style-bordered-down:nth-child(1),
  .wp-block-button.is-style-bordered-down:nth-child(1) {
    border-left: 1px solid var(--c-gray02);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.is-style-bordered-down,
  .wp-block-button.is-style-bordered-down {
    border-bottom: 1px solid var(--c-gray02);
  }
}
.wp-block-buttons > .wp-block-button.is-style-bordered-down .wp-block-button__link,
.wp-block-button.is-style-bordered-down .wp-block-button__link {
  position: relative;
  height: 100%;
  display: block;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button.is-style-bordered-down .wp-block-button__link,
  .wp-block-button.is-style-bordered-down .wp-block-button__link {
    padding: 0 0 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.is-style-bordered-down .wp-block-button__link,
  .wp-block-button.is-style-bordered-down .wp-block-button__link {
    padding: 10px 0;
  }
}
.wp-block-buttons > .wp-block-button.is-style-bordered-down .wp-block-button__link:hover,
.wp-block-button.is-style-bordered-down .wp-block-button__link:hover {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button.is-style-bordered-down .wp-block-button__link:hover:before,
  .wp-block-button.is-style-bordered-down .wp-block-button__link:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    height: 4px;
    background: var(--c1);
  }
}
.wp-block-buttons > .wp-block-button.is-style-bordered-down .wp-block-button__link:after,
.wp-block-button.is-style-bordered-down .wp-block-button__link:after {
  content: "keyboard_arrow_down";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons > .wp-block-button.is-style-bordered-down .wp-block-button__link:after,
  .wp-block-button.is-style-bordered-down .wp-block-button__link:after {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.is-style-bordered-down .wp-block-button__link:after,
  .wp-block-button.is-style-bordered-down .wp-block-button__link:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem;
  }
}

.wp-block-post-content .wp-block-button__link:before, .wp-block-post-content .wp-block-button__link:after,
.wp-block-post-content .c-btn:before,
.wp-block-post-content .c-btn:after,
.wp-block-post-content .wp-block-details.is-style-lp summary:before,
.wp-block-post-content .wp-block-details.is-style-lp summary:after {
  display: none !important;
}

.wp-block-image-title-link__body {
  margin-top: 20px;
}
.wp-block-image-title-link__h {
  position: relative;
  padding-left: 35px;
  font-size: 1.25rem;
}
.wp-block-image-title-link__h:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 1.875rem;
  color: var(--c1);
}
.wp-block-image-title-link__input {
  border: 1px solid var(--c-dark-gray);
}
.wp-block-image-title-link__input button {
  border: 1px solid var(--c-dark-gray);
  background: --c-dark-gray;
}

.wp-block-image.aligncenter .components-resizable-box__container img {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-interview-dialogue__row {
  display: flex;
}
.wp-block-interview-dialogue__row.layout-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .wp-block-interview-dialogue__row {
    gap: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-interview-dialogue__row {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-interview-dialogue__head {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-interview-dialogue__head {
    width: 70px;
  }
}
.wp-block-interview-dialogue__avatar, .wp-block-interview-dialogue__avatar button {
  aspect-ratio: 1/1;
  display: block;
}
.wp-block-interview-dialogue__avatar img {
  border-radius: 50%;
  border: 4px solid #fff;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}
.wp-block-interview-dialogue__name {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.wp-block-interview-dialogue__description {
  font-size: 1rem;
  background: #fff;
  border-radius: 15px;
  position: relative;
  flex: 1;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .wp-block-interview-dialogue__description {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-interview-dialogue__description {
    padding: 15px;
  }
}
.wp-block-interview-dialogue__description:before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .wp-block-interview-dialogue__description:before {
    top: 50px;
    border: 14px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-interview-dialogue__description:before {
    top: 30px;
    border: 8px solid transparent;
  }
}
.layout-normal .wp-block-interview-dialogue__description:before {
  right: 100%;
  border-right-color: #fff;
}
.layout-reverse .wp-block-interview-dialogue__description:before {
  left: 100%;
  border-left-color: #fff;
}

.wp-block-interview-profile {
  width: 45%;
}
.wp-block-interview-profile:nth-child(even) {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid var(--c-gray02);
}
.wp-block-interview-profile__row {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
.wp-block-interview-profile__row.layout-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .wp-block-interview-profile__row {
    align-items: center;
  }
}
.wp-block-interview-profile__avatar, .wp-block-interview-profile__avatar button {
  aspect-ratio: 1/1;
  display: block;
  aspect-ratio: 1/1;
  display: block;
}
@media screen and (min-width: 768px) {
  .wp-block-interview-profile__avatar, .wp-block-interview-profile__avatar button {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-interview-profile__avatar, .wp-block-interview-profile__avatar button {
    width: 80px;
    height: 80px;
  }
}
.wp-block-interview-profile__avatar img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}
.wp-block-interview-profile__body {
  flex: 1;
}
.wp-block-interview-profile__role {
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .wp-block-interview-profile__role {
    margin-bottom: 20px;
  }
}
.wp-block-interview-profile__name {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .wp-block-interview-profile__name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-interview-profile__description {
    display: none;
  }
}

.wp-block-client__name {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .wp-block-client__name {
    font-size: 1.375rem;
    margin-bottom: 40px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-client__name {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-client__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 50px 60px;
    background: var(--c-gray);
  }
}
.wp-block-client__description {
  line-height: 2;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .wp-block-client__avatar {
    margin-top: -110px;
    margin-right: -110px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-client__avatar {
    margin-top: 20px;
  }
}
.wp-block-client__avatar, .wp-block-client__avatar button {
  aspect-ratio: 51/33;
  display: block;
}
.wp-block-client__avatar img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

.wp-block-separate-heading {
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .wp-block-separate-heading {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.wp-block-separate-heading__title {
  font-family: var(--f2);
  font-size: 0.875rem;
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .wp-block-separate-heading__title {
    border-right: 1px solid var(--c-gray02);
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-separate-heading__number {
    margin-left: 0.2em;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-separate-heading__number {
    font-size: 1.375rem;
  }
}
.wp-block-separate-heading__description {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .wp-block-separate-heading__description {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-separate-heading__description {
    font-size: 1.375rem;
    display: block;
    margin-top: 10px;
  }
}

.wp-block-cover-section {
  color: #fff;
  background: #999;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-section {
    padding: 140px 0;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-cover-section {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.wp-block-cover-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url() no-repeat center/cover;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.wp-block-cover-section__in {
  position: relative;
  z-index: 1;
}
.wp-block-cover-section__heading {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-section__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-cover-section__heading {
    font-size: 1.5rem;
  }
}
.wp-block-cover-section__heading:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: var(--c1);
  margin: 20px auto;
}
.wp-block-cover-section__heading02 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-section__heading02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-cover-section__heading02 {
    font-size: 1.5rem;
  }
}
.wp-block-cover-section__description {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-section__description {
    text-align: center;
  }
}
.wp-block-details.is-style-lp summary {
  display: block;
  border-radius: 10px;
  position: relative;
  border: 1px solid var(--c0);
}
@media screen and (min-width: 768px) {
  .wp-block-details.is-style-lp summary {
    padding: 27px 80px 27px 50px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-details.is-style-lp summary {
    padding: 15px 50px 15px 30px;
  }
}
.wp-block-details.is-style-lp summary:after {
  content: "add";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-content: center;
}
@media screen and (min-width: 768px) {
  .wp-block-details.is-style-lp summary:after {
    font-size: 2rem;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-details.is-style-lp summary:after {
    font-size: 1.5rem;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.wp-block-details.is-style-lp[open] summary {
  border-color: #d4dfed;
  background: #d4dfed;
}
.wp-block-details.is-style-lp[open] summary:after {
  content: "remove";
}

.wp-block-details.is-style-contact summary {
  display: block;
  border-radius: 10px;
  position: relative;
  transition: 0.2s;
  color: #fff;
  background: var(--c0);
  border: 1px solid var(--c0);
}
@media screen and (min-width: 768px) {
  .wp-block-details.is-style-contact summary {
    font-size: 1.25rem;
    padding: 15px 40px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-details.is-style-contact summary {
    padding: 15px 40px 15px 20px;
  }
}
.wp-block-details.is-style-contact summary:hover {
  color: var(--c0);
  background: #fff;
}
.wp-block-details.is-style-contact summary:after {
  content: "add";
  color: var(--c1);
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-content: center;
}
@media screen and (min-width: 768px) {
  .wp-block-details.is-style-contact summary:after {
    right: 15px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-details.is-style-contact summary:after {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.wp-block-details.is-style-contact[open] summary {
  color: var(--c0);
  background: #fff;
}
.wp-block-details.is-style-contact[open] summary:after {
  content: "remove";
}

.wp-block-custom-blocks-lp-lp-scene-child:not(:last-child) {
  margin-bottom: 40px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1320px;
}

.editor-styles-wrapper.post-type-service {
  background: var(--c-gray);
}

.p-postPrevNext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.p-postPrevNext__item:nth-child(2n) {
  display: flex;
  justify-content: flex-end;
}

.wp-block-columns {
  align-items: normal !important;
}

.wp-block-columns {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns {
  align-items: normal !important;
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

#imageCanvas,
#myCanvas {
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #imageCanvas,
  #myCanvas {
    position: fixed;
    height: 1080px;
  }
}
@media screen and (max-width: 767px) {
  #imageCanvas,
  #myCanvas {
    position: absolute;
    height: 100vh;
  }
}

#myCanvas {
  width: 800px;
  height: 600px;
}

.p-homeMv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeMv {
    padding: 90px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeMv__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-left: 90px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-homeMv__row {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__row {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeMv__head {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__head {
    margin-bottom: 70px;
  }
}
.p-homeMv__h {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-homeMv__h {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__h {
    font-size: 8vw;
    margin-bottom: 88vw;
  }
}
.p-homeMv__h em {
  color: var(--c1);
}
.p-homeMv__lead {
  line-height: 2;
}
.p-homeMv__scroll {
  position: absolute;
  z-index: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: var(--f2);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-homeMv__scroll {
    right: 40px;
    bottom: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__scroll {
    right: 5vw;
    bottom: 0;
    font-size: 5vw;
  }
}
.p-homeMv__scroll__line {
  width: 1px;
  height: 80px;
  background: #fff;
  animation: scrollLineGrow 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@media screen and (min-width: 768px) {
  .p-homeMv__bnrList {
    width: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-homeMv__bnrList {
    width: 280px;
  }
}
.p-homeMv__bnrItem:not(:last-child) {
  margin-bottom: 10px;
}
.p-homeMv__bnrItem__link {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.--noGrid .p-homeMv__bnrItem__link {
  grid-template-columns: 1fr;
}
.p-homeMv__bnrItem__img {
  aspect-ratio: 1/0.9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.p-homeMv__bnrItem__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.p-homeMv__bnrItem__body {
  color: #fff;
  position: relative;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.p-homeMv__bnrItem:nth-child(3n+1) .p-homeMv__bnrItem__body {
  background: linear-gradient(90deg, #354967 -100%, #0194b3 100%);
}
.p-homeMv__bnrItem:nth-child(3n+2) .p-homeMv__bnrItem__body {
  background: linear-gradient(90deg, #015966 -100%, #01BDA8 100%);
}
.p-homeMv__bnrItem:nth-child(3n+3) .p-homeMv__bnrItem__body {
  background: linear-gradient(90deg, #33406a 0%, #016098 100%);
}
@media screen and (min-width: 768px) {
  .p-homeMv__bnrItem__body {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrItem__body {
    padding: 20px;
  }
}
.p-homeMv__bnrItem__body:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-homeMv__bnrItem__body:after {
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrItem__body:after {
    font-size: 0.875rem;
    width: 12px;
    height: 12px;
  }
}
.p-homeMv__bnrItem__h {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-homeMv__bnrItem__h {
    font-size: 0.75rem;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrItem__h {
    gap: 5px;
    font-size: 0.875rem;
  }
}
.p-homeMv__bnrItem__h:before {
  content: "";
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-homeMv__bnrItem__h:before {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrItem__h:before {
    width: 8px;
  }
}
.p-homeMv__bnrItem__h02 {
  font-family: var(--f2);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-homeMv__bnrItem__h02 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrItem__h02 {
    font-size: 1.5rem;
  }
}

@keyframes scrollLineGrow {
  0% {
    transform: scaleY(0%);
    transform-origin: top;
  }
  100% {
    transform: scaleY(100%);
    transform-origin: top;
  }
}
.p-homeMvEmergentNewsWrap {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-homeMvEmergentNewsWrap {
    display: flex;
    justify-content: flex-end;
    width: 800px;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeMvEmergentNewsWrap {
    max-width: calc(100% - 40px);
  }
}

.p-homeMvEmergentNews {
  background: #fff;
  z-index: 1;
  gap: 5px 30px;
  transition: 0.8s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.p-homeMvEmergentNews.--active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .p-homeMvEmergentNews {
    border-radius: 9999px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMvEmergentNews {
    display: block;
    border-radius: 9999px;
    padding: 10px 30px;
  }
}
.p-homeMvEmergentNews__h {
  color: #e6461e;
  font-size: 0.875rem;
}
.p-homeMvEmergentNews__title {
  font-size: 0.875rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  text-decoration: underline;
}
.p-homeMvEmergentNews__title:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-homeMvNewsWrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMvNewsWrap {
    margin-top: 30px;
    display: none;
  }
}

.p-homeMvNews {
  background: linear-gradient(135deg, var(--c2) 30%, var(--c1) 200%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  transition: 0.8s;
}
@media screen and (min-width: 768px) {
  .p-homeMvNews {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    padding: 10px 30px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMvNews {
    border-radius: 9999px;
    padding: 10px 30px;
  }
}
.p-homeMvNews.--active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .p-homeMvNews {
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMvNews__all {
    display: none;
  }
}
.p-homeMvNews__link {
  color: #fff;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  text-decoration: underline;
}
.p-homeMvNews__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-homeMvNews__link {
    width: 100%;
  }
}
.p-homeMvNews__link:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-homeMvNews__link:after {
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMvNews__link:after {
    font-size: 0.875rem;
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 1101px) {
  .p-homeAbout {
    padding-top: 190px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeAbout {
    padding: 70px 0;
  }
}
.p-homeAbout__main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__main {
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    gap: 40px;
  }
}
.p-homeAbout__head {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__head {
    margin-bottom: 40px;
  }
}
.p-homeAbout__body {
  position: relative;
  z-index: 1;
}
.p-homeAbout__h02 {
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__h02 {
    font-size: 3.125rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeAbout__h02 {
    font-size: 1.5375rem;
    margin-bottom: 30px;
  }
}
.p-homeAbout__h02 em {
  color: var(--c1);
}
.p-homeAbout__lead {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__lead br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-homeAbout__lead p:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeAbout__lead p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-homeAbout__txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--c-gray02);
  font-family: var(--f2);
  font-size: 7.0625rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

@media screen and (min-width: 1101px) {
  .p-homeReason {
    margin-top: 180px;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeReason {
    margin-top: 100px;
  }
}
.p-homeReason__main {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-homeReasonCaseGroup {
  position: relative;
}

.p-homeReasonCase {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-homeReasonCase {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeReasonCase {
    margin-bottom: 50px;
  }
}
.p-homeReasonCase__num {
  font-weight: 300;
  font-family: var(--f2);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-homeReasonCase.--1 .p-homeReasonCase__num {
  background: #01a583;
}
.p-homeReasonCase.--2 .p-homeReasonCase__num {
  background: #01bda8;
}
.p-homeReasonCase.--3 .p-homeReasonCase__num {
  background: #035f96;
}
@media screen and (min-width: 768px) {
  .p-homeReasonCase__num {
    width: 200px;
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.875rem;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeReasonCase__num {
    width: 100px;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 1.25rem;
    margin-left: 20px;
  }
}
.p-homeReasonCase__body {
  align-items: center;
  color: #fff;
  border-radius: 10px;
  margin-top: -1px;
}
.p-homeReasonCase.--1 .p-homeReasonCase__body {
  background: linear-gradient(-21deg, #014c4d 0%, #01a583 100%);
}
.p-homeReasonCase.--2 .p-homeReasonCase__body {
  background: linear-gradient(-21deg, #015966 0%, #01bda8 100%);
}
.p-homeReasonCase.--3 .p-homeReasonCase__body {
  background: linear-gradient(-21deg, #33406a 0%, #035f96 100%);
}
@media screen and (min-width: 768px) {
  .p-homeReasonCase__body {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding-right: 70px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeReasonCase__body {
    padding: 10px 10px 50px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeReasonCase__img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeReasonCase__img img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeReasonCase__img img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeReasonCase__row {
    padding: 0 20px;
  }
}
.p-homeReasonCase__h {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-homeReasonCase__h {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeReasonCase__h {
    font-size: 1.125rem;
  }
  .p-homeReasonCase__h br {
    display: none;
  }
}
.p-homeReasonCase__lead {
  font-weight: normal;
  line-height: 1.8;
}
.p-homeReasonCase__btn {
  margin-top: 30px;
}

.p-homeFloatingTxt {
  margin-top: 190px;
}
@media screen and (max-width: 767px) {
  .p-homeFloatingTxt {
    display: none;
  }
}
.p-homeFloatingTxt__line {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
}
.p-homeFloatingTxt__line:not(:last-child) {
  margin-bottom: 20px;
}
.p-homeFloatingTxt__lineContent {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
}
.p-homeFloatingTxt__img {
  width: 200px;
}
.p-homeFloatingTxt__img img {
  width: 200px;
}
.p-homeFloatingTxt__label {
  color: var(--c-gray02);
  font-family: var(--f2);
  font-size: 7.0625rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.p-homeService {
  background: url(../img/home/service_bg_01.webp) no-repeat center/cover;
}
@media screen and (min-width: 1101px) {
  .p-homeService {
    padding: 190px 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeService {
    padding: 80px 0;
  }
}
.p-homeService__head {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-homeService__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeService__head {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeService__lead {
    font-size: 1.125rem;
    line-height: 2;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-homeService__lead br {
    display: none;
  }
}

.p-homeServiceFieldList {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeServiceFieldList {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceFieldList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-homeServiceFieldList__link {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.2s;
}
.p-homeServiceFieldList__link:hover {
  background: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-homeServiceFieldList__link {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceFieldList__link {
    padding: 16px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p-homeServiceFieldList__label {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-homeServiceFieldList__label {
    margin-bottom: 10px;
    gap: 10px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceFieldList__label {
    margin-bottom: 5px;
    gap: 10px;
    font-size: 0.8125rem;
  }
}
.p-homeServiceFieldList__label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-homeServiceFieldList__label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceFieldList__label:before {
    width: 10px;
  }
}
.p-homeServiceFieldList__label02 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-homeServiceFieldList__label02 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceFieldList__label02 {
    font-size: 1.6rem;
  }
}
.p-homeServiceFieldList__img {
  text-align: right;
  filter: grayscale(1) brightness(3);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-homeServiceFieldList__img {
    margin-top: 20px;
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceFieldList__img {
    margin-right: -5px;
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeServiceFieldList__img img {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceFieldList__img img {
    width: 40px;
  }
}

.p-homeServiceBnrList {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList {
    grid-template-columns: 1fr 1fr;
    gap: 90px 70px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }
}
.p-homeServiceBnrList__link {
  display: grid;
  transition: 0.3s;
}
.p-homeServiceBnrList__link:hover {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList__link {
    grid-template-columns: 1fr 1.1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList__link {
    grid-template-columns: 1fr 1.4fr;
    min-height: 120px;
  }
}
.p-homeServiceBnrList__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList__img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList__img {
    aspect-ratio: 1.2/1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.p-homeServiceBnrList__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-homeServiceBnrList__link:hover .p-homeServiceBnrList__img img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList__img img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList__img img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.p-homeServiceBnrList__h {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList__h {
    padding: 34px 44px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList__h {
    padding: 13px 24px 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.p-homeServiceBnrList__label {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList__label {
    font-size: 0.9375rem;
    margin-bottom: 10px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList__label {
    font-size: 0.84375rem;
    margin-bottom: 5px;
    gap: 5px;
  }
}
.p-homeServiceBnrList__label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList__label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList__label:before {
    width: 10px;
  }
}
.p-homeServiceBnrList__label02 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList__label02 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList__label02 {
    font-size: 1.5rem;
  }
}
.p-homeServiceBnrList__label02:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
  position: absolute;
  transition: 0.3s;
}
.p-homeServiceBnrList__link:hover .p-homeServiceBnrList__label02:after {
  border-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-homeServiceBnrList__label02:after {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeServiceBnrList__label02:after {
    width: 10px;
    height: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 0.75rem;
  }
}

.p-homeCase {
  position: relative;
  background: #fff;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .p-homeCase {
    padding: 190px 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeCase {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeCase__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeCase__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__main {
    margin-bottom: 30px;
  }
}
.p-homeCase__mainLink {
  display: block;
  transition: 0.3s;
}
.p-homeCase__mainLink:hover {
  color: var(--c1);
}
.p-homeCase__mainImg {
  position: relative;
  aspect-ratio: 61/40;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-homeCase__mainImg {
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__mainImg {
    margin-bottom: 15px;
    border-radius: 5px;
  }
}
.p-homeCase__mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-homeCase__mainLink:hover .p-homeCase__mainImg img {
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(1.2);
}
@media screen and (min-width: 768px) {
  .p-homeCase__mainImg img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__mainImg img {
    border-radius: 5px;
  }
}
.p-homeCase__mainCat {
  font-size: 0.875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-homeCase__mainCat {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__mainCat {
    margin-bottom: 5px;
  }
}
.p-homeCase__mainDesc {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-homeCase__mainDesc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__mainDesc {
    font-size: 1.125rem;
  }
}
.p-homeCase__mainPickUp {
  font-size: 1.125rem;
  font-family: var(--f2);
  font-weight: 400;
  position: absolute;
  left: -10px;
  top: 20px;
  background: #fff;
  border: 1px solid var(--c0);
  padding: 0px 15px;
  z-index: 1;
}
.p-homeCase__mainPickUp:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1px;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  z-index: -3;
}
.p-homeCase__mainPickUp:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1px;
  margin-left: -1px;
  border: 5px solid transparent;
  border-top-color: var(--c0);
  border-right-color: var(--c0);
  z-index: -6;
}
@media screen and (min-width: 768px) {
  .p-homeCase__sideItem:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__sideItem:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-homeCase__sideLink {
  display: grid;
  grid-template-columns: 21fr 36fr;
  align-items: center;
  transition: 0.3s;
}
.p-homeCase__sideLink:hover {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-homeCase__sideLink {
    gap: 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__sideLink {
    gap: 20px;
    border-radius: 5px;
  }
}
.p-homeCase__sideImg {
  aspect-ratio: 217/140;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-homeCase__sideImg {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__sideImg {
    border-radius: 5px;
  }
}
.p-homeCase__sideImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-homeCase__sideLink:hover .p-homeCase__sideImg img {
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(1.2);
}
@media screen and (min-width: 768px) {
  .p-homeCase__sideImg img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__sideImg img {
    border-radius: 5px;
  }
}
.p-homeCase__sideCat {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-homeCase__sideCat {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__sideCat {
    font-size: 0.8125rem;
    margin-bottom: 5px;
  }
}
.p-homeCase__sideTitle {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-homeCase__sideTitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__sideTitle {
    font-size: 1rem;
  }
}
.p-homeSupport {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-homeSupport {
    padding: 130px 0 140px;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeSupport {
    padding: 80px 20px 60px;
  }
}
.p-homeSupport:before {
  content: "";
  display: block;
  height: 100%;
  background: url(../img/home/support_bg_01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-homeSupport:before {
    left: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSupport:before {
    left: 0;
    width: 100%;
  }
}
.p-homeSupport__in {
  position: relative;
  z-index: 1;
}
.p-homeSupport__head {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-homeSupport__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSupport__head {
    margin-bottom: 30px;
  }
}
.p-homeSupport__lead {
  font-size: 1.125rem;
}

.p-homeSupportNews {
  color: #fff;
}
@media screen and (min-width: 1101px) {
  .p-homeSupportNews {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeSupportNews {
    margin-top: 50px;
  }
}
.p-homeSupportNews__row {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-homeSupportNews__row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
.p-homeSupportNews__title {
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-homeSupportNews__title {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSupportNews__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSupportNews__list {
    border-left: 1px solid #fff;
    padding-left: 50px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSupportNews__item {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSupportNews__item {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  .p-homeSupportNews__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-homeSupportNews__link {
  display: flex;
  gap: 30px;
  color: #fff;
  transition: 0.3s;
}
.p-homeSupportNews__link:hover {
  color: var(--c1);
}
.p-homeSupportNews__date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--f2);
  font-weight: 300;
}
.p-homeInformation {
  position: relative;
  background: #fff;
  z-index: 1;
}
@media screen and (min-width: 1101px) {
  .p-homeInformation {
    padding: 190px 0 100px;
  }
}
@media screen and (max-width: 1100px) {
  .p-homeInformation {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeInformation__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 110px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeInformation__head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeInformation__lead {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-homeInformation__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-homeInformation__row {
    gap: 80px;
  }
}
.p-homeRecruitment {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-homeRecruitment {
    padding: 90px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruitment {
    padding: 40px 0 130px;
  }
}
.p-homeRecruitment:before {
  content: "";
  display: block;
  background: url(../img/home/recruit_bg_01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-homeRecruitment:before {
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruitment:before {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-homeRecruitment__h {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-homeRecruitment__h img {
    width: 466px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruitment__h img {
    width: 90%;
  }
}
.p-homeRecruitment__btn {
  margin-top: -50px;
}

@media screen and (min-width: 768px) {
  .p-newsArchive__list {
    margin: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArchive__list {
    margin: 30px 0;
  }
}
.p-newsArchive__item {
  position: relative;
  border-bottom: 1px solid var(--c-dark-gray);
}
@media screen and (min-width: 768px) {
  .p-newsArchive__item {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArchive__item {
    padding-bottom: 26px;
  }
}
.p-newsArchive__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 1px;
  background: var(--c3);
}
@media screen and (min-width: 768px) {
  .p-newsArchive__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArchive__item:not(:last-child) {
    margin-bottom: 17px;
  }
}
.p-newsArchive__link {
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__link {
    display: block;
    padding: 0 30px 0 0;
  }
}
.p-newsArchive__date {
  font-size: 0.875rem;
  font-family: var(--f2);
  color: var(--c3);
  display: block;
}
@media screen and (min-width: 768px) {
  .p-newsArchive__date {
    text-align: center;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArchive__date {
    margin-bottom: 10px;
  }
}
.p-newsArchive__h {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-newsArchive__h {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-newsArchive03__list {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArchive03__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-newsArchive03__item a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .p-newsArchive03__item.swiper-slide a {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-newsArchive03__img {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4/2.3;
  }
  .swiper-slide .p-newsArchive03__img {
    aspect-ratio: 1/0.4;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArchive03__img {
    aspect-ratio: 1/0.6;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
  }
  .swiper-slide .p-newsArchive03__img {
    aspect-ratio: 1/1;
  }
}
.p-newsArchive03__img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-newsArchive03__h {
  margin-top: 10px;
}
.p-newsArchive04__item:not(:last-child) {
  margin-bottom: 20px;
}
.p-newsArchive04__link {
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .p-newsArchive04__link {
    display: flex;
    gap: 80px;
    padding: 30px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsArchive04__link {
    display: block;
    padding: 20px;
    padding-right: 60px;
  }
}
.p-newsArchive04__link:before {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--c1);
}
.p-newsArchive04__date {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-newsArchive04__date {
    margin-bottom: 10px;
  }
}
.p-newsArchive04__h {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-newsArchive04__h {
    font-size: 1.1rem;
  }
}
.p-newsSingle {
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-newsSingle {
    padding: 70px 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle {
    padding: 20px 20px;
  }
}
.p-newsSingle__head {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.p-newsSingle__date {
  font-size: 0.875rem;
}
.p-newsSingle__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-newsSingle__cat a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  padding: 3px 15px;
  font-size: 0.8125rem;
  background: #E5EBEB;
}
.p-newsSingle__row {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.p-newsSingle__time {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.p-newsSingle__time .ico {
  background: var(--c1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
.p-newsSingle__time .ico img {
  width: 14px;
}
.p-newsSingle__h {
  font-family: var(--f2);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid var(--c0);
  padding-bottom: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-newsSingle__h {
    margin-bottom: 40px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__h {
    margin-bottom: 30px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-newsSingle__mv {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__mv {
    margin-bottom: 30px;
  }
}
.p-newsSingle__mv img {
  border-radius: 15px;
}
.p-newsSingle__foot {
  border-top: 1px solid var(---c-gray02);
}
@media screen and (min-width: 768px) {
  .p-newsSingle__foot {
    padding-top: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__foot {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.p-form {
  border-radius: 20px;
  background: #fff;
  padding: 60px 65px;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 30px 20px;
  }
}
.p-form__radios {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-form__radios.--col2 {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__radios.--col2 {
    columns: 2;
    column-gap: 20px;
  }
}
.p-form__radios.--col2 .wpcf7-list-item {
  display: block;
}
.p-form__radios.--horizontal {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.p-form__table th {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form__table {
    width: 100%;
  }
  .p-form__table th, .p-form__table td {
    vertical-align: top;
    padding: 10px 0;
  }
  .p-form__table th {
    font-weight: bold;
    padding-right: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table {
    margin-bottom: 30px;
  }
  .p-form__table, .p-form__table tbody, .p-form__table tr, .p-form__table th, .p-form__table td {
    display: block;
  }
  .p-form__table tr:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-form__table th {
    margin-bottom: 10px;
  }
}
.p-form__required {
  color: #fff;
  background: var(--c1);
  padding: 0 8px;
  margin-left: 10px;
}
.p-form__privacy {
  border: 1px solid var(--c-gray02);
  padding: 20px;
}
.p-form__privacy__h {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-form__privacy__txt {
  font-size: 0.875rem;
}
.p-form__privacyCheck {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__privacyCheck {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__privacyCheck {
    margin-top: 20px;
  }
}
.p-form__file {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__file {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__file {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__file__head {
    margin-bottom: 10px;
  }
}
.p-form__file__delete {
  background: var(--c-gray);
  border: 1px solid var(--c-gray02);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form__file__delete {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__file__delete {
    width: 35px;
    height: 35px;
  }
}
.p-form__notes {
  font-size: 0.875rem;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-formMethod__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.p-formMethod__item {
  background: #fff;
  border: 1px solid var(--c-gray02);
  border-radius: 10px;
}
.p-formMethod__item:nth-child(1) {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-formMethod__item {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-formMethod__item {
    padding: 20px;
  }
  .p-formMethod__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-formMethod__h {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-formMethod__bnr a:hover {
  opacity: 0.6;
}
.p-contectSercvice__tel {
  font-size: 1.5rem;
  font-family: var(--f2);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contectSercvice__tel {
    display: block;
  }
}

.p-informationFilter {
  background: var(--c-gray);
}
@media screen and (min-width: 768px) {
  .p-informationFilter {
    padding: 60px 50px;
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-informationFilter {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-informationFilterRow {
    display: table-row;
  }
}
@media screen and (min-width: 768px) {
  .p-informationFilterRow:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationFilterRow:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-informationFilterRow__h {
    display: table-cell;
    white-space: nowrap;
    padding-right: 1em;
  }
  .p-informationFilterRow:not(:last-child) .p-informationFilterRow__h {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationFilterRow__h {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-informationFilterRow__body {
    display: table-cell;
  }
  .p-informationFilterRow:not(:last-child) .p-informationFilterRow__body {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationFilterRow__body {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-informationCatsList {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-informationCatsList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.p-informationCatsList__item a {
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-informationCatsList__item a {
    padding: 11px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationCatsList__item a {
    padding: 5px 20px;
    font-size: 0.875rem;
  }
}
.p-informationCatsList__item a:hover, .p-informationCatsList__item a.--current {
  background: var(--c0);
  color: #fff;
}
.p-informationCatsList__item a.--event {
  color: #039bb0;
  border-color: #039bb0;
}
.p-informationCatsList__item a.--event:hover, .p-informationCatsList__item a.--event.--current {
  color: #fff;
  background: #039bb0;
}
.p-informationCatsList__item a.--info {
  color: var(--c1);
  border-color: var(--c1);
}
.p-informationCatsList__item a.--info:hover, .p-informationCatsList__item a.--info.--current {
  color: #fff;
  background: var(--c1);
}
.p-informationCatsList__item a.--service {
  color: #01547e;
  border-color: #01547e;
}
.p-informationCatsList__item a.--service:hover, .p-informationCatsList__item a.--service.--current {
  color: #fff;
  background: #01547e;
}
.p-informationCatsList__item a.--recruiting {
  color: #0074c7;
  border-color: #0074c7;
}
.p-informationCatsList__item a.--recruiting:hover, .p-informationCatsList__item a.--recruiting.--current {
  color: #fff;
  background: #0074c7;
}

.p-informationFilterSelect {
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
  padding: 11px 40px 11px 20px;
  font-size: 1rem;
  font-weight: bold;
  appearance: none; /* Disable the default arrow */
  -webkit-appearance: none; /* For WebKit-based browsers */
  -moz-appearance: none; /* For Firefox */
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-informationFilterSelect {
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationFilterSelect {
    width: 100%;
  }
}

.p-informationArchive {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-informationArchive {
    padding: 190px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationArchive {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-informationArchive__list.--home {
    flex: 1;
  }
}
.p-informationArchive__item {
  border-bottom: 1px solid var(--c-gray03);
}
@media screen and (min-width: 768px) {
  .p-informationArchive__item {
    padding-bottom: 20px;
  }
  .p-informationArchive__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationArchive__item {
    padding-bottom: 20px;
  }
  .p-informationArchive__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-informationArchive__link {
  display: block;
  position: relative;
  transition: 0.2s;
}
.p-informationArchive__link:hover {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-informationArchive__link {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationArchive__link {
    padding-right: 30px;
  }
}
.p-informationArchive__link:after {
  content: "arrow_circle_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-informationArchive__link:after {
    font-size: 1.75rem;
  }
  .--home .p-informationArchive__link:after {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-informationArchive__link:after {
    font-size: 1.25rem;
  }
}
.p-informationArchive__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-informationArchive__head {
    gap: 30px;
  }
  .--home .p-informationArchive__head {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationArchive__head {
    gap: 10px;
  }
}
.p-informationArchive__date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--f2);
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .--home .p-informationArchive__date {
    font-size: 0.75rem;
  }
}
.p-informationArchive__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-informationArchive__cat {
  color: #fff;
  background: var(--c0);
  white-space: nowrap;
  display: block;
}
.p-informationArchive__cat.--event {
  background: #039bb0;
}
.p-informationArchive__cat.--info {
  background: var(--c1);
}
.p-informationArchive__cat.--service {
  background: #01547e;
}
.p-informationArchive__cat.--recruiting {
  background: #0074c7;
}
@media screen and (min-width: 768px) {
  .p-informationArchive__cat {
    padding: 0 6px;
    font-size: 0.875rem;
  }
  .--home .p-informationArchive__cat {
    font-size: 0.75rem;
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationArchive__cat {
    padding: 0 4px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-informationArchive__h {
    font-size: 1.25rem;
  }
  .--home .p-informationArchive__h {
    font-size: 1rem;
  }
}
.--pdf .p-informationArchive__h:after {
  content: "";
  display: inline-block;
  background: url("../img/common/ico_pdf.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .--pdf .p-informationArchive__h:after {
    margin-left: 15px;
    width: 29px;
    height: 29px;
  }
  .--home .--pdf .p-informationArchive__h:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .--pdf .p-informationArchive__h:after {
    margin-left: 8px;
    width: 20px;
    height: 20px;
  }
}

.p-informationSingle__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-informationSingle__head {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationSingle__head {
    gap: 10px;
  }
}
.p-informationSingle__date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--f2);
  white-space: nowrap;
}
.p-informationSingle__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-informationSingle__cat {
  font-weight: 500;
  color: #fff;
  background: var(--c0);
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-informationSingle__cat {
    padding: 3px 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-informationSingle__cat {
    padding: 0px 6px;
    font-size: 0.8125rem;
  }
}
.p-informationSingle__h {
  border-bottom: 1px solid var(--c-gray02);
}
@media screen and (min-width: 768px) {
  .p-informationSingle__h {
    font-size: 2.25rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationSingle__h {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-informationSingle__eyecatch img {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-informationSingle__eyecatch {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-informationSingle__eyecatch {
    margin-bottom: 30px;
  }
}

.p-pageHead__in {
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .p-pageHead__in {
    padding: 150px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageHead__in {
    padding: 80px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-projectArchive__item:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-projectArchive__row {
    display: grid;
    grid-template-columns: 66fr 44fr;
    gap: 80px;
  }
  .p-projectArchive__item:nth-child(odd) .p-projectArchive__row {
    direction: rtl;
  }
  .p-projectArchive__item:nth-child(odd) .p-projectArchive__row * {
    direction: ltr;
  }
}
.p-projectArchive__img {
  aspect-ratio: 66/47;
  display: block;
}
.p-projectArchive__img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-projectArchive__body {
    margin-top: 10px;
  }
}
.p-projectArchive__num {
  font-weight: 500;
  font-family: var(--f2);
  color: var(--c1);
  border-bottom: 2px solid var(--c1);
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-projectArchive__num {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive__num {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-projectArchive__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-projectArchive__h {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive__h {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.p-projectArchive__cats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-projectArchive__cats {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive__cats {
    margin-bottom: 10px;
  }
}
.p-projectArchive__cat {
  font-size: 0.875rem;
  color: #fff;
  background: var(--c1);
  padding: 0 15px;
  display: block;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-projectArchive__desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive__desc {
    margin-bottom: 20px;
  }
}

.p-projectArchive02__link {
  transition: 0.2s;
}
.p-projectArchive02__link:hover {
  color: var(--c1);
}
.p-projectArchive02__row {
  border-bottom: 1px solid var(--c-gray02);
  border-right: 1px solid var(--c-gray02);
}
@media screen and (min-width: 768px) {
  .p-projectArchive02__row {
    display: grid;
    grid-template-columns: 66fr 44fr;
    gap: 80px;
    padding-right: 60px;
    padding-bottom: 55px;
  }
  .p-projectArchive__item:nth-child(odd) .p-projectArchive02__row {
    direction: rtl;
  }
  .p-projectArchive__item:nth-child(odd) .p-projectArchive02__row * {
    direction: ltr;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__row {
    display: block;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.p-projectArchive02__img {
  aspect-ratio: 66/47;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.p-projectArchive02__img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-projectArchive02__link:hover .p-projectArchive02__img img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.p-projectArchive02__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__head {
    margin-top: 20px;
  }
}
.p-projectArchive02__head .logo {
  display: block;
}
.p-projectArchive02__head .label {
  font-family: var(--f2);
  font-size: 1.25rem;
}
.p-projectArchive02__step {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-projectArchive02__step {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__step {
    gap: 10px;
    font-size: 0.875rem;
  }
}
.p-projectArchive02__step .label {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-projectArchive02__step .label {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__step .label {
    gap: 10px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__step img {
    width: 100px;
  }
}
.p-projectArchive02__num {
  font-weight: 500;
  font-family: var(--f2);
  color: var(--c1);
  border-bottom: 2px solid var(--c1);
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-projectArchive02__num {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__num {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-projectArchive02__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-projectArchive02__h {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__h {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.p-projectArchive02__cats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-projectArchive02__cats {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__cats {
    margin-bottom: 10px;
  }
}
.p-projectArchive02__cats__label {
  font-size: 0.875rem;
}
.p-projectArchive02__cat {
  font-size: 0.875rem;
  color: #fff;
  background: var(--c1);
  padding: 0 15px;
  display: block;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-projectArchive02__desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectArchive02__desc {
    margin-bottom: 10px;
  }
}

.p-projectArchive02Container {
  position: relative;
}

.p-projectSingle__head {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-projectSingle__head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectSingle__head {
    margin-bottom: 10px;
  }
}
.p-projectSingle__date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--f2);
  white-space: nowrap;
}
.p-projectSingle__cats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-projectSingle__cats {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectSingle__cats {
    margin-bottom: 10px;
  }
}
.p-projectSingle__cat {
  font-weight: 500;
  color: #fff;
  background: var(--c1);
  border-radius: 9999px;
  padding: 3px 13px;
  margin-right: 10px;
  white-space: nowrap;
  display: block;
  font-size: 0.8125rem;
}
.p-projectSingle__h {
  border-bottom: 1px solid var(--c-gray02);
}
@media screen and (min-width: 768px) {
  .p-projectSingle__h {
    font-size: 2.25rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-projectSingle__h {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-projectSingle__eyecatch {
  margin-bottom: 60px;
}
.p-projectSingle__eyecatch img {
  border-radius: 8px;
}

.p-serviceDetails {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-serviceDetails {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetails {
    gap: 20px;
  }
}

.p-serviceDetail__link {
  position: relative;
  display: block;
  border: 2px solid var(--c0);
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-serviceDetail__link {
    padding: 40px 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__link {
    padding: 20px 20px 40px;
  }
}
.p-serviceDetail__link:after {
  content: "arrow_circle_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  position: absolute;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-serviceDetail__link:after {
    font-size: 1.75rem;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__link:after {
    font-size: 1.25rem;
    right: 10px;
    bottom: 10px;
  }
}
.p-serviceDetail__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-serviceDetail__head {
    margin-bottom: 30px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__head {
    font-size: 0.875rem;
    margin-bottom: 10px;
    gap: 5px;
  }
}
.p-serviceDetail__cat {
  font-weight: 500;
  font-family: var(--f2);
  color: #fff;
  background: var(--c0);
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-serviceDetail__cat {
    font-size: 0.75rem;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__cat {
    font-size: 0.75rem;
    padding: 3px 10px;
  }
}
.p-serviceDetail__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-serviceDetail__h {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__h {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.p-serviceFilter {
  background: var(--c-gray);
  display: table;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-serviceFilter {
    padding: 70px 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceFilter {
    padding: 30px 20px;
  }
}

.p-serviceKeywordFilter {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-serviceKeywordFilter {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceKeywordFilter {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    position: relative;
  }
}
.p-serviceKeywordFilter__input {
  width: 100%;
  border: 1px solid var(--c0);
  border-radius: 100vmax;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-serviceKeywordFilter__input {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceKeywordFilter__input {
    padding: 10px;
    font-size: 0.875rem;
  }
}
.p-serviceKeywordFilter__btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-serviceKeywordFilter__btn .material-symbols-outlined {
  font-size: 2rem;
}
.p-serviceKeywordFilter__popular {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-serviceKeywordFilter__popular__h {
  font-size: 0.875rem;
}
.p-serviceKeywordFilter__popular__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-serviceKeywordFilter__popular__item a {
  font-size: 0.875rem;
  color: #fff;
  background: var(--c1);
  border-radius: 100vmax;
  padding: 1px 12px;
  display: block;
  transition: 0.2s;
}
.p-serviceKeywordFilter__popular__item a:hover {
  color: var(--c1);
  background: #fff;
}

.p-serviceCategorySection {
  background: url(../img/home/service_bg_01.webp) no-repeat center/cover;
}
.p-serviceCategorySection__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
  color: #fff;
}
.p-serviceCategorySection__lead {
  font-size: 1.125rem;
}

.p-serviceCategoryList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryList {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryList {
    gap: 20px;
  }
}
.p-serviceCategoryList__link {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryList__link {
    display: grid;
    grid-template-columns: 47fr 66fr;
    gap: 60px;
    padding: 45px 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryList__link {
    display: block;
    padding: 20px 20px 40px;
  }
}
.p-serviceCategoryList__link:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.p-serviceCategoryList__link:hover {
  color: var(--c1);
  border-color: var(--c1);
}
.p-serviceCategoryList__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryList__head {
    border-right: 1px solid #fff;
    padding-right: 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryList__head {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.p-serviceCategoryList__ico {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  align-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryList__ico {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryList__ico {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
.p-serviceCategoryList__label {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryList__label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryList__label {
    font-size: 0.875rem;
  }
}
.p-serviceCategoryList__label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryList__label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryList__label:before {
    width: 10px;
  }
}
.p-serviceCategoryList__label02 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryList__label02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryList__label02 {
    font-size: 2rem;
  }
}
.p-serviceCategoryList__img {
  text-align: right;
  margin-top: 20px;
  margin-right: -10px;
  margin-bottom: -10px;
  filter: grayscale(1) brightness(3);
  transition: 0.3s;
}
.p-homeServiceFieldList__link:hover .p-serviceCategoryList__img {
  filter: grayscale(0) brightness(1);
}
.p-serviceCategoryList__img img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryList__desc {
    line-height: 2;
  }
}
.p-serviceServiceList {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-serviceServiceList {
    grid-template-columns: 1fr 1fr;
    gap: 90px 70px;
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceServiceList {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 30px;
  }
}
.p-serviceServiceList__link {
  transition: 0.2s;
}
.p-serviceServiceList__link:hover {
  color: var(--c1);
}
.p-serviceServiceList__img {
  margin-bottom: 20px;
  transition: 0.3s;
  overflow: hidden;
}
.p-serviceServiceList__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-serviceServiceList__link:hover .p-serviceServiceList__img img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.p-serviceServiceList__h {
  margin-bottom: 20px;
}
.p-serviceServiceList__label {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.p-serviceServiceList__label:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: var(--c1);
}
.p-serviceServiceList__label02 {
  font-family: var(--f2);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-serviceServiceList__label02 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceServiceList__label02 {
    font-size: 2.9rem;
  }
}
.p-serviceServiceList__desc {
  line-height: 2;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.p-serviceServiceList__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 0.875rem;
}
.p-serviceServiceList__btn:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
}
.p-serviceCategoryOverview {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryOverview {
    grid-template-columns: 47fr 62fr;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryOverview {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-serviceCategoryOverview.--single {
  display: block;
}
.p-serviceCategoryOverview__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryOverview__head {
    gap: 30px;
    border-right: 1px solid #fff;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryOverview__head {
    gap: 20px;
  }
}
.p-serviceCategoryOverview__ico {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  align-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryOverview__ico {
    width: 150px;
    height: 150px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryOverview__ico {
    width: 85px;
    height: 85px;
    padding: 10px;
  }
  .--single .p-serviceCategoryOverview__ico {
    display: none;
  }
}
.p-serviceCategoryOverview__label {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryOverview__label {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryOverview__label {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
.p-serviceCategoryOverview__label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryOverview__label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryOverview__label:before {
    width: 10px;
  }
}
.p-serviceCategoryOverview__label02 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-serviceCategoryOverview__label02 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceCategoryOverview__label02 {
    font-size: 2.7rem;
  }
}
.p-serviceCategoryOverview__img {
  text-align: right;
  margin-top: 20px;
  margin-right: -10px;
  margin-bottom: -10px;
  filter: grayscale(1) brightness(3);
  transition: 0.3s;
}
.p-homeServiceFieldList__link:hover .p-serviceCategoryOverview__img {
  filter: grayscale(0) brightness(1);
}
.p-serviceCategoryOverview__img img {
  width: 60px;
}
.p-serviceCategoryOverview__desc {
  line-height: 2;
}

.p-serviceScene__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-serviceScene__list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceScene__list {
    gap: 20px;
  }
}
.p-serviceScene__item {
  background: #fff;
  border-radius: 6px;
  border: 10px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-serviceScene__item {
    border: 20px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-serviceScene__head {
    padding: 50px 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceScene__head {
    margin-bottom: 20px;
  }
}
.p-serviceScene__num {
  color: var(--c1);
  font-family: var(--f2);
  line-height: 1.3;
  border-bottom: 2px solid var(--c1);
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-serviceScene__num {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceScene__num {
    font-size: 1.25rem;
  }
}
.p-serviceScene__h {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-serviceScene__h {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceScene__h {
    font-size: 1.25rem;
  }
}
.p-serviceScene__lead {
  margin-bottom: 20px;
}
.p-serviceScene__img img {
  width: 100%;
}

.p-serviceSingleHead {
  display: block;
}
.p-serviceSingleHead__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-serviceSingleHead__head {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceSingleHead__head {
    gap: 20px;
  }
}
.p-serviceSingleHead__icos {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-serviceSingleHead__icos {
    display: none;
  }
}
.p-serviceSingleHead__ico {
  width: 100px;
  height: 100px;
}
.p-serviceSingleHead__label {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-serviceSingleHead__label {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceSingleHead__label {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
.p-serviceSingleHead__label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-serviceSingleHead__label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceSingleHead__label:before {
    width: 10px;
  }
}
.p-serviceSingleHead__label02 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-serviceSingleHead__label02 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceSingleHead__label02 {
    font-size: 2.7rem;
  }
}

.p-serviceSingleCategory {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.p-serviceSingleCategory .link {
  color: #fff;
  background: var(--c0);
  border-radius: 100vmax;
  padding: 2px 20px;
  display: block;
}

.p-caseCatsList {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.p-caseCatsList__item a {
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
  padding: 11px 50px;
}

.p-caseFilterSelect {
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
  padding: 11px 20px;
}

.p-caseArchive {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-caseArchive {
    padding: 190px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive {
    padding: 50px 0;
  }
}
.p-caseArchive__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.p-caseArchive__arrow.--prev {
  right: calc(100% + 20px);
}
.p-caseArchive__arrow.--next {
  left: calc(100% + 20px);
}
.p-caseArchive__list {
  position: relative;
}
.p-caseArchive__item {
  border-right: 1px solid var(--c-gray02);
  border-bottom: 1px solid var(--c-gray02);
}
@media screen and (min-width: 768px) {
  .p-caseArchive__item {
    padding-right: 60px;
    padding-bottom: 60px;
  }
  .p-caseArchive__item:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__item {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .p-caseArchive__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-caseArchive__link {
  transition: 0.2s;
}
.p-caseArchive__link:hover {
  color: var(--c1);
}
.p-caseArchive__row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-caseArchive__row {
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-caseArchive__img {
  aspect-ratio: 52/32;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.p-caseArchive__img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-caseArchive__link:hover .p-caseArchive__img img {
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(1.2);
}
.p-caseArchive__num {
  font-weight: 500;
  font-family: var(--f2);
  color: var(--c1);
  border-bottom: 2px solid var(--c1);
  width: fit-content;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-caseArchive__num {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__num {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}
.p-caseArchive__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-caseArchive__h {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__h {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.p-caseArchive__cats {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-caseArchive__cats {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__cats {
    gap: 5px;
  }
}
.p-caseArchive__cat {
  color: #fff;
  background: var(--c1);
  display: block;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-caseArchive__cat {
    font-size: 0.875rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__cat {
    font-size: 0.8125rem;
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-caseArchive__desc {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__desc {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}
.p-caseArchive__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-caseArchive__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__btn {
    margin-top: 10px;
  }
}
.p-caseArchive__btn:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
}
@media screen and (min-width: 768px) {
  .p-caseArchive__btn:after {
    width: 20px;
    height: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive__btn:after {
    width: 15px;
    height: 15px;
    font-size: 0.9375rem;
  }
}

.p-caseArchiveTabBtns__list {
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-caseArchiveTabBtns__list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchiveTabBtns__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 30px;
  }
}
.p-caseArchiveTabBtns__btn {
  display: block;
  background: var(--c-gray02);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 17px 10px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-caseArchiveTabBtns__btn {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchiveTabBtns__btn {
    width: 100%;
  }
}
.p-caseArchiveTabBtns__btn.--current {
  color: #fff;
}
.p-caseArchiveTabBtns__item:nth-child(odd) .p-caseArchiveTabBtns__btn.--current {
  background: linear-gradient(-21deg, #33406a 0%, #035f96 100%);
}
.p-caseArchiveTabBtns__item:nth-child(even) .p-caseArchiveTabBtns__btn.--current {
  background: linear-gradient(-21deg, #014c4d 0%, #01a583 100%);
}

@media screen and (min-width: 768px) {
  .p-caseArchiveTab {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchiveTab {
    padding: 30px 0;
  }
}
.p-caseArchiveTab:nth-child(odd) {
  background: linear-gradient(-21deg, #33406a 0%, #035f96 100%);
}
.p-caseArchiveTab:nth-child(even) {
  background: linear-gradient(-21deg, #014c4d 0%, #01a583 100%);
}

.p-caseArchive02 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-caseArchive02 {
    padding: 190px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive02 {
    padding: 30px 0;
  }
}
.p-caseArchive02__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-caseArchive02__link {
  display: block;
  background: #fff;
  border-radius: 10px;
  transition: 0.2s;
}
.p-caseArchive02__link:hover {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-caseArchive02__link {
    padding: 10px 40px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive02__link {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-caseArchive02__row {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 60px;
    align-items: center;
  }
}
.p-caseArchive02__img {
  aspect-ratio: 52/32;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.p-caseArchive02__img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-caseArchive02__link:hover .p-caseArchive02__img img {
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(1.2);
}
@media screen and (max-width: 767px) {
  .p-caseArchive02__img {
    margin-bottom: 20px;
  }
}
.p-caseArchive02__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-caseArchive02__h {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive02__h {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-caseArchive02__cats {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-caseArchive02__cats {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive02__cats {
    gap: 5px;
  }
}
.p-caseArchive02__cat {
  font-size: 0.875rem;
  color: #fff;
  background: var(--c1);
  display: block;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-caseArchive02__cat {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive02__cat {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-caseArchive02__desc {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive02__desc {
    margin-top: 10px;
  }
}
.p-caseArchive02__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}
.p-caseArchive02__btn:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
}
@media screen and (min-width: 768px) {
  .p-caseArchive02__btn:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseArchive02__btn:after {
    width: 15px;
    height: 15px;
  }
}

.p-caseSingle__head {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-caseSingle__head {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.p-caseSingle__head {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-caseSingle__head {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.p-caseSingle__date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--f2);
  white-space: nowrap;
}
.p-caseSingle__cats {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-caseSingle__cats {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseSingle__cats {
    margin-top: 10px;
    gap: 5px;
  }
}
.p-caseSingle__cat {
  font-weight: 500;
  color: #fff;
  background: var(--c1);
  border-radius: 9999px;
  margin-right: 10px;
  white-space: nowrap;
  display: block;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-caseSingle__cat {
    padding: 3px 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseSingle__cat {
    padding: 0px 10px;
  }
}
.p-caseSingle__h {
  border-bottom: 1px solid var(--c-gray02);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-caseSingle__h {
    font-size: 2.25rem;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseSingle__h {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.p-caseSingle__eyecatch img {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-caseSingle__eyecatch {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-caseSingle__eyecatch {
    margin-bottom: 40px;
  }
}

.p-aboutVideo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-aboutVideo {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutVideo {
    padding: 50px 0 0;
  }
}
.p-aboutVideo__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(0deg, #33406a 0%, hsl(202, 99%, 30%) 100%);
}
@media screen and (min-width: 768px) {
  .p-aboutVideo__bg {
    height: 670px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutVideo__bg {
    height: calc(100% - 25vw);
  }
}
.p-aboutVideo__in {
  position: relative;
  z-index: 1;
}
.p-aboutVideo__h {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.p-aboutVideo__h .label {
  display: block;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-aboutVideo__h .label {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutVideo__h .label {
    font-size: 1.375rem;
  }
}
.p-aboutVideo__h .label02 {
  font-family: var(--f2);
  display: block;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-aboutVideo__h .label02 {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutVideo__h .label02 {
    font-size: 2.5rem;
  }
}
.p-aboutVideo__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 768px) {
  .p-aboutFeatureSection {
    display: flex;
    gap: -50px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection:not(:last-child) {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutFeatureSection:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-aboutFeatureSection__head {
  position: relative;
  z-index: 1;
}
.p-aboutFeatureSection__num {
  font-weight: 500;
  color: var(--c-gray02);
  font-family: var(--f2);
  border-bottom: 3px solid var(--c-gray02);
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__num {
    font-size: 1.875rem;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutFeatureSection__num {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__h {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutFeatureSection__h {
    margin-bottom: 30px;
  }
}
.p-aboutFeatureSection__h .label {
  display: block;
  font-weight: 500;
  color: var(--c-gray02);
  font-family: var(--f2);
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__h .label {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutFeatureSection__h .label {
    font-size: 3.125rem;
  }
}
.p-aboutFeatureSection__h .label02 {
  display: block;
  font-weight: bold;
  color: #fff;
  background: var(--c1);
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__h .label02 {
    font-size: 3rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutFeatureSection__h .label02 {
    font-size: 1.5rem;
    padding: 0 5px;
  }
}
.p-aboutFeatureSection__desc {
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__desc {
    padding-top: 40px;
    padding-right: 50px;
    width: 570px;
  }
}
.p-aboutFeatureSection__h02 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__h02 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutFeatureSection__h02 {
    font-size: 1.375rem;
  }
}
.p-aboutFeatureSection__h02 em {
  color: var(--c1);
}
.p-aboutFeatureSection__lead {
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__lead {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__body {
    position: absolute;
    right: 0;
    top: 0;
    width: 900px;
  }
}
.p-aboutFeatureSection__img img {
  border-radius: 10px;
}
.p-aboutFeatureSection__link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-aboutFeatureSection__link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutFeatureSection__link {
    margin-top: 30px;
  }
}

.p-aboutHokkaido__h {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-aboutHokkaido__h {
    margin-bottom: 70px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutHokkaido__h {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.p-aboutHokkaido__row {
  display: grid;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .p-aboutHokkaido__row {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutHokkaido__row {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.p-aboutHokkaido__lead {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-aboutHokkaido__lead {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutHokkaido__lead {
    margin-bottom: 20px;
  }
}
.p-aboutHokkaido__row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-aboutHokkaido__row {
    grid-template-columns: 61fr 66fr;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutHokkaido__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-aboutHokkaido__desc {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-aboutHokkaido__desc br {
    display: none;
  }
}
.p-aboutHokkaido__img {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-aboutHokkaido__img {
    margin-top: -160px;
    margin-right: -60px;
  }
}
.p-aboutHistory__in {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-aboutHistory__in {
    padding: 80px 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutHistory__in {
    padding: 30px 20px;
  }
}
.p-aboutHistory__h02 {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: var(--c-gray02);
  font-family: var(--f2);
}
@media screen and (min-width: 1101px) {
  .p-aboutHistory__h02 {
    position: absolute;
    left: 70px;
    bottom: 60px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-aboutHistory__h02 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .p-aboutHistory__h02 .num {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-aboutHistory__h02 .num {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutHistory__lead {
    line-height: 2;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutHistory__lead {
    margin-bottom: 30px;
  }
}
.p-aboutHistory__timeline__item {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .p-aboutHistory__timeline__item {
    align-items: center;
    height: 2em;
  }
}
@media screen and (max-width: 1100px) {
  .p-aboutHistory__timeline__item {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1101px) {
  .p-aboutHistory__timeline__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-aboutHistory__timeline__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .p-aboutHistory__timeline__item:nth-child(1) {
    margin-left: 0px;
  }
  .p-aboutHistory__timeline__item:nth-child(2) {
    margin-left: 45px;
  }
  .p-aboutHistory__timeline__item:nth-child(3) {
    margin-left: 90px;
  }
  .p-aboutHistory__timeline__item:nth-child(4) {
    margin-left: 135px;
  }
  .p-aboutHistory__timeline__item:nth-child(5) {
    margin-left: 180px;
  }
  .p-aboutHistory__timeline__item:nth-child(6) {
    margin-left: 225px;
  }
  .p-aboutHistory__timeline__item:nth-child(7) {
    margin-left: 270px;
  }
  .p-aboutHistory__timeline__item:nth-child(8) {
    margin-left: 315px;
  }
  .p-aboutHistory__timeline__item:nth-child(9) {
    margin-left: 360px;
  }
  .p-aboutHistory__timeline__item:nth-child(10) {
    margin-left: 405px;
  }
  .p-aboutHistory__timeline__item:nth-child(11) {
    margin-left: 450px;
  }
  .p-aboutHistory__timeline__item:nth-child(12) {
    margin-left: 495px;
  }
  .p-aboutHistory__timeline__item:nth-child(13) {
    margin-left: 540px;
  }
  .p-aboutHistory__timeline__item:nth-child(14) {
    margin-left: 585px;
  }
  .p-aboutHistory__timeline__item:nth-child(15) {
    margin-left: 630px;
  }
  .p-aboutHistory__timeline__item:nth-child(16) {
    margin-left: 675px;
  }
  .p-aboutHistory__timeline__item:nth-child(17) {
    margin-left: 720px;
  }
  .p-aboutHistory__timeline__item:nth-child(18) {
    margin-left: 765px;
  }
  .p-aboutHistory__timeline__item:nth-child(19) {
    margin-left: 810px;
  }
  .p-aboutHistory__timeline__item:nth-child(20) {
    margin-left: 855px;
  }
}
.p-aboutHistory__timeline__year {
  font-family: var(--f2);
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 4.7em;
  position: relative;
}
.p-aboutHistory__timeline__year:after {
  content: "";
  display: block;
  background: var(--c1);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-aboutHistory__timeline__year:after {
    border: 6px solid var(--c-gray);
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutHistory__timeline__year:after {
    border: 3px solid var(--c-gray);
    width: 5px;
    height: 5px;
  }
}
.p-aboutHistory__timeline__year:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: top left;
  background: var(--c1);
  pointer-events: none;
}
@media screen and (min-width: 1101px) {
  .p-aboutHistory__timeline__year:before {
    right: 10px;
    width: 4px;
    height: calc(100% + 300px);
    transform: skewX(38.4deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-aboutHistory__timeline__year:before {
    right: 9px;
    width: 2px;
    height: calc(100% + 100px);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutHistory__timeline__year:before {
    right: 5px;
    width: 2px;
    height: calc(100% + 100px);
  }
}
.p-aboutHistory__timeline__title {
  margin-left: 15px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-aboutHistory__timeline__title {
    font-size: 0.875rem;
  }
}

.p-aboutCompany__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-aboutCompany__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutCompany__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.p-aboutCompany__item {
  text-align: center;
}
.p-aboutCompany__item a {
  display: block;
  transition: 0.2s;
}
.p-aboutCompany__item a:hover {
  color: var(--c1);
}
.p-aboutCompany__img {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 6px;
  display: block;
}
.p-aboutCompany__img img {
  border-radius: 6px;
  transition: 0.3s;
}
.p-aboutCompany__item a:hover .p-aboutCompany__img img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.p-aboutCompany__title {
  font-weight: bold;
}

.p-aboutCompanyGroup {
  border: 1px solid var(--c-gray02);
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-aboutCompanyGroup {
    grid-template-columns: 31fr 66fr;
    gap: 60px;
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutCompanyGroup {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutCompanyGroup:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutCompanyGroup:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutCompanyGroup__img {
    padding-right: 60px;
    border-right: 1px solid var(--c-gray02);
  }
}
.p-aboutCompanyGroup__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-aboutCompanyGroup__h {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutCompanyGroup__h {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-aboutCompanyGroup__desc {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-aboutCompanyGroup__desc {
    font-size: 0.875rem;
  }
}

.p-corporateBnrList {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-corporateBnrList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateBnrList {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-corporateBnrList__link {
  transition: 0.2s;
}
.p-corporateBnrList__link:hover {
  color: var(--c1);
}
.p-corporateBnrList__img {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-corporateBnrList__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateBnrList__img {
    margin-bottom: 10px;
  }
}
.p-corporateBnrList__img img {
  border-radius: 10px;
  transition: 0.3s;
}
.p-corporateBnrList__link:hover .p-corporateBnrList__img img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.p-corporateBnrList__label {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-corporateBnrList__label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateBnrList__label {
    margin-bottom: 5px;
  }
}
.p-corporateBnrList__label:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: var(--c1);
}
.p-corporateBnrList__label02 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-corporateBnrList__label02 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateBnrList__label02 {
    font-size: 2.3rem;
  }
}
.p-corporateBnrList__label02:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
  width: 20px;
  height: 20px;
  transition: 0.2s;
}
.p-corporateBnrList__link:hover .p-corporateBnrList__label02:after {
  border-color: var(--c1);
}
.p-corporateBnrList__desc {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-corporateBnrList__desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateBnrList__desc {
    margin-top: 10px;
  }
}

.p-sustainabilityIntro__h {
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-sustainabilityIntro__h {
    text-align: center;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainabilityIntro__h {
    font-size: 1.375rem;
  }
}
.p-sustainabilityIntro__lead {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-sustainabilityIntro__lead {
    font-size: 1rem;
    text-align: center;
  }
}
.p-esgSection {
  position: relative;
  background: var(--c-gray);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-esgSection {
    padding: 100px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-esgSection {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-esgSection:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-esgSection:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-esgSection__num {
  text-align: center;
  align-content: center;
  color: var(--c1);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 50%;
  font-family: var(--f2);
  border: 4px solid var(--c-gray);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-esgSection__num {
    width: 90px;
    height: 90px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-esgSection__num {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
}
.p-esgSection__num:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: var(--c1);
  margin: 0 auto;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-esgSection__row {
    display: grid;
    grid-template-columns: 44fr 52fr;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-esgSection__head {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-esgSection__icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-esgSection__icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-esgSection__icon {
    width: 100px;
  }
}
.p-esgSection__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-esgSection__h {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-esgSection__h {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .p-esgSection__h br {
    display: none;
  }
}
.p-esgSection__lead {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-esgSection__img img {
  border-radius: 10px;
}

.p-corporateOrg {
  position: relative;
  display: grid;
}
@media screen and (max-width: 767px) {
  .p-corporateOrg:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #00ab9e;
    position: absolute;
    left: 10px;
    top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-corporateOrg {
    grid-template-columns: 12fr 32fr 32fr;
    gap: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-corporateOrg__col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__col {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__col {
    gap: 20px;
  }
}
.p-corporateOrg__role {
  text-align: center;
  border-radius: 6px;
  align-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__role {
    padding: 10px;
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__role {
    padding: 5px;
    min-height: 40px;
    margin-left: 30px;
  }
  .p-corporateOrg__role br {
    display: none;
  }
}
.p-corporateOrg__role.--president {
  color: #fff;
  background: #3c536a;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__role.--president {
    height: 180px;
  }
  .p-corporateOrg__role.--president:after {
    content: "";
    width: 386%;
    height: 1px;
    background-color: #00ab9e;
    position: absolute;
    left: 100%;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__role.--president {
    margin-left: 0;
  }
}
.p-corporateOrg__role.--auditor {
  color: #fff;
  background: #3c6c8d;
}
.p-corporateOrg__role.--committee {
  color: #fff;
  background: #3caa96;
}
.p-corporateOrg__role.--committee:before {
  content: "";
  height: 1px;
  background-color: #00ab9e;
  position: absolute;
  right: 100%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__role.--committee:before {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__role.--committee:before {
    width: 20px;
  }
}
.p-corporateOrg__role.--department {
  color: #3caa96;
  background: #fff;
  border: 1px solid #3caa96;
}
.p-corporateOrg__role.--department:before {
  content: "";
  height: 1px;
  background-color: #00ab9e;
  position: absolute;
  right: 100%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__role.--department:before {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__role.--department:before {
    width: 20px;
  }
}
.p-corporateOrg__committee {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__committee {
    gap: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__committee {
    gap: 20px;
  }
}
.p-corporateOrg__committee:before {
  content: "";
  width: 1px;
  height: calc(100% - 25px);
  background-color: #00ab9e;
  position: absolute;
  left: -15%;
  top: 0;
}
.p-corporateOrg__committee__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-corporateOrg__department {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__department {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__department {
    gap: 20px;
  }
}
.p-corporateOrg__department:before {
  content: "";
  width: 1px;
  height: calc(100% - 25px);
  background-color: #00ab9e;
  position: absolute;
  left: -15%;
  top: 25px;
}
.p-corporateOrg__department__item {
  position: relative;
}
.p-corporateOrg__department__item:nth-last-of-type(1):after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background-color: #ffffff;
  position: absolute;
  left: -31px;
  bottom: 0;
  z-index: 1;
}
.p-corporateOrg__department__title {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  border: solid 1px #00ab9e;
  color: #00ab9e;
  font-weight: 700;
}
.p-corporateOrg__department__title:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #00ab9e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-100%);
}
.p-corporateOrg__department__child {
  margin-top: 12px;
  margin-left: 12px;
}
.p-corporateOrg__departmentItem {
  position: relative;
}
.p-corporateOrg__departmentItem:last-child:before {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background-color: var(--c-gray);
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__departmentItem:last-child:before {
    left: -15%;
    top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__departmentItem:last-child:before {
    left: 10px;
    top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__groupList {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporateOrg__groupList {
    margin-top: 10px;
    margin-left: 30px;
  }
}
.p-corporateOrg__groupList li {
  position: relative;
  font-size: 0.875rem;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-corporateOrg__groupList li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-corporateOrg__groupList li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3caa96;
}

.p-bnrList {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-bnrList {
    grid-template-columns: 1fr 1fr;
    gap: 90px 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrList {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-bnrList__link {
  transition: 0.3s;
}
.p-bnrList__link:hover {
  color: var(--c1);
}
.p-bnrList__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-bnrList__img {
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrList__img {
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
.p-bnrList__img img {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-bnrList__img img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrList__img img {
    border-radius: 5px;
  }
}
a:hover .p-bnrList__img img {
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(1.2);
}
.p-bnrList__label {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-bnrList__label {
    font-size: 0.9375rem;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrList__label {
    font-size: 0.875rem;
    gap: 5px;
  }
}
.p-bnrList__label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-bnrList__label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrList__label:before {
    width: 15px;
  }
}
.p-bnrList__label02 {
  display: flex;
  align-items: center;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-bnrList__label02 {
    font-size: 2.125rem;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrList__label02 {
    font-size: 1.8rem;
    gap: 10px;
  }
}
.p-bnrList__label02:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-bnrList__label02:after {
    width: 20px;
    height: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-bnrList__label02:after {
    width: 15px;
    height: 15px;
    font-size: 0.9375rem;
  }
}
a:hover .p-bnrList__label02:after {
  border-color: var(--c1);
}

.p-faqTabBtns__list {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-faqTabBtns__list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqTabBtns__list {
    margin-bottom: 10px;
  }
}
.p-faqTabBtns__btn {
  display: block;
  background: var(--c-gray02);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-faqTabBtns__btn {
    padding: 17px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqTabBtns__btn {
    padding: 8px 15px;
  }
}
.p-faqTabBtns__btn.--current {
  color: #fff;
  background: #016098;
}

.p-faqCategoryFilter__tab:not(.--open) {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-faqCategoryFilter__tab {
    border: 10px solid #016098;
    border-radius: 10px;
    padding: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqCategoryFilter__tab {
    border: 5px solid #016098;
    border-radius: 5px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-faqCategoryFilter__service {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqCategoryFilter__service {
    margin-top: 30px;
  }
}
.p-faqCategoryFilter__service__h {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-faqCategoryFilter__service__h {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqCategoryFilter__service__h {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-faqCategoryFilter__service__h:after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background: var(--c-gray02);
}
.p-faqCategoryFilter__service__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-faqCategoryFilter__service__item a {
  color: #fff;
  background: var(--c2);
  border-radius: 100vmax;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-faqCategoryFilter__service__item a {
    padding: 15px 34px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqCategoryFilter__service__item a {
    padding: 8px 20px;
    font-size: 0.75rem;
  }
}

.p-faqArchive__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-faqArchive__list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__list {
    gap: 20px;
  }
}
.p-faqArchive__item {
  border: 1px solid var(--c0);
}
@media screen and (min-width: 768px) {
  .p-faqArchive__item {
    border-radius: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__item {
    border-radius: 5px;
    padding: 5px;
  }
}
.p-faqArchive__summary {
  display: block;
  background: var(--c-gray);
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faqArchive__summary {
    padding: 27px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__summary {
    padding: 10px 20px;
  }
}
.p-faqArchive__summary.--summary:after {
  content: "add";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  line-height: 1;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  align-content: center;
  border-top-left-radius: 100vmax;
  border-bottom-left-radius: 100vmax;
  color: #fff;
  background: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-faqArchive__summary.--summary:after {
    width: 50px;
    height: 40px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__summary.--summary:after {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
}
[open] .p-faqArchive__summary:after {
  content: "remove";
  background: var(--c1);
}
.p-faqArchive__tax {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-faqArchive__tax:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__tax:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-faqArchive__tax .label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__tax .label {
    font-size: 0.8125rem;
  }
}
.p-faqArchive__term {
  font-weight: bold;
  color: #fff;
  padding: 0 15px;
  border-radius: 100vmax;
  font-size: 0.8125rem;
  display: block;
}
.--category .p-faqArchive__term {
  background: var(--c0);
}
.--service .p-faqArchive__term {
  background: var(--c1);
}
.p-faqArchive__head {
  margin-bottom: 20px;
}
.p-faqArchive__h {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-faqArchive__h {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__h {
    gap: 10px;
  }
}
.p-faqArchive__h .label {
  font-family: var(--f2);
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-faqArchive__h .label {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__h .label {
    font-size: 1.5rem;
  }
}
.p-faqArchive__h .label02 {
  flex: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-faqArchive__h .label02 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__h .label02 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faqArchive__a {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__a {
    padding: 20px;
  }
}
.p-faqArchive__desc {
  display: flex;
  gap: 20px;
}
.p-faqArchive__desc .label {
  font-family: var(--f2);
  color: var(--c2);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faqArchive__desc .label {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchive__desc .label {
    font-size: 1.5rem;
  }
}
.p-faqArchive__desc .label02 {
  flex: 1;
}

.p-faqArchiveSmall__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-faqArchiveSmall__item {
  border: 1px solid var(--c0);
  border-radius: 10px;
  padding: 10px;
}
.p-faqArchiveSmall__summary {
  display: block;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faqArchiveSmall__summary {
    padding: 17px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchiveSmall__summary {
    padding: 15px 40px 15px 10px;
  }
}
.p-faqArchiveSmall__summary.--summary:after {
  content: "add";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  padding-left: 5px;
  padding-right: 10px;
  transform: translateY(-50%);
  align-content: center;
  border-top-left-radius: 100vmax;
  border-bottom-left-radius: 100vmax;
  color: #fff;
  background: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-faqArchiveSmall__summary.--summary:after {
    right: -10px;
    width: 45px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchiveSmall__summary.--summary:after {
    right: -10px;
    width: 30px;
    height: 30px;
  }
}
[open] .p-faqArchiveSmall__summary {
  background: var(--c-gray);
}
[open] .p-faqArchiveSmall__summary:after {
  content: "remove";
  background: var(--c1);
}
.p-faqArchiveSmall__h {
  display: flex;
  gap: 20px;
}
.p-faqArchiveSmall__h .label {
  font-family: var(--f2);
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-faqArchiveSmall__h .label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchiveSmall__h .label {
    font-size: 1.125rem;
  }
}
.p-faqArchiveSmall__h .label02 {
  flex: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-faqArchiveSmall__h .label02 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchiveSmall__h .label02 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-faqArchiveSmall__a {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchiveSmall__a {
    padding: 15px 40px 15px 10px;
  }
}
.p-faqArchiveSmall__desc {
  display: flex;
  gap: 20px;
}
.p-faqArchiveSmall__desc .label {
  font-family: var(--f2);
  color: var(--c2);
}
@media screen and (min-width: 768px) {
  .p-faqArchiveSmall__desc .label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqArchiveSmall__desc .label {
    font-size: 1.125rem;
  }
}
.p-faqArchiveSmall__desc .label02 {
  flex: 1;
}

.p-keywordSearch {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-keywordSearch {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-keywordSearch {
    gap: 10px;
  }
}
.p-keywordSearch form {
  display: block;
  width: 100%;
  position: relative;
}
.p-keywordSearch__input {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--c0);
  border-radius: 100vmax;
  background: #fff;
  padding: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-keywordSearch__input {
    padding: 10px;
    font-size: 0.875rem;
  }
}
.p-keywordSearch__btn {
  transition: 0.2s;
}
.p-keywordSearch__btn:hover {
  color: var(--c1);
}
.p-keywordSearch__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-keywordSearch__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-keywordSearch__btn {
    right: 10px;
  }
}
.p-keywordSearch__btn .material-symbols-outlined {
  font-size: 2rem;
}
.p-keywordSearch__popular {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-keywordSearch__popular__h {
  font-size: 0.875rem;
}
.p-keywordSearch__popular__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-keywordSearch__popular__item a {
  font-size: 0.875rem;
  color: #fff;
  background: var(--c1);
  border-radius: 100vmax;
  padding: 1px 12px;
  display: block;
}

.p-keywordSearchModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.p-keywordSearchModal.--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .p-keywordSearchModal {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-keywordSearchModal {
    padding: 20px;
  }
}
.p-keywordSearchModal__in {
  background: var(--c-gray);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-keywordSearchModal__in {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-keywordSearchModal__in {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-keywordSearchModal__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-keywordSearchModal__head {
    margin-bottom: 20px;
  }
}
.p-keywordSearchModal__h {
  font-family: var(--f2);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-keywordSearchModal__h {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-keywordSearchModal__h {
    font-size: 3.125rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-keywordSearchModal__lead {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-keywordSearchModal__lead {
    font-size: 0.875rem;
  }
}

.l-lp .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1300px;
}

.p-lp-head {
  background: #ccc;
  background: url("../img/lp/mv_bg_01.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-lp-head__in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 900px;
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-head__in {
    padding: 50px 0;
  }
}
.p-lp-head__h {
  text-align: center;
}
.p-lp-head__h .label {
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-lp-head__h .label {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-head__h .label {
    margin-bottom: 10px;
  }
}
.p-lp-head__h .label02 {
  font-weight: 500;
  font-family: var(--f2);
  color: var(--c4);
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-lp-head__h .label02 {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-head__h .label02 {
    font-size: 3.125rem;
  }
}
.p-lp-head__h .label03 {
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-lp-head__h .label03 {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-head__h .label03 {
    margin-top: 10px;
  }
}
.--white .p-lp-head__h .label {
  color: #fff;
}
.--white .p-lp-head__h .label02 {
  color: #a0d2e6;
}
.--white .p-lp-head__h .label03 {
  color: #fff;
}
.--white .p-lp-head__h .h02 {
  color: #fff;
}
.p-lp-head__h02 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-lp-head__h02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-head__h02 {
    margin-top: 30px;
    font-size: 1.375rem;
  }
}
.p-lp-head__h02 strong {
  color: var(--c4);
  border-bottom: 5px solid var(--c-gray02);
  font-weight: bold;
}
.--white .p-lp-head__h02 {
  color: #fff;
}
.p-lp-head__btn {
  margin-top: 50px;
}

.p-lp-problem__h {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lp-problem__h {
    font-size: 2.25rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-problem__h {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
.p-lp-problem__list {
  display: grid;
  background: var(--c-gray);
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-lp-problem__list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 70px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-problem__list {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-lp-problem__list:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid var(--c-gray);
  z-index: 1;
}
.p-lp-problem__item {
  background: #fff;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-lp-problem__item {
    font-size: 1.125rem;
    padding: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-problem__item {
    padding: 15px;
    border-radius: 5px;
  }
}
.p-lp-problem__item:before {
  content: "";
  display: block;
  background: url("../img/lp/problem_ico_01.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-lp-problem__item:before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-problem__item:before {
    width: 20px;
    height: 20px;
  }
}

.p-lp-feature__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-lp-feature__list {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-feature__list {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-lp-feature__item {
    display: grid;
    grid-template-columns: 76fr 54fr;
    align-items: flex-start;
  }
}
.p-lp-feature__img {
  aspect-ratio: 76/46;
}
.p-lp-feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.p-lp-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-lp-feature__num {
  display: flex;
  justify-content: flex-end;
}
.p-lp-feature__num .label {
  display: block;
  font-family: var(--f2);
  color: var(--c4);
  border-bottom: 2px solid var(--c4);
}
@media screen and (min-width: 768px) {
  .p-lp-feature__num .label {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-feature__num .label {
    font-size: 1.875rem;
    margin-top: 10px;
  }
}
.p-lp-feature__body__in {
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-lp-feature__body__in {
    margin-top: 70px;
    padding: 50px;
    margin-left: -110px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-feature__body__in {
    padding: 20px;
    margin-top: 10px;
  }
}
.p-lp-feature__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-lp-feature__h {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-feature__h {
    font-size: 1.25rem;
  }
}
.p-lp-feature__h strong {
  font-weight: bold;
  color: var(--c4);
}
.p-lp-feature__desc {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-lp-feature__desc {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-feature__desc {
    margin-top: 10px;
  }
}

.p-lpScene {
  background: url("../img/lp/scene_bg_01.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-lpScene {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lpScene {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .block-editor-block-list__block .p-lpScene {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-block-list__block .p-lpScene {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-lpScene__item {
    display: flex;
    gap: 20px;
  }
}
.p-lpScene__num {
  font-weight: bold;
  color: #fff;
  font-family: var(--f2);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-lpScene__num {
    font-size: 1.5rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .p-lpScene__num {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}
.p-lpScene__body {
  background: var(--c-lpgray);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-lpScene__body {
    flex: 1;
    border: 20px solid var(--c-lpgray);
  }
}
@media screen and (max-width: 767px) {
  .p-lpScene__body {
    border: 10px solid var(--c-lpgray);
  }
}
.p-lpScene__head {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-lpScene__head {
    padding: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lpScene__head {
    padding: 10px;
  }
}
.p-lpScene__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-lpScene__h {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lpScene__h {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lpScene__lead {
    font-size: 1.125rem;
  }
}
.p-lpScene__body__in {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-lpScene__body__in {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-lpScene__body__in {
    margin-top: 10px;
  }
}
.p-lpScene__desc {
  line-height: 2;
}

.p-lpContact {
  color: #fff;
  background: url("../img/lp/contact_bg_01.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-lpContact {
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lpContact {
    padding: 50px 0;
  }
}
.p-lpContact__h {
  font-weight: 500;
  font-family: var(--f2);
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-lpContact__h {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lpContact__h {
    font-size: 2.5rem;
  }
}
.p-lpContact__lead {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-lpContact__lead {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lpContact__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-lpContact__btn {
    margin-top: 30px;
  }
}

.p-lp-flow__list {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-lp-flow__list {
    padding: 70px 45px;
    background: var(--c-gray);
  }
}
.p-lp-flow__item {
  display: list-item;
  list-style-type: decimal;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp-flow__item {
    padding-left: 20px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-flow__item {
    padding-left: 10px;
    margin-left: 30px;
  }
}
.p-lp-flow__item::marker {
  font-family: var(--f2);
  font-size: 1.5rem;
  content: counter(list-item, decimal-leading-zero) " ";
}
.p-lp-flow__item:not(:last-child) {
  padding-bottom: 60px;
}
.p-lp-flow__item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-lp-flow__item:not(:last-child):before {
    left: 30px;
    width: 10px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-flow__item:not(:last-child):before {
    left: 17px;
    width: 5px;
    background: var(--c-gray);
  }
}
.p-lp-flow__row {
  display: flex;
  gap: 20px;
}
.p-lp-flow__ico {
  background: var(--c4);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-lp-flow__ico {
    width: 26px;
    height: 26px;
    border: 8px solid #d4dfed;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-flow__ico {
    width: 20px;
    height: 20px;
    border: 6px solid #d4dfed;
  }
}
.p-lp-flow__h {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.p-lp-flow__desc {
  line-height: 2;
  font-size: 0.875rem;
}
.p-lp-flow__body {
  flex: 1;
}

.p-lpPrice__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.p-lpPrice__item {
  background: var(--c-gray);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-lpPrice__item {
    padding: 30px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-lpPrice__item {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-lpPrice__h {
    width: 6em;
  }
}
@media screen and (max-width: 767px) {
  .p-lpPrice__h {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lpPrice__body {
    flex: 1;
    border-left: 1px solid var(--c0);
    padding-left: 30px;
    margin-left: 30px;
  }
}
.p-lpPrice__plan__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-lpPrice__plan__list {
    gap: 20px;
  }
}
.p-lpPrice__plan__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.p-lpPrice__plan__h {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.p-lpPrice__plan__h:after {
  content: "";
  height: 2px;
  flex: 1;
  border-bottom: 2px dotted var(--c-dark-gray);
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: var(--c-dark-gray);
  border-bottom: 2px dotted var(--c-dark-gray);
  border-bottom-spacing: 8px;
  background-image: repeating-linear-gradient(to right, var(--c-dark-gray), var(--c-dark-gray) 0.2em, transparent 0.2em, transparent 0.8em);
  background-repeat: repeat-x;
  background-size: auto 2px;
  background-position: left bottom;
  border-bottom: none;
  pointer-events: none;
  display: block;
  width: fit-content;
}
.p-lpPrice__plan__num .num {
  font-family: var(--f2);
  font-size: 2.0625rem;
  color: var(--c4);
  font-weight: normal;
}
.p-lpPrice__plan__num .yen {
  color: var(--c4);
}
.p-lpPrice__plan__num .tax {
  font-size: 0.875rem;
}

.wp-block-custom-blocks-lp-lp-contact + * {
  margin-top: 0 !important;
}

.wp-block-custom-blocks-lp-lp-contact + * {
  margin-bottom: 0 !important;
}

.p-supportFeature {
  color: #fff;
  background: url(../img/support/feature_bg_01.webp) no-repeat center/cover;
  margin: 0 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-supportFeature {
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-supportFeature {
    padding: 80px 0;
  }
}

.p-supportFeatureSection {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-supportFeatureSection {
    grid-template-columns: 64fr 48fr;
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportFeatureSection {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-supportFeatureSection:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-supportFeatureSection:not(:last-child) {
    padding-bottom: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportFeatureSection:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-supportFeatureSection__h {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportFeatureSection__h {
    margin-bottom: 20px;
  }
}
.p-supportFeatureSection__h .num {
  font-weight: 500;
  font-family: var(--f2);
  color: var(--c1);
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-supportFeatureSection__h .num {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-supportFeatureSection__h .num {
    font-size: 1.5rem;
  }
}
.p-supportFeatureSection__h .num:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: var(--c1);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-supportFeatureSection__h .num:after {
    left: -20px;
    top: 60px;
    width: 115px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportFeatureSection__h .num:after {
    left: -10px;
    top: 40px;
    width: 75px;
  }
}
.p-supportFeatureSection__h .label {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-supportFeatureSection__h .label {
    font-size: 1.75rem;
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportFeatureSection__h .label {
    font-size: 1.25rem;
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-supportFeatureSection__desc {
    line-height: 2.4;
  }
}
@media screen and (max-width: 767px) {
  .p-supportFeatureSection__desc {
    line-height: 2;
  }
}
.p-supportFeatureSection__img img {
  border-radius: 10px;
}

.p-supportSupportSection__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-supportSupportSection__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportSupportSection__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-supportSupportSection__img {
  border-radius: 50%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-supportSupportSection__img img {
    width: 140px;
  }
}
.p-supportSupportSection__h {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.p-supportSupportSection__desc {
  line-height: 2;
}

.p-supportContact__in {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-supportContact__in {
    padding: 80px 120px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__in {
    padding: 40px 20px;
  }
}
.p-supportContact__lead {
  font-weight: bold;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .p-supportContact__lead {
    margin-bottom: 40px;
    font-size: 1.125rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__lead {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
.p-supportContact__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-supportContact__list {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-supportContact__img {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-supportContact__img img {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__img img {
    width: 50px;
  }
}
.p-supportContact__h {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.p-supportContact__link {
  border: 1px solid #000;
  border-radius: 6px;
  display: block;
  position: relative;
  transition: 0.2s;
}
.p-supportContact__link:hover {
  background: var(--c1);
  border-color: var(--c1);
}
.p-supportContact__link:hover * {
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .p-supportContact__link {
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__link {
    padding: 15px;
  }
}
.p-supportContact__link:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--c0);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-supportContact__link:after {
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__link:after {
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 10px;
  }
}
.p-supportContact__link .label {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-supportContact__link .label {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__link .label {
    margin-bottom: 10px;
  }
}
.p-supportContact__link .label:before {
  content: "";
  display: block;
  height: 1px;
  background: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-supportContact__link .label:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__link .label:before {
    width: 15px;
  }
}
.p-supportContact__link .label02 {
  display: block;
  font-family: var(--f2);
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-supportContact__link .label02 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-supportContact__link .label02 {
    font-size: 1.625rem;
  }
}

.p-coFuture {
  color: #fff;
  background: url(../img/support/feature_bg_01.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-coFuture {
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-coFuture {
    padding: 70px 0;
  }
}
.p-coFuture__in {
  position: relative;
}
.p-coFuture__h {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-coFuture__h {
    font-weight: bold;
    font-size: 3.125rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coFuture__h {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}
.p-coFuture__h02 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-coFuture__h02 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coFuture__h02 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-coFuture__img {
  text-align: center;
  pointer-events: none;
}
.p-coFuture__img img {
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-coFuture__img {
    margin-top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .p-coFuture__img {
    margin-top: -100px;
  }
}

@media screen and (min-width: 768px) {
  .p-coFutureSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
  .p-coFutureSection:nth-child(even) {
    direction: rtl;
  }
  .p-coFutureSection:nth-child(even) * {
    direction: ltr;
  }
}
@media screen and (max-width: 767px) {
  .p-coFutureSection {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-coFutureSection:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-coFutureSection:not(:last-child) {
    margin-bottom: 60px;
  }
}
.p-coFutureSection__head {
  margin-bottom: 30px;
}
.p-coFutureSection__h02 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.p-coFutureSection__desc {
  line-height: 2;
}

.p-coPartner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-coPartner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coPartner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-coPartner__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-coPartner__list {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-coPartner__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-coPartner__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-coPartner__h {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-coPartner__h {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-coPartner__desc {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-coPartner__desc {
    font-size: 0.875rem;
  }
}
.p-coPartner__img {
  border: 1px solid var(--c-gray02);
  text-align: center;
  border-radius: 10px;
}
.p-coPartner__img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-coPartner__img img {
    width: 70%;
  }
}

.p-coCreationMv {
  background: url("../img/co-creation/akallabo/mv_bg_01.webp") no-repeat center/cover;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-coCreationMv:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 30, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .p-coCreationMv__in {
    height: 820px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-coCreationMv__in {
    padding: 80px 0;
  }
}
.p-coCreationMv__h .label {
  font-family: var(--f2);
}
@media screen and (min-width: 768px) {
  .p-coCreationMv__h .label {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coCreationMv__h .label {
    font-size: 1.125rem;
  }
}
.p-coCreationMv__h .label02 {
  display: block;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-coCreationMv__h .label02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coCreationMv__h .label02 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-coCreationMv__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-coCreationMv__logo {
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-coCreationMv__logo img {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .p-coCreationMv__logo img {
    width: 70%;
  }
}
.p-coCreationMv__logo.--179Complete img {
  width: 180px;
}

@media screen and (min-width: 768px) {
  .p-akallaboFacility__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 300px);
    height: 100%;
    background: var(--c-gray) url("../img/co-creation/akallabo/facility_bg_01.svg") no-repeat calc(100% + 300px) top/990px;
    z-index: -1;
    border-radius: 10px;
  }
}
.p-akallaboFacility__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-akallaboFacility__list {
    gap: 80px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-akallaboFacility__list {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-akallaboFacility__item {
    display: grid;
    grid-template-columns: 43fr 69fr;
    gap: 85px;
  }
}
@media screen and (max-width: 767px) {
  .p-akallaboFacility__head {
    margin-bottom: 10px;
  }
}
.p-akallaboFacility__num {
  color: var(--c1);
  font-family: var(--f2);
  line-height: 1.3;
  border-bottom: 1px solid var(--c1);
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-akallaboFacility__num {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-akallaboFacility__num {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-akallaboFacility__h {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-akallaboFacility__h {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-akallaboFacility__h {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.p-akallaboFacility__lead {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-akallaboFacility__lead {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-akallaboFacility__lead {
    margin-bottom: 10px;
  }
}
.p-akallaboFacility__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-akallaboFacility__img {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-akallaboRoute__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-akallaboRoute__item:not(:last-child):after {
    content: "▼";
    color: var(--c1);
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}
.p-akallaboRoute__img {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-akallaboRoute__item:not(:last-child) .p-akallaboRoute__img:after {
    content: "▶";
    color: var(--c1);
    display: block;
    position: absolute;
    left: calc(100% + 50px);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-akallaboRoute__img img {
  width: 100%;
}
.p-akallaboRoute__desc {
  font-size: 0.875rem;
  line-height: 2;
}

.p-sponsorFeature__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__list {
    gap: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorFeature__list {
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__item {
    display: flex;
  }
}
.p-sponsorFeature__head {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__head {
    width: 58%;
  }
}
.p-sponsorFeature__num {
  color: var(--c-dark-gray);
  font-family: var(--f2);
  line-height: 1.3;
  border-bottom: 1px solid var(--c-dark-gray);
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__num {
    font-size: 1.875rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorFeature__num {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.p-sponsorFeature__h {
  font-family: var(--f2);
  font-weight: 500;
  line-height: 1.1;
  color: var(--c-dark-gray);
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__h {
    font-size: 5.625rem;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorFeature__h {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__desc {
    background: #fff;
    border-radius: 6px;
    padding-top: 50px;
    padding-right: 70px;
  }
}
.p-sponsorFeature__h02 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__h02 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorFeature__h02 {
    font-size: 1.25rem;
  }
}
.p-sponsorFeature__lead {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__lead {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorFeature__lead {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sponsorFeature__img {
    width: 69%;
    margin-left: -27%;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorFeature__img {
    margin-top: 20px;
  }
}
.p-sponsorFeature__img figcaption {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 10px;
}
.p-sponsorFeature__logo {
  text-align: right;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-sponsorHead {
    margin-top: 140px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorHead {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-sponsorHead__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
  }
}
.p-sponsorHead__h .label {
  font-family: var(--f2);
}
@media screen and (min-width: 768px) {
  .p-sponsorHead__h .label {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorHead__h .label {
    font-size: 1.125rem;
  }
}
.p-sponsorHead__h .label02 {
  display: block;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-sponsorHead__h .label02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorHead__h .label02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorHead__logo {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-sponsorHead__logo img {
    width: 542px;
  }
}
.p-sponsorCover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-sponsorCover {
    height: 610px;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorCover {
    height: 200px;
  }
}
.p-sponsorCover__caption {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-sponsorCover__caption {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorCover__caption {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-stepAbout__row {
    display: grid;
    gap: 60px;
    grid-template-columns: 66fr 45fr;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-stepAbout__row {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-stepAbout__head {
    margin-bottom: 20px;
  }
}
.p-stepAbout__h {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-stepAbout__h {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stepAbout__h {
    font-size: 1.375rem;
  }
  .p-stepAbout__h br {
    display: none;
  }
}
.p-stepAbout__lead {
  line-height: 2;
}
.p-stepAbout__img {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stepAbout__img {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .p-stepAbout__img {
    text-align: center;
  }
}
.p-stepAbout__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-stepAbout__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-stepAbout__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.p-stepAbout__item {
  align-content: center;
  text-align: center;
  aspect-ratio: 28/24;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-stepAbout__item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-stepAbout__item {
    border-radius: 10px;
  }
}
.p-stepAbout__item .label {
  display: block;
  font-family: var(--f2);
  font-weight: 500;
}
.p-stepAbout__item .label::first-letter {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-stepAbout__item .label {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stepAbout__item .label {
    font-size: 1.5rem;
  }
}
.p-stepAbout__item .label02 {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-stepAbout__item .label02 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stepAbout__item .label02 {
    font-size: 0.75rem;
  }
}

.p-stepFeature {
  color: #fff;
  background: url(../img/service/step/feature_bg_01.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-stepFeature {
    padding: 130px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-stepFeature {
    padding: 80px 0;
  }
}
.p-stepFeature__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-stepFeature__list {
    grid-template-columns: 1fr 1fr;
    gap: 65px 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-stepFeature__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-stepFeatureSection__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-stepFeatureSection__head {
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-stepFeatureSection__head {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-stepFeatureSection__icon {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-stepFeatureSection__icon {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-stepFeatureSection__icon {
    width: 60px;
    height: 60px;
  }
}
.p-stepFeatureSection__icon img {
  width: 100%;
  height: 100%;
}
.p-stepFeatureSection__h {
  font-weight: bold;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-stepFeatureSection__h {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-stepFeatureSection__h {
    font-size: 1.25rem;
  }
  .p-stepFeatureSection__h br {
    display: none;
  }
}
.p-stepFeatureSection__desc {
  line-height: 2;
}

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

.u-c--base {
  color: var(--0) !important;
}
.u-c--wh {
  color: #fff !important;
}
.u-c--c1 {
  color: var(--c1) !important;
}
.u-c--c2 {
  color: var(--c2) !important;
}
.u-c--c3 {
  color: var(--c3) !important;
}
.u-c--c4 {
  color: var(--c4) !important;
}

.u-bg--base {
  background-color: var(--0) !important;
}
.u-bg--c1 {
  background-color: var(--c1) !important;
}
.u-bg--wh {
  background-color: #fff !important;
}
.u-bg--gray {
  background-color: var(--c-gray);
}
.u-bg--gray02 {
  background-color: var(--c-gray02);
}
.u-bg--gray03 {
  background-color: var(--c-gray03);
}
.u-bg--gray04 {
  background-color: var(--c-gray04);
}
.u-bg--lpgray {
  background-color: var(--c-lpgray);
}

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

/* ---------------------------
m
--------------------------- */
.u-valign--t {
  vertical-align: top !important;
}

.u-valign--m {
  vertical-align: middle !important;
}

.u-valign--b {
  vertical-align: bottom !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--51--tb {
    margin-right: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--51--sp {
    margin-right: 102px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--51 {
    padding-top: 102px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--51--tb {
    padding-top: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--51--sp {
    padding-top: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--51 {
    padding-bottom: 102px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--51--tb {
    padding-bottom: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--51--sp {
    padding-bottom: 102px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--52 {
    margin-top: 104px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--52--tb {
    margin-top: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--52--sp {
    margin-top: 104px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--52 {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--52--tb {
    margin-bottom: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--52--sp {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--52 {
    margin-right: 104px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--52--tb {
    margin-right: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--52--sp {
    margin-right: 104px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--52 {
    padding-top: 104px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--52--tb {
    padding-top: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--52--sp {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--52 {
    padding-bottom: 104px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--52--tb {
    padding-bottom: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--52--sp {
    padding-bottom: 104px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--53 {
    margin-top: 106px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--53--tb {
    margin-top: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--53--sp {
    margin-top: 106px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--53 {
    margin-bottom: 106px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--53--tb {
    margin-bottom: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--53--sp {
    margin-bottom: 106px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--53 {
    margin-right: 106px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--53--tb {
    margin-right: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--53--sp {
    margin-right: 106px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--53 {
    padding-top: 106px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--53--tb {
    padding-top: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--53--sp {
    padding-top: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--53 {
    padding-bottom: 106px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--53--tb {
    padding-bottom: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--53--sp {
    padding-bottom: 106px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--54 {
    margin-top: 108px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--54--tb {
    margin-top: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--54--sp {
    margin-top: 108px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--54 {
    margin-bottom: 108px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--54--tb {
    margin-bottom: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--54--sp {
    margin-bottom: 108px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--54 {
    margin-right: 108px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--54--tb {
    margin-right: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--54--sp {
    margin-right: 108px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--54 {
    padding-top: 108px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--54--tb {
    padding-top: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--54--sp {
    padding-top: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--54 {
    padding-bottom: 108px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--54--tb {
    padding-bottom: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--54--sp {
    padding-bottom: 108px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--55 {
    margin-top: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--55--tb {
    margin-top: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--55--sp {
    margin-top: 110px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--55 {
    margin-bottom: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--55--tb {
    margin-bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--55--sp {
    margin-bottom: 110px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--55 {
    margin-right: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--55--tb {
    margin-right: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--55--sp {
    margin-right: 110px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--55 {
    padding-top: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--55--tb {
    padding-top: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--55--sp {
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--55 {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--55--tb {
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--55--sp {
    padding-bottom: 110px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--56 {
    margin-top: 112px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--56--tb {
    margin-top: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--56--sp {
    margin-top: 112px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--56 {
    margin-bottom: 112px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--56--tb {
    margin-bottom: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--56--sp {
    margin-bottom: 112px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--56 {
    margin-right: 112px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--56--tb {
    margin-right: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--56--sp {
    margin-right: 112px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--56 {
    padding-top: 112px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--56--tb {
    padding-top: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--56--sp {
    padding-top: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--56 {
    padding-bottom: 112px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--56--tb {
    padding-bottom: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--56--sp {
    padding-bottom: 112px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--57 {
    margin-top: 114px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--57--tb {
    margin-top: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--57--sp {
    margin-top: 114px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--57 {
    margin-bottom: 114px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--57--tb {
    margin-bottom: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--57--sp {
    margin-bottom: 114px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--57 {
    margin-right: 114px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--57--tb {
    margin-right: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--57--sp {
    margin-right: 114px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--57 {
    padding-top: 114px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--57--tb {
    padding-top: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--57--sp {
    padding-top: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--57 {
    padding-bottom: 114px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--57--tb {
    padding-bottom: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--57--sp {
    padding-bottom: 114px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--58 {
    margin-top: 116px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--58--tb {
    margin-top: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--58--sp {
    margin-top: 116px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--58 {
    margin-bottom: 116px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--58--tb {
    margin-bottom: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--58--sp {
    margin-bottom: 116px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--58 {
    margin-right: 116px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--58--tb {
    margin-right: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--58--sp {
    margin-right: 116px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--58 {
    padding-top: 116px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--58--tb {
    padding-top: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--58--sp {
    padding-top: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--58 {
    padding-bottom: 116px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--58--tb {
    padding-bottom: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--58--sp {
    padding-bottom: 116px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--59 {
    margin-top: 118px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--59--tb {
    margin-top: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--59--sp {
    margin-top: 118px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--59 {
    margin-bottom: 118px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--59--tb {
    margin-bottom: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--59--sp {
    margin-bottom: 118px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--59 {
    margin-right: 118px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--59--tb {
    margin-right: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--59--sp {
    margin-right: 118px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--59 {
    padding-top: 118px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--59--tb {
    padding-top: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--59--sp {
    padding-top: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--59 {
    padding-bottom: 118px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--59--tb {
    padding-bottom: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--59--sp {
    padding-bottom: 118px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--60 {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--60--tb {
    margin-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--60--sp {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--60 {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--60--tb {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--60--sp {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--60 {
    margin-right: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--60--tb {
    margin-right: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--60--sp {
    margin-right: 120px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--60 {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--60--tb {
    padding-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--60--sp {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--60 {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--60--tb {
    padding-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--60--sp {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--61 {
    margin-top: 122px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--61--tb {
    margin-top: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--61--sp {
    margin-top: 122px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--61 {
    margin-bottom: 122px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--61--tb {
    margin-bottom: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--61--sp {
    margin-bottom: 122px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--61 {
    margin-right: 122px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--61--tb {
    margin-right: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--61--sp {
    margin-right: 122px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--61 {
    padding-top: 122px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--61--tb {
    padding-top: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--61--sp {
    padding-top: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--61 {
    padding-bottom: 122px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--61--tb {
    padding-bottom: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--61--sp {
    padding-bottom: 122px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--62 {
    margin-top: 124px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--62--tb {
    margin-top: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--62--sp {
    margin-top: 124px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--62 {
    margin-bottom: 124px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--62--tb {
    margin-bottom: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--62--sp {
    margin-bottom: 124px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--62 {
    margin-right: 124px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--62--tb {
    margin-right: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--62--sp {
    margin-right: 124px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--62 {
    padding-top: 124px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--62--tb {
    padding-top: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--62--sp {
    padding-top: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--62 {
    padding-bottom: 124px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--62--tb {
    padding-bottom: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--62--sp {
    padding-bottom: 124px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--63 {
    margin-top: 126px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--63--tb {
    margin-top: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--63--sp {
    margin-top: 126px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--63 {
    margin-bottom: 126px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--63--tb {
    margin-bottom: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--63--sp {
    margin-bottom: 126px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--63 {
    margin-right: 126px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--63--tb {
    margin-right: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--63--sp {
    margin-right: 126px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--63 {
    padding-top: 126px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--63--tb {
    padding-top: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--63--sp {
    padding-top: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--63 {
    padding-bottom: 126px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--63--tb {
    padding-bottom: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--63--sp {
    padding-bottom: 126px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--64 {
    margin-top: 128px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--64--tb {
    margin-top: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--64--sp {
    margin-top: 128px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--64 {
    margin-bottom: 128px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--64--tb {
    margin-bottom: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--64--sp {
    margin-bottom: 128px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--64 {
    margin-right: 128px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--64--tb {
    margin-right: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--64--sp {
    margin-right: 128px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--64 {
    padding-top: 128px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--64--tb {
    padding-top: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--64--sp {
    padding-top: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--64 {
    padding-bottom: 128px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--64--tb {
    padding-bottom: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--64--sp {
    padding-bottom: 128px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--65 {
    margin-top: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--65--tb {
    margin-top: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--65--sp {
    margin-top: 130px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--65 {
    margin-bottom: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--65--tb {
    margin-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--65--sp {
    margin-bottom: 130px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--65 {
    margin-right: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--65--tb {
    margin-right: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--65--sp {
    margin-right: 130px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--65 {
    padding-top: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--65--tb {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--65--sp {
    padding-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--65 {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--65--tb {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--65--sp {
    padding-bottom: 130px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--66 {
    margin-top: 132px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--66--tb {
    margin-top: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--66--sp {
    margin-top: 132px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--66 {
    margin-bottom: 132px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--66--tb {
    margin-bottom: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--66--sp {
    margin-bottom: 132px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--66 {
    margin-right: 132px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--66--tb {
    margin-right: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--66--sp {
    margin-right: 132px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--66 {
    padding-top: 132px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--66--tb {
    padding-top: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--66--sp {
    padding-top: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--66 {
    padding-bottom: 132px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--66--tb {
    padding-bottom: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--66--sp {
    padding-bottom: 132px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--67 {
    margin-top: 134px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--67--tb {
    margin-top: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--67--sp {
    margin-top: 134px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--67 {
    margin-bottom: 134px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--67--tb {
    margin-bottom: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--67--sp {
    margin-bottom: 134px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--67 {
    margin-right: 134px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--67--tb {
    margin-right: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--67--sp {
    margin-right: 134px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--67 {
    padding-top: 134px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--67--tb {
    padding-top: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--67--sp {
    padding-top: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--67 {
    padding-bottom: 134px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--67--tb {
    padding-bottom: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--67--sp {
    padding-bottom: 134px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--68 {
    margin-top: 136px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--68--tb {
    margin-top: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--68--sp {
    margin-top: 136px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--68 {
    margin-bottom: 136px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--68--tb {
    margin-bottom: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--68--sp {
    margin-bottom: 136px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--68 {
    margin-right: 136px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--68--tb {
    margin-right: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--68--sp {
    margin-right: 136px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--68 {
    padding-top: 136px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--68--tb {
    padding-top: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--68--sp {
    padding-top: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--68 {
    padding-bottom: 136px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--68--tb {
    padding-bottom: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--68--sp {
    padding-bottom: 136px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--69 {
    margin-top: 138px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--69--tb {
    margin-top: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--69--sp {
    margin-top: 138px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--69 {
    margin-bottom: 138px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--69--tb {
    margin-bottom: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--69--sp {
    margin-bottom: 138px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--69 {
    margin-right: 138px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--69--tb {
    margin-right: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--69--sp {
    margin-right: 138px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--69 {
    padding-top: 138px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--69--tb {
    padding-top: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--69--sp {
    padding-top: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--69 {
    padding-bottom: 138px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--69--tb {
    padding-bottom: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--69--sp {
    padding-bottom: 138px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--70 {
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--70--tb {
    margin-top: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--70--sp {
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--70 {
    margin-bottom: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--70--tb {
    margin-bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--70--sp {
    margin-bottom: 140px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--70 {
    margin-right: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--70--tb {
    margin-right: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--70--sp {
    margin-right: 140px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--70 {
    padding-top: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--70--tb {
    padding-top: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--70--sp {
    padding-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--70 {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--70--tb {
    padding-bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--70--sp {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--71 {
    margin-top: 142px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--71--tb {
    margin-top: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--71--sp {
    margin-top: 142px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--71 {
    margin-bottom: 142px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--71--tb {
    margin-bottom: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--71--sp {
    margin-bottom: 142px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--71 {
    margin-right: 142px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--71--tb {
    margin-right: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--71--sp {
    margin-right: 142px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--71 {
    padding-top: 142px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--71--tb {
    padding-top: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--71--sp {
    padding-top: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--71 {
    padding-bottom: 142px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--71--tb {
    padding-bottom: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--71--sp {
    padding-bottom: 142px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--72 {
    margin-top: 144px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--72--tb {
    margin-top: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--72--sp {
    margin-top: 144px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--72 {
    margin-bottom: 144px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--72--tb {
    margin-bottom: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--72--sp {
    margin-bottom: 144px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--72 {
    margin-right: 144px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--72--tb {
    margin-right: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--72--sp {
    margin-right: 144px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--72 {
    padding-top: 144px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--72--tb {
    padding-top: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--72--sp {
    padding-top: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--72 {
    padding-bottom: 144px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--72--tb {
    padding-bottom: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--72--sp {
    padding-bottom: 144px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--73 {
    margin-top: 146px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--73--tb {
    margin-top: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--73--sp {
    margin-top: 146px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--73 {
    margin-bottom: 146px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--73--tb {
    margin-bottom: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--73--sp {
    margin-bottom: 146px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--73 {
    margin-right: 146px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--73--tb {
    margin-right: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--73--sp {
    margin-right: 146px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--73 {
    padding-top: 146px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--73--tb {
    padding-top: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--73--sp {
    padding-top: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--73 {
    padding-bottom: 146px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--73--tb {
    padding-bottom: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--73--sp {
    padding-bottom: 146px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--74 {
    margin-top: 148px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--74--tb {
    margin-top: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--74--sp {
    margin-top: 148px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--74 {
    margin-bottom: 148px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--74--tb {
    margin-bottom: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--74--sp {
    margin-bottom: 148px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--74 {
    margin-right: 148px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--74--tb {
    margin-right: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--74--sp {
    margin-right: 148px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--74 {
    padding-top: 148px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--74--tb {
    padding-top: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--74--sp {
    padding-top: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--74 {
    padding-bottom: 148px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--74--tb {
    padding-bottom: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--74--sp {
    padding-bottom: 148px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--75 {
    margin-top: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--75--tb {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--75--sp {
    margin-top: 150px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--75 {
    margin-bottom: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--75--tb {
    margin-bottom: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--75--sp {
    margin-bottom: 150px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--75 {
    margin-right: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--75--tb {
    margin-right: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--75--sp {
    margin-right: 150px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--75 {
    padding-top: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--75--tb {
    padding-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--75--sp {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--75 {
    padding-bottom: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--75--tb {
    padding-bottom: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--75--sp {
    padding-bottom: 150px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--76 {
    margin-top: 152px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--76--tb {
    margin-top: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--76--sp {
    margin-top: 152px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--76 {
    margin-bottom: 152px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--76--tb {
    margin-bottom: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--76--sp {
    margin-bottom: 152px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--76 {
    margin-right: 152px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--76--tb {
    margin-right: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--76--sp {
    margin-right: 152px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--76 {
    padding-top: 152px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--76--tb {
    padding-top: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--76--sp {
    padding-top: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--76 {
    padding-bottom: 152px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--76--tb {
    padding-bottom: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--76--sp {
    padding-bottom: 152px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--77 {
    margin-top: 154px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--77--tb {
    margin-top: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--77--sp {
    margin-top: 154px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--77 {
    margin-bottom: 154px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--77--tb {
    margin-bottom: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--77--sp {
    margin-bottom: 154px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--77 {
    margin-right: 154px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--77--tb {
    margin-right: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--77--sp {
    margin-right: 154px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--77 {
    padding-top: 154px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--77--tb {
    padding-top: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--77--sp {
    padding-top: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--77 {
    padding-bottom: 154px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--77--tb {
    padding-bottom: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--77--sp {
    padding-bottom: 154px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--78 {
    margin-top: 156px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--78--tb {
    margin-top: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--78--sp {
    margin-top: 156px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--78 {
    margin-bottom: 156px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--78--tb {
    margin-bottom: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--78--sp {
    margin-bottom: 156px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--78 {
    margin-right: 156px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--78--tb {
    margin-right: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--78--sp {
    margin-right: 156px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--78 {
    padding-top: 156px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--78--tb {
    padding-top: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--78--sp {
    padding-top: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--78 {
    padding-bottom: 156px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--78--tb {
    padding-bottom: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--78--sp {
    padding-bottom: 156px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--79 {
    margin-top: 158px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--79--tb {
    margin-top: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--79--sp {
    margin-top: 158px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--79 {
    margin-bottom: 158px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--79--tb {
    margin-bottom: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--79--sp {
    margin-bottom: 158px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--79 {
    margin-right: 158px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--79--tb {
    margin-right: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--79--sp {
    margin-right: 158px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--79 {
    padding-top: 158px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--79--tb {
    padding-top: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--79--sp {
    padding-top: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--79 {
    padding-bottom: 158px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--79--tb {
    padding-bottom: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--79--sp {
    padding-bottom: 158px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--80 {
    margin-top: 160px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--80--tb {
    margin-top: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--80--sp {
    margin-top: 160px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--80 {
    margin-bottom: 160px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--80--tb {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--80--sp {
    margin-bottom: 160px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--80 {
    margin-right: 160px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--80--tb {
    margin-right: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--80--sp {
    margin-right: 160px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--80 {
    padding-top: 160px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--80--tb {
    padding-top: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--80--sp {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--80 {
    padding-bottom: 160px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--80--tb {
    padding-bottom: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--80--sp {
    padding-bottom: 160px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--81 {
    margin-top: 162px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--81--tb {
    margin-top: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--81--sp {
    margin-top: 162px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--81 {
    margin-bottom: 162px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--81--tb {
    margin-bottom: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--81--sp {
    margin-bottom: 162px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--81 {
    margin-right: 162px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--81--tb {
    margin-right: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--81--sp {
    margin-right: 162px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--81 {
    padding-top: 162px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--81--tb {
    padding-top: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--81--sp {
    padding-top: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--81 {
    padding-bottom: 162px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--81--tb {
    padding-bottom: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--81--sp {
    padding-bottom: 162px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--82 {
    margin-top: 164px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--82--tb {
    margin-top: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--82--sp {
    margin-top: 164px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--82 {
    margin-bottom: 164px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--82--tb {
    margin-bottom: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--82--sp {
    margin-bottom: 164px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--82 {
    margin-right: 164px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--82--tb {
    margin-right: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--82--sp {
    margin-right: 164px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--82 {
    padding-top: 164px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--82--tb {
    padding-top: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--82--sp {
    padding-top: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--82 {
    padding-bottom: 164px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--82--tb {
    padding-bottom: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--82--sp {
    padding-bottom: 164px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--83 {
    margin-top: 166px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--83--tb {
    margin-top: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--83--sp {
    margin-top: 166px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--83 {
    margin-bottom: 166px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--83--tb {
    margin-bottom: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--83--sp {
    margin-bottom: 166px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--83 {
    margin-right: 166px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--83--tb {
    margin-right: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--83--sp {
    margin-right: 166px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--83 {
    padding-top: 166px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--83--tb {
    padding-top: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--83--sp {
    padding-top: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--83 {
    padding-bottom: 166px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--83--tb {
    padding-bottom: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--83--sp {
    padding-bottom: 166px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--84 {
    margin-top: 168px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--84--tb {
    margin-top: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--84--sp {
    margin-top: 168px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--84 {
    margin-bottom: 168px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--84--tb {
    margin-bottom: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--84--sp {
    margin-bottom: 168px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--84 {
    margin-right: 168px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--84--tb {
    margin-right: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--84--sp {
    margin-right: 168px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--84 {
    padding-top: 168px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--84--tb {
    padding-top: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--84--sp {
    padding-top: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--84 {
    padding-bottom: 168px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--84--tb {
    padding-bottom: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--84--sp {
    padding-bottom: 168px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--85 {
    margin-top: 170px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--85--tb {
    margin-top: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--85--sp {
    margin-top: 170px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--85 {
    margin-bottom: 170px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--85--tb {
    margin-bottom: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--85--sp {
    margin-bottom: 170px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--85 {
    margin-right: 170px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--85--tb {
    margin-right: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--85--sp {
    margin-right: 170px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--85 {
    padding-top: 170px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--85--tb {
    padding-top: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--85--sp {
    padding-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--85 {
    padding-bottom: 170px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--85--tb {
    padding-bottom: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--85--sp {
    padding-bottom: 170px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--86 {
    margin-top: 172px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--86--tb {
    margin-top: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--86--sp {
    margin-top: 172px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--86 {
    margin-bottom: 172px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--86--tb {
    margin-bottom: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--86--sp {
    margin-bottom: 172px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--86 {
    margin-right: 172px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--86--tb {
    margin-right: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--86--sp {
    margin-right: 172px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--86 {
    padding-top: 172px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--86--tb {
    padding-top: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--86--sp {
    padding-top: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--86 {
    padding-bottom: 172px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--86--tb {
    padding-bottom: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--86--sp {
    padding-bottom: 172px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--87 {
    margin-top: 174px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--87--tb {
    margin-top: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--87--sp {
    margin-top: 174px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--87 {
    margin-bottom: 174px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--87--tb {
    margin-bottom: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--87--sp {
    margin-bottom: 174px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--87 {
    margin-right: 174px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--87--tb {
    margin-right: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--87--sp {
    margin-right: 174px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--87 {
    padding-top: 174px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--87--tb {
    padding-top: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--87--sp {
    padding-top: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--87 {
    padding-bottom: 174px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--87--tb {
    padding-bottom: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--87--sp {
    padding-bottom: 174px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--88 {
    margin-top: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--88--tb {
    margin-top: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--88--sp {
    margin-top: 176px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--88 {
    margin-bottom: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--88--tb {
    margin-bottom: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--88--sp {
    margin-bottom: 176px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--88 {
    margin-right: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--88--tb {
    margin-right: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--88--sp {
    margin-right: 176px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--88 {
    padding-top: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--88--tb {
    padding-top: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--88--sp {
    padding-top: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--88 {
    padding-bottom: 176px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--88--tb {
    padding-bottom: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--88--sp {
    padding-bottom: 176px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--89 {
    margin-top: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--89--tb {
    margin-top: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--89--sp {
    margin-top: 178px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--89 {
    margin-bottom: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--89--tb {
    margin-bottom: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--89--sp {
    margin-bottom: 178px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--89 {
    margin-right: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--89--tb {
    margin-right: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--89--sp {
    margin-right: 178px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--89 {
    padding-top: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--89--tb {
    padding-top: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--89--sp {
    padding-top: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--89 {
    padding-bottom: 178px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--89--tb {
    padding-bottom: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--89--sp {
    padding-bottom: 178px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--90 {
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--90--tb {
    margin-top: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--90--sp {
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--90 {
    margin-bottom: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--90--tb {
    margin-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--90--sp {
    margin-bottom: 180px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr--90 {
    margin-right: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mr--90--tb {
    margin-right: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr--90--sp {
    margin-right: 180px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--90 {
    padding-top: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--90--tb {
    padding-top: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--90--sp {
    padding-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--90 {
    padding-bottom: 180px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--90--tb {
    padding-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--90--sp {
    padding-bottom: 180px !important;
  }
}

/* ---------------------------
text
--------------------------- */
.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.u-align--r {
  text-align: right !important;
}

.u-align--c {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .u-align--c--pc {
    text-align: center !important;
  }
}

.u-align-l {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-align-l--sp {
    text-align: left !important;
  }
}

.u-ff02 {
  font-family: var(--f2);
}

.u-lh200 {
  line-height: 2 !important;
}

.u-uline {
  text-decoration: underline !important;
}
.u-uline:hover, .u-uline:focus {
  text-decoration: none !important;
}

a.u-link {
  color: #3177C7;
  text-decoration: underline;
}
a.u-link:hover {
  text-decoration: none;
}
a.u-link[target=_blank]:after {
  font-family: "Material Symbols Outlined";
  content: "open_in_new";
  font-size: 0.875rem;
}

.u-text--10 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .u-text--10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .u-text--41 {
    font-size: calc(41 * 0.06rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--10--sp {
    font-size: calc(10 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--11--sp {
    font-size: calc(11 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--12--sp {
    font-size: calc(12 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--13--sp {
    font-size: calc(13 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--14--sp {
    font-size: calc(14 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--15--sp {
    font-size: calc(15 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--16--sp {
    font-size: calc(16 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--17--sp {
    font-size: calc(17 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--18--sp {
    font-size: calc(18 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--19--sp {
    font-size: calc(19 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--20--sp {
    font-size: calc(20 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--21--sp {
    font-size: calc(21 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--22--sp {
    font-size: calc(22 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--23--sp {
    font-size: calc(23 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--24--sp {
    font-size: calc(24 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--25--sp {
    font-size: calc(25 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--26--sp {
    font-size: calc(26 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--27--sp {
    font-size: calc(27 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--28--sp {
    font-size: calc(28 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--29--sp {
    font-size: calc(29 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--30--sp {
    font-size: calc(30 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--31--sp {
    font-size: calc(31 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--32--sp {
    font-size: calc(32 * 0.0714285714rem) !important;
  }
}/*# sourceMappingURL=style.css.map */