@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

/*:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}*/
/*:where(img,picture,svg){max-inline-size:100%;block-size:auto}*/
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --sans-font: "Noto Sans JP", sans-serif;
  --serif-font: "Noto Serif JP", serif;
  --inter-font: "Inter", sans-serif;
  --scroll-margin-top: 60px;
}

:lang(zh-CN) {
  --sans-font: "Noto Sans SC", sans-serif;
  --serif-font: "Noto Serif SC", serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: var(--serif-font);
  min-width: 320px;
  width: 100%;
  font-size: 4.1025641026vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
}

:root {
  --scroll-margin-top: 60px;
}

/*768px以上の端末に適用*/
@media only screen and (min-width: 768px) {
  :root {
    --scroll-margin-top: 96px;
  }
}
/*==================================================
	recapchaのバッジを非表示
================================================== */
.grecaptcha-badge {
  display: none;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*==================================================
	header
================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-header {
    position: sticky;
  }
}

.logged-in .l-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .l-header {
    top: 46px;
  }
}
.l-gnav {
  padding: 4.6153846154vw 6.1538461538vw 4.8717948718vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*768px以上の端末に適用*/
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-gnav {
    padding: 32px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .l-gnav {
    padding: 32px 100px;
  }
}
.l-gnav__logo {
  height: 23px;
  line-height: 1;
  /*768px以上の端末に適用*/
  /*960px以上の端末に適用*/
}
.l-gnav__logo img {
  width: auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .l-gnav__logo {
    height: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .l-gnav__logo {
    height: 32px;
  }
}
.l-gnav__function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-gnav__nav {
  display: none;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-gnav__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 40px 0 0;
  }
}
.l-gnav__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 1024px) {
  .l-gnav__nav-list {
    gap: 30px;
  }
}
.l-gnav__nav-item {
  font-size: 13px;
  line-height: 1;
  font-family: var(--serif-font);
  /*860px以上の端末に適用*/
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 860px) {
  .l-gnav__nav-item {
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .l-gnav__nav-item {
    font-size: 16px;
  }
}
.l-gnav__switcher {
  font-family: var(--serif-font);
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 0 0;
  gap: 4px;
  /*860px以上の端末に適用*/
}
@media only screen and (min-width: 860px) {
  .l-gnav__switcher {
    margin: 0 30px 0 0;
  }
}
.l-gnav__switcher-item--1 {
  margin-right: 1.5384615385vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-gnav__switcher-item--1 {
    margin-right: 10px;
  }
}
.l-gnav__switcher-item--2 {
  margin-left: 1.5384615385vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-gnav__switcher-item--2 {
    margin-left: 10px;
  }
}

.l-logo {
  position: fixed;
  left: 36.6px;
  top: 42px;
  z-index: 12;
  mix-blend-mode: difference;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-logo {
    left: 70px;
    top: 60px;
  }
}

.l-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}
.l-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.l-menu__close {
  position: absolute;
  top: 2.5641025641vw;
  right: 4.8717948718vw;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu__close {
    top: 28px;
    right: 94px;
    width: 40px;
    height: 40px;
  }
}
.l-menu__close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FF9B9B;
}
.l-menu__close span:first-child {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.l-menu__close span:last-child {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.l-menu__bg {
  display: none;
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 960px) {
  .l-menu__bg {
    display: block;
    width: calc(100% - 960px);
    height: 100%;
  }
}
.l-menu__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-menu__inner {
  padding: 0 8.2051282051vw;
  background: -webkit-gradient(linear, left top, right top, from(#dc000b), to(#6c0f10));
  background: linear-gradient(90deg, #dc000b 0%, #6c0f10 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu__inner {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
  }
}
.l-menu__inner.is-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-menu__copyright {
  font-size: 4.1025641026vw;
  text-align: center;
  margin: 5.1282051282vw auto 0;
  width: 67.1794871795vw;
  padding-bottom: 5.1282051282vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu__copyright {
    font-size: 15px;
    margin-top: 64px;
    width: 281px;
    padding-bottom: 32px;
  }
}
.l-menu__copyright--mt120 {
  margin-top: 30.7692307692vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu__copyright--mt120 {
    margin-top: 120px;
  }
}
.l-menu__copyright--mt84 {
  margin-top: 21.5384615385vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu__copyright--mt84 {
    margin-top: 84px;
  }
}
.l-menu .l-nav {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu .l-nav {
    width: 560px;
    margin: 0 auto;
  }
}
.l-menu .l-nav a {
  color: #fff;
}
.l-menu .l-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #FF9B9B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-menu .l-nav__item:first-child {
  border-top: 0;
}
.l-menu .l-nav__item-main {
  width: 30.7692307692vw;
  font-size: 4.1025641026vw;
  line-height: 1;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu .l-nav__item-main {
    width: 140px;
    font-size: 18px;
  }
}
.l-menu .l-nav__item-sub {
  width: calc(100% - 30.7692307692vw);
  font-size: 3.3333333333vw;
  line-height: 1.23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.0769230769vw 0;
  font-family: var(--sans-font);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu .l-nav__item-sub {
    width: calc(100% - 140px);
    font-size: 15px;
    padding: 15px 0;
  }
}
.l-menu .l-nav__item-sub li {
  width: 50%;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu .l-nav__item-sub li {
    width: 25%;
  }
}
.l-menu .l-nav__item-sub li a {
  display: block;
  padding: 1.5384615385vw 0 1.5384615385vw 3.8461538462vw;
  position: relative;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu .l-nav__item-sub li a {
    padding: 15px 0 15px 15px;
    white-space: nowrap;
  }
}
.l-menu .l-nav__item-sub li a::before {
  content: "";
  display: block;
  background: #FF9B9B;
  height: 2.0512820513vw;
  width: 2.0512820513vw;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  top: calc(50% - 1.0256410256vw);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-menu .l-nav__item-sub li a::before {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
}
.l-menu .l-nav__item-sub--w100 li {
  width: 100%;
}

.logged-in .l-menu__close {
  top: 14.358974359vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .logged-in .l-menu__close {
    top: 65px;
  }
}

.l-footer {
  background: #F2F2F2;
  padding: 9.4871794872vw 8.2051282051vw;
  /*768px以上の端末に適用*/
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 111px 40px 98px;
  }
}
.l-footer__inner {
  max-width: 1120px;
  margin: auto;
}
.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-footer__copyright {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 32px;
    margin: 32px 0 0 0;
  }
}
.l-footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-footer__text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.l-footer__text-ja {
  font-family: var(--sans-font);
  font-size: 2.8205128205vw;
  line-height: 1.6;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-footer__text-ja {
    font-size: 12px;
  }
}
.l-footer__text-en {
  font-size: 2.8205128205vw;
  font-family: var(--inter-font);
  letter-spacing: 0;
  line-height: 1.6;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-footer__text-en {
    font-size: 12px;
  }
}
.l-footer__logo {
  line-height: 1;
  height: 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-footer__logo {
    height: 32px;
  }
}
.l-footer__logo img {
  width: auto;
  height: 100%;
}

.l-footer__nav {
  display: none;
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 960px) {
  .l-footer__nav {
    display: block;
  }
}
.l-footer__nav .l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__nav .l-nav__item {
  padding: 0 32px 0 20px;
  border-right: 1px solid #E6E6E6;
}
.l-footer__nav .l-nav__item--top {
  display: none;
}
.l-footer__nav .l-nav__item--ima {
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 960px) {
  .l-footer__nav .l-nav__item--ima {
    padding-left: 0;
  }
}
.l-footer__nav .l-nav__item:last-of-type {
  border-right: 0;
}
.l-footer__nav .l-nav__item-main {
  font-family: var(--serif-font);
  font-size: 16px;
  line-height: 1;
  margin: 0 0 13px;
}
.l-footer__nav .l-nav__item-sub {
  font-family: var(--sans-font);
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.l-wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-wrapper {
    padding-top: 0;
  }
}

.l-main {
  padding: 0 0 25.641025641vw;
  position: relative;
  z-index: 2;
  width: 100vw;
  overflow: hidden;
  background-color: #fff;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-main {
    padding: 0 0 270px;
  }
}

.l-contents {
  width: 100%;
  padding: 0 8.2051282051vw 0;
  overflow: hidden;
  position: relative;
  /*768px以上の端末に適用*/
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .l-contents {
    padding: 0 40px 0;
  }
}
@media only screen and (min-width: 960px) {
  .l-contents {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.l-contents div:last-child {
  margin-bottom: 0;
}

/*--------------------------------------*
* component
*--------------------------------------*/
.c-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relaive;
  z-index: 20000;
}
.c-hamburger__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.c-keyvisual {
  position: relative;
}
.c-keyvisual__title {
  display: none;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-keyvisual__title {
    font-size: 3.125vw;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-keyvisual__title img {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-keyvisual__title img {
    width: 53.125%;
    height: auto;
  }
}
.c-keyvisual__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 39/49;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-keyvisual__item {
    aspect-ratio: 16/9;
  }
}
.c-keyvisual__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.c-btm-link {
  padding: 12.3076923077vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-btm-link {
    padding: 120px 0;
  }
}
.c-btm-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-btm-link__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}

.c-contents-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10vw 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-contents-title {
    margin: 136px 0 120px;
  }
}
.c-contents-title__en {
  font-size: 6.1538461538vw;
  line-height: 1;
  font-weight: 400;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-contents-title__en {
    font-size: 40px;
  }
}
.c-contents-title__ja {
  font-size: 3.5897435897vw;
  line-height: 1;
  font-weight: 400;
  margin: 5.1282051282vw 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-contents-title__ja {
    font-size: 16px;
    margin: 24px 0 0;
  }
}

.admin-bar .c-contents-title {
  /*768px以上の端末に適用*/
}
.c-contents-subtitle {
  margin: 0 0 8.2051282051vw;
  font-size: 4.6153846154vw;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-contents-subtitle {
    font-size: 26px;
    margin: 0 0 64px;
  }
}

.c-contents-minortitle {
  margin: 0 0 4.1025641026vw;
  font-size: 4.1025641026vw;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-contents-minortitle {
    font-size: 16px;
    margin: 0 0 40px;
  }
}

.c-works-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-works-list__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-works-list__list::after {
  content: "";
  display: block;
  height: 1px;
  width: 28.57142857%;
}
.c-works-list__item {
  margin: 0 0 10.2564102564vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-works-list__item {
    margin-bottom: 80px;
    width: 28.57142857%;
  }
}
.c-works-list__item--no-post {
  width: 100%;
  margin: 0;
  padding: 25vw 0;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-works-list__item--no-post {
    padding: 120px 0 240px;
  }
}
.c-works-list__img {
  margin: 0 0 4.1025641026vw;
  aspect-ratio: 3/2;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-works-list__img {
    margin: 0 0 16px;
  }
}
.c-works-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works-list__img-blank {
  border: 1px solid #E6E6E6;
}
.c-works-list__area {
  font-family: var(--sans-font);
  color: #707070;
  font-size: 3.0769230769vw;
  margin: 0 0 2.0512820513vw;
  line-height: 1;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-works-list__area {
    font-size: 12px;
    margin: 0 0 8px;
  }
}
.c-works-list__name {
  font-size: 3.8461538462vw;
  font-family: var(--serif-font);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-works-list__name {
    font-size: 15px;
  }
}

.c-btn, .c-btns__link {
  font-size: 3.8461538462vw;
  line-height: 1;
  display: inline-block;
  padding: 3.0769230769vw 15.641025641vw 3.0769230769vw 0;
  color: #fff;
  position: relative;
  margin: 0 auto;
  font-family: var(--serif-font);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-btn, .c-btns__link {
    font-size: 15px;
    padding: 12px 61px 12px 0;
  }
}
.c-btn::before, .c-btns__link::before {
  content: "";
  display: block;
  background: #fff;
  width: calc(100% - 5.3846153846vw);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-btn::before, .c-btns__link::before {
    width: calc(100% - 21px);
  }
}
.c-btn::after, .c-btns__link::after {
  content: "";
  display: block;
  width: 5.3846153846vw;
  height: 5.3846153846vw;
  background: url(../images/arrow_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 2.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-btn::after, .c-btns__link::after {
    width: 21px;
    height: 21px;
    top: 9px;
  }
}
.c-btn--b {
  color: #000;
}
.c-btn--b::before {
  background-color: #7c7c7c;
}
.c-btn--b::after {
  background: url(../images/arrow_b.svg) 0 0 no-repeat;
  background-size: cover;
}

.c-btns__item {
  max-width: 57.9487179487vw;
  margin-bottom: 3.0769230769vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-btns__item {
    width: 100%;
    margin-bottom: 12px;
  }
}
.c-btns__link {
  display: block;
  padding-right: 0;
}

.c-ftlink__inner {
  padding: 12.3076923077vw 21.0256410256vw 12.3076923077vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-ftlink__inner {
    padding: 88px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-ftlink span {
  font-size: 4.6153846154vw;
  line-height: 1;
  display: block;
  margin: 0 0 4.1025641026vw;
  white-space: nowrap;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-ftlink span {
    margin: 0;
    font-size: 24px;
    padding: 0 20px 0 0;
  }
}
.c-ftlink .c-btn, .c-ftlink .c-btns__link {
  margin: 0;
  width: 100%;
  display: block;
  padding-right: 8vw;
  margin: 0 0 2.0512820513vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-ftlink .c-btn, .c-ftlink .c-btns__link {
    width: auto;
    margin: 0;
    white-space: nowrap;
    padding-right: 45px;
  }
}

.c-block-text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-block-text-img {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    display: grid;
    grid-template-areas: "title image" "text image" "btn image";
    grid-template-columns: 1fr 520px;
    grid-template-rows: auto auto 1fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
.c-block-text-img__title {
  margin: 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-block-text-img__title {
    text-align: left;
    grid-area: title;
    margin: 0 0 32px;
  }
}
.c-block-text-img__img {
  margin: 0 0 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-block-text-img__img {
    grid-area: image;
    margin: 0;
  }
}
.c-block-text-img__text {
  margin: 0 0 5.1282051282vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-block-text-img__text {
    margin: 0 0 28px;
    grid-area: text;
  }
}
.c-block-text-img__text--en {
  text-align: left;
}
.c-block-text-img__btn {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-block-text-img__btn {
    grid-area: btn;
  }
}

.c-cat__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-cat__wrap {
    margin: 0 0 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.428571429vw;
    height: 40px;
  }
}
.c-cat__wrap--information {
  margin: 0 0 6.1538461538vw;
}

.c-cat-list {
  width: 100%;
  padding: 0 8.2051282051vw 0;
  position: relative;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  max-height: calc(10vw + 1px);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-cat-list {
    max-width: 231px;
    padding: 0;
    max-height: 40px;
  }
}
.c-cat-list.is-open {
  max-height: 500px;
}
.c-cat-list.is-open .c-cat-list__btn::after {
  background-image: url(../images/minus_b.svg);
}
.c-cat-list__btn {
  cursor: pointer;
  position: relative;
  padding: 3.0769230769vw 15.641025641vw 3.0769230769vw 0;
  font-size: 3.8461538462vw;
  line-height: 1;
  font-family: var(--serif-font);
  color: #000;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-cat-list__btn {
    font-size: 15px;
    padding: 12px 61px 12px 0;
  }
}
.c-cat-list__btn::before {
  content: "";
  display: block;
  background: #BEBEBE;
  width: calc(100% - 5.3846153846vw);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-cat-list__btn::before {
    width: calc(100% - 21px);
  }
}
.c-cat-list__btn::after {
  content: "";
  display: block;
  width: 5.3846153846vw;
  height: 5.3846153846vw;
  background: url(../images/plus_b.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 2.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-cat-list__btn::after {
    width: 21px;
    height: 21px;
    top: 9px;
  }
}
.c-cat-list.is-open .c-cat-list__list {
  max-height: 500px;
}
.c-cat-list__list {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #E6E6E6;
  border-bottom: 0;
  border-top: 0;
  width: calc(100% - 21.7948717949vw);
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  opacity: 0.95;
  z-index: 1000;
  margin: 0 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-cat-list__list {
    width: calc(100% - 21px);
    margin: 0;
  }
}
.c-cat-list__item {
  border-bottom: 1px solid #E6E6E6;
}
.c-cat-list__item.selected {
  background-color: #E6E6E6;
}
.c-cat-list__item.selected a {
  pointer-events: none;
}
.c-cat-list__link {
  display: block;
  padding: 2.8205128205vw 0;
  color: #333;
  text-decoration: none;
  font-size: 3.8461538462vw;
  line-height: 1;
  font-family: var(--serif-font);
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .c-cat-list__link {
    padding: 11px 0;
    font-size: 15px;
  }
}
.c-cat-list__link:hover {
  color: #666;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-loading__content {
  text-align: center;
}
.c-loading__text {
  max-width: 80%;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 1s ease-out 0.5s forwards;
          animation: fadeInUp 1s ease-out 0.5s forwards;
}

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.loading {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
body.loading .l-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
body.loading.loading-complete .l-wrapper {
  opacity: 1;
}

body.no-scroll {
  overflow: hidden;
}

/*--------------------------------------*
* project
*--------------------------------------*/
.p-home__lead {
  padding: 6.6666666667vw 0 14.358974359vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__lead {
    padding: 214px 0 165px;
  }
}
.p-home__lead-name {
  font-family: var(--serif-font);
  font-size: 5.641025641vw;
  line-height: 1.636;
  margin: 0 auto 17.9487179487vw;
  padding: 0 0 17.9487179487vw;
  text-align: center;
  position: relative;
  width: 58.4615384615vw;
  /*768px以上の端末に適用*/
}
.p-home__lead-name::after {
  content: "";
  display: block;
  width: 22.4358974359vw;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-home__lead-name {
    display: none;
  }
}
.p-home__lead-name img {
  width: 100%;
}
.p-home__lead-header {
  text-align: center;
  margin: 0 auto 16.4102564103vw;
  width: 41.5384615385vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__lead-header {
    width: min(43.07291667vw, 827px);
    margin: 0 auto 81.4px;
  }
}
.p-home__lead-header img {
  width: 100%;
}
.p-home__lead-content {
  /*768px以上の端末に適用*/
}
.p-home__lead-title {
  font-size: 5.1282051282vw;
  line-height: 1.66667;
  margin: 0 0 8.2051282051vw 0;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__lead-title {
    font-size: 26px;
    line-height: 1.4;
    margin: 0 0 32px 0;
  }
  .p-home__lead-title br {
    display: none;
  }
}
.p-home__lead-text {
  font-size: 3.8461538462vw;
  margin: 0 0 16.4102564103vw 0;
  font-family: var(--sans-font);
  text-align: justify;
  font-weight: 300;
  /*768px以上の端末に適用*/
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__lead-text {
    font-size: 16px;
    margin: 0 0 64px 0;
    text-align: center;
  }
}
.p-home__lead-text--en {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-home__lead-text {
    text-align: center;
  }
}
.p-home__lead-text br {
  display: none;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__lead-text br {
    display: inline;
  }
}
.p-home__lead-link {
  text-align: center;
}
.p-home__works {
  padding: 12.3076923077vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__works {
    padding: 120px 0 74px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.p-home__works-title {
  font-family: var(--serif-font);
  font-size: 5.1282051282vw;
  text-align: center;
  line-height: 1;
  margin: 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__works-title {
    font-size: 24px;
    margin: 0 0 72px;
  }
}
.p-home__works-contents {
  margin: 0 0 10.2564102564vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__works-contents {
    margin: 0 auto 72px;
    width: min(1120px, 58.33333333vw);
  }
}
.p-home__works-item {
  margin: 0 !important;
}
.p-home__works-item-img {
  margin: 0 0 4.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__works-item-img {
    margin: 0 0 24px;
  }
}
.p-home__works-item-title {
  text-align: center;
  font-family: var(--serif-font);
  font-size: 4.1025641026vw;
  margin: 0 0 2.0512820513vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__works-item-title {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
.p-home__works-item-desc {
  font-family: var(--serif-font);
  font-size: 3.5897435897vw;
  text-align: left;
  margin: 0 8.2051282051vw;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__works-item-desc {
    font-size: 14px;
    margi: 0 0 0 0;
  }
}
.p-home__works-link {
  text-align: center;
}
.p-home .splide__arrows {
  display: none;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home .splide__arrows {
    display: block;
  }
}
.p-home .splide__arrows .splide__arrow {
  background: none;
  opacity: 1;
}
.p-home .splide__arrows .splide__arrow svg {
  display: none;
}
.p-home .splide__arrows .splide__arrow img {
  width: 10.2564102564vw;
  height: auto;
}
.p-home .splide__arrows .splide__arrow--prev {
  left: -5.1282051282vw;
}
.p-home .splide__arrows .splide__arrow--prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-home .splide__arrows .splide__arrow--next {
  right: -5.1282051282vw;
}
.p-home .splide__arrows .splide__arrow[disabled] {
  opacity: 0.1;
}
.p-home__info {
  background: #F2F2F2;
  padding: 12.3076923077vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info {
    padding: 120px 0;
  }
}
.p-home__info-title {
  font-family: var(--serif-font);
  font-size: 5.1282051282vw;
  text-align: center;
  line-height: 1;
  margin: 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info-title {
    font-size: 24px;
    margin: 0 0 72px;
  }
}
.p-home__info-cont {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 10.2564102564vw;
  padding: 0 15.8974358974vw 0 16.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info-cont {
    margin: 0 auto 72px;
    max-width: 1200px;
    padding: 0;
  }
}
.p-home__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*768px以上の端末に適用*/
  /*960px以上の端末に適用*/
}
.p-home__info-list::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-home__info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 45px 0;
  }
}
@media only screen and (min-width: 960px) {
  .p-home__info-list {
    padding: 0 40px;
    gap: 64px 0;
  }
}
.p-home__info-item {
  width: 67.9487179487vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6.1538461538vw;
  /*768px以上の端末に適用*/
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info-item {
    width: calc(50% - 35px);
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .p-home__info-item {
    width: 28.57%;
  }
}
.p-home__info-item:last-of-type {
  width: 83.8461538462vw;
  padding-right: 16.1538461538vw;
  /*768px以上の端末に適用*/
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info-item:last-of-type {
    width: calc(50% - 35px);
    padding-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .p-home__info-item:last-of-type {
    width: 28.57%;
  }
}
.p-home__info-item-img {
  margin: 0 0 4.1025641026vw;
  aspect-ratio: 3/2;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info-item-img {
    margin: 0 0 16px;
  }
}
.p-home__info-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__info-item-date {
  font-family: var(--inter-font);
  font-size: 3.5897435897vw;
  line-height: 1;
  color: #707070;
  margin: 0 0 2.0512820513vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info-item-date {
    font-size: 14px;
    margin: 0 0 8px;
  }
}
.p-home__info-item-cat {
  font-family: var(--sans-font);
  font-size: 3.0769230769vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info-item-cat {
    font-size: 12px;
  }
}
.p-home__info-item-title {
  font-family: var(--serif-font);
  font-size: 3.8461538462vw;
  line-height: 1.73;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-home__info-item-title {
    font-size: 15px;
  }
}
.p-home__info-link {
  text-align: center;
}

.p-works-single__kv {
  height: 102.564102564vw;
  margin: 0 auto;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__kv {
    width: 100%;
    height: auto;
  }
}
.p-works-single__kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-single__cont {
  margin: 0 8.2051282051vw;
  padding: 0 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__cont {
    max-width: 1200px;
    padding: 0 40px 120px;
    margin: 0 auto;
  }
}
.p-works-single__title {
  font-size: 5.1282051282vw;
  color: #B90019;
  line-height: 1.7;
  margin: 0 0 10.2564102564vw;
  font-weight: 400;
  text-align: center;
  padding: 10.2564102564vw 0 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__title {
    font-size: 26px;
    margin: 0 0 120px;
    padding: 120px 0 0;
  }
}
.p-works-single__catch {
  font-size: 4.6153846154vw;
  line-height: 1.77777;
  margin: 0 0 8.2051282051vw;
  font-weight: 400;
  white-space: pre-line;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__catch {
    font-size: 22px;
    margin: 0 0 32px;
    text-align: left;
  }
}
.p-works-single__lead {
  font-size: 4.1025641026vw;
  line-height: 2;
  margin: 0 0 8.2051282051vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__lead {
    font-size: 16px;
    margin: 0;
    width: 60.26785714%;
  }
}
.p-works-single__info {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 120px;
  }
}
.p-works-single__spec {
  margin: 0 0 10.2564102564vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__spec {
    width: 28.57142857%;
    margin: 0 0 0;
  }
}
.p-works-single__spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.5897435897vw;
  line-height: 1.71428;
  border-bottom: 1px solid #E6E6E6;
  padding: 2.0512820513vw 0;
  /*768px以上の端末に適用*/
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__spec-item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-works-single__spec-item {
    font-size: 14px;
  }
}
.p-works-single__spec-item:first-child {
  padding-top: 0;
}
.p-works-single__spec-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.p-works-single__spec-item--en .p-works-single__spec-title {
  width: 8em;
  white-space: nowrap;
}
.p-works-single__spec-title {
  width: 6em;
}
.p-works-single__spec-cont {
  width: calc(100% - 6em);
}
.p-works-single__photo {
  margin: 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__photo {
    margin: 0 0 62px;
  }
}
.p-works-single__photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.6153846154vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__photo-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px 5.6919642875%;
  }
}
.p-works-single__photo-item {
  width: 47.546%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__photo-item {
    width: 15.44642857%;
  }
}
.p-works-single__credit {
  font-family: var(--sans-font);
  font-size: 3.0769230769vw;
  line-height: 1.66667;
  color: #707070;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-single__credit {
    font-size: 12px;
    max-width: 675px;
  }
}

.p-works-related {
  padding: 12.3076923077vw 8.2051282051vw 10.2564102564vw;
  background-color: #F7F8F8;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-related {
    padding: 88px 40px;
  }
}
.p-works-related__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.p-works-related__title {
  font-family: var(--serif-font);
  font-size: 5.1282051282vw;
  text-align: center;
  line-height: 1;
  margin: 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-related__title {
    font-size: 24px;
    margin: 0 0 72px;
    text-align: left;
  }
}
.p-works-related__list {
  margin: 0 0 10.2564102564vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-related__list {
    margin: 0 0 64px;
  }
}
.p-works-related__link {
  text-align: center;
}
.p-works-related .c-works-list__item {
  /*768px以上の端末に適用*/
}
.p-works-related .c-works-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-works-related .c-works-list__item {
    margin-bottom: 0;
  }
}

.p-works-modal {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-works-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-works-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.is-active .p-works-modal__overlay {
  opacity: 1;
}
.p-works-modal__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1001;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-modal__content {
    max-width: 100%;
  }
}
.is-active .p-works-modal__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.p-works-modal__close {
  position: absolute;
  left: 50%;
  bottom: 10.2564102564vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  line-height: 1;
  background-color: transparent;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-modal__close {
    width: 40px;
    height: 40px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 44px;
    top: 44px;
  }
}
.p-works-modal__close img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p-works-modal__slider {
  width: 83.33333vw;
  height: 80vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-modal__slider {
    max-width: 100%;
  }
}
.p-works-modal .swiper-container {
  width: 100%;
  height: 100%;
}
.p-works-modal .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-works-modal .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-works-modal .swiper-button-prev,
.p-works-modal .swiper-button-next {
  background: none;
  border: none;
  padding: 0;
  width: 5.384615385vw;
  height: 5.384615385vw;
  opacity: 1;
  background-color: transparent;
  top: auto;
  bottom: 10.2564102564vw;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
  background-size: contain;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-modal .swiper-button-prev,
  .p-works-modal .swiper-button-next {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    bottom: auto;
  }
  .p-works-modal .swiper-button-prev img,
  .p-works-modal .swiper-button-next img {
    width: 40px;
    height: 40px;
  }
}
.p-works-modal .swiper-button-prev::after,
.p-works-modal .swiper-button-next::after {
  display: none;
}
.p-works-modal .swiper-button-prev.swiper-button-disabled,
.p-works-modal .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
}
.p-works-modal .swiper-button-prev {
  left: 20px;
  background-image: url("/wp-content/themes/IrieMiyakeArchitects/assets/images/modal_arrow_sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-modal .swiper-button-prev {
    left: 0;
    background-size: 40px 40px;
    background-image: url("/wp-content/themes/IrieMiyakeArchitects/assets/images/modal_arrow.svg");
  }
}
.p-works-modal .swiper-button-next {
  right: 20px;
  background-image: url("/wp-content/themes/IrieMiyakeArchitects/assets/images/modal_arrow_sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-works-modal .swiper-button-next {
    right: 0;
    background-size: 40px 40px;
    background-image: url("/wp-content/themes/IrieMiyakeArchitects/assets/images/modal_arrow.svg");
  }
}

.p-ima-title {
  padding: 10vw 0 12.3076923077vw;
  text-align: center;
  background: #fff;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-title {
    padding: 136px 0 120px;
    position: relative;
    z-index: 3;
  }
}

.p-ima-lead {
  overflow: hidden;
  color: #fff;
  scroll-margin-top: 60px;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead {
    scroll-margin-top: 0;
    position: relative;
    z-index: 1;
  }
}
.p-ima-lead__inner {
  position: relative;
  z-index: 1;
  background: url(/wp-content/themes/IrieMiyakeArchitects/assets/images/ima_wave_sp.png) no-repeat right bottom;
  background-size: cover;
  padding: 12.3076923077vw 8.2051282051vw 44.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__inner {
    padding: 110px 40px 210px;
    background-image: url(/wp-content/themes/IrieMiyakeArchitects/assets/images/ima_wave.png);
    background-position: center;
  }
}
.p-ima-lead__bg {
  position: absolute;
  bottom: -1.2820512821vw;
  right: 2.5641025641vw;
  width: 125.641025641vw;
  height: 43.8461538462vw;
}
.p-ima-lead__title {
  text-align: center;
  font-size: 4.6153846154vw;
  line-height: 1;
  margin: 0 0 15.2051282051vw;
  text-align: center;
  font-weight: 400;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__title {
    font-size: 26px;
    margin: 0 0 128px;
  }
}
.p-ima-lead__main {
  width: 72.8205128205vw;
  margin: 0 auto 11.4615384615vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__main {
    width: 585px;
    margin-bottom: 85.6px;
  }
}
.p-ima-lead__main--en {
  width: 57.4358974359vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__main--en {
    width: 760px;
  }
}
.p-ima-lead__main--cn {
  width: 46.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__main--cn {
    width: 373px;
  }
}
.p-ima-lead__sub {
  font-size: 5.1282051282vw;
  line-height: 1;
  margin: 0 0 8.2051282051vw;
  text-align: center;
  font-weight: 400;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__sub {
    font-size: 26px;
    margin: 0 0 32px;
  }
}
.p-ima-lead__text {
  line-height: 2;
  text-align: left;
  font-family: var(--sans-font);
  font-weight: 300;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__text {
    text-align: center;
    font-size: 16px;
  }
}
.p-ima-lead__text br {
  display: none;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__text br {
    display: inline;
  }
}
.p-ima-lead__text--ja, .p-ima-lead__text--cn {
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-lead__text--ja, .p-ima-lead__text--cn {
    text-align: center;
  }
}

.p-ima-philosophy {
  padding: 12.3076923077vw 8.2051282051vw;
  background: #F7F8F8;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy {
    padding: 0;
  }
}
.p-ima-philosophy__inner {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__inner {
    max-width: 1264px;
    padding: 120px 40px;
    margin: 0 auto;
  }
}
.p-ima-philosophy__title {
  margin: 0 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__title {
    margin-bottom: 64px;
  }
}
.p-ima-philosophy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-ima-philosophy__item {
  display: grid;
  grid-template-columns: calc(100% - 37.1794871795vw) 37.1794871795vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #E6E6E6;
  padding: 8.2051282051vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0;
    border-left: 1px solid #E6E6E6;
    width: 25%;
    padding: 0 2.8%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-ima-philosophy__item:first-child {
  padding-top: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__item:first-child {
    border-left: 0;
  }
}
.p-ima-philosophy__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  /*768px以上の端末に適用*/
}
.p-ima-philosophy__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #B90019;
  font-size: 4.6153846154vw;
  line-height: 1.66667;
  /*768px以上の端末に適用*/
  /*960px以上の端末に適用*/
  /*1280px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__item-title {
    font-size: 20px;
    min-height: 5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 960px) {
  .p-ima-philosophy__item-title {
    min-height: 4em;
  }
}
@media only screen and (min-width: 1280px) {
  .p-ima-philosophy__item-title {
    min-height: auto;
    margin: 0 0 42px;
  }
}
.p-ima-philosophy__item-title br {
  /*768px以上の端末に適用*/
}
.p-ima-philosophy__item-img {
  grid-area: 1/2/2/3;
  width: 37.1794871795vw;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__item-img {
    width: auto;
    display: block;
    text-align: center;
  }
}
.p-ima-philosophy__item-img img {
  width: 25.641025641vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__item-img img {
    width: 150px;
  }
}
.p-ima-philosophy__item-text {
  grid-area: 2/1/3/3;
  width: 100%;
  line-height: 2;
  padding: 4.8717948718vw 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-philosophy__item-text {
    padding-top: 42px;
  }
}

.p-ima-president {
  padding: 12.3076923077vw 0;
  scroll-margin-top: 60px;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-president {
    padding: 120px 0;
    scroll-margin-top: 96px;
  }
}
.p-ima-president--ja {
  background: #F2F2F2;
}
.p-ima-president__img {
  margin: 0 0 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-president__img {
    max-width: 1120px;
    margin: 0 auto 64px;
  }
}
.p-ima-president__cont {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-president__cont {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-ima-president__copy {
  text-align: center;
  font-size: 5.1282051282vw;
  line-height: 1.7;
  color: #B90019;
  margin: 0 0 4.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-president__copy {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-ima-president__name {
  text-align: center;
  margin: 0 0 10.2564102564vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-president__name {
    margin: 0;
    font-size: 18px;
  }
}
.p-ima-president__text {
  padding: 0 8.2051282051vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-president__text {
    padding: 0;
    width: 60%;
  }
}
.p-ima-president__text--en {
  text-align: left;
}

.p-ima-founder {
  padding: 12.3076923077vw 8.2051282051vw;
  /*768px以上の端末に適用*/
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-ima-founder {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-ima-founder {
    padding: 120px 40px;
  }
}

.p-founder-lead {
  padding: 0 8.2051282051vw 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-lead {
    padding: 0 40px 120px;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-founder-lead__btn .c-btn, .p-founder-lead__btn .c-btns__link {
  display: block;
}
.p-founder-lead__btn .c-btn::after, .p-founder-lead__btn .c-btns__link::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-founder-lead__text {
  margin: 0 0 8.2051282051vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-lead__text {
    width: calc(100% - 284px);
    margin: 0;
  }
}
.p-founder-lead__btns {
  width: 226px;
}

.p-founder-person {
  padding: 12.3076923077vw 0 12.3076923077vw;
  scroll-margin-top: 58px;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person {
    padding: 178px 0;
  }
}
.p-founder-person--irie {
  background: #F7F8F8;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person--irie {
    background-image: url(../images/founder_illust.png);
    background-position: 0 100%;
    background-size: 650px auto;
    background-repeat: no-repeat;
  }
}
.p-founder-person--miyake {
  background: #F2F2F2;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person--miyake {
    background-image: url(../images/founder_illust2.png);
    background-position: 0 100%;
    background-size: 729px auto;
    background-repeat: no-repeat;
  }
}
.p-founder-person__inner {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-founder-person__name {
  text-align: center;
}
.p-founder-person__name--pc {
  display: none;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__name--pc {
    display: block;
    font-size: 26px;
    line-height: 1;
    margin: 0 0 80px;
  }
}
.p-founder-person__name--sp {
  width: 50%;
  padding: 0 0 0 2.0512820513vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 4.6153846154vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__name--sp {
    display: none;
  }
}
.p-founder-person__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.0769230769vw;
  margin: 0 0 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__header {
    display: block;
    padding: 0;
    margin: 0 0 24px;
  }
}
.p-founder-person__img {
  width: 50%;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__img {
    width: 260px;
  }
}
.p-founder-person__info {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__info {
    width: 380px;
  }
}
.p-founder-person__topic-list {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__topic-list {
    width: calc(100% - 380px);
  }
}
.p-founder-person__timeline {
  margin: 0 0 8.2051282051vw;
}
.p-founder-person__timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.5897435897vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__timeline-item {
    font-size: 14px;
  }
}
.p-founder-person__timeline-dt {
  white-space: nowrap;
}
.p-founder-person__topic-item {
  padding: 0 0 8.2051282051vw;
  position: relative;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__topic-item {
    padding: 0 0 64px;
  }
}
.p-founder-person__topic-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 1.1538461538vw;
  top: 3.8461538462vw;
  background: #BEBEBE;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__topic-item::before {
    left: 4.5px;
    top: 15px;
  }
}
.p-founder-person__topic-item:last-of-type {
  padding-bottom: 0;
}
.p-founder-person__topic-item:last-of-type::before {
  display: none;
}
.p-founder-person__topic-title {
  color: #B90019;
  font-size: 4.6153846154vw;
  line-height: 1.66667;
  margin: 0 0 3.0769230769vw;
  position: relative;
  padding: 0 0 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__topic-title {
    font-size: 22px;
    margin: 0 0 24px;
    padding: 0 0 0 50px;
  }
}
.p-founder-person__topic-title::before {
  content: "";
  display: block;
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  position: absolute;
  left: 0;
  top: 2.5641025641vw;
  background: #B90019;
  border-radius: 1.2820512821vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__topic-title::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    top: 12px;
  }
}
.p-founder-person__topic-cont {
  font-size: 3.8461538462vw;
  line-height: 1.73333;
  padding: 0 0 0 12.3076923077vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__topic-cont {
    font-size: 16px;
    padding: 0 0 0 50px;
  }
}
.p-founder-person__topic-img {
  display: block;
  padding: 0 0 0 12.3076923077vw;
  margin: 6.1538461538vw 0 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-founder-person__topic-img {
    padding: 0 0 0 50px;
    margin: 32px 0 0 0;
  }
}
.p-founder-person__topic-img img {
  width: auto;
}

.p-recruit__kv img {
  width: 100%;
  height: auto;
}
.p-recruit .c-contents-title {
  margin: 10.2564102564vw 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit .c-contents-title {
    margin: 136px 0 120px;
  }
}

.p-recruit-top-lead {
  padding: 0 0 13.8461538462vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-lead {
    padding: 0 0 120px;
  }
}
.p-recruit-top-lead__cont {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-lead__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
  }
}
.p-recruit-top-lead__text {
  padding: 0 0 5.1282051282vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-lead__text {
    width: calc(100% - 290px);
    padding: 0;
  }
}
.p-recruit-top-lead__btn {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-lead__btn {
    width: 226px;
  }
}

.p-recruit-top-company {
  background: #F7F8F8;
  padding: 10.7692307692vw 0 13.8461538462vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-company {
    padding: 116px 0 166px;
    background-image: url(../images/recruit_illust.png);
    background-position: 102% 100%;
    background-size: 286px auto;
    background-repeat: no-repeat;
  }
}
.p-recruit-top-company__cont {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-company__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
  }
}
.p-recruit-top-company__lead {
  margin: 0 0 5.1282051282vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-company__lead {
    width: calc(100% - 290px);
    padding: 0;
    margin: 0;
  }
}
.p-recruit-top-company__btn {
  margin: 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-company__btn {
    margin: 0;
    width: 226px;
  }
}
.p-recruit-top-company__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-company__imgs {
    max-width: 1120px;
    margin: 64px auto 88px;
    gap: 46px 40px;
  }
}
.p-recruit-top-company__img {
  width: 50%;
  height: auto;
  /*768px以上の端末に適用*/
}
.p-recruit-top-company__img:first-child {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-company__img {
    width: calc(50% - 23px);
  }
}

.p-recruit-top-facility {
  padding: 12.3076923077vw 0;
}
.p-recruit-top-facility__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.1025641026vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-facility__imgs {
    gap: 46px 40px;
  }
}
.p-recruit-top-facility__img {
  width: 50%;
  height: auto;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-facility__img {
    width: calc(50% - 23px);
  }
}

.p-recruit-top-oneday {
  padding: 11.2820512821vw 0 12.3076923077vw;
  background: #F2F2F2;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-oneday {
    padding: 120px 0;
    text-align: center;
  }
}
.p-recruit-top-oneday iframe {
  position: absolute;
  top: -0.5;
  left: -0.5%;
  width: 101%;
  height: 101%;
  aspect-ratio: 16/9;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-oneday iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.p-recruit-top-oneday__movie {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-oneday__movie {
    max-width: 1120px;
    margin: 0 auto;
  }
}
.p-recruit-top-oneday__movie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-recruit-top-oneday__movie img.clicked {
  opacity: 0;
  pointer-events: none;
}

.p-recruit-top-staff {
  padding: 12.3076923077vw 8.2051282051vw;
  scroll-margin-top: 60px;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-staff {
    padding: 120px 40px;
    scroll-margin-top: 96px;
  }
}
.p-recruit-top-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-staff__list {
    gap: 48px 0;
    max-width: 1120px;
    margin: 0 auto;
  }
}
.p-recruit-top-staff__item {
  margin: 0 0 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-staff__item {
    margin: 0;
    width: 25.89285714%;
  }
}
.p-recruit-top-staff__item:last-of-type {
  margin-bottom: 0;
}
.p-recruit-top-staff__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4.1025641026vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-staff__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-recruit-top-staff__img {
  width: 30.7692307692vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-staff__img {
    width: 100%;
    margin: 0 0 16px;
  }
}
.p-recruit-top-staff__info {
  width: 48.7179487179vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-staff__info {
    width: 100%;
  }
}
.p-recruit-top-staff__year {
  font-size: 3.5897435897vw;
  color: #707070;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-recruit-top-staff__year {
    font-size: 14px;
  }
}

.p-recruit-top-ftlink__inner {
  padding: 10.2564102564vw 21.0256410256vw 12.3076923077vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-recruit-top-ftlink span {
  display: block;
  margin: 0 0 12px;
}
.p-recruit-top-ftlink .c-btn, .p-recruit-top-ftlink .c-btns__link {
  margin: 0;
  width: 100%;
  display: block;
  padding-right: 0;
}

.p-staff__kv {
  max-width: 1120px;
  margin: 0 auto;
  display: block;
}
.p-staff__kv img {
  width: 100%;
}
.p-staff__kv-img {
  display: block;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7.6923076923vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff__kv-img {
    margin-bottom: 64px;
  }
}
.p-staff__kv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff__cont {
  padding: 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    max-width: 1200px;
    margin: 64px auto 0;
  }
}

.p-staff-info {
  margin: 6.1538461538vw 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-info {
    margin: 0;
    width: 320px;
  }
}
.p-staff-info__name {
  text-align: center;
  font-size: 4.6153846154vw;
  font-weight: 400;
  line-height: 1;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-info__name {
    font-size: 24px;
    text-align: left;
    margin-bottom: 8px;
    padding-top: 8px;
  }
}
.p-staff-info__year {
  text-align: center;
  font-size: 3.5897435897vw;
  line-height: 1;
  font-weight: 400;
  margin-top: 5.1282051282vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-info__year {
    font-size: 15px;
    text-align: left;
    margin-top: 0;
  }
}

.p-staff-qa {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-qa {
    width: calc(100% - 320px);
  }
}
.p-staff-qa__q {
  color: #B90019;
  font-size: 4.6153846154vw;
  margin: 0 0 4.1025641026vw;
  line-height: 1.66667;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-qa__q {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
.p-staff-qa__a {
  margin: 0 0 8.2051282051vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-qa__a {
    margin: 0 0 64px;
  }
}
.p-staff-qa__img {
  margin: 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-qa__img {
    margin: 0 0 64px;
  }
}

.p-staff-message {
  background: #F2F2F2;
  padding: 12.3076923077vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-message {
    padding: 88px 0;
  }
}
.p-staff-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-message__inner {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    display: grid;
    grid-template-areas: "image title" "image text";
    grid-template-columns: 256px 1fr;
    /*要素に合わせて高さを可変させたいものにmax-content、残りの幅に合わせて高さを調整させたいものに1frを指定*/
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
    row-gap: 24px;
  }
}
.p-staff-message__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 8.2051282051vw 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-message__img {
    width: 256px;
    grid-area: image;
    padding: 0;
  }
}
.p-staff-message__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #B90019;
  text-align: center;
  font-size: 4.6153846154vw;
  margin: 0 0 8.2051282051vw;
  font-weight: 400;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-message__title {
    grid-area: title;
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
}
.p-staff-message__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 8.2051282051vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-message__text {
    grid-area: text;
    padding: 0;
  }
}

.p-staff-nav {
  padding: 12.3076923077vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-nav {
    padding: 120px 0;
  }
}
.p-staff-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*768px以上の端末に適用*/
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-nav__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .p-staff-nav__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-staff-nav__item {
  width: 50%;
  text-align: center;
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 960px) {
  .p-staff-nav__item {
    width: auto;
  }
}
.p-staff-nav__item--prev {
  border-right: 1px solid #E6E6E6;
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 1024px) {
  .p-staff-nav__item--prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-staff-nav__item--next {
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 1024px) {
  .p-staff-nav__item--next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-left: 1px solid #E6E6E6;
  }
}
.p-staff-nav__prev, .p-staff-nav__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*768px以上の端末に適用*/
  /*860px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-nav__prev, .p-staff-nav__next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 860px) {
  .p-staff-nav__prev, .p-staff-nav__next {
    padding: 0 48px;
  }
}
.p-staff-nav__thumb {
  width: 30.7692307692vw;
  height: 30.7692307692vw;
  overflow: hidden;
  margin: 0 auto 3.0769230769vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-nav__thumb {
    width: 120px;
    height: 120px;
    margin: 0 24px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-staff-nav__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff-nav__content {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 120px);
  }
}
.p-staff-nav__title {
  font-size: 3.3333333333vw;
  margin-bottom: 1.0256410256vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-nav__title {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
}
.p-staff-nav__year {
  font-size: 3.3333333333vw;
  color: #707070;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-staff-nav__year {
    font-size: 14px;
    text-align: left;
  }
}
.p-staff-nav__arrow {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.p-staff-nav__link {
  margin: 0 16px;
}
.p-staff-nav__top {
  width: 100%;
  text-align: center;
  margin-top: 6.1538461538vw;
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 1024px) {
  .p-staff-nav__top {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    padding: 0 54px;
    white-space: nowrap;
  }
}

.p-requirement--new-graduate .p-requirement-block--how {
  background-image: url(../images/bg_new_graduate.png);
  background-size: 70.71282051%;
  background-position: calc(100% + 3.3333333333vw) bottom;
  background-repeat: no-repeat;
  padding-bottom: 47.6923076923vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requirement--new-graduate .p-requirement-block--how {
    background-image: url(../images/bg_new_graduate_pc.png);
    background-size: 571px auto;
    padding-bottom: 336px;
    background-position: calc(100% - 74px) bottom;
  }
}
.p-requirement--career .p-requirement-block--how {
  background-image: url(../images/bg_career.png);
  background-size: 98.2%;
  background-position: calc(100% + 33.3333333333vw) bottom;
  background-repeat: no-repeat;
  padding-bottom: 36.4102564103vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requirement--career .p-requirement-block--how {
    background-image: url(../images/bg_career_pc.png);
    background-size: 906px auto;
    padding-bottom: 324px;
    background-position: calc(100% + 153px) bottom;
  }
}

.p-requirement-block {
  padding: 12.3076923077vw 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requirement-block {
    padding: 120px 40px;
  }
}
.p-requirement-block__title {
  text-align: center;
  font-size: 4.6153846154vw;
  font-weight: normal;
  margin-bottom: 8.2051282051vw;
  color: #B90019;
  font-family: var(--sans-font);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requirement-block__title {
    font-size: 24px;
    margin-bottom: 64px;
  }
}
.p-requirement-block--requirement {
  background-color: #F7F8F8;
}

.p-requirement-list {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requirement-list {
    max-width: 1120px;
    margin: 0 auto;
  }
}
.p-requirement-list__item {
  border-bottom: 1px solid #E6E6E6;
  padding: 6.1538461538vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requirement-list__item {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-requirement-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-requirement-list__item-title {
  color: #B90019;
  font-size: 3.8461538462vw;
  line-height: 1.733333;
  margin: 0 0 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requirement-list__item-title {
    font-size: 16px;
    width: 15.8%;
    margin: 0;
  }
}
.p-requirement-list__item-contents {
  font-size: 3.8461538462vw;
  line-height: 1.733333;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requirement-list__item-contents {
    font-size: 16px;
    width: 84.2%;
  }
}
.p-requirement-list__item-contents a {
  color: #B90019;
  text-decoration: underline;
}

.p-requrement-ftlink {
  padding: 10.2564102564vw 8.2051282051vw;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requrement-ftlink {
    padding: 86px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 52px;
  }
}
.p-requrement-ftlink__title {
  font-size: 4.6153846154vw;
  line-height: 1;
  margin-bottom: 3.0769230769vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-requrement-ftlink__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.p-award__inner {
  padding: 0 8.2051282051vw 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award__inner {
    padding: 86px 40px 48px;
    background-color: #F7F8F8;
  }
}

.p-award-block {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award-block {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.p-award-list__term {
  font-size: 3.8461538462vw;
  font-weight: normal;
  position: relative;
  line-height: 1;
  padding: 4.1025641026vw 0;
  cursor: pointer;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award-list__term {
    font-size: 15px;
    padding: 13px 0;
  }
}
.p-award-list__term::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 5.3846153846vw);
  height: 1px;
  background: #BEBEBE;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award-list__term::after {
    width: calc(100% - 21px);
  }
}
.p-award-list__term span {
  display: block;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.3846153846vw;
  height: 5.3846153846vw;
  border-radius: 2.8205128205vw;
  border: 1px solid #000;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award-list__term span {
    width: 21px;
    height: 21px;
    border-radius: 11px;
  }
}
.p-award-list__term span::before, .p-award-list__term span::after {
  content: "";
  display: block;
  width: 2.8205128205vw;
  height: 0.2564102564vw;
  background: #000;
  position: absolute;
  left: 1.0256410256vw;
  top: 2.3076923077vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award-list__term span::before, .p-award-list__term span::after {
    width: 11px;
    height: 1px;
    left: 4px;
    top: 9px;
  }
}
.p-award-list__term span::after {
  width: 0.2564102564vw;
  height: 2.8205128205vw;
  top: 1.0256410256vw;
  left: 2.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award-list__term span::after {
    width: 1px;
    height: 11px;
    left: 9px;
    top: 4px;
  }
}
.p-award-list__term.is-open span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 50%;
}
.p-award-list__year-items {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.p-award-list__year-items.is-open {
  height: auto;
}
.p-award-list__year-item {
  border-bottom: 1px solid #E6E6E6;
  padding: 4.1025641026vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award-list__year-item {
    padding: 16px 0;
  }
}
.p-award-list__year-item:last-child {
  border-bottom: none;
  padding-bottom: 14.358974359vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-award-list__year-item:last-child {
    padding-bottom: 120px;
  }
}
.p-award-list__year-item-title {
  /*768px以上の端末に適用*/
}
.p-award-list__year-item-contents {
  /*768px以上の端末に適用*/
}
.p-award-list__year-item-contents a {
  color: #B90019;
  text-decoration: underline;
}
.p-contact__lead {
  padding: 0 8.2051282051vw 8.2051282051vw;
  font-size: 3.8461538462vw;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact__lead {
    padding: 0 40px 120px;
    font-size: 15px;
  }
}
.p-contact__agree {
  text-align: center;
  font-size: 3.8461538462vw;
  line-height: 1;
  margin: 0 0 10.2564102564vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact__agree {
    font-size: 16px;
    margin: 0 0 45px;
  }
}
.p-contact__agree:has(input[type=checkbox]:checked) + p input[type=submit] {
  pointer-events: auto;
  background-color: #B90019;
  cursor: pointer;
}
.p-contact__agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.0512820513vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact__agree label {
    gap: 8px;
  }
}
.p-contact__agree input[type=checkbox] {
  width: 4.358974359vw;
  height: 4.358974359vw;
  margin: 0;
  padding: 0;
  background: white;
  border: none;
  border-radius: 2.3076923077vw;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid black;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact__agree input[type=checkbox] {
    width: 17px;
    height: 17px;
  }
}
.p-contact__agree input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 2.8205128205vw;
  height: 2.8205128205vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #B90019;
  border-radius: 1.5384615385vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact__agree input[type=checkbox]:checked::before {
    width: 11px;
    height: 11px;
  }
}
.p-contact__agree .wpcf7-list-item-label {
  text-align: left;
  line-height: 1.7333333;
}
.p-contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41.0256410256vw;
  height: 12.3076923077vw;
  margin: 0 auto 4.1025641026vw;
  background-color: #707070;
  color: #fff;
  font-size: 4.1025641026vw;
  line-height: 1;
  border: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact__submit {
    margin: 0 auto 16px;
    width: 160px;
    height: 48px;
    font-size: 16px;
  }
}

.p-contact-contents {
  background-color: #F7F8F8;
  padding: 12.3076923077vw 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-contents {
    padding: 120px 40px;
  }
}
.p-contact-contents__inner {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-contents__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
.p-contact-contents__tite {
  text-align: center;
  font-size: 4.6153846154vw;
  line-height: 1;
  color: #B90019;
  font-weight: 400;
  margin: 0 0 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-contents__tite {
    font-size: 24px;
    margin: 0 0 64px;
  }
}

.p-contact-list {
  margin: 0 0 10.2564102564vw;
}
.p-contact-list__item {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  padding: 6.1538461538vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
  }
}
.p-contact-list__item:first-of-type {
  padding: 0 0 6.1538461538vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item:first-of-type {
    padding: 16px 0;
  }
}
.p-contact-list__item:last-child {
  border-bottom: 0;
}
.p-contact-list__note {
  font-size: 3.0769230769vw;
  line-height: 1;
  color: #B90019;
  font-family: var(--sans-font);
  position: absolute;
  top: 6.1538461538vw;
  right: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__note {
    font-size: 12px;
    top: 26px;
  }
}
.p-contact-list__item-title {
  font-size: 3.8461538462vw;
  line-height: 1;
  margin: 0 0 2.0512820513vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item-title {
    font-size: 16px;
    line-height: 2;
    width: 216px;
    margin: 0;
  }
}
.p-contact-list__item-title--en {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item-title--en {
    width: 291px;
  }
}
.p-contact-list__item-title .req {
  color: #B90019;
}
.p-contact-list__item-contents {
  font-size: 3.8461538462vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item-contents {
    font-size: 16px;
    width: calc(100% - 216px);
  }
}
.p-contact-list__item-contents--en {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item-contents--en {
    width: calc(100% - 291px);
  }
}
.p-contact-list__item-contents input[type=text],
.p-contact-list__item-contents input[type=tel],
.p-contact-list__item-contents input[type=email],
.p-contact-list__item-contents textarea {
  width: 100%;
  background-color: #fff;
  border: 0;
  padding: 1.5384615385vw 4.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item-contents input[type=text],
  .p-contact-list__item-contents input[type=tel],
  .p-contact-list__item-contents input[type=email],
  .p-contact-list__item-contents textarea {
    padding: 4px 16px;
  }
}
.p-contact-list__item-contents textarea {
  height: 46.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item-contents textarea {
    height: 135px;
  }
}
.p-contact-list__item-contents .wpcf7-list-item {
  margin: 0 6.1538461538vw 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item-contents .wpcf7-list-item {
    margin-right: 32px;
  }
}
.p-contact-list__item-contents--en {
  /*768px以上の端末に適用*/
  /*860px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-list__item-contents--en {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 860px) {
  .p-contact-list__item-contents--en {
    padding-right: 0;
  }
}
.p-contact-list__item-contents--en .wpcf7-list-item {
  /*860px以上の端末に適用*/
  /*960px以上の端末に適用*/
}
@media only screen and (min-width: 860px) {
  .p-contact-list__item-contents--en .wpcf7-list-item {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .p-contact-list__item-contents--en .wpcf7-list-item {
    margin-right: 24px;
  }
}

.p-contact-privacy {
  margin: 0 0 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-privacy {
    margin: 0 0 48px;
  }
}
.p-contact-privacy__title {
  font-size: 3.8461538462vw;
  line-height: 1;
  margin: 10.2564102564vw 0 6.1538461538vw;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-privacy__title {
    font-size: 16px;
    margin: 64px 0 24px;
  }
}
.p-contact-privacy__cont {
  height: 43.5897435897vw;
  overflow-y: auto;
  padding: 6.6666666667vw 5.641025641vw 5.8974358974vw 7.6923076923vw;
  background-color: #fff;
  font-size: 3.0769230769vw;
  line-height: 1.6;
  font-family: var(--sans-font);
  margin: 0 0 4.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-privacy__cont {
    height: 170px;
    padding: 26px 22px 23px 30px;
    font-size: 12px;
    margin: 0 0 32px;
  }
}
.p-contact-privacy__notice {
  font-size: 3.0769230769vw;
  line-height: 1.7;
  margin: 0 0 4.1025641026vw;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact-privacy__notice {
    font-size: 12px;
    margin: 0 0 48px;
  }
}

/* フォーム */
.p-contact {
  /* 初期状態は非表示 */
}
.p-contact .wpcf7 form input::-webkit-input-placeholder {
  color: #BEBEBE;
  font-size: 4.1025641026vw;
  /*768px以上の端末に適用*/
}
.p-contact .wpcf7 form input::-moz-placeholder {
  color: #BEBEBE;
  font-size: 4.1025641026vw;
  /*768px以上の端末に適用*/
}
.p-contact .wpcf7 form input:-ms-input-placeholder {
  color: #BEBEBE;
  font-size: 4.1025641026vw;
  /*768px以上の端末に適用*/
}
.p-contact .wpcf7 form input::-ms-input-placeholder {
  color: #BEBEBE;
  font-size: 4.1025641026vw;
  /*768px以上の端末に適用*/
}
.p-contact .wpcf7 form input::placeholder {
  color: #BEBEBE;
  font-size: 4.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact .wpcf7 form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .p-contact .wpcf7 form input::-moz-placeholder {
    font-size: 16px;
  }
  .p-contact .wpcf7 form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .p-contact .wpcf7 form input::-ms-input-placeholder {
    font-size: 16px;
  }
  .p-contact .wpcf7 form input::placeholder {
    font-size: 16px;
  }
}
.p-contact .wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  text-align: center !important;
  color: #B90019 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact .wpcf7-not-valid-tip {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 0;
  font-size: 3.0769230769vw;
  line-height: 1;
  color: #B90019;
  font-family: var(--sans-font);
  margin: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.p-contact .wpcf7-not-valid-tip.visible {
  opacity: 1;
  height: auto;
  margin: 2.0512820513vw 0 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-contact .wpcf7-not-valid-tip.visible {
    margin: 8px 0 0 0;
  }
}

.p-about__contents {
  background-color: #F7F8F8;
  background-image: url(../images/about_bg_sp.png);
  background-position: 0% 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 12.3076923077vw 8.2051282051vw 57.9487179487vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-about__contents {
    padding: 120px 40px;
    background-image: url(../images/about_bg_pc.png);
    background-position: 100% 100%;
    background-size: 727px auto;
    padding: 120px 40px 344px;
  }
}

.p-about-chart {
  background-color: #F2F2F2;
  padding: 12.3076923077vw 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-about-chart {
    padding: 120px 40px;
  }
}
.p-about-chart__img {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-about-chart__img {
    display: block;
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-about-list {
  margin: 0 auto;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-about-list {
    max-width: 1120px;
  }
}
.p-about-list__item {
  border-bottom: 1px solid #E6E6E6;
  padding: 6.1538461538vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-about-list__item {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
.p-about-list__item:first-child {
  padding-top: 0;
}
.p-about-list__item:last-child {
  border-bottom: none;
}
.p-about-list__item-title {
  font-size: 3.8461538462vw;
  line-height: 1;
  color: #B90019;
  margin: 0 0 4.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-about-list__item-title {
    width: 160px;
    margin: 0;
    font-size: 16px;
    line-height: 2;
  }
}
.p-about-list__item-contents {
  font-size: 3.8461538462vw;
  line-height: 1.7;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-about-list__item-contents {
    font-size: 16px;
    line-height: 2;
    width: calc(100% - 220px);
  }
}

.p-about-link {
  padding: 18.9743589744vw 8.2051282051vw 12.3076923077vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-about-link {
    padding: 120px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 120px;
  }
}
.p-access__title {
  font-size: 5.1282051282vw;
  line-height: 1;
  margin-bottom: 8.2051282051vw;
  text-align: center;
  font-weight: normal;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__title {
    font-size: 24px;
    margin-bottom: 64px;
  }
}
.p-access__lead {
  font-size: 3.8461538462vw;
  margin-bottom: 12.3076923077vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__lead {
    font-size: 16px;
    margin-bottom: 120px;
  }
}
.p-access__block {
  text-align: center;
}
.p-access__block--head {
  background-color: #F7F8F8;
}
.p-access__block-inner {
  padding: 12.3076923077vw 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__block-inner {
    padding: 120px 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.p-access__place {
  font-size: 5.1282051282vw;
  line-height: 1;
  margin-bottom: 8.7179487179vw;
  font-weight: normal;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__place {
    font-size: 20px;
    margin-bottom: 64px;
  }
}
.p-access__info {
  /*768px以上の端末に適用*/
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__info {
    display: grid;
    grid-template-areas: "name map" "address map" "direction map";
    grid-template-columns: 1fr 50%;
    grid-template-rows: auto auto 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-access__info {
    grid-template-columns: 1fr 60%;
  }
}
.p-access__name {
  font-size: 4.6153846154vw;
  color: #B90019;
  margin-bottom: 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__name {
    font-size: 20px;
    margin-bottom: 20px;
    grid-area: name;
    text-align: left;
  }
}
.p-access__address {
  font-size: 3.8461538462vw;
  margin-bottom: 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__address {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
    grid-area: address;
  }
}
.p-access__map {
  margin-bottom: 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__map {
    margin-bottom: 0;
    grid-area: map;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 30/23;
  vertical-align: bottom;
  /*768px以上の端末に適用*/
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__map iframe {
    aspect-ratio: 5/4;
  }
}
@media only screen and (min-width: 1024px) {
  .p-access__map iframe {
    aspect-ratio: 675/314;
  }
}
.p-access__direction {
  font-family: var(--sans-font);
  font-size: 2.8205128205vw;
  line-height: 1.8;
  padding-bottom: 8.2051282051vw;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 8.2051282051vw;
  text-align: left;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__direction {
    font-size: 12px;
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
    grid-area: direction;
  }
}
.p-access__img {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 64px;
    border-top: 1px solid #E6E6E6;
    padding-top: 40px;
    margin-bottom: 0px;
  }
}
.p-access__img img {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__img img {
    width: 39.73214286%;
    height: auto;
  }
}
.p-access__note {
  text-align: left;
  font-size: 3.8461538462vw;
  text-align: justify;
  padding: 6.6666666667vw 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__note {
    font-size: 15px;
    padding: 0;
  }
}
.p-access__other {
  padding: 12.3076923077vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14.358974359vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 120px;
    padding-top: 0;
    gap: 0;
  }
}
.p-access__other .p-access__place {
  margin-bottom: 6.1538461538vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__other .p-access__place {
    margin-bottom: 40px;
  }
}
.p-access__other .p-access__item {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__other .p-access__item {
    width: 50%;
    border-right: 1px solid #E6E6E6;
  }
  .p-access__other .p-access__item:last-child {
    border-right: none;
  }
}
.p-access__other .p-access__name {
  line-height: 1;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__other .p-access__name {
    text-align: center;
  }
}
.p-access__other .p-access__address {
  margin-bottom: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-access__other .p-access__address {
    text-align: center;
  }
}

.p-information-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-list__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-information-list__list::after {
    content: "";
    display: block;
    height: 1px;
    width: 28.57142857%;
  }
}
.p-information-list__item {
  border-bottom: 1px solid #E6E6E6;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-list__item {
    width: 100%;
    border-bottom: 0;
    margin-bottom: 80px;
    width: 28.57142857%;
  }
}
.p-information-list__item:first-of-type .p-information-list__link {
  padding-top: 0;
}
.p-information-list__item:last-of-type {
  border-bottom: 0;
}
.p-information-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6.1538461538vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-list__link {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-information-list__img {
  width: 36.80981595%;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-list__img {
    width: 100%;
    margin: 0 0 11px 0;
  }
}
.p-information-list__info {
  width: 55.82822086%;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-list__info {
    width: 100%;
  }
}
.p-information-list__date {
  font-size: 3.5897435897vw;
  line-height: 1.714286;
  font-family: var(--inter-font);
  color: #707070;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-list__date {
    font-size: 14px;
  }
}
.p-information-list__cat {
  font-size: 3.0769230769vw;
  font-family: var(--sans-font);
  color: #707070;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-list__cat {
    font-size: 12px;
  }
}
.p-information-list__title {
  font-size: 3.8461538462vw;
  line-height: 1.73333;
  font-family: var(--serif-font);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-list__title {
    font-size: 15px;
  }
}
.p-information-list__img-blank {
  border: 1px solid #E6E6E6;
}

.p-information-single__article-wrapper {
  padding: 8.2051282051vw 8.2051282051vw 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-single__article-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 65px 40px 92px;
  }
}
.p-information-single__article-kv {
  max-width: 1120px;
  margin: 0 auto;
}
.p-information-single__article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5641025641vw;
  margin-bottom: 4.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-single__article-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20%;
    gap: 0;
  }
}
.p-information-single__article-date {
  font-size: 3.5897435897vw;
  line-height: 1.714286;
  color: #707070;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-single__article-date {
    font-size: 16px;
    line-height: 2;
    color: #000;
  }
}
.p-information-single__article-cat {
  font-size: 3.5897435897vw;
  line-height: 1.714286;
  color: #707070;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-single__article-cat {
    font-size: 16px;
    line-height: 2;
    color: #000;
  }
}
.p-information-single__article-content {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-single__article-content {
    width: 80%;
    max-width: 800px;
  }
}
.p-information-single__article-title {
  font-size: 4.6153846154vw;
  line-height: 1.6666666667;
  color: #B90019;
  margin-bottom: 8.2051282051vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-single__article-title {
    font-size: 22px;
    line-height: 1.7272727273;
    margin-bottom: 24px;
  }
}
.p-information-single__article-wysiwyg p {
  margin-bottom: 6.1538461538vw;
  text-align: justify;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-single__article-wysiwyg p {
    margin-bottom: 32px;
  }
}
.p-information-single__article-wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.p-information-single__article-wysiwyg p a {
  color: #B90019;
  text-decoration: underline;
}

.p-information-related {
  padding: 12.3076923077vw 0;
  background-color: #F7F8F8;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related {
    padding: 116px 0px 88px;
  }
}
.p-information-related__title {
  font-size: 5.1282051282vw;
  font-family: var(--serif-font);
  text-align: center;
  font-weight: 400;
  margin: 0 0 10.2564102564vw;
  line-height: 1;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__title {
    font-size: 24px;
    text-align: left;
    margin: 0 0 48px;
  }
}
.p-information-related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-information-related__list .p-information-list__list {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__list .p-information-list__list {
    width: 100%;
  }
}
.p-information-related__list .p-information-list__img {
  margin-bottom: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__list .p-information-list__img {
    margin-bottom: 11px;
  }
}
.p-information-related__item {
  border-bottom: 1px solid #E6E6E6;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__item {
    width: 100%;
    border-bottom: 0;
    width: 28.57142857%;
    margin-bottom: 0;
  }
}
.p-information-related__item:last-child {
  border-bottom: 0;
}
.p-information-related__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6.1538461538vw 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__link {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-information-related__img {
  width: 36.80981595%;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__img {
    width: 100%;
    margin: 0 0 16px;
  }
}
.p-information-related__img .blank {
  border: 1px solid #E6E6E6;
}
.p-information-related__info {
  width: 55.82822086%;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__info {
    width: 100%;
  }
}
.p-information-related__date {
  font-size: 3.5897435897vw;
  line-height: 1.714286;
  font-family: var(--inter-font);
  color: #707070;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__date {
    font-size: 14px;
  }
}
.p-information-related__item-title {
  font-size: 3.8461538462vw;
  font-family: var(--serif-font);
  font-weight: 400;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__item-title {
    font-size: 15px;
  }
}
.p-information-related__backtotop {
  margin-top: 4.1025641026vw;
  text-align: center;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-information-related__backtotop {
    margin-top: 64px;
  }
}

.p-history__lead {
  padding: 0 8.2051282051vw 12.3076923077vw;
  text-align: left;
  text-align: justify;
  /*768px以上の端末に適用*/
}
.p-history__lead br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-history__lead {
    text-align: center;
    padding: 0 0 120px;
  }
  .p-history__lead br {
    display: inline;
  }
}
.p-history__inner {
  background-color: #F7F8F8;
  padding: 12.3076923077vw 8.2051282051vw 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history__inner {
    padding: 120px 40px;
  }
}

.p-history-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.641025641vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block {
    gap: 45px;
  }
}
.p-history-block:last-child .p-history-block__title::before {
  display: none;
}
.p-history-block:last-child .p-history-block__content {
  padding-bottom: 0;
}
.p-history-block__title {
  font-family: var(--sans-font);
  font-weight: 300;
  font-size: 7.6923076923vw;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #B90019;
  line-height: 1;
  padding: 0 5.1282051282vw 0 0;
  position: relative;
  /*768px以上の端末に適用*/
  /*960px以上の端末に適用*/
  /*1280px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__title {
    font-size: 50px;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .p-history-block__title {
    padding: 0 45px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .p-history-block__title {
    padding: 0 108px 0 160px;
  }
}
.p-history-block__title::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #BEBEBE;
  position: absolute;
  top: 2.8205128205vw;
  right: 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__title::before {
    top: 14px;
  }
}
.p-history-block__title::after {
  content: "";
  position: absolute;
  top: 2.8205128205vw;
  right: -1.2820512821vw;
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  background-color: #B90019;
  border-radius: 1.2820512821vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__title::after {
    top: 14px;
    right: -5px;
    width: 10px;
    height: 10px;
  }
}
.p-history-block__content {
  padding-bottom: 16.4102564103vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__content {
    padding-bottom: 64px;
  }
}
.p-history-block__text {
  font-size: 4.6153846154vw;
  line-height: 1.66667;
  color: #B90019;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__text {
    font-size: 22px;
  }
}
.p-history-block__topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.0512820513vw 0 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__topics {
    padding: 8px 0 0;
  }
}
.p-history-block__topics-item {
  font-size: 3.8461538462vw;
  line-height: 1.7333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4.6153846154vw;
  border-bottom: 1px solid #E6E6E6;
  padding: 2.0512820513vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__topics-item {
    font-size: 16px;
    gap: 16px;
    padding: 16px 0;
  }
}
.p-history-block__topics-item:last-child {
  border-bottom: none;
}
.p-history-block__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.6153846154vw 4.1025641026vw;
  margin-top: 4.1025641026vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__properties {
    max-width: 735px;
    gap: 32px 3.5%;
    margin-top: 24px;
  }
}
.p-history-block__property-item {
  width: calc(50% - 2.0512820513vw);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__property-item {
    width: 31%;
  }
}
.p-history-block__property-item figure {
  margin: 0;
}
.p-history-block__property-item figcaption {
  font-size: 2.8205128205vw;
  line-height: 1.7333333333;
  font-family: var(--sans-font);
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-history-block__property-item figcaption {
    font-size: 12px;
    margin-top: 4px;
  }
}

.p-sitepolicy__lead {
  font-size: 3.8461538462vw;
  line-height: 1.7333333;
  padding: 0 0 12.3076923077vw;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-sitepolicy__lead {
    font-size: 15px;
    text-align: center;
    padding: 0 0 120px;
  }
}
.p-sitepolicy__content {
  background-color: #F7F8F8;
  padding: 12.3076923077vw 0;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-sitepolicy__content {
    padding: 120px 0;
  }
}

.p-sitepolicy-list {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-sitepolicy-list {
    max-width: 1120px;
    margin: 0 auto;
  }
}
.p-sitepolicy-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.0769230769vw;
  padding: 6.1538461538vw 0 6.1538461538vw;
  border-bottom: 1px solid #E6E6E6;
  /*768px以上の端末に適用*/
}
.p-sitepolicy-list__item:first-of-type {
  padding-top: 0;
}
.p-sitepolicy-list__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-sitepolicy-list__item {
    padding: 16px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-sitepolicy-list__item-title {
  font-size: 3.8461538462vw;
  line-height: 1.7333333;
  color: #B90019;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-sitepolicy-list__item-title {
    font-size: 16px;
    width: 15.8%;
  }
}
.p-sitepolicy-list__item-contents {
  font-size: 3.8461538462vw;
  line-height: 1.7333333;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .p-sitepolicy-list__item-contents {
    font-size: 16px;
    width: 84.2%;
  }
}

/*--------------------------------------*
* utility
*--------------------------------------*/
.only-sp {
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

br.only-pc {
  display: none;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  br.only-pc {
    display: inline;
  }
}

br.only-tb {
  display: none;
  /*768px以上の端末に適用*/
  /*1024px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  br.only-tb {
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  br.only-tb {
    display: none;
  }
}

br.only-sp {
  display: inline;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  br.only-sp {
    display: none;
  }
}

.font-en {
  font-family: var(--inter-font);
}

.font-sans {
  font-family: var(--sans-font);
}

.font-serif {
  font-family: var(--serif-font);
}

.font-100 {
  font-weight: 100;
}

.font-300 {
  font-weight: 300;
}

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

.font-500 {
  font-weight: 500;
}

.font-700 {
  font-weight: 600;
}

.u-bg-red, .c-ftlink {
  background: -webkit-gradient(linear, left top, right top, from(#dc000b), to(#6c0f10));
  background: linear-gradient(90deg, #dc000b 0%, #6c0f10 100%);
  color: #fff;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}/*# sourceMappingURL=styles.css.map */