@charset "UTF-8";
/*
Template Name: Ml
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

textarea, input[type=text] {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
  textarea, input[type=text] {
    font-size: max(1rem, 16px);
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.69;
  color: #2E2E2E;
  background-color: #fff;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
_::-webkit-full-page-media, _:future, :root body {
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: 1.89;
  }
}
@media screen and (min-width: 1024px) {
  body::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: #008926;
  }
}

main {
  flex: 1;
}

p {
  text-align: justify;
}

a {
  color: #2E2E2E;
  user-select: none;
  -webkit-user-select: none;
}

input, textarea {
  cursor: pointer;
  resize: none;
  -webkit-appearance: none;
}

/* l-inner */
.l-inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}

/* l-top */
.l-top {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100vh;
  aspect-ratio: 750/1028;
  margin-top: -12.93vw;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .l-top {
    margin-top: -99px;
  }
}
@media screen and (min-width: 1024px) {
  .l-top {
    aspect-ratio: 1400/768;
    margin-top: calc((43px + 2.93vw) * -1);
  }
  .l-top::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #008926;
  }
}
.l-top::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 64, 43, 0.8), rgba(0, 67, 46, 0.62) 60%, rgba(0, 56, 38, 0.38) 100%);
  opacity: 0.77;
}
@media screen and (min-width: 1024px) {
  .l-top::after {
    background: linear-gradient(to right, rgba(0, 64, 43, 0.8), rgba(0, 67, 46, 0.62) 45%, rgba(0, 56, 38, 0.38) 100%);
    opacity: 0.83;
  }
}

/* l-intro */
.l-intro {
  position: relative;
  padding: 16.53vw 0 13.33vw;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-intro {
    padding: 100px 0 56px;
  }
}
.l-intro::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6.67vw;
  content: "";
  display: block;
  width: 37.33vw;
  height: 6.67vw;
  background-image: url(/wp-content/uploads/intro-arrow_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-intro::after {
    bottom: -50px;
    width: 280px;
    height: 50px;
  }
}

/* l-about */
.l-about {
  background: linear-gradient(135deg, #028B32, #05601D);
  padding: 18.67vw 0 43.33vw;
  margin-top: 13.33vw;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding: 140px 0 325px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .l-about {
    padding: 144px 0 195px;
    margin-top: 60px;
  }
}

.l-about--under {
  margin-top: -32.67vw;
}
@media screen and (min-width: 768px) {
  .l-about--under {
    margin-top: -245px;
  }
}
@media screen and (min-width: 1024px) {
  .l-about--under {
    margin-top: -135px;
  }
}

/* l-induction */
.l-induction {
  position: relative;
  padding: 16vw 0;
  background-image: url(/wp-content/uploads/induction-sp_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 18.67vw;
}
@media screen and (min-width: 768px) {
  .l-induction {
    padding: 120px 0;
    margin-top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .l-induction {
    background-image: url(/wp-content/uploads/induction-pc_img.jpg?v2);
    background-position: top center;
    padding: 100px 0;
  }
}
.l-induction::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 31, 10, 0.64), rgba(0, 39, 9, 0.65));
  opacity: 0.85;
}
.l-induction .l-inner {
  position: relative;
  z-index: 3;
}

/* l-container */
.l-container {
  margin-top: 18.67vw;
}
@media screen and (min-width: 768px) {
  .l-container {
    margin-top: 140px;
  }
}

.l-container--bg {
  padding-top: 18.67vw;
  padding-bottom: 13.33vw;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-container--bg {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container--bg {
    padding-bottom: 315px;
  }
}

/* l-footer */
.l-footer {
  padding: 16vw 0;
  background: linear-gradient(175deg, #0F8A32, #06762C);
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 40px 0;
    margin-top: 140px;
  }
}

/* hover */
@media (hover: hover) {
  .c-hover {
    transition: opacity linear 0.3s;
  }
  .c-hover:hover, .c-hover:focus {
    opacity: 0.6;
  }
}

/* HeaderNav */
.c-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-header {
    width: 100%;
  }
}

.c-header__fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.c-logo {
  width: 30.67vw;
  height: 7.6vw;
  display: block;
  margin-top: 5.33vw;
}
@media screen and (min-width: 768px) {
  .c-logo {
    width: 235px;
    height: 58px;
    margin-top: 41px;
  }
}
@media screen and (min-width: 1024px) {
  .c-logo {
    width: 173px;
    height: 43px;
    margin-top: 2.93vw;
    margin-left: 2.14vw;
  }
}

.c-logoimg {
  width: 100%;
  height: 100%;
}

.mw_wp_form form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6.67vw 0;
}
@media screen and (min-width: 768px) {
  .mw_wp_form form {
    gap: 50px 0;
  }
}

::placeholder {
  font-size: 3.2vw;
  color: #AFAFAF;
}
@media screen and (min-width: 768px) {
  ::placeholder {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  ::placeholder {
    font-size: 1.8rem;
  }
}

.c-mw__item input {
  font-size: max(3.2vw, 1.6rem);
  border: 1px solid #DEDEDE;
  background-color: #fff;
  letter-spacing: 0.025em;
  width: 100%;
  height: 11.47vw;
  padding: 0 4vw;
  border-radius: 1.07vw;
}
@media screen and (min-width: 768px) {
  .c-mw__item input {
    font-size: 2.4rem;
    height: 86px;
    padding: 0 30px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .c-mw__item input {
    font-size: 1.8rem;
    height: 64px;
    padding: 23px 24px;
  }
}

.c-mw__item select {
  font-size: 3.2vw;
  color: #383430;
  letter-spacing: 0.025em;
  width: 100%;
  height: 11.47vw;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  padding: 0 4vw;
  border-radius: 1.07vw;
}
@media screen and (min-width: 768px) {
  .c-mw__item select {
    font-size: 2.4rem;
    height: 86px;
    border-radius: 8px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-mw__item select {
    font-size: 1.8rem;
    height: 64px;
  }
}

.c-mw__select {
  position: relative;
  font-size: 3.2vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-mw__select {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-mw__select {
    font-size: 1.8rem;
  }
}
.c-mw__select::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4vw;
  content: "";
  display: block;
  width: 2.27vw;
  height: 1.87vw;
  background-image: url(/wp-content/uploads/contact-ico_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .c-mw__select::after {
    right: 30px;
    width: 17px;
    height: 14px;
  }
}

.c-mw__item textarea {
  font-size: max(3.2vw, 1.6rem);
  letter-spacing: 0.025em;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  width: 100%;
  height: 38.67vw;
  padding: 4vw;
  overflow-y: scroll;
  resize: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 1.07vw;
}
@media screen and (min-width: 768px) {
  .c-mw__item textarea {
    font-size: 2.4rem;
    height: 290px;
    border-radius: 8px;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-mw__item textarea {
    font-size: 1.8rem;
    height: 214px;
    padding: 25px 24px;
  }
}
.c-mw__item textarea::-webkit-scrollbar {
  display: none;
}

.mw_wp_form .error {
  font-size: min(2.4vw, 1.2rem) !important;
  line-height: 1;
  position: absolute;
  bottom: -3.07vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mw_wp_form .error {
    font-size: 1.8rem !important;
    bottom: -23px;
  }
}
@media screen and (min-width: 1024px) {
  .mw_wp_form .error {
    font-size: 1.4rem;
  }
}

.c-mw__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 3.2vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-mw__item {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-mw__item {
    font-size: 1.8rem;
  }
}

.c-mwttl {
  color: #383430;
  font-size: 3.6vw;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  flex: none;
  margin-bottom: 2.67vw;
}
_::-webkit-full-page-media, _:future, :root .c-mwttl {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-mwttl {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-mwttl {
    font-size: 2rem;
  }
}

.c-mw__content {
  width: inherit;
}

.c-imp {
  font-size: max(1.87vw, 1.1rem);
  color: #fff;
  font-weight: bold;
  width: max(6.4vw, 30px);
  height: max(3.47vw, 20px);
  background-color: #BA0004;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-imp {
    font-size: 1.4rem;
    width: 48px;
    height: 26px;
  }
}

.c-radio {
  display: flex;
  flex-direction: column;
  gap: 4vw 0;
  margin-top: 1.33vw;
}
@media screen and (min-width: 768px) {
  .c-radio {
    gap: 30px 0;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-radio {
    flex-direction: row;
    gap: 0 20px;
    margin-top: 0;
  }
}

.mw_wp_form_preview .c-mw__btnwp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px 0;
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_preview .c-mw__btnwp {
    flex-direction: row;
    gap: 0 30px;
    margin-top: 50px;
  }
}
.mw_wp_form_preview .c-mw__btnwp span {
  display: block !important;
}
.mw_wp_form_preview .c-mw__select::after {
  display: none;
}
.mw_wp_form_preview .c-header, .mw_wp_form_preview .u-pre {
  display: none;
}

.mw_wp_form_preview .c-mwhalfcon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.mw_wp_form_preview .c-mwhalf {
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_preview .c-mwhalf {
    gap: 10px;
  }
}

.mw_wp_form_complete .c-header, .mw_wp_form_complete .u-pre {
  display: none;
}
.mw_wp_form_complete p {
  font-size: 3.2vw;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .mw_wp_form_complete p {
    font-size: 1.8rem;
    line-height: 1.72;
  }
}
.mw_wp_form_complete .c-mw__btnwp {
  display: flex;
  justify-content: center;
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete .c-mw__btnwp {
    margin-top: 50px;
  }
}
.mw_wp_form_complete .c-mw__btnwp span {
  display: block !important;
}
.mw_wp_form_complete .c-mwbtn {
  display: flex;
  align-items: center;
}

.c-mw__btnwp span {
  position: relative;
  display: block;
}
.c-mw__btnwp span:first-of-type {
  display: none;
}
.c-mw__btnwp span::after {
  position: absolute;
  left: 6.27vw;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 2.67vw;
  height: 2.4vw;
  background-image: url(/wp-content/uploads/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .c-mw__btnwp span::after {
    left: 47px;
    width: 20px;
    height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .c-mw__btnwp span::after {
    left: 34px;
    width: 14px;
    height: 13px;
  }
}

.c-mwbtn {
  font-size: 3.47vw;
  height: 12.53vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  border-radius: 6.265vw;
  background: linear-gradient(135deg, #12AA48, #0E7331);
  padding: 0 8.93vw 0 11.6vw;
}
@media screen and (min-width: 768px) {
  .c-mwbtn {
    font-size: 2.6rem;
    height: 94px;
    border-radius: 47px;
    padding: 0 67px 0 87px;
  }
}
@media screen and (min-width: 1024px) {
  .c-mwbtn {
    font-size: 1.6rem;
    height: 68px;
    border-radius: 34px;
    padding: 0 51px 0 72px;
  }
}
@media (hover: hover) {
  .c-mwbtn {
    transition: ease-in-out 0.3s;
  }
  .c-mwbtn:hover, .c-mwbtn:focus {
    opacity: 0.8;
  }
}

.c-mw__btnbox {
  position: relative;
  width: max-content;
}
.c-mw__btnbox::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 7px;
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background-image: url(/wp-content/uploads/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto 0;
}

input[type=radio] {
  display: none;
}

.c-radio label {
  display: inline-block;
}

.mwform-radio-field-text {
  position: relative;
  font-size: 3.47vw;
  line-height: 1.2;
  padding-left: 5.73vw;
  display: inline-block;
  font-feature-settings: "palt";
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text {
    font-size: 2.6rem;
    padding-left: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .mwform-radio-field-text {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}

.mwform-radio-field-text::after,
.mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}

.mwform-radio-field-text::before {
  top: 0;
  left: 0;
  background-color: #fff;
  width: 3.87vw;
  height: 3.87vw;
  border: 1px solid #1C1C1C;
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text::before {
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .mwform-radio-field-text::before {
    width: 20px;
    height: 20px;
  }
}

.mwform-radio-field-text::after {
  top: 0.4vw;
  left: 0.4vw;
  width: 3.07vw;
  height: 3.07vw;
  background: #0F8D37;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text::after {
    top: 3px;
    left: 3px;
    width: 23px;
    height: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .mwform-radio-field-text::after {
    width: 14px;
    height: 14px;
  }
}

input[type=radio]:checked + .mwform-radio-field-text {
  color: #0F8D37;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 !important;
}

.c-radiobox {
  display: flex;
  gap: 0 10px;
  width: inherit;
}

.c-addressbox {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: inherit;
}

.mw_wp_form_complete {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete {
    line-height: 1.5;
  }
}

.c-mwhalf {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .c-mwhalf {
    gap: 30px;
  }
}

/* c-btn */
.c-btn--con, .c-btn--gr, .c-btn--or {
  position: relative;
  z-index: 2;
  font-size: 3.47vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1;
  color: #001D05;
  width: 56.53vw;
  padding: 4vw 10.4vw 4vw 12.8vw;
  white-space: nowrap;
  border: 0.53vw solid #F69F28;
  border-radius: 6.67vw;
  background-color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-btn--con, .c-btn--gr, .c-btn--or {
    font-size: 2.7rem;
    width: 424px;
    padding: 31px 80px 31px 98px;
    border: 4px solid #F69F28;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn--con, .c-btn--gr, .c-btn--or {
    font-size: 1.6rem;
    width: 289px;
    border-radius: 50px;
    padding: 23px 63px 23px 71px;
    border: 3px solid #F69F28;
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .c-btn--con, .c-btn--gr, .c-btn--or {
    transition: color ease 0.3s;
  }
  .c-btn--con:hover, .c-btn--gr:hover, .c-btn--or:hover, .c-btn--con:focus, .c-btn--gr:focus, .c-btn--or:focus {
    color: #fff;
  }
  .c-btn--con:hover::before, .c-btn--gr:hover::before, .c-btn--or:hover::before, .c-btn--con:focus::before, .c-btn--gr:focus::before, .c-btn--or:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .c-btn--con:hover::after, .c-btn--gr:hover::after, .c-btn--or:hover::after, .c-btn--con:focus::after, .c-btn--gr:focus::after, .c-btn--or:focus::after {
    background-image: url(/wp-content/uploads/arrow_img.svg);
    background-size: 20px 18px;
  }
}
@media screen and (hover: hover) and (min-width: 1024px) {
  .c-btn--con:hover::after, .c-btn--gr:hover::after, .c-btn--or:hover::after, .c-btn--con:focus::after, .c-btn--gr:focus::after, .c-btn--or:focus::after {
    background-size: 14px 13px;
  }
}
.c-btn--con::after, .c-btn--gr::after, .c-btn--or::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.27vw;
  z-index: 3;
  width: 2.67vw;
  height: 2.4vw;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 8px auto 0;
  background-image: url(/wp-content/uploads/arrow-orange_img.svg);
  margin: auto 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-btn--con::after, .c-btn--gr::after, .c-btn--or::after {
    left: 49px;
    width: 20px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-btn--con::after, .c-btn--gr::after, .c-btn--or::after {
    transition: background-image ease 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn--con::after, .c-btn--gr::after, .c-btn--or::after {
    left: 33px;
    width: 14px;
    height: 13px;
  }
}
.c-btn--con::before, .c-btn--gr::before, .c-btn--or::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #F69F28;
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-btn--con::before, .c-btn--gr::before, .c-btn--or::before {
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--con span, .c-btn--gr span, .c-btn--or span {
    position: relative;
    z-index: 3;
  }
}

.c-btn--gr {
  border-color: #0F8D37;
  padding: 4vw 12.13vw 4vw 14.53vw;
}
@media screen and (min-width: 768px) {
  .c-btn--gr {
    border: 4px solid #0F8D37;
    padding: 31px 93px 31px 111px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn--gr {
    border: 3px solid #0F8D37;
    padding: 23px 69px 23px 82px;
  }
}
.c-btn--gr::after {
  background-image: url(/wp-content/uploads/arrow-green_img.svg);
}
.c-btn--gr::before {
  background-color: #0F8D37;
  height: 100%;
}

.c-btn--con {
  letter-spacing: 0.04em;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 4.27vw 13.2vw 4.27vw 10.53vw;
  margin-top: 10.67vw;
}
@media screen and (min-width: 768px) {
  .c-btn--con {
    border: 2px solid #fff;
    padding: 31px 99px 32px 79px;
    margin-top: 80px;
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .c-btn--con {
    transition: color ease 0.3s;
  }
  .c-btn--con::after {
    transition: background-image ease 0.3s;
  }
  .c-btn--con:hover, .c-btn--con:focus {
    color: #0E7331;
  }
  .c-btn--con:hover::after, .c-btn--con:focus::after {
    background-image: url(/wp-content/uploads/corp-ac_img.svg);
    background-size: 26px 21px;
  }
}
@media screen and (hover: hover) and (min-width: 1024px) {
  .c-btn--con:hover::after, .c-btn--con:focus::after {
    background-size: 13px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn--con {
    width: 205px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 18px 50px 18px 43px;
    margin-top: 0;
  }
}
.c-btn--con::after {
  left: unset;
  right: 3.87vw;
  width: 3.47vw;
  height: 2.8vw;
  background-image: url(/wp-content/uploads/corp_img.svg);
}
@media screen and (min-width: 768px) {
  .c-btn--con::after {
    right: 29px;
    width: 26px;
    height: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn--con::after {
    right: 15px;
    width: 13px;
    height: 10px;
  }
}
.c-btn--con::before {
  background-color: #fff;
  height: 101%;
}

/* c-deco */
.c-deco--wh, .c-deco {
  display: flex;
  gap: 0 2.27vw;
  align-items: center;
  flex: none;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-deco--wh, .c-deco {
    gap: 0 17px;
  }
}
.c-deco--wh::after, .c-deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

.c-deco {
  font-size: 2.13vw;
  color: #008926;
  margin-bottom: 5.33vw;
}
@media screen and (min-width: 768px) {
  .c-deco {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.c-deco::after {
  background-color: #008926;
}

.c-deco--wh {
  font-size: 2.4vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-deco--wh {
    font-size: 1.8rem;
  }
}
.c-deco--wh::after {
  background-color: #fff;
}

/* c-top */
.c-top__copybox {
  line-height: 1;
  text-align: center;
}

.c-top__copy {
  width: 97.4%;
  height: auto;
  margin-top: 6.56%;
}
@media screen and (min-width: 1024px) {
  .c-top__copy {
    width: 100%;
    margin-top: 2.29vw;
  }
}

.c-top_change {
  font-size: 5.87vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-top: 4.5%;
}
@media screen and (min-width: 768px) {
  .c-top_change {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-top_change {
    font-size: 4.8rem;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1400px) {
  .c-top_change {
    font-size: 4.8rem;
  }
}

.c-top__btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4vw 0;
  margin-top: 2.27vw;
}
@media screen and (min-width: 768px) {
  .c-top__btnbox {
    gap: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-top__btnbox {
    flex-direction: row;
    gap: 0 20px;
    margin-top: 4.21vw;
  }
}

/* c-title */
.c-title {
  font-size: 5.87vw;
  line-height: 1.36;
  color: #1F3823;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-title {
    font-size: min(3.14vw, 4.4rem);
    line-height: 1;
  }
}

/* p-header */
.p-header__btnbox {
  position: fixed;
  bottom: 1.87vw;
  right: 1.87vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-header__btnbox {
    bottom: 18px;
    right: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__btnbox {
    top: 1.5vw;
    bottom: unset;
    right: 1.43vw;
  }
}

.p-header__btn {
  position: relative;
  font-size: 2.93vw;
  line-height: 1.23;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #F69F28;
  width: 22.13vw;
  height: 22.13vw;
  padding-top: 7.2vw;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    font-size: 2.2rem;
    width: 170px;
    height: 170px;
    padding-top: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__btn {
    font-size: 1.5rem;
    z-index: 2;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #2E2E2E;
    width: auto;
    height: auto;
    padding: 22px 56px 22px 75px;
    border: 3px solid #F69F28;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .p-header__btn {
    transition: color ease 0.3s;
  }
  .p-header__btn:hover, .p-header__btn:focus {
    color: #fff;
  }
  .p-header__btn:hover::before, .p-header__btn:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-header__btn:hover::after, .p-header__btn:focus::after {
    background-image: url(/wp-content/uploads/arrow_img.svg);
  }
}
.p-header__btn::after {
  content: "";
  display: block;
  width: 2.67vw;
  height: 2.4vw;
  background-image: url(/wp-content/uploads/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 2.27vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-header__btn::after {
    width: 20px;
    height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    z-index: 3;
    width: 14px;
    height: 12px;
    background-image: url(/wp-content/uploads/arrow-orange_img.svg);
    margin: auto 0;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .p-header__btn::after {
    transition: background-image ease 0.3s;
  }
}
.p-header__btn::before {
  content: "";
  position: absolute;
  top: -0.8vw;
  left: -0.8vw;
  z-index: 2;
  display: block;
  width: calc(100% + 1.6vw);
  height: calc(100% + 1.6vw);
  border: 1px solid #F69F28;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-header__btn::before {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    top: -6px;
    left: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__btn::before {
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    background-color: #F69F28;
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .p-header__btn::before {
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
}
@media screen and (min-width: 768px) {
  .p-header__btn span {
    position: relative;
    z-index: 3;
  }
}

/* p-top */
.p-top__main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 31% 50%;
}
@media screen and (min-width: 1024px) {
  .p-top__main {
    width: calc(100% + 19.29vw);
    object-position: bottom;
  }
}

.p-top__container {
  position: absolute;
  top: 22.8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-top__container {
    top: 14.43vw;
    width: 76.86vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top__container {
    width: 1076px;
  }
}

.p-top__intro {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.53vw;
}
@media screen and (min-width: 768px) {
  .p-top__intro {
    font-size: 3rem;
    gap: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__intro {
    font-size: 1.86vw;
    gap: 0 1.93vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top__intro {
    font-size: 2.6rem;
    gap: 0 27px;
  }
}
.p-top__intro::before, .p-top__intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.5);
}
@media screen and (min-width: 1024px) {
  .p-top__intro::before, .p-top__intro::after {
    height: 2px;
  }
}

.p-top__scrollbox {
  position: absolute;
  bottom: 5.33vw;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.13vw 0;
}
@media screen and (min-width: 768px) {
  .p-top__scrollbox {
    gap: 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__scrollbox {
    bottom: 1.71vw;
    gap: 11px 0;
  }
}

.p-top__scroll {
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 415px) {
  .p-top__scroll {
    transform: scale(0.6);
    line-height: 0.6;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top__scroll {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__scroll {
    font-size: 1.2rem;
  }
}

.p-top__scrollicon {
  width: 6.93vw;
  height: 6.93vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-top__scrollicon {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__scrollicon {
    width: 33px;
    height: 33px;
  }
}
.p-top__scrollicon img {
  width: 2.4vw;
  height: 1.2vw;
  margin-top: 0.27vw;
}
@media screen and (min-width: 1024px) {
  .p-top__scrollicon img {
    width: 12px;
    height: 6px;
    margin-top: 2px;
  }
}

/* p-intro */
.p-intro__title {
  position: relative;
  font-size: 5.87vw;
  max-width: max-content;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #008926;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-intro__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__title {
    font-size: 3.8rem;
  }
}
.p-intro__title span {
  font-size: 7.47vw;
}
@media screen and (min-width: 768px) {
  .p-intro__title span {
    font-size: 5.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__title span {
    font-size: 5rem;
  }
}
.p-intro__title::before {
  position: absolute;
  top: -6.67vw;
  left: 30.13vw;
  content: "";
  display: block;
  width: 8.13vw;
  height: 8.4vw;
  background-image: url(/wp-content/uploads/nayami-icon_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-intro__title::before {
    top: -51px;
    left: 231px;
    width: 62px;
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__title::before {
    top: -56px;
    left: 192px;
    width: 61px;
    height: 57px;
  }
}

.p-intro__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6.93vw 0;
  margin-top: 9.6vw;
}
@media screen and (min-width: 768px) {
  .p-intro__list {
    gap: 52px 0;
    margin-top: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__list {
    gap: 0;
  }
}

.p-intro__item {
  position: relative;
  width: calc((100% - 3.47vw) / 2);
  background-color: #fff;
  padding: 6.27vw 0 6.13vw;
}
@media screen and (min-width: 768px) {
  .p-intro__item {
    width: calc((100% - 26px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__item {
    width: calc((100% - ( 23px * (4 - 1))) / 4);
    padding: 43px 0;
  }
}
.p-intro__item::before {
  position: absolute;
  top: -4.27vw;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 8vw;
  height: 8.53vw;
  background-image: url(/wp-content/uploads/nayami_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-intro__item::before {
    top: -32px;
    width: 60px;
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__item::before {
    top: -28px;
    width: 52px;
    height: 56px;
  }
}

.p-intro__text {
  font-size: 3.47vw;
  line-height: 1.46;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-intro__text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__text {
    font-size: min(1.63vw, 2rem);
    line-height: 1.6;
  }
}

.p-intro__concl {
  font-size: 5.07vw;
  line-height: 1;
  text-align: center;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .p-intro__concl {
    font-size: 3.8rem;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__concl {
    font-size: 2.8rem;
  }
}

.p-intro__concl--strong {
  font-size: 5.87vw;
  line-height: 1.52;
  text-align: center;
  color: #008926;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .p-intro__concl--strong {
    font-size: 4.4rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__concl--strong {
    font-size: 3.8rem;
    line-height: 1.42;
    margin-top: 17px;
  }
}

.p-intro__chenge {
  width: 87.6vw;
  margin: 13.33vw 0 0 auto;
  font-size: 5.33vw;
  text-align: center;
  letter-spacing: 0;
  line-height: 8.4vw;
}
_::-webkit-full-page-media, _:future, :root .p-intro__chenge {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-intro__chenge {
    font-size: 4rem;
    line-height: 1.58;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-intro__chenge {
    width: auto;
    font-size: min(3.14vw, 3.8rem);
    line-height: 1.58;
    margin-top: 87px;
  }
}

/* p-about */
.p-about__container {
  position: relative;
}
.p-about__container::after {
  position: absolute;
  top: -11.47vw;
  left: 0;
  content: "WHAT’S";
  font-weight: 600;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20.4vw;
  line-height: 24.8vw;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.06);
}
@media screen and (min-width: 768px) {
  .p-about__container::after {
    top: -86px;
    font-size: 15.3rem;
    line-height: 1.22;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__container::after {
    top: -134px;
    font-size: min(18.5vw, 25.9rem);
    line-height: 1.22;
  }
}

.p-about__title {
  font-size: 5.87vw;
  line-height: 9.07vw;
  letter-spacing: 0;
  margin-top: 5.33vw;
  margin-left: 1.33vw;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 4.4rem;
    line-height: 1.55;
    margin-top: 40px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__title {
    font-size: 4rem;
    max-width: max-content;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__title::before {
    top: 0 !important;
    width: 717px;
    height: 58px;
  }
}
.p-about__title span::before {
  content: "";
  display: block;
  width: 87.2vw;
  height: 7.73vw;
}
@media screen and (min-width: 768px) {
  .p-about__title span::before {
    width: 654px;
    height: 58px;
  }
}
.p-about__title span:last-of-type {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .p-about__title span:last-of-type {
    letter-spacing: 0;
  }
}
.p-about__title span:last-of-type::before {
  width: 19.6vw;
  height: 7.73vw;
}
@media screen and (min-width: 768px) {
  .p-about__title span:last-of-type::before {
    width: 147px;
    height: 58px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__title span:last-of-type::before {
    display: none;
  }
}

.p-about__textwrapper {
  display: flex;
  flex-direction: column;
  gap: 6.67vw 0;
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .p-about__textwrapper {
    gap: 50px 0;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__textwrapper {
    gap: 35px 0;
    margin-top: 40px;
  }
}

.p-about__text {
  font-size: 3.47vw;
  line-height: 1.69;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__text {
    font-size: 1.8rem;
    line-height: 1.89;
  }
}
.p-about__text span {
  display: inline;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}

.p-about__list {
  display: flex;
  flex-direction: column;
  gap: 6.67vw 0;
}
@media screen and (min-width: 768px) {
  .p-about__list {
    gap: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}

.p-about__item, .p-about__item--first {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-about__item, .p-about__item--first {
    width: calc((100% - ( 46px * (3 - 1))) / 3);
  }
}
.p-about__item[data-title]::before, [data-title].p-about__item--first::before {
  position: absolute;
  top: 0;
  left: -4vw;
  content: attr(data-title);
  font-size: 2.4vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #008926;
  line-height: 1;
  letter-spacing: 0.06em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-about__item[data-title]::before, [data-title].p-about__item--first::before {
    left: -30px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__item[data-title]::before, [data-title].p-about__item--first::before {
    left: -23px;
    font-size: 1.2rem;
    color: #fff;
  }
}

.p-about__item--first[data-title]::before {
  color: #fff;
}

.p-about__img {
  width: 100%;
  height: auto;
  aspect-ratio: 674/490;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .p-about__img {
    aspect-ratio: 370/269;
  }
}

.p-about__pointtext {
  font-size: 3.47vw;
  line-height: 1.69;
  margin-top: 4vw;
}
.p-about__pointtext::before, .p-about__pointtext::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-about__pointtext::before {
  margin-top: -0.3461538462em;
}
.p-about__pointtext::after {
  margin-bottom: -0.3461538462em;
}
@media screen and (min-width: 768px) {
  .p-about__pointtext {
    font-size: 2.6rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__pointtext {
    font-size: min(1.43vw, 2rem);
    line-height: 1.7;
    margin-top: 22px;
  }
  .p-about__pointtext::before {
    margin-top: -0.35em;
  }
  .p-about__pointtext::after {
    margin-bottom: -0.35em;
  }
}

/* p-induction */
.p-induction__copybox {
  max-width: 1005px;
  margin: 0 auto;
}

.p-induction__text {
  font-size: 3.47vw;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-induction__text {
    font-size: 2.6rem;
  }
}

.p-indction__copy {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .p-indction__copy {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-indction__copy {
    margin-top: 33px;
  }
}

@media screen and (min-width: 768px) {
  .p-indction__change {
    margin-top: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .p-indction__change {
    margin-top: 30px;
  }
}

.p-induction__movie {
  margin-top: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-induction__movie {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-induction__movie {
    margin-top: 43px;
  }
}
.p-induction__movie iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-induction__movie iframe {
    width: 64.29vw;
  }
}

.p-induction__btnbox {
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .p-induction__btnbox {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-induction__btnbox {
    margin-top: 54px;
  }
}

.p-induction__btnbox--2 {
  margin-top: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-induction__btnbox--2 {
    margin-top: 40px;
  }
}

/* p-training */
.p-training__list {
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .p-training__list {
    gap: 60px 0;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-training__list {
    gap: 52px 0;
  }
}

.p-training__item {
  display: flex;
  flex-direction: column;
  gap: 5.33vw 0;
}
@media screen and (min-width: 768px) {
  .p-training__item {
    gap: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-training__item {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 40px;
  }
}

.p-training__img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  aspect-ratio: 676/450;
}
@media screen and (min-width: 1024px) {
  .p-training__img {
    width: min(23.57vw, 330px);
    aspect-ratio: 330/253;
  }
}

.p-training__deco {
  font-size: 2.4vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-training__deco {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-training__deco {
    font-size: 1.2rem;
  }
}

.p-training__title {
  font-size: 4.8vw;
  line-height: 1.44;
  margin-top: 3.07vw;
}
@media screen and (min-width: 768px) {
  .p-training__title {
    font-size: 3.6rem;
    margin-top: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .p-training__title {
    font-size: min(2vw, 2.8rem);
    line-height: 1;
    margin-top: 19px;
  }
}

@media screen and (min-width: 1024px) {
  .p-training__box {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}

.p-training__content {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .p-training__content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-training__content {
    flex: 1;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 24px;
  }
}

.p-training__text {
  font-size: 3.47vw;
  line-height: 1.69;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-training__text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-training__text {
    font-size: min(1.29vw, 1.8rem);
    line-height: 1.89;
  }
}

/* p-reason */
.p-reason__wrapper {
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .p-reason__wrapper {
    margin-top: 50px;
  }
}

.p-reason__mask--3, .p-reason__mask--2, .p-reason__mask--1 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 676/410;
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .p-reason__mask--3, .p-reason__mask--2, .p-reason__mask--1 {
    aspect-ratio: 582/407;
  }
}
.p-reason__mask--3 img, .p-reason__mask--2 img, .p-reason__mask--1 img {
  width: 100%;
  height: 100%;
}
.p-reason__mask--3::after, .p-reason__mask--2::after, .p-reason__mask--1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20.67vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
@media screen and (min-width: 768px) {
  .p-reason__mask--3::after, .p-reason__mask--2::after, .p-reason__mask--1::after {
    height: 155px;
  }
}

@media screen and (min-width: 1024px) {
  .p-reason__mask--1 {
    aspect-ratio: 1200/410;
  }
}
.p-reason__mask--1::after {
  opacity: 0.8;
}

.p-reason__mask--2::after {
  opacity: 0.8;
}

.p-reason__mask--3::after {
  opacity: 0.7;
}

.p-reason__box {
  margin-bottom: 6.67vw;
}
@media screen and (min-width: 768px) {
  .p-reason__box {
    margin-bottom: 50px;
  }
}

.p-reason__list {
  display: flex;
  flex-direction: column;
  gap: 6.67vw 0;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    gap: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__list {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
  }
}
@-moz-document url-prefix() {
  .p-reason__list {
    display: block;
  }
  @media screen and (min-width: 1024px) {
    .p-reason__list {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      gap: 0;
    }
  }
}

@media screen and (min-width: 1024px) {
  .p-reason__item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 2.5vw) / 2);
    max-width: 582px;
  }
}
@-moz-document url-prefix() {
  .p-reason__item:last-of-type {
    margin-top: 6.67vw;
  }
  @media screen and (min-width: 768px) {
    .p-reason__item:last-of-type {
      margin-top: 50px;
    }
  }
  @media screen and (min-width: 1024px) {
    .p-reason__item:last-of-type {
      margin-top: 0;
    }
  }
}

.p-reason__content, .p-reason__content--first {
  position: relative;
  background-color: #F5F5F5;
  margin-top: -5px;
}
@media screen and (min-width: 1024px) {
  .p-reason__content, .p-reason__content--first {
    margin-top: -7px;
  }
}

.p-reason__content--first {
  padding: 6.67vw 5.33vw 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-reason__content--first {
    padding: 50px 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__content--first {
    padding: 45px 40px 40px;
  }
}

.p-reason__content {
  padding: 13.73vw 5.33vw 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-reason__content {
    padding: 103px 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__content {
    flex: 1;
    padding: 84px 40px 40px;
  }
}

.p-reason__titlebox {
  position: absolute;
  top: -15.73vw;
  left: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-reason__titlebox {
    top: -118px;
    left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__titlebox {
    top: -89px;
  }
}

.p-reason__deco {
  font-size: 2.4vw;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-reason__deco {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__deco {
    font-size: 1.2rem;
  }
}

.p-reason__title {
  font-size: 4.8vw;
  line-height: 1.47;
  margin-top: 3.47vw;
  margin-left: 1.07vw;
}
.p-reason__title::before, .p-reason__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-reason__title::before {
  margin-top: -0.2361111111em;
}
.p-reason__title::after {
  margin-bottom: -0.2361111111em;
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    font-size: 3.6rem;
    margin-top: 26px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__title {
    font-size: min(2.5vw, 2.8rem);
    line-height: 1.54;
    margin-top: 18px;
  }
}
.p-reason__title span::before {
  content: "";
  display: block;
  width: calc(100% + 2.13vw);
  height: calc(100% + 0.8vw);
  top: -0.4vw;
  left: -1.07vw;
}
@media screen and (min-width: 768px) {
  .p-reason__title span::before {
    top: -3px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 6px);
  }
}

.p-reason__last::before {
  width: 100% !important;
}

.p-reason__text {
  font-size: 3.47vw;
  line-height: 1.69;
}
@media screen and (min-width: 768px) {
  .p-reason__text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__text {
    font-size: 1.8rem;
    line-height: 1.89;
  }
}

/* p-pionner */
.p-pioneer__container {
  margin-top: 9.07vw;
  margin-bottom: 34.8vw;
}
@media screen and (min-width: 768px) {
  .p-pioneer__container {
    margin-top: 68px;
    margin-bottom: 261px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pioneer__container {
    background: linear-gradient(to left, #fff 5%, #F5F5F5 5%);
    margin-top: 62px;
    margin-bottom: -140px;
  }
}

@media screen and (min-width: 1024px) {
  .active {
    background: linear-gradient(to left, #fff calc(var(--margin)), #F5F5F5 calc(var(--margin)));
  }
}
@media screen and (min-width: 1024px) {
  .active .p-pionner__box {
    margin-right: calc(var(--margin) * -1);
  }
}
@media screen and (min-width: 1400px) {
  .active .p-pionner__box {
    margin-right: -100px;
  }
}

.p-pioneer__list {
  position: relative;
  background-color: #F5F5F5;
  padding: 12.53vw 5.33vw 24.53vw;
}
@media screen and (min-width: 768px) {
  .p-pioneer__list {
    padding: 94px 40px 184px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pioneer__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    padding: 72px 0 140px;
  }
}

.p-pionner__name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 4.8vw;
  letter-spacing: 0.04em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 1.87vw 0;
  margin: -2.4vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-pionner__name {
    font-size: 3.6rem;
    gap: 14px 0;
    margin: -18px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-pionner__name {
    font-size: 3rem;
    text-align: left;
    gap: 11px;
    margin: -15px auto 0;
  }
}
.p-pionner__name[data-title]::after {
  content: attr(data-title);
  font-size: 2.4vw;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(50, 50, 50, 0.7);
  display: block;
}
@media screen and (min-width: 768px) {
  .p-pionner__name[data-title]::after {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pionner__name[data-title]::after {
    font-size: 1.2rem;
  }
}

.p-pionner__ricardobox {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-pionner__box {
    margin-right: calc(-5% - 1px);
  }
}
@media screen and (min-width: 1400px) {
  .p-pionner__box {
    margin-right: -94px;
  }
}

.p-pionner__ricardo {
  width: 48vw;
  height: auto;
  aspect-ratio: 360/478;
}
@media screen and (min-width: 768px) {
  .p-pionner__ricardo {
    width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pionner__ricardo {
    width: min(25.71vw, 360px);
  }
}

.p-pionner__text {
  font-size: 3.47vw;
  line-height: 1.69;
  margin-top: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-pionner__text {
    font-size: 2.6rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pionner__text {
    font-size: 1.8rem;
    line-height: 2;
    width: min(63.14vw, 884px);
    margin-top: 0;
  }
  .p-pionner__text::before, .p-pionner__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-pionner__text::before {
    margin-top: -0.5em;
  }
  .p-pionner__text::after {
    margin-bottom: -0.5em;
  }
}

.p-pionner__imgbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16.4vw;
  display: flex;
  justify-content: center;
  gap: 0 5.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-pionner__imgbox {
    bottom: -123px;
    gap: 0 39px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pionner__imgbox {
    position: initial;
    justify-content: flex-start;
    margin-top: 59px;
  }
}

.p-pionner__index {
  width: 22.67vw;
  height: auto;
  aspect-ratio: 170/247;
}
@media screen and (min-width: 768px) {
  .p-pionner__index {
    width: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pionner__index {
    aspect-ratio: 139/201;
  }
}

/* p-voice */
.p-voice__container {
  display: flex;
  flex-direction: column;
  gap: 9.6vw 0;
  margin-top: 12.27vw;
}
@media screen and (min-width: 768px) {
  .p-voice__container {
    gap: 72px 0;
    margin-top: 92px;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 57px 0;
    margin-top: 80px;
  }
}

.p-voice__item {
  position: relative;
  background-color: #fff;
  padding: 0 5.33vw 5.33vw 0;
}
@media screen and (min-width: 768px) {
  .p-voice__item {
    padding: 0 40px 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__item {
    width: calc((100% - 2.29vw) / 2);
    padding: 0 25px 30px 0;
  }
}
@media screen and (min-width: 1400px) {
  .p-voice__item {
    width: calc((100% - 32px) / 2);
  }
}

.p-voice__up {
  display: flex;
  gap: 0 4.27vw;
}
@media screen and (min-width: 768px) {
  .p-voice__up {
    gap: 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__up {
    gap: 0 24px;
  }
}

.p-voice__img {
  width: 18.67vw;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: -4.27vw;
}
@media screen and (min-width: 768px) {
  .p-voice__img {
    width: 140px;
    margin-top: -32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__img {
    width: 100px;
    height: 100px;
    flex: none;
    margin-top: -27px;
  }
}

.p-voice__box {
  margin-top: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-voice__box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__box {
    margin-top: 27px;
  }
}

.p-voice__name {
  font-size: 3.47vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__name {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__name {
    font-size: 2rem;
  }
}

.p-voice__posi {
  font-size: 2.67vw;
  line-height: 1;
  margin-top: 2.67vw;
}
@media screen and (min-width: 768px) {
  .p-voice__posi {
    font-size: 2rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__posi {
    font-size: 1.4rem;
    margin-top: 11px;
  }
}

.p-voice__text {
  font-size: 3.47vw;
  line-height: 1.69;
  margin-left: 5.33vw;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .p-voice__text {
    font-size: 2.6rem;
    margin-left: 40px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__text {
    font-size: 1.8rem;
    line-height: 1.78;
    margin-top: 17px;
    margin-left: 25px;
  }
  .p-voice__text::before, .p-voice__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-voice__text::before {
    margin-top: -0.3888888889em;
  }
  .p-voice__text::after {
    margin-bottom: -0.3888888889em;
  }
}

.p-voice__lastbox {
  text-align: center;
}

.p-voice__last {
  width: 100%;
  height: auto;
  max-width: 1200px;
  aspect-ratio: 750/481;
}
@media screen and (min-width: 1024px) {
  .p-voice__last {
    width: 90%;
    margin-top: -215px;
    aspect-ratio: 1200/430;
  }
}

/* p-case */
@media screen and (min-width: 1024px) {
  .p-case {
    margin-bottom: -140px;
  }
}

.p-case__dr {
  font-size: 4.8vw;
  line-height: 1;
  margin-left: 1.33vw;
  margin-top: 7.6vw;
}
@media screen and (min-width: 768px) {
  .p-case__dr {
    font-size: 3.6rem;
    margin-left: 10px;
    margin-top: 57px;
  }
}
.p-case__dr span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.p-case__dr span::before {
  position: absolute;
  top: -0.93vw;
  left: -1.33vw;
  width: calc(100% + 2.67vw);
  height: calc(100% + 2.13vw);
  z-index: -1;
  content: "";
  display: block;
  background: linear-gradient(135deg, #12A143, #06762C);
}
@media screen and (min-width: 768px) {
  .p-case__dr span::before {
    top: -7px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 16px);
  }
}

@media screen and (min-width: 1024px) {
  .p-case__container {
    position: relative;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__container::after {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 121px);
    background: linear-gradient(to left, #F5F5F5 30.43vw, #fff 30.43vw);
  }
}

@media screen and (min-width: 1024px) {
  .p-case__container--active::after {
    background: linear-gradient(to left, #F5F5F5 calc(332px + var(--margin)), #fff calc(332px + var(--margin)));
  }
}

.p-case__list {
  display: flex;
  flex-direction: column;
  gap: 6.67vw 0;
  margin-top: 6.27vw;
}
@media screen and (min-width: 768px) {
  .p-case__list {
    gap: 50px 0;
    margin-top: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__list {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-case__contentbox {
  display: flex;
  flex-direction: column;
  gap: 6.67vw 0;
}
@media screen and (min-width: 768px) {
  .p-case__contentbox {
    gap: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__contentbox {
    width: min(50.71vw, 710px);
    gap: 42px 0;
  }
}

.p-case__text {
  font-size: 3.47vw;
  line-height: 1.69;
}
@media screen and (min-width: 768px) {
  .p-case__text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__text {
    font-size: 1.8rem;
    line-height: 1.89;
  }
}

.p-case__title {
  display: flex;
  align-items: flex-start;
  gap: 0 1.33vw;
  font-size: 4vw;
  line-height: 1.47;
  margin-bottom: 3.07vw;
}
@media screen and (min-width: 768px) {
  .p-case__title {
    font-size: 3rem;
    gap: 0 10px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__title {
    font-size: 2rem;
    line-height: 1;
    gap: 8px;
    align-items: center;
    margin-top: 15px;
  }
}
.p-case__title::before {
  content: "";
  display: block;
  width: 2.13vw;
  height: 2.13vw;
  flex: none;
  border-radius: 50%;
  background-color: #008926;
  margin-top: 2.13vw;
}
@media screen and (min-width: 768px) {
  .p-case__title::before {
    width: 16px;
    height: 16px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__title::before {
    width: 10px;
    height: 10px;
    margin-top: 0;
  }
}

.p-case__imgbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-case__imgbox {
    flex-direction: column;
    gap: 50px 0;
  }
}

.p-case__img {
  width: calc((100% - 4vw) / 2);
  height: auto;
  aspect-ratio: 323/390;
}
@media screen and (min-width: 768px) {
  .p-case__img {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-case__img {
    width: min(31.43vw, 440px);
    aspect-ratio: 440/340;
  }
}
.p-case__img img {
  width: 100%;
  height: 100%;
}

.p-case__wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.67vw 0;
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .p-case__wrapper {
    gap: 50px 0;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__wrapper {
    gap: 40px 0;
  }
}

.p-case__voicelist {
  display: flex;
  flex-direction: column;
  gap: 2.67vw 0;
}
@media screen and (min-width: 768px) {
  .p-case__voicelist {
    gap: 20px 0;
  }
}

.p-case__voice {
  font-size: 3.47vw;
  line-height: 1.69;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background-color: #fff;
  padding: 2.67vw;
}
@media screen and (min-width: 768px) {
  .p-case__voice {
    font-size: 2.6rem;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__voice {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.p-case__company {
  display: flex;
  flex-direction: column;
  gap: 6.67vw 0;
}
@media screen and (min-width: 768px) {
  .p-case__company {
    gap: 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__company {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-case__company table {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-case__company table {
    width: 50.64vw;
    max-width: 709px;
  }
}
.p-case__company tr {
  font-size: 3.47vw;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #383430;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.8vw 0;
  padding: 4vw;
  border-top: 1px solid #DDDDDD;
}
@media screen and (min-width: 768px) {
  .p-case__company tr {
    font-size: 2.6rem;
    gap: 21px 0;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-case__company tr {
    font-size: 1.8rem;
    white-space: nowrap;
    flex-direction: row;
    align-items: stretch;
    padding: 0;
  }
}
.p-case__company tr:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 1024px) {
  .p-case__company th {
    width: 16.5vw;
    max-width: 231px;
    background-color: #F8F8F8;
    padding: 25px;
    text-align: left;
    border-right: 1px solid #DDDDDD;
  }
}
.p-case__company td {
  line-height: 1.54;
}
.p-case__company td::before, .p-case__company td::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-case__company td::before {
  margin-top: -0.2692307692em;
}
.p-case__company td::after {
  margin-bottom: -0.2692307692em;
}
@media screen and (min-width: 1024px) {
  .p-case__company td {
    line-height: 1.89;
    padding: 25px 30px;
  }
  .p-case__company td::before {
    margin-top: -0.4444444444em;
  }
  .p-case__company td::after {
    margin-bottom: -0.4444444444em;
  }
}

.p-case__companyimg {
  width: 100%;
  height: auto;
  aspect-ratio: 676/496;
}
@media screen and (min-width: 1024px) {
  .p-case__companyimg {
    width: 31.43vw;
    max-width: 440px;
    aspect-ratio: 440/323;
  }
}

/* p-contact */
.p-contact__container {
  width: 100%;
  background-color: #F5F5F5;
  padding: 6.67vw 0 10vw;
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .p-contact__container {
    padding: 50px 0 140px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__container {
    width: 90%;
    max-width: 1200px;
    padding: 53px 70px 100px;
    margin: 50px auto 0;
  }
}

.p-contact__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-contact__inner {
    width: 100%;
  }
}

/* p-footer */
.p-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-footer__container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer__text {
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-footer__box {
    display: flex;
    align-items: center;
    gap: 0 31px;
  }
}

.p-footer__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.67vw 0;
}
@media screen and (min-width: 768px) {
  .p-footer__company {
    gap: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__company {
    align-items: flex-start;
    gap: 13px 0;
  }
}

.p-footer__logo {
  width: 41.6vw;
  height: auto;
  aspect-ratio: 312/75;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 312px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__logo {
    width: 186px;
    aspect-ratio: 186/46;
  }
}

.p-footer__address {
  font-size: 3.2vw;
  letter-spacing: 0.025em;
  line-height: 1.83;
  text-align: center;
  margin-top: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 2.4rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__address {
    font-size: 1.2rem;
    line-height: 1.83;
    font-weight: 700;
    text-align: left;
    margin-top: 6px;
  }
}

.p-footer__etc {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-footer__etc {
    gap: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__etc {
    align-items: flex-end;
    gap: 30px 0;
  }
}

.p-footer__copy {
  letter-spacing: 0;
  font-weight: 300 !important;
  font-size: 2.67vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__copy {
    font-size: 1.2rem;
  }
}

/* u-display */
.u-spnone {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-tabnone {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-pcnone {
    display: none;
  }
}

.u-spblock {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-tabblock {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .u-pcblock {
    display: block;
  }
}

.u-spflex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-tabflex {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .u-pcflex {
    display: flex;
  }
}

/* u-weight */
.u-light {
  font-weight: 300;
}

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

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

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

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

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

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

.u-eventnone {
  pointer-events: none;
}

/* u-en */
.u-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* u-bg */
.u-bg {
  position: relative;
  z-index: 2;
  color: #fff;
}
.u-bg::before {
  position: absolute;
  top: -0.67vw;
  left: -1.33vw;
  width: calc(100% + 2.67vw);
  height: calc(100% + 1.33vw);
  z-index: -1;
  content: "";
  display: block;
  background: linear-gradient(135deg, #12A143, #0F8936);
}
@media screen and (min-width: 768px) {
  .u-bg::before {
    top: -5px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
  }
}
_::-webkit-full-page-media, _:future, :root .u-bg::before {
  top: 0.4vw;
  width: calc(100% + 2.67vw);
  height: calc(100% - 0.8vw);
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .u-bg::before {
    top: 3px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% - 6px);
  }
}

.u-bg--gr {
  position: relative;
  z-index: 2;
  color: #008926;
}
.u-bg--gr::before {
  position: absolute;
  top: -0.67vw;
  left: -1.33vw;
  z-index: -1;
  content: "";
  display: block;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .u-bg--gr::before {
    top: -5px;
    left: -10px;
  }
}
_::-webkit-full-page-media, _:future, :root .u-bg--gr::before {
  top: 0.67vw;
  width: calc(100% + 2.67vw);
  height: calc(100% - 1.33vw);
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .u-bg--gr::before {
    top: 5px;
    width: calc(100% + 20px);
    height: calc(100% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root .u-bg--gr::before {
    top: 5px !important;
  }
}

_::-webkit-full-page-media, _:future, :root .u-bg--safari::before {
  top: -0.27vw;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .u-bg--safari::before {
    top: -2px;
  }
}

.android .u-bg--safari::before {
  top: -0.27vw;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .android .u-bg--safari::before {
    top: -2px;
  }
}
.android .u-bg::before {
  top: 0.67vw;
  width: calc(100% + 2.67vw);
  height: calc(100% - 1.33vw);
}
@media screen and (min-width: 768px) {
  .android .u-bg::before {
    top: 3px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% - 5px);
  }
}
.android .u-bg--gr::before {
  top: 0.67vw;
  width: calc(100% + 2.67vw);
  height: calc(100% - 1.33vw);
}
@media screen and (min-width: 768px) {
  .android .u-bg--gr::before {
    top: 5px;
    width: calc(100% + 20px);
    height: calc(100% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .android .u-bg--gr::before {
    top: 5px !important;
  }
}

/* u-col */
.u-col {
  color: #008926;
}

.u-main2 {
  color: #001D05;
}

.u-main3 {
  color: #323232;
}

/* Javascript*/
.js-fadebt {
  transition: ease-out 0.6s;
  transform: translateY(60px);
  opacity: 0;
}

.a-fadebt {
  transform: none;
  opacity: 1;
}

.a-fadebt--top {
  animation-name: fadeBt;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

@keyframes fadeBt {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}