@charset "UTF-8";
/* ========================================
  Reset
======================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
p,
blockquote,
pre,
address,
object,
form,
fieldset,
input,
textarea,
figure {
  margin: 0;
  padding: 0;
}

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

li {
  list-style: none;
  list-style-position: inside;
}

hr {
  border: none;
  border-top: #cccccc 1px solid;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.garamond-regular {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

/* ========================================
  Base
======================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #212121;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  line-height: 24px;
}
@media screen and (min-width: 920px), print {
  body {
    font-size: 1.8rem;
    line-height: 30px;
  }
}

button,
select,
input,
textarea {
  font-family: "Noto Serif JP", serif;
}

a {
  color: #3366cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

a.is-url {
  color: #ec8b35;
  text-decoration: underline;
}
a.is-url:hover {
  text-decoration: none;
}

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

body::before {
  display: none;
}
@media screen and (max-width: 919px) {
  body::before {
    content: "sp";
  }
}
@media screen and (min-width: 920px), print {
  body::before {
    content: "pc";
  }
}

/* ========================================
  layout
======================================== */
.l-footer {
  position: relative;
  background: #333333;
  color: white;
  padding: 60px 20px 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 920px), print {
  .l-footer {
    padding: 80px 20px 30px;
    font-size: 1.6rem;
  }
}
.l-footer__pagetop {
  position: fixed;
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: max(20px, env(safe-area-inset-bottom, 0px));
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(155deg, #022e86, #2871fa, #6600cc);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 60;
}
.l-footer__pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-footer__pagetop.is-visible:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.l-footer__pagetop::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../img/common/arrow_up.svg") center center/contain no-repeat;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  transform: translateY(3px);
}
@media screen and (min-width: 920px), print {
  .l-footer__pagetop {
    width: 64px;
    height: 64px;
  }
  .l-footer__pagetop::after {
    width: 30px;
    height: 30px;
    transform: translateY(4px);
  }
}
.l-footer__container {
  max-width: 1400px;
  margin: 0 auto 40px;
}
.l-footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 920px), print {
  .l-footer__content {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
  }
}
.l-footer__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 300px;
}
.l-footer__text {
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.l-footer__contact {
  margin-bottom: 10px;
}
.l-footer__contact span:first-of-type {
  margin-right: 1.5em;
}
.l-footer__contact a {
  color: #ec8b35;
  text-decoration: none;
}
.l-footer__contact a:hover {
  text-decoration: underline;
}
.l-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-self: end;
}
@media screen and (min-width: 920px), print {
  .l-footer__nav {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
  }
}
.l-footer__nav li {
  list-style: none;
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (min-width: 920px), print {
  .l-footer__nav li {
    flex: none;
  }
}
.l-footer__nav a {
  display: block;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 920px), print {
  .l-footer__nav a {
    display: inline-block;
    padding: 10px 20px;
    width: 200px;
    max-width: none;
  }
}
.l-footer__nav a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.l-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
}
.l-footer__link {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-footer__link:hover {
  color: #ec8b35;
  text-decoration: none;
}
.l-footer__policy {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 920px), print {
  .l-footer__policy {
    flex-direction: row;
    padding-top: 40px;
  }
}
.l-footer__policy a {
  color: #fff;
  text-decoration: none;
}
.l-footer__policy a:hover {
  color: #ec8b35;
  text-decoration: underline;
}
.l-footer__copyright {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

.l-header {
  width: 100%;
  background: #faf9f3;
  position: sticky;
  top: 0;
  z-index: 100;
}
.l-header__logo a {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #022e86;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 220px;
}
@media screen and (min-width: 920px), print {
  .l-header__logo a {
    width: 280px;
  }
}
.l-header__logo a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.l-header__catch {
  display: none;
  color: #fff;
}
@media (min-width: 1024px) {
  .l-header__catch {
    display: block;
    font-size: 1.4rem;
  }
}
@media (min-width: 1500px) {
  .l-header__catch {
    color: #888;
  }
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 920px), print {
  .l-header__nav {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
    height: 100%;
    background: #000;
    padding: 0 24px 0 56px;
    color: #fff;
  }
  .l-header__nav::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 0;
    width: 68px;
    height: 100%;
    background: #000;
    transform: skewX(-30deg);
  }
}
.l-header__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.l-header__item {
  position: relative;
}
.l-header__item--dropdown .l-header__dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.l-header__item--dropdown:hover .l-header__dropdown,
.l-header__item--dropdown .l-header__dropdown:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__dropdown {
  position: absolute;
  top: 30px;
  left: 0;
  background: #000;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  min-width: 200px;
  border-radius: 4px;
  z-index: 10;
  padding-top: 20px;
}
.l-header__dropdown-item:first-child .l-header__dropdown-link {
  padding-top: 12px;
}
.l-header__dropdown-item:last-child .l-header__dropdown-link {
  padding-bottom: 12px;
}
.l-header__dropdown-link {
  display: block;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 920px), print {
  .l-header__dropdown-link {
    font-size: 1.8rem;
  }
}
.l-header__dropdown-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.l-header__link {
  color: #212121;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  transition: color 0.3s ease;
  white-space: nowrap;
}
@media screen and (min-width: 920px), print {
  .l-header__link {
    color: white;
    font-size: 1.8rem;
  }
}
.l-header__link:hover {
  color: #3366cc;
  text-decoration: none;
}
@media screen and (min-width: 920px), print {
  .l-header__link:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
}
.l-header__menu-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin: -8px;
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 9999;
}
@media screen and (min-width: 920px), print {
  .l-header__menu-button {
    display: none;
  }
}
.l-header__menu-button:hover .l-header__menu-line {
  background-color: #212121;
}
.l-header__menu-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.l-header__menu-line {
  width: 24px;
  height: 2px;
  background-color: #212121;
  transition: all 0.3s ease;
  border-radius: 1px;
}
.l-header__menu-line:nth-child(1) {
  transform-origin: 0 center;
}
.l-header__menu-line:nth-child(2) {
  opacity: 1;
}
.l-header__menu-line:nth-child(3) {
  transform-origin: 0 center;
}
.l-header__mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(155deg, #022e86, #2871fa, #6600cc);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
}
.l-header__mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 920px), print {
  .l-header__mobile-nav {
    display: none;
  }
}
.l-header__mobile-list {
  list-style: none;
  margin: 0;
  padding: 80px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-header__mobile-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__mobile-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__mobile-item:last-child {
  border-bottom: none;
}
.l-header__mobile-link {
  display: block;
  padding: 16px 0;
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  transition: opacity 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.l-header__mobile-link:active {
  opacity: 0.7;
}
.l-header__mobile-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-header__dropdown-arrow {
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.3s ease;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
.l-header__mobile-dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.l-header__mobile-dropdown.is-open {
  display: block;
}
.l-header__mobile-dropdown-item {
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.l-header__mobile-dropdown-item:first-child {
  border-top: none;
}
.l-header__mobile-dropdown-link {
  display: block;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  transition: color 0.2s ease;
}
.l-header__mobile-dropdown-link:active {
  color: rgba(255, 255, 255, 0.6);
}
.l-header__mobile-dropdown-toggle[aria-expanded=true] .l-header__dropdown-arrow {
  transform: rotate(180deg);
}

.l-header__menu-button.is-open .l-header__menu-line {
  background-color: white;
}
.l-header__menu-button.is-open .l-header__menu-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.l-header__menu-button.is-open .l-header__menu-line:nth-child(2) {
  opacity: 0;
}
.l-header__menu-button.is-open .l-header__menu-line:nth-child(3) {
  transform: translateY(10px) rotate(-45deg);
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

/* PCだけに効かせる（920px以上） */
@media screen and (min-width: 920px), print {
  .l-header__inner {
    height: 100px;
    padding: 0;
    /* これ超重要：全体の横幅を整えて「間延び」を止める */
    margin: 0 auto;
    max-width: 100%;
  }
  .l-header__logo {
    flex: 0 0 320px; /* ロゴ領域を固定（ここでバランス取る） */
    padding-left: 24px;
    z-index: 2;
  }
  .l-header__catch {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 24px;
    white-space: nowrap;
    color: transparent;
  }
}
@media screen and (min-width: 920px) and (min-width: 1645px), print and (min-width: 1645px) {
  .l-header__catch {
    color: #888;
  }
}
@media screen and (min-width: 920px), print {
  .l-header__nav {
    flex: 0 0 auto; /* 黒ナビをコンテンツ幅に合わせて伸縮 */
    flex-shrink: 0;
    position: relative;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    padding: 0 24px 0 0; /* 左余白は斜め分を見込む */
    margin-right: -30px; /* 右端の白い余白を埋める */
    padding-right: 54px; /* 24 + 30 */
    color: #fff;
  }
  .l-header__nav::before {
    content: "";
    position: absolute;
    left: -50px; /* ←斜めの出っ張り量 */
    top: 0;
    width: 85px; /* ←斜め面の太さ */
    height: 100%;
    background: #000;
    transform: skewX(-30deg);
  }
  .l-header__menu {
    display: flex;
    gap: 36px;
    margin-left: auto; /* メニューを右に寄せて締まる */
    list-style: none;
  }
}
/* 1440px以上で左右100px余白 */
@media screen and (min-width: 1440px), print {
  .l-header__logo {
    padding-left: 100px;
  }
  .l-header__catch {
    padding: 0 100px;
  }
  .l-header__nav {
    margin-right: -30px;
    padding-right: 130px; /* 100 + 30 */
  }
}
.l-wrap {
  width: 100%;
}

.l-contents-wrap {
  max-width: 1920px;
  padding: 0 100px;
}

.l-contents {
  padding: 0 20px;
  max-width: 1440px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 920px), print {
  .l-contents {
    padding: 0 20px;
  }
}
.l-contents__inner {
  padding: 50px 0 80px;
}
@media screen and (min-width: 920px), print {
  .l-contents__inner {
    padding: 100px 0 120px;
  }
}
.l-contents__inner.p-about__main {
  padding-bottom: 0 !important;
}
.l-contents p + p {
  margin-top: 16px;
}

.l-bg-skyblue {
  background-color: #f2f5f9;
  padding: 35px;
}

.p-page-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 920px), print {
  .p-page-ttl {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.p-page-body ol,
.p-page-body ul {
  margin: 0 0 16px 1.5em;
  padding: 0;
}
.p-page-body li {
  margin-bottom: 8px;
}

.p-page-date {
  margin-top: 40px;
  text-align: right;
}

/* ========================================
  component
======================================== */
.c-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ec8b35;
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c-button:hover {
  opacity: 0.8;
  text-decoration: none;
}
.c-button--primary {
  background-color: #022e86;
}
.c-button--secondary {
  background-color: #3366cc;
}
.c-button--mobile-cta {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  border-radius: 24px;
  padding: 16px 20px;
  text-align: center;
  margin-top: 20px;
  font-size: 1.5rem;
  /* 別ウィンドウ（open_in_new.svg） */
}
.c-button--mobile-cta:hover {
  opacity: 0.9;
}
.c-button--mobile-cta.c-button--external {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-button--mobile-cta.c-button--external::after {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  background: url("../img/common/open_in_new.svg") center center/contain no-repeat;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.c-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f2f5f9;
  color: #212121;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-icon:hover {
  background-color: #3366cc;
  color: white;
  text-decoration: none;
}
.c-icon svg {
  width: 20px;
  height: 20px;
}

.c-fixed-news {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  max-width: 380px;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-decoration: none;
  color: #fff;
  /* 影は矩形の <a> ではなく clip-path 後の ::before に付ける（矩形の縁が縦線に見えるのを防ぐ） */
  transition: transform 0.2s ease;
  overflow: visible;
  /* オレンジを女の人の後ろまで一枚で引く */
  /* 画像を絶対配置で下基準にし、上にはみ出させる（オレンジの手前に） */
}
.c-fixed-news:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  /* foundation の a:hover img より詳細度で上書き（人物写真は薄くしない） */
}
.c-fixed-news:hover img {
  opacity: 1;
}
.c-fixed-news:hover::before {
  opacity: 0.9;
}
@media screen and (min-width: 920px), print {
  .c-fixed-news {
    max-width: 450px;
  }
}
.c-fixed-news::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background-color: #e87d00;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
  z-index: 0;
  filter: drop-shadow(0 -2px 12px rgba(0, 0, 0, 0.15));
  transition: background-color 0.2s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (min-width: 920px), print {
  .c-fixed-news::before {
    height: 100px;
  }
}
.c-fixed-news__img {
  z-index: 1;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100px;
  overflow: visible;
  line-height: 0;
  font-size: 0;
}
@media screen and (min-width: 920px), print {
  .c-fixed-news__img {
    width: 120px;
  }
}
.c-fixed-news__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top; /* 顔を上に表示 */
}
.c-fixed-news__body {
  flex: 1;
  min-width: 0;
  margin-left: 100px; /* 画像分あける */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 30px 12px 16px;
  background: transparent; /* 背面のオレンジが見える */
  line-height: 1.4;
  z-index: 1;
}
@media screen and (min-width: 920px), print {
  .c-fixed-news__body {
    margin-left: 120px;
    padding: 16px 50px 16px 20px;
  }
}
.c-fixed-news__label {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 4px;
}
@media screen and (min-width: 920px), print {
  .c-fixed-news__label {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}
.c-fixed-news__text {
  font-size: 1.4rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 920px), print {
  .c-fixed-news__text {
    font-size: 1.6rem;
  }
}

/* トップ採用バナー等：YouTube 埋め込みモーダル */
.c-youtube-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 24px 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-youtube-modal[hidden] {
  display: none !important;
}
.c-youtube-modal__backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.c-youtube-modal__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(960px, 100vw - 32px);
}
.c-youtube-modal__frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #111;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.c-youtube-modal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.c-youtube-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.c-youtube-modal__close:hover {
  background: rgba(0, 0, 0, 0.85);
}

/* ========================================
  project
======================================== */
.p-contact__kv, .p-business__kv, .p-business-termite__kv, .p-business-underfloor__kv, .p-group__kv, .p-interview-01__kv, .p-interview-02__kv, .p-interview-03__kv, .p-interview-04__kv, .p-interview-05__kv, .p-recruit__kv, .p-message__kv, .p-about__kv, .p-security__kv, .p-privacy__kv, .p-terms__kv {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 透過グラデーションオーバーレイ */
}
@media screen and (min-width: 920px), print {
  .p-contact__kv, .p-business__kv, .p-business-termite__kv, .p-business-underfloor__kv, .p-group__kv, .p-interview-01__kv, .p-interview-02__kv, .p-interview-03__kv, .p-interview-04__kv, .p-interview-05__kv, .p-recruit__kv, .p-message__kv, .p-about__kv, .p-security__kv, .p-privacy__kv, .p-terms__kv {
    min-height: 480px;
  }
}
.p-contact__kv::after, .p-business__kv::after, .p-business-termite__kv::after, .p-business-underfloor__kv::after, .p-group__kv::after, .p-interview-01__kv::after, .p-interview-02__kv::after, .p-interview-03__kv::after, .p-interview-04__kv::after, .p-interview-05__kv::after, .p-recruit__kv::after, .p-message__kv::after, .p-about__kv::after, .p-security__kv::after, .p-privacy__kv::after, .p-terms__kv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(155deg, rgba(2, 46, 134, 0.75) 0%, rgba(40, 113, 250, 0.65) 50%, rgba(102, 0, 204, 0.75) 100%);
  pointer-events: none;
}

.p-contact__kv-inner, .p-business__kv-inner, .p-business-termite__kv-inner, .p-business-underfloor__kv-inner, .p-group__kv-inner, .p-interview-01__kv-inner, .p-interview-02__kv-inner, .p-interview-03__kv-inner, .p-interview-04__kv-inner, .p-interview-05__kv-inner, .p-recruit__kv-inner, .p-security__kv-inner, .p-privacy__kv-inner, .p-terms__kv-inner, .p-message__kv-inner, .p-about__kv-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 2;
  isolation: isolate;
  text-align: center;
}
@media screen and (min-width: 920px), print {
  .p-contact__kv-inner, .p-business__kv-inner, .p-business-termite__kv-inner, .p-business-underfloor__kv-inner, .p-group__kv-inner, .p-interview-01__kv-inner, .p-interview-02__kv-inner, .p-interview-03__kv-inner, .p-interview-04__kv-inner, .p-interview-05__kv-inner, .p-recruit__kv-inner, .p-security__kv-inner, .p-privacy__kv-inner, .p-terms__kv-inner, .p-message__kv-inner, .p-about__kv-inner {
    bottom: 100px;
  }
}

.p-contact__kv-ttl, .p-business__kv-ttl, .p-business-termite__kv-ttl, .p-business-underfloor__kv-ttl, .p-group__kv-ttl, .p-interview-01__kv-ttl, .p-interview-02__kv-ttl, .p-interview-03__kv-ttl, .p-interview-04__kv-ttl, .p-interview-05__kv-ttl, .p-recruit__kv-ttl, .p-message__kv-ttl, .p-about__kv-ttl, .p-security__kv-ttl, .p-privacy__kv-ttl, .p-terms__kv-ttl {
  font-family: "EB Garamond", serif;
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  opacity: 1;
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 920px), print {
  .p-contact__kv-ttl, .p-business__kv-ttl, .p-business-termite__kv-ttl, .p-business-underfloor__kv-ttl, .p-group__kv-ttl, .p-interview-01__kv-ttl, .p-interview-02__kv-ttl, .p-interview-03__kv-ttl, .p-interview-04__kv-ttl, .p-interview-05__kv-ttl, .p-recruit__kv-ttl, .p-message__kv-ttl, .p-about__kv-ttl, .p-security__kv-ttl, .p-privacy__kv-ttl, .p-terms__kv-ttl {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

.p-contact__kv-sub, .p-business__kv-sub, .p-business-termite__kv-sub, .p-business-underfloor__kv-sub, .p-group__kv-sub, .p-interview-01__kv-sub, .p-interview-02__kv-sub, .p-interview-03__kv-sub, .p-interview-04__kv-sub, .p-interview-05__kv-sub, .p-recruit__kv-sub, .p-message__kv-sub, .p-about__kv-sub, .p-security__kv-sub, .p-privacy__kv-sub, .p-terms__kv-sub {
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 920px), print {
  .p-contact__kv-sub, .p-business__kv-sub, .p-business-termite__kv-sub, .p-business-underfloor__kv-sub, .p-group__kv-sub, .p-interview-01__kv-sub, .p-interview-02__kv-sub, .p-interview-03__kv-sub, .p-interview-04__kv-sub, .p-interview-05__kv-sub, .p-recruit__kv-sub, .p-message__kv-sub, .p-about__kv-sub, .p-security__kv-sub, .p-privacy__kv-sub, .p-terms__kv-sub {
    font-size: 1.8rem;
  }
}

.p-contact__kv-inner, .p-business__kv-inner, .p-business-termite__kv-inner, .p-business-underfloor__kv-inner, .p-group__kv-inner, .p-interview-01__kv-inner, .p-interview-02__kv-inner, .p-interview-03__kv-inner, .p-interview-04__kv-inner, .p-interview-05__kv-inner, .p-recruit__kv-inner, .p-security__kv-inner, .p-privacy__kv-inner, .p-terms__kv-inner, .p-message__kv-inner, .p-about__kv-inner {
  text-align: left;
}

.p-security__main, .p-privacy__main, .p-terms__main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "content" "sidebar";
  gap: 40px;
}
@media screen and (min-width: 920px), print {
  .p-security__main, .p-privacy__main, .p-terms__main {
    grid-template-columns: 1fr 280px;
    grid-template-areas: "content sidebar";
    gap: 60px;
    align-items: start;
  }
}

.p-security__content, .p-privacy__content, .p-terms__content {
  min-width: 0;
  grid-area: content;
}

.p-security__sidebar, .p-privacy__sidebar, .p-terms__sidebar {
  display: none;
}
@media screen and (min-width: 920px), print {
  .p-security__sidebar, .p-privacy__sidebar, .p-terms__sidebar {
    display: block;
    grid-area: sidebar;
    position: sticky;
    top: 100px;
  }
}

.p-security__nav, .p-privacy__nav, .p-terms__nav {
  background: #f2f5f9;
  border-radius: 8px;
  overflow: hidden;
}

.p-security__nav-ttl, .p-privacy__nav-ttl, .p-terms__nav-ttl {
  font-weight: bold;
  margin: 0;
  padding: 12px 24px;
  color: #212121;
}

.p-security__nav-list, .p-privacy__nav-list, .p-terms__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-security__nav-item, .p-privacy__nav-item, .p-terms__nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.p-security__nav-item:last-child, .p-privacy__nav-item:last-child, .p-terms__nav-item:last-child {
  border-bottom: none;
}
.p-security__nav-item a, .p-privacy__nav-item a, .p-terms__nav-item a {
  display: block;
  padding: 12px 24px;
  color: #3366cc;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-security__nav-item a:hover, .p-privacy__nav-item a:hover, .p-terms__nav-item a:hover {
  background-color: #3366cc;
  color: #fff;
}

.p-security .p-page-body, .p-privacy .p-page-body, .p-terms .p-page-body, .p-about .p-page-body {
  scroll-margin-top: 120px;
}
.p-security .p-page-body h2, .p-privacy .p-page-body h2, .p-terms .p-page-body h2, .p-about .p-page-body h2 {
  scroll-margin-top: 120px;
}
.p-security .p-page-body ul, .p-privacy .p-page-body ul, .p-terms .p-page-body ul, .p-about .p-page-body ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.p-security .p-page-body ul li, .p-privacy .p-page-body ul li, .p-terms .p-page-body ul li, .p-about .p-page-body ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 6px;
}
.p-security .p-page-body ul li::before, .p-privacy .p-page-body ul li::before, .p-terms .p-page-body ul li::before, .p-about .p-page-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b2c5dd;
}
.p-security .p-page-body ol, .p-privacy .p-page-body ol, .p-terms .p-page-body ol, .p-about .p-page-body ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 16px;
  padding-left: 2.2em;
}
.p-security .p-page-body ol li, .p-privacy .p-page-body ol li, .p-terms .p-page-body ol li, .p-about .p-page-body ol li {
  list-style-type: inherit;
  list-style-position: outside;
  margin-bottom: 8px;
}

.p-top {
  /* トップの About ブロックのみ SP で画像非表示（About ページの理念スライド等は .p-top 外なので表示のまま） */
}
.p-top__kv {
  width: 100%;
  overflow: hidden;
}
.p-top__kv__bg video {
  width: 100%;
  height: auto;
  display: block;
}
.p-top__kv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}
.p-top__kv__logo {
  margin-bottom: 24px;
}
.p-top__kv__logo img {
  width: 240px;
}
@media screen and (min-width: 920px), print {
  .p-top__kv__logo img {
    width: 360px;
  }
}
.p-top__kv__copy {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media screen and (min-width: 920px), print {
  .p-top__kv__copy {
    font-size: 2rem;
  }
}
.p-top__kv__news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-top__kv__news--inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
}
@media screen and (min-width: 920px), print {
  .p-top__kv__news--inner {
    padding: 16px 0;
  }
}
.p-top__kv__news--label {
  flex-shrink: 0;
  background: #e87d00;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 4px 14px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 920px), print {
  .p-top__kv__news--label {
    font-size: 1.2rem;
  }
}
.p-top__kv__news--text {
  font-size: 1.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 920px), print {
  .p-top__kv__news--text {
    font-size: 1.5rem;
  }
}
.p-top__kv__news--text a {
  color: #fff;
  text-decoration: none;
}
.p-top__kv__news--text a:hover {
  text-decoration: underline;
}
.p-top__banner {
  max-width: 1440px;
  margin: 50px auto 0;
  overflow: hidden;
}
@media screen and (min-width: 920px), print {
  .p-top__banner {
    margin: 100px auto 0;
  }
}
.p-top__banner__swiper {
  overflow: visible;
}
.p-top__banner .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 920px), print {
  .p-top__banner .swiper-slide {
    padding: 0;
  }
}
.p-top__banner .swiper-pagination {
  position: relative;
  bottom: auto;
  padding: 10px 0;
}
@media screen and (min-width: 920px), print {
  .p-top__banner .swiper-pagination {
    display: none;
  }
}
.p-top__banner .swiper-button-prev,
.p-top__banner .swiper-button-next {
  display: none;
}
@media screen and (min-width: 920px), print {
  .p-top__banner .swiper-button-prev,
  .p-top__banner .swiper-button-next {
    display: flex;
  }
}
.p-top__banner button.p-top__banner--item {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-top__banner--item {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
.p-top__banner--item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  border: 1px solid #ccc;
}
.p-top__banner--item:hover img {
  transform: scale(1.05);
}
.p-top__about {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
}
@media screen and (min-width: 920px), print {
  .p-top__about {
    grid-template-columns: 1fr minmax(0, 50%);
    margin-top: 100px;
  }
}
.p-top__about--img {
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 920px), print {
  .p-top__about--img {
    aspect-ratio: auto;
  }
}
.p-top__about--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__about--content {
  display: flex;
  flex-direction: column;
  padding: 50px 20px 0;
}
@media screen and (min-width: 920px), print {
  .p-top__about--content {
    flex-direction: row;
    align-items: stretch;
    gap: 100px;
    padding: 0 max(50px, (100vw - 1440px) / 2 + 50px) 0 120px;
    min-height: 0;
  }
}
.p-top__about--content__inner {
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 920px), print {
  .p-top__about--content__inner {
    align-self: center;
  }
}
.p-top__about--intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 920px), print {
  .p-top__about--intro {
    gap: 24px;
  }
}
.p-top__about--intro .p-top__about--lead {
  order: 0;
  margin-bottom: 0;
}
.p-top__about--philosophy-label {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #888;
}
.p-top__about--philosophy-label span {
  color: #022e86;
  font-size: 3rem;
  margin-left: 0.35em;
  font-weight: 700;
}
.p-top__about--lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #212121;
  text-align: left;
}
@media screen and (min-width: 920px), print {
  .p-top__about--lead {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 3rem;
    margin-bottom: 0;
    flex-shrink: 0;
    order: 2;
    align-self: flex-start;
  }
}
.p-top__about--body p {
  line-height: 1.9;
  color: #212121;
  margin-bottom: 16px;
}
.p-top__about--body p:last-of-type {
  margin-bottom: 0;
}
.p-top__about--logo {
  margin-top: 20px;
}
@media screen and (min-width: 920px), print {
  .p-top__about--logo {
    margin-top: 40px;
  }
}
.p-top__about--logo img {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 920px), print {
  .p-top__about--logo img {
    height: 60px;
  }
}
.p-top .p-top__about--img {
  display: none;
}
@media screen and (min-width: 920px), print {
  .p-top .p-top__about--img {
    display: block;
  }
}
.p-top__philosophy {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
}
@media screen and (min-width: 920px), print {
  .p-top__philosophy {
    grid-template-columns: 1fr minmax(0, 50%);
    margin-top: 100px;
  }
}
.p-top__philosophy__swiper {
  overflow: visible;
}
.p-top__philosophy .swiper-slide {
  height: auto;
}
.p-top__philosophy--slide {
  display: flex;
  flex-direction: column;
}
.p-top__philosophy--content {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
}
@media screen and (min-width: 920px), print {
  .p-top__philosophy--content {
    flex-direction: row;
    align-items: flex-end;
    gap: 100px;
    padding: 80px max(50px, (100vw - 1440px) / 2 + 50px) 0 100px;
  }
}
.p-top__philosophy--content__inner {
  flex: 1;
  min-width: 0;
}
.p-top__philosophy--lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #022e86;
}
@media screen and (min-width: 920px), print {
  .p-top__philosophy--lead {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 2.4rem;
    margin-bottom: 0;
    flex-shrink: 0;
    order: 2;
  }
}
.p-top__philosophy--body p {
  font-size: 1.6rem;
  line-height: 2;
  color: #212121;
  margin-bottom: 0;
}
@media screen and (min-width: 920px), print {
  .p-top__philosophy--body p {
    font-size: 2rem;
  }
}
.p-top__philosophy__pagination {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 20px;
}
@media screen and (min-width: 920px), print {
  .p-top__philosophy__pagination {
    padding: 30px max(50px, (100vw - 1440px) / 2 + 50px) 30px 100px;
  }
}
.p-top__philosophy__pagination .swiper-pagination-bullet {
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 0;
  transition: background 0.3s ease;
}
.p-top__philosophy__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #022e86;
}
.p-top__cards {
  padding: 50px 0;
}
@media screen and (min-width: 920px), print {
  .p-top__cards {
    padding: 100px 0;
  }
}
.p-top__cards__swiper {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.p-top__cards__pagination {
  margin-top: 16px;
}
@media screen and (min-width: 920px), print {
  .p-top__cards__pagination {
    display: none;
  }
}
.p-top__cards--item {
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 100%;
}
.p-top__cards--item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #212121;
}
.p-top__cards--item a:hover {
  /* foundation の a:hover（underline）より詳細度を上げて打ち消す */
  text-decoration: none;
}
.p-top__cards--item a:hover .p-top__cards--item__img img {
  transform: scale(1.05);
}
.p-top__cards--item a:focus-visible {
  text-decoration: none;
}
.p-top__cards--item__img {
  overflow: hidden;
  aspect-ratio: 16/10;
  position: relative;
}
.p-top__cards--item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.p-top__cards--item__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 920px), print {
  .p-top__cards--item__body {
    padding: 30px;
  }
}
.p-top__cards--item__en {
  font-size: 2.4rem;
  color: #ccc;
  font-weight: 500;
  margin-bottom: 0 !important;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 920px), print {
  .p-top__cards--item__en {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
.p-top__cards--item__ja {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 920px), print {
  .p-top__cards--item__ja {
    font-size: 2.4rem;
  }
}
.p-top__cards--item__job {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #888;
}
@media screen and (min-width: 920px), print {
  .p-top__cards--item__job {
    font-size: 1.6rem;
  }
}
.p-top__cards--item__txt {
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}
@media screen and (min-width: 920px), print {
  .p-top__cards--item__txt {
    display: block;
    margin-bottom: 30px;
  }
}
.p-top__cards--item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  background: linear-gradient(155deg, #022e86 0%, #2871fa 50%, #6600cc 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 24px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
  transition: opacity 0.3s ease;
  margin-left: -16px;
  margin-bottom: -16px;
  width: 80%;
}
@media screen and (min-width: 920px), print {
  .p-top__cards--item__btn {
    font-size: 1.6rem;
    padding: 12px 28px;
    margin-left: -30px;
    margin-bottom: -30px;
  }
}
a:hover .p-top__cards--item__btn {
  opacity: 0.85;
}
.p-top__gallery {
  padding: 50px 0 2px;
  overflow: hidden;
}
.p-top__gallery--grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.p-top__gallery--row {
  display: flex;
  gap: 2px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  /* 移動量は main.js で --p-top-gallery-shift に実測（-50% の丸めズレでループがパッとならない） */
  animation: p-top-gallery-marquee 40s linear infinite;
}
.p-top__gallery--row-rtl {
  animation-direction: reverse;
}
.p-top__gallery--row-ltr {
  animation-direction: normal;
}
@media (prefers-reduced-motion: reduce) {
  .p-top__gallery--row {
    animation: none;
    transform: none;
  }
}
.p-top__gallery--item {
  flex-shrink: 0;
  width: 200px;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (min-width: 920px), print {
  .p-top__gallery--item {
    width: 280px;
  }
}
.p-top__gallery--item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@keyframes p-top-gallery-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(var(--p-top-gallery-shift, -50%), 0, 0);
  }
}
.p-top__recruit {
  padding: 70px 0;
  background: linear-gradient(155deg, #022e86 0%, #2871fa 50%, #6600cc 100%);
}
@media screen and (min-width: 920px), print {
  .p-top__recruit {
    padding: 100px 0;
  }
}
.p-top__recruit--inner {
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-top__recruit--ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (min-width: 920px), print {
  .p-top__recruit--ttl {
    font-size: 4rem;
    margin-bottom: 32px;
  }
}
.p-top__recruit--txt {
  line-height: 2;
  margin-bottom: 36px;
  opacity: 0.9;
}
@media screen and (min-width: 920px), print {
  .p-top__recruit--txt {
    margin-bottom: 48px;
  }
}
.p-top__recruit--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e87d00;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 16px 48px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}
.p-top__recruit--btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (min-width: 920px), print {
  .p-top__recruit--btn {
    margin-right: 0;
    font-size: 1.8rem;
    padding: 18px 60px;
  }
}
.p-top__recruit--btn::after {
  content: "";
  display: block;
  width: 1.15em;
  height: 1.15em;
  flex-shrink: 0;
  background: url("../img/common/open_in_new.svg") center center/contain no-repeat;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.p-top__sdgs {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 920px), print {
  .p-top__sdgs {
    padding: 60px 0;
  }
}
.p-top__sdgs--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 920px), print {
  .p-top__sdgs--inner {
    justify-content: space-between;
    flex-direction: row;
    gap: 50px;
    align-items: center;
  }
}
.p-top__sdgs--logo {
  flex-shrink: 0;
}
.p-top__sdgs--logo img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 920px), print {
  .p-top__sdgs--logo img {
    width: 300px;
  }
}
.p-top__sdgs--txt {
  color: #212121;
}

/* ========================================
  project
======================================== */
.p-about__kv {
  background-image: url("../img/header/sc_company2026_m.webp");
}
@media screen and (min-width: 920px), print {
  .p-about .p-top__about {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
  }
}
.p-about__philosophy-swiper {
  overflow: hidden;
  padding-bottom: 8px;
}
.p-about__philosophy-swiper .swiper-slide {
  height: auto;
}
.p-about__philosophy-swiper .p-top__about {
  margin-top: 0;
}
.p-about__philosophy-swiper .p-top__about--img {
  align-self: start;
  width: 100%;
  aspect-ratio: 10/7;
  overflow: hidden;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy-swiper .p-top__about--img {
    aspect-ratio: auto;
    height: 600px;
  }
}
.p-about__philosophy-swiper .p-top__about--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-about__philosophy-swiper .p-top__about--content {
  align-items: flex-end;
  padding-top: 20px !important;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy-swiper .p-top__about--content {
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 0 !important;
  }
}
.p-about__philosophy-swiper .p-top__about--intro {
  align-items: flex-end;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy-swiper .p-top__about--intro {
    width: auto;
    max-width: 100%;
  }
}
.p-about__philosophy-pagination {
  position: relative !important;
  margin-top: 28px;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  text-align: center;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy-pagination {
    margin-top: 36px;
  }
}
.p-about__philosophy-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: #ccc;
  opacity: 1;
  vertical-align: middle;
}
.p-about__philosophy-pagination .swiper-pagination-bullet-active {
  background: #022e86;
}
.p-about__company {
  margin: 60px 0;
}
@media screen and (min-width: 920px), print {
  .p-about__company {
    margin: 100px 0;
  }
}
.p-about__company-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 920px), print {
  .p-about__company-inner {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
}
.p-about__company-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.p-about__company-text p {
  line-height: 1.8;
  font-size: 1.5rem;
  color: #212121;
}
@media screen and (min-width: 920px), print {
  .p-about__company-text p {
    font-size: 1.6rem;
  }
}
.p-about__philosophy {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy {
    grid-template-columns: 1fr;
  }
}
.p-about__philosophy--img {
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy--img {
    aspect-ratio: auto;
  }
}
.p-about__philosophy--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__philosophy--content {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy--content {
    flex-direction: row;
    align-items: flex-end;
    gap: 80px;
    padding: 60px max(50px, (100vw - 1440px) / 2 + 50px) 0 80px;
  }
}
.p-about__philosophy--content__inner {
  flex: 1;
  min-width: 0;
}
.p-about__philosophy--lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #022e86;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy--lead {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 2.4rem;
    margin-bottom: 0;
    flex-shrink: 0;
    order: 2;
  }
}
.p-about__philosophy__swiper {
  overflow: visible;
}
.p-about__philosophy--slide-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy--slide-item {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }
}
.p-about__philosophy .swiper-slide {
  height: auto;
}
.p-about__philosophy--body p.p-about__philosophy--body__ttl {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #212121;
  margin-bottom: 0;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy--body p.p-about__philosophy--body__ttl {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1.8rem;
  }
}
.p-about__philosophy--body p.p-about__philosophy--body__ttl strong {
  font-size: 2.2rem;
  font-weight: 600;
  color: #022e86;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy--body p.p-about__philosophy--body__ttl strong {
    font-size: 2.8rem;
  }
}
.p-about__philosophy__pagination {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 20px;
}
@media screen and (min-width: 920px), print {
  .p-about__philosophy__pagination {
    padding: 30px max(50px, (100vw - 1440px) / 2 + 50px) 30px 80px;
  }
}
.p-about__philosophy__pagination .swiper-pagination-bullet {
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 0;
  transition: background 0.3s ease;
}
.p-about__philosophy__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #022e86;
}
.p-about__info {
  margin: 80px 0;
}
@media screen and (min-width: 920px), print {
  .p-about__info {
    margin: 120px 0;
  }
}
.p-about__info-table {
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 920px), print {
  .p-about__info-table {
    grid-template-columns: 1fr 1fr;
  }
}
.p-about__info-column:last-child {
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 920px), print {
  .p-about__info-column:last-child {
    border-top: none;
    border-left: 1px solid #e0e0e0;
  }
}
.p-about__info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e0e0e0;
}
.p-about__info-row:last-child {
  border-bottom: none;
}
@media screen and (min-width: 920px), print {
  .p-about__info-row {
    grid-template-columns: 200px 1fr;
  }
}
.p-about__info-label {
  background: #022e86;
  color: #fff;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (min-width: 920px), print {
  .p-about__info-label {
    padding: 16px 20px;
    font-size: 1.4rem;
  }
}
.p-about__info-value {
  padding: 12px 16px;
  font-size: 1.3rem;
}
@media screen and (min-width: 920px), print {
  .p-about__info-value {
    padding: 16px 20px;
    font-size: 1.4rem;
  }
}
.p-about__profile {
  margin: 0;
}
.p-about__profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  color: #212121;
}
@media screen and (min-width: 920px), print {
  .p-about__profile-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 72px;
         column-gap: 72px;
    align-items: start;
  }
}
.p-about__profile-col {
  min-width: 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 919px) {
  .p-about__profile-col--clients {
    margin-top: 8px;
  }
}
.p-about__profile-row {
  display: grid;
  grid-template-columns: minmax(5em, 6em) minmax(0, 1fr);
  gap: 12px 20px;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
  align-items: start;
}
@media screen and (min-width: 920px), print {
  .p-about__profile-row {
    grid-template-columns: minmax(9em, 11em) minmax(0, 1fr);
    gap: 16px 28px;
    padding: 22px 0;
  }
}
.p-about__profile-row:last-child {
  border-bottom: none;
}
.p-about__profile-label {
  margin: 0;
  font-weight: 700;
  text-align: left;
}
.p-about__profile-value {
  margin: 0;
  text-align: left;
}
.p-about__profile-value p {
  margin: 0;
}
.p-about__profile-client-group {
  margin: 0 0 14px;
}
@media screen and (min-width: 920px), print {
  .p-about__profile-client-group {
    margin-bottom: 16px;
  }
}
.p-about__profile-client-group:last-child {
  margin-bottom: 0;
}
.p-about__history {
  background: linear-gradient(155deg, #022e86, #2871fa, #6600cc);
  color: #fff;
}
.p-about__history-inner {
  position: relative;
}
.p-about__history-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1200px;
}
.p-about__history-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(180, 210, 255, 0.55);
  z-index: 0;
}
@media screen and (max-width: 919px) {
  .p-about__history-list::before {
    left: 11px;
    transform: none;
  }
}
.p-about__history-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 22px 1fr;
  gap: 0 16px;
  align-items: start;
  padding-bottom: 40px;
}
@media screen and (min-width: 920px), print {
  .p-about__history-item {
    grid-template-columns: 1fr 24px 1fr;
    gap: 0 24px;
    padding-bottom: 48px;
  }
}
.p-about__history-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 919px) {
  .p-about__history-item {
    grid-template-columns: 22px 1fr;
    gap: 0 20px;
    padding-bottom: 36px;
  }
}
.p-about__history-dot {
  grid-column: 2;
  grid-row: 1;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  justify-self: center;
  border-radius: 50%;
  background: #022e86;
  box-shadow: 0 0 0 2px rgba(180, 220, 255, 0.9);
  flex-shrink: 0;
}
@media screen and (min-width: 920px), print {
  .p-about__history-dot {
    width: 14px;
    height: 14px;
    margin-top: 10px;
    box-shadow: 0 0 0 3px rgba(180, 220, 255, 0.85);
  }
}
@media screen and (max-width: 919px) {
  .p-about__history-dot {
    grid-column: 1;
    justify-self: start;
    margin-left: 5px;
  }
}
.p-about__history-card {
  grid-row: 1;
  min-width: 0;
}
.p-about__history-item--right .p-about__history-card {
  grid-column: 3;
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 919px) {
  .p-about__history-item--right .p-about__history-card {
    grid-column: 2;
  }
}
.p-about__history-item--left .p-about__history-card {
  grid-column: 1;
  text-align: left;
  padding-right: 0;
}
@media screen and (max-width: 919px) {
  .p-about__history-item--left .p-about__history-card {
    grid-column: 2;
  }
}
@media screen and (min-width: 920px), print {
  .p-about__history-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 40px;
  }
}
@media screen and (min-width: 920px), print {
  .p-about__history-item--left .p-about__history-card {
    flex-direction: row-reverse;
  }
}
.p-about__history-year {
  margin: 0 0 8px;
  font-size: 2rem;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.15;
  color: #fff;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
@media screen and (min-width: 920px), print {
  .p-about__history-year {
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
}
.p-about__history-copy {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 919px) {
  .p-about__history-copy {
    flex: none;
  }
}
.p-about__history-body {
  margin: 0 0 6px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.96);
}
.p-about__history-date {
  margin: 0 !important;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.82);
}
@media screen and (min-width: 920px), print {
  .p-about__history-date {
    font-size: 1.6rem;
  }
}
.p-about__timeline {
  margin: 80px 0;
}
@media screen and (min-width: 920px), print {
  .p-about__timeline {
    margin: 120px 0;
  }
}
.p-about__timeline-inner {
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 920px), print {
  .p-about__timeline-inner {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-about__timeline-inner::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #022e86 0%, #022e86 100%);
    z-index: 0;
  }
}
.p-about__timeline-item {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 920px), print {
  .p-about__timeline-item {
    margin-bottom: 0;
    flex: 1;
    text-align: center;
    padding-top: 60px;
  }
  .p-about__timeline-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #022e86;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 1;
  }
}
@media (max-width: 919px) {
  .p-about__timeline-item::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #022e86;
    border-radius: 50%;
  }
}
.p-about__timeline-year {
  font-size: 2rem;
  font-weight: bold;
  color: #022e86;
  margin-bottom: 8px;
}
@media screen and (min-width: 920px), print {
  .p-about__timeline-year {
    font-size: 2.4rem;
  }
}
.p-about__access {
  margin: 80px 0;
}
@media screen and (min-width: 920px), print {
  .p-about__access {
    margin: 120px 0;
  }
}
.p-about__access-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 920px), print {
  .p-about__access-inner {
    grid-template-columns: 2fr 1fr;
    gap: 60px;
  }
}
.p-about__access-map {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.p-about__access-map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 920px), print {
  .p-about__access-map iframe {
    height: 400px;
  }
}
.p-about__access-info p {
  margin: 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 920px), print {
  .p-about__access-info p {
    font-size: 1.4rem;
  }
}
.p-about__access-info p:last-child {
  margin-bottom: 0;
}
.p-about__access-info p strong {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  font-size: 1.5rem;
}
@media screen and (min-width: 920px), print {
  .p-about__access-info p strong {
    font-size: 1.6rem;
  }
}
.p-about__links {
  margin: 80px 0;
}
@media screen and (min-width: 920px), print {
  .p-about__links {
    margin: 120px 0;
  }
}
.p-about__links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 920px), print {
  .p-about__links-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.p-about__link-card {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-about__link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.p-about__link-card-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.p-about__link-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-about__link-card-title {
  display: block;
  padding: 16px;
  background: #f8f8f8;
  font-size: 1.4rem;
  font-weight: bold;
  color: #212121;
  text-align: center;
}
@media screen and (min-width: 920px), print {
  .p-about__link-card-title {
    padding: 20px;
    font-size: 1.5rem;
  }
}
/* ========================================
  project
======================================== */
.p-message__kv {
  background-image: url("../img/header/sc_message2026_m.webp");
}
.p-message__item {
  min-height: 0;
}
@media screen and (min-width: 920px), print {
  .p-message__item {
    height: 100%;
  }
}
.p-message__item-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 920px), print {
  .p-message__item-inner {
    min-height: 100%;
  }
}
.p-message__body {
  flex: 0 1 auto;
}
.p-message__signoff {
  margin-top: auto;
  padding-top: 1.5em;
  text-align: right;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-message__signoff span {
  font-size: 2.2rem;
}

/* ========================================
  project
======================================== */
.p-terms__kv {
  background-image: url("../img/header/sc_terms_m.webp");
}
.p-terms__body {
  margin-top: 0;
}
h2#terms01 {
  margin: 40px 0 30px;
}
@media screen and (min-width: 920px), print {
  h2#terms01 {
    margin: 100px 0 60px;
    margin: 60px 0 60px;
  }
}

/* ========================================
  project
======================================== */
.p-privacy__kv {
  background-image: url("../img/header/sc_privacy_m.webp");
}
.p-privacy__body {
  margin-top: 0;
}
h2#privacy01 {
  margin: 40px 0 30px;
}
@media screen and (min-width: 920px), print {
  h2#privacy01 {
    margin: 60px 0 60px;
  }
}

/* ========================================
  project
======================================== */
.p-security__kv {
  background-image: url("../img/header/sc_security_m.webp");
}
.p-security__body {
  margin-top: 0;
}
.p-security__img {
  display: block;
  margin: 24px auto;
  max-width: 100%;
  height: auto;
  width: 150px;
}
@media screen and (min-width: 920px), print {
  .p-security__img {
    width: 260px;
  }
}

/* ========================================
  project
======================================== */
.p-recruit {
  /* 「求職活動されている皆様へ」：SP は写真を上・中央／PC は従来どおりテキスト左・写真右 */
}
.p-recruit__kv {
  background-image: url("../img/header/sc_all2026_m.webp");
}
.p-recruit__tabs {
  margin-top: 24px;
}
@media screen and (min-width: 920px), print {
  .p-recruit__tabs {
    margin-top: 32px;
  }
}
.p-recruit__tabs-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  gap: 4px 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 920px), print {
  .p-recruit__tabs-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 32px;
  }
}
.p-recruit__tabs-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding: 10px 8px 12px;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  color: #888;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 920px), print {
  .p-recruit__tabs-tab {
    flex: 0 1 auto;
    min-width: auto;
    padding: 12px 20px 14px;
    font-size: 1.8rem;
  }
}
.p-recruit__tabs-tab:hover {
  color: #022e86;
}
.p-recruit__tabs-tab:focus-visible {
  outline: 2px solid #022e86;
  outline-offset: 2px;
}
.p-recruit__tabs-tab[aria-selected=true] {
  color: #022e86;
  font-weight: 700;
  border-bottom-color: #022e86;
}
.p-recruit__tabs-panels {
  min-height: 1px;
}
.p-recruit__tabs-panel[hidden] {
  display: none !important;
}
.p-recruit__logo-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 16px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: #fff;
}
.p-recruit__logo-ring img {
  display: block;
  width: 64px;
  height: 64px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (min-width: 920px), print {
  .p-recruit__logo-ring {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    padding: 12px;
  }
  .p-recruit__logo-ring img {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 919px) {
  .p-recruit .l-bg-skyblue .l-grid.l-grid--2-10-2 .l-grid__item:first-child {
    order: 2;
  }
  .p-recruit .l-bg-skyblue .l-grid.l-grid--2-10-2 .l-grid__item:last-child {
    order: 1;
    justify-self: center;
    text-align: center;
  }
  .p-recruit .l-bg-skyblue .l-grid.l-grid--2-10-2 .img-profile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }
}

.img-profile {
  width: 150px;
}

.p-recruit__cards .p-recruit__cards__swiper {
  overflow: hidden;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.p-recruit__cards .p-recruit__cards__pagination {
  margin-top: 16px;
  text-align: center;
}
.p-recruit__cards .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.p-recruit__cards .swiper-pagination-bullet-active {
  background: #022e86;
}

/* ========================================
  project
======================================== */
.p-interview-01__kv {
  background-image: url("../img/header/sc_interview-01.webp");
}
.p-interview-02__kv {
  background-image: url("../img/header/sc_interview-02.webp");
}
.p-interview-03__kv {
  background-image: url("../img/header/sc_interview-03.webp");
}
.p-interview-04__kv {
  background-image: url("../img/header/sc_interview-04.webp");
}
.p-interview-05__kv {
  background-image: url("../img/header/sc_interview-05.webp");
}
.p-interview__img {
  margin: 0 auto 20px;
}
@media screen and (min-width: 920px), print {
  .p-interview__img {
    margin-bottom: 40px;
    max-width: 80%;
  }
}

/* ========================================
  project
======================================== */
.p-group {
  /* 共通 h2 の左スキューバーなし */
  /* 会社概要ページと同じ .p-about__profile-* を流用（表は div グリッド） */
  /* About の PC2カラム用 grid を上書き：グループは1カラムだけなのでコンテンツ幅いっぱい */
}
.p-group__kv {
  background-image: url("../img/header/sc_group.webp");
}
.p-group__heading--plain {
  padding-left: 0;
  font-weight: normal;
}
.p-group__heading--plain::before {
  display: none;
}
.p-group__logo_area {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  align-items: stretch;
  /* SP: 3カラム幅で横スクロール（scroll-snap） */
}
@media (max-width: 919px) {
  .p-group__logo_area {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}
@media screen and (min-width: 920px), print {
  .p-group__logo_area {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 48px;
    overflow: visible;
  }
}
.p-group__logo-item {
  min-width: 0;
  text-align: center;
}
@media (max-width: 919px) {
  .p-group__logo-item {
    flex: 0 0 calc((100% - 16px) / 3);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}
.p-group__logo-item a {
  display: block;
  padding: 8px;
  border: 1px solid #eee;
  background: #fff;
  transition: opacity 0.2s ease;
}
.p-group__logo-item a:hover {
  opacity: 0.85;
}
@media screen and (min-width: 920px), print {
  .p-group__logo-item a {
    padding: 12px 16px;
  }
}
.p-group__logo-item img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 0 auto;
}
.p-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-group__company {
  scroll-margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 36px 0;
}
@media screen and (min-width: 920px), print {
  .p-group__company {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
    padding: 48px 0;
  }
}
.p-group__company:first-child {
  padding-top: 0;
}
.p-group__company-logo {
  border: 1px solid #eee;
}
.p-group .p-about__profile-grid {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 920px), print {
  .p-group .p-about__profile-grid {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.p-group .p-about__profile-col {
  max-width: 100%;
}
.p-group__meta-note {
  color: #888;
}
.p-group__cards {
  margin-top: 0;
}

/* ========================================
  project
======================================== */
.p-business {
  /* /business/#faq … sticky ヘッダー分（%policy-page-body と同じ 120px） */
}
.p-business__kv {
  background-image: url("../img/header/sc_business_m.webp");
}
.p-business h2#faq {
  scroll-margin-top: 120px;
}

.p-business-termite__kv {
  background-image: url("../img/header/sc_business-shiroari_m.webp");
}
.p-business-termite__tenken-swiper {
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (min-width: 920px), print {
  .p-business-termite__tenken-swiper {
    margin-top: 32px;
  }
}
.p-business-termite__tenken-swiper .swiper-slide {
  height: auto;
}
.p-business-termite__tenken-swiper .swiper-slide:last-child .p-business-termite__step-img,
.p-business-termite__tenken-swiper .swiper-slide:last-child .p-business-termite__step-body {
  border-right: none;
}
.p-business-termite__step {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}
.p-business-termite__step-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e8e8e8;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.p-business-termite__step-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business-termite__step-body {
  display: flex;
  flex-direction: row;
  gap: 16px;
  min-height: 100px;
  padding: 20px 16px;
  background-color: #333333;
  color: #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 920px), print {
  .p-business-termite__step-body {
    gap: 20px;
    min-height: 120px;
    padding: 24px 20px;
  }
}
.p-business-termite__step-num {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 920px), print {
  .p-business-termite__step-num {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.p-business-termite__step-txt {
  flex: 1;
  min-width: 0;
  margin: 0;
  line-height: 1.65;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 920px), print {
  .p-business-termite__step-txt {
    line-height: 1.7;
  }
}
.p-business-termite__step-txt:empty {
  display: none;
}
.p-business-termite__signs-grid .l-grid__item {
  text-align: left;
}
.p-business-termite__signs-grid .l-grid__item > img:first-child {
  display: block;
  width: 100px;
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 920px), print {
  .p-business-termite__signs-grid .l-grid__item > img:first-child {
    margin-bottom: 24px;
  }
}

.p-business-underfloor__kv {
  background-image: url("../img/header/sc_business-yukashita_m.webp");
}
.p-business__cards__swiper {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.p-business__cards .p-top__cards--item__img {
  width: 100%;
}
@media screen and (min-width: 920px), print {
  .p-business__cards .p-top__cards--item__btn {
    width: 40%;
  }
}

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

.p-business__faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}

.p-business__faq-item {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 920px), print {
  .p-business__faq-item {
    padding: 0 20px;
  }
}
.p-business__faq-item.is-open .p-business__faq-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.p-business__faq-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  text-align: left;
  font-family: inherit;
  font-size: 1.6rem;
  color: #212121;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 920px), print {
  .p-business__faq-trigger {
    gap: 16px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding: 22px 20px;
    font-size: 1.8rem;
  }
}
.p-business__faq-trigger:hover {
  background-color: rgba(2, 46, 134, 0.04);
}
.p-business__faq-trigger:focus-visible {
  outline: 2px solid #3366cc;
  outline-offset: 2px;
}

.p-business__faq-thumb {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
}
@media screen and (min-width: 920px), print {
  .p-business__faq-thumb {
    width: 60px;
    height: 60px;
  }
}
.p-business__faq-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-business__faq-thumb--spacer {
  visibility: hidden;
  pointer-events: none;
}

.p-business__faq-q,
.p-business__faq-a {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #3366cc;
  line-height: 1.2;
  width: 1.2em;
  text-align: center;
}
@media screen and (min-width: 920px), print {
  .p-business__faq-q,
  .p-business__faq-a {
    font-size: 1.8rem;
  }
}

.p-business__faq-a {
  padding-top: 10px;
}

.p-business__faq-question {
  flex: 1;
  min-width: 0;
  font-weight: 700;
}

.p-business__faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: 4px;
}
.p-business__faq-icon::before, .p-business__faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #3366cc;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.p-business__faq-icon::before {
  width: 14px;
  height: 2px;
}
.p-business__faq-icon::after {
  width: 2px;
  height: 14px;
}

.p-business__faq-panel[hidden] {
  display: none;
}

.p-business__faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 10px 20px 0;
  margin-top: -4px;
}
@media screen and (min-width: 920px), print {
  .p-business__faq-answer {
    gap: 16px;
    margin-top: 0;
    padding: 0 100px 24px 0;
  }
}

.p-business__faq-answer-body {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.p-business__faq-answer-body p {
  margin: 0;
  color: #212121;
}

.p-business-check__lead {
  margin: 0;
  color: #212121;
}
.p-business-check__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 920px), print {
  .p-business-check__list {
    margin-top: 28px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 420px));
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 24px;
  }
}
.p-business-check__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
@media screen and (min-width: 920px), print {
  .p-business-check__item {
    gap: 16px;
  }
}
.p-business-check__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-top: 0.15em;
  border: 2px solid #ec8b35;
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 920px), print {
  .p-business-check__icon {
    margin-top: 0.1em;
  }
}
.p-business-check__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 44%;
  width: 5px;
  height: 9px;
  border: 2px solid #ec8b35;
  border-top: 0;
  border-left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-business-check__text {
  flex: 1;
  min-width: 0;
  color: #212121;
  text-align: left;
}

/* ========================================
  project
======================================== */
.p-contact__kv {
  background-image: url("../img/header/sc_contact2026_m.webp");
}
.p-contact__body {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 920px), print {
  .p-contact__body {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.p-contact__cf7-notice {
  padding: 1.5rem;
  background-color: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 4px;
  font-size: 1.4rem;
}
.p-contact .p-contact__cf7 {
  max-width: 800px;
  margin-inline: auto;
}
.p-contact .wpcf7 {
  font-size: 1.6rem;
}
@media screen and (min-width: 920px), print {
  .p-contact .wpcf7 {
    font-size: 1.8rem;
  }
}
.p-contact .wpcf7 p {
  margin-bottom: 1.5rem;
}
.p-contact .wpcf7 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.p-contact .wpcf7 input[type=text],
.p-contact .wpcf7 input[type=email],
.p-contact .wpcf7 input[type=tel],
.p-contact .wpcf7 input[type=url],
.p-contact .wpcf7 input[type=number],
.p-contact .wpcf7 textarea,
.p-contact .wpcf7 select {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  box-sizing: border-box;
}
.p-contact .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}
.p-contact .wpcf7 input[type=submit],
.p-contact .wpcf7 .wpcf7-submit {
  width: auto;
  min-width: 200px;
  padding: 12px 30px;
  background-color: #ec8b35;
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin: auto;
}
.p-contact .wpcf7 input[type=submit]:hover,
.p-contact .wpcf7 .wpcf7-submit:hover {
  opacity: 0.8;
}
.p-contact .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #b91c1c;
}
.p-contact .wpcf7 .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 1.3rem;
}
.p-contact .wpcf7.invalid .wpcf7-response-output, .p-contact .wpcf7.unaccepted .wpcf7-response-output, .p-contact .wpcf7.payment-required .wpcf7-response-output {
  border-color: #fca5a5;
  background-color: #fef2f2;
}
.p-contact .wpcf7.sent .wpcf7-response-output {
  border-color: #86efac;
  background-color: #f0fdf4;
}

/* フォーム全体の枠（dl構造のベース） */
.form-container {
  max-width: 1000px;
  margin: 20px auto;
  font-size: 16px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  /* リスト全体のスタイル */
  /* スマホ表示（767px以下）では縦並びにする */
}
.form-container dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  margin: 0;
}
.form-container dt {
  width: 30%; /* 項目名の幅 */
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.form-container dt p {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 920px), print {
  .form-container dt {
    border-bottom: 1px solid #ddd;
  }
}
.form-container dd {
  width: 70%; /* 入力欄の幅 */
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  /* 入力フィールド共通 */
  /* 住所欄などの複数入力の隙間 */
}
.form-container dd input[type=text],
.form-container dd input[type=email],
.form-container dd input[type=tel],
.form-container dd textarea,
.form-container dd select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}
.form-container dd input[type=text]:focus,
.form-container dd input[type=email]:focus,
.form-container dd input[type=tel]:focus,
.form-container dd textarea:focus,
.form-container dd select:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.2);
}
.form-container dd input + input {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .form-container dt,
  .form-container dd {
    width: 100%;
  }
  .form-container dt {
    padding: 20px 0 10px;
  }
  .form-container dd {
    padding: 15px 0;
  }
}

/* 必須ラベル */
.required-label {
  background-color: #ff4d4d;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
  display: inline-block;
  line-height: 1.5;
}

/* チェックボックス・承諾ボタンの調整 */
.wpcf7-list-item {
  display: block;
  margin: 8px 0;
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
  display: inline-block !important;
  width: auto !important;
  margin-right: 10px !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: checkbox !important;
}

.wpcf7-list-item-label {
  font-weight: normal;
  cursor: pointer;
}

/* 承諾確認エリアの強調 */
.wpcf7-acceptance .wpcf7-list-item {
  background: #fff9e6;
  padding: 15px;
  border: 1px solid #ffcc00;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
}

/* 送信ボタン（中央配置） */
.wpcf7-submit {
  display: block;
  width: 280px;
  margin: 40px auto;
  padding: 18px;
  background-color: #0073aa;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wpcf7-submit:hover {
  background-color: #005177;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.wpcf7-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  margin-top: 8px;
  display: block;
}

/* reCAPTCHAバッジ：スマホ幅のみ非表示（PCでは表示） */
@media screen and (max-width: 919px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
}

/* ========================================
  utility
======================================== */
.u-align-center {
  text-align: center;
}
.u-align-left {
  text-align: left;
}
.u-align-right {
  text-align: right;
}

.u-small {
  color: #888;
  font-size: 1.4rem;
  line-height: 20px;
}

.u-large {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  font-size: 5rem;
  color: #022e86;
  margin-bottom: 45px;
  line-height: 0.5;
}
@media screen and (min-width: 920px), print {
  .u-large {
    font-size: 8rem;
  }
}

h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 30px;
  padding-left: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 920px), print {
  h2 {
    font-size: 3rem;
    margin: 100px 0 60px;
    padding-left: 28px;
  }
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-25deg);
  width: 6px;
  height: 1em; /* テキスト1行分の高さ */
  background: linear-gradient(155deg, #022e86, #2871fa, #6600cc);
}
h2:first-of-type {
  margin-top: 0;
}

.u-line {
  padding: 0.12em 0.14em 0.1em;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 69%, #fcdab7 69%, #fcdab7 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #212121;
  font-family: "Noto Serif JP", serif;
  font-weight: inherit;
  line-height: inherit;
}

h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 8px;
  color: #212121;
}
@media screen and (min-width: 920px), print {
  h3 {
    font-size: 2.1rem;
    margin: 30px 0 12px;
  }
}
h3.u-line {
  padding: 0.12em 0.14em 0.1em;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 69%, #fcdab7 69%, #fcdab7 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.u-mb160 {
  margin-bottom: 60px;
}
@media screen and (min-width: 920px), print {
  .u-mb160 {
    margin-bottom: 160px;
  }
}

.u-mg0 {
  margin: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg0--pc {
    margin: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg0--sp {
    margin: 0px !important;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt0--pc {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt0--sp {
    margin-top: 0px !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml0--pc {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml0--sp {
    margin-left: 0px !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb0--pc {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb0--sp {
    margin-bottom: 0px !important;
  }
}

.u-mr0 {
  margin-right: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr0--pc {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr0--sp {
    margin-right: 0px !important;
  }
}

.u-pd0 {
  padding: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd0--pc {
    padding: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd0--sp {
    padding: 0px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt0--pc {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt0--sp {
    padding-top: 0px !important;
  }
}

.u-pl0 {
  padding-left: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl0--pc {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl0--sp {
    padding-left: 0px !important;
  }
}

.u-pb0 {
  padding-bottom: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb0--sp {
    padding-bottom: 0px !important;
  }
}

.u-pr0 {
  padding-right: 0px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr0--pc {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr0--sp {
    padding-right: 0px !important;
  }
}

.u-mg5 {
  margin: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg5--pc {
    margin: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg5--sp {
    margin: 5px !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt5--pc {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt5--sp {
    margin-top: 5px !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml5--pc {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml5--sp {
    margin-left: 5px !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb5--pc {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb5--sp {
    margin-bottom: 5px !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr5--pc {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr5--sp {
    margin-right: 5px !important;
  }
}

.u-pd5 {
  padding: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd5--pc {
    padding: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd5--sp {
    padding: 5px !important;
  }
}

.u-pt5 {
  padding-top: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt5--pc {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt5--sp {
    padding-top: 5px !important;
  }
}

.u-pl5 {
  padding-left: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl5--pc {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl5--sp {
    padding-left: 5px !important;
  }
}

.u-pb5 {
  padding-bottom: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb5--pc {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb5--sp {
    padding-bottom: 5px !important;
  }
}

.u-pr5 {
  padding-right: 5px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr5--pc {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr5--sp {
    padding-right: 5px !important;
  }
}

.u-mg10 {
  margin: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg10--pc {
    margin: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg10--sp {
    margin: 10px !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt10--pc {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt10--sp {
    margin-top: 10px !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml10--pc {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml10--sp {
    margin-left: 10px !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr10--pc {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr10--sp {
    margin-right: 10px !important;
  }
}

.u-pd10 {
  padding: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd10--pc {
    padding: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd10--sp {
    padding: 10px !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt10--pc {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt10--sp {
    padding-top: 10px !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl10--pc {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl10--sp {
    padding-left: 10px !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
}

.u-pr10 {
  padding-right: 10px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr10--pc {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr10--sp {
    padding-right: 10px !important;
  }
}

.u-mg15 {
  margin: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg15--pc {
    margin: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg15--sp {
    margin: 15px !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt15--pc {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt15--sp {
    margin-top: 15px !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml15--pc {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml15--sp {
    margin-left: 15px !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb15--pc {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb15--sp {
    margin-bottom: 15px !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr15--pc {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr15--sp {
    margin-right: 15px !important;
  }
}

.u-pd15 {
  padding: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd15--pc {
    padding: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd15--sp {
    padding: 15px !important;
  }
}

.u-pt15 {
  padding-top: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt15--pc {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt15--sp {
    padding-top: 15px !important;
  }
}

.u-pl15 {
  padding-left: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl15--pc {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl15--sp {
    padding-left: 15px !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb15--pc {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb15--sp {
    padding-bottom: 15px !important;
  }
}

.u-pr15 {
  padding-right: 15px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr15--pc {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr15--sp {
    padding-right: 15px !important;
  }
}

.u-mg20 {
  margin: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg20--pc {
    margin: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg20--sp {
    margin: 20px !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt20--pc {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt20--sp {
    margin-top: 20px !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml20--pc {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml20--sp {
    margin-left: 20px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr20--pc {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr20--sp {
    margin-right: 20px !important;
  }
}

.u-pd20 {
  padding: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd20--pc {
    padding: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd20--sp {
    padding: 20px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt20--pc {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt20--sp {
    padding-top: 20px !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl20--pc {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl20--sp {
    padding-left: 20px !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
}

.u-pr20 {
  padding-right: 20px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr20--pc {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr20--sp {
    padding-right: 20px !important;
  }
}

.u-mg25 {
  margin: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg25--pc {
    margin: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg25--sp {
    margin: 25px !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt25--pc {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt25--sp {
    margin-top: 25px !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml25--pc {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml25--sp {
    margin-left: 25px !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb25--pc {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb25--sp {
    margin-bottom: 25px !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr25--pc {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr25--sp {
    margin-right: 25px !important;
  }
}

.u-pd25 {
  padding: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd25--pc {
    padding: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd25--sp {
    padding: 25px !important;
  }
}

.u-pt25 {
  padding-top: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt25--pc {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt25--sp {
    padding-top: 25px !important;
  }
}

.u-pl25 {
  padding-left: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl25--pc {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl25--sp {
    padding-left: 25px !important;
  }
}

.u-pb25 {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb25--pc {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb25--sp {
    padding-bottom: 25px !important;
  }
}

.u-pr25 {
  padding-right: 25px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr25--pc {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr25--sp {
    padding-right: 25px !important;
  }
}

.u-mg30 {
  margin: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg30--pc {
    margin: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg30--sp {
    margin: 30px !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt30--pc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt30--sp {
    margin-top: 30px !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml30--pc {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml30--sp {
    margin-left: 30px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
}

.u-mr30 {
  margin-right: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr30--pc {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr30--sp {
    margin-right: 30px !important;
  }
}

.u-pd30 {
  padding: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd30--pc {
    padding: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd30--sp {
    padding: 30px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt30--pc {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt30--sp {
    padding-top: 30px !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl30--pc {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl30--sp {
    padding-left: 30px !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
}

.u-pr30 {
  padding-right: 30px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr30--pc {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr30--sp {
    padding-right: 30px !important;
  }
}

.u-mg35 {
  margin: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg35--pc {
    margin: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg35--sp {
    margin: 35px !important;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt35--pc {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt35--sp {
    margin-top: 35px !important;
  }
}

.u-ml35 {
  margin-left: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml35--pc {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml35--sp {
    margin-left: 35px !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb35--pc {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb35--sp {
    margin-bottom: 35px !important;
  }
}

.u-mr35 {
  margin-right: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr35--pc {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr35--sp {
    margin-right: 35px !important;
  }
}

.u-pd35 {
  padding: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd35--pc {
    padding: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd35--sp {
    padding: 35px !important;
  }
}

.u-pt35 {
  padding-top: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt35--pc {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt35--sp {
    padding-top: 35px !important;
  }
}

.u-pl35 {
  padding-left: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl35--pc {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl35--sp {
    padding-left: 35px !important;
  }
}

.u-pb35 {
  padding-bottom: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb35--pc {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb35--sp {
    padding-bottom: 35px !important;
  }
}

.u-pr35 {
  padding-right: 35px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr35--pc {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr35--sp {
    padding-right: 35px !important;
  }
}

.u-mg40 {
  margin: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg40--pc {
    margin: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg40--sp {
    margin: 40px !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt40--pc {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt40--sp {
    margin-top: 40px !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml40--pc {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml40--sp {
    margin-left: 40px !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
}

.u-mr40 {
  margin-right: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr40--pc {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr40--sp {
    margin-right: 40px !important;
  }
}

.u-pd40 {
  padding: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd40--pc {
    padding: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd40--sp {
    padding: 40px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt40--pc {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt40--sp {
    padding-top: 40px !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl40--pc {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl40--sp {
    padding-left: 40px !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
}

.u-pr40 {
  padding-right: 40px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr40--pc {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr40--sp {
    padding-right: 40px !important;
  }
}

.u-mg45 {
  margin: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg45--pc {
    margin: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg45--sp {
    margin: 45px !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt45--pc {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt45--sp {
    margin-top: 45px !important;
  }
}

.u-ml45 {
  margin-left: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml45--pc {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml45--sp {
    margin-left: 45px !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb45--pc {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb45--sp {
    margin-bottom: 45px !important;
  }
}

.u-mr45 {
  margin-right: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr45--pc {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr45--sp {
    margin-right: 45px !important;
  }
}

.u-pd45 {
  padding: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd45--pc {
    padding: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd45--sp {
    padding: 45px !important;
  }
}

.u-pt45 {
  padding-top: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt45--pc {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt45--sp {
    padding-top: 45px !important;
  }
}

.u-pl45 {
  padding-left: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl45--pc {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl45--sp {
    padding-left: 45px !important;
  }
}

.u-pb45 {
  padding-bottom: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb45--pc {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb45--sp {
    padding-bottom: 45px !important;
  }
}

.u-pr45 {
  padding-right: 45px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr45--pc {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr45--sp {
    padding-right: 45px !important;
  }
}

.u-mg50 {
  margin: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg50--pc {
    margin: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg50--sp {
    margin: 50px !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt50--pc {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt50--sp {
    margin-top: 50px !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml50--pc {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml50--sp {
    margin-left: 50px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr50--pc {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr50--sp {
    margin-right: 50px !important;
  }
}

.u-pd50 {
  padding: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd50--pc {
    padding: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd50--sp {
    padding: 50px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt50--pc {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt50--sp {
    padding-top: 50px !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl50--pc {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl50--sp {
    padding-left: 50px !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
}

.u-pr50 {
  padding-right: 50px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr50--pc {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr50--sp {
    padding-right: 50px !important;
  }
}

.u-mg55 {
  margin: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg55--pc {
    margin: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg55--sp {
    margin: 55px !important;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt55--pc {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt55--sp {
    margin-top: 55px !important;
  }
}

.u-ml55 {
  margin-left: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml55--pc {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml55--sp {
    margin-left: 55px !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb55--pc {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb55--sp {
    margin-bottom: 55px !important;
  }
}

.u-mr55 {
  margin-right: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr55--pc {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr55--sp {
    margin-right: 55px !important;
  }
}

.u-pd55 {
  padding: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd55--pc {
    padding: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd55--sp {
    padding: 55px !important;
  }
}

.u-pt55 {
  padding-top: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt55--pc {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt55--sp {
    padding-top: 55px !important;
  }
}

.u-pl55 {
  padding-left: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl55--pc {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl55--sp {
    padding-left: 55px !important;
  }
}

.u-pb55 {
  padding-bottom: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb55--pc {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb55--sp {
    padding-bottom: 55px !important;
  }
}

.u-pr55 {
  padding-right: 55px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr55--pc {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr55--sp {
    padding-right: 55px !important;
  }
}

.u-mg60 {
  margin: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg60--pc {
    margin: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg60--sp {
    margin: 60px !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt60--pc {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt60--sp {
    margin-top: 60px !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml60--pc {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml60--sp {
    margin-left: 60px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
}

.u-mr60 {
  margin-right: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr60--pc {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr60--sp {
    margin-right: 60px !important;
  }
}

.u-pd60 {
  padding: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd60--pc {
    padding: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd60--sp {
    padding: 60px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt60--pc {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt60--sp {
    padding-top: 60px !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl60--pc {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl60--sp {
    padding-left: 60px !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
}

.u-pr60 {
  padding-right: 60px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr60--pc {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr60--sp {
    padding-right: 60px !important;
  }
}

.u-mg65 {
  margin: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg65--pc {
    margin: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg65--sp {
    margin: 65px !important;
  }
}

.u-mt65 {
  margin-top: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt65--pc {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt65--sp {
    margin-top: 65px !important;
  }
}

.u-ml65 {
  margin-left: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml65--pc {
    margin-left: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml65--sp {
    margin-left: 65px !important;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb65--pc {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb65--sp {
    margin-bottom: 65px !important;
  }
}

.u-mr65 {
  margin-right: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr65--pc {
    margin-right: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr65--sp {
    margin-right: 65px !important;
  }
}

.u-pd65 {
  padding: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd65--pc {
    padding: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd65--sp {
    padding: 65px !important;
  }
}

.u-pt65 {
  padding-top: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt65--pc {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt65--sp {
    padding-top: 65px !important;
  }
}

.u-pl65 {
  padding-left: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl65--pc {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl65--sp {
    padding-left: 65px !important;
  }
}

.u-pb65 {
  padding-bottom: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb65--pc {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb65--sp {
    padding-bottom: 65px !important;
  }
}

.u-pr65 {
  padding-right: 65px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr65--pc {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr65--sp {
    padding-right: 65px !important;
  }
}

.u-mg70 {
  margin: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg70--pc {
    margin: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg70--sp {
    margin: 70px !important;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt70--pc {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt70--sp {
    margin-top: 70px !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml70--pc {
    margin-left: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml70--sp {
    margin-left: 70px !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr70--pc {
    margin-right: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr70--sp {
    margin-right: 70px !important;
  }
}

.u-pd70 {
  padding: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd70--pc {
    padding: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd70--sp {
    padding: 70px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt70--pc {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt70--sp {
    padding-top: 70px !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl70--pc {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl70--sp {
    padding-left: 70px !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
}

.u-pr70 {
  padding-right: 70px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr70--pc {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr70--sp {
    padding-right: 70px !important;
  }
}

.u-mg75 {
  margin: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg75--pc {
    margin: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg75--sp {
    margin: 75px !important;
  }
}

.u-mt75 {
  margin-top: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt75--pc {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt75--sp {
    margin-top: 75px !important;
  }
}

.u-ml75 {
  margin-left: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml75--pc {
    margin-left: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml75--sp {
    margin-left: 75px !important;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb75--pc {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb75--sp {
    margin-bottom: 75px !important;
  }
}

.u-mr75 {
  margin-right: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr75--pc {
    margin-right: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr75--sp {
    margin-right: 75px !important;
  }
}

.u-pd75 {
  padding: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd75--pc {
    padding: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd75--sp {
    padding: 75px !important;
  }
}

.u-pt75 {
  padding-top: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt75--pc {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt75--sp {
    padding-top: 75px !important;
  }
}

.u-pl75 {
  padding-left: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl75--pc {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl75--sp {
    padding-left: 75px !important;
  }
}

.u-pb75 {
  padding-bottom: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb75--pc {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb75--sp {
    padding-bottom: 75px !important;
  }
}

.u-pr75 {
  padding-right: 75px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr75--pc {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr75--sp {
    padding-right: 75px !important;
  }
}

.u-mg80 {
  margin: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg80--pc {
    margin: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg80--sp {
    margin: 80px !important;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt80--pc {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt80--sp {
    margin-top: 80px !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml80--pc {
    margin-left: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml80--sp {
    margin-left: 80px !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
}

.u-mr80 {
  margin-right: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr80--pc {
    margin-right: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr80--sp {
    margin-right: 80px !important;
  }
}

.u-pd80 {
  padding: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd80--pc {
    padding: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd80--sp {
    padding: 80px !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt80--pc {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt80--sp {
    padding-top: 80px !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl80--pc {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl80--sp {
    padding-left: 80px !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
}

.u-pr80 {
  padding-right: 80px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr80--pc {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr80--sp {
    padding-right: 80px !important;
  }
}

.u-mg85 {
  margin: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg85--pc {
    margin: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg85--sp {
    margin: 85px !important;
  }
}

.u-mt85 {
  margin-top: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt85--pc {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt85--sp {
    margin-top: 85px !important;
  }
}

.u-ml85 {
  margin-left: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml85--pc {
    margin-left: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml85--sp {
    margin-left: 85px !important;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb85--pc {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb85--sp {
    margin-bottom: 85px !important;
  }
}

.u-mr85 {
  margin-right: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr85--pc {
    margin-right: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr85--sp {
    margin-right: 85px !important;
  }
}

.u-pd85 {
  padding: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd85--pc {
    padding: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd85--sp {
    padding: 85px !important;
  }
}

.u-pt85 {
  padding-top: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt85--pc {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt85--sp {
    padding-top: 85px !important;
  }
}

.u-pl85 {
  padding-left: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl85--pc {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl85--sp {
    padding-left: 85px !important;
  }
}

.u-pb85 {
  padding-bottom: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb85--pc {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb85--sp {
    padding-bottom: 85px !important;
  }
}

.u-pr85 {
  padding-right: 85px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr85--pc {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr85--sp {
    padding-right: 85px !important;
  }
}

.u-mg90 {
  margin: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg90--pc {
    margin: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg90--sp {
    margin: 90px !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt90--pc {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt90--sp {
    margin-top: 90px !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml90--pc {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml90--sp {
    margin-left: 90px !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
}

.u-mr90 {
  margin-right: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr90--pc {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr90--sp {
    margin-right: 90px !important;
  }
}

.u-pd90 {
  padding: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd90--pc {
    padding: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd90--sp {
    padding: 90px !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt90--pc {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt90--sp {
    padding-top: 90px !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl90--pc {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl90--sp {
    padding-left: 90px !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
}

.u-pr90 {
  padding-right: 90px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr90--pc {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr90--sp {
    padding-right: 90px !important;
  }
}

.u-mg95 {
  margin: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg95--pc {
    margin: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg95--sp {
    margin: 95px !important;
  }
}

.u-mt95 {
  margin-top: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt95--pc {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt95--sp {
    margin-top: 95px !important;
  }
}

.u-ml95 {
  margin-left: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml95--pc {
    margin-left: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml95--sp {
    margin-left: 95px !important;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb95--pc {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb95--sp {
    margin-bottom: 95px !important;
  }
}

.u-mr95 {
  margin-right: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr95--pc {
    margin-right: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr95--sp {
    margin-right: 95px !important;
  }
}

.u-pd95 {
  padding: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd95--pc {
    padding: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd95--sp {
    padding: 95px !important;
  }
}

.u-pt95 {
  padding-top: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt95--pc {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt95--sp {
    padding-top: 95px !important;
  }
}

.u-pl95 {
  padding-left: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl95--pc {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl95--sp {
    padding-left: 95px !important;
  }
}

.u-pb95 {
  padding-bottom: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb95--pc {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb95--sp {
    padding-bottom: 95px !important;
  }
}

.u-pr95 {
  padding-right: 95px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr95--pc {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr95--sp {
    padding-right: 95px !important;
  }
}

.u-mg100 {
  margin: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-mg100--pc {
    margin: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mg100--sp {
    margin: 100px !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-mt100--pc {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mt100--sp {
    margin-top: 100px !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-ml100--pc {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-ml100--sp {
    margin-left: 100px !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-mr100--pc {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-mr100--sp {
    margin-right: 100px !important;
  }
}

.u-pd100 {
  padding: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-pd100--pc {
    padding: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pd100--sp {
    padding: 100px !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-pt100--pc {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pt100--sp {
    padding-top: 100px !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-pl100--pc {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pl100--sp {
    padding-left: 100px !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
}

.u-pr100 {
  padding-right: 100px !important;
}
@media screen and (min-width: 920px), print {
  .u-pr100--pc {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 919px) {
  .u-pr100--sp {
    padding-right: 100px !important;
  }
}

.l-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 920px), print {
  .l-grid {
    gap: 32px;
  }
}
.l-grid--gap-xs {
  gap: 12px;
}
@media screen and (min-width: 920px), print {
  .l-grid--gap-xs {
    gap: 16px;
  }
}
.l-grid--gap-sm {
  gap: 16px;
}
@media screen and (min-width: 920px), print {
  .l-grid--gap-sm {
    gap: 20px;
  }
}
.l-grid--gap-lg {
  gap: 32px;
}
@media screen and (min-width: 920px), print {
  .l-grid--gap-lg {
    gap: 48px;
  }
}
.l-grid--gap-xl {
  gap: 32px;
}
@media screen and (min-width: 920px), print {
  .l-grid--gap-xl {
    gap: 64px;
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-4-8 {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-8-4 {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-10-2 {
    grid-template-columns: minmax(0, 10fr) minmax(0, 2fr);
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-2-10 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
  }
}
@media screen and (min-width: 920px) and (max-width: 1279px) {
  .l-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .l-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 920px) and (max-width: 1279px) {
  .l-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .l-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-fixed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-4-8-fixed {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-8-4-fixed {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-10-2-fixed {
    grid-template-columns: minmax(0, 10fr) minmax(0, 2fr);
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--2-2-10-fixed {
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--3-fixed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 920px), print {
  .l-grid--4-fixed {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.l-grid__item {
  min-width: 0;
}
@media screen and (min-width: 920px), print {
  .l-grid__item--span-2 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 920px), print {
  .l-grid__item--span-3 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 920px), print {
  .l-grid__item--span-4 {
    grid-column: span 4;
  }
}
.l-grid__item--full {
  grid-column: 1/-1;
}

.u-border {
  border: 1px solid #cccccc;
}
/*# sourceMappingURL=style.css.map */
