@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/**
* Available vars:
* @var --viewport-from: <number> - Number in pixels without the unit. Required if `--font-size` is not exist.
* @var --viewport-to: <number> - Number in pixels without the unit. Required if `--font-size` is not exist.
* @var --font-size-from: <number> - Number in pixels without the unit. Required if `--font-size` and `--min-font-size` is not exist.
* @var --font-size-to: <number> - Number in pixels without the unit. Required if `--font-size` and `--max-font-size` is not exist.
* @var --max-font-size: <number> - Number in pixels without the unit. Optional.
* @var --min-font-size: <number> - Number in pixels without the unit. Optional.
* @var --viewport-unit-converter: 1vw | 1vh | 1vmin | 1vmax - Optional. Default: 1vw.
* @var --font-size: <length> | <percentage> | <absolute-size> | <relative-size> | Global values - Optional.
*/
*,
*::before,
*::after {
  --viewport-unit-converter: 1vw;
  --fz-from: var(--font-size-from, var(--min-font-size));
  --fz-to: var(--font-size-to, var(--max-font-size));
  --fz-slope: (var(--fz-to) - var(--fz-from)) / (var(--viewport-to) - var(--viewport-from)) * 100;
  --fz-intercept: (var(--viewport-to) * var(--fz-from) - var(--viewport-from) * var(--fz-to)) / (var(--viewport-to) - var(--viewport-from));
  --font-size: calc(var(--fz-slope) * var(--viewport-unit-converter) + var(--fz-intercept) * 1px);
  --min-fz-px: calc(var(--min-font-size) * 1px);
  --max-fz-px: calc(var(--max-font-size) * 1px);
  --clamp: clamp(var(--min-fz-px), var(--font-size), var(--max-fz-px));
  --max: var(--has-max, var(--min));
  --min: var(--has-min, var(--font-size));
  --has-max: min(var(--max-fz-px), var(--font-size));
  --has-min: max(var(--min-fz-px), var(--font-size));
  font-size: var(--clamp, var(--max));
}

body {
  /*【明朝】スタンダード日本Webサイトなら*/
  /*【明朝】流行の感じを出していく（かつ文字コンテンツがメインなら）*/
  /*【ゴシック】スタンダード日本Webサイトなら*/
  /*【ゴシック】流行の感じを出していく（かつ文字コンテンツがメインなら）*/
  font-family: "YakuHanJP", "Zen Kaku Gothic Antique", "Barlow Semi Condensed", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;
  font-size: 15px;
  color: #000000;
  background: #ebebeb;
  transition: 0.6s cubic-bezier(0.45, 0.05, 0.5, 1);
  margin: 0;
  font-size: 15px;
  letter-spacing: 0;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 1;
}

.js-hoge-hoge.is-hoge {
  color: #fff;
}

.l-footer {
  background: #000000;
  padding: 4vw 3vw;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 12vw 8vw;
  }
}
.l-footer__link {
  display: inline-block;
  width: 41px;
  transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-footer__link:hover {
    opacity: 0.6;
  }
}
.l-footer__link img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.l-footer__address {
  display: block;
  margin-top: 45px;
}
.l-footer__address-text {
  display: block;
  font-size: 15px;
  color: #FFF;
}
.l-footer__tel {
  display: inline-block;
  margin-top: 6px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 27px;
  color: #FFF;
}
.l-footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 35px;
}
.l-footer__list-link {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 1px;
}
.l-footer__copy {
  display: block;
  margin-top: 40px;
  font-size: 11px;
  font-weight: 500;
  color: #FFF;
}

.l-header {
  position: relative;
}
.l-header__banner-wrap {
  position: sticky;
  bottom: 0;
  left: 0;
}
.l-header__banner {
  display: block;
  text-align: center;
  background: #131e9a;
  padding: 18px 0;
  font-size: 17px;
  color: #FFF;
  z-index: 3;
}
.l-header__text {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.l-header__logo {
  max-width: 60px;
  margin: 0 auto;
  margin-top: 20px;
}
.l-header__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-title__small {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 13px;
  color: #131e9a;
  letter-spacing: 0;
  padding-left: 0.3em;
}
.c-title__wrap {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.c-title__wrap .c-title__large-ja {
  margin-top: 0;
}
.c-title__large-en {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 44px;
}
.c-title__large-ja {
  display: block;
  font-size: 32px;
  line-height: 1.3;
  margin-top: 10px;
  letter-spacing: -2px;
}

.c-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-container-wide {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
}

.p-home-sponsor, .p-home-kitchencar, .p-home-event, .p-home-profile, .p-home-about, .p-home-mv {
  padding: 0 2vw;
}
@media (max-width: 767px) {
  .p-home-sponsor, .p-home-kitchencar, .p-home-event, .p-home-profile, .p-home-about, .p-home-mv {
    padding: 0 6vw;
  }
}

.wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    display: block;
  }
}

/*------------------------------------
  left
-------------------------------------*/
.p-home-left {
  position: fixed;
  padding: 20px;
  width: calc((100% - 390px) * 0.7619);
  height: 100svh;
  background: url(../img/home/kv_image-left.png) no-repeat center center/cover;
  background-position: left;
}
@media (max-width: 767px) {
  .p-home-left {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-home-left {
    display: none;
  }
}
.p-home-left__text {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 16px;
  color: #FFF;
}
.p-home-left__logo {
  max-width: 105px;
  margin-top: 30px;
}
.p-home-left__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-home-left__image {
  position: absolute;
  top: 15%;
  right: 2%;
  max-width: 294px;
}
.p-home-left__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-home-left__copy {
  color: #FFF;
  position: absolute;
  bottom: 80px;
  left: 40px;
  font-size: 13px;
}

/*------------------------------------
  center
-------------------------------------*/
.center {
  position: relative;
  width: 390px;
  height: 100svh;
  overflow-y: auto;
  margin-left: calc((100% - 390px) * 0.7619);
  margin-right: calc((100% - 390px) * 0.2381);
  border: 5px solid #000000;
  z-index: 0;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .center {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .center {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-home-mv {
  position: relative;
  padding-top: 1vw;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-home-mv {
    padding-top: 5vw;
  }
}
.p-home-mv__top-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-home-mv__top-human {
  position: relative;
  margin: -12% -2vw 0 -3vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-home-mv__top-human {
    margin: -12% -6vw 0 -7vw;
  }
}
.p-home-mv__top-human img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-home-mv__period-image {
  position: absolute;
  bottom: 24%;
  right: 12px;
  width: 100%;
  max-width: 160px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-home-mv__period-image {
    bottom: 30%;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .p-home-mv__period-image {
    bottom: 24%;
    max-width: 160px;
  }
}
.p-home-mv__period-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-home-about {
  position: relative;
  padding-top: 3vw;
  z-index: 0;
}
.p-home-about::before {
  content: "";
  position: absolute;
  top: -19%;
  right: 0;
  aspect-ratio: 201/221;
  width: 50%;
  background: url(../img/home/ball_image.png) no-repeat center center/100% auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-home-about::before {
    content: "";
    top: -69%;
  }
}
.p-home-about__text {
  margin-top: 30px;
}
.p-home-about__content {
  margin-top: 30px;
  padding: 30px 24px;
  background: #FFF;
}
.p-home-about__content-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
.p-home-about__content-text {
  margin-top: 20px;
}

.p-home-image {
  padding: 5vw 0;
}
.p-home-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-home-profile {
  position: relative;
  z-index: 0;
}
.p-home-profile__image {
  position: relative;
  margin-top: 30px;
  border: 1px solid #FFF;
}
.p-home-profile__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-home-profile__image-copy {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  color: #FFF;
}
.p-home-profile__info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 35px;
}
.p-home-profile__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.p-home-profile__content-title {
  padding: 2px 10px;
  background: #000000;
  color: #FFF;
}
.p-home-profile__content-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}
.p-home-profile__content-list-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.3;
}
.p-home-profile__content-list-item::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  height: 8px;
  background: #000000;
}

.p-home-event {
  position: relative;
  padding-bottom: 5vw;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-home-event {
    padding-bottom: 15vw;
  }
}
.p-home-event__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.p-home-event__list-item {
  letter-spacing: 0;
}
.p-home-event__sub-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 4rem;
  margin-top: 8px;
}
.p-home-event__sub-list-item {
  display: block;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0;
}
.p-home-event__sub-list-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  margin-top: 6px;
  background: #FFF;
  border: 2px solid #a39e9d;
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: 0;
  line-height: 0.9;
  transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-event__sub-list-link:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-event__sub-list-link:hover {
    opacity: 0.6;
  }
}
.p-home-event__sub-list-link::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 7px;
  background: url(../img/home/external_icon.svg) no-repeat center center/100% auto;
}
.p-home-event__contents {
  margin-top: 40px;
}
.p-home-event__content {
  padding: 20px;
  background: #FFF;
}
.p-home-event__content-item {
  display: block;
  background: #131e9a;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 10px 20px;
  color: #FFF;
  font-size: 24px;
}
.p-home-event__content-info {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.p-home-event__content-info-image {
  width: 50%;
  min-width: 50px;
}
.p-home-event__content-info-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-home-event__content-info-image {
    width: 11%;
  }
}
.p-home-event__content-info-title {
  flex: 1;
}
.p-home-event__content-info-title-small {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
.p-home-event__content-info-title-large {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
.p-home-event__content-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.p-home-event__content-list-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -1.5px;
  color: #131e9a;
}
.p-home-event__content-list-title::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 7px;
  height: 7px;
  background: #000000;
}
.p-home-event__content-list-text {
  margin-top: 10px;
  line-height: 1.3;
  padding-left: 1em;
}
.p-home-event__parts-area {
  margin-top: 10px;
  background: #ebebeb;
  padding: 17px;
}
.p-home-event__parts-area:not(:first-of-type) {
  margin-top: 15px;
}
.p-home-event__parts-title {
  display: block;
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 12px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
}
.p-home-event__parts-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-home-event__parts-list-item {
  line-height: 1.2;
}
.p-home-event__parts {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
}
.p-home-event__parts-mark {
  background: #000000;
  padding: 3px 5px;
  font-size: 14px;
  color: #FFF;
  line-height: 1;
}
.p-home-event__texts {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .p-home-event__texts {
    margin-top: 56px;
  }
}
.p-home-event__content-text {
  font-size: 12px;
}

.p-home-kitchencar {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 5vw;
  z-index: 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .p-home-kitchencar {
    padding-top: 15vw;
  }
}
.p-home-kitchencar__title {
  text-align: center;
  font-size: 38px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
.p-home-kitchencar__contents {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 60px;
}
.p-home-kitchencar__content {
  position: relative;
  background: #CCCEE9;
  padding: 45px 20px;
}
.p-home-kitchencar__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 18px;
  background: #131e9a;
  transform: translateY(-50%) translateX(-50%);
}
.p-home-kitchencar__content-title-image {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-kitchencar__content-title-image:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-kitchencar__content-title-image:hover {
    opacity: 0.6;
  }
}
.p-home-kitchencar__content-title-image.--maruhachi {
  width: 80%;
}
.p-home-kitchencar__content-title-image.--greenfarm {
  width: 80%;
}
.p-home-kitchencar__content-title-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-home-kitchencar__content-title {
  margin-top: 4px;
  text-align: center;
}
.p-home-kitchencar__list-title {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 18px;
  color: #131e9a;
  letter-spacing: 0;
}
.p-home-kitchencar__list {
  display: table;
  align-items: center;
  margin: 18px auto 0;
}
.p-home-kitchencar__list-item {
  font-weight: 700;
  letter-spacing: -1px;
}
.p-home-kitchencar__list-item:not(:first-of-type) {
  margin-top: 10px;
}
.p-home-kitchencar__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 9px;
       column-gap: 9px;
  margin-top: 47px;
}
.p-home-kitchencar__image.--greenfarm {
  margin: 47px auto 0;
  width: 80%;
}
.p-home-kitchencar__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-home-sponsor {
  position: relative;
  padding-bottom: 5vw;
  z-index: 0;
  background: #FFF;
}
@media (max-width: 767px) {
  .p-home-sponsor {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.p-home-sponsor__title {
  text-align: center;
  font-size: 38px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
.p-home-sponsor__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .p-home-sponsor__content {
    margin-top: 60px;
  }
}
.p-home-sponsor__content-image {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 300px;
  transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-sponsor__content-image:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-sponsor__content-image:hover {
    opacity: 0.6;
  }
}
.p-home-sponsor__content-image.--shinyo {
  width: 55%;
}
.p-home-sponsor__content-image.--nihonsogo {
  width: 75%;
}
.p-home-sponsor__content-image.--daihatsu {
  width: 70%;
}
.p-home-sponsor__content-image.--toin {
  width: 65%;
}
.p-home-sponsor__content-image.--atis {
  width: 30%;
}
.p-home-sponsor__content-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*------------------------------------
  right
-------------------------------------*/
.p-home-right {
  position: fixed;
  right: 0;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 390px) * 0.2381);
  padding: 20px;
  background: url(../img/home/kv_image-right.png) no-repeat center center/cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-home-right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-home-right {
    display: none;
  }
}
.p-home-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  z-index: -1;
}
.p-home-right__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-home-right__list-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  line-height: 1.3;
  transition: 0.3s cubic-bezier(0.45, 0.05, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-home-right__list-link:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-home-right__list-link:hover {
    opacity: 0.6;
  }
}
.p-home-right__list-link::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 6px;
  height: 6px;
  background: #131e9a;
}

/*----------------------------------------------------
  margin-top
----------------------------------------------------*/
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media (min-width: 1024px) {
  .u-mt10-lg-min {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mt20-lg-min {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mt30-lg-min {
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mt40-lg-min {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mt50-lg-min {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mt60-lg-min {
    margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mt70-lg-min {
    margin-top: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mt80-lg-min {
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mt90-lg-min {
    margin-top: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mt100-lg-min {
    margin-top: 100px;
  }
}

/*----------------------------------------------------
  margin-bottom
----------------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .u-mb10-lg-min {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mb20-lg-min {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mb30-lg-min {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mb40-lg-min {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mb50-lg-min {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mb60-lg-min {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mb70-lg-min {
    margin-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mb80-lg-min {
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mb90-lg-min {
    margin-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mb100-lg-min {
    margin-bottom: 100px;
  }
}

/*----------------------------------------------------
  margin-left
----------------------------------------------------*/
.u-ml10 {
  margin-left: 10px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml100 {
  margin-left: 100px;
}

@media (min-width: 1024px) {
  .u-ml10-lg-min {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .u-ml20-lg-min {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .u-ml30-lg-min {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .u-ml40-lg-min {
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .u-ml50-lg-min {
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .u-ml60-lg-min {
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .u-ml70-lg-min {
    margin-left: 70px;
  }
}

@media (min-width: 1024px) {
  .u-ml80-lg-min {
    margin-left: 80px;
  }
}

@media (min-width: 1024px) {
  .u-ml90-lg-min {
    margin-left: 90px;
  }
}

@media (min-width: 1024px) {
  .u-ml100-lg-min {
    margin-left: 100px;
  }
}

/*----------------------------------------------------
  margin-right
----------------------------------------------------*/
.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr100 {
  margin-right: 100px;
}

@media (min-width: 1024px) {
  .u-mr10-lg-min {
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mr20-lg-min {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mr30-lg-min {
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mr40-lg-min {
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mr50-lg-min {
    margin-right: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mr60-lg-min {
    margin-right: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mr70-lg-min {
    margin-right: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mr80-lg-min {
    margin-right: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mr90-lg-min {
    margin-right: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mr100-lg-min {
    margin-right: 100px;
  }
}

/*----------------------------------------------------
  テキスト
----------------------------------------------------*/
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

/*----------------------------------------------------
  display: none系
----------------------------------------------------*/
@media (max-width: 767px) {
  .u-dn-sp-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-dn-md {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */