@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: "LINE Seed JP";
  src: url("../webfont/woff2/LINESeedJP_OTF_Rg.woff2.txt") format(woff2) tech(variations);
  font-weight: normal;
  font-display: block;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../webfont/woff2/LINESeedJP_OTF_Bd.woff2.txt") format(woff2) tech(variations);
  font-weight: bold;
  font-display: block;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
picture,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 60%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  scrollbar-gutter: stable;
}

body {
  background-color: #fff;
  color: #452828;
  font-family: "LINE Seed JP", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-indent: min(0vw + 0rem, 0rem);
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 500;
  scrollbar-gutter: stable;
}
/*
body.is-fixed {
  overflow: hidden;
}*/

#page {
  position: relative;
  overflow: clip;
}

#page.is-fixed {
  overflow: hidden;
}

figure,
picture {
  display: block;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  min-height: 1px;
  -o-object-fit: cover;
     object-fit: cover;
}

img.-t {
  -o-object-position: center top;
     object-position: center top;
}

img.-tl {
  -o-object-position: left top;
     object-position: left top;
}

img.-tr {
  -o-object-position: right top;
     object-position: right top;
}

img.-r {
  -o-object-position: right center;
     object-position: right center;
}

img.-b {
  -o-object-position: center bottom;
     object-position: center bottom;
}

img.-bl {
  -o-object-position: left bottom;
     object-position: left bottom;
}

img.-br {
  -o-object-position: right bottom;
     object-position: right bottom;
}

img.-l {
  -o-object-position: left center;
     object-position: left center;
}

.js-svg {
  width: auto;
  height: auto;
}

img.js-svg {
  opacity: 0;
}

svg.js-svg {
  opacity: 1;
}

svg {
  overflow: hidden;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ccc;
  vertical-align: top;
}

/*----------------------------------------------------
	form要素
--------------------------------------------------- */
input,
textarea {
  padding: 5px 7px;
  border-radius: 2px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #a7a6aa;
}

input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  transition: all 0.3s ease;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 7px #52a8ec;
  border: 1px solid #52a8ec;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .l-header__inner {
    background-color: #fff;
  }
}
.l-header__logo {
  background-color: #fff;
  padding: min(1.7959183673vw + 1.2653061224px, 30px) min(1.2244897959vw + 10.4081632653px, 30px) min(1.7959183673vw + 1.2653061224px, 30px) min(1.2244897959vw + 10.4081632653px, 30px);
  border-radius: 0 0 min(1.6326530612vw + 13.8775510204px, 40px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .l-header__logo {
    background-color: transparent;
    border: none;
    align-self: center;
  }
}
.l-header__logo svg {
  width: 100%;
  max-width: 380px;
}

@media only screen and (max-width: 767px) {
  .l-header__logo svg {
    vertical-align: middle;
  }
}
.l-header__hamburger {
  width: min(5.7142857143vw + 28.5714285714px, 120px);
  height: min(4.8979591837vw + 31.6326530612px, 110px);
  border-radius: 0 0 0 min(1.6326530612vw + 13.8775510204px, 40px);
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger {
    border-radius: 0;
  }
}
.l-header__hamburger .c-hamburger {
  margin-top: -2px;
}

@keyframes loop_en {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop_en02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes fuwafuwa01 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(min(0.4081632653vw + 3.4693877551px, 10px), min(0.1632653061vw + 2.387755102px, 5px)) rotate(3deg);
  }
}
@keyframes fuwafuwa02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(min(1.2244897959vw + 0.4081632653px, 20px));
  }
}
@keyframes fuwafuwa03 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(min(0.5714285714vw + 0.8571428571px, 10px), -5px) scale(1.03);
  }
}
@keyframes fuwafuwa04 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(min(1.2244897959vw + 0.4081632653px, 20px), min(0.4081632653vw + 3.4693877551px, 10px)) rotate(-3deg);
  }
}
@keyframes fuwafuwa05 {
  0% {
    transform: translateY(max(-0.1632653061vw - 2.387755102px, -5px));
  }
  100% {
    transform: translateY(min(0.5714285714vw + 0.8571428571px, 10px));
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 1turn;
  }
}
@keyframes message_loop {
  0% {
    background-position-x: 0;
  }
  to {
    background-position-x: max(-74.8571428571vw - 636.2857142857px, -1834px);
  }
}
@keyframes to_top {
  0% {
    translate: 0 0;
    height: 100%;
  }
  100% {
    height: 0%;
    translate: 0 -100%;
  }
}
.c-ico {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.c-ico.-up_right {
  transform: rotate(-45deg);
}

.c-pagelink {
  padding-top: 100px;
  margin-top: -100px;
}

.c-text01 {
  font-weight: 400;
  line-height: 1.56;
  font-size: min(0.2448979592vw + 0.7551020408rem, 1rem);
}

.c-text02 {
  font-size: 14px;
  line-height: 1.78;
}

.c-hamburger {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.c-hamburger span {
  height: 2px;
  width: 35%;
  position: absolute;
  left: 35%;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  text-indent: -9999px;
  transition: all 0.3s ease;
}

.c-hamburger span.hidden {
  display: none;
}

.c-hamburger::before,
.c-hamburger::after {
  content: "";
  height: 2px;
  width: 35%;
  position: absolute;
  left: 35%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.c-hamburger::before {
  top: 40%;
}

.c-hamburger::after {
  bottom: 40%;
}

.c-hamburger.is-act span {
  display: none;
}

.c-hamburger.is-act:before {
  transform: rotate(135deg);
  top: 45%;
}

.c-hamburger.is-act:after {
  transform: rotate(-135deg);
  top: 45%;
}

.c-drawer {
  width: min(14.693877551vw + 244.8979591837px, 480px);
  margin: 0 auto;
  position: fixed;
  top: 0px;
  height: 100vh;
  right: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #2c2c2c;
  z-index: 99;
  padding: min(1.6326530612vw + 73.8775510204px, 100px) min(2.4489795918vw + 10.8163265306px, 50px);
  color: #fff;
  border-radius: 0 0 0 40px;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .c-drawer {
    width: 90%;
  }
}
.c-drawer_list {
  margin-bottom: min(0.8163265306vw + 36.9387755102px, 50px);
}

.c-drawer_list li + li {
  margin-top: min(1.2244897959vw + 10.4081632653px, 30px);
}

.c-drawer_list li a {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  font-size: min(0.2448979592vw + 14.0816326531px, 18px);
  font-weight: bold;
  padding-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  position: relative;
}

.c-drawer_list li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 2px;
  bottom: -2px;
  background-color: #cb3317;
  transition: all 0.5s ease;
}

.c-drawer_list li a .num {
  font-size: min(0.1632653061vw + 12.387755102px, 15px);
  font-family: "Jost", sans-serif;
  display: inline-block;
  margin-right: min(0.4081632653vw + 3.4693877551px, 10px);
}

@media (any-hover: hover) {
  .c-drawer_list li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.c-drawer_cta__item {
  border-radius: 20px;
  background-image: radial-gradient(#745d5d, #645151);
  position: relative;
  box-shadow: 3px 3px 0 #fff;
}

.c-drawer_cta__item.-opencampus {
  background-image: radial-gradient(#f29198, #eb6f75);
}

.c-drawer_cta__item + .c-drawer_cta__item {
  margin-top: min(0.8163265306vw + 16.9387755102px, 30px);
}

.c-drawer_cta__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #eae5e5 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #eae5e5 calc(100% - 2px));
  background-size: min(0.6530612245vw + 22.5510204082px, 33px) min(0.6530612245vw + 22.5510204082px, 33px);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.c-drawer_cta__item a {
  display: block;
  padding: min(1.2244897959vw + 10.4081632653px, 30px);
  position: relative;
  height: min(1.306122449vw + 115.1020408163px, 136px);
}

@media only screen and (max-width: 767px) {
  .c-drawer_cta__item a {
    display: flex;
    align-items: center;
  }
}
.c-drawer_cta__item__title {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .c-drawer_cta__item__title {
    height: min(4.8979591837vw + 41.6326530612px, 120px);
  }
  .c-drawer_cta__item__title img {
    height: 100%;
  }
}
.c-drawer_cta__item__pic {
  position: absolute;
  bottom: 0;
  right: 0;
}

.-request .c-drawer_cta__item__pic {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
  width: min(1.7959183673vw + 123.2653061224px, 152px);
}

.-opencampus .c-drawer_cta__item__pic {
  width: min(1.387755102vw + 114.7959183673px, 137px);
}

.c-button01 a,
.c-button01 span {
  background-color: #fff;
  color: #452828;
  display: inline-flex;
  align-items: center;
  border: 2px solid;
  border-radius: 100vmax;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s ease;
  min-width: 300px;
}

.c-button01 a i,
.c-button01 span i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #452828;
  color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 10px;
  width: 22px;
  margin-right: max(-0.4081632653vw - 3.4693877551px, -10px);
  margin-left: auto;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (any-hover: hover) {
  .c-button01 a:hover,
  .c-button01 span:hover {
    background-color: #eae5e5;
  }
  .c-button01 a:hover i,
  .c-button01 span:hover i {
    scale: 1.1;
  }
}
.-cooking .c-button01 a,
.-cooking .c-button01 span {
  color: #cb3317;
}

.-cooking .c-button01 a i,
.-cooking .c-button01 span i {
  background-color: #cb3317;
}

.-business .c-button01 a,
.-business .c-button01 span {
  color: #2a52bf;
}

.-business .c-button01 a i,
.-business .c-button01 span i {
  background-color: #2a52bf;
}

.-farming .c-button01 a,
.-farming .c-button01 span {
  color: #0e801b;
}

.-farming .c-button01 a i,
.-farming .c-button01 span i {
  background-color: #0e801b;
}

@media (any-hover: hover) {
  .-cooking .c-button01 a:hover,
  .-cooking .c-button01 span:hover {
    background-color: #fab1a4;
  }
}
@media (any-hover: hover) {
  .-business .c-button01 a:hover,
  .-business .c-button01 span:hover {
    background-color: #aec2f8;
  }
}
@media (any-hover: hover) {
  .-farming .c-button01 a:hover,
  .-farming .c-button01 span:hover {
    background-color: #b5ea8e;
  }
}
.c-slider_arrow {
  cursor: pointer;
  width: min(1.6326530612vw + 43.8775510204px, 70px);
  height: min(1.6326530612vw + 43.8775510204px, 70px);
  background-color: #452828;
  border: 2px solid #452828;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  font-size: 20px;
  transition: all 0.3s ease;
  color: #fff;
}

@media (any-hover: hover) {
  .c-slider_arrow:hover {
    filter: brightness(1.8);
  }
}
.c-slider_arrow::after {
  content: "";
  display: block;
  width: min(1.2244897959vw + 10.4081632653px, 30px);
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../../img/common/ico/angle-right-solid.svg");
  mask-image: url("../../img/common/ico/angle-right-solid.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: currentColor;
}

.c-slider_arrow.-prev {
  left: 0;
}

.c-slider_arrow.-prev::after {
  transform: scaleX(-1);
}

.c-slider_arrow.-next {
  right: 0;
}

.c-loading {
  position: fixed;
  top: -20%;
  bottom: -20%;
  left: -25%;
  right: -25%;
  border-radius: 50%;
  background-color: #f5f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 101;
  overflow: hidden;
}

.c-loading.is-hidden {
  animation: to_top 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.c-loading_progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(5.7142857143vw + 158.5714285714px, 250px);
}

.c-loading_progress .progressbar-text {
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
  font-family: "Jost", sans-serif;
  font-weight: bold;
}

.c-gallery_pointer {
  position: fixed;
  top: -5%;
  left: -5%;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}

.c-gallery_pointer__fukidashi {
  background-color: #fff;
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  padding: min(0.4081632653vw + 3.4693877551px, 10px) min(0.8163265306vw + 6.9387755102px, 20px);
  line-height: 2;
  transition: opacity 0.4s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s, border-radius 1.2s ease 0.6s;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  border-radius: 10px;
}

.c-gallery_pointer__fukidashi::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  clip-path: polygon(100% 0, 10% 0, 0 100%);
  position: absolute;
  bottom: -5px;
  right: 15%;
  background-color: #fff;
}

.c-gallery_pointer__fukidashi[data-color=cooking] {
  color: #cb3317;
}

.c-gallery_pointer__fukidashi[data-color=business] {
  color: #2a52bf;
}

.c-gallery_pointer__fukidashi[data-color=farming] {
  color: #0e801b;
}

.c-gallery_pointer.is-act {
  opacity: 1;
}

.c-gallery_pointer.is-act .c-gallery_pointer__fukidashi {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.c-gallery_pointer.is-hidden {
  opacity: 0;
}

.c-fixed_navi {
  position: fixed;
  right: 0;
  bottom: 3vh;
  z-index: 98;
  transition: translate 0.3s ease, opacity 0.3s ease;
  translate: 0 0;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi {
    right: min(0.8163265306vw + 6.9387755102px, 20px);
    left: min(0.8163265306vw + 6.9387755102px, 20px);
    bottom: 0;
    display: flex;
    background-color: #dd424b;
    border-radius: min(1.6326530612vw + 13.8775510204px, 40px) min(1.6326530612vw + 13.8775510204px, 40px) 0 0;
    padding: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
.is-top .c-fixed_navi,
.is-bottom .c-fixed_navi {
  opacity: 0;
  pointer-events: none;
  translate: 20px 0;
}

@media only screen and (max-width: 767px) {
  .is-top .c-fixed_navi,
  .is-bottom .c-fixed_navi {
    translate: 0 20px;
  }
}
.c-fixed_navi__item {
  position: relative;
  height: min(2.4489795918vw + 60.8163265306px, 100px);
  width: min(1.387755102vw + 224.7959183673px, 247px);
  transition: all 0.45s ease;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item {
    width: 50%;
    height: min(3.5102040816vw + 29.8367346939px, 86px);
    border-radius: 0;
  }
}
.c-fixed_navi__item + .c-fixed_navi__item {
  margin-top: min(0.8163265306vw + 21.9387755102px, 35px);
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item + .c-fixed_navi__item {
    margin-top: 0;
    border-left: 1px solid #fff;
  }
}
@media (any-hover: hover) {
  .c-fixed_navi__item:hover {
    scale: 1.05;
  }
}
.c-fixed_navi__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  top: 5px;
  left: 3px;
  background-color: #f8ff3f;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item::after {
    display: none;
  }
}
.c-fixed_navi__item.-opencampus a {
  background-color: #dd424b;
}

.c-fixed_navi__item.-opencampus a::before {
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #f0ced0 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #f0ced0 calc(100% - 2px));
}

.c-fixed_navi__item.-opencampus .fukidashi {
  color: #dd424b;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item.-opencampus .fukidashi {
    color: #645151;
  }
}
.c-fixed_navi__item.-opencampus .girl {
  position: relative;
  top: -15px;
  margin-left: -10px;
  margin-right: -20px;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item.-opencampus .girl {
    display: none;
  }
}
.c-fixed_navi__item.-request a {
  background-color: #645151;
}

.c-fixed_navi__item.-request a::before {
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #988674 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #988674 calc(100% - 2px));
}

.c-fixed_navi__item.-request .fukidashi {
  color: #645151;
}

.c-fixed_navi__item.-request .book {
  position: relative;
  top: -10px;
  right: -40px;
  margin-left: -35px;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item.-request .book {
    display: none;
  }
}
.c-fixed_navi__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 20px 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item a {
    color: #fff;
    flex-direction: column;
    background-color: transparent !important;
    border-radius: 0;
  }
}
.c-fixed_navi__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #eae5e5 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #eae5e5 calc(100% - 2px));
  background-size: min(0.6530612245vw + 22.5510204082px, 33px) min(0.6530612245vw + 22.5510204082px, 33px);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item a::before {
    display: none;
  }
}
.c-fixed_navi__item a .ico {
  line-height: 1;
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}

.c-fixed_navi__item a .fukidashi {
  position: absolute;
  background-color: #f8ff3f;
  position: absolute;
  top: max(-0.4081632653vw - 8.4693877551px, -15px);
  left: min(1.6326530612vw + 23.8775510204px, 50px);
  border-radius: 100vmax;
  width: min(1.2244897959vw + 85.4081632653px, 105px);
  text-align: center;
  font-size: min(0.1632653061vw + 0.6492346939rem, 0.8125rem);
  padding: 2px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-fixed_navi__item a .fukidashi {
    top: max(-2.0408163265vw - 17.3469387755px, -50px);
    left: 50%;
    translate: -50% 0;
  }
}
.c-fixed_navi__item a .fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  bottom: -6px;
  left: 15px;
  clip-path: polygon(85% 0, 0 0, 100% 68%);
  background-color: #f8ff3f;
}

.c-fixed_navi__item a .title {
  line-height: 1;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  width: min(70vw + 200px, 1180px);
  padding-left: min(1.2vw + 10px, 40px);
  padding-right: min(1.2vw + 10px, 40px);
}

@media only screen and (max-width: 1023px) {
  .c-container {
    width: 100%;
  }
}
.c-fluid {
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
}

.c-grid-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(31.2244897959vw + 50.4081632653px, 550px)) minmax(0, min(31.2244897959vw + 50.4081632653px, 550px)) minmax(0, 1fr);
}

@media only screen and (max-width: 567px) {
  .c-grid-container {
    grid-template-columns: minmax(0, min(1.6326530612vw + 13.8775510204px, 40px)) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, min(1.6326530612vw + 13.8775510204px, 40px));
  }
}
.c-grid-fluid {
  display: grid;
  grid-template-columns: minmax(0, min(1.6326530612vw + 13.8775510204px, 40px)) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, min(1.6326530612vw + 13.8775510204px, 40px));
}

.c-grid-container > .col1-2,
.c-grid-fluid > .col1-2 {
  grid-column: 1/2;
}

.c-grid-container > .col1-3,
.c-grid-fluid > .col1-3 {
  grid-column: 1/3;
}

.c-grid-container > .col1-4,
.c-grid-fluid > .col1-4 {
  grid-column: 1/4;
}

.c-grid-container > .col1-5,
.c-grid-fluid > .col1-5 {
  grid-column: 1/5;
}

.c-grid-container > .col2-3,
.c-grid-fluid > .col2-3 {
  grid-column: 2/3;
}

.c-grid-container > .col2-4,
.c-grid-fluid > .col2-4 {
  grid-column: 2/4;
}

.c-grid-container > .col2-5,
.c-grid-fluid > .col2-5 {
  grid-column: 2/5;
}

.c-grid-container > .col3-4,
.c-grid-fluid > .col3-4 {
  grid-column: 3/4;
}

.c-grid-container > .col3-5,
.c-grid-fluid > .col3-5 {
  grid-column: 3/5;
}

.c-grid-container > .col4-5,
.c-grid-fluid > .col4-5 {
  grid-column: 4/5;
}

.c-grid-container.-nowrap > [class*=col],
.c-grid-fluid.-nowrap > [class*=col] {
  grid-row: 1/-1;
}

.c-grid-column {
  display: grid;
}

.c-grid-column.-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.c-grid-column.-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-grid-column.-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-grid-column.-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.c-title01 {
  font-size: min(0.4081632653vw + 1.0918367347rem, 1.5rem);
  display: flex;
  gap: min(0.1632653061vw + 7.387755102px, 10px);
  font-weight: bold;
  line-height: 1.57;
}

.c-title01::before {
  content: "";
  display: block;
  min-width: 5px;
  max-width: 5px;
  border-radius: 100vmax;
}

.-cooking .c-title01::before {
  background-color: #f7806a;
}

.-business .c-title01::before {
  background-color: #6e92f2;
}

.-farming .c-title01::before {
  background-color: #7ebf4e;
}

.c-title02 {
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  font-weight: bold;
}

.c-fukidashi_title {
  text-align: center;
}

.c-fukidashi_title > span {
  display: inline-block;
  padding: 10px min(1.6326530612vw + 8.8775510204px, 35px);
  border-radius: min(0.5714285714vw + 5.8571428571px, 15px);
  font-weight: bold;
  background-color: #452828;
  color: #fff;
  font-size: min(0.9795918367vw + 0.8954081633rem, 1.875rem);
  position: relative;
  filter: drop-shadow(3px 3px 0 #fff);
  line-height: 1.35;
}

.c-fukidashi_title > span::after {
  content: "";
  display: block;
  width: min(2.0408163265vw + 17.3469387755px, 50px);
  aspect-ratio: 50/20;
  -webkit-mask-image: url("../../img/common/parts/fukidashi_parts.svg");
  mask-image: url("../../img/common/parts/fukidashi_parts.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #452828;
  position: absolute;
  bottom: max(-0.8163265306vw - 6.9387755102px, -20px);
  left: 50%;
  transform: translateX(-50%);
}

.c-fukidashi_title.-s span {
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
}

.c-fukidashi_title.-s span::after {
  width: min(1.6326530612vw + 13.8775510204px, 40px);
  bottom: max(-0.6530612245vw - 5.5510204082px, -16px);
}

.c-fukidashi_title.js-anim_elm {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.8s ease;
}

.c-fukidashi_title.js-anim_elm.is-act {
  opacity: 1;
  transform: translateY(0);
}

.js-anim_elm.-fadein {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(10px);
  transition: filter 0.55s ease, opacity 0.55s ease, transform 0.55s ease;
}

.js-anim_elm.-fadein.is-act {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0px);
}

.c-cta {
  background-color: #fff;
  position: relative;
  padding-bottom: min(8.1632653061vw + 69.387755102px, 200px);
  z-index: 2;
}

.c-cta::before {
  content: "";
  width: 100%;
  height: min(11.4285714286vw + 257.1428571429px, 440px);
  background-image: url(../../img/common/cta/cta_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: block;
  position: absolute;
  top: max(-6.9387755102vw - 48.9795918367px, -160px);
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .c-cta::before {
    background-size: 100% auto;
  }
}
.c-cta__inner {
  padding-top: min(2.4489795918vw + 20.8163265306px, 60px);
  position: relative;
}

.c-cta__copy {
  text-align: center;
  opacity: 0;
  scale: 0.7;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 767px) {
  .c-cta__copy {
    width: min(21.7959183673vw + 185.2653061224px, 534px);
    margin-inline: auto;
  }
}
.is-act .c-cta__copy {
  opacity: 1;
  scale: 1;
}

.c-cta__food {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scale: 0.5;
  opacity: 0;
  pointer-events: none;
}

.c-cta__food.-no01 {
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-cta__food.-no02 {
  transition: all 1.25s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}

.is-act .c-cta__food {
  scale: 1;
  opacity: 1;
}

.c-cta__food .food {
  position: absolute;
}

.c-cta__food .food.-broccoli {
  top: max(-5.306122449vw - 55.1020408163px, -140px);
  right: min(8.9795918367vw - 23.6734693878px, 120px);
  width: min(9.7142857143vw + 53.5714285714px, 209px);
}

.c-cta__food .food.-cake {
  top: max(-1.6326530612vw - 13.8775510204px, -40px);
  left: min(15.0204081633vw - 40.3265306122px, 200px);
  width: min(4.1632653061vw + 19.387755102px, 86px);
}

.c-cta__food .food.-coffee {
  top: max(-3.5918367347vw + 107.4693877551px, 50px);
  right: min(10.612244898vw - 34.7959183673px, 135px);
  width: min(4.9795918367vw + 26.3265306122px, 106px);
}

.c-cta__food .food.-nasu {
  top: max(-2.612244898vw - 3.2040816327px, -45px);
  right: min(17.306122449vw + 36.1020408163px, 313px);
  width: min(3.5918367347vw + 21.5306122449px, 79px);
}

.c-cta__food .food.-ninjin {
  top: max(-0.1632653061vw + 16.612244898px, 14px);
  right: max(-7.3469387755vw - 7.4489795918px, -125px);
  width: min(8.5714285714vw + 45.8571428571px, 183px);
}

.c-cta__food .food.-omu {
  top: max(-2.8571428571vw + 90.7142857143px, 45px);
  left: min(2.3673469388vw - 20.8775510204px, 17px);
  width: min(8.3265306122vw + 43.7755102041px, 177px);
}

.c-cta__food .food.-piman {
  top: min(6.2040816327vw + 66.7346938776px, 166px);
  left: min(13.5510204082vw + 9.1836734694px, 226px);
  width: min(1.5510204082vw + 6.1836734694px, 31px);
}

.c-cta__food .food.-potato {
  top: max(-1.306122449vw - 11.1020408163px, -32px);
  left: min(22.0408163265vw - 12.6530612245px, 340px);
  width: min(1.387755102vw + 9.7959183673px, 32px);
}

.c-cta__food .food.-retasu {
  top: max(-1.1428571429vw + 4.2857142857px, -14px);
  right: max(-4.1632653061vw + 8.612244898px, -58px);
  width: min(4.8163265306vw + 26.9387755102px, 104px);
}

.c-cta__food .food.-snap {
  top: max(-1.0612244898vw + 123.9795918367px, 107px);
  right: min(8vw - 48px, 80px);
  width: min(2.612244898vw + 13.2040816327px, 55px);
}

.c-cta__food .food.-taruto {
  top: max(-9.2244897959vw + 57.5918367347px, -90px);
  left: min(2.0408163265vw - 42.6530612245px, -10px);
  width: min(7.5918367347vw + 38.5306122449px, 160px);
}

.c-cta_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
  max-width: 1535px;
  padding: 0 min(1.6326530612vw + 13.8775510204px, 40px);
  margin-inline: auto;
  margin-top: min(0.4897959184vw + 75.1632653061px, 83px);
}

@media only screen and (max-width: 767px) {
  .c-cta_buttons {
    grid-template-columns: repeat(1, 1fr);
    gap: min(8.1632653061vw + 69.387755102px, 200px);
  }
}
.c-cta_buttons__item {
  border-radius: 20px;
  background-image: radial-gradient(#745d5d, #645151);
  position: relative;
}

.c-cta_buttons__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #eae5e5 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #eae5e5 calc(100% - 2px));
  background-size: min(0.6530612245vw + 22.5510204082px, 33px) min(0.6530612245vw + 22.5510204082px, 33px);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.c-cta_buttons__item.-opencampus {
  background-image: radial-gradient(#f29198, #eb6f75);
}

@media only screen and (max-width: 767px) {
  .c-cta_buttons__item.-opencampus {
    order: 1;
  }
}
.c-cta_buttons__item.-opencampus a .c-button01 span {
  color: #dd2937;
}

.c-cta_buttons__item.-opencampus a .c-button01 span i {
  background-color: #dd2937;
}

@media (any-hover: hover) {
  .c-cta_buttons__item.-opencampus a:hover .c-button01 span {
    background-color: #ffecee;
  }
}
@media only screen and (max-width: 767px) {
  .c-cta_buttons__item.-request {
    order: 2;
  }
}
.c-cta_buttons__item a {
  display: block;
  padding: min(1.5510204082vw + 29.1836734694px, 54px) min(3.2653061224vw + 27.7551020408px, 80px);
  position: relative;
  height: min(12.5714285714vw + 88.8571428571px, 290px);
}

@media only screen and (max-width: 1299px) {
  .c-cta_buttons__item a {
    padding: min(1.9591836735vw + 22.6530612245px, 54px) min(1.6326530612vw + 13.8775510204px, 40px);
  }
}
.c-cta_buttons__item a::before {
  content: "";
  display: block;
  width: min(17.8775510204vw + 146.9591836735px, 433px);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background-image: url(../../img/common/cta/cta_circle_request@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  scale: 0.5;
  transition: opacity 0.4s ease, scale 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 767px) {
  .c-cta_buttons__item a::before {
    opacity: 1;
    scale: 1;
  }
}
.c-cta_buttons__item a .c-button01 {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .c-cta_buttons__item a .c-button01 {
    display: none;
  }
}
.c-cta_buttons__item a .c-button01 span {
  min-width: min(12.2448979592vw + 104.0816326531px, 300px);
}

@media (any-hover: hover) {
  .c-cta_buttons__item a:hover::before {
    opacity: 1;
    scale: 1;
    animation: rotate 10s linear infinite;
  }
  .c-cta_buttons__item a:hover .c-button01 span {
    background-color: #eae5e5;
  }
  .c-cta_buttons__item a:hover .c-button01 span i {
    scale: 1.1;
  }
}
.c-cta_buttons__item__title {
  margin-bottom: min(0.8163265306vw + 11.9387755102px, 25px);
  position: relative;
  z-index: 2;
}

.c-cta_buttons__item__pic {
  position: absolute;
  bottom: 0;
  right: 0;
}

.-request .c-cta_buttons__item__pic {
  width: min(9.1428571429vw + 117.7142857143px, 264px);
  right: min(1.7959183673vw + 18.2653061224px, 47px);
}

@media only screen and (max-width: 1299px) {
  .-request .c-cta_buttons__item__pic {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .-request .c-cta_buttons__item__pic {
    bottom: auto;
    top: 50%;
    translate: 0 -50%;
  }
}
.-opencampus .c-cta_buttons__item__pic {
  width: min(13.306122449vw + 87.1020408163px, 300px);
}

.u-block,
.u-block_center {
  display: block;
}

.u-block_center {
  margin-left: auto;
  margin-right: auto;
}

.u-none {
  display: none;
}

.u-ib {
  display: inline-block;
}

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

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

.u-center-pc {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .u-center-pc {
    text-align: left;
  }
}
.u-right {
  text-align: right;
}

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

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}

.u-flex {
  display: flex;
}

.u-flex.-wrap {
  flex-wrap: wrap;
}

.u-flex.-reverse {
  flex-direction: reverse;
}

.u-flex.-inline {
  display: inline-flex;
}

.u-flex.-astart {
  align-items: flex-start;
}

.u-flex.-acenter {
  align-items: center;
}

.u-flex.-aend {
  align-items: flex-end;
}

.u-flex.-jbetween {
  justify-content: space-between;
}

.u-flex.-jaround {
  justify-content: space-around;
}

.u-flex.-jstart {
  justify-content: flex-start;
}

.u-flex.-jcenter {
  justify-content: center;
}

.u-flex.-jend {
  justify-content: flex-end;
}

.u-grid {
  display: grid;
}

.u-overflow-auto {
  overflow: auto;
}

.u-overflow-visible {
  overflow: visible;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-visibility-visible {
  visibility: visible;
}

.u-visibility-hidden {
  visibility: hidden;
}

.u-cursor-pointer {
  cursor: pointer;
}

.u-cursor-grab {
  cursor: grab;
}

.u-cursor-wait {
  cursor: wait;
}

.u-cursor-not-allowed {
  cursor: not-allowed;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-nowrap {
  white-space: nowrap;
}

.u-breakall {
  word-break: break-all;
}

.u-keepall {
  word-break: keep-all;
}

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

.u-weight-200 {
  font-weight: 200;
}

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

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

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

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

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

.u-weight-800 {
  font-weight: 800;
}

.u-weight-900 {
  font-weight: 900;
}

.u-color-main {
  color: #f46262;
}

.u-color-font {
  color: #452828;
}

.u-color-sub {
  color: #f5f4f4;
}

.u-color-white {
  color: #fff;
}

.u-color-accent {
  color: #f8ff40;
}

.u-mt0 {
  margin-top: min(0vw + 0px, 0px) !important;
}

.u-mb0 {
  margin-bottom: min(0vw + 0px, 0px) !important;
}

.u-ml0 {
  margin-left: min(0vw + 0px, 0px) !important;
}

.u-mr0 {
  margin-right: min(0vw + 0px, 0px) !important;
}

.u-pt0 {
  padding-top: min(0vw + 0px, 0px) !important;
}

.u-pb0 {
  padding-bottom: min(0vw + 0px, 0px) !important;
}

.u-pl0 {
  padding-left: min(0vw + 0px, 0px) !important;
}

.u-pr0 {
  padding-right: min(0vw + 0px, 0px) !important;
}

.u-mt5 {
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mb5 {
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-ml5 {
  margin-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mr5 {
  margin-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pt5 {
  padding-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pb5 {
  padding-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pl5 {
  padding-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pr5 {
  padding-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mt10 {
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mb10 {
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-ml10 {
  margin-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mr10 {
  margin-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pt10 {
  padding-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pb10 {
  padding-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pl10 {
  padding-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pr10 {
  padding-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mt15 {
  margin-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mb15 {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-ml15 {
  margin-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mr15 {
  margin-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pt15 {
  padding-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pb15 {
  padding-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pl15 {
  padding-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pr15 {
  padding-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mt20 {
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mb20 {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-ml20 {
  margin-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mr20 {
  margin-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pt20 {
  padding-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pb20 {
  padding-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pl20 {
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pr20 {
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mt25 {
  margin-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mb25 {
  margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-ml25 {
  margin-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mr25 {
  margin-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pt25 {
  padding-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pb25 {
  padding-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pl25 {
  padding-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pr25 {
  padding-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mt30 {
  margin-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mb30 {
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-ml30 {
  margin-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mr30 {
  margin-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pt30 {
  padding-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pb30 {
  padding-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pl30 {
  padding-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pr30 {
  padding-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mt35 {
  margin-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mb35 {
  margin-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-ml35 {
  margin-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mr35 {
  margin-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pt35 {
  padding-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pb35 {
  padding-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pl35 {
  padding-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pr35 {
  padding-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mt40 {
  margin-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mb40 {
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-ml40 {
  margin-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mr40 {
  margin-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pt40 {
  padding-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pb40 {
  padding-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pl40 {
  padding-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pr40 {
  padding-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mt45 {
  margin-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mb45 {
  margin-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-ml45 {
  margin-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mr45 {
  margin-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pt45 {
  padding-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pb45 {
  padding-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pl45 {
  padding-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pr45 {
  padding-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mt50 {
  margin-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mb50 {
  margin-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-ml50 {
  margin-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mr50 {
  margin-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pt50 {
  padding-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pb50 {
  padding-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pl50 {
  padding-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pr50 {
  padding-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mt55 {
  margin-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mb55 {
  margin-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-ml55 {
  margin-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mr55 {
  margin-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pt55 {
  padding-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pb55 {
  padding-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pl55 {
  padding-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pr55 {
  padding-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mt60 {
  margin-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mb60 {
  margin-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-ml60 {
  margin-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mr60 {
  margin-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pt60 {
  padding-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pb60 {
  padding-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pl60 {
  padding-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pr60 {
  padding-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mt65 {
  margin-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mb65 {
  margin-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-ml65 {
  margin-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mr65 {
  margin-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pt65 {
  padding-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pb65 {
  padding-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pl65 {
  padding-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pr65 {
  padding-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mt70 {
  margin-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mb70 {
  margin-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-ml70 {
  margin-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mr70 {
  margin-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pt70 {
  padding-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pb70 {
  padding-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pl70 {
  padding-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pr70 {
  padding-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mt75 {
  margin-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mb75 {
  margin-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-ml75 {
  margin-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mr75 {
  margin-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pt75 {
  padding-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pb75 {
  padding-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pl75 {
  padding-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pr75 {
  padding-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mt80 {
  margin-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mb80 {
  margin-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-ml80 {
  margin-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mr80 {
  margin-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pt80 {
  padding-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pb80 {
  padding-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pl80 {
  padding-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pr80 {
  padding-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mt85 {
  margin-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mb85 {
  margin-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-ml85 {
  margin-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mr85 {
  margin-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pt85 {
  padding-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pb85 {
  padding-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pl85 {
  padding-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pr85 {
  padding-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mt90 {
  margin-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mb90 {
  margin-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-ml90 {
  margin-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mr90 {
  margin-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pt90 {
  padding-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pb90 {
  padding-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pl90 {
  padding-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pr90 {
  padding-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mt95 {
  margin-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mb95 {
  margin-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-ml95 {
  margin-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mr95 {
  margin-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pt95 {
  padding-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pb95 {
  padding-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pl95 {
  padding-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pr95 {
  padding-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mt100 {
  margin-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-mb100 {
  margin-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-ml100 {
  margin-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-mr100 {
  margin-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pt100 {
  padding-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pb100 {
  padding-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pl100 {
  padding-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pr100 {
  padding-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-visible {
  display: block;
}

@media only screen and (max-width: 1599px) {
  .u-visible-max {
    display: none !important;
  }
}
@media only screen and (max-width: 1299px) {
  .u-visible-md {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .u-visible-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 567px) {
  .u-visible-spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .u-visible-min {
    display: none !important;
  }
}
.u-hidden {
  display: none;
}

.u-hidden-max {
  display: none !important;
}

@media only screen and (max-width: 1599px) {
  .u-hidden-max {
    display: block !important;
  }
  .u-hidden-max.-f {
    display: flex !important;
  }
  .u-hidden-max.-i {
    display: inline !important;
  }
  .u-hidden-max.-ib {
    display: inline-block !important;
  }
}
.u-hidden-md {
  display: none !important;
}

@media only screen and (max-width: 1299px) {
  .u-hidden-md {
    display: block !important;
  }
  .u-hidden-md.-f {
    display: flex !important;
  }
  .u-hidden-md.-i {
    display: inline !important;
  }
  .u-hidden-md.-ib {
    display: inline-block !important;
  }
}
.u-hidden-tab {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .u-hidden-tab {
    display: block !important;
  }
  .u-hidden-tab.-f {
    display: flex !important;
  }
  .u-hidden-tab.-i {
    display: inline !important;
  }
  .u-hidden-tab.-ib {
    display: inline-block !important;
  }
}
.u-hidden-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: block !important;
  }
  .u-hidden-sp.-f {
    display: flex !important;
  }
  .u-hidden-sp.-i {
    display: inline !important;
  }
  .u-hidden-sp.-ib {
    display: inline-block !important;
  }
}
.u-hidden-spmin {
  display: none !important;
}

@media only screen and (max-width: 567px) {
  .u-hidden-spmin {
    display: block !important;
  }
  .u-hidden-spmin.-f {
    display: flex !important;
  }
  .u-hidden-spmin.-i {
    display: inline !important;
  }
  .u-hidden-spmin.-ib {
    display: inline-block !important;
  }
}
.u-hidden-min {
  display: none !important;
}

@media only screen and (max-width: 374px) {
  .u-hidden-min {
    display: block !important;
  }
  .u-hidden-min.-f {
    display: flex !important;
  }
  .u-hidden-min.-i {
    display: inline !important;
  }
  .u-hidden-min.-ib {
    display: inline-block !important;
  }
}
.ttl_mv {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  z-index: 40;
  width: 94%;
  color: #fff;
  font-size: clamp(46px, 10vw, 120px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .ttl_mv {
    bottom: 7%;
    width: 96%;
  }
}
.ttl_mv small {
  font-size: 40%;
}

.c-page-header-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wrap_content_image {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .wrap_content_image {
    margin-top: 20px;
  }
}

.u_content_image {
  position: relative;
}

.u_content_image .txt {
  position: relative;
  z-index: 2;
  width: 43%;
  padding-top: 7%;
}

@media only screen and (max-width: 767px) {
  .u_content_image .txt {
    width: 100%;
    padding-top: 4.2rem;
  }
}
.u_content_image.type1 .txt {
  margin: 0 7% 0 auto;
}

.u_content_image.type2 .txt {
  margin: 0 auto 0 7%;
}

@media only screen and (max-width: 767px) {
  .u_content_image.type1 .txt {
    margin: 6% 0 0 auto;
  }
  .u_content_image.type2 .txt {
    margin: 6% auto 0 0;
  }
}
.u_content_image .ttl_level1 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  opacity: 0.2;
}

.txt_sub {
  position: absolute;
  bottom: 0%;
  left: 100px;
  z-index: 0;
  opacity: 0.2;
  font-size: clamp(220px, 40vw, 380px);
  font-weight: 600;
  line-height: 1;
  color: #f8e5e0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.content_image {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 600px;
}

.u_content_image:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .content_image {
    position: relative;
    top: 26px;
    width: 76%;
  }
}
.u_content_image.type1 .content_image {
  left: 5%;
}

.u_content_image.type2 .content_image {
  right: 5%;
}

@media only screen and (max-width: 767px) {
  .u_content_image.type1 .content_image {
    left: 15%;
  }
  .u_content_image.type2 .content_image {
    right: 0;
  }
}
.content_image img {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 20px;
}

.content_image::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.ttl_intro {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: clamp(40px, 10vw, 100px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
}
.ttl_intro small {
  font-size: 40%;
}

/* KV */
.p-index_kv {
  position: relative;
  height: 100vh;
  min-height: 1200px;
  padding: max(-0.3265306122vw + 3.4515306122rem, 3.125rem) 0 0;
  z-index: 1;
  background-color: #000;
  background-image: url("../../img/common/cta/bg_cta.jpg");
  background-size: cover;
  overflow: hidden;
}
.p-index_kv:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(#111 30%, transparent 11%), radial-gradient(#111 30%, transparent 11%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  opacity: 0.2;
}

@media only screen and (max-width: 767px) {
  .p-index_kv {
    min-height: 600px;
    max-height: 600px;
    height: 600px;
    padding-top: min(8.8163265306vw + 74.9387755102px, 216px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_kv::after {
    aspect-ratio: auto;
    height: 100%;
  }
}
.p-index_kv__ishii {
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 61.75vw;
  max-width: 800px;
  min-width: 800px;
}

.p-index_kv__yoshi {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 55.75vw;
  max-width: 720px;
  min-width: 720px;
}

@media only screen and (max-width: 1599px) {
  .p-index_kv__ishii {
    text-align: left;
  }
}
@media only screen and (max-width: 1100px) {
  .p-index_kv__ishii {
    left: -20%;
  }
  .p-index_kv__yoshi {
    right: -11%;
  }
}
@media only screen and (max-width: 767px) {
  .p-index_kv__ishii {
    width: min(33.4693877551vw + 284.4897959184px, 820px);
    /* margin-left: max(-3.8367346939vw + -32.612244898px, -94px); */
    min-width: 420px;
    max-width: 455px;
    left: -19%;
    bottom: -13%;
  }
  .p-index_kv__yoshi {
    right: -10%;
    bottom: -5%;
    width: min(33vw + 200px, 520px);
    min-width: 330px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .p-index_kv__ishii {
    left: -42%;
  }
  .p-index_kv__yoshi {
    right: -21%;
  }
}
.p-index_kv__ishii img {
  width: 100%;
}

.p-index_kv__float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scale: 0.4;
  opacity: 0;
}

.p-index_kv__float.-no01 {
  transition: all 1.35s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

.p-index_kv__float.-no02 {
  transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}

.is-act .p-index_kv__float {
  scale: 1;
  opacity: 1;
}

.p-index_kv__ttl {
  display: none;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 60%;
  padding: 60px 70px 100px;
  background-color: #000;
  text-align: left;
}

.p-index_kv__ttl svg {
  width: 100%;
  height: 80px;
}

.p-index_kv__food {
  position: absolute;
  z-index: 3;
}

.p-index_kv__food img {
  width: 100%;
}

.p-index_kv__food.-burokkori {
  width: 19.375vw;
  top: -4.5vw;
  right: min(9.306122449vw - 100.8979591837px, 48px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-burokkori {
    top: max(-9.9591836735vw + 87.3469387755px, -72px);
    width: min(14.5306122449vw + 77.5102040816px, 310px);
  }
}
.is-act .p-index_kv__food.-burokkori {
  animation: fuwafuwa02 1.8s ease-in-out 0.5s alternate infinite;
}

.p-index_kv__food.-cake {
  width: 14.9375vw;
  top: 22.375vw;
  left: min(14.7755102041vw - 24.4081632653px, 212px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-cake {
    top: min(23.1020408163vw - 11.6326530612px, 358px);
    width: min(12.8163265306vw + 34.9387755102px, 240px);
  }
}
.is-act .p-index_kv__food.-cake {
  animation: fuwafuwa01 1.6s ease-in-out alternate infinite;
}

.p-index_kv__food.-egg {
  width: 13.75vw;
  top: 45.3125vw;
  right: min(6.2040816327vw - 45.2653061224px, 54px);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-egg {
    top: min(23.6734693878vw + 201.2244897959px, 580px);
    width: min(12.8163265306vw + 14.9387755102px, 220px);
  }
}
.is-act .p-index_kv__food.-egg {
  animation: fuwafuwa04 2s ease-in-out alternate-reverse infinite;
}

.p-index_kv__food.-ichigo {
  width: 31vw;
  top: 25.625vw;
  left: max(-7.6734693878vw - 13.2244897959px, -136px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-ichigo {
    width: min(16.3265306122vw + 138.7755102041px, 400px);
    top: min(31.3469387755vw + 266.4489795918px, 768px);
  }
}
.is-act .p-index_kv__food.-ichigo {
  animation: fuwafuwa02 2.2s ease-in-out 0.5s alternate-reverse infinite;
}

.p-index_kv__food.-kiwi {
  width: 4.375vw;
  top: 4.375vw;
  right: min(36.7346938776vw - 72.7551020408px, 515px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-kiwi {
    top: max(-4.8979591837vw + 148.3673469388px, 70px);
    width: min(3.2653061224vw + 17.7551020408px, 70px);
  }
}
.p-index_kv__food.-makaron {
  width: 5.5625vw;
  top: 3.75vw;
  right: min(21.306122449vw + 25.1020408163px, 366px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-makaron {
    width: min(4.5714285714vw + 15.8571428571px, 89px);
    top: max(-1.306122449vw + 80.8979591837px, 60px);
  }
}
.is-act .p-index_kv__food.-makaron {
  animation: fuwafuwa01 1.2s ease-in-out alternate infinite;
}

.p-index_kv__food.-meron {
  width: 13.8125vw;
  top: 4.375vw;
  right: min(19.7551020408vw - 91.0816326531px, 225px);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-meron {
    top: min(12.8979591837vw + 109.6326530612px, 316px);
    width: min(10.2040816327vw + 57.7346938776px, 221px);
  }
}
.p-index_kv__food.-meronpan {
  width: 14.3125vw;
  top: 4vw;
  right: min(38.3673469388vw - 78.8775510204px, 535px);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-meronpan {
    top: min(6.5306122449vw + 55.5102040816px, 160px);
    width: min(10.612244898vw + 59.2040816327px, 229px);
  }
}
.is-act .p-index_kv__food.-meronpan {
  animation: fuwafuwa03 1.75s ease-in-out alternate-reverse infinite;
}

.p-index_kv__food.-nasu {
  width: 13vw;
  top: 17.25vw;
  right: -24px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-nasu {
    display: none;
  }
}
.p-index_kv__food.-ninjin {
  width: 27.4375vw;
  top: 38.75vw;
  right: -63px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-ninjin {
    width: min(26.4489795918vw + 15.8163265306px, 439px);
    right: max(-3.8367346939vw - 1.612244898px, -63px);
    top: min(28.5714285714vw + 162.8571428571px, 620px);
    rotate: -50deg;
  }
}
.p-index_kv__food.-onion {
  width: 7.8125vw;
  top: 16.875vw;
  right: 234px;
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-onion {
    width: min(4.3265306122vw + 36.7755102041px, 106px);
    right: auto;
    left: max(-1.306122449vw - 11.1020408163px, -32px);
    top: max(-2.0408163265vw + 302.6530612245px, 270px);
    rotate: -80deg;
  }
}
.is-act .p-index_kv__food.-onion {
  animation: fuwafuwa05 2s ease-in-out alternate infinite;
}

.p-index_kv__food.-pan02 {
  width: 12.6875vw;
  top: 40.875vw;
  right: min(21.6326530612vw - 26.1224489796px, 320px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-pan02 {
    top: min(18.2040816327vw + 362.7346938776px, 654px);
    width: min(8vw + 75px, 203px);
    rotate: 20deg;
  }
}
.is-act .p-index_kv__food.-pan02 {
  animation: fuwafuwa02 1.3s ease-in-out alternate infinite;
}

.p-index_kv__food.-paprika {
  width: 5.6875vw;
  top: 48.125vw;
  left: min(21.7959183673vw - 86.7346938776px, 262px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-paprika {
    width: min(4.6530612245vw + 16.5510204082px, 91px);
    top: min(48.4081632653vw - 4.5306122449px, 770px);
    rotate: 80deg;
  }
}
.is-act .p-index_kv__food.-paprika {
  animation: fuwafuwa02 1.2s ease-in-out alternate infinite;
}

.p-index_kv__food.-papurika02 {
  width: 8.9375vw;
  top: 12.875vw;
  left: min(34.8571428571vw - 140.7142857143px, 417px);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-papurika02 {
    width: min(4vw + 79px, 143px);
    top: min(1.0612244898vw + 189.0204081633px, 206px);
  }
}
.p-index_kv__food.-retasu {
  width: 29.125vw;
  top: -9.0625vw;
  left: min(19.5918367347vw - 120.4693877551px, 193px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-retasu {
    width: max(-2.8571428571vw + 149.7142857143px, 104px);
    top: min(5.2244897959vw + 44.4081632653px, 128px);
  }
}
.is-act .p-index_kv__food.-retasu {
  animation: fuwafuwa05 1.5s ease-in-out alternate infinite;
}

.p-index_kv__food.-santyu {
  width: 29.9375vw;
  top: 23.125vw;
  right: max(-4.6530612245vw - 38.5510204082px, -113px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-santyu {
    top: min(3.0204081633vw + 321.6734693878px, 370px);
    width: min(23.5918367347vw + 101.5306122449px, 479px);
    rotate: 30deg;
  }
}
.is-act .p-index_kv__food.-santyu {
  animation: fuwafuwa02 1.45s ease-in-out alternate-reverse infinite;
}

.p-index_kv__food.-taruto {
  width: 17.75vw;
  top: 8.1875vw;
  left: min(7.3469387755vw - 57.5510204082px, 60px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-taruto {
    width: min(13.306122449vw + 71.1020408163px, 284px);
    top: max(-19.1020408163vw + 436.6326530612px, 131px);
    rotate: -50deg;
  }
}
.is-act .p-index_kv__food.-taruto {
  animation: fuwafuwa04 1.65s ease-in-out alternate infinite;
}

.p-index_kv__food.-tomato {
  width: 3.625vw;
  top: 5vw;
  left: min(32.8979591837vw - 10.3673469388px, 516px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-tomato {
    width: min(2.8571428571vw + 12.2857142857px, 58px);
    top: min(2.2857142857vw + 43.4285714286px, 80px);
  }
}
.is-act .p-index_kv__food.-tomato {
  animation: fuwafuwa01 1.45s ease-in-out alternate-reverse 0.35s infinite;
}

.p-index_kv__food.-tomato02 {
  width: 3.625vw;
  top: 11.5vw;
  right: min(35.1836734694vw - 126.9387755102px, 436px);
}

@media only screen and (max-width: 767px) {
  .p-index_kv__food.-tomato02 {
    width: min(2.7755102041vw + 13.5918367347px, 58px);
    top: max(-5.387755102vw + 270.2040816327px, 184px);
  }
}
.is-act .p-index_kv__food.-tomato02 {
  animation: fuwafuwa03 2s ease-in-out alternate infinite;
}

.p-index_kv__movie {
  position: absolute;
  right: min(11.9183673469vw - 24.693877551px, 166px);
  bottom: min(15.1020408163vw + 68.3673469388px, 310px);
  z-index: 5;
}

.p-index_kv__movie a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(15vw + 67px, 280px);
  aspect-ratio: 1/1;
  font-size: min(0.3265306122vw + 0.6734693878rem, 1rem);
  line-height: 1.16;
  text-align: center;
  font-weight: bold;
}

.p-index_kv__movie a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 194/192;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url(../../img/main/kv_movie_en@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.p-index_kv__movie a::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 239/233;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  /* background-image: url('../../img/main/kv_movie_bg@2x.png'); */
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-index_kv__movie a i {
  font-size: min(2.7755102041vw + 0.5994897959rem, 3.375rem);
  line-height: 1;
  margin-top: max(-1.2244897959vw + 4.5918367347px, -15px);
}

@media (any-hover: hover) {
  .p-index_kv__movie a:hover::after {
    scale: 1.07;
    animation: rotate 10s linear infinite reverse;
  }
}
.p-index_kv__movie.-reqeust a::before {
  background-image: url(https://www.culinary.ac.jp/introduce/img/main/kv_request_en@2x.png);
}

/* トップページ */
.p-index_message {
  position: relative;
  z-index: 2;
  padding: 300px 4% 120px;
  margin-top: calc(-4.8979591837vw - 41.6326530612px);
}

@media only screen and (max-width: 767px) {
  .p-index_message {
    padding: 200px 4% 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-index_message {
    padding: 160px 0 0;
  }
}
.p-index_message::before {
  content: "";
  display: block;
  width: 134vw;
  aspect-ratio: 2153/1826;
  max-width: 2153px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* background-image: url(../../img/index/message_bg@2x.png); */
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .p-index_message::before {
    width: min(70.612244898vw + 600.2040816327px, 1730px);
    aspect-ratio: 865/1020;
    /* background-image: url(../../img/index/message_bg_sp@2x.png); */
  }
}
.p-index_message__text {
  font-size: clamp(17px, 3vw, 30px);
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2.9;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .p-index_message__text {
    margin-bottom: 100px;
    line-height: 2.1;
  }
}
.p-index_message__catch {
  text-align: center;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .p-index_message__catch {
    width: 100%;
    margin-bottom: min(8.1632653061vw + 29.387755102px, 160px);
  }
  .p-index_message__catch svg {
    width: 100%;
  }
}
.p-index_message__catch.js-anim_elm {
  opacity: 0;
  scale: 1.05;
  filter: blur(10px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.p-index_message__catch.js-anim_elm.is-act {
  filter: blur(0);
  scale: 1;
  opacity: 1;
}

.p-index_message__pic {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100%;
  max-width: 1600px;
}

.p-index_message__pic .pic {
  position: absolute;
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .p-index_message__pic .pic {
    display: none;
  }
}
.p-index_message__pic .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  mix-blend-mode: screen;
}

.p-index_message__pic .pic.-no01 {
  top: min(6.1224489796vw + 52.0408163265px, 150px);
  left: min(3.5102040816vw + 29.8367346939px, 86px);
  width: min(14.9387755102vw + 123.9795918367px, 363px);
}

.p-index_message__pic .pic.-no02 {
  top: min(17.306122449vw + 147.1020408163px, 424px);
  left: 0;
  width: min(14.2040816327vw + 121.7346938776px, 349px);
}

.p-index_message__pic .pic.-no03 {
  top: min(40.4081632653vw + 343.4693877551px, 990px);
  left: min(8.3265306122vw + 70.7755102041px, 204px);
  width: min(11.1836734694vw + 96.0612244898px, 275px);
}

.p-index_message__pic .pic.-no04 {
  top: min(5.7142857143vw + 48.5714285714px, 140px);
  right: min(11.4285714286vw + 97.1428571429px, 280px);
  width: min(8.4897959184vw + 73.1632653061px, 209px);
  z-index: 2;
}

.p-index_message__pic .pic.-no05 {
  top: min(10.4489795918vw + 88.8163265306px, 256px);
  right: 0;
  width: min(15.6734693878vw + 8.3265306122rem, 24rem);
}

.p-index_message__pic .pic.-no06 {
  top: min(24.4897959184vw + 208.1632653061px, 600px);
  right: min(3.0204081633vw + 26.6734693878px, 75px);
  width: min(14.7755102041vw + 112.5918367347px, 349px);
}

.p-index_message__pic .pic.-no07 {
  top: min(43.2653061224vw + 367.7551020408px, 1060px);
  right: min(19.4285714286vw + 164.1428571429px, 475px);
  width: min(8.4897959184vw + 73.1632653061px, 209px);
}

@media only screen and (max-width: 1023px) {
  .p-index_message__pic {
    position: static;
    translate: 0 0;
    width: auto;
    background-image: url(../../img/index/message_slider@2x.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    height: min(16.3265306122vw + 138.7755102041px, 400px);
    margin-left: max(-2.8571428571vw - 24.2857142857px, -70px);
    margin-right: max(-2.8571428571vw - 24.2857142857px, -70px);
    animation: message_loop 20s linear infinite;
  }
}
.p-index_message__food {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100%;
  max-width: 1600px;
}

.p-index_message__food .food {
  position: absolute;
}

.p-index_message__food .food.-tatuto {
  top: min(4.0816326531vw - 15.306122449px, 50px);
  left: min(29.7959183673vw - 46.7346938776px, 430px);
  width: min(7.5918367347vw + 84.5306122449px, 206px);
  animation: fuwafuwa02 1.8s ease-in-out 0.5s alternate infinite;
}

.p-index_message__food .food.-happa {
  top: min(13.9591836735vw + 1.6530612245px, 225px);
  left: min(23.9183673469vw - 139.693877551px, 243px);
  width: min(12.2448979592vw + 97.0816326531px, 293px);
  animation: fuwafuwa05 1.6s ease-in-out alternate-reverse infinite;
}

.p-index_message__food .food.-cocktail {
  top: min(22.4489795918vw + 190.8163265306px, 550px);
  left: min(13.7142857143vw + 115.5714285714px, 335px);
  animation: fuwafuwa01 1.2s ease-in-out alternate infinite;
}

@media only screen and (max-width: 1023px) {
  .p-index_message__food .food.-cocktail {
    display: none;
  }
}
.p-index_message__food .food.-tomato {
  top: min(23.4285714286vw + 445.1428571429px, 820px);
  left: min(17.5510204082vw + 54.1836734694px, 335px);
  width: min(0.5714285714vw + 92.8571428571px, 102px);
  animation: fuwafuwa05 1.35s linear alternate infinite;
}

@media only screen and (max-width: 1023px) {
  .p-index_message__food .food.-tomato {
    left: auto;
    right: min(0vw - 20px, -20px);
  }
}
.p-index_message__food .food.-pan {
  top: min(31.7551020408vw + 386.9183673469px, 895px);
  left: min(10.0408163265vw - 62.6530612245px, 98px);
  width: min(3.5102040816vw + 86.8367346939px, 143px);
  animation: fuwafuwa02 3.5s ease-in-out alternate infinite;
}

@media only screen and (max-width: 1023px) {
  .p-index_message__food .food.-pan {
    rotate: 19deg;
  }
}
.p-index_message__food .food.-syukurimu {
  top: min(2.4489795918vw + 120.8163265306px, 160px);
  right: min(26.3673469388vw + 28.1224489796px, 450px);
  z-index: 5;
  width: min(5.7959183673vw + 28.2653061224px, 121px);
  animation: fuwafuwa05 2.2s ease-in-out 0.4s alternate-reverse infinite;
}

.p-index_message__food .food.-ichigo {
  top: min(17.7142857143vw - 73.4285714286px, 210px);
  right: min(11.6734693878vw - 26.7755102041px, 160px);
  animation: fuwafuwa01 1.2s ease-in-out alternate infinite;
}

.p-index_message__food .food.-retasu {
  top: max(-24.8979591837vw + 803.3673469388px, 405px);
  right: min(28.9795918367vw - 128.6734693878px, 335px);
  width: min(3.0204081633vw + 128.6734693878px, 177px);
  animation: fuwafuwa05 2.2s ease-in-out alternate-reverse infinite;
}

.p-index_message__food .food.-beef {
  top: min(30.8571428571vw - 45.7142857143px, 448px);
  right: max(-4.0816326531vw - 14.693877551px, -80px);
  width: min(11.0204081633vw + 98.6734693878px, 275px);
  animation: fuwafuwa02 4s ease-in-out 0.25s alternate infinite;
}

.p-index_message__food .food.-cake {
  top: min(13.6326530612vw + 631.8775510204px, 850px);
  right: min(15.4285714286vw + 130.1428571429px, 377px);
  width: min(3.8367346939vw + 117.612244898px, 179px);
  animation: fuwafuwa05 3.15s ease-in-out alternate infinite;
}

@media only screen and (max-width: 1023px) {
  .p-index_message__food .food.-cake {
    right: auto;
    left: min(34.2040816327vw - 170.2653061224px, 377px);
  }
}
.p-index_message__food .food.-latte {
  top: min(37.5510204082vw + 389.1836734694px, 990px);
  right: max(-6.9387755102vw + 171.0204081633px, 60px);
  width: min(15.9183673469vw + 5.306122449px, 260px);
  animation: fuwafuwa02 3.7s ease-in-out alternate-reverse infinite;
}

.p-index_choose {
  position: relative;
  z-index: 3;
  border: 2px solid #452828;
  max-width: 1460px;
  margin-inline: auto;
  margin-top: 100px;
  border-radius: min(2vw + 18px, 50px);
  padding: min(3vw + 28px, 80px) 0;
  background-color: #fff;
  background-image: url(../../img/index/choose_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 91.2%;
}

@media only screen and (max-width: 767px) {
  .p-index_choose {
    max-width: 89vw;
    width: 100%;
  }
}
.p-index_choose__title {
  margin-bottom: min(5.306122449vw + 15.1020408163px, 100px);
  text-align: center;
}

.p-index_choose__title.js-anim_elm {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-index_choose__title.js-anim_elm.is-act {
  opacity: 1;
  translate: 0 0;
}

.p-index_choose__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px 40px;
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 40px;
  }
}
.p-index_choose__list__item {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.p-index_choose__list__item.-cooking {
  background-image: url(../../img/index/choose_bg_cooking.jpg);
}

.p-index_choose__list__item.-cooking .fukidashi {
  border-color: #cb3317;
  color: #cb3317;
  filter: drop-shadow(0 5px 0px #cb3317);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-cooking .fukidashi {
    filter: drop-shadow(0 2px 0px #cb3317);
  }
}
.p-index_choose__list__item.-cooking .pic::before {
  background-image: url(../../img/index/choose_pic_cooking@2x.png);
}

.p-index_choose__list__item.-cooking .pic::after {
  background-image: url(../../img/index/choose_pic_cooking_on@2x.png);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-cooking .pic::after {
    background-image: url(../../img/index/choose_pic_cooking_on_sp@2x.png);
  }
}
.p-index_choose__list__item.-cooking .arrow {
  background-color: #cb3317;
}

.p-index_choose__list__item.-cooking .arrow::after {
  background-color: #cb3317;
}

.p-index_choose__list__item.-business {
  background-image: url(../../img/index/choose_bg_business.jpg);
}

.p-index_choose__list__item.-business .fukidashi {
  border-color: #2a52bf;
  color: #2a52bf;
  filter: drop-shadow(0 5px 0px #2a52bf);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-business .fukidashi {
    filter: drop-shadow(0 2px 0px #2a52bf);
  }
}
.p-index_choose__list__item.-business .pic::before {
  background-image: url(../../img/index/choose_pic_business@2x.png);
}

.p-index_choose__list__item.-business .pic::after {
  background-image: url(../../img/index/choose_pic_business_on@2x.png);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-business .pic::after {
    background-image: url(../../img/index/choose_pic_business_on_sp@2x.png);
  }
}
.p-index_choose__list__item.-business .arrow {
  background-color: #2a52bf;
}

.p-index_choose__list__item.-business .arrow::after {
  background-color: #2a52bf;
}

.p-index_choose__list__item.-farming {
  background-image: url(../../img/index/choose_bg_farming.jpg);
}

.p-index_choose__list__item.-farming .fukidashi {
  border-color: #000000;
  color: #000000;
  filter: drop-shadow(0 5px 0px #000000);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-farming .fukidashi {
    filter: drop-shadow(0 2px 0px #0e801b);
  }
}
.p-index_choose__list__item.-farming .pic::before {
  background-image: url(../../img/index/choose_pic_farming@2x.png);
}

.p-index_choose__list__item.-farming .pic::after {
  background-image: url(../../img/index/choose_pic_farming_on@2x.png);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-farming .pic::after {
    background-image: url(../../img/index/choose_pic_farming_on_sp@2x.png);
  }
}
.p-index_choose__list__item.-farming .arrow {
  background-color: #0e801b;
}

.p-index_choose__list__item.-farming .arrow::after {
  background-color: #0e801b;
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.p-index_choose__list__item a {
  height: min(14.3673469388vw + 126.1224489796px, 356px);
  display: block;
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item a {
    height: min(9.6326530612vw + 81.8775510204px, 236px);
  }
}
@media (any-hover: hover) {
  .p-index_choose__list__item a:hover .pic::before {
    opacity: 0;
  }
  .p-index_choose__list__item a:hover .pic::after {
    opacity: 1;
  }
  .p-index_choose__list__item a:hover .arrow {
    scale: 0.95;
  }
  .p-index_choose__list__item a:hover .arrow::after {
    opacity: 1;
    scale: 1;
    animation: rotate 4s linear 0.4s infinite;
  }
  .p-index_choose__list__item a:hover .food {
    opacity: 1;
    scale: 1;
  }
}
.p-index_choose__list__item .fukidashi {
  position: absolute;
  top: max(-2.0408163265vw - 17.3469387755px, -50px);
  left: 50%;
  translate: -50% 0;
  width: min(9.7959183673vw + 123.2653061224px, 280px);
  background-color: #fff;
  border: 2px solid;
  text-align: center;
  font-size: min(0.6530612245vw + 0.7219387755rem, 1.375rem);
  font-weight: bold;
  line-height: 1.22;
  padding: min(0.5714285714vw + 10.8571428571px, 20px) 0;
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  letter-spacing: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-index_choose__list__item .fukidashi::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-color: #fff;
  clip-path: polygon(50% 15px, 0% 0%, 20px 0%);
  position: absolute;
  bottom: -14px;
  left: min(1.6326530612vw + 13.8775510204px, 40px);
  transform: skewX(40deg);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item .fukidashi::after {
    width: min(1.1428571429vw + 9.7142857143px, 28px);
    height: min(0.9795918367vw + 9.3265306122px, 25px);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: skewX(0);
    translate: 0 -50%;
    bottom: auto;
    top: 50%;
    left: auto;
    right: max(-0.9795918367vw - 8.3265306122px, -24px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_choose__list__item .fukidashi {
    top: 50%;
    translate: 0 -50%;
    left: min(1.387755102vw + 11.7959183673px, 34px);
  }
}
.p-index_choose__list__item .fukidashi small {
  font-size: min(0.4897959184vw + 0.5102040816rem, 1rem);
}

.p-index_choose__list__item .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item .pic {
    width: min(11.4285714286vw + 97.1428571429px, 280px);
    height: min(11.4285714286vw + 97.1428571429px, 280px);
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.p-index_choose__list__item .pic::before,
.p-index_choose__list__item .pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: all 0.3s ease;
}

.p-index_choose__list__item .pic::before {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item .pic::before {
    opacity: 0;
  }
}
.p-index_choose__list__item .pic::after {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item .pic::after {
    opacity: 1;
  }
}
.p-index_choose__list__item .arrow {
  width: min(3.2653061224vw + 27.7551020408px, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: max(-2.612244898vw + 1.7959183673px, -40px);
  font-size: min(0.5714285714vw + 0.6785714286rem, 1.25rem);
  transition: scale 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item .arrow {
    left: auto;
    right: max(-1.6326530612vw - 13.8775510204px, -40px);
  }
}
.p-index_choose__list__item .arrow::after {
  content: "";
  display: block;
  width: 145%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform-origin: center center;
  -webkit-mask-image: url(../../img/index/choose_circle_en.png);
          mask-image: url(../../img/index/choose_circle_en.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 0;
  scale: 0.5;
  transition: opacity 0.7s ease, scale 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item .arrow::after {
    opacity: 1;
    scale: 1;
  }
}
.p-index_choose__list__item .food {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.55s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  scale: 0.5;
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item .food {
    scale: 1;
    opacity: 1;
    z-index: 5;
  }
}
.p-index_choose__list__item .food li {
  position: absolute;
}

.p-index_choose__list__item.-cooking .food li.-cake {
  left: max(-0.7346938776vw - 6.2448979592px, -18px);
  bottom: min(1.8775510204vw + 15.9591836735px, 46px);
  width: min(3.5918367347vw + 31.5306122449px, 89px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-cooking .food li.-cake {
    width: min(4.0816326531vw + 34.693877551px, 100px);
    bottom: min(0.4081632653vw + 3.4693877551px, 10px);
    right: max(-0.3265306122vw - 2.7755102041px, -8px);
    z-index: 3;
  }
}
.p-index_choose__list__item.-cooking .food li.-orange {
  top: min(1.8775510204vw + 14.9591836735px, 45px);
  left: max(-1.0612244898vw - 9.0204081633px, -26px);
  width: min(2.2040816327vw + 18.7346938776px, 54px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-cooking .food li.-orange {
    width: min(2.693877551vw + 22.8979591837px, 66px);
  }
}
.p-index_choose__list__item.-cooking .food li.-pan {
  right: max(-1.2244897959vw - 10.4081632653px, -30px);
  bottom: min(0.8163265306vw + 6.9387755102px, 20px);
  width: min(3.5102040816vw + 29.8367346939px, 86px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-cooking .food li.-pan {
    width: min(5.4693877551vw + 46.4897959184px, 134px);
    right: min(7.3469387755vw + 62.4489795918px, 180px);
    bottom: max(-0.4081632653vw - 3.4693877551px, -10px);
  }
}
.p-index_choose__list__item.-cooking .food li.-steak {
  top: min(0.2448979592vw + 2.0816326531px, 6px);
  right: max(-1.2244897959vw - 10.4081632653px, -30px);
  width: min(6.8571428571vw + 58.2857142857px, 168px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-cooking .food li.-steak {
    width: min(5.7142857143vw + 48.5714285714px, 140px);
    top: max(-2.0408163265vw - 17.3469387755px, -50px);
  }
}
.p-index_choose__list__item.-cooking .food li.-tomato {
  right: min(0.8163265306vw + 6.9387755102px, 20px);
  bottom: min(3.6734693878vw + 31.2244897959px, 90px);
  width: min(1.387755102vw + 11.7959183673px, 34px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-cooking .food li.-tomato {
    width: min(1.7959183673vw + 15.2653061224px, 44px);
    right: min(13.7959183673vw + 119.2653061224px, 340px);
    bottom: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-business .fukidashi {
    right: min(1.387755102vw + 11.7959183673px, 34px);
    left: auto;
  }
  .p-index_choose__list__item.-business .fukidashi::after {
    scale: -1 1;
    left: max(-0.9795918367vw - 8.3265306122px, -24px);
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-business .pic {
    left: 0;
    right: auto;
  }
}
.p-index_choose__list__item.-business .food li.-coffee {
  top: min(2.0408163265vw + 17.3469387755px, 50px);
  left: max(-1.387755102vw - 10.7959183673px, -33px);
  width: min(4.4081632653vw + 36.4693877551px, 107px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-business .food li.-coffee {
    width: min(4.5714285714vw + 38.8571428571px, 112px);
    left: min(8.1632653061vw + 69.387755102px, 200px);
    top: max(-0.8979591837vw - 7.6326530612px, -22px);
  }
}
.p-index_choose__list__item.-business .food li.-ichigo {
  top: min(3.2653061224vw + 27.7551020408px, 80px);
  left: min(3.2653061224vw + 27.7551020408px, 80px);
  width: min(1.306122449vw + 10.1020408163px, 31px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-business .food li.-ichigo {
    width: min(1.7959183673vw + 15.2653061224px, 44px);
    top: auto;
    bottom: min(0.5714285714vw + 4.8571428571px, 14px);
  }
}
.p-index_choose__list__item.-business .food li.-muffin {
  right: max(-2.0408163265vw - 17.3469387755px, -50px);
  bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  width: min(5.7142857143vw + 48.5714285714px, 140px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-business .food li.-muffin {
    width: min(5.4693877551vw + 46.4897959184px, 134px);
    right: auto;
    left: max(-0.8163265306vw - 6.9387755102px, -20px);
    bottom: max(-0.8163265306vw - 6.9387755102px, -20px);
  }
}
.p-index_choose__list__item.-farming .food li.-happa {
  top: min(1.6326530612vw + 13.8775510204px, 40px);
  left: max(-1.4693877551vw - 11.4897959184px, -35px);
  width: min(6.2040816327vw + 53.7346938776px, 153px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-farming .food li.-happa {
    width: min(6.5306122449vw + 55.5102040816px, 160px);
    top: min(4.8979591837vw + 41.6326530612px, 120px);
  }
}
.p-index_choose__list__item.-farming .food li.-papurika {
  left: max(-0.4897959184vw - 4.1632653061px, -12px);
  bottom: min(1.2244897959vw + 10.4081632653px, 30px);
  width: min(2.3673469388vw + 21.1224489796px, 59px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-farming .food li.-papurika {
    bottom: max(-0.8163265306vw - 6.9387755102px, -20px);
    width: min(2.4489795918vw + 20.8163265306px, 60px);
    left: min(9.2244897959vw + 78.4081632653px, 226px);
  }
}
.p-index_choose__list__item.-farming .food li.-santyu {
  top: min(0.4897959184vw + 4.1632653061px, 12px);
  right: max(-0.8163265306vw - 6.9387755102px, -20px);
  width: min(5.7142857143vw + 48.5714285714px, 140px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-farming .food li.-santyu {
    width: min(5.7142857143vw + 48.5714285714px, 140px);
    top: min(6.2857142857vw + 33.4285714286px, 134px);
    right: min(10.612244898vw + 50.2040816327px, 220px);
  }
}
.p-index_choose__list__item.-farming .food li.-tomato {
  top: min(3.0204081633vw + 23.6734693878px, 72px);
  right: max(-1.2244897959vw - 10.4081632653px, -30px);
  width: min(2.693877551vw + 21.8979591837px, 65px);
}

@media only screen and (max-width: 767px) {
  .p-index_choose__list__item.-farming .food li.-tomato {
    top: max(-1.4693877551vw - 12.4897959184px, -36px);
    width: min(4.0816326531vw + 34.693877551px, 100px);
    right: auto;
    left: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
.p-index_choose__list__item.js-anim_elm .fukidashi {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.35s;
}

.p-index_choose__list__item.js-anim_elm .pic {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.5s ease;
}

.p-index_choose__list__item.js-anim_elm.is-act .fukidashi {
  opacity: 1;
}

.p-index_choose__list__item.js-anim_elm.is-act .pic {
  opacity: 1;
  translate: 0 0;
}

.p-index_field {
  position: relative;
  padding: min(13.0612244898vw + 111.0204081633px, 320px) 0 min(10.612244898vw + 90.2040816327px, 260px);
}

@media only screen and (max-width: 767px) {
  .p-index_field {
    padding: min(6.1224489796vw + 52.0408163265px, 150px) 0;
  }
}
.p-index_field::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

.p-index_field.-cooking::before {
  background-image: url(../../img/index/field_bg_cooking@2x.png);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-cooking::before {
    background-image: url(../../img/index/field_bg_cooking_sp@2x.png);
  }
}
.p-index_field.-cooking {
  padding-top: min(5.306122449vw + 40.1020408163px, 125px);
}

.p-index_field.-cooking::before {
  background-position: center bottom;
  top: -43.75vw;
  bottom: calc(-16.3265306122vw - 148.7755102041px);
}

@media only screen and (max-width: 1599px) {
  .p-index_field.-cooking::before {
    top: calc(-13.8775510204vw - 477.9591836735px);
  }
}
.p-index_field.-business {
  margin-top: max(-10.612244898vw - 90.2040816327px, -260px);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-business {
    margin-top: max(-2.4489795918vw - 20.8163265306px, -60px);
  }
}
.p-index_field.-business::before {
  height: calc(25.4693877551vw + 904.4897959184px);
}

.p-index_field.-farming {
  margin-top: max(-10.612244898vw - 100.2040816327px, -270px);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-farming {
    margin-top: max(-2.4489795918vw - 20.8163265306px, -60px);
  }
}
.p-index_field.-farming::before {
  height: 100%;
}

.p-index_field.-business::before {
  background-image: url(../../img/index/field_bg_business@2x.png);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-business::before {
    background-image: url(../../img/index/field_bg_business_sp@2x.png);
  }
}
.p-index_field.-cooking {
  padding-top: min(5.306122449vw + 40.1020408163px, 125px);
}

.p-index_field.-cooking::before {
  background-position: center bottom;
  top: -43.75vw;
  bottom: calc(-16.3265306122vw - 148.7755102041px);
}

@media only screen and (max-width: 1599px) {
  .p-index_field.-cooking::before {
    top: calc(-13.8775510204vw - 477.9591836735px);
  }
}
.p-index_field.-business {
  margin-top: max(-10.612244898vw - 90.2040816327px, -260px);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-business {
    margin-top: max(-2.4489795918vw - 20.8163265306px, -60px);
  }
}
.p-index_field.-business::before {
  height: calc(25.4693877551vw + 904.4897959184px);
}

.p-index_field.-farming {
  margin-top: max(-10.612244898vw - 100.2040816327px, -270px);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-farming {
    margin-top: max(-2.4489795918vw - 20.8163265306px, -60px);
  }
}
.p-index_field.-farming::before {
  height: 100%;
}

.p-index_field.-farming::before {
  background-image: url(../../img/index/field_bg_farming@2x.png);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-farming::before {
    background-image: url(../../img/index/field_bg_farming_sp@2x.png);
  }
}
.p-index_field.-cooking {
  padding-top: min(5.306122449vw + 40.1020408163px, 125px);
}

.p-index_field.-cooking::before {
  background-position: center bottom;
  top: -43.75vw;
  bottom: calc(-16.3265306122vw - 148.7755102041px);
}

@media only screen and (max-width: 1599px) {
  .p-index_field.-cooking::before {
    top: calc(-13.8775510204vw - 477.9591836735px);
  }
}
.p-index_field.-business {
  margin-top: max(-10.612244898vw - 90.2040816327px, -260px);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-business {
    margin-top: max(-2.4489795918vw - 20.8163265306px, -60px);
  }
}
.p-index_field.-business::before {
  height: calc(25.4693877551vw + 904.4897959184px);
}

.p-index_field.-farming {
  margin-top: max(-10.612244898vw - 100.2040816327px, -270px);
}

@media only screen and (max-width: 767px) {
  .p-index_field.-farming {
    margin-top: max(-2.4489795918vw - 20.8163265306px, -60px);
  }
}
.p-index_field.-farming::before {
  height: 100%;
}

.p-index_field__en {
  text-transform: uppercase;
  writing-mode: vertical-lr;
  position: absolute;
  top: 20px;
  left: 0;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: min(4.8979591837vw + 2.6020408163rem, 7.5rem);
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .p-index_field__en {
    display: none;
  }
}
.-cooking .p-index_field__en {
  color: #f88e77;
}

.-business .p-index_field__en {
  color: #6f90ea;
  left: auto;
  right: 0;
}

.-farming .p-index_field__en {
  color: #84bc5a;
}

.p-index_field__inner {
  position: relative;
}

.p-index_field__main {
  max-width: 620px;
  position: relative;
  z-index: 3;
}

.p-index_field__main .c-text01 {
  color: #fff;
  margin-bottom: min(1.2244897959vw + 30.4081632653px, 50px);
  word-break: keep-all;
}

@media only screen and (max-width: 767px) {
  .p-index_field__main .c-text01 {
    max-width: min(17.9591836735vw + 132.6530612245px, 420px);
    word-break: normal;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}
.-business .p-index_field__main {
  margin-left: auto;
}

.p-index_field__heading {
  margin-bottom: min(0.8163265306vw + 16.9387755102px, 30px);
}

.p-index_field__heading__sub {
  background-color: #fff;
  display: inline;
  font-weight: bold;
  line-height: 2.4;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  font-size: min(0.4081632653vw + 0.7168367347rem, 1.125rem);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.-cooking .p-index_field__heading__sub {
  color: #cb3317;
}

.-business .p-index_field__heading__sub {
  color: #2a52bf;
}

.-farming .p-index_field__heading__sub {
  color: #0e801b;
}

@media only screen and (max-width: 767px) {
  .p-index_field__heading__sub {
    line-height: 2.4;
  }
}
.p-index_field__heading__main {
  margin-top: min(1.2244897959vw + 10.4081632653px, 30px);
  font-size: clamp(1.2rem, 1.9rem + 1.625vw, 3.9rem);
  font-family: "M PLUS 2", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-index_field__heading__main svg {
  height: min(1.7959183673vw + 19.2653061224px, 48px);
}

@media only screen and (max-width: 767px) {
  .p-index_field__heading__main svg {
    height: auto;
  }
}
.p-index_field__heading.js-anim_elm .p-index_field__heading__sub {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-index_field__heading.js-anim_elm .p-index_field__heading__main {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.p-index_field__heading.js-anim_elm.is-act .p-index_field__heading__sub {
  opacity: 1;
  translate: 0 0;
}

.p-index_field__heading.js-anim_elm.is-act .p-index_field__heading__main {
  opacity: 1;
  translate: 0 0;
}

.p-index_field__student {
  position: absolute;
  top: max(-13.0612244898vw + 88.9795918367px, -120px);
  right: 0;
}

.-cooking .p-index_field__student {
  width: min(27.4285714286vw + 197.1428571429px, 636px);
}

@media only screen and (max-width: 767px) {
  .-cooking .p-index_field__student {
    top: min(0.8163265306vw + 16.9387755102px, 30px);
    right: max(-4.0816326531vw - 34.693877551px, -100px);
  }
}
.-business .p-index_field__student {
  width: min(27.5918367347vw + 116.5306122449px, 558px);
  right: auto;
  left: max(-6.1224489796vw - 52.0408163265px, -150px);
}

@media only screen and (max-width: 767px) {
  .-business .p-index_field__student {
    left: auto;
    right: max(-4.0816326531vw - 34.693877551px, -100px);
  }
}
.-farming .p-index_field__student {
  width: min(20.9795918367vw + 231.3265306122px, 567px);
  right: max(-6.5306122449vw + 4.4897959184px, -100px);
}

@media only screen and (max-width: 767px) {
  .-farming .p-index_field__student {
    right: max(-13.5510204082vw - 115.1836734694px, -332px);
  }
}
.p-index_field__student.js-anim_elm {
  opacity: 0;
  translate: 20px 0;
  transition: all 0.5s ease;
}

.p-index_field__student.js-anim_elm.is-act {
  opacity: 1;
  translate: 0 0;
}

.p-index_field__works {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  display: flex;
}

@media only screen and (max-width: 767px) {
  .p-index_field__works {
    flex-direction: column;
    align-items: center;
    width: min(3.8367346939vw + 181.612244898px, 243px);
  }
}
.p-index_field__works__title {
  width: min(3.8367346939vw + 181.612244898px, 243px);
}

@media only screen and (max-width: 767px) {
  .p-index_field__works__title {
    width: 100%;
  }
}
.p-index_field__works__slider {
  width: min(12.2448979592vw + 124.0816326531px, 320px);
  margin-left: max(-0.8163265306vw - 6.9387755102px, -20px);
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
}

@media only screen and (max-width: 767px) {
  .p-index_field__works__slider {
    margin-top: max(-4.0816326531vw - 34.693877551px, -100px);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-index_field__works__slider .swiper-slide {
  border-radius: 10px;
}

.p-index_field__works__slider .swiper-slide .swiper-slide-shadow {
  background-color: rgba(255, 255, 255, 0.9);
}

.p-index_field__works__slider .graduate_box {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: min(2.0408163265vw + 2.3469387755px, 35px) min(0.8979591837vw + 10.6326530612px, 25px);
  gap: min(0.4081632653vw + 8.4693877551px, 15px);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-index_field__works__slider .graduate_box {
    flex-direction: column;
  }
}
.p-index_field__works__slider .graduate_box .num {
  position: absolute;
  top: min(0.4081632653vw + 3.4693877551px, 10px);
  left: min(0.5714285714vw + 3.8571428571px, 13px);
  font-family: "Jost", sans-serif;
  font-size: min(0.4081632653vw + 0.5293367347rem, 0.9375rem);
}

@media only screen and (max-width: 767px) {
  .p-index_field__works__slider .graduate_box .num {
    display: none;
  }
}
.-cooking .p-index_field__works__slider .graduate_box .num {
  color: #f7806a;
}

.-business .p-index_field__works__slider .graduate_box .num {
  color: #6e92f2;
}

.-farming .p-index_field__works__slider .graduate_box .num {
  color: #7ebf4e;
}

.p-index_field__works__slider .graduate_box .pic {
  min-width: min(3.2653061224vw + 32.7551020408px, 85px);
  max-width: min(3.2653061224vw + 32.7551020408px, 85px);
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #ccc;
}

@media only screen and (max-width: 767px) {
  .p-index_field__works__slider .graduate_box .pic {
    min-width: min(6.5306122449vw + 55.5102040816px, 160px);
    max-width: min(6.5306122449vw + 55.5102040816px, 160px);
  }
}
.p-index_field__works__slider .graduate_box .textarea .shop {
  font-size: min(0.4897959184vw + 0.5102040816rem, 1rem);
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  font-weight: bold;
}

.-cooking .p-index_field__works__slider .graduate_box .textarea .shop {
  color: #f7806a;
}

.-business .p-index_field__works__slider .graduate_box .textarea .shop {
  color: #6e92f2;
}

.-farming .p-index_field__works__slider .graduate_box .textarea .shop {
  color: #7ebf4e;
}

.p-index_field__works__slider .graduate_box .textarea .name {
  color: #a8a8a8;
  font-size: min(0.3265306122vw + 0.5484693878rem, 0.875rem);
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
  line-height: 1.4;
  display: block;
}

.p-index_field__works__slider .graduate_box .textarea .text {
  font-size: min(0.3265306122vw + 0.5484693878rem, 0.875rem);
  line-height: 1.78;
}

.p-index_field__works__controls {
  position: absolute;
  left: max(-6.5306122449vw - 65.5102040816px, -170px);
  top: min(6.5306122449vw + 55.5102040816px, 160px);
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.2448979592vw + 4.0816326531px, 8px);
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .p-index_field__works__controls {
    position: relative;
    left: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
.p-index_field__works__arrow {
  min-width: min(0.8163265306vw + 36.9387755102px, 50px);
  max-width: min(0.8163265306vw + 36.9387755102px, 50px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid;
  background-color: #fff;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.1632653061vw + 0.7742346939rem, 0.9375rem);
  transition: all 0.35s ease;
}

.p-index_field__works__arrow.-prev img,
.p-index_field__works__arrow.-prev svg {
  scale: -1 1;
}

.-cooking .p-index_field__works__arrow {
  color: #cb3317;
  border-color: #cb3317;
}

@media (any-hover: hover) {
  .-cooking .p-index_field__works__arrow:hover {
    background-color: #cb3317;
    color: #fff;
  }
}
.-business .p-index_field__works__arrow {
  color: #2a52bf;
  border-color: #2a52bf;
}

@media (any-hover: hover) {
  .-business .p-index_field__works__arrow:hover {
    background-color: #2a52bf;
    color: #fff;
  }
}
.-farming .p-index_field__works__arrow {
  color: #0e801b;
  border-color: #0e801b;
}

@media (any-hover: hover) {
  .-farming .p-index_field__works__arrow:hover {
    background-color: #0e801b;
    color: #fff;
  }
}
.p-index_field__works__pagination {
  font-size: min(0.1632653061vw + 0.6492346939rem, 0.8125rem);
  font-family: "Jost", sans-serif;
  width: auto;
}

.-cooking .p-index_field__works__pagination {
  color: #cb3317;
}

.-business .p-index_field__works__pagination {
  color: #2a52bf;
}

.-farming .p-index_field__works__pagination {
  color: #0e801b;
}

@media only screen and (max-width: 767px) {
  .p-index_field__course {
    margin-top: min(4.8979591837vw + 41.6326530612px, 120px);
    text-align: center;
    position: relative;
    z-index: 2;
  }
}
.p-index_field__course__title {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: min(0.4081632653vw + 8.4693877551px, 15px);
  position: relative;
  display: inline-block;
}

.p-index_field__course__title::after {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/25;
  position: absolute;
  top: -15px;
  right: -30px;
  background-image: url(../../img/index/field_course_obj.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-index_field__course__list {
  display: grid;
  gap: min(0.4081632653vw + 8.4693877551px, 15px);
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
  .p-index_field__course__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-index_field__job {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.2448979592vw + 4.0816326531px, 8px) min(0.2448979592vw + 6.0816326531px, 10px);
}

.p-index_field__job li {
  color: #fff;
  line-height: 1.5;
  display: flex;
}

.p-index_field__job li::after {
  content: "/";
  margin-left: min(0.2448979592vw + 6.0816326531px, 10px);
}

.p-index_field__job li:last-child::after {
  display: none;
  margin-left: 0;
}

.p-index_field__event {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: min(3.2653061224vw + 127.7551020408px, 180px);
}

@media only screen and (max-width: 767px) {
  .p-index_field__event {
    bottom: auto;
    top: min(34.2857142857vw + 291.4285714286px, 840px);
    right: min(4.0816326531vw - 25.306122449px, 40px);
  }
}
.-business .p-index_field__event {
  right: auto;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .-business .p-index_field__event {
    right: min(0.8163265306vw - 13.0612244898px, 0px);
    left: auto;
  }
}
.p-index_field__event.js-anim_elm {
  opacity: 0;
  scale: 0.4;
  transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.24s;
}

.p-index_field__event.js-anim_elm.is-act {
  opacity: 1;
  scale: 1;
}

.p-index_field__event a {
  display: block;
  transition: all 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

@media (any-hover: hover) {
  .p-index_field__event a:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
  }
}
.p-index_cta {
  background-image: radial-gradient(#f6f6f6, #000000);
  padding: min(4vw + 65px, 130px) 0 min(10vw + 82px, 240px);
  position: relative;
}

.p-index_cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../img/common/cta/bg_cta.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.p-index_cta::after {
  content: "";
  display: block;
  opacity: 0.6;
  width: min(10.8571428571vw + 259.2857142857px, 433px);
  aspect-ratio: 1/1;
  background-image: url(../../img/common/cta/cta_bg_en@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: min(1.6326530612vw + 13.8775510204px, 40px);
  left: 50%;
  translate: -50% 0;
}

@media only screen and (max-width: 767px) {
  .p-index_cta::after {
    display: none;
  }
}
.p-index_cta__content {
  background-color: #fff;
  background-image: url(../../img/common/cta/cta_content_bg@2x.png);
  background-size: cover;
  border-radius: min(2.0408163265vw + 17.3469387755px, 50px);
  padding: 50px min(0.8163265306vw + 16.9387755102px, 30px) min(2.0408163265vw + 42.3469387755px, 75px);
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-index_cta__content {
    background-image: url(../../img/common/cta/cta_content_bg_sp@2x.png);
  }
}
.p-index_cta__heading {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.22;
  text-align: center;
  font-size: clamp(16px, 2vw, 30px);
  margin-bottom: max(-0.4081632653vw + 51.5306122449px, 45px);
  gap: min(0.4081632653vw + 8.4693877551px, 15px);
}

.p-index_cta__heading::before,
.p-index_cta__heading::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/18;
  background-image: url(../../img/common/cta/cta_title_obj.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-index_cta__heading::before {
  scale: -1 1;
}

.p-index_cta__heading.js-anim_elm {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-index_cta__heading.js-anim_elm.is-act {
  opacity: 1;
  translate: 0 0;
}

.p-index_cta__button {
  display: flex;
  justify-content: center;
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
}

@media only screen and (max-width: 767px) {
  .p-index_cta__button {
    flex-direction: column;
    gap: min(4.0816326531vw + 34.693877551px, 100px);
    align-items: center;
  }
}
.p-index_cta__button__item.-request {
  color: #645151;
}

.p-index_cta__button__item.-event {
  color: #f26671;
}

.p-index_cta__button__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
  background-color: currentColor;
  border-radius: 100vmax;
  text-align: center;
  position: relative;
  padding: min(0.1632653061vw + 22.387755102px, 25px) 0 20px;
  width: 300px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.34s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-index_cta__button__item a .fukidashi {
  background-color: #eae5e5;
  position: absolute;
  top: -15px;
  left: 50%;
  translate: -50% 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 3px 20px;
  white-space: nowrap;
  border-radius: 100vmax;
  transition: all 0.34s ease;
}

.p-index_cta__button__item a .fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 6px;
  bottom: -5px;
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(50% 6px, 0% 0%, 9px 0%);
  background-color: #eae5e5;
}

.p-index_cta__button__item a .text {
  color: #fff;
  padding-left: min(0.6530612245vw + 11.5510204082px, 22px);
  line-height: 1;
}

.p-index_cta__button__item a i {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(0.3265306122vw + 16.7755102041px, 22px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 10px;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (any-hover: hover) {
  .p-index_cta__button__item a:hover {
    scale: 1.03;
    box-shadow: 0 5px 10px rgba(69, 40, 40, 0.3);
  }
  .p-index_cta__button__item a:hover .fukidashi {
    translate: -50% -5px;
  }
  .p-index_cta__button__item a:hover i {
    scale: 1.1;
  }
}
.p-index_cta__food {
  position: absolute;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  scale: 0.7;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}

.p-index_cta__food.-no01 {
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-index_cta__food.-no02 {
  transition: all 1.25s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}

.is-act .p-index_cta__food {
  scale: 1;
  opacity: 1;
}

.p-index_cta__food .food {
  position: absolute;
}

.p-index_cta__food .food.-broccoli {
  top: max(-0.8163265306vw - 96.9387755102px, -110px);
  right: max(-1.0612244898vw - 46.0204081633px, -63px);
  width: min(7.5918367347vw + 109.5306122449px, 231px);
}

.p-index_cta__food .food.-cake {
  top: max(-4vw + 31px, -33px);
  left: min(2.0408163265vw - 32.6530612245px, 0px);
  width: min(2.5306122449vw + 50.5102040816px, 91px);
}

.p-index_cta__food .food.-coffee {
  top: min(8.5714285714vw - 57.1428571429px, 80px);
  right: max(-8.9795918367vw + 103.6734693878px, -40px);
  width: min(3.5102040816vw + 50.8367346939px, 107px);
}

.p-index_cta__food .food.-nasu {
  top: max(-0.5714285714vw - 3.8571428571px, -13px);
  right: min(4.8979591837vw + 41.6326530612px, 120px);
}

@media only screen and (max-width: 767px) {
  .p-index_cta__food .food.-nasu {
    display: none;
  }
}
.p-index_cta__food .food.-ninjin {
  bottom: max(-2.8571428571vw - 29.2857142857px, -75px);
  right: max(-0.4081632653vw - 43.4693877551px, -50px);
  width: min(5.5510204082vw + 115.1836734694px, 204px);
}

.p-index_cta__food .food.-omu {
  bottom: min(1.0612244898vw - 66.9795918367px, -50px);
  left: min(4.5714285714vw - 69.1428571429px, 4px);
  width: min(4.0816326531vw + 112.693877551px, 178px);
}

.p-index_cta__food .food.-piman {
  bottom: max(-8.2448979592vw + 86.9183673469px, -45px);
  left: min(17.2244897959vw - 80.5918367347px, 195px);
  width: min(0.0816326531vw + 31.693877551px, 33px);
}

.p-index_cta__food .food.-potato {
  bottom: min(0.1632653061vw + 1.387755102px, 4px);
  left: min(7.2653061224vw + 60.7551020408px, 177px);
}

@media only screen and (max-width: 767px) {
  .p-index_cta__food .food.-potato {
    display: none;
  }
}
.p-index_cta__food .food.-retasu {
  bottom: max(-3.0204081633vw - 21.6734693878px, -70px);
  right: min(2.2040816327vw + 31.7346938776px, 67px);
  width: min(2.2040816327vw + 68.7346938776px, 104px);
}

.p-index_cta__food .food.-snap {
  top: min(5.0612244898vw + 59.0204081633px, 140px);
  right: max(-4.0816326531vw - 34.693877551px, -100px);
}

@media only screen and (max-width: 767px) {
  .p-index_cta__food .food.-snap {
    display: none;
  }
}
.p-index_cta__food .food.-taruto {
  top: min(9.387755102vw - 117.2040816327px, 33px);
  left: max(-3.1020408163vw - 36.3673469388px, -86px);
  width: min(2.4489795918vw + 120.8163265306px, 160px);
}

.p-index_learn {
  padding: min(8.1632653061vw + 69.387755102px, 200px) 0 min(18.7755102041vw + 19.5918367347px, 320px);
  margin-top: max(-6.5306122449vw - 5.5102040816px, -110px);
  border-radius: min(2.0408163265vw + 17.3469387755px, 50px) min(2.0408163265vw + 17.3469387755px, 50px) 0 0;
  position: relative;
  background-image: linear-gradient(to bottom, #fff 0%, #f8f5f5 100%);
}

.p-index_learn__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(0.8163265306vw + 16.9387755102px, 30px);
}

.p-index_learn__heading__sub {
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px);
}

.p-index_learn__heading.js-anim_elm .p-index_learn__heading__sub {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-index_learn__heading.js-anim_elm .p-index_learn__heading__main {
  opacity: 0;
  scale: 1.05;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}

.p-index_learn__heading.js-anim_elm.is-act .p-index_learn__heading__sub {
  opacity: 1;
  translate: 0 0;
}

.p-index_learn__heading.js-anim_elm.is-act .p-index_learn__heading__main {
  opacity: 1;
  scale: 1;
}

.p-index_learn__grade {
  padding-left: min(6.9387755102vw - 16.0204081633px, 95px);
  padding-bottom: min(4.0816326531vw + 29.693877551px, 95px);
  position: relative;
}

.p-index_learn__grade.js-anim_elm .p-index_learn__grade__num {
  opacity: 0;
  translate: 0 min(1.6326530612vw + 13.8775510204px, 40px);
  transition: all 0.65s ease 0.3s;
}

.p-index_learn__grade.js-anim_elm .p-index_learn__grade__main {
  opacity: 0;
  translate: 0 min(1.6326530612vw + 13.8775510204px, 40px);
  transition: all 0.65s ease 0.3s;
}

.p-index_learn__grade.js-anim_elm .p-index_learn__grade__sub {
  opacity: 0;
  translate: 0 min(1.6326530612vw + 13.8775510204px, 40px);
  transition: all 0.65s ease 0.6s;
}

.p-index_learn__grade.js-anim_elm.is-act .p-index_learn__grade__num {
  opacity: 1;
  translate: 0 0;
}

.p-index_learn__grade.js-anim_elm.is-act .p-index_learn__grade__main {
  opacity: 1;
  translate: 0 0;
}

.p-index_learn__grade.js-anim_elm.is-act .p-index_learn__grade__sub {
  opacity: 1;
  translate: 0 0;
}

.p-index_learn__grade__line {
  display: block;
  width: min(0.1632653061vw + 2.387755102px, 5px);
  position: absolute;
  left: min(1.306122449vw - 9.8979591837px, 11px);
  top: min(0.4081632653vw + 13.4693877551px, 20px);
  height: 0;
  transition: all 0.5s linear;
}

.-cooking .p-index_learn__grade__line {
  background-color: #f7806a;
}

.-business .p-index_learn__grade__line {
  background-color: #6e92f2;
}

.-farming .p-index_learn__grade__line {
  background-color: #7ebf4e;
}

.p-index_learn__grade__num {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(0.9795918367vw + 0.7704081633rem, 1.75rem);
  line-height: 1;
  margin-bottom: min(0.8163265306vw + 16.9387755102px, 30px);
  margin-left: max(-2.8571428571vw - 24.2857142857px, -70px);
  position: relative;
  display: flex;
  align-items: baseline;
  color: #f46262;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__num {
    margin-left: max(-0.3265306122vw - 2.7755102041px, -8px);
  }
}
.p-index_learn__grade__num::before {
  content: "";
  width: min(3.2653061224vw + 27.7551020408px, 80px);
  height: min(0.1632653061vw + 2.387755102px, 5px);
  background-color: currentColor;
  display: block;
  align-self: center;
  margin-right: min(0.5714285714vw + 5.8571428571px, 15px);
  border-radius: 100vmax;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__num::before {
    margin-left: max(-0.3265306122vw - 2.7755102041px, -8px);
  }
}
.p-index_learn__grade__num::after {
  content: "";
  display: block;
  width: min(1.7959183673vw + 8.2653061224px, 37px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: max(-1.0612244898vw - 13.0204081633px, -30px);
  border-radius: 50%;
  background-color: currentColor;
}

.p-index_learn__grade__num em {
  font-size: min(2.4489795918vw + 1.9260204082rem, 4.375rem);
  font-style: normal;
  line-height: 1;
  margin-right: 0.15em;
}

.-farming .p-index_learn__grade__num em {
  font-size: min(0.8163265306vw + 2.3086734694rem, 3.125rem);
}

.-cooking .p-index_learn__grade__num {
  color: #f7806a;
}

.-business .p-index_learn__grade__num {
  color: #6e92f2;
}

.-farming .p-index_learn__grade__num {
  color: #7ebf4e;
}

.p-index_learn__grade__main {
  display: flex;
  align-items: flex-start;
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
  color: #fff;
  padding: min(2.8571428571vw + 19.2857142857px, 65px) min(2.0408163265vw + 12.3469387755px, 45px) min(12.2448979592vw + 104.0816326531px, 300px);
  border-radius: 20px;
  position: relative;
  background-color: #f46262;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__main {
    flex-direction: column;
    gap: min(2.4489795918vw + 20.8163265306px, 60px);
  }
}
.p-index_learn__grade__main::before {
  content: "";
  display: block;
  width: min(1.4693877551vw + 17.4897959184px, 41px);
  height: min(0.8979591837vw + 10.6326530612px, 25px);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  top: max(-0.8979591837vw - 9.6326530612px, -24px);
  left: min(2.4489795918vw + 10.8163265306px, 50px);
  background-color: #f46262;
}

.-cooking .p-index_learn__grade__main {
  background-color: #f7806a;
}

.-cooking .p-index_learn__grade__main::before {
  background-color: #f7806a;
}

.-business .p-index_learn__grade__main {
  background-color: #6e92f2;
}

.-business .p-index_learn__grade__main::before {
  background-color: #6e92f2;
}

.-farming .p-index_learn__grade__main {
  background-color: #7ebf4e;
}

.-farming .p-index_learn__grade__main::before {
  background-color: #7ebf4e;
}

.-cooking .p-index_learn__grade__main .heading .num::before {
  border-color: #fab1a4;
}

.-business .p-index_learn__grade__main .heading .num::before {
  border-color: #aec2f8;
}

.-farming .p-index_learn__grade__main .heading .num::before {
  border-color: #b5ea8e;
}

.-graduate .p-index_learn__grade__main {
  padding-bottom: min(3.2653061224vw + 27.7551020408px, 80px);
}

.p-index_learn__grade__main.-wrap {
  flex-wrap: wrap;
}

.p-index_learn__grade__main.-wrap .in {
  display: flex;
  align-items: flex-start;
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__main.-wrap .in {
    flex-direction: column;
    gap: min(2.4489795918vw + 20.8163265306px, 60px);
  }
}
.p-index_learn__grade__main .pic {
  min-width: min(17.9591836735vw + 152.6530612245px, 440px);
  max-width: min(17.9591836735vw + 152.6530612245px, 440px);
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__main .pic {
    min-width: 100%;
    max-width: 100%;
  }
}
.p-index_learn__grade__main .heading {
  margin-bottom: min(0.8163265306vw + 11.9387755102px, 25px);
}

.p-index_learn__grade__main .heading .num {
  display: flex;
  align-items: center;
  gap: min(0.4081632653vw + 8.4693877551px, 15px);
  font-family: "Jost", sans-serif;
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  margin-bottom: min(0.4081632653vw + 8.4693877551px, 15px);
}

.p-index_learn__grade__main .heading .num::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #fff;
  border: 4px solid #f7b6bb;
  border-radius: 50%;
}

.p-index_learn__grade__sub {
  margin-top: max(-10.612244898vw - 80.2040816327px, -250px);
  background-color: #fff;
  background-image: radial-gradient(#eae5e5 13%, transparent 13%), radial-gradient(#eae5e5 13%, transparent 13%);
  background-size: 15px 15px;
  background-position: 0 0;
  border: 2px solid #452828;
  border-radius: 20px;
  width: 89.5%;
  margin-inline: auto;
  padding: min(1.2244897959vw + 40.4081632653px, 60px) min(2.4489795918vw + 5.8163265306px, 45px);
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub {
    overflow: hidden;
    width: 92%;
  }
}
.p-index_learn__grade__sub .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
  margin-bottom: min(1.2244897959vw + 20.4081632653px, 40px);
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .teacher {
    overflow: visible;
  }
}
.p-index_learn__grade__sub .teacher_list {
  display: grid;
  gap: min(3.2653061224vw + 7.7551020408px, 60px) min(0.4081632653vw + 8.4693877551px, 15px);
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1023px) {
  .p-index_learn__grade__sub .teacher_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .teacher_list {
    display: flex;
    gap: 0;
    overflow: visible;
  }
}
.p-index_learn__grade__sub .teacher_list__item .pic {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}

.p-index_learn__grade__sub .teacher_list__item .pic img {
  border-radius: 50%;
}

.p-index_learn__grade__sub .teacher_list__item .textarea {
  font-weight: bold;
}

.p-index_learn__grade__sub .teacher_list__item .textarea .company {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

.p-index_learn__grade__sub .teacher_list__item .textarea .name {
  font-size: 18px;
}

.p-index_learn__grade__sub .teacher_list__item .textarea .name small {
  font-size: 0.7em;
}

.p-index_learn__grade__sub .teacher_list__item .textarea .class dt {
  background-color: #f7806a;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  border-radius: 100vmax;
  padding: 5px 8px;
}

.p-index_learn__grade__sub .teacher_list__item .textarea .class dd {
  font-size: 14px;
}

.p-index_learn__grade__sub .teacher .c-slider_arrow {
  top: 30%;
}

.p-index_learn__grade__sub .teacher .c-slider_arrow.-prev {
  left: max(-0.8163265306vw - 6.9387755102px, -20px);
}

.p-index_learn__grade__sub .teacher .c-slider_arrow.-next {
  right: max(-0.8163265306vw - 6.9387755102px, -20px);
}

.p-index_learn__grade__sub .teacher .swiper-pagination {
  position: static;
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
}

.p-index_learn__grade__sub .teacher .swiper-pagination-bullet {
  background-color: #fab1a4;
  opacity: 1;
  width: min(0.1632653061vw + 7.387755102px, 10px);
  height: min(0.1632653061vw + 7.387755102px, 10px);
  margin: 0 min(0.1632653061vw + 1.387755102px, 4px);
}

.p-index_learn__grade__sub .teacher .swiper-pagination-bullet-active {
  background-color: #cb3317;
}

.p-index_learn__grade__sub .flow_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: min(2.4489795918vw + 10.8163265306px, 50px);
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .flow_list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
.p-index_learn__grade__sub .flow_list__item {
  text-align: center;
  padding: min(0.8163265306vw - 3.0612244898px, 10px);
  position: relative;
}

.p-index_learn__grade__sub .flow_list__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #6e92f2;
  position: absolute;
  left: 0;
  top: min(3.6734693878vw + 31.2244897959px, 90px);
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .flow_list__item::before {
    display: none;
  }
}
.p-index_learn__grade__sub .flow_list__item::after {
  content: "";
  display: block;
  position: absolute;
  top: min(3.5918367347vw + 26.5306122449px, 84px);
  left: 50%;
  translate: -50% 0;
  width: min(0.6530612245vw + 5.5510204082px, 16px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: min(0.0816326531vw + 1.693877551px, 3px) solid #6e92f2;
  background-color: #fff;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .flow_list__item::after {
    display: none;
  }
}
.p-index_learn__grade__sub .flow_list__item .fukidashi {
  background-color: #f0efef;
  color: #2a52bf;
  font-weight: bold;
  text-align: center;
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  padding: min(0.8163265306vw + 6.9387755102px, 20px) min(0.4081632653vw + 3.4693877551px, 10px);
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
  white-space: nowrap;
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .flow_list__item .fukidashi {
    margin-bottom: 0;
    font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
    display: flex;
    align-content: center;
    justify-content: center;
    gap: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
.p-index_learn__grade__sub .flow_list__item .fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 8px;
  bottom: -7px;
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(50% 8px, 0% 0%, 13px 0%);
  background-color: #f5f4f4;
}

.p-index_learn__grade__sub .flow_list__item .fukidashi i {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .flow_list__item .fukidashi i {
    display: inline-flex;
    width: min(1.6326530612vw + 13.8775510204px, 40px);
  }
  .p-index_learn__grade__sub .flow_list__item .fukidashi i img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-index_learn__grade__sub .flow_list__item .icon {
  width: min(5.306122449vw + 45.1020408163px, 130px);
  margin-inline: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px dotted #6e92f2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .flow_list__item .icon {
    display: none;
  }
}
.p-index_learn__grade__sub .flow_list__item:last-child .fukidashi {
  background-color: #6e92f2;
  color: #fff;
}

.p-index_learn__grade__sub .flow_list__item:last-child .fukidashi::after {
  background-color: #6e92f2;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .flow_list__item:last-child .fukidashi::after {
    display: none;
  }
}
.p-index_learn__grade__sub .flow_list__item:last-child .icon {
  background-color: rgba(174, 194, 248, 0.5);
  border: none;
  position: relative;
}

.p-index_learn__grade__sub .flow_list__item:last-child .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  width: 88.4%;
  aspect-ratio: 1/1;
  z-index: -1;
  background-color: #aec2f8;
}

.p-index_learn__grade__sub .shop {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop {
    flex-direction: column-reverse;
    margin-top: min(4.8979591837vw + 41.6326530612px, 120px);
  }
}
.p-index_learn__grade__sub .shop_slider {
  width: min(12.2448979592vw + 104.0816326531px, 300px);
  margin: 0;
  position: relative;
  margin-right: min(2.0408163265vw + 17.3469387755px, 50px);
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_slider {
    width: 100%;
    margin-right: 0;
    margin-top: min(3.2653061224vw + 27.7551020408px, 80px);
  }
}
@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_slider .swiper {
    overflow: visible;
  }
}
.p-index_learn__grade__sub .shop_slider::before {
  content: "";
  position: absolute;
  top: min(0.8163265306vw + 6.9387755102px, 20px);
  right: max(-3.1020408163vw - 28.3673469388px, -78px);
  width: min(3.1020408163vw + 28.3673469388px, 78px);
  height: min(3.4285714286vw + 29.1428571429px, 84px);
  border-top: 3px solid #7ebf4e;
  border-right: 3px solid #7ebf4e;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_slider::before {
    border-top: none;
    width: 0;
    height: min(6.5306122449vw + 55.5102040816px, 160px);
    right: auto;
    left: min(0.8163265306vw + 12.9387755102px, 26px);
    top: max(-5.7142857143vw - 48.5714285714px, -140px);
  }
}
.p-index_learn__grade__sub .shop_slider::after {
  content: "";
  display: block;
  position: absolute;
  top: min(3.4285714286vw + 42.1428571429px, 97px);
  right: max(-3.1020408163vw - 33.3673469388px, -83px);
  width: 14px;
  aspect-ratio: 1/1;
  border: 3px solid #7ebf4e;
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_slider::after {
    right: auto;
    left: min(0.8163265306vw + 6.9387755102px, 20px);
    top: max(-5.7142857143vw - 61.5714285714px, -153px);
  }
}
.p-index_learn__grade__sub .shop_slider__item {
  border: 2px solid #7ebf4e;
  background-color: #fff;
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  overflow: hidden;
}

.p-index_learn__grade__sub .shop_slider__item .en {
  color: #fff;
  background-color: #7ebf4e;
  font-family: "Jost", sans-serif;
  padding: min(0.4081632653vw + 3.4693877551px, 10px) min(0.8163265306vw + 6.9387755102px, 20px);
}

.p-index_learn__grade__sub .shop_slider__item .body {
  padding: min(1.2244897959vw + 10.4081632653px, 30px);
  font-weight: bold;
  color: #452828;
}

.p-index_learn__grade__sub .shop_slider__item .body .pic {
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  overflow: hidden;
  margin-bottom: 15px;
}

.p-index_learn__grade__sub .shop_slider__item .body small {
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
}

.p-index_learn__grade__sub .shop_slider__item .body .title {
  color: #0e801b;
  font-size: min(0.3265306122vw + 0.7984693878rem, 1.125rem);
}

.p-index_learn__grade__sub .shop_slider__navi {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  right: max(-0.8163265306vw - 11.9387755102px, -25px);
  bottom: max(-1.6326530612vw - 13.8775510204px, -40px);
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_slider__navi {
    position: static;
  }
}
.p-index_learn__grade__sub .shop_slider__navi .c-slider_arrow {
  position: static;
  top: auto;
  translate: 0 0;
  margin-top: 0;
  background-color: #0e801b;
  border-color: #0e801b;
  width: min(1.6326530612vw + 23.8775510204px, 50px);
  height: min(1.6326530612vw + 23.8775510204px, 50px);
}

.p-index_learn__grade__sub .shop_slider__navi .c-slider_arrow::after {
  width: min(0.4081632653vw + 8.4693877551px, 15px);
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_slider__navi .c-slider_arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 50px;
    height: 50px;
  }
  .p-index_learn__grade__sub .shop_slider__navi .c-slider_arrow::after {
    width: min(0.4081632653vw + 13.4693877551px, 20px);
  }
  .p-index_learn__grade__sub .shop_slider__navi .c-slider_arrow.-prev {
    left: max(-1.2244897959vw - 10.4081632653px, -30px);
  }
  .p-index_learn__grade__sub .shop_slider__navi .c-slider_arrow.-next {
    right: max(-1.2244897959vw - 10.4081632653px, -30px);
  }
}
.p-index_learn__grade__sub .shop_slider__navi .shop_pagination {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  color: #0e801b;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_slider__navi .shop_pagination {
    margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
  }
}
.p-index_learn__grade__sub .shop_circle {
  width: min(10.0408163265vw + 172.3469387755px, 333px);
  aspect-ratio: 1/1;
  margin-left: min(7.7551020408vw - 29.0816326531px, 95px);
  position: relative;
  margin-top: min(5.2244897959vw - 19.5918367347px, 64px);
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_circle {
    margin-top: 0;
    margin-left: min(3.6734693878vw + 31.2244897959px, 90px);
    margin-right: auto;
  }
}
.p-index_learn__grade__sub .shop_circle::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border: 3px solid;
  color: #7ebf4e;
  border-radius: 50%;
  position: absolute;
  top: max(-0.6530612245vw - 5.5510204082px, -16px);
  left: max(-0.6530612245vw - 5.5510204082px, -16px);
}

.p-index_learn__grade__sub .shop_circle__text {
  position: absolute;
  top: calc(50% - min(0.6530612245vw + 5.5510204082px, 16px));
  left: calc(50% - min(0.6530612245vw + 5.5510204082px, 16px));
  translate: -50% -50%;
  width: min(1.7959183673vw + 63.2653061224px, 92px);
}

.p-index_learn__grade__sub .shop_circle__item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f4f4;
  color: #7ebf4e;
  border-radius: 50%;
  width: min(4.3265306122vw + 58.7755102041px, 128px);
  aspect-ratio: 1/1;
  padding-top: min(1.6326530612vw - 6.1224489796px, 20px);
  offset-path: var(--offset-path);
  offset-rotate: 0deg;
  transition: all 0.5s ease;
  transform-origin: center;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_circle__item {
    padding-top: 0;
  }
}
.p-index_learn__grade__sub .shop_circle__item::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px dotted;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  transition: scale 0.4s ease;
  transform-origin: center;
}

.p-index_learn__grade__sub .shop_circle__item:nth-child(1) {
  offset-distance: -25%;
  offset-distance: calc(-25% - 25% * var(--rotate));
}

.p-index_learn__grade__sub .shop_circle__item:nth-child(2) {
  offset-distance: 0%;
  offset-distance: calc(0% - 25% * var(--rotate));
}

.p-index_learn__grade__sub .shop_circle__item:nth-child(3) {
  offset-distance: 25%;
  offset-distance: calc(25% - 25% * var(--rotate));
}

.p-index_learn__grade__sub .shop_circle__item:nth-child(4) {
  offset-distance: 50%;
  offset-distance: calc(50% - 25% * var(--rotate));
}

.p-index_learn__grade__sub .shop_circle__item.is-act {
  background-color: #7ebf4e;
  color: #fff;
  scale: 1.14;
  margin-top: -10px;
  border: none;
}

.p-index_learn__grade__sub .shop_circle__item.is-act::before {
  content: "";
  scale: 1.16;
  border: none;
  background-color: #7ebf4e;
  opacity: 0.3;
  z-index: -1;
}

.p-index_learn__grade__sub .shop_circle__item.is-act i .cls-1 {
  fill: #fff;
}

.p-index_learn__grade__sub .shop_circle__item .text {
  font-size: min(0.3265306122vw + 0.5484693878rem, 0.875rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-bottom: min(0.1632653061vw + 2.387755102px, 5px);
  word-break: keep-all;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_circle__item .text {
    margin-bottom: 0;
  }
}
.p-index_learn__grade__sub .shop_circle__item i {
  display: block;
  width: min(1.9591836735vw + 22.6530612245px, 54px);
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .shop_circle__item i {
    display: none;
  }
}
.p-index_learn__grade__sub .shop_circle__item i .cls-1 {
  transition: all 0.4s ease;
}

.p-index_learn__grade__sub .student {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__sub .student {
    display: none;
  }
}
.-cooking .p-index_learn__grade__sub .student {
  right: min(2.0408163265vw + 17.3469387755px, 50px);
  bottom: max(-1.4693877551vw - 9.4897959184px, -33px);
}

.-business .p-index_learn__grade__sub .student {
  right: min(2.0408163265vw - 27.6530612245px, 5px);
  bottom: max(-1.2244897959vw - 10.4081632653px, -30px);
}

.-farming .p-index_learn__grade__sub .student {
  right: max(-8.9795918367vw + 13.6734693878px, -130px);
  width: min(6.1224489796vw + 52.0408163265px, 150px);
}

.p-index_learn__grade__graduates {
  margin-top: min(2.4489795918vw + 20.8163265306px, 60px);
  width: 100%;
}

.p-index_learn__grade__graduates > .title {
  text-align: center;
  margin-bottom: min(1.2244897959vw + 15.4081632653px, 35px);
}

.p-index_learn__grade__graduates .graduates_slider {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__graduates .graduates_slider {
    margin-left: max(-1.6326530612vw - 13.8775510204px, -40px);
    margin-right: max(-1.6326530612vw - 13.8775510204px, -40px);
  }
}
.p-index_learn__grade__graduates .graduates_slider .swiper-slide {
  padding: 0 min(1.2244897959vw + 0.4081632653px, 20px);
}

.p-index_learn__grade__graduates .graduates_slider__item {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  gap: min(1.6326530612vw + 3.8775510204px, 30px);
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
  color: #452828;
  border: 2px solid #f46262;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__graduates .graduates_slider__item {
    align-items: center;
  }
}
.p-index_learn__grade__graduates .graduates_slider__item.-cooking {
  border-color: #f7806a;
}

.p-index_learn__grade__graduates .graduates_slider__item.-business {
  border-color: #6e92f2;
}

.p-index_learn__grade__graduates .graduates_slider__item.-farming {
  border-color: #7ebf4e;
}

.p-index_learn__grade__graduates .graduates_slider__item.-cooking .textarea .title {
  color: #cb3317;
}

.p-index_learn__grade__graduates .graduates_slider__item.-business .textarea .title {
  color: #2a52bf;
}

.p-index_learn__grade__graduates .graduates_slider__item.-farming .textarea .title {
  color: #0e801b;
}

@media only screen and (max-width: 767px) {
  .p-index_learn__grade__graduates .graduates_slider__item {
    flex-direction: column;
  }
}
.p-index_learn__grade__graduates .graduates_slider__item .img {
  border-radius: 50%;
  overflow: hidden;
  min-width: min(3.2653061224vw + 87.7551020408px, 140px);
  max-width: min(3.2653061224vw + 87.7551020408px, 140px);
  aspect-ratio: 1/1;
}

.p-index_learn__grade__graduates .graduates_slider__item .textarea .title {
  font-size: min(0.5714285714vw + 0.8035714286rem, 1.375rem);
  font-weight: bold;
  color: #f46262;
  letter-spacing: 0;
  word-break: keep-all;
  line-height: 1.5;
}

.-cooking .p-index_learn__grade__graduates .graduates_slider__item .textarea .title {
  color: #cb3317;
}

.-business .p-index_learn__grade__graduates .graduates_slider__item .textarea .title {
  color: #2a52bf;
}

.-farming .p-index_learn__grade__graduates .graduates_slider__item .textarea .title {
  color: #0e801b;
}

.p-index_learn__grade__graduates .graduates_slider__item .textarea .name {
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  color: #a8a8a8;
  margin: min(0.4081632653vw + 3.4693877551px, 10px) 0 min(0.4081632653vw + 8.4693877551px, 15px);
}

.p-index_learn__grade__graduates .graduates_slider__item .textarea .c-text01 {
  font-size: min(0.1632653061vw + 0.7117346939rem, 0.875rem);
  line-height: 1.78;
}

.p-index_learn__grade__graduates .graduates_slider .c-slider_arrow.-prev {
  left: max(-0.8163265306vw - 21.9387755102px, -35px);
}

.p-index_learn__grade__graduates .graduates_slider .c-slider_arrow.-next {
  right: max(-0.8163265306vw - 21.9387755102px, -35px);
}

.p-index_learn__grade__graduates .graduates_slider .swiper-pagination {
  position: static;
  margin-top: min(0.4081632653vw + 8.4693877551px, 15px);
}

.p-index_learn__grade__graduates .graduates_slider .swiper-pagination-bullet {
  background-color: #fab1a4;
  opacity: 1;
  width: min(0.1632653061vw + 7.387755102px, 10px);
  height: min(0.1632653061vw + 7.387755102px, 10px);
  margin: 0 min(0.1632653061vw + 1.387755102px, 4px);
}

.p-index_learn__grade__graduates .graduates_slider .swiper-pagination-bullet-active {
  background-color: #cb3317;
}

.p-index_gallery {
  background-color: #fff;
  padding: min(4.0816326531vw + 34.693877551px, 100px) 0;
  border-radius: min(2.0408163265vw + 17.3469387755px, 50px) min(2.0408163265vw + 17.3469387755px, 50px) 0 0;
  position: relative;
  margin-top: max(-2.0408163265vw - 17.3469387755px, -50px);
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-index_gallery {
    padding-top: 0;
    padding-bottom: min(10.612244898vw + 90.2040816327px, 260px);
  }
}
.p-index_gallery__title {
  position: absolute;
  top: max(-0.9795918367vw - 10px, -27px);
  left: min(15vw - 40px, 250px);
  padding: 120px 5% 80px;
  background-image: url(../../img/index/gallery_title_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-index_gallery__title {
    width: min(22vw + 240px, 600px);
    position: relative;
    left: auto;
    right: auto;
    z-index: 2;
  }
}
.p-index_gallery__title::after {
  content: "";
  display: block;
  width: min(0.5714285714vw + 7.8571428571px, 17px);
  height: min(0.9795918367vw + 11.3265306122px, 27px);
  background-color: #dbcccc;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  right: max(-0.5714285714vw - 7.8571428571px, -17px);
  top: 0;
}

@media only screen and (max-width: 767px) {
  .p-index_gallery__title h2 {
    width: min(30vw + 180px, 480px);
  }
}
.p-index_gallery__title .c-button01 {
  margin-top: min(1.2vw, 30px);
}

@media only screen and (max-width: 767px) {
  .p-index_gallery__title .c-button01 a {
    min-width: 100%;
  }
}
.p-index_gallery__slider {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .p-index_gallery__slider {
    margin-top: max(-2.612244898vw - 25.2040816327px, -67px);
  }
}
.p-index_gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.p-index_gallery__slider .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-index_gallery__slider .swiper-slide img {
  border-radius: min(0.4081632653vw + 3.4693877551px, 10px);
}


.bg_mv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 100%;
  width: auto;
  overflow: hidden;
}

/* プロフィールセクション */
.sec_prof {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}

.img_sample01 {
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-loading_progress > svg {
  border-radius: 100px;
}

/* for test */
.test {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.part01 {
  min-height: 1000px;
  background-color: #90b5f0;
}

.part02 {
  min-height: 600px;
  background-color: #f7b6bb;
}

.part03 {
  min-height: 600px;
  background-color: #b6ebf7;
}

.part04 {
  min-height: 500px;
  background-color: #c3c3c3;
}

.part01 p,
.part02 p,
.part03 p {
  margin-bottom: 0;
}

/* for test end */
.u_font_thin {
  font-size: 75%;
  font-weight: 100;
}

/* accordion */
:root {
  --color-primary: #000000;
  --color-text: #452828;
  --color-white: #fff;
  --color-title: #452828;
  --color-background: #f7f8fb;
  --color-border: #dae1f5;
  /* Fonts */
  --font-family: "Satoshi", sans-serif;
  --fs-sm: 1.4rem;
  --fs-md: 1.5rem;
  --fs-lg: 3.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
}
@media only screen and (max-width: 767px) {
  :root {
    --fs-sm: .8rem;
    --fs-md: 1.4rem;
    --fs-lg: 2.9rem;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --fs-sm: 1.9rem;
    --fs-md: 2.2rem;
    --fs-lg: 3.9rem;
  }
}

.accordion__wrapper {
  background-color: var(--color-white);
  border-radius: 2.5rem;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 5%;
}

.accordion__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--color-title);
  text-align: center;
  margin-bottom: 4rem;
}

.flow-content-text {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.9;
}

@media only screen and (max-width: 767px) {
  .accordion__title {
    margin-bottom: 2rem;
  }
}
.accordion__subtitle {
  font-size: 70%;
  font-weight: var(--fw-bold);
  color: #b3b3b3;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.accordion {
  border-bottom: 0.1rem solid var(--color-border);
  padding-bottom: 2rem;
  margin-bottom: 2.25rem;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-left: 2%;
  cursor: pointer;
}

.accordion__icon {
  background-color: var(--color-primary);
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  flex-shrink: 0;
}

.accordion__question {
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  color: var(--color-title);
}

.accordion__answer {
  margin-top: 20px;
  padding: 2rem 2rem;
  border-radius: 20px;
  background-color: #f5f5f5;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: 0.4s ease-in-out;
}

@media screen and (min-width: 580px) {
  .accordion__wrapper {
    padding: 5rem 8%;
  }
}
#accordion-icon::before {
  transition: all 1s ease;
  content: "\ea13";
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.ri-subtract-fill:before {
  content: "\f1ae" !important;
}

.accordion__icon {
  transition: all 1s ease;
}

.accordion__icon:has(.ri-subtract-fill) {
  background-color: #8d8d8d !important;
}

@media only screen and (max-width: 767px) {
  .accordion__answer {
    font-size: 16px;
    padding: 1.5rem 1.5rem;
  }
}
.svg {
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  z-index: 30;
  width: 100%;
}

:root {
  --vw: 100vw;
  --first-view-height: 100vh;
  --border-width: 1px;
  --color-primary: #060606;
  --color-black: #000000;
  --color-base: #040404;
  --color-dark: #141414;
  --color-gray: #eeeeee;
  --color-snow: #f5f5f5;
  --color-white: #ffffff;
  --color-stick: #d6ccbe;
  --color-yakitori: #af3500;
  --color-negi: #00930f;
  --color-bg: var(--color-white);
  --color-border: var(--color-base);
  --breakpoints-xs: 320px;
  --breakpoints-sm: 768px;
  --breakpoints-md: 1024px;
  --breakpoints-lg: 1440px;
  --breakpoints-xl: 1680px;
  --breakpoints-full: 9999px;
  --design-view-width-pc: 1440px;
  --design-view-width-sp: 750px;
  --zindex-back: 0;
  --zindex-middle: 10;
  --zindex-front: 100;
  --zindex-modal: 1000;
  --zindex-magic: 10000;
  --font-size-base-pc: 1.6rem;
  --font-size-base-sp: 2.8rem;
  --font-weight-thin: 100;
  --font-weight-extraLight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-extraBold: 800;
  --font-weight-black: 900;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-en: "Satoshi", sans-serif;
  --leading-none: 1;
  --leading-tight: 1.2;
  --leading-snug: 1.4;
  --leading-normal: 1.6;
  --leading-base: 1.8;
  --leading-loose: 2;
  --tracking-extreme: -0.09em;
  --tracking-negative: -0.04em;
  --tracking-none: 0;
  --tracking-tight: 0.02em;
  --tracking-base: 0.04em;
  --tracking-loose: 0.1em;
  --ease-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-inout-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-inout-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-inout-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-inout-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-inout-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-inout-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-inout-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-inout-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-in-toriki: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-toriki: cubic-bezier(0.1, 1, 0.25, 1);
  --ease-inout-toriki: cubic-bezier(0.64, 0, 0.06, 1);
}

.footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.footer-gallery-heading {
  display: flex;
  align-items: center;
}

.footer-gallery-heading-icon {
  background-color: var(--color-base);
  border: var(--border-width) solid var(--color-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-gallery-heading-icon svg {
  fill: var(--color-white);
}

.footer-gallery-heading-ja img {
  width: auto;
}

.footer-gallery-cover {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.footer-gallery-cover::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.footer-gallery-cover-image,
.footer-gallery-cover-illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-info {
  display: grid;
  color: var(--color-white);
  background-color: var(--color-base);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-nav-link {
  display: block;
  font-weight: var(--font-weight-black);
}

.footer-copyright {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-black);
}

.footer-pagetop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 80px;
}

.footer-pagetop-link {
  position: relative;
  display: block;
  background-color: var(--color-dark);
  border-radius: 50%;
}

.footer-pagetop-link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-top: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  transform-origin: left top;
}

.footer-infinity {
  position: absolute;
  top: 0;
  z-index: -1;
}

.c-page-header-description {
  text-align: center !important;
  line-height: 3;
}

@media screen and (min-width: 768px) {
  :root {
    --gap: 1rem;
    --padding-content: 3rem;
    --side-column-width: 19rem;
  }
  .c-display-sp {
    display: none;
  }
  .c-order-1-pc {
    order: 1;
  }
  .c-order-2-pc {
    order: 2;
  }
  .c-order-3-pc {
    order: 3;
  }
  .c-order-4-pc {
    order: 4;
  }
  .c-order-5-pc {
    order: 5;
  }
  .c-marker {
    padding: 0 0.2rem 0.2rem;
  }
  .c-page-header {
    padding-bottom: 10rem;
    margin-bottom: -10rem;
  }
  .c-page-header-inner {
    padding: 7.2rem var(--padding-content) 8rem;
  }
  .c-page-header-title-main {
    margin-top: 3.2rem;
    margin-left: -0.3rem;
  }
  .c-page-header-title-en {
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
  .c-page-header-title-en span {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .c-page-header-description {
    margin-top: 3.5rem;
    font-size: 1.6rem;
  }
  .c-page-section-inner {
    display: flex;
    padding: 8rem var(--padding-content);
  }
  .c-page-section-content {
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .c-gallery {
    border-radius: 0.8rem;
  }
  .c-gallery-item {
    width: 30rem;
    height: 30rem;
  }
  .c-loading-text {
    width: 50.8rem;
  }
  .c-loading-text.is-leave .c-loading-text-inner {
    transition: opacity 160ms 840ms ease, transform 1000ms var(--ease-in-toriki);
  }
  .c-loading-text-inner {
    padding: 2rem 0;
  }
  .c-loading-bg-texture {
    width: 24rem;
    height: 24rem;
  }
  .c-accordion-button {
    width: 6rem;
    height: 6rem;
  }
  .c-accordion-button::before,
  .c-accordion-button::after {
    width: 1.4rem;
    height: 0.1rem;
  }
  .c-accordion-content-inner::before {
    width: 101rem;
    height: 0.1rem;
  }
  .header {
    display: flex;
  }
  .header-primary {
    display: flex;
    padding: 1.3rem 2rem;
  }
  .header-logo {
    width: 13.6rem;
  }
  .header-heading {
    margin-bottom: -0.2rem;
    margin-left: 1.8rem;
    font-size: 1.4rem;
  }
  .header-secondary {
    top: 1.6rem;
    right: 2rem;
  }
  .header-secondary.is-hidden:not(.on-footer) {
    transform: translate3d(0, -100%, 0) translate3d(0, -1.6rem, 0) translate3d(0, -1px, 0);
  }
  .header-action-item + .header-action-item {
    margin-left: 2rem;
  }
  .header-button {
    min-height: 2.4rem;
    padding: 0.3rem 1.2rem 0.2rem;
    font-size: 1.2rem;
  }
  .header-burger {
    --burger-unit-px: 0.2rem;
    --burger-unit: var(--burger-unit-px);
  }
  .header-burger {
    width: 2.8rem;
    height: 2rem;
  }
  .header-burger::before {
    content: "";
    transform: scale(1.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-burger.is-transformed .header-burger-open-grid span {
    border-radius: 0.2rem;
  }
  .header-burger.is-transformed .header-burger-open-grid span:nth-child(4),
  .header-burger.is-transformed .header-burger-open-grid span:nth-child(5),
  .header-burger.is-transformed .header-burger-open-grid span:nth-child(6) {
    transform: translate3d(8%, 0, 0) rotateY(180deg);
  }
  .header-burger-observer {
    width: 0.2rem;
  }
  .header-burger-close span {
    width: 1.6rem;
    height: 0.3rem;
  }
  .nav {
    top: 0;
    padding-top: 5.6rem;
    padding-bottom: 3rem;
  }
  .nav.is-active .nav-item {
    transition: opacity 80ms ease, transform 450ms var(--ease-out-toriki);
    transition-delay: calc(var(--nav-item-index) * 30ms);
  }
  .nav-item {
    transform: translate3d(5rem, 0, 0);
  }
  .nav-item + .nav-item {
    margin-top: 0.5rem;
  }
  .nav-link {
    padding: 1rem 1.5rem 1.2rem 2rem;
    font-size: 1.8rem;
    border-width: 2px;
    border-radius: 10rem 0 0 10rem;
  }
  .footer.is-infinite {
    padding-top: 0;
  }
  .footer-gallery-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap);
  }
  .footer-gallery-heading-icon {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
  .footer-gallery-heading-icon svg {
    width: 0.8rem;
  }
  .footer-gallery-heading-ja img {
    height: 3.4rem;
  }
  .footer-gallery-heading-en {
    margin-left: 1.2rem;
    font-size: 1rem;
    line-height: 1.3;
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-black);
  }
  .footer-gallery-cover {
    margin-top: 1rem;
    border-radius: 0.8rem;
  }
  .footer-gallery-cover::after {
    content: "";
    border-radius: 0.6rem;
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 6rem);
    height: calc(100% - 6rem);
    box-shadow: 0 0 0 0 var(--color-border);
  }
  .footer-gallery-caption {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    font-size: 5.6rem;
    line-height: var(--leading-none);
    color: var(--color-white);
    visibility: hidden;
    background-color: var(--color-base);
    border-radius: 0 0 0 1rem;
    opacity: 0;
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-black);
  }
  .footer-gallery-caption span {
    display: block;
    padding: 1.2rem 1.8rem;
    transform: translate3d(0, 30%, 0) translate3d(0, 0, 0);
  }
  .footer-info {
    grid-template-columns: 1fr auto 1fr;
    gap: 1em;
    padding: 2rem 0.6rem 2rem 2.4rem;
  }
  .footer-nav {
    margin: -0.4rem -1rem;
  }
  .footer-nav-item {
    padding: 0.4rem 1rem;
  }
  .footer-nav-link {
    font-size: 0.6rem;
  }
  .footer-copyright {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-pagetop-link {
    width: 2.8rem;
    height: 2.8rem;
  }
  .footer-pagetop-link::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .footer-infinity {
    left: calc(50% - 60rem);
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --gap: 2rem;
    --padding-content: 2rem;
    --side-column-width: 0;
  }
  .c-display-pc {
    display: none;
  }
  .c-order-1-sp {
    order: 1;
  }
  .c-order-2-sp {
    order: 2;
  }
  .c-order-3-sp {
    order: 3;
  }
  .c-order-4-sp {
    order: 4;
  }
  .c-order-5-sp {
    order: 5;
  }
  .c-marker {
    padding: 0 0.2rem 0.2rem;
  }
  .c-page-header-inner {
    padding: 8.2rem var(--padding-content) 9rem;
  }
  .c-page-header-title-main {
    margin-top: 3.6rem;
    margin-left: -0.3rem;
  }
  .c-page-header-title-en {
    display: none;
  }
  .c-page-header-description {
    margin-top: 3.2rem;
    font-size: 2.8rem;
  }
  .c-page-section-inner {
    padding: 6.4rem var(--padding-content) 9rem;
  }
  .c-gallery {
    border-radius: 1.5rem;
  }
  .c-gallery-item {
    width: 30rem;
    height: 30rem;
  }
  .c-loading-text {
    width: 56rem;
  }
  .c-loading-text.is-leave .c-loading-text-inner {
    transition: opacity 240ms 760ms ease, transform 1000ms var(--ease-in-toriki);
  }
  .c-loading-text-inner {
    padding: 2rem 0;
  }
  .c-loading-bg-texture {
    width: 48rem;
    height: 48rem;
  }
  .c-loading-bg-texture.is-hidden {
    transition-duration: 460ms;
  }
  .c-accordion-button {
    width: 8rem;
    height: 8rem;
  }
  .c-accordion-button::before,
  .c-accordion-button::after {
    width: 1.9rem;
    height: 0.2rem;
  }
  .c-accordion-content-inner::before {
    width: 59rem;
    height: 0.2rem;
  }
  .header-primary {
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
  }
  .header-primary-link {
    justify-content: space-between;
    padding-right: 2.3rem;
  }
  .header-logo {
    width: 23.3rem;
  }
  .header-heading {
    font-size: 2.2rem;
    line-height: var(--leading-snug);
  }
  .header-secondary {
    right: 4rem;
    bottom: 3rem;
  }
  .header-secondary.is-hidden {
    transform: translate3d(0, 100%, 0) translate3d(0, 3rem, 0) translate3d(0, 1px, 0);
  }
  .header-action-item + .header-action-item {
    margin-left: 2rem;
  }
  .header-button {
    height: 9rem;
    padding: 0.6rem 4.2rem;
    font-size: 2.8rem;
  }
  .header-burger {
    --burger-unit: 0.3rem;
  }
  .header-burger {
    width: 9rem;
    height: 9rem;
    background-color: var(--color-white);
    border: var(--border-width) solid var(--color-border);
  }
  .header-burger.is-transformed .header-burger-open-grid span {
    border-radius: 0.2rem;
  }
  .header-burger.is-transformed .header-burger-open-grid span:nth-child(4),
  .header-burger.is-transformed .header-burger-open-grid span:nth-child(5),
  .header-burger.is-transformed .header-burger-open-grid span:nth-child(6) {
    transform: translate3d(20%, 0, 0) rotateY(180deg);
  }
  .header-burger-observer {
    width: 0.3rem;
  }
  .header-burger-close span {
    width: 2.8rem;
    height: 0.5rem;
  }
  .nav {
    bottom: 0;
    padding-bottom: 16rem;
  }
  .nav.is-active .nav-item {
    transition: opacity 120ms ease, transform 520ms var(--ease-out-toriki);
    transition-delay: calc((var(--nav-total-items) - var(--nav-item-index)) * 30ms);
  }
  .nav-item {
    transform: translate3d(8rem, 0, 0);
  }
  .nav-item + .nav-item {
    margin-top: 1.2rem;
  }
  .nav-link {
    padding: 2rem 2.4rem 2.2rem 3rem;
    font-size: 2.8rem;
    border-radius: 10rem 0 0 10rem;
  }
  .footer-info {
    grid-template-areas: "nav pagetop" "copyright pagetop";
    grid-template-columns: 1fr 1rem;
    gap: 1rem 1rem;
    padding: 3.4rem 1.4rem;
  }
  .footer-nav {
    grid-area: nav;
    margin: -0.4rem -1rem;
  }
  .footer-nav-item {
    padding: 0.4rem 1rem;
  }
  .footer-nav-link {
    font-size: 0.6rem;
  }
  .footer-copyright {
    grid-area: copyright;
    font-size: 1.4rem;
  }
  .footer-pagetop {
    grid-area: pagetop;
  }
  .footer-pagetop-link {
    width: 4rem;
    height: 4rem;
  }
  .footer-pagetop-link::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .footer-infinity {
    left: calc(50% - 60rem);
    width: 120rem;
  }
}
@media only screen and (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-accordion-header:hover .c-accordion-button {
    background-color: var(--color-white);
  }
  .c-accordion-header:hover .c-accordion-button::before,
  .c-accordion-header:hover .c-accordion-button::after {
    background-color: var(--color-base);
  }
  .header-button:hover {
    color: var(--color-base);
    background-color: var(--color-white);
  }
  .nav-link:hover {
    color: var(--color-white);
    background-color: var(--color-base);
  }
  .footer-nav-link:hover {
    text-decoration: underline;
  }
  .footer-pagetop-link:hover {
    background-color: var(--color-white);
  }
  .footer-pagetop-link:hover::before {
    border-top-color: var(--color-base);
    border-left-color: var(--color-base);
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  .c-accordion-header:active .c-accordion-button {
    background-color: var(--color-white);
  }
  .c-accordion-header:active .c-accordion-button::before,
  .c-accordion-header:active .c-accordion-button::after {
    background-color: var(--color-base);
  }
  .header-button:active {
    color: var(--color-base);
    background-color: var(--color-white);
  }
  .nav-link:active {
    color: var(--color-white);
    background-color: var(--color-base);
  }
  .footer-nav-link:active {
    text-decoration: underline;
  }
  .footer-pagetop-link:active {
    background-color: var(--color-white);
  }
  .footer-pagetop-link:active::before {
    border-top-color: var(--color-base);
    border-left-color: var(--color-base);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (hover: hover) {
  .footer-gallery-link:hover .footer-gallery-heading-icon {
    background-color: var(--color-white);
  }
  .footer-gallery-link:hover .footer-gallery-heading-icon svg {
    fill: var(--color-base);
  }
  .footer-gallery-link:hover .footer-gallery-caption {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 120ms 100ms;
  }
  .footer-gallery-link:hover .footer-gallery-caption span {
    transition: transform 800ms 80ms var(--ease-out-toriki);
    transform: translate3d(0, 0, 0);
  }
  .footer-gallery-link:hover .footer-gallery-cover::after {
    transition: box-shadow 500ms var(--ease-out-toriki);
    box-shadow: 0 0 0 4.4rem var(--color-border);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (hover: none) {
  .footer-gallery-link:active .footer-gallery-heading-icon {
    background-color: var(--color-white);
  }
  .footer-gallery-link:active .footer-gallery-heading-icon svg {
    fill: var(--color-base);
  }
  .footer-gallery-link:active .footer-gallery-caption {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 120ms 100ms;
  }
  .footer-gallery-link:active .footer-gallery-caption span {
    transition: transform 800ms 80ms var(--ease-out-toriki);
    transform: translate3d(0, 0, 0);
  }
  .footer-gallery-link:active .footer-gallery-cover::after {
    transition: box-shadow 500ms var(--ease-out-toriki);
    box-shadow: 0 0 0 4.4rem var(--color-border);
  }
}
.flow-content-list {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
}

.c_scroll {
  overflow-x: scroll;
  padding: 12px 0;
}

.flow-content-list-wrap {
  position: relative;
  display: inline-block;
}

.flow-content-list-item {
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-black);
  text-align: center;
  border: var(--border-width) solid var(--color-border);
}

.flow-content-list-item:not(:last-of-type) span {
  background-color: var(--color-white);
}

.flow-content-list-item span {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-content-list-item span::before {
  content: "";
  background-color: var(--color-base);
  border-radius: 50%;
}

.flow-content-list-progress {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-content-list-progress::before {
  content: "";
}

.flow-content-list-progress::after {
  content: "";
  background-image: url("../../img/common/ico/icon_line_arrow.svg");
  background-repeat: no-repeat;
}

.flow-content-text {
  text-align: justify;
}

.flow-content-link-anchor {
  display: flex;
}

.flow-content-link-icon {
  flex: none;
  background-color: var(--color-base);
  border: var(--border-width) solid var(--color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-content-link-icon svg {
  fill: var(--color-white);
}

.flow-content-link-text {
  padding-top: 0.05em;
  font-size: clamp(14px, 2vw, 20px);
  transition: all 0.5s;
}

.info-accordion {
  background: var(--color-snow);
  border: var(--border-width) solid var(--color-border);
}

.info-accordion-header {
display: flex;
  justify-content: space-between; /* 左グループとボタンを左右に分ける */
}

/* 左側（画像とタイトル）を横並びにまとめる */
.info-accordion-header img,
.info-accordion-header h3 {
  display: inline-block;
  margin: 0;
}

.info-accordion-header img {

  height: auto;
  margin-right: 12px; /* アイコンとタイトルの間隔 */
}


.title-icon {
  width: 180pt;   /* 正方形サイズに調整 */
  height: 180pt;
  flex-shrink: 0; /* 画面幅が狭くても潰れないように */
}
/* スマホ向け（例: 〜599px） */
@media (max-width: 599px) {
  .title-icon {
    width: 70px;
    height: 70px;
  }
}

/* タブレット向け（例: 600px〜1024px） */
@media (min-width: 600px) and (max-width: 1024px) {
  .title-icon {
    width: 100px;
    height: 100px;
  }
}

/* PC向け（1025px〜） */
@media (min-width: 1025px) {
  .title-icon {
    width: 180px;
    height: 180px;
  }
}

.info-accordion-body-inner {
  text-align: justify;
}

.info-accordion-item-heading {
  font-weight: var(--font-weight-black);
  font-family: var(--font-family-en);
}

.info-accordion-item-heading small {
  font-size: 0.8em;
}

.info-accordion-child + .info-accordion-child {
  margin-top: 1.8em;
}

.info-accordion-child > * + * {
  margin-top: 1.8em;
}

.info-accordion-child-heading {
  font-weight: var(--font-weight-black);
  margin-bottom: 12px;
}

.info-accordion-child-heading + * {
  margin-top: 0;
}

.info-accordion-link {
  font-weight: var(--font-weight-black);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.flow-content-list-item-text {
  font-size: clamp(16px, 1.6vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.flow-content-link-list li:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .c-page-header-title-sub {
    width: 44.6rem;
  }
  .c-page-header-title-main {
    width: 103.2rem;
  }
  .c-page-header-title-en {
    top: 21.8rem;
    left: calc(50% - 3rem);
  }
  .c-page-header-title-en span {
    width: 71rem;
    height: 39.8rem;
    background-image: url("../images/information/page_title_en.svg");
  }
  .flow-content {
    width: 117rem;
  }
  .flow-content-list {
    -moz-column-gap: 0.95rem;
         column-gap: 0.95rem;
  }
  .flow-content-list-item {
    flex-direction: column;
    justify-content: space-between;
    width: 15.9rem;
    height: 26.7rem;
    padding: 7.1rem 0 4.5rem;
    border-radius: 0.8rem;
  }
  .flow-content-list-item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.2rem;
    line-height: var(--leading-normal);
  }
  .flow-content-list-item span {
    width: 2.5rem;
    height: 0.8rem;
  }
  .flow-content-list-item span::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .flow-content-list-progress {
    bottom: 3.8rem;
    left: 7rem;
    width: calc(100% - 15.8rem);
  }
  .flow-content-list-progress::before {
    width: 100%;
    height: 0.1rem;
    margin: 0 auto;
    background-image: url("../images/common/icons/icon_line_dot_pc.svg");
    background-repeat: repeat-x;
    background-size: 0.7rem;
  }
  .flow-content-list-progress::after {
    width: 2.4rem;
    height: 2.4rem;
    background-position: center;
  }
  .flow-content-text {
    margin-top: 2rem;
  }
  .flow-content-link-list {
    margin-top: 3rem;
  }
  .flow-content-link-item + .flow-content-link-item {
    margin-top: 1.2rem;
  }
  .flow-content-link-icon {
    width: 2rem;
    height: 2rem;
    padding-left: 0.1rem;
    margin-right: 1rem;
  }
  .flow-content-link-icon svg {
    width: 0.6rem;
  }
  .info-content {
    width: 117rem;
  }
  .info-accordion {
    border-radius: 0.8rem;
  }
  .info-accordion + .info-accordion {
    margin-top: 6rem;
  }
  .info-accordion-header {
    padding: 0 7.7rem 0;
  }
  .info-accordion-button {
    transform: translateY(0.2rem);
  }
  .info-accordion-body-inner {
    padding: 4rem 7.7rem 6rem;
  }
  .info-accordion-item {
    margin-top: 6.5rem;
  }
  .info-accordion-item-heading {
    font-size: 2.4rem;
  }
  .info-accordion-item-children {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-header-title-sub {
    width: 59.4rem;
  }
  .c-page-header-title-main {
    width: 65.5rem;
  }
  .flow-content-list {
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 4rem;
  }
  .flow-content-list-item {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 66.8rem;
    height: 8rem;
    padding: 2.9rem 4rem;
    font-size: 2.4rem;
    border-radius: 0.8rem;
  }
  .flow-content-list-item span {
    width: 1.2rem;
    height: 3rem;
    margin-right: 4rem;
  }
  .flow-content-list-item span::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .flow-content-list-progress {
    top: 10rem;
    left: 3.86rem;
    flex-direction: column;
    height: calc(100% - 15.6rem);
  }
  .flow-content-list-progress::before {
    width: 0.2rem;
    height: 100%;
    background-image: url("../../img/common/ico/icon_line_dot_sp.svg");
    background-repeat: repeat-y;
    background-size: 0.2rem;
  }
  .flow-content-list-progress::after {
    width: 1.82rem;
    height: 2.1rem;
    background-size: 1.82rem;
    transform: rotate(90deg);
  }
  .flow-content-text {
    margin-top: 4rem;
  }
  .flow-content-link-list {
    margin-top: 4.6rem;
  }
  .flow-content-link-item + .flow-content-link-item {
    margin-top: 0.2rem;
  }
  .flow-content-link-icon {
    width: 2.6rem;
    height: 2.6rem;
    padding-left: 0.2rem;
    margin-right: 2rem;
  }
  .flow-content-link-icon svg {
    width: 0.8rem;
  }
  .info-accordion {
    border-radius: 0.8rem;
  }
  .info-accordion + .info-accordion {
    margin-top: 4rem;
  }
  .info-accordion-header {
    height: 16.2rem;
    padding: 0 4rem 0;
  }
  .info-accordion-button {
    transform: translateY(0.2rem);
  }
  .info-accordion-body-inner {
    padding: 6rem 4rem 6rem;
  }
  .info-accordion-item {
    margin-top: 6rem;
  }
  .info-accordion-item:first-of-type {
    margin-top: 4.8rem;
  }
  .info-accordion-item-heading {
    font-size: 3.2rem;
  }
  .info-accordion-item-children {
    margin-top: 1.4rem;
  }
  .info-accordion-child {
    font-size: 2.4rem;
  }
  .info-accordion-child-text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .flow-content-link-anchor:hover .flow-content-link-icon {
    background-color: var(--color-white);
  }
  .flow-content-link-anchor:hover .flow-content-link-icon svg {
    fill: var(--color-base);
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  .flow-content-link-anchor:active .flow-content-link-icon {
    background-color: var(--color-white);
  }
  .flow-content-link-anchor:active .flow-content-link-icon svg {
    fill: var(--color-base);
  }
}
.ff_m2 {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 900;
}

.bold {
  font-weight: 600;
}

.exbold {
  font-weight: 800;
}

/* main */
.flow-content-list {
  display: flex;
}

.flow-content-list-wrap {
  position: relative;
  display: inline-block;
}

.flow-content-list-item {
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-black);
  text-align: center;
  border: var(--border-width) solid var(--color-border);
}

.flow-content-list-item:not(:last-of-type) span {
  background-color: var(--color-white);
}

.flow-content-list-item span {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-content-list-item span::before {
  content: "";
  background-color: var(--color-base);
  border-radius: 50%;
}

.flow-content-list-progress {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-content-list-progress::before {
  content: "";
}

.flow-content-list-progress::after {
  content: "";
  background-image: url("../../img/common/ico/icon_line_arrow.svg");
  background-repeat: no-repeat;
}

.flow-content-text {
  text-align: justify;
}

.flow-content-link-anchor {
  display: flex;
  align-items: center;
}

.flow-content-link-icon {
  flex: none;
  background-color: var(--color-base);
  border: var(--border-width) solid var(--color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-content-link-icon svg {
  fill: var(--color-white);
}

.info-accordion {
  background: var(--color-snow);
  border: var(--border-width) solid var(--color-border);
}

.info-accordion-header {
  align-items: center;
}

.info-accordion-body-inner {
  text-align: justify;
}

.info-accordion-item-heading {
  font-weight: var(--font-weight-black);
}

.info-accordion-item-heading small {
  font-size: 0.8em;
}

.info-accordion-child + .info-accordion-child {
  margin-top: 1.8em;
}

.info-accordion-child > * + * {
  margin-top: 1.8em;
}

.info-accordion-child-heading {
  font-weight: var(--font-weight-black);
}

.info-accordion-child-heading + * {
  margin-top: 0;
}

.info-accordion-link {
  font-weight: var(--font-weight-black);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media screen and (min-width: 768px) {
  .c-page-header-title-sub {
    width: 44.6rem;
  }
  .c-page-header-title-main {
    width: 103.2rem;
  }
  .c-page-header-title-en {
    top: 21.8rem;
    left: calc(50% - 3rem);
  }
  .c-page-header-title-en span {
    width: 71rem;
    height: 39.8rem;
    background-image: url("../images/information/page_title_en.svg");
  }
  .flow-content {
    width: 117rem;
  }
  .flow-content-list {
    -moz-column-gap: 0.95rem;
         column-gap: 0.95rem;
  }
  .flow-content-list-item {
    flex-direction: column;
    justify-content: space-between;
    width: 15.9rem;
    height: 26.7rem;
    padding: 7.1rem 0 4.5rem;
    border-radius: 0.8rem;
  }
  .flow-content-list-item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.2rem;
    line-height: var(--leading-normal);
  }
  .flow-content-list-item span {
    width: 2.5rem;
    height: 0.8rem;
  }
  .flow-content-list-item span::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .flow-content-list-progress {
    bottom: 3.8rem;
    left: 7rem;
    width: calc(100% - 15.8rem);
  }
  .flow-content-list-progress::before {
    width: 100%;
    height: 0.1rem;
    margin: 0 auto;
    background-image: url("../../img/common/ico/icon_line_dot_pc.svg");
    background-repeat: repeat-x;
    background-size: 0.7rem;
  }
  .flow-content-list-progress::after {
    width: 2.4rem;
    height: 2.4rem;
    background-position: center;
  }
  .flow-content-text {
    margin-top: 2rem;
  }
  .flow-content-link-list {
    margin-top: 3rem;
  }
  .flow-content-link-item + .flow-content-link-item {
    margin-top: 1.2rem;
  }
  .flow-content-link-icon {
    width: 2rem;
    height: 2rem;
    padding-left: 0.1rem;
    margin-right: 1rem;
  }
  .flow-content-link-icon svg {
    width: 0.6rem;
  }
  .info-content {
    width: 100%;
  }
  .info-accordion {
    border-radius: 0.8rem;
  }
  .info-accordion + .info-accordion {
    margin-top: 6rem;
  }
  .info-accordion-header {
    height: 15.6rem;
    padding: 0 7.7rem 0;
  }
  .info-accordion-button {
    transform: translateY(0.2rem);
  }
  .info-accordion-body-inner {
    padding: 4rem 7.7rem 6rem;
  }
  .info-accordion-item {
    margin-top: 6.5rem;
  }
  .info-accordion-item-heading {
    font-size: 2.4rem;
  }
  .info-accordion-item-children {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-header-title-sub {
    width: 59.4rem;
  }
  .c-page-header-title-main {
    width: 65.5rem;
  }
  .flow-content-list {
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 4rem;
  }
  .flow-content-list-item {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 66.8rem;
    padding: 4.9rem 4rem;
    font-size: 2.4rem;
    border-radius: 0.8rem;
  }
  .flow-content-list-item span {
    width: 1.2rem;
    height: 3rem;
    margin-right: 4rem;
  }
  .flow-content-list-item span::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .flow-content-list-progress {
    top: 10rem;
    left: 3.86rem;
    flex-direction: column;
    height: calc(100% - 15.6rem);
  }
  .flow-content-list-progress::before {
    width: 0.2rem;
    height: 100%;
    background-image: url("../../img/common/ico/icon_line_dot_sp.svg");
    background-repeat: repeat-y;
    background-size: 0.2rem;
  }
  .flow-content-list-progress::after {
    width: 1.82rem;
    height: 2.1rem;
    background-size: 1.82rem;
    transform: rotate(90deg);
  }
  .flow-content-text {
    margin-top: 4rem;
  }
  .flow-content-link-list {
    margin-top: 4.6rem;
  }
  .flow-content-link-item + .flow-content-link-item {
    margin-top: 0.2rem;
  }
  .flow-content-link-icon {
    width: 2.6rem;
    height: 2.6rem;
    padding-left: 0.2rem;
    margin-right: 2rem;
  }
  .flow-content-link-icon svg {
    width: 0.8rem;
  }
  .info-accordion {
    border-radius: 0.8rem;
  }
  .info-accordion + .info-accordion {
    margin-top: 4rem;
  }
  .info-accordion-header {
    padding: 0 4rem 0;
  }
  .info-accordion-button {
    transform: translateY(0.2rem);
  }
  .info-accordion-body-inner {
    padding: 6rem 4rem 6rem;
  }
  .info-accordion-item {
    margin-top: 6rem;
  }
  .info-accordion-item:first-of-type {
    margin-top: 4.8rem;
  }
  .info-accordion-item-heading {
    font-size: 3.2rem;
  }
  .info-accordion-item-children {
    margin-top: 1.4rem;
  }
  .info-accordion-child {
    font-size: 2.4rem;
  }
  .info-accordion-child-text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .flow-content-link-anchor:hover .flow-content-link-icon {
    background-color: var(--color-white);
  }
  .flow-content-link-anchor:hover .flow-content-link-icon svg {
    fill: var(--color-base);
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  .flow-content-link-anchor:active .flow-content-link-icon {
    background-color: var(--color-white);
  }
  .flow-content-link-anchor:active .flow-content-link-icon svg {
    fill: var(--color-base);
  }
}
a {
  text-decoration: none !important;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none !important;
}

.info-accordion-body-inner p,
.info-accordion-body-inner ul li {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.info-accordion-header-title {
  font-size: clamp(19px, 3vw, 50px);
  line-height: 1.8;
  letter-spacing: 0.05em;

  font-weight: 900;
  color: #f5c542; /* 黄色文字 */
  text-shadow:
   
}

/* スマホ用（例: 〜599px） */
@media (max-width: 599px) {
  .info-accordion-header-title {
    font-size: 2.5rem; /* 少し小さくしてもOK */
    text-shadow:
    
  }
}

.info-accordion-header-title small {
  display: block;
  margin-top: -2px;
  font-size: 50%;
}

.info-accordion-notice li {
  font-size: clamp(16px, 2vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.info-accordion-notice li:not(:last-child) {
  margin-bottom: 36px;
}

.info-accordion-notice-item .bold {
  display: inline-block;
  margin-bottom: 2px;
}

.l-header__txt {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 12px;
}
@media only screen and (max-width: 768px) {
  .l-header__txt {
    position: relative;
    top: 2px;
    gap: 0 10px;
    max-height: 52px;
  }
}
.l-header__txt span {
  white-space: nowrap;
}
.l-header__txt span.ff-g {
  font-size: clamp(12px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
.l-header__txt span.ff-m {
  font-size: clamp(9px, 1vw, 14px);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
   /* フォント指定 */
 font-family: "Hiragino Mincho ProN", "MS Mincho", "Times New Roman", serif;

}
.l-header__txt img {
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .l-header__txt img {
    position: relative;
    top: -2px;
    width: 40px;
  }
}

.header__txt_inner {
  display: flex;
  justify-content: flex-start;
  gap: 0 12px;
  flex-direction: column;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .l-header__inner {
    max-height: 50px;
  }
}/*# sourceMappingURL=style.min.css.map */