@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Homemade+Apple&family=Noto+Sans+JP:wght@400;500;600;700;900&family=Sonsie+One&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
/* responsive */
/*pc sp tb　出し分け*/
@media screen and (max-width: 767.9px) {
  .pc { /*SP*/
    display: none !important;
  }
}
.pc_i {
  display: inline; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .pc_i { /*SP*/
    display: none;
  }
}
.pc_ib {
  display: inline-block; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .pc_ib { /*SP*/
    display: none;
  }
}

.sp {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp { /*SP*/
    display: block;
  }
}
.sp_i {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp_i { /*SP*/
    display: inline;
  }
}
.sp_ib {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp_ib { /*SP*/
    display: inline-block;
  }
}

/* @include _common.scss */
/* @include _breakpoints.scss */
/* break point media query */
/* responsive */
/*pc sp tb　出し分け*/
@media screen and (max-width: 767.9px) {
  .pc { /*SP*/
    display: none !important;
  }
}
.pc_i {
  display: inline; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .pc_i { /*SP*/
    display: none;
  }
}
.pc_ib {
  display: inline-block; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .pc_ib { /*SP*/
    display: none;
  }
}

.sp {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp { /*SP*/
    display: block;
  }
}
.sp_i {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp_i { /*SP*/
    display: inline;
  }
}
.sp_ib {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp_ib { /*SP*/
    display: inline-block;
  }
}

/*color*/
/*common*/
body {
  font-size: 14px;
  color: #2a4232;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", sans-serif;
  line-height: 1.7;
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}

@media screen and (max-width: 767.9px) {
  img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
}
img,
picture {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

/*fonts*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 18;
}

.u-apple {
  font-family: "Homemade Apple", cursive;
}

.u-barlow {
  font-family: "Barlow Condensed", sans-serif;
}

.u-Sonsie {
  font-family: "Sonsie One", cursive;
}

/*google fonts end*/
/*clearfix*/
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.u-button01 {
  display: flex;
  max-width: 300px;
  width: 100%;
  padding: 20px 0;
  border: solid 2px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .u-button01 {
    max-width: 204px;
    padding: 15px 0;
  }
}
.u-button01 .material-symbols-outlined {
  margin-left: 1em;
  margin-right: -1em;
}
@media screen and (max-width: 767.9px) {
  .u-button01 .material-symbols-outlined {
    font-size: 15px;
  }
}
.u-button01--center {
  margin: auto;
}
.u-button01--yellow {
  background-color: #EFEAD5;
  border: none;
}
.u-button01--yellow2 {
  background-color: #d9ff5e;
  border: none;
}
.u-button01.--noBorder {
  border: none;
}

.u-caution {
  color: #ff1736;
}

.u-bold {
  font-weight: 700;
}

.u-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/*Layout*/
.l-header {
  position: fixed;
  top: 0;
  background: none;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  height: auto;
}
.l-header .c-logo {
  position: fixed;
}
.l-header .c-logo__inner {
  position: relative;
  display: block;
  margin-top: 14px;
  margin-left: 17px;
  height: 45px;
  width: 248px;
  pointer-events: auto;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-logo__inner {
    margin-top: 14px;
    margin-left: 10px;
    height: 29px;
    width: 180px;
  }
}
.l-header .c-logo__inner svg {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header .c-btnNav {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #2a4232;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav {
    top: 14px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.l-header .c-btnNav span {
  position: absolute;
  left: 20px;
  width: 20px;
  height: 1px;
  background-color: #EFEAD5;
  transition: 0.5s;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav span {
    left: 13px;
    width: 15px;
  }
}
.l-header .c-btnNav span:first-child {
  top: 25px;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav span:first-child {
    top: 16px;
  }
}
.l-header .c-btnNav span:nth-child(2) {
  top: 30px;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav span:nth-child(2) {
    top: 20px;
  }
}
.l-header .c-btnNav span:last-child {
  top: 35px;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav span:last-child {
    top: 24px;
  }
}
.l-header .c-btnNav.js-open span:first-child {
  opacity: 0;
}
.l-header .c-btnNav.js-open span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header .c-btnNav.js-open span:last-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header .c-headerNav {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #2a4232;
  transition: 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-headerNav {
    top: 14px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.l-header .c-headerNavList__item {
  margin-bottom: 5px;
}
.l-header .c-headerNav a {
  color: #f6f1dc;
  font-size: 16px;
}
.l-header .c-headerNav nav {
  position: absolute;
  top: 90px;
  left: 50px;
  visibility: hidden;
  opacity: 1;
  transition: 0.1s;
}
.l-header .c-headerNav.js-open {
  width: 250px;
  height: 406px;
  padding: 90px 0 60px 50px;
}
.l-header .c-headerNav.js-open nav {
  visibility: visible;
  opacity: 1;
  transition: 0.8s;
}

.l-section {
  padding-top: 200px;
}
@media screen and (max-width: 767.9px) {
  .l-section {
    padding-top: 105px;
  }
}

.l-footer {
  position: relative;
  display: block;
  background-color: #2a4232;
  color: #EFEAD5;
}
.l-footer__inner {
  position: relative;
  min-height: 420px;
  padding: 80px 0 40px;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 1360px) {
  .l-footer__inner {
    max-width: 88.2352941176vw;
    min-height: 30.1470588235vw;
    padding: 5.8823529412vw 0 2.9411764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer__inner {
    padding: 25.3333333333vw 0 4vw;
  }
}

/*js*/
.js-logoColor .midnightHeader.js-midnight--00 .c {
  fill: transparent;
}
.js-logoColor .midnightHeader.js-midnight--00 .e {
  fill: transparent;
}
.js-logoColor .midnightHeader.js-midnight--01 .c {
  fill: #efead5;
}
.js-logoColor .midnightHeader.js-midnight--01 .e {
  fill: #2a4231;
}
.js-logoColor .midnightHeader.js-midnight--02 .c {
  fill: #2a4231;
}
.js-logoColor .midnightHeader.js-midnight--02 .e {
  fill: #efead5;
}

.js-accordion {
  display: none;
}

.js-fadeIn {
  opacity: 0;
}

.js-fade {
  opacity: 0;
}

.js-animDominoTile {
  opacity: 0;
}

/*compornent*/
.c-title {
  margin-bottom: 100px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .c-title {
    font-size: 20px;
    margin-bottom: 55px;
    letter-spacing: 0.3em;
  }
}
.c-title--yellow {
  color: #EFEAD5;
}
.c-title--green {
  color: #2a4232;
}
.c-title__sub {
  display: block;
  margin-top: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 100;
  color: #2a4232;
  opacity: 0.9;
}

.c-footerProject {
  position: absolute;
  top: 80px;
  left: 0;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .c-footerProject {
    bottom: 2.9411764706vw;
    width: 14.7058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerProject {
    position: relative;
    top: 0;
    bottom: auto;
    width: 260px;
    margin: 0 auto 50px;
  }
}
.c-footerProjectLogo {
  display: block;
  width: 300px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1360px) {
  .c-footerProjectLogo {
    margin-bottom: 4.4117647059vw;
    width: 22.0588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerProjectLogo {
    width: 260px;
    margin-bottom: 0;
  }
}
.c-footerProjectLogo img {
  width: 100%;
}
.c-footerContact {
  width: 640px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1360px) {
  .c-footerContact {
    max-width: 47.0588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContact {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 0;
  }
}
.c-footerContactAdd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd {
    max-width: 88.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd {
    display: block;
    margin-bottom: 35px;
    text-align: center;
  }
}
.c-footerContactAdd__join__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd__join__title {
    font-size: 2.2058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd__join__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.c-footerContactAdd__join__text {
  font-size: 16px;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd__join__text {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd__join__text {
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.c-footerContactAdd__btn {
  width: 236px;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd__btn {
    width: 17.3529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd__btn {
    width: 204px;
    margin: auto;
  }
}
.c-footerContactAdd__btn a span {
  font-size: 14px;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd__btn a span {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd__btn a span {
    font-size: 14px;
  }
}
.c-footerContactInstagram {
  margin-bottom: 80px;
}
.c-footerContactInstagram a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
  border-top: solid 1px #EFEAD5;
  border-bottom: solid 1px #EFEAD5;
  align-items: center;
  color: #EFEAD5;
}
@media screen and (max-width: 1360px) {
  .c-footerContactInstagram a {
    padding: 1.4705882353vw;
  }
}
.c-footerContactInstagram a span:last-child {
  margin-left: 1.5em;
}
.c-footer__copyright {
  width: 300px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .c-footer__copyright {
    width: 22.0588235294vw;
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footer__copyright {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
}

.c-photo ul {
  display: grid;
  width: 100%;
  grid-auto-rows: 150px;
  grid-template-columns: repeat(auto-fit, 240px);
  grid-gap: 25px;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .c-photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 0;
  }
}
.c-photo ul li {
  width: 240px;
  margin-bottom: 4%;
}
@media screen and (max-width: 767.9px) {
  .c-photo ul li {
    width: 48%;
  }
}
.c-photo ul li:nth-child(odd) {
  margin-right: 4%;
}
.c-photo ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-photo ul li a img {
  object-fit: cover;
  width: 240px;
  height: 150px;
}
@media screen and (max-width: 767.9px) {
  .c-photo ul li a img {
    width: 100%;
    height: 100%;
  }
}
.c-photo.--tate ul {
  grid-auto-rows: 320px;
}
@media screen and (max-width: 767.9px) {
  .c-photo.--tate ul li {
    width: 48%;
    height: 56vw;
  }
}
.c-photo.--tate ul li a img {
  object-fit: cover;
  object-position: center;
  width: 240px;
  height: 320px;
}
@media screen and (max-width: 767.9px) {
  .c-photo.--tate ul li a img {
    width: 100%;
    height: 100%;
  }
}
.c-photo.--marginBottom {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .c-photo.--marginBottom {
    margin-bottom: 50px;
  }
}

.c-movie {
  margin-bottom: 80px;
}
@media screen and (max-width: 1360px) {
  .c-movie {
    margin-bottom: 60px;
  }
}
.c-movie img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.c-movie .c-movie__inner {
  position: relative;
  display: block;
  margin: auto;
  width: 870px;
  height: 489px;
}
@media screen and (max-width: 1360px) {
  .c-movie .c-movie__inner {
    width: 63.9705882353vw;
    height: 35.9558823529vw;
    margin: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .c-movie .c-movie__inner {
    width: 85.3333333333vw;
    height: 48vw;
    margin: auto;
  }
}
.c-movie .c-movie__inner iframe, .c-movie .c-movie__inner #v, .c-movie .c-movie__inner #v2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-image {
  display: block;
  width: 720px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767.9px) {
  .c-image {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.c-image img {
  max-width: 100%;
}
.c-image figcaption {
  text-align: center;
  color: #707070;
}

.p-action {
  padding-bottom: 200px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767.9px) {
  .p-action {
    padding-bottom: 85px;
  }
}
.p-action__inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
  .p-action__inner {
    max-width: 88.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-action__inner {
    max-width: 93.3333333333vw;
    margin: 0 auto 0;
  }
}
.p-action__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .p-action__title {
    margin-bottom: 50px;
  }
}
.p-actionHead__title {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p-actionHead__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.p-actionBody {
  margin-bottom: 70px;
}
.p-actionBody:last-child {
  margin-bottom: 0;
}
.p-actionCont {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1360px) {
  .p-actionCont {
    padding: 4.4117647059vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionCont {
    padding: 2.6666666667vw 2.6666666667vw 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionCont--paddingTop {
    padding-top: 40px;
  }
}
.p-actionZao {
  /*要項*/
}
.p-actionZao__bg {
  position: relative;
  padding: 70px 120px 55px;
  margin-bottom: 40px;
  background-color: #2a4232;
  color: #EFEAD5;
}
@media screen and (max-width: 1360px) {
  .p-actionZao__bg {
    padding: 5.1470588235vw 8.8235294118vw 4.0441176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao__bg {
    padding: 65.0666666667vw 0 8vw;
  }
}
.p-actionZaoHead {
  margin-bottom: 50px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHead {
    margin-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHead {
    width: 66.6666666667vw;
    margin: 0 auto 8vw;
  }
}
.p-actionZaoHead__text {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHead__text {
    font-size: 1.4705882353vw;
    margin-bottom: 0.5882352941vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHead__text {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
    text-align: center;
    font-weight: normal;
  }
}
.p-actionZaoHeadTitle {
  display: flex;
  margin-bottom: 20px;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHeadTitle {
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHeadTitle {
    width: 100%;
    flex-wrap: wrap;
  }
}
.p-actionZaoHeadTitle__text {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHeadTitle__text {
    font-size: 2.7941176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHeadTitle__text {
    font-feature-settings: "palt" 1;
    font-size: 6.4vw;
  }
}
.p-actionZaoHeadTitle__date {
  width: 307px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHeadTitle__date {
    width: 22.5735294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHeadTitle__date {
    width: 100%;
  }
}
.p-actionZaoHeadTitle__date__day {
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHeadTitle__date__day {
    font-size: 3.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHeadTitle__date__day {
    font-size: 9.3333333333vw;
  }
}
.p-actionZaoHeadTitle__date__day span {
  font-size: 21px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHeadTitle__date__day span {
    font-size: 1.5441176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHeadTitle__date__day span {
    font-size: 4.2666666667vw;
  }
}
.p-actionZaoHeadTitle__date__time {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.1;
  background-color: #EFEAD5;
  color: #2a4232;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHeadTitle__date__time {
    padding: 0.3676470588vw 0;
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHeadTitle__date__time {
    font-size: 4.8vw;
  }
}
.p-actionZaoHeadPlace {
  padding: 7px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoHeadPlace {
    padding: 0.5147058824vw;
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoHeadPlace {
    display: none;
  }
}
.p-actionZaoBodyConts {
  width: 325px;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoBodyConts {
    width: 23.8970588235vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoBodyConts {
    width: 100%;
  }
}
.p-actionZaoBodylogo {
  margin-bottom: 20px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoBodylogo {
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoBodylogo {
    margin-bottom: 20px;
  }
}
.p-actionZaoBodylogo img {
  width: 190px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoBodylogo img {
    width: 13.9705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoBodylogo img {
    width: 140px;
  }
}
.p-actionZaoBodyText {
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoBodyText {
    font-size: 1.1029411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoBodyText {
    font-size: 13px;
  }
}
.p-actionZao__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao__img {
    width: 44.1176470588vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao__img {
    top: 0;
    bottom: auto;
    width: 100%;
  }
}
.p-actionZaoReqHead {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqHead {
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqHead {
    display: block;
    margin-bottom: 10px;
  }
}
.p-actionZaoReqHead__tit {
  margin-right: 1.2em;
  padding-right: 1.2em;
  border-right: solid 1px #ddd;
  line-height: 1em;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqHead__tit {
    position: relative;
    margin: auto;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    padding-right: 0;
    border-right: none;
    line-height: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqHead__tit:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 26px;
    margin-left: -13px;
    height: 1px;
    background-color: #ddd;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqHead__text {
    font-size: 13px;
    text-align: left;
  }
}
.p-actionZaoReqBodyBox {
  padding: 40px;
  border: solid 3px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox {
    padding: 2.9411764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox {
    padding: 5.3333333333vw;
  }
}
.p-actionZaoReqBodyBox__line {
  padding: 40px;
  border: solid 2px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__line {
    padding: 2.9411764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__line {
    padding: 20px 2.6666666667vw 40px;
  }
}
.p-actionZaoReqBodyBox__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__inner {
    display: block;
    width: 100%;
  }
}
.p-actionZaoReqBodyBox__outline {
  width: 700px;
  border-top: solid 1px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__outline {
    width: 51.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline {
    width: 100%;
    margin-bottom: 35px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
.p-actionZaoReqBodyBox__outline dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-actionZaoReqBodyBox__outline dt {
  line-height: 2;
  width: 9em;
  padding: 0.5em 0;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline dt {
    width: 5.5em;
    padding: 1em 0;
    line-height: 1.5;
  }
}
.p-actionZaoReqBodyBox__outline dd {
  line-height: 2;
  padding: 0.5em 0;
  width: calc(100% - 9em);
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline dd {
    line-height: 1.5;
    padding: 1em 0;
    width: calc(100% - 5.5em);
  }
}
.p-actionZaoReqBodyBox__outline dd a {
  font-weight: 500;
  text-decoration: underline;
}
.p-actionZaoReqBodyBox__outline li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.p-actionZaoReqBodyBox__outline__program {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__outline__program {
    display: block;
  }
}
.p-actionZaoReqBodyBox__outline__program .dt {
  width: 7em;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__outline__program .dt {
    width: 100%;
    color: #2a4232;
    font-weight: 500;
    font-size: 13px;
  }
}
.p-actionZaoReqBodyBox__outline__program .dd {
  width: calc(100% - 7em);
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__outline__program .dd {
    width: 100%;
    font-size: 12px;
  }
}
.p-actionZaoReqBodyBox__outline__tit {
  margin-bottom: 30px;
  padding: 10px;
  background: #2a4232;
  color: #EFEAD5;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline__tit {
    margin-bottom: 20px;
  }
}
.p-actionZaoReqBodyBox__outline__outline {
  margin-bottom: 40px;
}
.p-actionZaoReqBodyBox__outline__outline dt {
  border-bottom: solid 1px;
}
.p-actionZaoReqBodyBox__outline__outline dd {
  border-bottom: solid 1px;
}
.p-actionZaoReqBodyBox__outline__schedule {
  margin-bottom: 40px;
}
.p-actionZaoReqBodyBox__outline__schedule dt {
  padding: 0.5em;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline__schedule dt {
    padding: 1em 0.5em;
  }
}
.p-actionZaoReqBodyBox__outline__schedule .c-schedule__time--bg02 {
  background: #f8f8f8;
}
.p-actionZaoReqBodyBox__outline__talkshow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  justify-content: space-between;
}
.p-actionZaoReqBodyBox__outline__guest {
  width: 340px;
  padding: 20px;
  background: #fffefa;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__outline__guest {
    width: 25vw;
    padding: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline__guest {
    display: block;
    width: 100%;
    padding: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
.p-actionZaoReqBodyBox__outline__guest__tit {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #EFEAD5;
}
@media screen and (max-width: 1024.9px) {
  .p-actionZaoReqBodyBox__outline__guest a {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline__guest a {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 1024.9px) {
  .p-actionZaoReqBodyBox__outline__guest a span {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline__guest a span {
    font-size: 14px;
  }
}
.p-actionZaoReqBodyBox__outline__guest__img {
  width: 150px;
  margin: 0 auto 10px;
}
.p-actionZaoReqBodyBox__outline__guest__img img {
  display: block;
  width: 100%;
}
.p-actionZaoReqBodyBox__outline__guest__name {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.p-actionZaoReqBodyBox__outline__guest__job {
  min-height: 3em;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline__guest__job {
    min-height: inherit;
  }
}
.p-actionZaoReqBodyBox__outline__guest__text {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: justify;
}
.p-actionZaoReqBodyBox__outline__caution {
  border: dashed 1px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline__caution {
    padding: 10px;
  }
}
.p-actionZaoReqBodyBox__outline__contact {
  padding: 20px;
  background-color: #f6f6f6;
  font-size: 12px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__outline__contact {
    padding: 10px;
  }
}
.p-actionZaoReqBodyBox__text {
  position: absolute;
  bottom: 0;
  margin: auto 0 0 auto;
  width: 270px;
  font-weight: 600;
  text-align: left;
  vertical-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__text {
    width: 19.8529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__text {
    position: relative;
    display: block;
    width: 100%;
  }
}
.p-actionZaoReqBodyBox__text__01 {
  padding-bottom: 20px;
  border-bottom: dashed 1px;
  margin-bottom: 20px;
}
.p-actionZaoReqBodyBox__text__02 {
  margin-bottom: 30px;
}
.p-actionZaoReqBodyBox__text a {
  margin: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__text a {
    font-size: 1.2784090909vw;
  }
}
@media screen and (max-width: 1024.9px) {
  .p-actionZaoReqBodyBox__text a {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__text a {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 1024.9px) {
  .p-actionZaoReqBodyBox__text a span {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__text a span {
    font-size: 14px;
  }
}
.p-actionZaoReqBodyBox__text a .material-symbols-outlined {
  margin-left: 0.5em;
}
.p-actionZaoReqBodyBox__text__finish {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #ffbca7;
}
.p-actionZaoReqBodyBox__team {
  width: 270px;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__team {
    width: 19.8529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__team {
    width: 100%;
  }
}
.p-actionZaoReqBodyBox__team__tit {
  padding: 6px 0.5em;
  margin-bottom: 10px;
  background: #EFEAD5;
}
.p-actionZaoReqBodyBox__team dl {
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__team dl {
    margin-bottom: 30px;
  }
}
.p-actionZaoReqBodyBox__team dl dt {
  font-weight: 700;
  color: #2a4232;
}
.p-actionZaoReqBodyBox__team dl dd {
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.p-actionZaoReqBodyBox__team dl dd:last-child {
  margin-bottom: 0;
}
.p-actionZaoReqBodyBox__teamList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.p-actionZaoReqBodyBox__teamList__item {
  display: grid;
  width: 100%;
  align-items: center;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__teamList__item {
    width: 21.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item {
    width: 100%;
  }
}
.p-actionZaoReqBodyBox__teamList__item a {
  display: block;
}
.p-actionZaoReqBodyBox__teamList__item.kuraray {
  margin-top: 20px;
}
.p-actionZaoReqBodyBox__teamList__item.kuraray img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__teamList__item.kuraray img {
    width: 13.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item.kuraray img {
    width: 48vw;
  }
}
.p-actionZaoReqBodyBox__teamList__item.able img {
  width: 204px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__teamList__item.able img {
    width: 15vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item.able img {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item.seven {
    width: 60%;
  }
}
.p-actionZaoReqBodyBox__teamList__item.seven img {
  width: 270px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__teamList__item.seven img {
    width: 19.8529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item.seven img {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item.benz {
    width: 40%;
  }
}
.p-actionZaoReqBodyBox__teamList__item.benz img {
  width: 86px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__teamList__item.benz img {
    width: 6.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item.benz img {
    width: 100%;
  }
}
.p-actionZaoReqBodyBox__teamList__item.alco img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__teamList__item.alco img {
    width: 10.2941176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item.alco img {
    width: 37.3333333333vw;
  }
}
.p-actionZaoReqBodyBox__teamList__item.aliontek img {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZaoReqBodyBox__teamList__item.aliontek img {
    width: 16.1764705882vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZaoReqBodyBox__teamList__item.aliontek img {
    width: 58.6666666667vw;
  }
}
.p-actionZao2024, .p-actionZao2025, .p-actionHakuba2024 {
  /*要項*/
}
.p-actionZao2024__bg, .p-actionZao2025__bg, .p-actionHakuba2024__bg {
  position: relative;
  padding: 70px 120px 55px;
  margin-bottom: 40px;
  background-color: #2a4232;
  color: #EFEAD5;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024__bg, .p-actionZao2025__bg, .p-actionHakuba2024__bg {
    padding: 5.1470588235vw 8.8235294118vw 4.0441176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024__bg, .p-actionZao2025__bg, .p-actionHakuba2024__bg {
    padding: 65.0666666667vw 0 8vw;
  }
}
.p-actionZao2024Head, .p-actionZao2025Head, .p-actionHakuba2024Head {
  margin-bottom: 50px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024Head, .p-actionZao2025Head, .p-actionHakuba2024Head {
    margin-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024Head, .p-actionZao2025Head, .p-actionHakuba2024Head {
    width: 66.6666666667vw;
    margin: 0 auto 8vw;
  }
}
.p-actionZao2024Head__text, .p-actionZao2025Head__text, .p-actionHakuba2024Head__text {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024Head__text, .p-actionZao2025Head__text, .p-actionHakuba2024Head__text {
    font-size: 1.4705882353vw;
    margin-bottom: 0.5882352941vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024Head__text, .p-actionZao2025Head__text, .p-actionHakuba2024Head__text {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
    text-align: center;
    font-weight: normal;
  }
}
.p-actionZao2024HeadTitle, .p-actionZao2025HeadTitle, .p-actionHakuba2024HeadTitle {
  display: flex;
  margin-bottom: 20px;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024HeadTitle, .p-actionZao2025HeadTitle, .p-actionHakuba2024HeadTitle {
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024HeadTitle, .p-actionZao2025HeadTitle, .p-actionHakuba2024HeadTitle {
    width: 100%;
    flex-wrap: wrap;
  }
}
.p-actionZao2024HeadTitle__text, .p-actionZao2025HeadTitle__text, .p-actionHakuba2024HeadTitle__text {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024HeadTitle__text, .p-actionZao2025HeadTitle__text, .p-actionHakuba2024HeadTitle__text {
    font-size: 2.7941176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024HeadTitle__text, .p-actionZao2025HeadTitle__text, .p-actionHakuba2024HeadTitle__text {
    font-feature-settings: "palt" 1;
    font-size: 6.4vw;
  }
}
.p-actionZao2024HeadTitle__date, .p-actionZao2025HeadTitle__date, .p-actionHakuba2024HeadTitle__date {
  width: 307px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024HeadTitle__date, .p-actionZao2025HeadTitle__date, .p-actionHakuba2024HeadTitle__date {
    width: 22.5735294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024HeadTitle__date, .p-actionZao2025HeadTitle__date, .p-actionHakuba2024HeadTitle__date {
    width: 100%;
  }
}
.p-actionZao2024HeadTitle__date__day, .p-actionZao2025HeadTitle__date__day, .p-actionHakuba2024HeadTitle__date__day {
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024HeadTitle__date__day, .p-actionZao2025HeadTitle__date__day, .p-actionHakuba2024HeadTitle__date__day {
    font-size: 3.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024HeadTitle__date__day, .p-actionZao2025HeadTitle__date__day, .p-actionHakuba2024HeadTitle__date__day {
    font-size: 9.3333333333vw;
  }
}
.p-actionZao2024HeadTitle__date__day span, .p-actionZao2025HeadTitle__date__day span, .p-actionHakuba2024HeadTitle__date__day span {
  font-size: 21px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024HeadTitle__date__day span, .p-actionZao2025HeadTitle__date__day span, .p-actionHakuba2024HeadTitle__date__day span {
    font-size: 1.5441176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024HeadTitle__date__day span, .p-actionZao2025HeadTitle__date__day span, .p-actionHakuba2024HeadTitle__date__day span {
    font-size: 4.2666666667vw;
  }
}
.p-actionZao2024HeadTitle__date__time, .p-actionZao2025HeadTitle__date__time, .p-actionHakuba2024HeadTitle__date__time {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.1;
  background-color: #EFEAD5;
  color: #2a4232;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024HeadTitle__date__time, .p-actionZao2025HeadTitle__date__time, .p-actionHakuba2024HeadTitle__date__time {
    padding: 0.3676470588vw 0;
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024HeadTitle__date__time, .p-actionZao2025HeadTitle__date__time, .p-actionHakuba2024HeadTitle__date__time {
    font-size: 4.8vw;
  }
}
.p-actionZao2024HeadPlace, .p-actionZao2025HeadPlace, .p-actionHakuba2024HeadPlace {
  padding: 7px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024HeadPlace, .p-actionZao2025HeadPlace, .p-actionHakuba2024HeadPlace {
    padding: 0.5147058824vw;
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024HeadPlace, .p-actionZao2025HeadPlace, .p-actionHakuba2024HeadPlace {
    display: none;
  }
}
.p-actionZao2024BodyConts, .p-actionZao2025BodyConts, .p-actionHakuba2024BodyConts {
  width: 325px;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024BodyConts, .p-actionZao2025BodyConts, .p-actionHakuba2024BodyConts {
    width: 23.8970588235vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024BodyConts, .p-actionZao2025BodyConts, .p-actionHakuba2024BodyConts {
    width: 100%;
  }
}
.p-actionZao2024Bodylogo, .p-actionZao2025Bodylogo, .p-actionHakuba2024Bodylogo {
  margin-bottom: 20px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024Bodylogo, .p-actionZao2025Bodylogo, .p-actionHakuba2024Bodylogo {
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024Bodylogo, .p-actionZao2025Bodylogo, .p-actionHakuba2024Bodylogo {
    margin-bottom: 20px;
  }
}
.p-actionZao2024Bodylogo img, .p-actionZao2025Bodylogo img, .p-actionHakuba2024Bodylogo img {
  width: 190px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024Bodylogo img, .p-actionZao2025Bodylogo img, .p-actionHakuba2024Bodylogo img {
    width: 13.9705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024Bodylogo img, .p-actionZao2025Bodylogo img, .p-actionHakuba2024Bodylogo img {
    width: 140px;
  }
}
.p-actionZao2024BodyText, .p-actionZao2025BodyText, .p-actionHakuba2024BodyText {
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024BodyText, .p-actionZao2025BodyText, .p-actionHakuba2024BodyText {
    font-size: 1.1029411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024BodyText, .p-actionZao2025BodyText, .p-actionHakuba2024BodyText {
    font-size: 13px;
  }
}
.p-actionZao2024__img, .p-actionZao2025__img, .p-actionHakuba2024__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  border-radius: 60px 0 0 0;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024__img, .p-actionZao2025__img, .p-actionHakuba2024__img {
    width: 44.1176470588vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024__img, .p-actionZao2025__img, .p-actionHakuba2024__img {
    top: 0;
    bottom: auto;
    width: 100%;
    border-radius: 0;
  }
}
.p-actionZao2024Req__text, .p-actionZao2025Req__text, .p-actionHakuba2024Req__text {
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024Req__text, .p-actionZao2025Req__text, .p-actionHakuba2024Req__text {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.p-actionZao2024ReqHead, .p-actionZao2025ReqHead, .p-actionHakuba2024ReqHead {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqHead, .p-actionZao2025ReqHead, .p-actionHakuba2024ReqHead {
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqHead, .p-actionZao2025ReqHead, .p-actionHakuba2024ReqHead {
    display: block;
    margin-bottom: 10px;
  }
}
.p-actionZao2024ReqHead__tit, .p-actionZao2025ReqHead__tit, .p-actionHakuba2024ReqHead__tit {
  margin-right: 1.2em;
  padding-right: 1.2em;
  border-right: solid 1px #ddd;
  line-height: 1em;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqHead__tit, .p-actionZao2025ReqHead__tit, .p-actionHakuba2024ReqHead__tit {
    position: relative;
    margin: auto;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    padding-right: 0;
    border-right: none;
    line-height: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqHead__tit:after, .p-actionZao2025ReqHead__tit:after, .p-actionHakuba2024ReqHead__tit:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 26px;
    margin-left: -13px;
    height: 1px;
    background-color: #ddd;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqHead__text, .p-actionZao2025ReqHead__text, .p-actionHakuba2024ReqHead__text {
    font-size: 13px;
    text-align: left;
  }
}
.p-actionZao2024ReqBodyBox, .p-actionZao2025ReqBodyBox, .p-actionHakuba2024ReqBodyBox {
  padding: 40px;
  border: solid 3px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox, .p-actionZao2025ReqBodyBox, .p-actionHakuba2024ReqBodyBox {
    padding: 2.9411764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox, .p-actionZao2025ReqBodyBox, .p-actionHakuba2024ReqBodyBox {
    padding: 5.3333333333vw;
  }
}
.p-actionZao2024ReqBodyBox__line, .p-actionZao2025ReqBodyBox__line, .p-actionHakuba2024ReqBodyBox__line {
  padding: 40px;
  border: solid 2px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__line, .p-actionZao2025ReqBodyBox__line, .p-actionHakuba2024ReqBodyBox__line {
    padding: 2.9411764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__line, .p-actionZao2025ReqBodyBox__line, .p-actionHakuba2024ReqBodyBox__line {
    padding: 20px 2.6666666667vw 40px;
  }
}
.p-actionZao2024ReqBodyBox__inner, .p-actionZao2025ReqBodyBox__inner, .p-actionHakuba2024ReqBodyBox__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__inner, .p-actionZao2025ReqBodyBox__inner, .p-actionHakuba2024ReqBodyBox__inner {
    display: block;
    width: 100%;
  }
}
.p-actionZao2024ReqBodyBox__outline, .p-actionZao2025ReqBodyBox__outline, .p-actionHakuba2024ReqBodyBox__outline {
  width: 700px;
  border-top: solid 1px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__outline, .p-actionZao2025ReqBodyBox__outline, .p-actionHakuba2024ReqBodyBox__outline {
    width: 51.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline, .p-actionZao2025ReqBodyBox__outline, .p-actionHakuba2024ReqBodyBox__outline {
    width: 100%;
    margin-bottom: 35px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
.p-actionZao2024ReqBodyBox__outline dl, .p-actionZao2025ReqBodyBox__outline dl, .p-actionHakuba2024ReqBodyBox__outline dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-actionZao2024ReqBodyBox__outline dt, .p-actionZao2025ReqBodyBox__outline dt, .p-actionHakuba2024ReqBodyBox__outline dt {
  line-height: 2;
  width: 9em;
  padding: 0.5em 0;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline dt, .p-actionZao2025ReqBodyBox__outline dt, .p-actionHakuba2024ReqBodyBox__outline dt {
    width: 6em;
    padding: 1em 1em 1em 0;
    line-height: 1.5;
    text-align: justify;
    text-align-last: justify;
  }
}
.p-actionZao2024ReqBodyBox__outline dd, .p-actionZao2025ReqBodyBox__outline dd, .p-actionHakuba2024ReqBodyBox__outline dd {
  line-height: 2;
  padding: 0.5em 0;
  width: calc(100% - 9em);
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline dd, .p-actionZao2025ReqBodyBox__outline dd, .p-actionHakuba2024ReqBodyBox__outline dd {
    line-height: 1.6;
    padding: 1em 0;
    width: calc(100% - 6em);
    font-feature-settings: "palt" 1;
  }
}
.p-actionZao2024ReqBodyBox__outline dd a, .p-actionZao2025ReqBodyBox__outline dd a, .p-actionHakuba2024ReqBodyBox__outline dd a {
  font-weight: 500;
  text-decoration: underline;
}
.p-actionZao2024ReqBodyBox__outline li, .p-actionZao2025ReqBodyBox__outline li, .p-actionHakuba2024ReqBodyBox__outline li {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 0.3em;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline li, .p-actionZao2025ReqBodyBox__outline li, .p-actionHakuba2024ReqBodyBox__outline li {
    text-indent: 0;
    padding-left: 0;
  }
}
.p-actionZao2024ReqBodyBox__outline li .c-spacer, .p-actionZao2025ReqBodyBox__outline li .c-spacer, .p-actionHakuba2024ReqBodyBox__outline li .c-spacer {
  padding-left: 1em;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline li .c-spacer, .p-actionZao2025ReqBodyBox__outline li .c-spacer, .p-actionHakuba2024ReqBodyBox__outline li .c-spacer {
    padding-left: 0;
  }
}
.p-actionZao2024ReqBodyBox__outline li img, .p-actionZao2025ReqBodyBox__outline li img, .p-actionHakuba2024ReqBodyBox__outline li img {
  margin: 0.5em 1.5em;
  width: 270px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline li img, .p-actionZao2025ReqBodyBox__outline li img, .p-actionHakuba2024ReqBodyBox__outline li img {
    margin: 0.5em 0;
    width: 100%;
  }
}
.p-actionZao2024ReqBodyBox__outline__program, .p-actionZao2025ReqBodyBox__outline__program, .p-actionHakuba2024ReqBodyBox__outline__program {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__outline__program, .p-actionZao2025ReqBodyBox__outline__program, .p-actionHakuba2024ReqBodyBox__outline__program {
    display: block;
  }
}
.p-actionZao2024ReqBodyBox__outline__program .dt, .p-actionZao2025ReqBodyBox__outline__program .dt, .p-actionHakuba2024ReqBodyBox__outline__program .dt {
  width: 7em;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__outline__program .dt, .p-actionZao2025ReqBodyBox__outline__program .dt, .p-actionHakuba2024ReqBodyBox__outline__program .dt {
    width: 100%;
    color: #2a4232;
    font-weight: 500;
    font-size: 13px;
  }
}
.p-actionZao2024ReqBodyBox__outline__program .dd, .p-actionZao2025ReqBodyBox__outline__program .dd, .p-actionHakuba2024ReqBodyBox__outline__program .dd {
  width: calc(100% - 7em);
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__outline__program .dd, .p-actionZao2025ReqBodyBox__outline__program .dd, .p-actionHakuba2024ReqBodyBox__outline__program .dd {
    width: 100%;
    font-size: 12px;
  }
}
.p-actionZao2024ReqBodyBox__outline__tit, .p-actionZao2025ReqBodyBox__outline__tit, .p-actionHakuba2024ReqBodyBox__outline__tit {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px;
  background: #2a4232;
  color: #EFEAD5;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__tit, .p-actionZao2025ReqBodyBox__outline__tit, .p-actionHakuba2024ReqBodyBox__outline__tit {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-actionZao2024ReqBodyBox__outline__outline, .p-actionZao2025ReqBodyBox__outline__outline, .p-actionHakuba2024ReqBodyBox__outline__outline {
  margin-bottom: 40px;
}
.p-actionZao2024ReqBodyBox__outline__outline dt, .p-actionZao2025ReqBodyBox__outline__outline dt, .p-actionHakuba2024ReqBodyBox__outline__outline dt {
  border-bottom: solid 1px;
}
.p-actionZao2024ReqBodyBox__outline__outline dd, .p-actionZao2025ReqBodyBox__outline__outline dd, .p-actionHakuba2024ReqBodyBox__outline__outline dd {
  border-bottom: solid 1px;
}
.p-actionZao2024ReqBodyBox__outline__schedule, .p-actionZao2025ReqBodyBox__outline__schedule, .p-actionHakuba2024ReqBodyBox__outline__schedule {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__schedule, .p-actionZao2025ReqBodyBox__outline__schedule, .p-actionHakuba2024ReqBodyBox__outline__schedule {
    margin-bottom: 20px;
  }
}
.p-actionZao2024ReqBodyBox__outline__schedule dt, .p-actionZao2025ReqBodyBox__outline__schedule dt, .p-actionHakuba2024ReqBodyBox__outline__schedule dt {
  padding: 0.5em;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__schedule dt, .p-actionZao2025ReqBodyBox__outline__schedule dt, .p-actionHakuba2024ReqBodyBox__outline__schedule dt {
    padding: 1em 0.5em;
  }
}
.p-actionZao2024ReqBodyBox__outline__schedule .c-schedule__time--bg02, .p-actionZao2025ReqBodyBox__outline__schedule .c-schedule__time--bg02, .p-actionHakuba2024ReqBodyBox__outline__schedule .c-schedule__time--bg02 {
  background: #f8f8f8;
}
.p-actionZao2024ReqBodyBox__outline__talkshow, .p-actionZao2025ReqBodyBox__outline__talkshow, .p-actionHakuba2024ReqBodyBox__outline__talkshow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  gap: 18px;
  justify-content: space-between;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__outline__talkshow, .p-actionZao2025ReqBodyBox__outline__talkshow, .p-actionHakuba2024ReqBodyBox__outline__talkshow {
    gap: 1.3235294118vw;
  }
}
.p-actionZao2024ReqBodyBox__outline__message, .p-actionZao2025ReqBodyBox__outline__message, .p-actionHakuba2024ReqBodyBox__outline__message {
  margin-bottom: 40px;
  position: relative;
  padding: 50px 26px 60px;
  font-feature-settings: "palt" 1;
  line-height: 2;
  background: #fffff8;
}
.p-actionZao2024ReqBodyBox__outline__message:before, .p-actionZao2024ReqBodyBox__outline__message:after, .p-actionZao2025ReqBodyBox__outline__message:before, .p-actionZao2025ReqBodyBox__outline__message:after, .p-actionHakuba2024ReqBodyBox__outline__message:before, .p-actionHakuba2024ReqBodyBox__outline__message:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
}
.p-actionZao2024ReqBodyBox__outline__message:before, .p-actionZao2025ReqBodyBox__outline__message:before, .p-actionHakuba2024ReqBodyBox__outline__message:before {
  top: 0;
  left: 0;
  border-top: solid 1px #2a4232;
  border-left: solid 1px #2a4232;
}
.p-actionZao2024ReqBodyBox__outline__message:after, .p-actionZao2025ReqBodyBox__outline__message:after, .p-actionHakuba2024ReqBodyBox__outline__message:after {
  bottom: 0;
  right: 0;
  border-right: solid 1px #2a4232;
  border-bottom: solid 1px #2a4232;
}
.p-actionZao2024ReqBodyBox__outline__message__tit, .p-actionZao2025ReqBodyBox__outline__message__tit, .p-actionHakuba2024ReqBodyBox__outline__message__tit {
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-actionZao2024ReqBodyBox__outline__guest, .p-actionZao2025ReqBodyBox__outline__guest, .p-actionHakuba2024ReqBodyBox__outline__guest {
  width: 340px;
  padding: 20px;
  border: solid 1px #f6f6f6;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__outline__guest, .p-actionZao2025ReqBodyBox__outline__guest, .p-actionHakuba2024ReqBodyBox__outline__guest {
    width: 25vw;
    padding: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest, .p-actionZao2025ReqBodyBox__outline__guest, .p-actionHakuba2024ReqBodyBox__outline__guest {
    display: block;
    width: 100%;
    padding: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
.p-actionZao2024ReqBodyBox__outline__guest.--full, .p-actionZao2025ReqBodyBox__outline__guest.--full, .p-actionHakuba2024ReqBodyBox__outline__guest.--full {
  width: 100%;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest.--full, .p-actionZao2025ReqBodyBox__outline__guest.--full, .p-actionHakuba2024ReqBodyBox__outline__guest.--full {
    display: block;
  }
}
.p-actionZao2024ReqBodyBox__outline__guest.--flex, .p-actionZao2025ReqBodyBox__outline__guest.--flex, .p-actionHakuba2024ReqBodyBox__outline__guest.--flex {
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest.--flex, .p-actionZao2025ReqBodyBox__outline__guest.--flex, .p-actionHakuba2024ReqBodyBox__outline__guest.--flex {
    display: block;
  }
}
.p-actionZao2024ReqBodyBox__outline__guest.--flex img, .p-actionZao2025ReqBodyBox__outline__guest.--flex img, .p-actionHakuba2024ReqBodyBox__outline__guest.--flex img {
  width: auto;
  height: 180px;
  object-fit: contain;
  object-position: top;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest.--flex img, .p-actionZao2025ReqBodyBox__outline__guest.--flex img, .p-actionHakuba2024ReqBodyBox__outline__guest.--flex img {
    height: auto;
    width: 40vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.p-actionZao2024ReqBodyBox__outline__guest__tit, .p-actionZao2025ReqBodyBox__outline__guest__tit, .p-actionHakuba2024ReqBodyBox__outline__guest__tit {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #EFEAD5;
}
@media screen and (max-width: 1024.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest a, .p-actionZao2025ReqBodyBox__outline__guest a, .p-actionHakuba2024ReqBodyBox__outline__guest a {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest a, .p-actionZao2025ReqBodyBox__outline__guest a, .p-actionHakuba2024ReqBodyBox__outline__guest a {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 1024.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest a span, .p-actionZao2025ReqBodyBox__outline__guest a span, .p-actionHakuba2024ReqBodyBox__outline__guest a span {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest a span, .p-actionZao2025ReqBodyBox__outline__guest a span, .p-actionHakuba2024ReqBodyBox__outline__guest a span {
    font-size: 14px;
  }
}
.p-actionZao2024ReqBodyBox__outline__guest__img, .p-actionZao2025ReqBodyBox__outline__guest__img, .p-actionHakuba2024ReqBodyBox__outline__guest__img {
  width: 150px;
  margin: 0 auto 10px;
}
.p-actionZao2024ReqBodyBox__outline__guest__img img, .p-actionZao2025ReqBodyBox__outline__guest__img img, .p-actionHakuba2024ReqBodyBox__outline__guest__img img {
  display: block;
  width: 100%;
}
.p-actionZao2024ReqBodyBox__outline__guest__name, .p-actionZao2025ReqBodyBox__outline__guest__name, .p-actionHakuba2024ReqBodyBox__outline__guest__name {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.p-actionZao2024ReqBodyBox__outline__guest__job, .p-actionZao2025ReqBodyBox__outline__guest__job, .p-actionHakuba2024ReqBodyBox__outline__guest__job {
  min-height: 1em;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__guest__job, .p-actionZao2025ReqBodyBox__outline__guest__job, .p-actionHakuba2024ReqBodyBox__outline__guest__job {
    min-height: inherit;
  }
}
.p-actionZao2024ReqBodyBox__outline__guest__text, .p-actionZao2025ReqBodyBox__outline__guest__text, .p-actionHakuba2024ReqBodyBox__outline__guest__text {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: justify;
}
.p-actionZao2024ReqBodyBox__outline__caution, .p-actionZao2025ReqBodyBox__outline__caution, .p-actionHakuba2024ReqBodyBox__outline__caution {
  border: dashed 1px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__caution, .p-actionZao2025ReqBodyBox__outline__caution, .p-actionHakuba2024ReqBodyBox__outline__caution {
    padding: 10px;
  }
}
.p-actionZao2024ReqBodyBox__outline__contact, .p-actionZao2025ReqBodyBox__outline__contact, .p-actionHakuba2024ReqBodyBox__outline__contact {
  padding: 20px;
  background-color: #f6f6f6;
  font-size: 12px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__outline__contact, .p-actionZao2025ReqBodyBox__outline__contact, .p-actionHakuba2024ReqBodyBox__outline__contact {
    padding: 10px;
  }
}
.p-actionZao2024ReqBodyBox__text, .p-actionZao2025ReqBodyBox__text, .p-actionHakuba2024ReqBodyBox__text {
  position: absolute;
  bottom: 0;
  margin: auto 0 0 auto;
  width: 270px;
  font-weight: 600;
  text-align: left;
  vertical-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__text, .p-actionZao2025ReqBodyBox__text, .p-actionHakuba2024ReqBodyBox__text {
    width: 19.8529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__text, .p-actionZao2025ReqBodyBox__text, .p-actionHakuba2024ReqBodyBox__text {
    position: relative;
    display: block;
    width: 100%;
  }
}
.p-actionZao2024ReqBodyBox__text__01, .p-actionZao2025ReqBodyBox__text__01, .p-actionHakuba2024ReqBodyBox__text__01 {
  padding-bottom: 20px;
  border-bottom: dashed 1px;
  margin-bottom: 20px;
}
.p-actionZao2024ReqBodyBox__text__02, .p-actionZao2025ReqBodyBox__text__02, .p-actionHakuba2024ReqBodyBox__text__02 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__text__02, .p-actionZao2025ReqBodyBox__text__02, .p-actionHakuba2024ReqBodyBox__text__02 {
    text-align: center;
  }
}
.p-actionZao2024ReqBodyBox__text a, .p-actionZao2025ReqBodyBox__text a, .p-actionHakuba2024ReqBodyBox__text a {
  margin: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__text a, .p-actionZao2025ReqBodyBox__text a, .p-actionHakuba2024ReqBodyBox__text a {
    font-size: 1.2784090909vw;
  }
}
@media screen and (max-width: 1024.9px) {
  .p-actionZao2024ReqBodyBox__text a, .p-actionZao2025ReqBodyBox__text a, .p-actionHakuba2024ReqBodyBox__text a {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__text a, .p-actionZao2025ReqBodyBox__text a, .p-actionHakuba2024ReqBodyBox__text a {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 1024.9px) {
  .p-actionZao2024ReqBodyBox__text a span, .p-actionZao2025ReqBodyBox__text a span, .p-actionHakuba2024ReqBodyBox__text a span {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__text a span, .p-actionZao2025ReqBodyBox__text a span, .p-actionHakuba2024ReqBodyBox__text a span {
    font-size: 14px;
  }
}
.p-actionZao2024ReqBodyBox__text a .material-symbols-outlined, .p-actionZao2025ReqBodyBox__text a .material-symbols-outlined, .p-actionHakuba2024ReqBodyBox__text a .material-symbols-outlined {
  margin-left: 0.5em;
}
.p-actionZao2024ReqBodyBox__text__finish, .p-actionZao2025ReqBodyBox__text__finish, .p-actionHakuba2024ReqBodyBox__text__finish {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #ffbca7;
}
.p-actionZao2024ReqBodyBox__team, .p-actionZao2025ReqBodyBox__team, .p-actionHakuba2024ReqBodyBox__team {
  width: 270px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__team, .p-actionZao2025ReqBodyBox__team, .p-actionHakuba2024ReqBodyBox__team {
    width: 19.8529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__team, .p-actionZao2025ReqBodyBox__team, .p-actionHakuba2024ReqBodyBox__team {
    width: 100%;
  }
}
.p-actionZao2024ReqBodyBox__team__tit, .p-actionZao2025ReqBodyBox__team__tit, .p-actionHakuba2024ReqBodyBox__team__tit {
  padding: 6px 0.5em;
  margin-bottom: 10px;
  background: #EFEAD5;
}
.p-actionZao2024ReqBodyBox__team__tit.--supporter, .p-actionZao2025ReqBodyBox__team__tit.--supporter, .p-actionHakuba2024ReqBodyBox__team__tit.--supporter {
  border-top: dashed 1px #000;
}
.p-actionZao2024ReqBodyBox__team__dd.--supporter, .p-actionZao2025ReqBodyBox__team__dd.--supporter, .p-actionHakuba2024ReqBodyBox__team__dd.--supporter {
  border-top: dashed 1px #000;
}
.p-actionZao2024ReqBodyBox__team__dd__supporter, .p-actionZao2025ReqBodyBox__team__dd__supporter, .p-actionHakuba2024ReqBodyBox__team__dd__supporter {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__team__dd__supporter, .p-actionZao2025ReqBodyBox__team__dd__supporter, .p-actionHakuba2024ReqBodyBox__team__dd__supporter {
    gap: 2.2058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__team__dd__supporter, .p-actionZao2025ReqBodyBox__team__dd__supporter, .p-actionHakuba2024ReqBodyBox__team__dd__supporter {
    gap: 8vw;
  }
}
.p-actionZao2024ReqBodyBox__team__dd__supporter img, .p-actionZao2025ReqBodyBox__team__dd__supporter img, .p-actionHakuba2024ReqBodyBox__team__dd__supporter img {
  display: block;
}
.p-actionZao2024ReqBodyBox__team__dd__supporter .logo_nihonzaidan, .p-actionZao2025ReqBodyBox__team__dd__supporter .logo_nihonzaidan, .p-actionHakuba2024ReqBodyBox__team__dd__supporter .logo_nihonzaidan {
  width: 70px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__team__dd__supporter .logo_nihonzaidan, .p-actionZao2025ReqBodyBox__team__dd__supporter .logo_nihonzaidan, .p-actionHakuba2024ReqBodyBox__team__dd__supporter .logo_nihonzaidan {
    width: 5.1470588235vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__team__dd__supporter .logo_nihonzaidan, .p-actionZao2025ReqBodyBox__team__dd__supporter .logo_nihonzaidan, .p-actionHakuba2024ReqBodyBox__team__dd__supporter .logo_nihonzaidan {
    width: 18.6666666667vw;
  }
}
.p-actionZao2024ReqBodyBox__team__dd__supporter .logo_helos, .p-actionZao2025ReqBodyBox__team__dd__supporter .logo_helos, .p-actionHakuba2024ReqBodyBox__team__dd__supporter .logo_helos {
  width: 80px;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__team__dd__supporter .logo_helos, .p-actionZao2025ReqBodyBox__team__dd__supporter .logo_helos, .p-actionHakuba2024ReqBodyBox__team__dd__supporter .logo_helos {
    width: 5.8823529412vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__team__dd__supporter .logo_helos, .p-actionZao2025ReqBodyBox__team__dd__supporter .logo_helos, .p-actionHakuba2024ReqBodyBox__team__dd__supporter .logo_helos {
    width: 21.3333333333vw;
  }
}
.p-actionZao2024ReqBodyBox__team dl, .p-actionZao2025ReqBodyBox__team dl, .p-actionHakuba2024ReqBodyBox__team dl {
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__team dl, .p-actionZao2025ReqBodyBox__team dl, .p-actionHakuba2024ReqBodyBox__team dl {
    margin-bottom: 30px;
  }
}
.p-actionZao2024ReqBodyBox__team dl dt, .p-actionZao2025ReqBodyBox__team dl dt, .p-actionHakuba2024ReqBodyBox__team dl dt {
  font-weight: 700;
  color: #2a4232;
}
.p-actionZao2024ReqBodyBox__team dl dd, .p-actionZao2025ReqBodyBox__team dl dd, .p-actionHakuba2024ReqBodyBox__team dl dd {
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.p-actionZao2024ReqBodyBox__team dl dd:last-child, .p-actionZao2025ReqBodyBox__team dl dd:last-child, .p-actionHakuba2024ReqBodyBox__team dl dd:last-child {
  margin-bottom: 0;
}
.p-actionZao2024ReqBodyBox__teamList, .p-actionZao2025ReqBodyBox__teamList, .p-actionHakuba2024ReqBodyBox__teamList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.p-actionZao2024ReqBodyBox__teamList__item, .p-actionZao2025ReqBodyBox__teamList__item, .p-actionHakuba2024ReqBodyBox__teamList__item {
  display: grid;
  width: 100%;
  align-items: center;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item, .p-actionZao2025ReqBodyBox__teamList__item, .p-actionHakuba2024ReqBodyBox__teamList__item {
    width: 21.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item, .p-actionZao2025ReqBodyBox__teamList__item, .p-actionHakuba2024ReqBodyBox__teamList__item {
    width: 100%;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item a, .p-actionZao2025ReqBodyBox__teamList__item a, .p-actionHakuba2024ReqBodyBox__teamList__item a {
  display: block;
}
.p-actionZao2024ReqBodyBox__teamList__item.kuraray, .p-actionZao2025ReqBodyBox__teamList__item.kuraray, .p-actionHakuba2024ReqBodyBox__teamList__item.kuraray {
  margin-top: 20px;
}
.p-actionZao2024ReqBodyBox__teamList__item.kuraray img, .p-actionZao2025ReqBodyBox__teamList__item.kuraray img, .p-actionHakuba2024ReqBodyBox__teamList__item.kuraray img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.kuraray img, .p-actionZao2025ReqBodyBox__teamList__item.kuraray img, .p-actionHakuba2024ReqBodyBox__teamList__item.kuraray img {
    width: 13.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.kuraray img, .p-actionZao2025ReqBodyBox__teamList__item.kuraray img, .p-actionHakuba2024ReqBodyBox__teamList__item.kuraray img {
    width: 48vw;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item.able img, .p-actionZao2025ReqBodyBox__teamList__item.able img, .p-actionHakuba2024ReqBodyBox__teamList__item.able img {
  width: 204px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.able img, .p-actionZao2025ReqBodyBox__teamList__item.able img, .p-actionHakuba2024ReqBodyBox__teamList__item.able img {
    width: 15vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.able img, .p-actionZao2025ReqBodyBox__teamList__item.able img, .p-actionHakuba2024ReqBodyBox__teamList__item.able img {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.seven, .p-actionZao2025ReqBodyBox__teamList__item.seven, .p-actionHakuba2024ReqBodyBox__teamList__item.seven {
    width: 60%;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item.seven img, .p-actionZao2025ReqBodyBox__teamList__item.seven img, .p-actionHakuba2024ReqBodyBox__teamList__item.seven img {
  width: 270px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.seven img, .p-actionZao2025ReqBodyBox__teamList__item.seven img, .p-actionHakuba2024ReqBodyBox__teamList__item.seven img {
    width: 19.8529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.seven img, .p-actionZao2025ReqBodyBox__teamList__item.seven img, .p-actionHakuba2024ReqBodyBox__teamList__item.seven img {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.benz, .p-actionZao2025ReqBodyBox__teamList__item.benz, .p-actionHakuba2024ReqBodyBox__teamList__item.benz {
    width: 40%;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item.benz img, .p-actionZao2025ReqBodyBox__teamList__item.benz img, .p-actionHakuba2024ReqBodyBox__teamList__item.benz img {
  width: 86px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.benz img, .p-actionZao2025ReqBodyBox__teamList__item.benz img, .p-actionHakuba2024ReqBodyBox__teamList__item.benz img {
    width: 6.3235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.benz img, .p-actionZao2025ReqBodyBox__teamList__item.benz img, .p-actionHakuba2024ReqBodyBox__teamList__item.benz img {
    width: 100%;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item.alco img, .p-actionZao2025ReqBodyBox__teamList__item.alco img, .p-actionHakuba2024ReqBodyBox__teamList__item.alco img {
  width: 192px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.alco img, .p-actionZao2025ReqBodyBox__teamList__item.alco img, .p-actionHakuba2024ReqBodyBox__teamList__item.alco img {
    width: 14.1176470588vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.alco img, .p-actionZao2025ReqBodyBox__teamList__item.alco img, .p-actionHakuba2024ReqBodyBox__teamList__item.alco img {
    width: 51.2vw;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item.aliontek img, .p-actionZao2025ReqBodyBox__teamList__item.aliontek img, .p-actionHakuba2024ReqBodyBox__teamList__item.aliontek img {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.aliontek img, .p-actionZao2025ReqBodyBox__teamList__item.aliontek img, .p-actionHakuba2024ReqBodyBox__teamList__item.aliontek img {
    width: 16.9117647059vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.aliontek img, .p-actionZao2025ReqBodyBox__teamList__item.aliontek img, .p-actionHakuba2024ReqBodyBox__teamList__item.aliontek img {
    width: 61.3333333333vw;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item.visa img, .p-actionZao2025ReqBodyBox__teamList__item.visa img, .p-actionHakuba2024ReqBodyBox__teamList__item.visa img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.visa img, .p-actionZao2025ReqBodyBox__teamList__item.visa img, .p-actionHakuba2024ReqBodyBox__teamList__item.visa img {
    width: 9.5588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.visa img, .p-actionZao2025ReqBodyBox__teamList__item.visa img, .p-actionHakuba2024ReqBodyBox__teamList__item.visa img {
    width: 34.6666666667vw;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item.mimaki img, .p-actionZao2025ReqBodyBox__teamList__item.mimaki img, .p-actionHakuba2024ReqBodyBox__teamList__item.mimaki img {
  width: 190px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.mimaki img, .p-actionZao2025ReqBodyBox__teamList__item.mimaki img, .p-actionHakuba2024ReqBodyBox__teamList__item.mimaki img {
    width: 13.9705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.mimaki img, .p-actionZao2025ReqBodyBox__teamList__item.mimaki img, .p-actionHakuba2024ReqBodyBox__teamList__item.mimaki img {
    width: 50.6666666667vw;
  }
}
.p-actionZao2024ReqBodyBox__teamList__item.diamondmark img, .p-actionZao2025ReqBodyBox__teamList__item.diamondmark img, .p-actionHakuba2024ReqBodyBox__teamList__item.diamondmark img {
  width: 185px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionZao2024ReqBodyBox__teamList__item.diamondmark img, .p-actionZao2025ReqBodyBox__teamList__item.diamondmark img, .p-actionHakuba2024ReqBodyBox__teamList__item.diamondmark img {
    width: 13.9705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionZao2024ReqBodyBox__teamList__item.diamondmark img, .p-actionZao2025ReqBodyBox__teamList__item.diamondmark img, .p-actionHakuba2024ReqBodyBox__teamList__item.diamondmark img {
    width: 50.6666666667vw;
  }
}
.p-actionFujijyoshi__bg, .p-actionOoshirabiso__bg {
  position: relative;
  padding: 70px 120px 55px;
  margin-bottom: 40px;
  background-color: #fff;
  color: #2a4232;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshi__bg, .p-actionOoshirabiso__bg {
    padding: 5.1470588235vw 8.8235294118vw 4.0441176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshi__bg, .p-actionOoshirabiso__bg {
    padding: 93.3333333333vw 0 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshi__bg.--202401, .p-actionOoshirabiso__bg.--202401 {
    padding: 74.6666666667vw 0 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshi__bg.--202509, .p-actionOoshirabiso__bg.--202509 {
    padding: 53.3333333333vw 0 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshi__bg.--202601, .p-actionOoshirabiso__bg.--202601 {
    padding: 64vw 0 0;
  }
}
.p-actionFujijyoshiHead, .p-actionOoshirabisoHead {
  margin-bottom: 50px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHead, .p-actionOoshirabisoHead {
    margin-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHead, .p-actionOoshirabisoHead {
    width: 80vw;
    margin: 0 auto 8vw;
  }
}
.p-actionFujijyoshiHead__text, .p-actionOoshirabisoHead__text {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHead__text, .p-actionOoshirabisoHead__text {
    font-size: 1.4705882353vw;
    margin-bottom: 0.5882352941vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHead__text, .p-actionOoshirabisoHead__text {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
    text-align: center;
    font-weight: normal;
  }
}
.p-actionFujijyoshiHead__large, .p-actionOoshirabisoHead__large {
  font-size: 120%;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHead__large, .p-actionOoshirabisoHead__large {
    font-size: 4vw;
  }
}
.p-actionFujijyoshiHead__note, .p-actionOoshirabisoHead__note {
  font-size: 80%;
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHead__note, .p-actionOoshirabisoHead__note {
    text-align: left;
  }
}
.p-actionFujijyoshiHeadTitle, .p-actionOoshirabisoHeadTitle {
  display: flex;
  margin-bottom: 20px;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHeadTitle, .p-actionOoshirabisoHeadTitle {
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHeadTitle, .p-actionOoshirabisoHeadTitle {
    width: 100%;
    flex-wrap: wrap;
  }
}
.p-actionFujijyoshiHeadTitle__text, .p-actionOoshirabisoHeadTitle__text {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHeadTitle__text, .p-actionOoshirabisoHeadTitle__text {
    font-size: 2.7941176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHeadTitle__text, .p-actionOoshirabisoHeadTitle__text {
    font-feature-settings: "palt" 1;
    font-size: 5.3333333333vw;
  }
}
.p-actionFujijyoshiHeadTitle__text__small, .p-actionOoshirabisoHeadTitle__text__small {
  font-size: 23px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHeadTitle__text__small, .p-actionOoshirabisoHeadTitle__text__small {
    font-size: 2.0588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHeadTitle__text__small, .p-actionOoshirabisoHeadTitle__text__small {
    font-size: 3.2vw;
  }
}
.p-actionFujijyoshiHeadTitle__date, .p-actionOoshirabisoHeadTitle__date {
  width: 337px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHeadTitle__date, .p-actionOoshirabisoHeadTitle__date {
    width: 24.7794117647vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHeadTitle__date, .p-actionOoshirabisoHeadTitle__date {
    width: 100%;
  }
}
.p-actionFujijyoshiHeadTitle__date__day, .p-actionOoshirabisoHeadTitle__date__day {
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHeadTitle__date__day, .p-actionOoshirabisoHeadTitle__date__day {
    font-size: 3.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHeadTitle__date__day, .p-actionOoshirabisoHeadTitle__date__day {
    font-size: 8.8vw;
  }
}
.p-actionFujijyoshiHeadTitle__date__day span, .p-actionOoshirabisoHeadTitle__date__day span {
  font-size: 21px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHeadTitle__date__day span, .p-actionOoshirabisoHeadTitle__date__day span {
    font-size: 1.5441176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHeadTitle__date__day span, .p-actionOoshirabisoHeadTitle__date__day span {
    font-size: 4.2666666667vw;
  }
}
.p-actionFujijyoshiHeadTitle__date__time, .p-actionOoshirabisoHeadTitle__date__time {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.1;
  background-color: #2a4232;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHeadTitle__date__time, .p-actionOoshirabisoHeadTitle__date__time {
    padding: 0.3676470588vw 0;
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHeadTitle__date__time, .p-actionOoshirabisoHeadTitle__date__time {
    font-size: 4.8vw;
  }
}
.p-actionFujijyoshiHeadPlace, .p-actionOoshirabisoHeadPlace {
  padding: 7px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHeadPlace, .p-actionOoshirabisoHeadPlace {
    padding: 0.5147058824vw;
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHeadPlace, .p-actionOoshirabisoHeadPlace {
    display: none;
  }
}
.p-actionFujijyoshiHead--202501, .p-actionOoshirabisoHead--202501 {
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiHead--202501, .p-actionOoshirabisoHead--202501 {
    font-size: 1.1029411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiHead--202501, .p-actionOoshirabisoHead--202501 {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
}
.p-actionFujijyoshiBodyConts, .p-actionOoshirabisoBodyConts {
  display: flex;
  width: 325px;
  min-height: 325px;
  text-align: left;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiBodyConts, .p-actionOoshirabisoBodyConts {
    width: 23.8970588235vw;
    min-height: 23.8970588235vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiBodyConts, .p-actionOoshirabisoBodyConts {
    width: 100%;
  }
}
.p-actionFujijyoshiBodyConts--202401, .p-actionOoshirabisoBodyConts--202401 {
  width: 525px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiBodyConts--202401, .p-actionOoshirabisoBodyConts--202401 {
    width: 38.6029411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiBodyConts--202401, .p-actionOoshirabisoBodyConts--202401 {
    width: 100%;
  }
}
.p-actionFujijyoshiBodyText, .p-actionOoshirabisoBodyText {
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiBodyText, .p-actionOoshirabisoBodyText {
    font-size: 1.1029411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiBodyText, .p-actionOoshirabisoBodyText {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
}
.p-actionFujijyoshiBodyText-list, .p-actionOoshirabisoBodyText-list {
  font-size: 14px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiBodyText-list, .p-actionOoshirabisoBodyText-list {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiBodyText-list, .p-actionOoshirabisoBodyText-list {
    text-align: left;
    font-size: 12px;
  }
}
.p-actionFujijyoshiBodyText--caution, .p-actionOoshirabisoBodyText--caution {
  display: block;
  font-weight: bold;
  color: #f44336;
  text-align: left;
}
.p-actionFujijyoshiBodyText--small, .p-actionOoshirabisoBodyText--small {
  font-size: 12px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiBodyText--small, .p-actionOoshirabisoBodyText--small {
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiBodyText--small, .p-actionOoshirabisoBodyText--small {
    font-size: 10px;
  }
}
.p-actionFujijyoshiLogo, .p-actionOoshirabisoLogo {
  margin: 0 auto 55px;
  padding: 0 120px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo, .p-actionOoshirabisoLogo {
    margin: 0 auto 4.0441176471vw;
    padding: 0 8.8235294118vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo, .p-actionOoshirabisoLogo {
    padding: 0;
    margin-bottom: 40px;
  }
}
.p-actionFujijyoshiLogo dl, .p-actionOoshirabisoLogo dl {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo dl, .p-actionOoshirabisoLogo dl {
    display: block;
    text-align: center;
  }
}
.p-actionFujijyoshiLogo dl:first-child, .p-actionOoshirabisoLogo dl:first-child {
  margin-right: 70px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo dl:first-child, .p-actionOoshirabisoLogo dl:first-child {
    margin-right: 5.1470588235vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo dl:first-child, .p-actionOoshirabisoLogo dl:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo dl dt, .p-actionOoshirabisoLogo dl dt {
    margin-bottom: 1em;
  }
}
.p-actionFujijyoshiLogo__list, .p-actionOoshirabisoLogo__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo__list, .p-actionOoshirabisoLogo__list {
    justify-content: center;
  }
}
.p-actionFujijyoshiLogo__list__item img, .p-actionOoshirabisoLogo__list__item img {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo__list__item img, .p-actionOoshirabisoLogo__list__item img {
    margin: 0 0 0 2.2058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo__list__item img, .p-actionOoshirabisoLogo__list__item img {
    margin: 0 2.6666666667vw;
  }
}
.p-actionFujijyoshiLogo__list__item.sapporo_kankyo img, .p-actionOoshirabisoLogo__list__item.sapporo_kankyo img {
  width: 190px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo__list__item.sapporo_kankyo img, .p-actionOoshirabisoLogo__list__item.sapporo_kankyo img {
    width: 13.9705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo__list__item.sapporo_kankyo img, .p-actionOoshirabisoLogo__list__item.sapporo_kankyo img {
    width: 34.6666666667vw;
  }
}
.p-actionFujijyoshiLogo__list__item.kuraray img, .p-actionOoshirabisoLogo__list__item.kuraray img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo__list__item.kuraray img, .p-actionOoshirabisoLogo__list__item.kuraray img {
    width: 10.2941176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo__list__item.kuraray img, .p-actionOoshirabisoLogo__list__item.kuraray img {
    width: 24vw;
  }
}
.p-actionFujijyoshiLogo__list__item.alco img, .p-actionOoshirabisoLogo__list__item.alco img {
  width: 190px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo__list__item.alco img, .p-actionOoshirabisoLogo__list__item.alco img {
    width: 13.9705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo__list__item.alco img, .p-actionOoshirabisoLogo__list__item.alco img {
    width: 29.3333333333vw;
  }
}
.p-actionFujijyoshiLogo__list__item.visa img, .p-actionOoshirabisoLogo__list__item.visa img {
  width: 130px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo__list__item.visa img, .p-actionOoshirabisoLogo__list__item.visa img {
    width: 9.5588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo__list__item.visa img, .p-actionOoshirabisoLogo__list__item.visa img {
    width: 18.6666666667vw;
  }
}
.p-actionFujijyoshiLogo__list__item.nihonzaidan img, .p-actionOoshirabisoLogo__list__item.nihonzaidan img {
  width: 75px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo__list__item.nihonzaidan img, .p-actionOoshirabisoLogo__list__item.nihonzaidan img {
    width: 5.5147058824vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo__list__item.nihonzaidan img, .p-actionOoshirabisoLogo__list__item.nihonzaidan img {
    width: 16vw;
  }
}
.p-actionFujijyoshiLogo__list__item.heros img, .p-actionOoshirabisoLogo__list__item.heros img {
  width: 80px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshiLogo__list__item.heros img, .p-actionOoshirabisoLogo__list__item.heros img {
    width: 5.8823529412vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshiLogo__list__item.heros img, .p-actionOoshirabisoLogo__list__item.heros img {
    width: 16vw;
  }
}
.p-actionFujijyoshi__img, .p-actionOoshirabiso__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 60px 0 0 0;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshi__img, .p-actionOoshirabiso__img {
    width: 44.1176470588vw;
    height: 29.4117647059vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshi__img, .p-actionOoshirabiso__img {
    top: 0;
    bottom: auto;
    object-fit: fill;
    object-position: top center;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.p-actionFujijyoshi__img--202401, .p-actionOoshirabiso__img--202401 {
  width: 400px;
}
@media screen and (max-width: 1360px) {
  .p-actionFujijyoshi__img--202401, .p-actionOoshirabiso__img--202401 {
    width: 29.4117647059vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-actionFujijyoshi__img--202401, .p-actionOoshirabiso__img--202401 {
    width: 100%;
    height: 323px;
    object-fit: cover;
    object-position: center;
  }
}

/*JUMP for the earth*/
.p-kv {
  position: relative;
  width: 100%;
  padding-bottom: 110px;
  background: url(../img/bg_kv@2x.png) top left/32.6704545455vw auto no-repeat #24392b;
  z-index: 1;
  overflow: hidden;
  /*swiper*/
  /* ==========================
    swiperslider
  ========================== */
  /* 円形のプログレスバー */
}
@media screen and (max-width: 767.9px) {
  .p-kv {
    padding: 49.0666666667vw 0 26.6666666667vw;
    background: url(../img/bg_kv_sp.png) top left/100% auto no-repeat #24392b;
  }
}
.p-kv__headLogo {
  position: absolute;
  top: 14px;
  left: 17px;
  height: 45px;
  width: 248px;
  pointer-events: auto;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .p-kv__headLogo {
    top: 14px;
    left: 10px;
    height: 29px;
    width: 180px;
  }
}
.p-kv__headLogo svg {
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__logo {
  position: absolute;
  top: 0;
  right: 50%;
  width: 35.5113636364vw;
  height: 92%;
  max-height: 100vh;
  margin-right: 0;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .p-kv__logo {
    top: 21.3333333333vw;
    right: auto;
    left: 5.3333333333vw;
    width: 69.3333333333vw;
    height: auto;
    max-height: inherit;
  }
}
.p-kv__logo img {
  display: block;
  margin: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 650px;
}
@media screen and (max-width: 767.9px) {
  .p-kv__logo img {
    height: inherit;
    max-width: 650px;
  }
}
.p-kv__slider {
  position: relative;
  display: block;
  width: 67.6136363636vw;
  height: 49.0056818182vw;
  max-height: 90vh;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767.9px) {
  .p-kv__slider {
    width: 100%;
    height: 106.6666666667vw;
    max-height: inherit;
  }
}
.p-kv__slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 90vh;
}
.p-kv__slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-kvSlide__btn {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 315px;
  background-color: #EFEAD5;
}
@media screen and (max-width: 767.9px) {
  .p-kvSlide__btn {
    bottom: 5.3333333333vw;
    width: 65.0666666667vw;
  }
}
.p-kvSlide__btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  line-height: 1;
  padding: 25px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-kvSlide__btn a {
    padding: 4.2666666667vw;
  }
}
.p-kvSlide__btn a span {
  font-size: 14px;
  padding-left: 15px;
}
@media screen and (max-width: 767.9px) {
  .p-kvSlide__btn a span {
    padding-left: 3.2vw;
  }
}
.p-kvSlide__btn a .p-kvSlide__btn__en {
  padding-right: 15px;
  border-right: solid 1px;
}
@media screen and (max-width: 767.9px) {
  .p-kvSlide__btn a .p-kvSlide__btn__en {
    padding-left: 0;
    padding-right: 3.2vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-kvSlide__btn a .p-kvSlide__btn__text {
    font-size: 2.6666666667vw;
  }
}
.p-kv__nav {
  position: absolute;
  bottom: 50px;
  display: block;
  margin-left: 50px;
}
@media screen and (max-width: 767.9px) {
  .p-kv__nav {
    display: none;
  }
}
.p-kv__navList__item {
  display: block;
  margin-bottom: 10px;
}
.p-kv__navList__item:last-child {
  margin-bottom: 0;
}
.p-kv__navList__item a {
  line-height: 1;
  color: #F6F1DC;
  font-size: 14px;
  font-weight: 500;
}
.p-kv .swiperCont {
  /* width: 80%; */
  margin: 0 auto;
  position: relative;
}
.p-kv .swiper {
  width: 100%;
}
.p-kv .swiper-button-next,
.p-kv .swiper-rtl .swiper-button-prev,
.p-kv .swiper-button-prev,
.p-kv .swiper-rtl .swiper-button-next {
  background-color: #ccc;
  border-radius: 50%;
  padding: 30px;
}
.p-kv .swiper-button-next:focus,
.p-kv .swiper-rtl .swiper-button-prev:focus,
.p-kv .swiper-button-prev:focus,
.p-kv .swiper-rtl .swiper-button-next:focus {
  outline: none;
}
.p-kv .swiper-button-prev:after,
.p-kv .swiper-rtl .swiper-button-next:after,
.p-kv .swiper-button-next:after,
.p-kv .swiper-rtl .swiper-button-prev:after {
  color: #EFEAD5;
  font-size: 24px;
}
.p-kv .mySwiper {
  margin-top: 10px;
}
.p-kv .mySwiper .swiper-slide {
  opacity: 0.4;
}
.p-kv .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.p-kv .swiper-pagination {
  padding: 25px 25px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .p-kv .swiper-pagination {
    padding: 4vw 5.3333333333vw 0 0;
  }
}
.p-kv .swiper-horizontal > .swiper-pagination-bullets,
.p-kv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-kv .swiper-pagination-custom,
.p-kv .swiper-pagination-fraction {
  top: 100%;
  bottom: auto;
  text-align: right;
}
.p-kv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-kv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
@media screen and (max-width: 767.9px) {
  .p-kv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-kv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
}
.p-kv .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  animation: circleBefore 5s linear forwards;
}
.p-kv .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  animation: circleAfter 5s linear forwards;
}
.p-kv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-kv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
}
@keyframes circleAfter {
  0% {
    transform: rotate(0deg);
    background: #253b2c;
  }
  50% {
    transform: rotate(180deg);
    background: #253b2c;
  }
  50.01% {
    transform: rotate(360deg);
    background: #EFEAD5;
  }
  100% {
    transform: rotate(360deg);
    background: #EFEAD5;
  }
}
@keyframes circleBefore {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.p-kv .circleOuter {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 767.9px) {
  .p-kv .circleOuter {
    width: 8vw;
    height: 8vw;
    border-radius: 4vw;
  }
}
.p-kv .circle {
  position: relative;
  width: 30px;
  height: 30px;
  background: #253b2c;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .p-kv .circle {
    width: 8vw;
    height: 8vw;
  }
}
.p-kv .circle.swiper-pagination-bullet-active {
  background: #EFEAD5;
}
.p-kv .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #253b2c;
  transform-origin: right 15px;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .p-kv .circle::before {
    left: -4vw;
    width: 8vw;
    height: 8vw;
  }
}
.p-kv .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: #253b2c;
  transform-origin: left 15px;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .p-kv .circle::after {
    left: 4vw;
    width: 8vw;
    height: 8vw;
  }
}
.p-kv .circle .circle_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background: #253b2c;
  border-radius: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EFEAD5;
}
@media screen and (max-width: 767.9px) {
  .p-kv .circle .circle_inner {
    width: 7.4666666667vw;
    height: 7.2vw;
  }
}

.p-news {
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
}
.p-news__inner {
  position: relative;
  width: 1200px;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1360px) {
  .p-news__inner {
    width: 100%;
    max-width: 90%;
    margin: auto;
  }
}
.p-newsList__item {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid #ccc 1px;
}
@media screen and (max-width: 767.9px) {
  .p-newsList__item {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.p-newsList__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.p-newsList__item__title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.9px) {
  .p-newsList__item__title {
    display: block;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}
.p-newsList__item__title .date {
  width: 128px;
  letter-spacing: 0.2em;
  font-size: 15px;
  font-weight: 600;
}
.p-newsList__item__title .title {
  width: calc(100% - 128px);
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767.9px) {
  .p-newsList__item__title .title {
    width: 100%;
  }
}
.p-newsList__item__title:last-of-type {
  margin-bottom: 0;
}
.p-newsList__item__text {
  padding-left: 128px;
  line-height: 2;
  font-size: 13px;
}
@media screen and (max-width: 767.9px) {
  .p-newsList__item__text {
    padding-left: 0;
  }
}
.p-newsList__item__text a {
  text-decoration: underline;
}
.p-newsList__item__link {
  margin-top: 0.8em;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em;
}
@media screen and (max-width: 767.9px) {
  .p-newsList__item__link {
    gap: 0.8em;
  }
}
.p-newsList__item__link a {
  display: flex;
  border: solid 1px #000000;
  padding: 0.4em 1em;
  border-radius: 8px;
  font-size: 12px;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-newsList__item__link a {
    border-radius: 5px;
  }
}
.p-newsList__item__link a:hover {
  background-color: #000;
  color: #fff;
}
.p-newsList__item__link .icon_pdf {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 18;
}
.p-newsList__item__link .icon_open_in_new {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 18;
}
.p-newsList__item__link .icon_arrow_forward_ios {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 18;
  font-size: 90%;
  margin-left: 0.5em;
}

.p-philosophy {
  position: relative;
  padding-bottom: 200px;
  background-image: url(../img/bg_philosophy.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .p-philosophy {
    padding-bottom: 100px;
  }
}
.p-philosophy:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(42, 66, 50, 0.8);
  pointer-events: none;
  z-index: 1;
}
.p-philosophy__inner {
  position: relative;
  width: 1200px;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1360px) {
  .p-philosophy__inner {
    width: 100%;
  }
}
.p-philosophy__text {
  color: #EFEAD5;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
.p-philosophy__text01 {
  margin-bottom: 100px;
  font-size: 28px;
}
@media screen and (max-width: 1360px) {
  .p-philosophy__text01 {
    font-size: 2.0588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-philosophy__text01 {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.p-philosophy__text02 {
  font-size: 20px;
}
@media screen and (max-width: 1360px) {
  .p-philosophy__text02 {
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-philosophy__text02 {
    font-size: 14px;
  }
}

.p-message {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .p-message {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-message__inner {
    width: 89.3333333333vw;
    margin: auto;
  }
}
.p-messageBody {
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .p-messageBody {
    display: block;
  }
}
.p-messageBody__text {
  width: 50%;
  line-height: 2;
}
@media screen and (max-width: 1360px) {
  .p-messageBody__text {
    padding-right: 7.3529411765vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767.9px) {
  .p-messageBody__text {
    padding-right: 0;
    width: 100%;
  }
}
.p-messageBody__text p {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1360px) {
  .p-messageBody__text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-messageBody__text p {
    margin-bottom: 27px;
    font-size: 14px;
  }
}
.p-messageBody__text__sign {
  display: inline-block;
  margin-top: 30px;
  margin-left: 340px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 1360px) {
  .p-messageBody__text__sign {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-messageBody__text__sign {
    margin-top: 50px;
    margin-left: 0;
  }
}
.p-messageBody__text__sign img {
  display: inline-block;
  width: 210px;
}
@media screen and (max-width: 1360px) {
  .p-messageBody__text__sign img {
    width: 180px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-messageBody__text__sign img {
    width: 170px;
  }
}
.p-messageBody__text__sign p {
  margin-top: -0.1em;
  font-size: 19px;
  color: #334b3b;
  letter-spacing: 0.3em;
  font-weight: normal;
}
@media screen and (max-width: 1360px) {
  .p-messageBody__text__sign p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-messageBody__text__sign p {
    margin-top: -0.2em;
    font-size: 17px;
  }
}
.p-messageBody__img {
  position: relative;
  left: 0;
  width: 50%;
  max-height: 900px;
  box-sizing: border-box;
  padding-right: 100px;
}
@media screen and (max-width: 1360px) {
  .p-messageBody__img {
    padding-right: 7.3529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-messageBody__img {
    max-height: inherit;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.p-messageBody__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}

.p-issue {
  position: relative;
  overflow: hidden;
  background-color: #2a4232;
  padding-bottom: 350px;
}
@media screen and (max-width: 1360px) {
  .p-issue {
    padding-bottom: 25.7352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-issue {
    padding-bottom: 100vw;
  }
}
.p-issue__inner {
  width: 89.3333333333vw;
  margin: auto;
}
.p-issueHead {
  position: relative;
  color: #EFEAD5;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 88px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1360px) {
  .p-issueHead {
    max-width: 88.2352941176vw;
    margin: 0 auto 88px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-issueHead {
    max-width: inherit;
    margin-bottom: 45px;
    font-size: 16px;
  }
}
.p-issueHead__text {
  border-top: solid 4px #EFEAD5;
  border-bottom: solid 4px #EFEAD5;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1360px) {
  .p-issueHead__text {
    font-size: 2.7941176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-issueHead__text {
    font-size: 18px;
  }
}
.p-issueHead__text p {
  margin: 3px auto;
  padding: 27px 0;
  border-top: solid 1px rgba(239, 234, 213, 0.5);
  border-bottom: solid 1px rgba(239, 234, 213, 0.5);
}
@media screen and (max-width: 767.9px) {
  .p-issueHead__text p {
    padding: 20px 0;
  }
}
.p-issueBody {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1360px) {
  .p-issueBody {
    max-width: 88.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-issueBody {
    position: inherit;
  }
}
.p-issueBody__text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .p-issueBody__text {
    font-size: 14px;
  }
}
.p-issueBody__text p {
  width: 50%;
  line-height: 2;
  margin-bottom: 50px;
  font-weight: 500;
  color: #EFEAD5;
}
@media screen and (max-width: 767.9px) {
  .p-issueBody__text p {
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-issueBody__text02 {
  margin-bottom: 0;
}
.p-issueBody__text__sign {
  margin-top: 40px;
  margin-left: 200px;
}
@media screen and (max-width: 1360px) {
  .p-issueBody__text__sign {
    margin-top: 2.9411764706vw;
    margin-left: 14.7058823529vw;
  }
}
.p-issueBody__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 500px;
  height: 500px;
  max-height: 900px;
  margin-left: 100px;
  z-index: 1;
}
@media screen and (max-width: 1360px) {
  .p-issueBody__img {
    margin-left: 7.3529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-issueBody__img {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    margin-left: 0;
  }
}
.p-issueBody__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
@media screen and (max-width: 767.9px) {
  .p-issueBody__img img {
    object-fit: cover;
  }
}

.p-archive__inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1360px) {
  .p-archive__inner {
    max-width: 88.2352941176vw;
    margin: 0 auto 88px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-archive__inner {
    max-width: inherit;
    margin: 0 auto 0;
  }
}
.p-archiveList {
  display: grid;
  grid-template-columns: repeat(auto-fit, 340px);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  justify-content: center;
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .p-archiveList {
    grid-template-columns: repeat(auto-fit, 49%);
    grid-row-gap: 7px;
    grid-column-gap: 2%;
  }
}
.p-archiveItem {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-bottom: 60px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-archiveItem {
    width: 100%;
    padding-bottom: 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-archiveItem__day {
    font-size: 10px;
  }
}
.p-archiveItem__thum {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  .p-archiveItem__thum {
    height: 34.6666666667vw;
  }
}
.p-archiveItem__tit {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #24392b;
}
@media screen and (max-width: 767.9px) {
  .p-archiveItem__tit {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767.9px) {
  .p-archiveItem__text {
    font-size: 10px;
  }
}
.p-archiveText {
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-archiveText {
    padding: 2.6666666667vw;
  }
}
.p-archive .link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-archive .link__inner {
  display: flex;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p-archive .link__inner {
    font-size: 10px;
  }
}
.p-archive .link__inner .material-symbols-outlined {
  font-size: 13px;
}

.p-concept {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .p-concept {
    padding-bottom: 100px;
  }
}
.p-concept__inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1360px) {
  .p-concept__inner {
    max-width: 88.2352941176vw;
    margin: 0 auto 88px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-concept__inner {
    max-width: 89.3333333333vw;
    margin: 0 auto 0;
  }
}
.p-conceptList {
  display: flex;
  width: 850px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1360px) {
  .p-conceptList {
    width: 62.5vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-conceptList {
    position: relative;
    display: block;
    width: 314px;
    height: 294px;
  }
}
.p-conceptListItem {
  text-align: center;
  width: 300px;
  height: 300px;
  margin-left: -8px;
  margin-right: -8px;
  background: url(../img/bg_circle.svg) top center/contain no-repeat;
}
@media screen and (max-width: 1360px) {
  .p-conceptListItem {
    width: 22.0588235294vw;
    height: 22.0588235294vw;
    margin-left: -0.5882352941vw;
    margin-right: -0.5882352941vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-conceptListItem {
    position: absolute;
    width: 162px;
    height: 162px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-conceptListItem:first-child {
    top: 0;
    left: 50%;
    margin-left: -81px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-conceptListItem:nth-child(2) {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-conceptListItem:nth-child(3) {
    bottom: 0;
    right: 0;
  }
}
.p-conceptListItem dt {
  /*letter-spacing: 0.1em;
  color: $theme-color02;
  font-weight: 600;
  font-size: 55px;
  line-height: 1;
  padding-top: 90px;
  margin-bottom: 10px;*/
  letter-spacing: 0.1em;
  color: #2a4232;
  font-weight: 600;
  font-size: 43px;
  line-height: 1;
  padding-top: 110px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1360px) {
  .p-conceptListItem dt {
    /*font-size: calc02(55);*/
    font-size: 3.1617647059vw;
    line-height: 4.0441176471vw;
    padding-top: 6.6176470588vw;
    margin-bottom: 0.7352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-conceptListItem dt {
    height: auto;
    margin-bottom: 10px;
    padding-top: 47px;
    font-size: 20px;
  }
}
.p-conceptListItem dd {
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 1360px) {
  .p-conceptListItem dd {
    font-size: 1.6911764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-conceptListItem dd {
    font-size: 14px;
  }
}
.p-conceptListItem dd span {
  color: #5e964f;
}
.p-concept__border {
  display: block;
  position: relative;
  top: -20px;
  left: 50%;
  width: 1px;
  height: 83px;
}
@media screen and (max-width: 767.9px) {
  .p-concept__border {
    height: 50px;
  }
}
.p-concept__border span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a4232;
}
.p-concept__text {
  margin-bottom: 60px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767.9px) {
  .p-concept__text {
    margin-bottom: 37px;
    font-size: 16px;
  }
}
.p-concept__photo {
  width: 590px;
  margin: 0 auto 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .p-concept__photo {
    width: 43.3823529412vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-concept__photo {
    width: 89.3333333333vw;
  }
}
.p-concept__photo img {
  display: block;
  width: 100%;
}

.p-team__inner,
.p-supporter__inner {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1360px) {
  .p-team__inner,
  .p-supporter__inner {
    max-width: 66.1764705882vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-team__inner,
  .p-supporter__inner {
    max-width: inherit;
    width: 89.0666666667vw;
    margin: auto;
  }
}
.p-team__title,
.p-supporter__title {
  margin-bottom: 80px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p-team__title,
  .p-supporter__title {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
.p-teamList,
.p-supporterList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-teamList,
  .p-supporterList {
    gap: 20px 0;
  }
}
.p-teamList__item,
.p-supporterList__item {
  display: grid;
  align-items: center;
  height: 130px;
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item,
  .p-supporterList__item {
    width: 50%;
    height: auto;
  }
}
.p-teamList__item--kuraray img,
.p-supporterList__item--kuraray img {
  width: 200px;
}
@media screen and (max-width: 1360px) {
  .p-teamList__item--kuraray img,
  .p-supporterList__item--kuraray img {
    width: 14.7058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item--kuraray img,
  .p-supporterList__item--kuraray img {
    width: 32vw;
  }
}
.p-teamList__item--hgas img,
.p-supporterList__item--hgas img {
  width: 210px;
}
@media screen and (max-width: 1360px) {
  .p-teamList__item--hgas img,
  .p-supporterList__item--hgas img {
    width: 15.4411764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item--hgas img,
  .p-supporterList__item--hgas img {
    width: 36vw;
  }
}
.p-teamList__item--able img,
.p-supporterList__item--able img {
  width: 204px;
}
@media screen and (max-width: 1360px) {
  .p-teamList__item--able img,
  .p-supporterList__item--able img {
    width: 15vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item--able img,
  .p-supporterList__item--able img {
    width: 28.8vw;
  }
}
.p-teamList__item--seven img,
.p-supporterList__item--seven img {
  width: 270px;
}
@media screen and (max-width: 1360px) {
  .p-teamList__item--seven img,
  .p-supporterList__item--seven img {
    width: 19.8529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item--seven img,
  .p-supporterList__item--seven img {
    width: 41.6vw;
  }
}
.p-teamList__item--benz img,
.p-supporterList__item--benz img {
  width: 95px;
}
@media screen and (max-width: 1360px) {
  .p-teamList__item--benz img,
  .p-supporterList__item--benz img {
    width: 6.9852941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item--benz img,
  .p-supporterList__item--benz img {
    width: 17.3333333333vw;
  }
}
.p-teamList__item--alco img,
.p-supporterList__item--alco img {
  width: 230px;
}
@media screen and (max-width: 1360px) {
  .p-teamList__item--alco img,
  .p-supporterList__item--alco img {
    width: 16.9117647059vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item--alco img,
  .p-supporterList__item--alco img {
    width: 42.6666666667vw;
  }
}
.p-teamList__item--visa img,
.p-supporterList__item--visa img {
  width: 170px;
}
@media screen and (max-width: 1360px) {
  .p-teamList__item--visa img,
  .p-supporterList__item--visa img {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item--visa img,
  .p-supporterList__item--visa img {
    width: 26.6666666667vw;
  }
}
.p-teamList__item--aliontek img,
.p-supporterList__item--aliontek img {
  width: 250px;
}
@media screen and (max-width: 1360px) {
  .p-teamList__item--aliontek img,
  .p-supporterList__item--aliontek img {
    width: 18.3823529412vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-teamList__item--aliontek img,
  .p-supporterList__item--aliontek img {
    width: 42.6666666667vw;
  }
}
.p-teamList__item a,
.p-supporterList__item a {
  display: block;
}

.p-partners__inner {
  position: relative;
  width: 1200px;
  margin: auto;
  z-index: 2;
  padding: 0 40px;
}
@media screen and (max-width: 1360px) {
  .p-partners__inner {
    width: 88.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-partners__inner {
    width: 90.6666666667vw;
    padding: 0;
  }
}
.p-partnersProf {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .p-partnersProf {
    display: block;
    margin-bottom: 0;
  }
}
.p-partnersProf__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 950px;
  margin: auto;
}
@media screen and (max-width: 1360px) {
  .p-partnersProf__item {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-partnersProf__item {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-partnersProf__item:last-child {
    margin-bottom: 0;
  }
}
.p-partnersProfImg {
  width: 195px;
}
@media screen and (max-width: 767.9px) {
  .p-partnersProfImg {
    width: 100%;
  }
}
.p-partnersProfImg img {
  width: 100%;
}
.p-partnersProfText {
  width: calc(100% - 220px);
}
@media screen and (max-width: 767.9px) {
  .p-partnersProfText {
    width: 100%;
  }
}
.p-partnersProfTextName {
  margin: 0 auto 15px;
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  align-items: center;
}
.p-partnersProfTextName__text01 {
  font-size: 21px;
  font-weight: 900;
}
@media screen and (max-width: 767.9px) {
  .p-partnersProfTextName__text01 {
    font-size: 5.6vw;
  }
}
.p-partnersProfTextJob {
  margin: 0 auto 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-partnersProfTextJob {
    font-size: 3.7333333333vw;
  }
}
.p-partnersProfTextJob span {
  display: inline-block;
}
.p-partnersProfTextLink {
  margin: 0 auto 15px;
}
.p-partnersProfTextLink a {
  font-size: 13px;
  padding: 6px;
  border: solid 2px;
  border-radius: 0 30px 30px 0;
  background: #2a4232;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .p-partnersProfTextLink a {
    width: 100%;
    max-width: 320px;
  }
}
.p-partnersProfTextLink a .material-symbols-outlined {
  font-size: 14px;
  padding-right: 1.5em;
}
.p-partnersProfTextHistory {
  font-size: 13px;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
}
.p-partnersLogos {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1360px) {
  .p-partnersLogos {
    max-width: 73.5294117647vw;
    margin: 0 auto 7.3529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-partnersLogos {
    max-width: inherit;
    width: 89.0666666667vw;
    margin: 0 auto 16vw;
  }
}
.p-partnersList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-partnersList {
    gap: 0;
  }
}
.p-partnersList__item {
  display: grid;
  align-items: center;
  height: 130px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .p-partnersList__item {
    width: 50%;
    height: auto;
  }
}
.p-partnersList__item--fairtrade img {
  width: 105px;
}
@media screen and (max-width: 1360px) {
  .p-partnersList__item--fairtrade img {
    width: 7.7205882353vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-partnersList__item--fairtrade img {
    width: 17.3333333333vw;
  }
}
.p-partnersList__item--sapporo img {
  width: 208px;
}
@media screen and (max-width: 1360px) {
  .p-partnersList__item--sapporo img {
    width: 15.2941176471vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-partnersList__item--sapporo img {
    width: 33.3333333333vw;
  }
}
.p-partnersList__item--yamagata img {
  width: 266px;
}
@media screen and (max-width: 1360px) {
  .p-partnersList__item--yamagata img {
    width: 19.5588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-partnersList__item--yamagata img {
    width: 37.3333333333vw;
  }
}
.p-partnersList__item--fujijyoshi img {
  display: block;
  width: 180px;
}
@media screen and (max-width: 1360px) {
  .p-partnersList__item--fujijyoshi img {
    width: 13.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-partnersList__item--fujijyoshi img {
    width: 32vw;
  }
}
.p-partnersList__item--fujijyoshi img:nth-child(2) {
  display: block;
  margin: 10px auto 0;
}
.p-partnersList__item a {
  display: block;
}

.p-supporter {
  padding-bottom: 200px;
}
@media screen and (max-width: 767.9px) {
  .p-supporter {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=index.css.map */
