@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*
Theme Name:
*/
/*----------------------------------------
  reset
-----------------------------------------*/
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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

html {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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

p {
  text-align: justify;
}

nav 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;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: black;
  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;
  outline: 0;
}

ul,
li {
  list-style: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  background-color: #F4F4F4;
}

input:-internal-autofill-selected {
  background-color: #F4F4F4 !important;
}

input[type=text]:focus:placeholder-shown,
input[type=button]:focus:placeholder-shown,
input[type=submit]:focus:placeholder-shown,
input[type=tel]:focus:placeholder-shown,
input[type=email]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:-webkit-input-placeholder,
input[type=button]:focus:-webkit-input-placeholder,
input[type=submit]:focus:-webkit-input-placeholder,
input[type=tel]:focus:-webkit-input-placeholder,
input[type=email]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:focus:-moz-placeholder,
input[type=button]:focus:-moz-placeholder,
input[type=submit]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=button]:focus:-ms-input-placeholder,
input[type=submit]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown {
  color: #ddd;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #F4F4F4;
}

textarea {
  resize: vertical;
}

textarea:placeholder-shown {
  color: #ddd;
}

textarea::-webkit-input-placeholder {
  color: #ddd;
}

textarea::-moz-placeholder {
  color: #ddd;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
a {
  -webkit-tap-highlight-color: transparent;
  color: #181818;
}
@media screen and (min-width: 896px) {
  a {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  vertical-align: middle;
  border: solid 1px black;
  font-weight: normal;
  text-align: left;
  border: 0;
}

caption {
  text-align: left;
}

html {
  scroll-behavior: auto;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  color: #181818;
}
html.noscroll,
body.noscroll {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 3.7333333333vw;
  }
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: auto;
}

.slick-list:focus {
  outline: none !important;
}

html {
  overscroll-behavior: none;
}

.en {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.enb {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 897px) {
  .tel {
    pointer-events: none;
  }
}
.tel.no_link {
  pointer-events: none;
}

.externallink {
  position: relative;
  font-size: 1.2857142857vw;
  letter-spacing: 0.01em;
  padding-right: 1.5714285714vw;
  display: inline-block;
  transition: color 0.35s ease;
}
@media screen and (max-width: 896px) {
  .externallink {
    font-size: 3.7333333333vw;
    padding-right: 5vw;
  }
}
.externallink::after {
  content: "";
  background: url(../../img/common/svg_external01.svg) no-repeat;
  background-size: contain;
  width: 1.1428571429vw;
  height: 0.8571428571vw;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 896px) {
  .externallink::after {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
}
.externallink::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #181818;
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: right;
}
@media screen and (min-width: 897px) {
  .externallink:hover {
    color: #6F2D96;
  }
  .externallink:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.flx {
  display: flex;
}

.ablt {
  position: absolute;
}

.lead {
  font-size: 1.1428571429vw;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .lead {
    font-size: 3.7333333333vw;
  }
}
.lead.type_white {
  color: #F4F4F4;
}

.basebtn {
  border: 1px solid #181818;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.7142857143vw;
  padding-inline: 3.6428571429vw 1.4285714286vw;
  width: max-content;
}
@media screen and (min-width: 897px) {
  .basebtn {
    height: 5vw;
    min-width: 18.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .basebtn {
    height: 14.4vw;
    border-radius: 2vw;
    min-width: 86.6666666667vw;
    gap: 5.8666666667vw;
    padding-inline: 8vw;
  }
}
.basebtn .txt {
  overflow: hidden;
  position: relative;
  font-size: 1.2857142857vw;
  font-weight: 700;
  margin-right: 1.7857142857vw;
}
@media screen and (max-width: 896px) {
  .basebtn .txt {
    font-size: 4.2666666667vw;
  }
}
.basebtn .txt .maintxt {
  display: flex;
}
.basebtn .txt .maintxt span {
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  width: max-content;
  display: block;
}
.basebtn .txt .hidetxt {
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.basebtn .txt .hidetxt span {
  display: flex;
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  transform: translateY(102%);
  opacity: 0;
  display: block;
  width: max-content;
}
.basebtn .icon {
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1);
  width: 1.5714285714vw;
}
@media screen and (max-width: 896px) {
  .basebtn .icon {
    width: 5.8666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .basebtn:hover .icon {
    transform: translateX(0.5vw);
  }
  .basebtn:hover .txt .maintxt span {
    transform: translateY(-102%);
    opacity: 0;
  }
  .basebtn:hover .txt .hidetxt span {
    transform: translateY(0);
    opacity: 1;
  }
}
.basebtn.type_white {
  border: 1px solid white;
}
.basebtn.type_white .txt {
  color: #F4F4F4;
}
.basebtn.type_white .icon {
  filter: brightness(0) invert(1);
}
.basebtn.type_pink {
  background: #E5387F;
  border: 1px solid #F4F4F4;
}
@media screen and (min-width: 897px) {
  .basebtn.type_pink {
    padding-left: 1.4285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .basebtn.type_pink {
    letter-spacing: -0.05em;
  }
}
.basebtn.type_pink .txt {
  color: #F4F4F4;
}
.basebtn.type_pink .icon {
  filter: brightness(0) invert(1);
}

.loopSlider01 {
  background: #F4F4F4;
  padding: 0.8571428571vw 0;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
}
@media screen and (max-width: 896px) {
  .loopSlider01 {
    padding: 1.8vw 0;
  }
}
.loopSlider01 ul {
  align-items: center;
  gap: 1.4285714286vw;
  height: auto !important;
}
@media screen and (max-width: 896px) {
  .loopSlider01 ul {
    gap: 2vw;
  }
}
.loopSlider01 ul li.txt {
  font-size: 2.2857142857vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .loopSlider01 ul li.txt {
    font-size: 5.0666666667vw;
  }
}
.loopSlider01 ul li.icon {
  width: 4.4285714286vw;
}
@media screen and (max-width: 896px) {
  .loopSlider01 ul li.icon {
    width: 10vw;
  }
}
.loopSlider01 ul li.icon.icon03 {
  margin-inline: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .loopSlider01 ul li.icon.icon03 {
    margin-inline: 3vw;
  }
}

.common_h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .common_h2 {
    gap: 2.6666666667vw;
  }
}
.common_h2 .maintxt {
  color: #E5387F;
  font-size: 4.9285714286vw;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .common_h2 .maintxt {
    font-size: 10.6666666667vw;
  }
}
.common_h2 .maintxt span {
  transform: translateX(20%) translateY(50%) rotateX(50deg) rotateY(20deg) translateZ(0px);
  opacity: 0;
  transition: all 1.7s cubic-bezier(0.2, 1, 0.21, 1);
  display: inline-block;
}
.common_h2 .jp {
  letter-spacing: 0.05em;
  font-size: 2vw;
}
@media screen and (max-width: 896px) {
  .common_h2 .jp {
    font-size: 5.3333333333vw;
  }
}
.common_h2.on .maintxt span {
  transform: translateX(0) translateY(0) rotateX(0) rotateY(0) translateZ(0px);
  opacity: 1;
}

.common_txtbox-tag {
  background: #181818;
  border-radius: 10vw;
  border: 1px solid #181818;
  letter-spacing: -0.01em;
  font-size: 1.2857142857vw;
  width: max-content;
  padding: 0 1vw;
  color: #F4F4F4;
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  .common_txtbox-tag {
    height: 2.7142857143vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.1vw;
  }
}
@media screen and (max-width: 896px) {
  .common_txtbox-tag {
    font-size: 3.7333333333vw;
    padding: 1vw 3.7vw;
  }
}
.common_txtbox-ttl {
  display: flex;
  flex-direction: column;
  margin-top: 1.2142857143vw;
  gap: 0.5714285714vw;
}
@media screen and (max-width: 896px) {
  .common_txtbox-ttl {
    margin-top: 4vw;
  }
}
.common_txtbox-subttl {
  font-size: 2.2857142857vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.5vw;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .common_txtbox-subttl {
    font-size: 5.6vw;
    margin-top: 3vw;
  }
}
.common_txtbox-txt {
  margin-top: 0.7142857143vw;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .common_txtbox-txt {
    margin-top: 3vw;
  }
}
.common_txtbox .btnwrap {
  margin-top: 2.9285714286vw;
}

.bread {
  position: absolute;
  bottom: -4.2857142857vw;
  right: 2.1428571429vw;
}
@media screen and (max-width: 896px) {
  .bread {
    bottom: -9vw;
    right: 5vw;
  }
}
.bread .slash {
  width: 4.5714285714vw;
  height: 1px;
  background-color: #969CA7;
}
.bread .flx {
  gap: 0.6428571429vw;
  font-weight: 500;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .bread .flx {
    gap: 1.8666666667vw;
  }
}
.bread li {
  display: flex;
  align-items: center;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .bread li {
    gap: 1.8666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .bread li span {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .bread li span {
    font-size: 3.2vw;
  }
}
.bread li a {
  position: relative;
  color: #969CA7;
  transition: color 0.35s ease;
}
@media screen and (min-width: 897px) {
  .bread li a {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .bread li a {
    font-size: 3.2vw;
  }
}
.bread li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1432AA;
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: right;
}
@media screen and (max-width: 896px) {
  .bread li a::after {
    bottom: 0;
  }
}
@media screen and (min-width: 897px) {
  .bread li a:hover {
    color: #1432AA;
  }
  .bread li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }
}

body {
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}

.commontxtbox.type_white {
  color: #F4F4F4;
}
.commontxtbox.type_white .commontxtbox__ttl .entxt {
  color: #CBCBCB;
}
.commontxtbox.type_white .lead {
  color: #CBCBCB;
}
.commontxtbox__num {
  letter-spacing: 0.02em;
  font-size: 1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .commontxtbox__num {
    font-size: 3.7333333333vw;
  }
}
.commontxtbox__ttl {
  display: flex;
  flex-direction: column;
  gap: 1.1428571429vw;
  margin-top: 0.6vw;
}
.commontxtbox__ttl .jptxt {
  font-size: 2.6428571429vw;
  line-height: 1.2;
}
@media screen and (max-width: 896px) {
  .commontxtbox__ttl .jptxt {
    font-size: 6.4vw;
  }
}
.commontxtbox__ttl .entxt {
  letter-spacing: 0.06em;
  font-size: 1vw;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .commontxtbox__ttl .entxt {
    font-size: 3.2vw;
  }
}
.commontxtbox .lead {
  margin-top: 1.8571428571vw;
}
@media screen and (min-width: 897px) {
  .commontxtbox .lead {
    width: 22.5vw;
  }
}
.commontxtbox .underlink01 {
  margin-top: 2.5vw;
}
@media screen and (max-width: 896px) {
  .commontxtbox .underlink01 {
    margin-top: 5vw;
  }
}

.commontxtbox02 {
  display: flex;
  flex-direction: column;
  gap: 2.4vw;
}
@media screen and (max-width: 896px) {
  .commontxtbox02 {
    gap: 5vw;
  }
}
.commontxtbox02__ttl {
  font-size: 4.5vw;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .commontxtbox02__ttl {
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.commontxtbox02__ttl .underline {
  text-decoration: underline;
  font-weight: 700;
  text-decoration-thickness: 0.3vw;
  text-underline-offset: 0.6vw;
}
@media screen and (max-width: 896px) {
  .commontxtbox02__ttl .underline {
    text-decoration-thickness: 0.6vw;
    text-underline-offset: 0.9vw;
  }
}
.commontxtbox02__ttl .type_en {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .commontxtbox02 .lead {
    width: 60.7142857143vw;
    margin-inline: auto 0;
    font-size: 1.2857142857vw;
  }
}

.underlink01 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9285714286vw;
  width: max-content;
  padding-bottom: 0.7142857143vw;
}
.underlink01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F4F4F4;
  transform: scaleX(1);
  transition: transform 0.35s ease;
  opacity: 0.6;
  transform-origin: right;
}
.underlink01 .txt {
  overflow: hidden;
  position: relative;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .underlink01 .txt {
    font-size: 3.7333333333vw;
  }
}
.underlink01 .txt .maintxt {
  display: flex;
}
.underlink01 .txt .maintxt span {
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  width: max-content;
  display: block;
}
.underlink01 .txt .hidetxt {
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.underlink01 .txt .hidetxt span {
  display: flex;
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  transform: translateY(102%);
  opacity: 0;
  display: block;
  width: max-content;
}
.underlink01 .circle_arrow__icon {
  background: url(../../img/common/header/ico_arrow_r01.svg) no-repeat;
  background-position: center;
}
.underlink01.type_white {
  color: #F4F4F4;
}
.underlink01.type_white .circle_arrow__circle path {
  stroke: #F4F4F4;
}
.underlink01.type_white .circle_arrow__icon {
  filter: brightness(0) invert(1);
}
.underlink01:hover .txt .maintxt span {
  transform: translateY(-102%);
  opacity: 0;
}
.underlink01:hover .txt .hidetxt span {
  transform: translateY(0);
  opacity: 1;
}
.underlink01:hover .circle_arrow__circle.hover path {
  stroke-dashoffset: 395.897;
  stroke-dashoffset: 0;
}
.underlink01:hover .circle_arrow__icon {
  transform: translate(0, 0);
}
.underlink01:hover .circle_arrow__icon.default {
  transform: translate(150%, 0);
}

.linkarea01 {
  display: flex;
  position: relative;
}
@media screen and (max-width: 896px) {
  .linkarea01 {
    flex-direction: column;
  }
}
@media screen and (min-width: 897px) {
  .linkarea01:hover .linkarea01__link--bg {
    opacity: 0;
  }
  .linkarea01:hover .linkarea01__link--txtbox {
    opacity: 0.4;
  }
  .linkarea01:hover .linkarea01__link--linktxt {
    opacity: 0.4;
  }
}
.linkarea01__link {
  width: 33.3333333333%;
  position: relative;
  z-index: 3;
  border-left: 1px solid rgba(244, 244, 244, 0.4);
}
@media screen and (max-width: 896px) {
  .linkarea01__link {
    width: 100%;
    border-top: 1px solid rgba(244, 244, 244, 0.4);
    border-left: none;
  }
}
.linkarea01__link:nth-of-type(1) {
  border-left: none;
}
@media screen and (max-width: 896px) {
  .linkarea01__link:nth-of-type(1) {
    border-top: none;
  }
}
@media screen and (min-width: 897px) {
  .linkarea01__link:hover .linkarea01__link--txtbox {
    opacity: 1;
  }
  .linkarea01__link:hover .linkarea01__link--linktxt {
    opacity: 1;
  }
}
.linkarea01__link--bg {
  transition: opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
}
.linkarea01__link--bg img {
  height: 42.8571428571vw;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--bg img {
    object-position: top;
    height: 66vw;
  }
}
@media screen and (max-width: 896px) {
  .linkarea01__link--bg.type_philosophy img {
    object-position: 50% 25%;
  }
}
.linkarea01__link--txtbox {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9285714286vw;
  color: white;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (min-width: 897px) {
  .linkarea01__link--txtbox {
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 896px) {
  .linkarea01__link--txtbox {
    gap: 2vw;
    translate: 0 -50%;
    left: 5vw;
    align-items: flex-start;
  }
}
.linkarea01__link--txtbox .jp {
  font-size: 0.9285714286vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--txtbox .jp {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.linkarea01__link--txtbox .entxt {
  font-size: 4.8571428571vw;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--txtbox .entxt {
    font-size: 9vw;
    text-align: left;
  }
}
.linkarea01__link--linktxt {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 3;
  bottom: 2.8571428571vw;
  right: 2.8571428571vw;
  gap: 0.8571428571vw;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (max-width: 896px) {
  .linkarea01__link--linktxt {
    bottom: 4vw;
    gap: 3vw;
    right: 5vw;
  }
}
.linkarea01__link--linktxt .txt {
  color: #F4F4F4;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--linktxt .txt {
    font-size: 4vw;
  }
}
.linkarea01__link--linktxt .icon {
  width: 1.7857142857vw;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--linktxt .icon {
    width: 5.8666666667vw;
  }
}
.linkarea01__bgwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .linkarea01__bgwrap {
    display: none;
  }
}
.linkarea01__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  opacity: 0;
}
.linkarea01__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.linkarea01__bg.show {
  opacity: 1;
}

.deco_ink01 {
  position: absolute;
  width: 50vw;
  pointer-events: none;
}

.deco_ink02 {
  position: absolute;
  width: 53.5714285714vw;
  pointer-events: none;
}

.deco_ink03 {
  position: absolute;
  pointer-events: none;
  width: 50.2857142857vw;
}

.deco_ink04 {
  position: absolute;
  width: 46.9285714286vw;
  pointer-events: none;
}

.deco_ink05 {
  position: absolute;
  width: 45.1428571429vw;
  pointer-events: none;
}

.deco_ink06 {
  position: absolute;
  pointer-events: none;
  width: 43.3571428571vw;
}

.deco_ink07 {
  position: absolute;
  pointer-events: none;
  width: 41vw;
}

.deco_ink08 {
  position: absolute;
  pointer-events: none;
  width: 40.3571428571vw;
}

.deco_ink09 {
  position: absolute;
  width: 28.0714285714vw;
  pointer-events: none;
}

.deco_ink10 {
  position: absolute;
  width: 43.5714285714vw;
  pointer-events: none;
}

.common_member {
  background: #FEEDEB;
  padding-block: 5.7142857143vw 19.2857142857vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .common_member {
    padding-block: 10.6666666667vw 18.6666666667vw;
  }
}
.common_member .member_swiper {
  margin-top: 4.6428571429vw;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper {
    margin-top: 10.6666666667vw;
    margin-bottom: 23.4666666667vw;
  }
}
.common_member .member_swiper .swiper-slide {
  cursor: grab;
  position: relative;
  transition: 0.7s; /* ゆっくり小さくさせる */
  width: 50vw;
  margin-inline: 3.5714285714vw;
  display: block;
}
@media screen and (min-width: 897px) {
  .common_member .member_swiper .swiper-slide {
    transform: translateY(4.2857142857vw);
  }
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide {
    width: 81.3333333333vw;
    margin-inline: 3.2vw;
  }
}
@media screen and (min-width: 897px) {
  .common_member .member_swiper .swiper-slide:hover img {
    transform: scale(1.1);
  }
}
.common_member .member_swiper .swiper-slide .numwrap {
  color: #E5387F;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 5.5vw;
  position: absolute;
  top: -2.8571428571vw;
  right: 3.2857142857vw;
  z-index: 3;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .numwrap {
    font-size: 13.8666666667vw;
    top: -6.9333333333vw;
    right: 5.6vw;
  }
}
.common_member .member_swiper .swiper-slide .mainbox {
  display: flex;
  flex-direction: column;
  gap: 1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox {
    gap: 4vw;
  }
}
.common_member .member_swiper .swiper-slide .mainbox__imgbox {
  position: relative;
}
.common_member .member_swiper .swiper-slide .mainbox__imgbox .imgwrap {
  overflow: hidden;
  border-radius: 1.4285714286vw;
}
.common_member .member_swiper .swiper-slide .mainbox__imgbox .imgwrap img {
  transition: 0.7s;
  height: 35.7142857143vw;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox__imgbox .imgwrap img {
    height: 58.1333333333vw;
  }
}
.common_member .member_swiper .swiper-slide .mainbox__imgbox .ttlwrap {
  position: absolute;
  bottom: 3.8571428571vw;
  left: -2.1428571429vw;
  display: flex;
  flex-direction: column;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox__imgbox .ttlwrap {
    gap: 1.8666666667vw;
    left: -2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.common_member .member_swiper .swiper-slide .mainbox__imgbox .ttlwrap .entxt {
  font-weight: 700;
  font-size: 1.4285714286vw;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox__imgbox .ttlwrap .entxt {
    font-size: 4.2666666667vw;
  }
}
.common_member .member_swiper .swiper-slide .mainbox__imgbox .ttlwrap .maintxt .txt {
  background: linear-gradient(transparent 0%, #181818 0%);
  font-weight: 700;
  line-height: 1.6;
  color: white;
  display: inline;
  font-size: 1.9285714286vw;
  transition: all 0.7s;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox__imgbox .ttlwrap .maintxt .txt {
    font-size: 4.4vw;
  }
}
.common_member .member_swiper .swiper-slide .mainbox__txtbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox__txtbox {
    align-items: flex-start;
    gap: 4.2666666667vw;
  }
}
.common_member .member_swiper .swiper-slide .mainbox__txtbox dt {
  color: #E5387F;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox__txtbox dt {
    font-size: 3.2vw;
  }
}
.common_member .member_swiper .swiper-slide .mainbox__txtbox dd {
  position: relative;
  letter-spacing: 0.1em;
  font-size: 0.9285714286vw;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox__txtbox dd {
    font-size: 2.6666666667vw;
    padding-top: 0.1em;
    line-height: 1.4;
  }
}
.common_member .member_swiper .swiper-slide .mainbox__txtbox dd::after {
  content: "/";
  position: absolute;
  left: -1.3em;
  top: 0;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-slide .mainbox__txtbox dd::after {
    left: -1em;
  }
}
.common_member .member_swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.common_member .member_swiper .swiper-slide-active {
  transform: translate(0);
  z-index: 1; /* 中央のスライドを一番上にする */
}
.common_member .member_swiper .swiper-pagination {
  bottom: 8vw;
  width: max-content;
  left: 50%;
  translate: -50% 0;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-pagination {
    bottom: 43vw;
  }
}
.common_member .member_swiper .swiper-pagination-bullet {
  background: #E5387F;
  border-radius: 7.1428571429vw;
  width: 2vw;
  height: 0.5714285714vw;
}
@media screen and (max-width: 896px) {
  .common_member .member_swiper .swiper-pagination-bullet {
    width: 4vw;
    height: 1.0666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .common_member .basebtn {
    position: absolute;
    z-index: 8;
    bottom: 5.7857142857vw;
    right: 2.8571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .common_member .basebtn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 896px) {
  .common_member.under_member .member_swiper {
    margin-bottom: 0;
  }
  .common_member.under_member .member_swiper .swiper-pagination {
    bottom: 10vw;
  }
}

.storker_link_box {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  translate: -50% 150%;
  transform-origin: center center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.storker_link_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 8.5714285714vw;
  height: 8.5714285714vw;
  backdrop-filter: blur(18px);
}
.storker_link_box img {
  width: 8.5714285714vw;
  height: 8.5714285714vw;
  position: relative;
  z-index: 3;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .storker_link_box img {
    width: 100%;
    height: 100%;
  }
}

.under_mv {
  background: #FEEDEB;
  padding: 14.5vw 7.1428571429vw 8.2142857143vw;
  display: flex;
  flex-direction: column;
  gap: 2.8571428571vw;
}
@media screen and (max-width: 896px) {
  .under_mv {
    padding: 45.3333333333vw 6.6666666667vw 16vw;
    gap: 8vw;
  }
}
.under_mv .mv__ttl {
  display: flex;
  flex-direction: column;
  gap: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .under_mv .mv__ttl {
    gap: 3.7333333333vw;
  }
}
.under_mv .mv__ttl .entxt {
  font-weight: 700;
  font-size: 8.5714285714vw;
}
@media screen and (max-width: 896px) {
  .under_mv .mv__ttl .entxt {
    font-size: 13.3333333333vw;
  }
}
@media screen and (min-width: 897px) {
  .under_mv .mv__ttl .entxt.sp {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .under_mv .mv__ttl .entxt.pc {
    display: none;
  }
}
.under_mv .mv__ttl .jp {
  color: #E5387F;
  letter-spacing: 0.05em;
  font-size: 2vw;
}
@media screen and (max-width: 896px) {
  .under_mv .mv__ttl .jp {
    font-size: 5.3333333333vw;
  }
}
.under_mv .lead {
  font-weight: 700;
}

#contents {
  overflow: hidden;
}

.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
}

body.top .header__logo {
  filter: initial !important;
}

.header {
  position: fixed;
  top: 1.2857142857vw;
  left: 50%;
  translate: -50% 0;
  width: 92.1428571429vw;
  z-index: 999999999;
  padding: 0 2.3571428571vw;
  transition: all 0.35s ease;
  mix-blend-mode: difference;
}
@media screen and (max-width: 896px) {
  .header {
    padding-inline: 4.8vw;
    width: calc(100% - 12px);
    top: 6px;
  }
}
.header--recruit {
  background: transparent;
  width: 94.2857142857vw;
  padding: 0 2.1428571429vw;
}
@media screen and (max-width: 896px) {
  .header--recruit {
    padding-inline: 4.8vw;
    width: calc(100% - 12px);
  }
}
.header--recruit::before {
  background-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 897px) {
  .header--recruit .header__wrap {
    padding-block: 1.2142857143vw 1.0714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .header--recruit .header__wrap {
    height: 17.0666666667vw;
  }
}
.header.hide {
  opacity: 0;
  visibility: hidden;
}
.header.sphide .header__logo {
  opacity: 0;
  visibility: hidden;
}
.header.sphide .header__body--language {
  opacity: 0;
  visibility: hidden;
}
.header.sphide::before {
  opacity: 0;
}
.header.sphide.open_nav .header__logo {
  opacity: 1;
  visibility: visible;
}
.header.sphide.open_nav .header__body--language {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 896px) {
  .header.open_nav::before {
    opacity: 0;
  }
}
.header__logo {
  width: 8.7142857143vw;
  transition: all 0.35s ease;
}
@media screen and (min-width: 897px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
.header__logo-area {
  display: flex;
  align-items: flex-end;
  gap: 1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .header__logo-area {
    gap: 2.6666666667vw;
    align-items: center;
    position: relative;
    padding-bottom: 3.2vw;
    width: 41.8666666667vw;
  }
}
.header__logo-area .header__logo {
  width: 12.6428571429vw;
}
@media screen and (max-width: 896px) {
  .header__logo-area .header__logo {
    width: 100%;
  }
}
.header__logo-area .header__logo img {
  display: block;
}
.header__site-title {
  font-size: 0.7857142857vw;
  color: #F4F4F4;
  letter-spacing: 0.02em;
  line-height: 1.219;
  padding-bottom: 0.3571428571vw;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .header__site-title {
    font-size: 2.6666666667vw;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  .header__nav {
    display: none;
  }
}
.header__nav--list {
  display: flex;
  gap: 2.5vw;
  align-items: center;
}
.header__nav--item {
  position: relative;
}
.header__nav--link {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.2857142857vw;
  white-space: nowrap;
  transition: opacity 0.35s ease;
}
.header__nav--link .entxt {
  font-size: 0.7857142857vw;
  color: #F4F4F4;
  letter-spacing: 0.02em;
  transition: color 0.35s ease;
}
.header__nav--link .jptxt {
  font-size: 1vw;
  color: #F4F4F4;
  transition: color 0.35s ease;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  .header__nav--link:hover .entxt {
    color: #E5387F;
  }
  .header__nav--link:hover .jptxt {
    color: #E5387F;
  }
}
@media screen and (min-width: 897px) {
  .header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .header__hamburger {
    margin-left: auto;
  }
}
.header__hamburger.open_nav .header__hamburger--line:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.open_nav .header__hamburger--line:nth-of-type(1) {
  transform: translateY(2.1333333333vw) rotate(45deg);
}
.header__hamburger.open_nav .header__hamburger--line:nth-of-type(3) {
  transform: translateY(-2.1333333333vw) rotate(-45deg);
}
.header__hamburger--btn {
  width: 3.4285714286vw;
  height: 3.4285714286vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5714285714vw;
  border: 1px solid #F4F4F4;
  cursor: pointer;
  transition: all 0.35s ease;
  border: 1px solid white;
}
@media screen and (max-width: 896px) {
  .header__hamburger--btn {
    width: auto;
    height: auto;
    gap: 4px;
    border: none;
  }
}
.header__hamburger--line {
  width: 0.3571428571vw;
  height: 0.3571428571vw;
  border-radius: 50%;
  background: white;
  display: block;
  transition: all 0.35s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 896px) {
  .header__hamburger--line {
    width: 5.3333333333vw;
    height: 4px;
    border-radius: 0;
  }
}
@media screen and (min-width: 897px) {
  .header__hamburger--line.sp {
    display: none;
  }
}
.header__hamburger--btn.active .header__hamburger--line:nth-child(1) {
  transform: translateY(1.8666666667vw) rotate(45deg);
}
.header__hamburger--btn.active .header__hamburger--line:nth-child(2) {
  opacity: 0;
}
.header__hamburger--btn.active .header__hamburger--line:nth-child(3) {
  transform: translateY(-1.8666666667vw) rotate(-45deg);
}
.header__basebtn {
  background-color: #1432AA;
  border-radius: 30vw;
  display: flex;
  align-items: center;
  height: 3.5vw;
  justify-content: space-between;
  padding-inline: 1.4285714286vw 0.7142857143vw;
  width: 10.5vw;
  transition: background-color 1s cubic-bezier(0.2, 1, 0.21, 1);
  border: 1px solid #1432AA;
  margin-left: 1vw;
}
@media screen and (max-width: 896px) {
  .header__basebtn {
    display: none;
  }
}
.header__basebtn .txt {
  font-size: 1vw;
  color: #F4F4F4;
  transition: color 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (max-width: 896px) {
  .header__basebtn .txt {
    font-size: 3.7333333333vw;
  }
}
.header__basebtn .circle {
  width: 2.1428571429vw;
  height: 2.1428571429vw;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(9.3% at 50% 50%);
  transition: clip-path 1s cubic-bezier(0.2, 1, 0.21, 1);
  border-radius: 50%;
  border: 1px solid #1432AA;
}
.header__basebtn .circle img {
  width: 1vw;
  transform: translateX(-100%);
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (min-width: 897px) {
  .header__basebtn:hover {
    background-color: #F4F4F4;
  }
  .header__basebtn:hover .txt {
    color: #1432AA;
  }
  .header__basebtn:hover .circle {
    clip-path: circle(100%);
  }
  .header__basebtn:hover .circle img {
    transform: translateX(0);
  }
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 897px) {
  .header__wrap {
    padding-block: 0.8571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .header__wrap {
    height: 17.0666666667vw;
  }
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__body--links {
  display: flex;
  gap: 2.1428571429vw;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .header__body--links {
    display: none;
  }
}
.header__body--links .parent {
  position: relative;
}
.header__body--links .parent .childwrap {
  position: absolute;
  top: 100%;
  padding-top: 2.7vw;
  width: max-content;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.header__body--links .parent .childwrap.show {
  opacity: 1;
  visibility: visible;
}
.header__body--links .parent .childlist {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2vw 2.1428571429vw;
  width: max-content;
  gap: 0.8571428571vw;
}
.header__body--links .parent .childlist::before {
  background-color: rgba(239, 239, 239, 0.9);
  z-index: 1;
  transform: translateZ(0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5714285714vw;
  content: "";
  transition-duration: 0.2s;
}
.header__body--links .parent .childlist li {
  position: relative;
  z-index: 3;
}
.header__body--links .parent .childlist li a {
  display: flex;
  align-items: center;
  gap: 2.2142857143vw;
}
.header__body--links .parent .childlist li a .txt {
  font-weight: 700;
  font-size: 0.9285714286vw;
  transition: color 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (max-width: 896px) {
  .header__body--links .parent .childlist li a .txt {
    font-size: 3.2vw;
  }
}
.header__body--links .parent .childlist li a .circle_arrow {
  position: relative;
  overflow: hidden;
  width: 1.9285714286vw;
  height: 1.9285714286vw;
}
.header__body--links .parent .childlist li a .circle_arrow__circle {
  position: absolute;
  top: 7%;
  left: 7%;
  width: 86%;
  height: 86%;
}
.header__body--links .parent .childlist li a .circle_arrow__circle path {
  stroke: #CBCBCB;
  stroke-width: 4;
}
.header__body--links .parent .childlist li a .circle_arrow__circle.hover path {
  stroke: #1432AA;
  stroke-dasharray: 395.896;
  stroke-dashoffset: 395.897;
  transition: all 1.25s cubic-bezier(0.2, 1, 0.21, 1);
}
.header__body--links .parent .childlist li a .circle_arrow__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/header/ico_arrow_r01.svg);
  background-position: center;
  background-size: 40% auto;
  background-repeat: no-repeat;
  transition: transform 1.25s cubic-bezier(0.2, 1, 0.21, 1);
}
.header__body--links .parent .childlist li a .circle_arrow__icon.active {
  transform: translate(-150%, 0%);
  background-image: url(../../img/common/header/ico_arrow_r_blue01.svg);
  background-position: center;
  background-size: 40% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 897px) {
  .header__body--links .parent .childlist li a:hover .txt {
    color: #1432AA;
  }
  .header__body--links .parent .childlist li a:hover .circle_arrow__circle.hover path {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: 0;
  }
  .header__body--links .parent .childlist li a:hover .circle_arrow__icon {
    transform: translate(0, 0);
  }
  .header__body--links .parent .childlist li a:hover .circle_arrow__icon.default {
    transform: translate(150%, 0);
  }
}
@media screen and (min-width: 897px) {
  .header__body--links li:hover .header__body--link .txt {
    color: #1432AA;
  }
  .header__body--links li:hover .header__body--link .plus .line {
    background-color: #1432AA;
  }
  .header__body--links li:hover .header__body--link .plus .line.line01 {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.header__body--link {
  display: flex;
  align-items: center;
  gap: 0.7142857143vw;
  cursor: pointer;
}
.header__body--link .txt {
  font-weight: 700;
  font-size: 0.9285714286vw;
  transition: color 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (max-width: 896px) {
  .header__body--link .txt {
    font-size: 3.4666666667vw;
  }
}
.header__body--link .plus {
  position: relative;
}
.header__body--link .plus .line {
  transition: all 1s cubic-bezier(0.2, 1, 0.21, 1);
  transform-origin: center;
}
.header__body--link .plus .line01 {
  width: 2px;
  height: 0.5714285714vw;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #181818;
}
.header__body--link .plus .line02 {
  width: 0.5714285714vw;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #181818;
}
.header__body--language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7142857143vw;
}
@media screen and (min-width: 897px) {
  .header__body--language {
    margin-left: 4.557143vw;
  }
}
@media screen and (max-width: 896px) {
  .header__body--language {
    gap: 2.4vw;
    transition: all 0.35s ease;
    margin-right: 2.9333333333vw;
  }
}
.header__body--language .linktxt {
  font-size: 1vw;
  transition: color 0.35s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (max-width: 896px) {
  .header__body--language .linktxt {
    font-size: 3.7333333333vw;
  }
}
.header__body--language .linktxt.jplink {
  opacity: 0.5;
}
@media screen and (min-width: 897px) {
  .header__body--language .linktxt:hover.enlink {
    color: #1432AA;
  }
}
.header__body--language .line {
  width: 1px;
  rotate: 20deg;
  height: 1.1428571429vw;
  background-color: #181818;
}
@media screen and (max-width: 896px) {
  .header__body--language .line {
    height: 2.9333333333vw;
  }
}
.header__body--menutrigger {
  background: #1432AA;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.2666666667vw;
  height: 12.2666666667vw;
  position: relative;
  gap: 1.0666666667vw;
  border-radius: 50%;
}
@media screen and (min-width: 897px) {
  .header__body--menutrigger {
    display: none;
  }
}
.header__body--menutrigger.open_nav .dot {
  opacity: 0;
}
.header__body--menutrigger.open_nav .close {
  opacity: 1;
}
.header__body--menutrigger .dot {
  background: #F4F4F4;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  border-radius: 50%;
  transition: opacity 0.35s ease;
}
.header__body--menutrigger .close {
  width: 3.7333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.header .nav {
  position: fixed;
  width: 100%;
  max-height: calc(100dvh - 12px);
  left: 0;
  top: 0;
  background-color: #EFEFEF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2.6666666667vw;
  padding: 27.2vw 5.6vw 10.6666666667vw;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  transition: all 0.35s ease;
}
@media screen and (min-width: 897px) {
  .header .nav {
    display: none;
  }
}
.header .nav.show {
  visibility: visible;
  opacity: 1;
}
.header .nav--recruit {
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}
.header .nav--recruit .nav__list {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
.header .nav--recruit .nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5.3333333333vw;
}
.header .nav--recruit .nav__link {
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
}
.header .nav--recruit .nav__link--en {
  font-size: 2.9333333333vw;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}
.header .nav--recruit .nav__link--jp {
  font-size: 4.2666666667vw;
  color: #F4F4F4;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.header .nav__body {
  display: flex;
  flex-direction: column;
}
.header .nav__body > li {
  padding: 6.4vw 0;
  width: 100%;
  border-block: 1px solid #CECECE;
}
.header .nav__body > li .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav__body > li .parent.type_link {
  width: max-content;
}
.header .nav__body > li .parent .txt {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.header .nav__body > li .parent .icon {
  position: relative;
  display: block;
}
.header .nav__body > li .parent .icon .line {
  height: 2px;
  width: 3.7333333333vw;
  background: #1432AA;
  display: block;
}
.header .nav__body > li .parent .icon .line.line02 {
  transform: rotate(90deg);
  opacity: 1;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.header .nav__body > li .parent .icon.show .line.line02 {
  transform: rotate(0deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.header .nav__body--child {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-left: 6.4vw;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
  will-change: max-height;
}
.header .nav__body--child.open {
  max-height: 1000px;
}
.header .nav__body--child li {
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.header .nav__body--child li:nth-of-type(1) {
  margin-top: 6.4vw;
}
.header .nav__btnwrap {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  margin-top: 10.6666666667vw;
}
.header .nav__btn {
  width: 100%;
  text-align: center;
  color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1432AA;
  border-radius: 100vw;
  height: 13.8666666667vw;
  font-size: 4vw;
}

.test {
  background: beige;
  width: 100%;
  height: 150vh;
}

.footer {
  background: #181818;
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.footer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 7.1428571429vw 5.8571428571vw 14.4285714286vw;
}
@media screen and (max-width: 896px) {
  .footer__head {
    flex-direction: column-reverse;
    padding: 21.3333333333vw 6.6666666667vw 34.1333333333vw;
    gap: 12.8vw;
  }
}
.footer__head--info {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
@media screen and (min-width: 897px) {
  .footer__head--info {
    width: 25.2857142857vw;
  }
}
@media screen and (max-width: 896px) {
  .footer__head--info {
    margin-inline: auto;
    gap: 8.8vw;
    align-items: center;
  }
}
.footer__head--info .logowrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  transition: all 0.35s ease;
}
@media screen and (max-width: 896px) {
  .footer__head--info .logowrap {
    width: 69.8666666667vw;
    position: relative;
  }
}
@media screen and (min-width: 897px) {
  .footer__head--info .logowrap:hover {
    opacity: 0.7;
  }
}
.footer__head--info .logowrap .imgwrap {
  width: 16.4285714286vw;
}
@media screen and (max-width: 896px) {
  .footer__head--info .logowrap .imgwrap {
    width: 100%;
  }
}
.footer__head--info .logowrap .txt {
  color: white;
  font-weight: 700;
  white-space: nowrap;
  padding-top: 0.9vw;
  font-size: 1vw;
}
@media screen and (max-width: 896px) {
  .footer__head--info .logowrap .txt {
    font-size: 4vw;
    position: absolute;
    font-weight: 500;
    right: 0;
    bottom: -3.7333333333vw;
  }
}
.footer__head--info .txtwrap {
  line-height: 1.5;
  font-size: 1vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .footer__head--info .txtwrap {
    font-size: 3.7333333333vw;
  }
}
.footer__head--info .txtwrap .tel {
  color: white;
}
@media screen and (min-width: 897px) {
  .footer__head--linkwrap {
    width: 54.3571428571vw;
  }
}
.footer__head--linkwrap .links {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 4.742857vw;
}
@media screen and (max-width: 896px) {
  .footer__head--linkwrap .links {
    justify-content: space-between;
    gap: 8vw 0;
  }
}
.footer__head--linkwrap .links a {
  color: white;
}
@media screen and (min-width: 897px) {
  .footer__head--linkwrap .links > li {
    width: max-content;
    min-width: 6.3571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .footer__head--linkwrap .links > li {
    min-width: 48%;
  }
}
.footer__head--linkwrap .links > li > a {
  position: relative;
  padding-left: 0.8571428571vw;
}
@media screen and (max-width: 896px) {
  .footer__head--linkwrap .links > li > a {
    padding-left: 0.7em;
  }
}
@media screen and (min-width: 897px) {
  .footer__head--linkwrap .links > li > a:hover .txt {
    color: #E5387F;
  }
  .footer__head--linkwrap .links > li > a:hover::before {
    background: #E5387F;
  }
}
.footer__head--linkwrap .links > li > a .txt {
  transition: all 0.35s ease;
  font-weight: 700;
}
.footer__head--linkwrap .links > li > a::before {
  background: white;
  width: 4px;
  transition: all 0.35s ease;
  height: 1.1428571429vw;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
@media screen and (max-width: 896px) {
  .footer__head--linkwrap .links > li > a::before {
    width: 3px;
    height: 1em;
  }
}
.footer__head--linkwrap .links > li .child {
  margin-top: 1vw;
  display: flex;
  align-items: center;
  gap: 1.5vw;
}
@media screen and (min-width: 897px) {
  .footer__head--linkwrap .links > li .child {
    width: max-content;
  }
}
@media screen and (max-width: 896px) {
  .footer__head--linkwrap .links > li .child {
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
    gap: 5vw 5vw;
  }
}
.footer__head--linkwrap .links > li .child li a {
  font-size: 1vw;
  transition: all 0.35s ease;
}
@media screen and (min-width: 897px) {
  .footer__head--linkwrap .links > li .child li a:hover {
    color: #E5387F;
  }
}
@media screen and (max-width: 896px) {
  .footer__head--linkwrap .links > li .child li a {
    font-size: 3.2vw;
  }
}
.footer__foot {
  position: relative;
}
.footer__foot--bg {
  filter: brightness(0.67);
}
@media screen and (max-width: 896px) {
  .footer__foot--bg img {
    height: 64vw;
    object-fit: cover;
  }
}
.footer__foot--txtbox {
  position: absolute;
  left: 50%;
  top: -5.5vw;
  translate: -50% 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .footer__foot--txtbox {
    top: -18.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.footer__foot--txtbox .bbs {
  align-items: center;
  color: #fff;
  display: flex;
  height: 10.2857142857vw;
  line-height: 2;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .footer__foot--txtbox .bbs {
    height: 26.6666666667vw;
  }
}
.footer__foot--txtbox .bbs ul {
  animation: flowing 80s linear infinite;
  font-size: 10.2857142857vw;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .footer__foot--txtbox .bbs ul {
    font-size: 26.6666666667vw;
  }
}
.footer__foot--txtbox .bbs li {
  display: inline-block;
  font-weight: 700;
  padding-right: 7.0714285714vw;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer__foot--txtbox .jptxt {
  font-weight: 700;
  font-size: 2.2857142857vw;
  line-height: 1.9;
}
@media screen and (max-width: 896px) {
  .footer__foot--txtbox .jptxt {
    font-size: 5.3333333333vw;
  }
}
.footer__copyright {
  padding: 1.2857142857vw 7.1428571429vw;
  font-size: 0.8571428571vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .footer__copyright {
    font-size: 3.2vw;
    padding-block: 4.2666666667vw;
    text-align: center;
  }
}

.common__cv {
  position: relative;
  z-index: 2;
  background: #FEEDEB;
}
@media screen and (min-width: 897px) {
  .common__cv {
    padding: 4.9285714286vw 2.8571428571vw 7.9285714286vw;
  }
}
.common__cv--link {
  background: #E5387F;
  display: block;
  position: relative;
  transition: all 0.35s ease;
  border: 3px transparent solid;
}
@media screen and (min-width: 897px) {
  .common__cv--link {
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .common__cv--link {
    border: none;
  }
}
@media screen and (min-width: 897px) {
  .common__cv--link:hover {
    background: #FEEDEB;
    border: 3px #E5387F solid;
  }
  .common__cv--link:hover .common__cv--title {
    color: #E5387F;
    transform: translateX(5%);
  }
  .common__cv--link:hover .common__cv--company {
    color: #E5387F;
  }
}
.common__cv--txtbox {
  position: absolute;
  top: 50%;
  left: 7.4285714286vw;
  translate: 0 -50%;
}
@media screen and (max-width: 896px) {
  .common__cv--txtbox {
    left: 6.6666666667vw;
    translate: 0 0;
    top: 11.2vw;
  }
}
.common__cv--title {
  display: flex;
  flex-direction: column;
  color: white;
  transition: all 0.35s ease;
}
@media screen and (max-width: 896px) {
  .common__cv--title {
    gap: 1.8666666667vw;
  }
}
.common__cv--title .en {
  font-size: 8.6428571429vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .common__cv--title .en {
    font-size: 17.266667vw;
  }
}
.common__cv--title .jp {
  font-size: 2.2857142857vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .common__cv--title .jp {
    font-size: 4.2666666667vw;
  }
}
.common__cv--deco {
  position: absolute;
  width: 18.5714285714vw;
  bottom: 2.3571428571vw;
  right: 4.2857142857vw;
}
@media screen and (max-width: 896px) {
  .common__cv--deco {
    width: 30.9333333333vw;
    left: 6.6666666667vw;
    bottom: 11.7333333333vw;
  }
}
.common__cv--company {
  color: white;
  position: absolute;
  font-size: 0.8571428571vw;
  transition: all 0.35s ease;
  letter-spacing: 0.05em;
  top: 1.7857142857vw;
  left: 4.2857142857vw;
}
@media screen and (max-width: 896px) {
  .common__cv--company {
    font-size: 2.6666666667vw;
    display: none;
  }
}

.fixbnr {
  position: fixed;
  right: 0;
  bottom: 2vw;
  width: 20vw;
  z-index: 999999999;
  transform: translateX(102%);
  transition: transform 0.35s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.fixbnr.show {
  transform: translateX(0);
}
.fixbnr__bg {
  overflow: hidden;
  transition: filter 0.35s ease;
}
.fixbnr__bg img {
  transition: transform 0.35s ease;
}
@media screen and (min-width: 897px) {
  .fixbnr:hover .fixbnr__bg {
    filter: brightness(0.67);
  }
  .fixbnr:hover .fixbnr__bg img {
    transform: scale(1.1);
  }
}
.fixbnr__txt {
  position: absolute;
  top: 56%;
  left: 50%;
  translate: -50% -50%;
  width: 15.2857142857vw;
}

.common__other {
  padding: 8.7857142857vw 5vw 10vw;
  display: flex;
  flex-direction: column;
  gap: 3.5714285714vw;
}
@media screen and (max-width: 896px) {
  .common__other {
    padding: 20vw 5vw;
    gap: 12vw;
  }
}
.common__other .other__ttl {
  padding-top: 3.9285714286vw;
  border-top: 1px dashed #181818;
  font-size: 1.7142857143vw;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .common__other .other__ttl {
    font-size: 5.3333333333vw;
    padding-top: 10vw;
  }
}
.common__other .other__links {
  display: flex;
}
@media screen and (min-width: 897px) {
  .common__other .other__links {
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .common__other .other__links {
    flex-direction: column;
    gap: 5vw;
    align-items: center;
  }
}
.common__other .other__links li {
  width: 28.5vw;
}
@media screen and (max-width: 896px) {
  .common__other .other__links li {
    width: 90%;
  }
}
.common__other .other__link {
  background: rgb(208, 208, 208);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4285714286vw;
  padding: 1.9285714286vw 1.9285714286vw 3.3571428571vw;
  border-radius: 2.1428571429vw;
  background-image: url(../../img/company/deco_other01.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  .common__other .other__link {
    border-radius: 3vw;
    padding: 7vw 7vw 8vw;
    gap: 5vw;
  }
}
.common__other .other__link.type_business {
  background-color: #94C573;
}
.common__other .other__link.type_history {
  background-color: #DB9A7E;
}
.common__other .other__link.type_number {
  background-color: #9FB7DB;
}
@media screen and (min-width: 897px) {
  .common__other .other__link:hover .other__link--imgbox img {
    transform: scale(1.1);
  }
  .common__other .other__link:hover .other__link--label .icon img {
    transform: translateX(160%);
  }
  .common__other .other__link:hover .other__link--label .icon::before {
    transform: translateX(0);
  }
}
.common__other .other__link--txt {
  font-size: 1.7142857143vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .common__other .other__link--txt {
    font-size: 4.8vw;
  }
}
.common__other .other__link--imgbox {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .common__other .other__link--imgbox {
    border-radius: 2.5vw;
  }
}
.common__other .other__link--imgbox img {
  transition: transform 0.35s ease;
}
@media screen and (max-width: 896px) {
  .common__other .other__link--imgbox img {
    height: 50vw;
    width: 100%;
    object-fit: cover;
  }
}
.common__other .other__link--label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .common__other .other__link--label {
    gap: 3vw;
  }
}
.common__other .other__link--label .icon {
  background: #181818;
  border-radius: 50%;
  width: 1.8571428571vw;
  height: 1.8571428571vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .common__other .other__link--label .icon {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.common__other .other__link--label .icon img {
  width: 0.8571428571vw;
  transition: transform 0.35s ease;
}
@media screen and (max-width: 896px) {
  .common__other .other__link--label .icon img {
    width: 2.6666666667vw;
  }
}
.common__other .other__link--label .icon::before {
  content: "";
  background: url(../../img/common/ico_arrow_wht01.svg) no-repeat;
  background-size: contain;
  width: 0.8571428571vw;
  height: 0.7142857143vw;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transform: translateX(-160%);
  transition: transform 0.35s ease;
}
@media screen and (max-width: 896px) {
  .common__other .other__link--label .icon::before {
    display: none;
  }
}

.movie_modal {
  transition: 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.movie_modal.show {
  opacity: 1;
  visibility: visible;
}
.movie_modal .modal_bg {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.movie_modal .modal_content {
  position: relative;
  z-index: 2;
  width: 60%;
}
@media screen and (max-width: 896px) {
  .movie_modal .modal_content {
    width: 90%;
  }
}
.movie_modal .modal_content .iframewrap iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.movie_modal .close_btn {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  right: 3vw;
  top: 2vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #F4F4F4;
  font-size: 60px;
}
@media screen and (max-width: 896px) {
  .movie_modal .close_btn {
    font-size: 35px;
    right: 5vw;
    top: 5vw;
  }
}

.undermv {
  width: 100%;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 896px) {
  .undermv {
    height: auto;
    padding: 31.2vw 0 21.6vw 5vw;
  }
}
.undermv.type_simple {
  height: auto;
  padding-block: 12.8571428571vw 10.7142857143vw;
}
@media screen and (max-width: 896px) {
  .undermv.type_simple {
    padding-block: 34.1333333333vw 20vw;
  }
}
.undermv.type_simple .undermv__ttl {
  position: relative;
  left: auto;
  top: auto;
  translate: 0 0;
}
@media screen and (min-width: 897px) {
  .undermv.type_simple .undermv__ttl {
    padding-inline: 5vw;
  }
}
.undermv__ttl {
  display: flex;
  flex-direction: column;
  gap: 1.7857142857vw;
}
@media screen and (min-width: 897px) {
  .undermv__ttl {
    position: absolute;
    left: 5.7142857143vw;
    top: 50%;
    translate: 0 -50%;
    z-index: 5;
  }
}
@media screen and (max-width: 896px) {
  .undermv__ttl {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 896px) {
  .undermv__ttl .common_h2.pc {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  .undermv__ttl .common_h2.sp {
    display: none;
  }
}
.undermv__ttl .common_h2.sp .maintxt {
  display: block;
}
.undermv__ttl .common_h2.sp .maintxt span {
  display: inline-block;
}
.undermv__ttl .jp {
  position: relative;
  padding-left: 0.7857142857vw;
  font-size: 1.1428571429vw;
  letter-spacing: -0.02em;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (max-width: 896px) {
  .undermv__ttl .jp {
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
  }
}
.undermv__ttl .jp::before {
  background-color: #1432AA;
  border-radius: 50%;
  left: 0;
  top: 50%;
  translate: -50% -50%;
  width: 0.3571428571vw;
  height: 0.3571428571vw;
  position: absolute;
  content: "";
}
@media screen and (max-width: 896px) {
  .undermv__ttl .jp::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.undermv__ttl .common_h2 {
  letter-spacing: -0.03em;
  font-size: 10.8571428571vw;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.05s ease;
}
@media screen and (max-width: 896px) {
  .undermv__ttl .common_h2 {
    font-size: 13.3333333333vw;
  }
}
.undermv__ttl .common_h2 .maintxt {
  display: flex;
  font-size: 10.2857142857vw;
}
@media screen and (max-width: 896px) {
  .undermv__ttl .common_h2 .maintxt {
    font-size: 13.6vw;
  }
}
.undermv__ttl .common_h2 .maintxt:nth-of-type(2), .undermv__ttl .common_h2 .maintxt:nth-of-type(3), .undermv__ttl .common_h2 .maintxt:nth-of-type(4), .undermv__ttl .common_h2 .maintxt:nth-of-type(5), .undermv__ttl .common_h2 .maintxt:nth-of-type(6) {
  margin-top: -2vw;
}
.undermv__ttl .common_h2 .maintxt span {
  transform: translateX(20%) translateY(-50%) rotateX(50deg) rotateY(20deg) translateZ(0px);
  opacity: 0;
  transition: all 1.7s cubic-bezier(0.2, 1, 0.21, 1);
  display: block;
}
.undermv__ttl.on .jp {
  opacity: 1;
  transform: translateY(0);
}
.undermv__ttl.on .common_h2 {
  opacity: 1;
}
.undermv__ttl.on .common_h2 .maintxt span {
  transform: translateX(0) translateY(0) rotateX(0) rotateY(0) translateZ(0px);
  opacity: 1;
}
.undermv .bread {
  position: absolute;
  bottom: 3.4285714286vw;
  right: 4.1428571429vw;
}
@media screen and (max-width: 896px) {
  .undermv .bread {
    bottom: 5vw;
    right: 5vw;
  }
}
@media screen and (max-width: 896px) {
  .undermv__deco {
    scale: 1.1;
  }
}
.undermv__deco.deco_ink01 {
  top: -14.2142857143vw;
  right: -14.2142857143vw;
}
@media screen and (max-width: 896px) {
  .undermv__deco.deco_ink01 {
    transform-origin: top right;
  }
}
.undermv__deco.deco_ink10 {
  bottom: -8.5714285714vw;
  left: -7.3571428571vw;
}
@media screen and (max-width: 896px) {
  .undermv__deco.deco_ink10 {
    transform-origin: bottom left;
  }
}

.mvunder {
  overflow: hidden;
  position: relative;
  z-index: 4;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .mvunder {
    filter: brightness(1.6);
    opacity: 0;
  }
}
.mvunder img {
  width: 100%;
  transform: scale(1.1);
}
@media screen and (max-width: 896px) {
  .mvunder img {
    height: 80vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 896px) {
  .mvunder.on {
    opacity: 1;
    filter: brightness(1);
    transition: all 1.7s cubic-bezier(0.2, 1, 0.21, 1);
  }
  .mvunder.on img {
    transition: all 2s cubic-bezier(0.2, 1, 0.21, 1);
    transform: scale(1);
  }
}
.mvunder.type_flx {
  display: flex;
}
.mvunder.type_flx .imgbox img {
  height: 37.8571428571vw;
}
@media screen and (max-width: 896px) {
  .mvunder.type_flx .imgbox img {
    height: 74.6666666667vw;
  }
}
@media screen and (max-width: 896px) {
  .mvunder.type_flx .imgbox.productimg01 img {
    object-position: 92%;
  }
  .mvunder.type_flx .imgbox.productimg02 img {
    object-position: 55%;
  }
  .mvunder.type_flx .imgbox.productimg03 img {
    object-position: 74%;
  }
  .mvunder.type_flx .imgbox.productimg04 img {
    object-position: 34%;
  }
  .mvunder.type_flx .imgbox.productimg05 img {
    object-position: 94%;
  }
  .mvunder.type_flx .imgbox.productimg06 img {
    object-position: 59%;
  }
}
.mvunder.type_flx.col06 .imgbox {
  width: 16.6666666667%;
}
.mvunder.type_flx.col04 .imgbox {
  width: 25%;
}

.common_bnr {
  position: fixed;
  right: 1vw;
  bottom: 1vw;
  z-index: 99999999;
  transition: all 0.35s ease;
  background: #FEEDEB;
  display: flex;
  flex-direction: column;
  gap: 0.5714285714vw;
  padding: 1.7142857143vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .common_bnr {
    gap: 2.6666666667vw;
    padding: 2.6666666667vw;
    border-radius: 0;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    bottom: 0;
    right: 0;
  }
}
.common_bnr.hide {
  opacity: 0;
  visibility: hidden;
}
.common_bnr.hide_important {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media screen and (max-width: 896px) {
  .common_bnr {
    right: auto;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (min-width: 897px) {
  .common_bnr .basebtn {
    height: 4.3vw;
  }
}
@media screen and (max-width: 896px) {
  .common_bnr .basebtn {
    width: 49%;
    min-width: 0px;
    padding-inline: 6vw;
  }
}
@media screen and (min-width: 897px) {
  .common_bnr .basebtn .maintxt.sp {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .common_bnr .basebtn .maintxt.pc {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .common_bnr .basebtn .icon {
    width: 4.5vw;
  }
}
.common_bnr .crosebutton {
  position: absolute;
  width: 2.4285714286vw;
  height: 2.4285714286vw;
  background: #FEEDEB;
  border: 2px solid #E5387F;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.8571428571vw;
  right: -0.5vw;
  cursor: pointer;
  transition: all 0.35s ease;
}
@media screen and (min-width: 897px) {
  .common_bnr .crosebutton {
    border-radius: 50%;
  }
}
@media screen and (max-width: 896px) {
  .common_bnr .crosebutton {
    display: flex;
    align-items: center;
    width: max-content;
    padding-inline: 3.2vw;
    height: 6.6666666667vw;
    border: none;
    gap: 1.0666666667vw;
    top: auto;
    right: 0;
    bottom: 100%;
    justify-content: center;
  }
  .common_bnr .crosebutton .txt {
    color: #E5387F;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 897px) {
  .common_bnr .crosebutton:hover {
    background: #E5387F;
  }
  .common_bnr .crosebutton:hover .line {
    background: #FEEDEB;
  }
}
@media screen and (min-width: 897px) {
  .common_bnr .crosebutton .cross {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 896px) {
  .common_bnr .crosebutton .cross {
    width: 3.2vw;
    position: relative;
    height: 3.2vw;
  }
}
.common_bnr .crosebutton .line {
  width: 0.8571428571vw;
  height: 0.2142857143vw;
  background: #E5387F;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.35s ease;
}
@media screen and (max-width: 896px) {
  .common_bnr .crosebutton .line {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
}
.common_bnr .crosebutton .line:nth-of-type(1) {
  transform: rotate(45deg);
}
.common_bnr .crosebutton .line:nth-of-type(2) {
  transform: rotate(-45deg);
}

.common_nav {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.4));
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 897px) {
  .common_nav {
    display: none;
  }
}
.common_nav.show {
  opacity: 1;
  visibility: visible;
}
.common_nav .nav__inner {
  max-height: 88vh;
  overflow-x: hidden;
  padding-top: 23.2vw;
  padding-inline: 6.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
.common_nav .nav__list {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
.common_nav .nav__list > li {
  background: rgba(0, 0, 0, 0.3);
}
.common_nav .nav__list > li > a {
  color: white;
  font-weight: 700;
  display: block;
  padding: 4.5333333333vw 5.3333333333vw;
  font-weight: 700;
  font-size: 3.7333333333vw;
}
.common_nav .nav__list .child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.6666666667vw 0;
  padding-bottom: 8vw;
  padding-top: 2.6666666667vw;
  padding-inline: 5.3333333333vw;
}
.common_nav .nav__list .child li a {
  width: 36vw;
  border-bottom: 1px solid #F0F0F0;
  color: #F0F0F0;
  display: block;
  padding: 3.4666666667vw 4vw;
}

@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    transform: rotate(360deg);
  }
}
.circle_arrow {
  position: relative;
  overflow: hidden;
  width: 1.9285714286vw;
  height: 1.9285714286vw;
}
.circle_arrow__circle {
  position: absolute;
  top: 7%;
  left: 7%;
  width: 86%;
  height: 86%;
  overflow: initial;
}
.circle_arrow__circle path {
  stroke: #CBCBCB;
  stroke-width: 4;
}
.circle_arrow__circle.hover path {
  stroke: #1432AA;
  stroke-dasharray: 395.896;
  stroke-dashoffset: 395.897;
  transition: all 1.25s cubic-bezier(0.2, 1, 0.21, 1);
}
.circle_arrow__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/header/ico_arrow_r01.svg);
  background-position: center;
  background-size: 40% auto;
  background-repeat: no-repeat;
  transition: transform 1.25s cubic-bezier(0.2, 1, 0.21, 1);
}
.circle_arrow__icon.active {
  transform: translate(-150%, 0%);
  background-image: url(../../img/common/header/ico_arrow_r_blue01.svg);
  background-position: center;
  background-size: 40% auto;
  background-repeat: no-repeat;
}

.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  width: 100%;
  height: auto;
}
.svg_anim svg path {
  fill: none;
  stroke: #1432AA;
  stroke-width: 1px;
}
.svg_anim.on svg {
  transition: stroke-dashoffset 1s;
  stroke-dashoffset: 2000;
}

.fade_y {
  transform: translateY(3%);
  opacity: 0;
}
.fade_y.on {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.2, 1, 0.21, 1), transform 1.2s cubic-bezier(0.2, 1, 0.21, 1);
  transform: translateY(0%);
}

.img_anim {
  filter: brightness(1.6);
  overflow: hidden;
  opacity: 0;
}
.img_anim img {
  transform: scale(1.1);
}
.img_anim.on {
  opacity: 1;
  filter: brightness(1);
  transition: all 1.7s cubic-bezier(0.2, 1, 0.21, 1);
}
.img_anim.on img {
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.2, 1, 0.21, 1);
}

.counter {
  display: flex;
  overflow: hidden;
  color: #181818;
}
.counter .num-container {
  height: 20.2857142857vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .counter .num-container {
    height: 26.6666666667vw;
  }
}
.counter .num-list {
  display: flex;
  flex-direction: column;
  transition: transform 2s cubic-bezier(0.2, 1, 0.21, 1);
}
.counter .num-list span {
  font-variant-numeric: tabular-nums;
  display: block;
  text-align: center;
  letter-spacing: -0.05em;
  padding-right: 0.05em;
  font-size: 20.2857142857vw;
}
@media screen and (max-width: 896px) {
  .counter .num-list span {
    font-size: 26.6666666667vw;
  }
}
.counter.on .num-list {
  transform: translateY(-83.2%) !important;
}

.splittxt span {
  transform: translateX(20%) translateY(50%) rotateX(50deg) rotateY(20deg) translateZ(0px);
  opacity: 0;
  transition: all 1.7s cubic-bezier(0.2, 1, 0.21, 1);
  display: inline-block;
}
.splittxt.on span {
  transform: translateX(0) translateY(0) rotateX(0) rotateY(0) translateZ(0px);
  opacity: 1;
}

.rich-fade {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s ease-out, filter 1s ease-out;
}
.rich-fade.on {
  opacity: 1;
  filter: blur(0);
}

.scr_cvr {
  overflow: hidden;
  width: max-content;
  position: relative;
  display: block;
  color: #E5387F;
  opacity: 0;
  padding: 0.35em 0.5em;
  transition: 0.5s;
  background: #F4F4F4;
  font-weight: bold;
}
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #E5387F;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.scr_cvr.on {
  opacity: 1;
}
.scr_cvr.on::before {
  translate: 100% 0;
  transition-delay: 0.3s;
}

.concept__mv {
  background: #181818;
  padding: 11.2142857143vw 7.1428571429vw 9.2857142857vw;
}
@media screen and (max-width: 896px) {
  .concept__mv {
    padding: 25vw 6.6666666667vw 13.6vw;
  }
}
.concept__mv .mv__pagettl {
  color: white;
  display: flex;
  padding-bottom: 0.8571428571vw;
  border-bottom: 1px solid white;
  align-items: center;
  width: max-content;
  gap: 1.2857142857vw;
}
@media screen and (max-width: 896px) {
  .concept__mv .mv__pagettl {
    padding-bottom: 2.5vw;
    gap: 2.7vw;
  }
}
.concept__mv .mv__pagettl .entxt {
  font-weight: 700;
  font-size: 2.0714285714vw;
}
@media screen and (max-width: 896px) {
  .concept__mv .mv__pagettl .entxt {
    font-size: 5.3333333333vw;
  }
}
.concept__mv .mv__pagettl .jp {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 896px) {
  .concept__mv .mv__pagettl .jp {
    font-size: 3.4666666667vw;
  }
}
.concept__mv .mv__ttl {
  display: flex;
  flex-direction: column;
  gap: 4.0714285714vw;
  margin-top: 5vw;
}
@media screen and (max-width: 896px) {
  .concept__mv .mv__ttl {
    gap: 8.5vw;
    margin-top: 10vw;
  }
}
.concept__mv .mv__ttl .entxt {
  color: white;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 12.9285714286vw;
}
@media screen and (max-width: 896px) {
  .concept__mv .mv__ttl .entxt {
    font-size: 15.2vw;
  }
}
.concept__mv .mv__ttl .jp {
  color: #E5387F;
  font-size: 4.7857142857vw;
}
@media screen and (max-width: 896px) {
  .concept__mv .mv__ttl .jp {
    font-size: 7.2vw;
  }
}
.concept__mv .lead {
  color: white;
  font-size: 1vw;
  margin-top: 4.6428571429vw;
}
@media screen and (max-width: 896px) {
  .concept__mv .lead {
    font-size: 3.4666666667vw;
    margin-top: 9vw;
  }
}
.concept__mv .sublead {
  color: white;
  margin-top: 9.8571428571vw;
  font-weight: 700;
  font-size: 2.2857142857vw;
  line-height: 1.9;
}
@media screen and (max-width: 896px) {
  .concept__mv .sublead {
    font-size: 4.2666666667vw;
    margin-top: 19vw;
  }
}
.concept__kv {
  position: relative;
}
.concept__kv .kv__swiper {
  /* 画像のサイズ調整 */
}
.concept__kv .kv__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.concept__kv .kv__swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.concept__point {
  background: #181818;
  z-index: 6;
  padding-bottom: 8.8571428571vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .concept__point {
    padding-bottom: 25vw;
  }
}
.concept__point::after {
  content: "";
  background: #E5387F;
  width: 3px;
  position: absolute;
  left: 50%;
  height: 10.5714285714vw;
  bottom: -5.2857142857vw;
}
@media screen and (max-width: 896px) {
  .concept__point::after {
    bottom: -11vw;
    height: 22vw;
  }
}
.concept__point .point__wrap {
  width: 64.2857142857vw;
  margin-inline: auto;
  padding-block: 8.5714285714vw 11.4285714286vw;
  display: flex;
  flex-direction: column;
  gap: 11.4285714286vw;
}
@media screen and (max-width: 896px) {
  .concept__point .point__wrap {
    width: 88vw;
    padding-block: 17vw 22vw;
    gap: 20vw;
  }
}
.concept__point .point__box {
  display: flex;
  flex-direction: column;
  gap: 5.3571428571vw;
}
@media screen and (max-width: 896px) {
  .concept__point .point__box {
    gap: 7vw;
  }
}
.concept__point .point__box--ttl {
  display: flex;
  margin-top: 2.1428571429vw;
  flex-direction: column;
  gap: 0.7857142857vw;
}
@media screen and (max-width: 896px) {
  .concept__point .point__box--ttl {
    margin-top: 6vw;
    gap: 2vw;
  }
}
.concept__point .point__box--ttl .scr_cvr {
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
  background: #E5387F;
  font-size: 3.2857142857vw;
}
@media screen and (max-width: 896px) {
  .concept__point .point__box--ttl .scr_cvr {
    font-size: 5.6vw;
  }
}
.concept__point .point__box--ttl .scr_cvr::before {
  background: #181818;
}
.concept__point .point__box--index {
  display: flex;
  align-items: center;
  color: #E5387F;
}
.concept__point .point__box--index .num {
  font-weight: 300;
  font-style: italic;
  font-size: 5.5vw;
  margin-right: 1.3571428571vw;
}
@media screen and (max-width: 896px) {
  .concept__point .point__box--index .num {
    font-size: 9.8666666667vw;
    margin-right: 2.7vw;
  }
}
.concept__point .point__box--index .entxt {
  font-weight: 700;
  font-size: 2vw;
  letter-spacing: 0.15em;
  margin-right: 1.3571428571vw;
}
@media screen and (max-width: 896px) {
  .concept__point .point__box--index .entxt {
    font-size: 4.8vw;
    margin-right: 2.5vw;
  }
}
.concept__point .point__box--index .jp {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 2vw;
}
@media screen and (max-width: 896px) {
  .concept__point .point__box--index .jp {
    font-size: 3.7333333333vw;
  }
}
.concept__point .point__box .lead {
  color: white;
  margin-top: 2.5vw;
}
@media screen and (max-width: 896px) {
  .concept__point .point__box .lead {
    margin-top: 5vw;
  }
}
.concept__point .point__box--imgwrap {
  display: flex;
  flex-wrap: wrap;
}
.concept__point .point__box--imgwrap .imgwrap {
  width: 50%;
}
.concept__point .point__box--imgwrap .imgwrap img {
  height: 22.9285714286vw;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .concept__point .point__box--imgwrap .imgwrap img {
    height: 30.533333vw;
  }
}
.concept__point .point__copy {
  color: white;
  text-align: center;
  line-height: 2.1;
  font-size: 1.2857142857vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .concept__point .point__copy {
    font-size: 3.7333333333vw;
  }
}
.concept__vision {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding-block: 10.5vw 38.3571428571vw;
  border-bottom: 130px solid #181818;
}
@media screen and (max-width: 896px) {
  .concept__vision {
    padding-block: 20vw 0;
    border-bottom: 70px solid #181818;
  }
}
.concept__vision .vision__txtbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 896px) {
  .concept__vision .vision__txtbox {
    padding-bottom: 33vw;
  }
}
.concept__vision .vision__txtbox--secttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 2.0714285714vw;
}
@media screen and (max-width: 896px) {
  .concept__vision .vision__txtbox--secttl {
    font-size: 4.8vw;
  }
}
.concept__vision .vision__txtbox--logo img {
  width: 39vw;
  margin-top: 5.4285714286vw;
}
@media screen and (max-width: 896px) {
  .concept__vision .vision__txtbox--logo img {
    width: 58.6666666667vw;
    margin-top: 10vw;
  }
}
.concept__vision .vision__txtbox--ttl {
  color: #E5387F;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 2.5714285714vw;
  margin-top: 3.5714285714vw;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  .concept__vision .vision__txtbox--ttl {
    font-size: 5.3333333333vw;
    margin-top: 9vw;
  }
}
.concept__vision .vision__txtbox .lead {
  text-align: center;
  font-size: 1.4285714286vw;
  line-height: 2.1;
  margin-top: 3.5714285714vw;
}
@media screen and (max-width: 896px) {
  .concept__vision .vision__txtbox .lead {
    font-size: 3.7333333333vw;
    margin-top: 6vw;
  }
}
@media screen and (min-width: 897px) {
  .concept__vision .vision__sliderwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92.8571428571vw;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}
.concept__vision .vision__deco {
  left: 50%;
  position: absolute;
  bottom: -3vw;
  font-weight: 700;
  translate: -50% 0;
  font-size: 19vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 0.84;
  z-index: 10;
}
@media screen and (max-width: 896px) {
  .concept__vision .vision__deco {
    font-size: 18.333333vw;
    bottom: 83vw;
    translate: -49% 0;
  }
}
.concept__vision .swiper {
  margin: 0;
  /* スライドの動き等速 */
}
@media screen and (min-width: 897px) {
  .concept__vision .swiper {
    height: 200vh;
  }
}
.concept__vision .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 897px) {
  .concept__vision .swiper .swiper-slide {
    height: 19.6428571429vw !important;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 896px) {
  .concept__vision .swiper .swiper-slide {
    width: 33vw !important;
  }
}
@media screen and (min-width: 897px) {
  .concept__vision .swiper .swiper-slide img {
    height: 100%;
    width: 14.2857142857vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 896px) {
  .concept__vision .swiper .swiper-slide img {
    height: auto;
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
