@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Zen+Maru+Gothic&display=swap");
@keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  display: block;
}

body {
  background: #ffffff;
  color: #333333 !important;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
body {
  font-size: clamp(13px, 3.25vw, 15px);
  line-height: 2.5;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased !important;
  min-width: 375px;
  word-break: break-word;
  line-break: strict;
  hanging-punctuation: force-end;
  /*
  @include media(pc){
    font-size: calc(15 / 480 * 100vw);
  }
  @include media(sp){
    font-size: calc(13 / 400 * 100vw);
  }
    */
}

a {
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, opacity;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

::-moz-selection {
  background: #333333;
  color: #ffffff;
}

::selection {
  background: #333333;
  color: #ffffff;
}

::-moz-selection {
  background: #333333;
  color: #ffffff;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

main {
  background: #ffffff;
}

@media screen and (min-width: 1024px) and (min-width: 481px) {
  .sp {
    display: none !important;
  }
  a:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}
.posts {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#content p {
  margin: 0;
}
#content p a {
  border-bottom: solid 1px;
}
#content img {
  height: 100%;
}

a:hover {
  text-decoration: none !important;
}

figure {
  line-height: 0;
}

.post {
  padding: 0;
  margin: 0;
}

h1 {
  margin: initial;
  padding: initial;
  font-size: initial;
  font-weight: initial;
  background: none;
  text-shadow: none;
}

h3 {
  margin: initial;
  padding: initial !important;
  font-size: initial;
  font-weight: initial;
  border-bottom: none !important;
}
h3::before {
  display: none;
}
h3::after {
  display: none;
}

.mfp_element_submit,
#confirm,
.mfp_element_button, .btn-sub, .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 51px;
  color: #ffffff;
  background-color: #333333;
  border: solid 1px #D8D8D8;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.mfp_element_submit::before,
#confirm::before,
.mfp_element_button::before, .btn-sub::before, .btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 95%;
  bottom: -5px;
  right: -5px;
  background-color: #999999;
}
.mfp_element_submit::after,
#confirm::after,
.mfp_element_button::after, .btn-sub::after, .btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -5px;
  right: -5px;
  background-color: #999999;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .mfp_element_submit:hover,
  #confirm:hover,
  .mfp_element_button:hover, .btn-sub:hover, .btn:hover {
    opacity: 0.7;
  }
}

.btn-sub {
  background-color: #999999;
}

.mfp_buttons {
  margin-top: 24px;
}
.mfp_buttons #mfp_button_cancel {
  background-color: #999999;
}

.title-main--en {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #E74420;
}
.title-main--jp {
  color: #999999;
  display: flex;
  align-items: center;
}
.title-main--jp:before {
  content: "− ";
  display: inline-block;
  font-size: 16px;
  color: #E74420;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .title-main--en {
    font-size: 95px;
  }
  .title-main--jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .title-main--en {
    font-size: 39px;
  }
  .title-main--jp {
    font-size: 13px;
  }
}

::-webkit-input-placeholder {
  color: #D8D8D8;
}

::-moz-placeholder {
  color: #D8D8D8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #D8D8D8;
}

:-moz-placeholder {
  color: #D8D8D8;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #F9F8F7;
  color: #333333;
  border: none;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number] {
  transition: all 0.3s ease 0s;
  padding: 1em 1.5em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus {
  background-color: #ffffff;
  border-color: #999999;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled] {
  color: #999999;
}
input[type=text][readonly],
input[type=tel][readonly],
input[type=url][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=number][readonly] {
  color: #999999;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number] {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number] {
    font-size: 13px;
    padding: 1em 1.5em;
  }
}
input[type=text].input-full,
input[type=tel].input-full,
input[type=url].input-full,
input[type=email].input-full,
input[type=password].input-full,
input[type=number].input-full {
  width: 100%;
}
input[type=text].input-half,
input[type=tel].input-half,
input[type=url].input-half,
input[type=email].input-half,
input[type=password].input-half,
input[type=number].input-half {
  display: inline-block;
  width: 49%;
}
input[type=text].input-third,
input[type=tel].input-third,
input[type=url].input-third,
input[type=email].input-third,
input[type=password].input-third,
input[type=number].input-third {
  display: inline-block;
  width: 32%;
}
input[type=text].input-quarter,
input[type=tel].input-quarter,
input[type=url].input-quarter,
input[type=email].input-quarter,
input[type=password].input-quarter,
input[type=number].input-quarter {
  display: inline-block;
  width: 24%;
}
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number] {
  width: 100%;
  border-radius: 0;
  height: 51px;
  line-height: 51px;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #F9F8F7;
  color: #333333;
  border: none;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
input[type=search] {
  transition: all 0.3s ease 0s;
  padding: 1em 1.5em;
}
input[type=search]:focus {
  background-color: #ffffff;
  border-color: #999999;
}
input[type=search][disabled] {
  color: #999999;
}
input[type=search][readonly] {
  color: #999999;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  input[type=search] {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  input[type=search] {
    font-size: 13px;
    padding: 1em 1.5em;
  }
}
input[type=search].input-full {
  width: 100%;
}
input[type=search].input-half {
  display: inline-block;
  width: 49%;
}
input[type=search].input-third {
  display: inline-block;
  width: 32%;
}
input[type=search].input-quarter {
  display: inline-block;
  width: 24%;
}
input[type=search] {
  padding: 0;
  border: none;
  border-radius: 100px 0 0 100px;
}
input[type=search]:focus {
  border: solid 1px #E74420;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  input[type=search] {
    width: 550px;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 480px) {
  input[type=search] {
    height: 50px;
    line-height: 50px;
  }
}

input[type=number],
input[type=date] {
  display: inline-block;
  width: auto;
  border-radius: 0;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #F9F8F7;
  color: #333333;
  border: none;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
input[type=date] {
  transition: all 0.3s ease 0s;
  padding: 1em 1.5em;
}
input[type=date]:focus {
  background-color: #ffffff;
  border-color: #999999;
}
input[type=date][disabled] {
  color: #999999;
}
input[type=date][readonly] {
  color: #999999;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  input[type=date] {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  input[type=date] {
    font-size: 13px;
    padding: 1em 1.5em;
  }
}
input[type=date].input-full {
  width: 100%;
}
input[type=date].input-half {
  display: inline-block;
  width: 49%;
}
input[type=date].input-third {
  display: inline-block;
  width: 32%;
}
input[type=date].input-quarter {
  display: inline-block;
  width: 24%;
}
input[type=date] {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-color: #999999;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  input[type=date] {
    height: 70px;
    line-height: 70px;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 480px) {
  input[type=date] {
    height: 50px;
    padding: 1em 30px 1em 0.5em;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #F9F8F7;
  color: #333333;
  border: none;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
select {
  transition: all 0.3s ease 0s;
  padding: 1em 1.5em;
}
select:focus {
  background-color: #ffffff;
  border-color: #999999;
}
select[disabled] {
  color: #999999;
}
select[readonly] {
  color: #999999;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  select {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  select {
    font-size: 13px;
    padding: 1em 1.5em;
  }
}
select.input-full {
  width: 100%;
}
select.input-half {
  display: inline-block;
  width: 49%;
}
select.input-third {
  display: inline-block;
  width: 32%;
}
select.input-quarter {
  display: inline-block;
  width: 24%;
}
select {
  width: 100%;
  max-width: 100%;
  background-color: #F9F8F7;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-image: url(../img/common/icon-chevron.svg);
  border-radius: 0;
  border-color: #999999;
  height: 50px;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  select {
    background-size: 1rem;
    height: 70px;
    line-height: 70px;
    padding: 0 30px 0 24px;
  }
}
@media screen and (max-width: 480px) {
  select {
    background-size: 0.75rem;
    height: 50px;
    padding: 1em 30px 1em 24px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
}
textarea,
.mfp_element_textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #F9F8F7;
  color: #333333;
  border: none;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
textarea,
.mfp_element_textarea {
  transition: all 0.3s ease 0s;
  padding: 1em 1.5em;
}
textarea:focus,
.mfp_element_textarea:focus {
  background-color: #ffffff;
  border-color: #999999;
}
textarea[disabled],
.mfp_element_textarea[disabled] {
  color: #999999;
}
textarea[readonly],
.mfp_element_textarea[readonly] {
  color: #999999;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  textarea,
  .mfp_element_textarea {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  textarea,
  .mfp_element_textarea {
    font-size: 13px;
    padding: 1em 1.5em;
  }
}
textarea.input-full,
.mfp_element_textarea.input-full {
  width: 100%;
}
textarea.input-half,
.mfp_element_textarea.input-half {
  display: inline-block;
  width: 49%;
}
textarea.input-third,
.mfp_element_textarea.input-third {
  display: inline-block;
  width: 32%;
}
textarea.input-quarter,
.mfp_element_textarea.input-quarter {
  display: inline-block;
  width: 24%;
}
textarea,
.mfp_element_textarea {
  width: 100%;
  max-width: 100%;
  height: 153px;
  min-height: 6em;
  border-radius: 0;
  padding: 16px 6%;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  textarea,
  .mfp_element_textarea {
    padding: 16px 6%;
  }
}
form label {
  display: inline-block;
  position: relative;
}
form label input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
form label.input-full {
  width: 100%;
}
form label.input-half {
  display: inline-block;
  width: 49%;
}
form label.input-third {
  display: inline-block;
  width: 32%;
}
form label.input-quarter {
  display: inline-block;
  width: 24%;
}
form label {
  cursor: pointer;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  form label {
    margin: 10px 5px 7px 0;
  }
}
@media screen and (max-width: 480px) {
  form label {
    display: inline-block;
    padding: 5px 0;
    margin: 2px 5px 2px 0;
  }
}
form label input[type=checkbox] {
  display: block;
  padding: 0 1em 0 25px;
}
form label input[type=checkbox] a {
  color: #E74420;
  text-decoration: underline;
  text-decoration-color: #E74420;
}
form label input[type=checkbox]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #333333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
}
form label input[type=checkbox]::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  margin: 0;
  left: 8px;
  top: 50%;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  form label input[type=checkbox]::before {
    top: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  form label input[type=checkbox]::before {
    top: 0.5em;
  }
}
form label input[type=checkbox]:checked + span::before {
  background: #E74420;
  border-color: #E74420;
}
form label input[type=checkbox]:checked + span::after {
  width: 5px;
  height: 10px;
  opacity: 1;
  margin-top: -9px;
}
form label input[type=radio] + span {
  display: block;
  line-height: 1.7;
  padding: 0 1em 0 25px;
}
form label input[type=radio] + span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  form label input[type=radio] + span::before {
    top: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  form label input[type=radio] + span::before {
    top: 0.5em;
  }
}
form label input[type=radio]:checked + span::before {
  background: #ffffff;
  border: 5px solid #E74420;
}

.req-label {
  font-size: 11px;
  color: #E74420;
  margin-left: 16px;
}

.form-step {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 24px 0;
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
}
.form-step .step-01,
.form-step .step-02 {
  position: relative;
}
.form-step .step-01::after,
.form-step .step-02::after {
  content: url(../img/common/icon-tri.svg);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.form-step .step-02,
.form-step .step-03 {
  color: #999999;
}

#mfp_phase_confirm .step-02 {
  color: #333333;
}

.submit-box {
  margin-top: 40px;
}
.submit-box a {
  color: #E74420;
  text-decoration: underline;
}
.submit-box .agree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}
.submit-box .agree input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
}
.submit-box .agree input[type=checkbox]:checked {
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  background-image: url("../img/contact/check.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.submit-box .btn {
  margin-top: 40px;
}
.submit-box .mfp_err {
  font-size: 12px;
  color: #E74420;
  margin-bottom: 8px;
}

.input-name {
  margin-top: 24px;
}

#mfp_hidden {
  display: none;
}

#mfp_phase_confirm_inner {
  margin-top: 24px;
}
#mfp_phase_confirm_inner h4 {
  font-size: clamp(21px, 3.25vw, 25px);
  text-align: center;
  margin-bottom: 24px;
}

#mfp_confirm_table {
  width: 100%;
}
#mfp_confirm_table tbody th {
  text-align: left;
}
#mfp_confirm_table tbody td {
  margin-left: 1em;
}

.form .mfp_err {
  font-size: 12px;
  color: #E74420;
}

.home-produce__inner, .home-brand__inner, .home-message__inner, .home-origin__inner, .home-vision__inner, .home-intro__inner {
  width: 100%;
  padding: 40px 0;
}

.policy-content__inner, .thanks-content__inner, .recruit-flow__inner, .recruit-recruitment__inner, .recruit-want__inner, .recruit-message__inner, .recruit-interview__inner, .recruit-welfare__inner, .recruit-charm__inner, .recruit-intro__inner, .contact-form__inner, .english-intro__inner, .interview-content__inner, .home-about__inner, .home-news__inner, .home-recruit__inner {
  width: 100%;
  padding: 40px 6%;
}

.inner {
  padding: 0 6%;
}

.section-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #D8D8D8;
}
.section-title__en {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E74420;
  font-size: 10px;
}
.section-title__en::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E74420;
  margin-right: 8px;
}
.section-title__jp {
  color: #999999;
  font-size: 11px;
  font-weight: 300;
}

@keyframes header {
  0% {
    opacity: 1;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 2vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.global-header {
  width: 100vw;
  min-width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.global-header__logo {
  width: 43vw;
  max-width: 200px;
  padding-top: 13vw;
  margin: 0 auto;
}
.global-header__logo a {
  display: block;
}
.global-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .global-header {
    display: flex;
  }
  .global-header__logo {
    width: 104px;
    padding-top: 0;
  }
}

.global-header-nav {
  display: none;
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 16px;
}
.global-header-nav__bg {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
.global-header-nav__list {
  align-items: center;
}
.global-header-nav__list li {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #D8D8D8;
}
.global-header-nav__list li a {
  font-weight: 700;
  display: flex;
  padding: 6vw 0;
  justify-content: space-between;
  align-items: center;
}
.global-header-nav__en {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E74420;
  line-height: 1;
  font-size: 10px;
}
.global-header-nav__en::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E74420;
  margin-right: 8px;
}
.global-header-nav__jp {
  font-size: 11px;
  color: #999999;
  font-weight: 400;
  line-height: 1;
}
.global-header-nav__insta {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.global-header-nav__insta img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .global-header-nav {
    padding: 16px;
  }
  .global-header-nav__img {
    width: 33vw;
  }
  .global-header-nav__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .global-header-nav__bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-header-nav__list {
    width: 336px;
    margin: 0 auto;
  }
  .global-header-nav__list li a {
    padding: 24px 0;
  }
  .global-header-nav__list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .global-header-nav__img {
    display: none;
  }
  .global-header-nav__list {
    width: 100%;
    padding: 5%;
  }
  .global-header-nav__list li a {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .global-header-nav__list {
    padding: 0 16px;
    margin-top: 10vw;
  }
}

.global-header-humberger {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  position: fixed;
  cursor: pointer;
}
.global-header-humberger__border {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.global-header-humberger__text {
  line-height: 1;
  margin-right: 12px;
  margin-bottom: 4px;
}
.global-header-humberger span {
  width: 38px;
  display: inline-block;
  height: 1px;
  background: #333333;
  transition: all 0.3s ease 0s;
  transition-property: margin, transform;
}
.global-header-humberger span:nth-of-type(2) {
  margin-top: 4px;
}
.global-header-humberger span:nth-of-type(3) {
  margin-top: 4px;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .global-header-humberger {
    top: 7%;
    right: 3vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .global-header-humberger {
    top: 7%;
    right: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .global-header-humberger {
    top: 45px;
    right: 32px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    padding: 6px 10px;
    background-color: rgba(255, 255, 255, 0.88);
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px 0 16px;
  z-index: 99999;
}
.section-header__logo {
  width: 104px;
}
.section-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-header__list {
  display: flex;
}
.section-header__list li a {
  font-weight: 600;
  margin: 0 8px;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .section-header {
    position: fixed;
    top: 2%;
    left: 2%;
  }
  .section-header__list {
    margin-left: 3.0714285714vw;
  }
  .section-header__list li a {
    font-size: clamp(12px, 1.0714vw, 15px);
  }
}
@media screen and (max-width: 480px) {
  .section-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-width: 100%;
    height: 95px;
    justify-content: space-between;
  }
  .section-header__logo {
    height: 95px;
  }
}

.drawer-open {
  overflow: hidden;
}
.drawer-open .global-header-nav {
  display: flex;
  animation: fade 0.5s ease forwards;
}
.drawer-open .global-header-humberger span:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(-20deg);
}
.drawer-open .global-header-humberger span:nth-of-type(2) {
  margin-top: 0;
  transform: rotate(20deg);
}
.drawer-open .section-header {
  display: none;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .drawer-open .global-header__logo {
    width: 172px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 480px) {
  .scrolled .global-header-humberger {
    transition: all 0.3s ease 0s;
    animation: fadein 0.5s ease 1s forwards;
    pointer-events: auto;
    opacity: 1;
  }
}

.global-footer {
  position: relative;
  z-index: 999;
  border-top: solid 1px #D8D8D8;
  margin-top: 120px;
}
.global-footer__logo {
  width: 104px;
  margin: 40px auto 50px;
}
.global-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.global-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global-footer .global-footer-nav {
  width: 100%;
  min-width: 100%;
  background-color: #F2F2F2;
  padding: 24px 0;
}
.global-footer .global-footer-nav__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.global-footer .global-footer-nav__list li a {
  font-size: 12px;
  line-height: 1;
  display: block;
  white-space: nowrap;
}
.global-footer .global-footer-nav__list:first-of-type {
  margin-bottom: 16px;
}
.global-footer-copyright {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  margin: 16px auto;
}

.outer {
  position: relative;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .outer {
    margin-top: 48px;
    max-width: 480px;
    margin: 48px auto;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .outer {
    margin-top: 48px;
    max-width: 480px;
    margin: 48px auto;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 480px) {
  main {
    width: 100%;
  }
}

.home-fv {
  height: 100vh;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}
.home-fv__inner {
  padding-top: 100px;
}
.home-fv__text {
  letter-spacing: 0;
  line-height: 2.83;
  padding-left: 32px;
}
.home-fv__text__deco {
  position: relative;
}
.home-fv__text__deco::before {
  content: "";
  position: absolute;
  top: -33%;
  left: 3%;
  background-image: url(../img/home/fv_brackets01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home-fv__text__deco::after {
  content: "";
  position: absolute;
  bottom: -33%;
  right: 7%;
  background-image: url(../img/home/fv_brackets02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home-fv__img {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  min-width: 100%;
}
.home-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .home-fv__text {
    font-size: 29px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .home-fv__text {
    font-size: 29px;
  }
}
@media screen and (max-width: 480px) {
  .home-fv {
    overflow: hidden;
  }
  .home-fv__inner {
    padding-top: 191px;
  }
  .home-fv__text {
    font-size: 24px;
  }
}

.home-intro {
  overflow: hidden;
  padding-top: 40px;
}
.home-intro__text p:not(:first-of-type) {
  margin-top: 0.5em;
}
.home-intro__img {
  width: 100%;
  min-width: 100%;
}
.home-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-vision {
  overflow: hidden;
}
.home-vision__title h2 {
  font-weight: 300;
  line-height: 1;
  margin-top: 0.25rem;
}
.home-vision__title h2 span {
  color: #E74420;
}
.home-vision__text {
  margin-top: 3rem;
}
.home-vision__img {
  margin: 3rem 0.5rem;
  background: url(../img/home/vision_img01.png) no-repeat 125px 125px/221.2px;
  position: relative;
}
.home-vision__img .circle {
  width: 168px;
  height: 168px;
  position: relative;
  justify-content: center;
}
.home-vision__img .circle.circle1 {
  background: url(../img/home/vision_img_c01.png) no-repeat 0 0/contain;
  margin: 0 auto;
}
.home-vision__img .circle.circle1 .subCircle:nth-child(1) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translate3d(60%, -110%, 0) scale(1);
}
.home-vision__img .circle.circle1 .subCircle:nth-child(2) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translate3d(125%, 0%, 0) scale(1);
}
.home-vision__img .circle.circle1 .subCircle:nth-child(3) {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translate3d(60%, 110%, 0) scale(1);
}
.home-vision__img .circle.circle1 .subCircle:nth-child(4) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translate3d(-60%, 110%, 0) scale(1);
}
.home-vision__img .circle.circle1 .subCircle:nth-child(5) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translate3d(-125%, 0%, 0) scale(1);
}
.home-vision__img .circle.circle1 .subCircle:nth-child(6) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translate3d(-60%, -110%, 0) scale(1);
}
.home-vision__img .circle.circle2 {
  background: url(../img/home/vision_img_c02.png) no-repeat 0 0/contain;
  position: absolute;
  top: 281px;
  right: 25px;
}
.home-vision__img .circle.circle2 .subCircle:nth-child(1) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translate3d(116%, -68%, 0) scale(1);
}
.home-vision__img .circle.circle2 .subCircle:nth-child(2) {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translate3d(2%, 123%, 0) scale(1);
}
.home-vision__img .circle.circle2 .subCircle:nth-child(3) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translate3d(-112%, -68%, 0) scale(1);
}
.home-vision__img .circle.circle3 {
  background: url(../img/home/vision_img_c03.png) no-repeat 0 0/contain;
  margin: 113px 0 0 32px;
  margin: 7rem 0 0 1.8rem;
}
.home-vision__img .circle.circle3 .subCircle:nth-child(1) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translate3d(75%, -102%, 0) scale(1);
}
.home-vision__img .circle.circle3 .subCircle:nth-child(2) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translate3d(124%, 40%, 0) scale(1);
}
.home-vision__img .circle.circle3 .subCircle:nth-child(3) {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translate3d(0%, 125%, 0) scale(1);
}
.home-vision__img .circle.circle3 .subCircle:nth-child(4) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translate3d(-125%, 40%, 0) scale(1);
}
.home-vision__img .circle.circle3 .subCircle:nth-child(5) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translate3d(-71%, -103%, 0) scale(1);
}
.home-vision__img .circle .subs {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotate-anime 30s linear infinite;
  z-index: 10;
}
.home-vision__img .circle .subs .subCircle {
  width: 67.2px;
  height: 67.2px;
  margin-left: -33.6px;
  margin-top: -33.6px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.home-vision__img .circle .subs .subCircle img {
  animation: rotate-anime 30s linear infinite;
  animation-direction: reverse;
}
@media screen and (max-width: 480px) {
  .home-vision__img {
    background: url(../img/home/vision_img01.png) no-repeat center 32.3vw/44vw;
  }
  .home-vision__img .circle {
    width: 35vw;
    height: 35vw;
  }
  .home-vision__img .circle.circle2 {
    top: 62.1vw;
    right: 5.6vw;
  }
  .home-vision__img .circle.circle3 {
    margin: 27vw 0 0 5.1vw;
  }
  .home-vision__img .circle .subs {
    position: absolute;
    top: 50%;
    left: 50%;
    animation: rotate-anime 30s linear infinite;
    z-index: 10;
  }
  .home-vision__img .circle .subs .subCircle {
    width: 14vw;
    height: 14vw;
    margin-left: -7vw;
    margin-top: -7vw;
  }
}

.home-origin {
  overflow: hidden;
}
.home-origin__inner {
  padding: 40px 6% 80px;
}
.home-origin__text {
  margin-top: 3rem;
}
.home-origin__text--last {
  margin-top: 80px;
}
.home-origin__text__content {
  margin-left: 2rem;
}
.home-origin__text__content h3 {
  font-size: clamp(13px, 3.25vw, 15px);
  line-height: 1;
  display: block;
  margin: 80px 0 40px;
  position: relative;
  z-index: 3;
}
.home-origin__text__content h3::before {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #E74420;
  line-height: 1;
  height: 100px;
  position: absolute;
  top: 20%;
  left: -9%;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.home-origin__text__content h3::after {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -220%;
  z-index: -1;
}
.home-origin__text__content:first-of-type h3::before {
  content: "Q";
}
.home-origin__text__content:first-of-type h3::after {
  content: url(../img/home/origin_txt1.svg);
  right: -30%;
}
.home-origin__text__content:nth-of-type(2) h3::before {
  content: "URA";
  letter-spacing: 1em;
}
.home-origin__text__content:nth-of-type(2) h3::after {
  content: url(../img/home/origin_txt2.svg);
  right: -57%;
  bottom: -40%;
}
.home-origin__text__content:nth-of-type(3) h3::before {
  content: "D";
}
.home-origin__text__content:nth-of-type(3) h3::after {
  content: url(../img/home/origin_txt3.svg);
  right: -25%;
}

.home-message {
  overflow: hidden;
}
.home-message__content {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.home-message__content__img {
  width: 119px;
}
.home-message__content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-message__content__text {
  margin-left: 2.5rem;
}
.home-message__content__name {
  display: flex;
  align-items: flex-end;
}
.home-message__content__name h3 {
  font-size: 18px;
  line-height: 1;
}
.home-message__content__name p {
  color: #999999;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .home-message__content__name p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .home-message__content__name p {
    font-size: 10px;
  }
}
.home-message__content__name p {
  line-height: 1;
  margin-left: 8px;
}
.home-message__content__sns {
  margin-top: 8px;
}
.home-message__text {
  margin-top: 40px;
}
.home-message__text__name {
  margin-top: 3rem;
  position: relative;
  z-index: 3;
}
.home-message__text__name::before {
  content: url(../img/home/message_txt.svg);
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 20px;
  right: -40px;
  z-index: -1;
}
.home-message__btn {
  margin-top: 118px;
}

.home-message-staff__title {
  color: #999999;
  font-size: 11px;
  text-align: center;
  margin-top: 97px;
}
.home-message-staff__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin-bottom: 1em;
}
.home-message-staff__list__item {
  font-size: 12px;
  width: 100%;
  padding: 0 1.5rem;
  z-index: 10;
}
.home-message-staff__list li {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-message-staff__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../img/home/message-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}
.home-message-staff .swiper01 {
  margin-top: 32px;
}
.home-message-staff .swiper01 .swiper-wrapper {
  align-items: stretch;
}

.home-brand__inner {
  padding: 40px 6%;
}
.home-brand__area {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.home-brand__area__bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 25px;
  left: -10px;
}
.home-brand__area__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-brand__area .brand-list {
  padding-top: 103px;
  padding-left: 1.5rem;
  padding-bottom: 140px;
  flex: 1;
}
.home-brand__area {
  /*
  &:nth-of-type(3) {
    .brand-list {
      padding-top: 240px
    }
  }
  */
}
.home-brand__text {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #E74420;
  line-height: 1;
  letter-spacing: 1em;
  margin-top: 54px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: sticky;
  top: 20px;
  left: 0;
}
.home-brand__btn {
  margin-top: 40px;
}
.home-brand__img {
  width: 100%;
  padding-left: 9px;
}
.home-brand__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-list {
  width: 100%;
}
.brand-list li {
  display: flex;
}
.brand-list li:not(:first-of-type) {
  margin-top: 57px;
}
.brand-list__img {
  width: 122px;
  height: 122px;
  border: solid 1px #D8D8D8;
  padding: 11px;
}
.brand-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-list__content {
  padding-left: 15px;
}
.brand-list__content h3 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.brand-list__content p {
  color: #999999;
  font-size: 12px;
  margin-top: 1rem;
}
.brand-list__btn {
  width: 185px;
  max-width: 100%;
  height: 41px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) and (min-width: 481px) {
  .brand-list__btn {
    font-size: 12px;
  }
  .brand-list__btn:hover {
    opacity: 0.7;
  }
}

.home-produce {
  overflow: hidden;
}
.home-produce__inner {
  padding: 40px 6%;
}
.home-produce__text {
  margin-top: 40px;
}
.home-produce__text p:not(:first-of-type) {
  margin-top: 3em;
}
.home-produce__btn {
  margin-top: 40px;
}

.home-produce-support {
  position: relative;
  margin-top: 90px;
}
.home-produce-support__text {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #E74420;
  line-height: 1;
  letter-spacing: 1em;
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: absolute;
  top: 0;
  left: 0;
}
.home-produce-support__content {
  padding-left: 6%;
}
.home-produce-support__title {
  font-size: clamp(13px, 3.25vw, 15px);
  line-height: 1;
  position: relative;
  z-index: 1;
}
.home-produce-support__title::before {
  content: url(../img/home/support_txt.svg);
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -30px;
  right: -85px;
  z-index: -1;
}
.home-produce-support__list {
  margin-top: 40px;
}
.home-produce-support__list li {
  display: flex;
}
.home-produce-support__list li:not(:first-of-type) {
  margin-top: 6%;
}
.home-produce-support__list__text {
  margin-left: 15px;
}
.home-produce-support__list__text h4 {
  font-size: 14px;
  font-weight: 300;
}
.home-produce-support__list__text p {
  color: #999999;
  font-size: 12px;
  line-height: 1.7;
}
.home-produce-support__list__img {
  width: 79px;
  height: 79px;
}
.home-produce-support__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-recruit__content p {
  margin-top: 40px;
}
.home-recruit__content a {
  margin-top: 40px;
}
.home-recruit__img {
  width: 100%;
  padding-left: 8px;
}
.home-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-news__content p {
  margin-top: 40px;
}
.home-news__content a {
  margin-top: 40px;
}
.home-news__btn {
  gap: 0 8px;
}

.home-about__content__item {
  margin-top: 40px;
}
.home-about__content__item p {
  line-height: 1;
}
.home-about__content__item p:last-of-type {
  color: #999999;
  line-height: 1.8;
  margin-top: 0.5rem;
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brand-fv {
  padding-top: 100px;
  position: relative;
}
.brand-fv__bg {
  width: 100%;
}
.brand-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-fv__title {
  font-size: clamp(21px, 3.25vw, 25px);
  position: absolute;
  top: 60%;
  left: 5%;
}

.brand-content {
  padding-top: 120px;
}
.brand-content__area {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 6%;
}
.brand-content__area__inner {
  padding: 0 6%;
  overflow: hidden;
  z-index: 10;
}
.brand-content__area__bg {
  width: 100%;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 1;
}
.brand-content__area__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-content__area:nth-of-type(n + 2) {
  margin-top: 240px;
}
.brand-content__area:nth-of-type(2) .brand-content__area__bg {
  width: 337px;
  top: -75px;
  left: 40px;
}
.brand-content__text {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E74420;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1em;
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: sticky;
  top: 20px;
  left: 24px;
  margin-top: -52px;
  z-index: 100;
}

.brand-content-list {
  width: 100%;
}
.brand-content-list li:not(:first-of-type) {
  margin-top: 52px;
  padding-bottom: 4px;
}
.brand-content-list__thumb {
  width: 100%;
  height: 100%;
}
.brand-content-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-content-list__content {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.brand-content-list__img {
  width: 75px;
  height: 75px;
  border: solid 1px #D8D8D8;
  padding: 7px;
}
.brand-content-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-content-list__info h3 {
  line-height: 1.5;
}
.brand-content-list__info p {
  font-size: 12px;
  color: #999999;
  margin-top: 1em;
}
.brand-content-list__text {
  margin-top: 16px;
}
.brand-content-list__btn {
  font-size: 12px;
  width: 185px;
  height: 41px;
  margin-top: 24px;
}

.brand-detail-fv {
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}
.brand-detail-fv__head {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.brand-detail-fv__shop {
  font-size: 12px;
  writing-mode: vertical-lr;
}
.brand-detail-fv__img {
  width: 100%;
  height: 170px;
}
.brand-detail-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-detail-fv__text {
  padding: 24px 6%;
}
.brand-detail-fv__text p {
  line-height: 2.5;
}
.brand-detail-fv__btn {
  font-size: 12px;
  width: 185px;
}
.brand-detail-gallery {
  overflow: hidden;
}
.brand-detail-gallery__inner {
  padding: 120px 6%;
  position: relative;
  z-index: 100;
}
.brand-detail-gallery__inner::before {
  content: url(../img/brand/gallery_txt.svg);
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  z-index: -1;
}
.brand-detail-gallery__title {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E74420;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1em;
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: absolute;
  top: 7%;
  left: 5%;
}
.brand-detail-gallery__list {
  display: flex;
  justify-content: space-between;
  padding-left: 6%;
}
.brand-detail-gallery__list > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.brand-detail-gallery__list--right {
  margin-top: 57px;
}
.brand-detail-gallery__item {
  width: 39vw;
  max-width: 156px;
  height: 156px;
}
.brand-detail-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-detail-profile {
  overflow: hidden;
}
.brand-detail-profile__inner {
  padding: 0 6%;
}
.brand-detail-profile__item {
  margin-top: 40px;
}
.brand-detail-profile__item dd {
  color: #999999;
  line-height: 1.8;
}
.brand-detail-profile__link {
  text-align: right;
}
.brand-detail-profile__link a {
  border-bottom: 1px solid currentColor;
}
.brand-detail-profile__link a::before {
  content: url(../img/brand/map_icon.svg);
  display: inline-block;
  width: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.brand-detail-profile__map {
  width: 100%;
  height: 156px;
  margin-top: 40px;
}
.brand-detail-profile__map iframe {
  width: 100%;
  height: 100%;
}
.brand-detail-profile__btn {
  font-size: 12px;
  width: 185px;
  height: 41px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.brand-detail-btn {
  margin-top: 120px;
}

.interview-fv {
  padding-top: 100px;
}
.interview-fv__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 100;
}
.interview-fv__inner::before {
  content: url(../img/interview/fv_txt.svg);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.interview-fv__copy {
  padding: 16px 50px 0 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 120;
}
.interview-fv__copy p {
  letter-spacing: 0.75em;
}
.interview-fv__copy h2 {
  font-size: clamp(21px, 3.25vw, 25px);
  font-weight: 300;
  color: #E74420;
  letter-spacing: 0.25em;
  line-height: 1.2;
}
.interview-fv__img {
  width: 57%;
}
.interview-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-intro__inner {
  padding: 80px 6% 40px;
}
.interview-intro__title {
  font-weight: 300;
}
.interview-intro__img {
  margin-top: 40px;
  margin-left: -6.8%;
  width: 106.8%;
}
.interview-intro__img img {
  width: 100%;
}

.interview-content__title {
  font-size: 17px;
  font-weight: 300;
}
.interview-content__text:not(:first-of-type) {
  margin-top: 80px;
}
.interview-content__text p {
  margin-top: 2em;
}

.english-fv {
  width: 100%;
}
.english-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .english-fv {
    padding-top: 100px;
  }
}

.english-intro__content {
  margin-top: 40px;
}
.english-intro__content dd {
  color: #999999;
  line-height: 1.5;
}

.english-brand {
  position: relative;
}
.english-brand__inner {
  display: flex;
  align-items: flex-start;
  padding-top: 100px;
  position: relative;
  z-index: 100;
}
.english-brand__inner::before {
  content: url(../img/en/en_txt.svg);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 22px;
  right: 0;
  z-index: -1;
}
.english-brand__text {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E74420;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1em;
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: sticky;
  top: 20px;
  left: 24px;
  margin-top: -52px;
  z-index: 10;
}
.english-brand__area {
  padding: 0 6%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.english-brand-list {
  padding-left: 6%;
}
.english-brand-list li:not(:first-of-type) {
  margin-top: 48px;
}
.english-brand-list__thumb {
  width: 100%;
}
.english-brand-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.english-brand-list__title {
  padding-bottom: 1rem;
  margin-bottom: 16px;
  border-bottom: solid 1px #D8D8D8;
}
.english-brand-list__title h2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin-top: 2em;
}
.english-brand-list__title p {
  font-size: 12px;
  color: #999999;
}
.english-brand-list__info dt {
  line-height: 1;
  margin-top: 24px;
}
.english-brand-list__info dd {
  color: #999999;
  line-height: 1.8;
  margin-top: 8px;
}

.contact-form__fv {
  width: 100%;
}
.contact-form__fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .contact-form {
    padding-top: 100px;
  }
}

.recruit-fv {
  width: 100%;
  padding-top: 100px;
}
.recruit-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-intro__title {
  font-size: clamp(21px, 3.25vw, 25px);
  line-height: 1;
}
.recruit-intro__title span {
  color: #E74420;
}
.recruit-intro__text {
  margin-top: 35px;
}

.recruit-charm {
  padding-top: 40px;
}
.recruit-charm__content__item {
  padding-left: 6%;
  padding-bottom: 20px;
  margin-top: 40px;
  position: relative;
}
.recruit-charm__content__item::before {
  content: url(../img/recruit/charm_txt1.svg);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -20px;
  right: 0;
}
.recruit-charm__content__item h3 {
  font-size: clamp(13px, 3.25vw, 15px);
  position: relative;
}
.recruit-charm__content__item h3::before {
  content: "1";
  font-size: 10px;
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E74420;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -6%;
}
.recruit-charm__content__item p {
  margin-top: 40px;
}
.recruit-charm__content__item:nth-of-type(2)::before {
  content: url(../img/recruit/charm_txt2.svg);
}
.recruit-charm__content__item:nth-of-type(2) h3::before {
  content: "2";
}
.recruit-charm__content__item:nth-of-type(3)::before {
  content: url(../img/recruit/charm_txt3.svg);
}
.recruit-charm__content__item:nth-of-type(3) h3::before {
  content: "3";
}

.recruit-welfare__title {
  padding-left: 12%;
}
.recruit-welfare__title--jp {
  font-size: clamp(13px, 3.25vw, 15px);
  font-weight: 300;
  line-height: 1;
}
.recruit-welfare__title--en {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(21px, 3.25vw, 25px);
  line-height: 1;
  margin-top: 16px;
}
.recruit-welfare__title--en span {
  color: #E74420;
}
.recruit-welfare__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.recruit-welfare__text {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E74420;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1em;
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: sticky;
  top: 20px;
  left: 24px;
}
.recruit-welfare__content {
  display: flex;
  gap: 16px;
}
.recruit-welfare__content__item {
  width: 156px;
}
.recruit-welfare__content__item p {
  line-height: 1.6;
}
.recruit-welfare__content__item:not(:first-of-type) {
  margin-top: 24px;
}
.recruit-welfare__content__img {
  width: 100%;
  height: 100%;
}
.recruit-welfare__content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-welfare__content--right {
  margin-top: 66px;
}

.recruit-interview {
  margin-top: 40px;
}
.recruit-interview__content {
  margin-top: 40px;
}
.recruit-interview__content__header {
  display: flex;
  align-items: center;
  position: relative;
}
.recruit-interview__content__img {
  width: 159px;
}
.recruit-interview__content__img img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-interview__content__text {
  margin-left: 32px;
}
.recruit-interview__content__job {
  font-size: 10px;
  line-height: 1;
  color: #999999;
}
.recruit-interview__content__name {
  font-size: 18px;
  line-height: 1.8;
}
.recruit-interview__content__deco {
  position: absolute;
  right: -3%;
  bottom: 0;
}
.recruit-interview__content__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-interview__content__item:not(:first-of-type) {
  margin-top: 60px;
}
.recruit-interview__content__body {
  margin-top: 40px;
  overflow: hidden;
}
.recruit-interview__content .btn {
  margin-top: 40px;
}

.recruit-message__title {
  font-size: clamp(21px, 3.25vw, 25px);
  font-weight: 300;
  line-height: 1.54;
  margin-top: 36px;
}
.recruit-message__img {
  margin-top: 24px;
}
.recruit-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-message__text {
  line-height: 2.5;
  margin-top: 40px;
}
.recruit-message__name {
  margin-top: 64px;
  position: relative;
}
.recruit-message__name::after {
  content: url(../img/recruit/message_txt.svg);
  display: block;
  position: absolute;
  right: -6.5%;
  bottom: -50px;
}

.recruit-want {
  margin-top: 200px;
  position: relative;
}
.recruit-want::before {
  content: url(../img/recruit/want_bg.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.recruit-want__inner {
  display: flex;
}
.recruit-want__content {
  flex: 1;
}
.recruit-want__title {
  font-size: clamp(13px, 3.25vw, 15px);
  font-weight: 300;
  line-height: 1;
  padding-left: 6%;
}
.recruit-want__en {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E74420;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1em;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.recruit-want__list {
  width: 100%;
  padding-left: 6%;
  margin-top: 40px;
}
.recruit-want__list li {
  display: flex;
}
.recruit-want__list li:not(:first-of-type) {
  margin-top: 24px;
}
.recruit-want__icon {
  width: 79px;
  height: 79px;
}
.recruit-want__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-want__text {
  padding-left: 15px;
}
.recruit-want__text--en {
  font-family: "Comfortaa", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.recruit-want__text--jp {
  font-size: 12px;
  line-height: 1.8;
  color: #999999;
}

.recruit-recruitment {
  margin-top: 40px;
}
.recruit-recruitment__list li {
  margin-top: 40px;
}
.recruit-recruitment__list li h3 {
  font-size: clamp(13px, 3.25vw, 15px);
  font-weight: 300;
}
.recruit-recruitment__list li p {
  color: #999999;
  line-height: 1.8;
}

.recruit-flow {
  margin-top: 40px;
}
.recruit-flow__content {
  padding-left: 6%;
}
.recruit-flow__list {
  display: flex;
  gap: 0 24px;
  overflow-x: scroll;
}
.recruit-flow__list__item {
  width: 130px;
  min-width: 130px;
  position: relative;
}
.recruit-flow__list__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background-color: #F2F2F2;
  position: absolute;
  right: -24px;
  top: 80px;
}
.recruit-flow__list h3 {
  font-size: 14px;
  text-align: center;
}
.recruit-flow__list p {
  font-size: 12px;
  color: #999999;
  line-height: 1.8;
}
.recruit-flow__btn {
  margin-top: 40px;
}

.thanks-content {
  padding-top: 100px;
}
.thanks-content__title {
  font-size: clamp(21px, 3.25vw, 25px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
.thanks-content__read {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.thanks-content__tel {
  margin-top: 24px;
}
.thanks-content__tel a {
  width: 185px;
  height: 41px;
}
.thanks-content__btn {
  margin-top: 24px;
}

.policy-content {
  padding-top: 100px;
}
.policy-content__title {
  font-size: clamp(21px, 3.25vw, 25px);
  text-align: center;
}
.policy-content__main {
  padding: 24px 0;
}
.policy-content__main:not(:first-of-type) .policy-content__text {
  margin-top: 1em;
}
.policy-content__lead {
  font-weight: 700;
  margin-top: 1.5em;
}
.policy-content__text {
  line-height: 1.8;
}
.policy-content__footer {
  text-align: right;
}
.policy-content__footer--bold {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */