@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,700;1,700&family=Liter&display=swap" rel="stylesheet');
/*
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;
}

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: #222222;
}
@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: "Liter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #222222;
  background-image: url(../../img/common/bg/bg_common01.webp);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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;
}

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

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

.jost_bld {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  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: #222222;
  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.0714285714vw;
  letter-spacing: -0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .lead {
    font-size: 3.7333333333vw;
  }
}
.lead.type_white {
  color: #F4F4F4;
}

.basebtn {
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5714285714vw;
  gap: 0.8571428571vw;
  padding-inline: 4.2857142857vw 3.5714285714vw;
  width: max-content;
}
@media screen and (min-width: 897px) {
  .basebtn {
    height: 5.3571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .basebtn {
    height: 18vw;
    border-radius: 2vw;
    min-width: 66.6666666667vw;
    gap: 5.8666666667vw;
  }
}
.basebtn .txt {
  overflow: hidden;
  position: relative;
  font-size: 1vw;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 896px) {
  .basebtn .txt {
    font-size: 3.7333333333vw;
  }
}
.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: 2.6428571429vw;
  padding-bottom: 0.4vw;
}
@media screen and (max-width: 896px) {
  .basebtn .icon {
    width: 8vw;
    padding-bottom: 1.7vw;
  }
}
@media screen and (min-width: 897px) {
  .basebtn:hover .icon {
    transform: translateX(1.0714285714vw);
  }
  .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 #F4F4F4;
}
.basebtn.type_white .txt {
  color: #F4F4F4;
}
.basebtn.type_white .icon {
  filter: brightness(0) invert(1);
}
.basebtn.type_recruit {
  background-color: #222222;
}
.basebtn.type_recruit .txt {
  color: #F4F4F4;
}
.basebtn.type_recruit .icon {
  filter: brightness(0) invert(1);
}

.loopSlider01 {
  background: #F4F4F4;
  padding: 0.8571428571vw 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@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;
  gap: 1.2857142857vw;
  flex-direction: column;
}
@media screen and (max-width: 896px) {
  .common_h2 {
    gap: 2.5vw;
  }
}
.common_h2 .jp {
  font-size: 1.1428571429vw;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.2, 1, 0.21, 1);
  color: #1432AA;
  display: none;
  font-weight: 500;
}
.common_h2 .jp.type_show {
  display: block;
}
@media screen and (max-width: 896px) {
  .common_h2 .jp {
    font-size: 3.4666666667vw;
  }
}
.common_h2 .maintxt.en {
  font-weight: 700;
}
.common_h2 .entxt {
  display: flex;
  flex-direction: column;
}
.common_h2 .entxt .maintxt {
  display: flex;
  font-size: 10.2857142857vw;
}
@media screen and (max-width: 896px) {
  .common_h2 .entxt .maintxt {
    font-size: 12vw;
  }
}
.common_h2 .entxt .maintxt:nth-of-type(2), .common_h2 .entxt .maintxt:nth-of-type(3), .common_h2 .entxt .maintxt:nth-of-type(4), .common_h2 .entxt .maintxt:nth-of-type(5), .common_h2 .entxt .maintxt:nth-of-type(6) {
  margin-top: -0.9vw;
}
.common_h2 .entxt .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);
}
.common_h2.on .entxt .maintxt span {
  transform: translateX(0) translateY(0) rotateX(0) rotateY(0) translateZ(0px);
  opacity: 1;
}
.common_h2.on .jp {
  opacity: 1;
  transform: translateY(0);
}
.common_h2.type_white .jp {
  color: #F4F4F4;
}
.common_h2.type_white .entxt {
  color: #F4F4F4;
}

.common_txtbox-tag {
  background: #222222;
  border-radius: 10vw;
  border: 1px solid #222222;
  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.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;
  display: none;
}
@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;
  }
}
@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;
  display: none;
}
@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;
  font-weight: 700;
}
@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;
}

#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;
}
@media screen and (max-width: 896px) {
  .header {
    padding-inline: 4.8vw;
    width: calc(100% - 12px);
    top: 6px;
  }
}
.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::before {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.0714285714vw;
  background-color: rgba(239, 239, 239, 0.9);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  content: "";
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s ease;
  transform: translateZ(0);
}
@media screen and (max-width: 896px) {
  .header::before {
    border-radius: 2.6666666667vw;
  }
}
.header__logo {
  width: 8.7142857143vw;
  transition: all 0.35s ease;
}
@media screen and (max-width: 896px) {
  .header__logo {
    width: 25.0666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
.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: #222222;
}
.header__body--link .plus .line02 {
  width: 0.5714285714vw;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #222222;
}
.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: #222222;
}
@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__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 {
  position: relative;
  z-index: 4;
}
.footer__wrap {
  background: #222222;
  color: #F4F4F4;
  padding: 4.6428571429vw 5vw 6.5714285714vw;
}
@media screen and (max-width: 896px) {
  .footer__wrap {
    padding: 10vw 5vw 18vw;
  }
}
.footer__logo {
  display: block;
  width: 13.2857142857vw;
  transition: opacity 0.35s ease;
}
@media screen and (max-width: 896px) {
  .footer__logo {
    width: 40vw;
    display: none;
    margin-inline: auto;
  }
}
@media screen and (min-width: 897px) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}
.footer__body {
  margin-top: 2.4285714286vw;
  display: flex;
}
@media screen and (min-width: 897px) {
  .footer__body {
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .footer__body {
    flex-direction: column-reverse;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 897px) {
  .footer__body--info {
    width: 22.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .footer__body--info {
    margin-top: 17vw;
  }
}
@media screen and (min-width: 897px) {
  .footer__body--info .info__logo {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .footer__body--info .info__logo {
    width: 39.4666666667vw;
    display: block;
    margin-bottom: 6.6666666667vw;
  }
}
.footer__body--info .addresswrap {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  padding-bottom: 2.4285714286vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .addresswrap {
    gap: 6vw;
  }
}
.footer__body--info .addresswrap .addressbox {
  display: flex;
  flex-direction: column;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .addresswrap .addressbox {
    gap: 3vw;
  }
}
.footer__body--info .addresswrap .addressbox .ttl {
  font-size: 0.9285714286vw;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 896px) {
  .footer__body--info .addresswrap .addressbox .ttl {
    font-size: 4vw;
  }
}
.footer__body--info .addresswrap .addressbox .content {
  color: #F4F4F4;
  opacity: 0.6;
  font-size: 0.9285714286vw;
  line-height: 1.7;
}
@media screen and (max-width: 896px) {
  .footer__body--info .addresswrap .addressbox .content {
    font-size: 3.7333333333vw;
  }
}
.footer__body--info .addresswrap .addressbox .content .tel {
  color: #F4F4F4;
}
.footer__body--info .linkwrap {
  padding-top: 2.4285714286vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap {
    margin-top: 7vw;
    padding-top: 11vw;
    gap: 5vw;
  }
}
.footer__body--info .linkwrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5vw;
  height: 1px;
  opacity: 0.3;
  background: #F4F4F4;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap::before {
    width: 20vw;
  }
}
.footer__body--info .linkwrap .languagewrap {
  display: flex;
  align-items: center;
  gap: 1.5714285714vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap .languagewrap {
    gap: 5vw;
  }
}
.footer__body--info .linkwrap .languagewrap__icon {
  width: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap .languagewrap__icon {
    width: 5.3333333333vw;
  }
}
.footer__body--info .linkwrap .languagewrap__txtwrap {
  display: flex;
  align-items: center;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap .languagewrap__txtwrap {
    gap: 3vw;
  }
}
.footer__body--info .linkwrap .languagewrap__txtwrap .linktxt {
  font-size: 1vw;
  transition: opacity 0.35s cubic-bezier(0.2, 1, 0.21, 1);
  color: #F4F4F4;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap .languagewrap__txtwrap .linktxt {
    font-size: 4vw;
  }
}
.footer__body--info .linkwrap .languagewrap__txtwrap .linktxt.jplink {
  opacity: 0.5;
}
@media screen and (min-width: 897px) {
  .footer__body--info .linkwrap .languagewrap__txtwrap .linktxt:hover.enlink {
    opacity: 0.6;
  }
}
.footer__body--info .linkwrap .languagewrap__txtwrap .line {
  width: 1px;
  rotate: 20deg;
  height: 1.1428571429vw;
  background-color: #F4F4F4;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap .languagewrap__txtwrap .line {
    height: 5.3333333333vw;
  }
}
.footer__body--info .linkwrap .contactwrap, .footer__body--info .linkwrap .entrywrap {
  display: flex;
  align-items: center;
  gap: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap .contactwrap, .footer__body--info .linkwrap .entrywrap {
    gap: 5vw;
  }
}
.footer__body--info .linkwrap .contactwrap__icon, .footer__body--info .linkwrap .entrywrap__icon {
  width: 1vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .linkwrap .contactwrap__icon, .footer__body--info .linkwrap .entrywrap__icon {
    width: 4.8vw;
  }
}
.footer__body--info .linkwrap .contactwrap .txt, .footer__body--info .linkwrap .entrywrap .txt {
  color: #F4F4F4;
  transition: opacity 0.35s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (min-width: 897px) {
  .footer__body--info .linkwrap .contactwrap .txt, .footer__body--info .linkwrap .entrywrap .txt {
    font-size: 0.9285714286vw;
  }
}
@media screen and (min-width: 897px) {
  .footer__body--info .linkwrap .contactwrap .txt:hover, .footer__body--info .linkwrap .entrywrap .txt:hover {
    opacity: 0.6;
  }
}
.footer__body--info .copyr {
  margin-top: 3.9285714286vw;
  display: flex;
  flex-direction: column;
  gap: 1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .copyr {
    margin-top: 12vw;
    gap: 5vw;
  }
}
.footer__body--info .copyr .privacylink {
  transition: opacity 0.35s cubic-bezier(0.2, 1, 0.21, 1);
  display: block;
}
.footer__body--info .copyr .privacylink .txt {
  color: #F4F4F4;
  letter-spacing: -0.02em;
  font-size: 0.7857142857vw;
}
@media screen and (max-width: 896px) {
  .footer__body--info .copyr .privacylink .txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 897px) {
  .footer__body--info .copyr .privacylink:hover {
    opacity: 0.6;
  }
}
.footer__body--info .copyr__txt {
  font-size: 0.7857142857vw;
  opacity: 0.5;
}
@media screen and (max-width: 896px) {
  .footer__body--info .copyr__txt {
    font-size: 3.7333333333vw;
  }
}
.footer__body--links {
  display: flex;
  flex-wrap: wrap;
  gap: 4.7142857143vw 4.0714285714vw;
}
@media screen and (min-width: 897px) {
  .footer__body--links {
    width: 57.1428571429vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 896px) {
  .footer__body--links {
    width: 100%;
    gap: 7.2vw 0;
    justify-content: space-between;
    margin-inline: auto;
  }
}
.footer__body--links > li {
  width: 11.0714285714vw;
  padding-top: 2.2142857143vw;
  display: flex;
  flex-direction: column;
  gap: 1.5714285714vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .footer__body--links > li {
    width: 41.3333333333vw;
    padding-top: 6.9333333333vw;
    gap: 6vw;
  }
}
.footer__body--links > li::before {
  content: "";
  border-top: 1px solid rgba(244, 244, 244, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.footer__body--links > li .childwrap .childlist {
  gap: 1vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 896px) {
  .footer__body--links > li .childwrap .childlist {
    gap: 4vw;
  }
}
.footer__body--links > li .childwrap .childlist li .childlink {
  position: relative;
  display: block;
  width: max-content;
}
.footer__body--links > li .childwrap .childlist li .childlink .txt {
  color: #F4F4F4;
  font-size: 0.9285714286vw;
  opacity: 0.7;
  transition: opacity 0.35s ease;
}
@media screen and (max-width: 896px) {
  .footer__body--links > li .childwrap .childlist li .childlink .txt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .footer__body--links > li .childwrap .childlist li .childlink:hover .txt {
    opacity: 1;
  }
}
.footer__body--links a.footer__body--link::after {
  content: "";
  position: absolute;
  background: url(../../img/common/header/ico_arrow_r01.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 1vw;
  height: 0.7142857143vw;
  filter: brightness(0) invert(1);
  translate: 0 -50%;
  top: 50%;
  left: 112%;
  transform: translateX(-100%);
  transition: all 0.75s cubic-bezier(0.2, 1, 0.21, 1);
  opacity: 0;
}
@media screen and (min-width: 897px) {
  .footer__body--links a.footer__body--link:hover::after {
    transform: translateX(0);
    opacity: 1;
  }
}
.footer__body--link {
  color: #F4F4F4;
  position: relative;
  width: max-content;
}
.footer__body--link .txt {
  font-size: 1vw;
  letter-spacing: -0.02em;
  color: #F4F4F4;
}
@media screen and (max-width: 896px) {
  .footer__body--link .txt {
    font-size: 3.7333333333vw;
  }
}
.footer__bottom {
  position: relative;
}
@media screen and (max-width: 896px) {
  .footer__bottom--bg {
    height: 60vw;
  }
  .footer__bottom--bg img {
    object-fit: cover;
    height: 100%;
  }
}
.footer__bottom--txt {
  width: 35.2142857143vw;
  position: absolute;
  left: 3.7142857143vw;
  bottom: 5.0714285714vw;
  z-index: 4;
}
@media screen and (max-width: 896px) {
  .footer__bottom--txt {
    bottom: 7vw;
    left: 5vw;
    width: 60vw;
  }
}

.commoncv {
  position: relative;
  display: block;
  overflow: hidden;
}
.commoncv__bg {
  width: 100%;
  height: 43.3571428571vw;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .commoncv__bg {
    height: 85.3333333333vw;
  }
}
.commoncv__bg img {
  transition: transform 1s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .commoncv__bg img {
    scale: 1.2;
    filter: blur(3px) brightness(0.9);
  }
}
.commoncv__txtbox {
  position: absolute;
  top: 50%;
  left: 5vw;
  translate: 0 -50%;
  display: flex;
  flex-direction: column;
  gap: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .commoncv__txtbox {
    gap: 6vw;
    width: 90%;
    left: 5%;
  }
}
.commoncv__txtbox .common_h2 .jp {
  text-align: left;
}
@media screen and (max-width: 896px) {
  .commoncv__txtbox .common_h2 .entxt .maintxt {
    font-size: 13.8666666667vw;
  }
}
.commoncv__txtbox .lead {
  color: #F4F4F4;
  text-align: left;
  line-height: 2.18;
}
.commoncv .circle_arrow {
  position: absolute;
  top: 50%;
  right: 10vw;
  width: 17.7142857143vw;
  height: 17.7142857143vw;
}
@media screen and (min-width: 897px) {
  .commoncv .circle_arrow {
    translate: 0 -50%;
  }
}
@media screen and (max-width: 896px) {
  .commoncv .circle_arrow {
    top: 24%;
    right: 6vw;
    width: 20vw;
    height: 20vw;
  }
}
.commoncv .circle_arrow__circle path {
  stroke-width: 2;
}
.commoncv .circle_arrow__circle.base path {
  stroke: rgba(255, 255, 255, 0.5);
}
.commoncv .circle_arrow__circle.hover path {
  stroke: #F4F4F4;
}
.commoncv .circle_arrow__icon {
  background-image: url(../../img/common/header/ico_arrow_r01.svg);
  background-position: center;
  background-size: 10% auto;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 896px) {
  .commoncv .circle_arrow__icon {
    background-size: 25% auto;
  }
}
.commoncv .circle_arrow__icon.active {
  background-image: url(../../img/common/header/ico_arrow_r01.svg);
  background-position: center;
  background-size: 10% auto;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 897px) {
  .commoncv:hover .commoncv__bg img {
    transform: scale(1.1);
  }
  .commoncv:hover .circle_arrow__circle.hover path {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: 0;
  }
  .commoncv:hover .circle_arrow__icon {
    transform: translate(0, 0);
  }
  .commoncv:hover .circle_arrow__icon.default {
    transform: translate(150%, 0);
  }
}

.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 #222222;
  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: #222222;
  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);
  display: none;
}
@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%;
}

@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: #222222;
}
.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;
}

.news_single__mv {
  padding: 12.8571428571vw 0 2.1428571429vw;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 896px) {
  .news_single__mv {
    padding: 30vw 0 5vw;
  }
}
.news_single__mv .bread {
  position: relative;
  inset: auto;
  width: max-content;
  max-width: 100%;
  margin-inline: auto 0;
}
.news_single__mv .bread ol {
  flex-wrap: wrap;
  line-height: 1.3;
}
.news_single .news__content {
  width: 68.5714285714vw;
  margin-inline: auto;
  padding-block: 7.2857142857vw 17.3571428571vw;
}
@media screen and (max-width: 896px) {
  .news_single .news__content {
    width: 90%;
    padding-block: 10vw 20vw;
  }
}
.news_single .detail__head {
  padding-bottom: 2.8571428571vw;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 896px) {
  .news_single .detail__head {
    padding-bottom: 5vw;
  }
}
.news_single .detail__head--ttl {
  font-size: 2.7142857143vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .news_single .detail__head--ttl {
    font-size: 6.4vw;
  }
}
.news_single .detail__head--info {
  display: flex;
  align-items: center;
  gap: 2.1428571429vw;
  margin-top: 2.7857142857vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__head--info {
    margin-top: 3vw;
    gap: 3vw;
  }
}
.news_single .detail__head--info .tagwrap {
  display: flex;
  align-items: center;
  gap: 0.5714285714vw;
}
.news_single .detail__head--info .tagwrap .tag {
  border: 1px dotted #222222;
  letter-spacing: -0.03em;
  font-size: 0.8571428571vw;
  padding: 0.5vw 0.5714285714vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__head--info .tagwrap .tag {
    font-size: 3.2vw;
    padding: 1.7vw 3vw;
  }
}
.news_single .detail__head--info time {
  letter-spacing: -0.03em;
  font-size: 1.2142857143vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__head--info time {
    font-size: 3.7333333333vw;
  }
}
.news_single .detail__content {
  margin-top: 3.4285714286vw;
  display: flex;
  flex-direction: column;
  gap: 2.1428571429vw;
  padding-bottom: 7.2857142857vw;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .news_single .detail__content {
    margin-top: 10vw;
    gap: 5vw;
    padding-bottom: 17vw;
  }
}
.news_single .detail__content p {
  font-size: 1.1428571429vw;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .news_single .detail__content p {
    font-size: 3.7333333333vw;
  }
}
.news_single .detail__content img {
  width: 100%;
  height: auto;
}
.news_single .detail__content ul, .news_single .detail__content ul li {
  list-style: disc;
}
.news_single .detail__content ol, .news_single .detail__content ol li {
  list-style: decimal;
}
.news_single .detail__content ul, .news_single .detail__content ol {
  padding-left: 1em;
  line-height: 1.8;
}
.news_single .detail__content h2 {
  line-height: 1.4;
  font-size: 2.5vw;
  padding-left: 1.7857142857vw;
  border-left: 7px solid #222222;
  margin-block: 5vw 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__content h2 {
    font-size: 5.8666666667vw;
    padding-left: 3vw;
    border-width: 4px;
    margin-block: 7vw 0;
  }
}
.news_single .detail__content h3 {
  line-height: 1.4;
  font-size: 1.9285714286vw;
  margin-block: 2.1428571429vw 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__content h3 {
    font-size: 4.8vw;
    margin-block: 5vw 0;
  }
}
.news_single .detail__foot--share {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D9E2E5;
  padding: 2.3571428571vw 5vw;
  gap: 2.4285714286vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--share {
    padding: 8vw 5vw;
    gap: 5vw;
    flex-direction: column;
  }
}
.news_single .detail__foot--share .ttl {
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--share .ttl {
    font-size: 4.8vw;
  }
}
.news_single .detail__foot--share .linklist {
  display: flex;
  align-items: center;
  gap: 1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--share .linklist {
    gap: 3vw;
  }
}
.news_single .detail__foot--share .linklist .sharebtn {
  width: 2.3571428571vw;
  transition: opacity 0.3s;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--share .linklist .sharebtn {
    width: 8vw;
  }
}
.news_single .detail__foot--share .linklist .sharebtn.link_copy {
  display: flex;
  width: auto;
  padding: 0 1.0714285714vw;
  background: #4B4B4B;
  color: white;
  gap: 0.9285714286vw;
  align-items: center;
  border-radius: 3px;
  height: 2.3571428571vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--share .linklist .sharebtn.link_copy {
    height: 8vw;
    gap: 2vw;
    padding-inline: 3vw;
  }
}
.news_single .detail__foot--share .linklist .sharebtn.link_copy .icon {
  width: 1.3571428571vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--share .linklist .sharebtn.link_copy .icon {
    width: 4.5333333333vw;
  }
}
.news_single .detail__foot--share .linklist .sharebtn.link_copy .txt {
  font-size: 0.9285714286vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--share .linklist .sharebtn.link_copy .txt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 897px) {
  .news_single .detail__foot--share .linklist .sharebtn:hover {
    opacity: 0.7;
  }
}
.news_single .detail__foot--links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: relative;
  margin-top: 3vw;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--links {
    margin-top: 11vw;
  }
}
.news_single .detail__foot--links .news__back {
  position: relative;
  text-align: center;
  width: max-content;
  display: block;
}
.news_single .detail__foot--links .news__back::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #222222;
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: right;
  display: block;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--links .news__back::after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 897px) {
  .news_single .detail__foot--links .news__back:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.news_single .detail__foot--links .opebtn {
  display: flex;
  align-items: center;
  gap: 0.6428571429vw;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--links .opebtn {
    gap: 2vw;
  }
}
@media screen and (max-width: 896px) {
  .news_single .detail__foot--links .opebtn .circle_arrow {
    width: 7vw;
    height: 7vw;
  }
}
.news_single .detail__foot--links .opebtn.next {
  right: 0;
}
.news_single .detail__foot--links .opebtn.prev {
  left: 0;
}
.news_single .detail__foot--links .opebtn.prev .circle_arrow {
  transform: rotate(180deg);
}
@media screen and (min-width: 897px) {
  .news_single .detail__foot--links .opebtn:hover .circle_arrow__circle.hover path {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: 0;
  }
  .news_single .detail__foot--links .opebtn:hover .circle_arrow__icon {
    transform: translate(0, 0);
  }
  .news_single .detail__foot--links .opebtn:hover .circle_arrow__icon.default {
    transform: translate(150%, 0);
  }
}

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