@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/* stylelint-disable */
/* stylelint-enable */
.header {
  position: relative;
  transition: opacity 0.2s linear;
  z-index: 1000;
  /* -------------------------------------------> nav mod */
}
.header.is-ready .logo-wrap {
  transition: opacity 0.2s linear;
}
.header .nav-content {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  transition: background-color 0.3s linear;
}
.header .nav-content .menu-btn {
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.header .nav-content .menu-btn .border {
  transform-origin: left top;
  background-color: #fff;
}
.header .nav-content .menu-btn .border:nth-child(1) {
  margin-top: 0;
  transform: rotate(-30deg) translate(-50%, -50%);
}
.header .nav-content .menu-btn .border:nth-child(2) {
  margin-top: 0;
  transform: rotate(30deg) translate(-50%, -50%);
}
.header .header-wrap {
  position: fixed;
  width: 100%;
  height: 70px;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header .header-wrap {
    height: 13.3333333333vw;
    padding-left: 3.3333333333vw;
  }
}
.header .logo-wrap {
  padding-top: 19px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .logo-wrap {
    padding-top: 0;
  }
}
.header .logo {
  pointer-events: auto;
  width: 299px;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 45.3333333333vw;
  }
}
.header .tag {
  font-size: 12px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  width: 68px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 3px;
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  .header .tag {
    font-size: 2.1333333333vw;
    width: 12.5333333333vw;
    height: 3.4666666667vw;
    border-radius: 0.6666666667vw;
    margin-left: 2.1333333333vw;
    padding: 0.2666666667vw 0 0 0.5333333333vw;
  }
}
.header .menu-btn {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: relative;
  background-color: #000;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .header .menu-btn .border {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .menu-btn:hover .border:nth-child(1) {
    transform: translate(-40%, -50%);
  }
  .header .menu-btn:hover .border:nth-child(2) {
    transform: translate(-60%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.header .menu-btn .border {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .header .menu-btn .border {
    width: 6.1333333333vw;
    height: 0.5333333333vw;
  }
}
.header .menu-btn .border:nth-child(1) {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .header .menu-btn .border:nth-child(1) {
    margin-top: -0.8vw;
  }
}
.header .menu-btn .border:nth-child(2) {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .header .menu-btn .border:nth-child(2) {
    margin-top: 0.8vw;
  }
}
.header .menu-btn-entry {
  width: 200px;
  height: 70px;
  background-color: #e4006b;
  border-radius: 0 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  pointer-events: painted;
}
@media screen and (min-width: 769px) {
  .header .menu-btn-entry {
    transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .menu-btn-entry:hover {
    background-color: #ff0078;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-btn-entry {
    width: 20vw;
    height: 13.3333333333vw;
    border-radius: 0 0 0 2.6666666667vw;
  }
}
.header .menu-btn-entry .name {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header .menu-btn-entry .name {
    font-size: 3.7333333333vw;
  }
}
.header .menu {
  height: 100%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .header .menu {
    display: block;
    height: 100%;
  }
}
.header .menu-wrap {
  display: grid;
  grid-template-rows: auto 385px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header .menu-wrap {
    grid-template-columns: auto;
    margin-top: 0;
    height: 100%;
  }
}
.header .menu-list-container {
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: scroll;
}
@media screen and (min-width: 769px) {
  .header .menu-list-container {
    padding: 70px 10.752688172%;
  }
}
@media screen and (min-width: 769px) and (min-height: 700px) {
  .header .menu-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 990px) and (min-height: 860px) {
  .header .menu-list-container {
    justify-content: center;
  }
}
@media screen and (max-width: 990px) and (min-height: 700px) and (max-height: 859px) {
  .header .menu-list-container {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-list-container {
    padding: 24.8vw 8vw 16vw;
  }
}
@media screen and (min-width: 769px) {
  .header .menu-list-container a span {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .menu-list-container a::before {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .menu-list-container a:hover span {
    opacity: 0.6;
  }
}
.header .menu-list-wrap {
  position: relative;
}
.header .link-list-wrap {
  margin-top: 76px;
  padding-top: 44px;
  border-top: 1px solid #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header .link-list-wrap {
    margin-top: 17.0666666667vw;
    padding-top: 0;
    border: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.header .menu-list.large {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header .menu-list.large {
    margin-left: 0;
  }
}
.header .menu-list.large .menu-list-item {
  display: flex;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
@media screen and (max-width: 768px) {
  .header .menu-list.large .menu-list-item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.header .menu-list.large .menu-list-item + .menu-list-item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .header .menu-list.large .menu-list-item + .menu-list-item {
    margin-top: 5.8666666667vw;
  }
}
.header .menu-list.large .menu-list-item a {
  display: inline-block;
  min-width: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .menu-list.large .menu-list-item a {
    width: 100%;
    min-width: auto;
    border-bottom: 1px solid #3a3a3a;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.header .menu-list.large .menu-list-item a::before {
  content: "";
  width: 11px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDExIDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb24tYXJyb3ctLXdoaXRlLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzA4Ljg4OSw2MDI2SDcwNGw2LjExMSw4TDcwNCw2MDQyaDQuODg5bDYuMTExLThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA0IC02MDI2KSIvPgo8L3N2Zz4K");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header .menu-list.large .menu-list-item a::before {
    width: 2.4vw;
    height: 3.4666666667vw;
    right: 0;
  }
}
.header .menu-list.large .menu-list-item a.--arrow-hide {
  pointer-events: none;
}
.header .menu-list.large .menu-list-item a.--arrow-hide::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .menu-list.large .menu-list-item a.--arrow-hide {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.header .menu-list.large .menu-list-item .--ja {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header .menu-list.large .menu-list-item .--ja {
    font-size: 5.0666666667vw;
  }
}
.header .menu-list.large .menu-list-item .--en {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header .menu-list.large .menu-list-item .--en {
    font-size: 6.4vw;
  }
}
.header .menu-list.mid {
  width: 100%;
  margin-top: 6px;
  margin-bottom: -5px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .header .menu-list.mid {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-list.mid {
    margin-top: 6.9333333333vw;
    margin-left: 0;
    margin-bottom: -0.8vw;
  }
}
.header .menu-list.mid .menu-list-item {
  width: 250px;
  flex-direction: column;
  justify-content: flex-start;
  transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 990px) {
  .header .menu-list.mid .menu-list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-list.mid .menu-list-item {
    width: 69.4666666667vw;
    margin-bottom: 0;
    font-size: 3.7333333333vw;
  }
}
.header .menu-list.mid .menu-list-item + .menu-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header .menu-list.mid .menu-list-item + .menu-list-item {
    margin-top: 5.3333333333vw;
  }
}
.header .menu-list.mid .menu-list-item .menu-list-title {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header .menu-list.mid .menu-list-item .menu-list-title {
    font-size: 3.7333333333vw;
  }
}
.header .menu-list.small {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid #3a3a3a;
}
@media screen and (max-width: 768px) {
  .header .menu-list.small {
    margin-top: 3.7333333333vw;
    padding-top: 2.4vw;
  }
}
.header .menu-list.small .menu-list-item {
  margin: 0;
  transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transform: translateY(40px);
  opacity: 0;
}
.header .menu-list.small .menu-list-item + .menu-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header .menu-list.small .menu-list-item + .menu-list-item {
    margin: 0;
  }
}
.header .menu-list.small .menu-list-item a {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.4615384615;
  display: inline-block;
  min-width: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .menu-list.small .menu-list-item a {
    font-size: 3.4666666667vw;
    line-height: 2.6153846154;
    border: none;
    padding: 0;
  }
}
.header .menu-list.small .menu-list-item a::before {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDExIDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTQwMDZiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb24tYXJyb3ctLXJlZC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTcwOC44ODksNjAyNkg3MDRsNi4xMTEsOEw3MDQsNjA0Mmg0Ljg4OWw2LjExMS04WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcwNCAtNjAyNikiLz4KPC9zdmc+Cg==");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header .menu-list.small .menu-list-item a::before {
    width: 1.8666666667vw;
    height: 2.6666666667vw;
  }
}
.header .menu-list.small .menu-list-item a.--arrow-hide::before {
  display: none;
}
.header .menu-list .menu-list-item {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .header .menu-list .menu-list-item a::before {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .menu-list .menu-list-item a:hover::before {
    transform: translate(30%, -50%);
  }
}
.header .page-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .page-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .page-list .page-item {
  color: #fff;
  line-height: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.header .page-list .page-item + .page-item {
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  .header .page-list .page-item + .page-item {
    margin-top: 7.4666666667vw;
    margin-left: 0;
  }
}
.header .page-list .page-item a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-right: 29px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header .page-list .page-item a::before, .header .page-list .page-item a::after {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .page-list .page-item a:hover::before {
    right: -2px;
  }
  .header .page-list .page-item a:hover::after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header .page-list .page-item a {
    font-size: 3.4666666667vw;
    padding-right: 0;
    width: 46.6666666667vw;
  }
}
.header .page-list .page-item a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #3f3f3f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header .page-list .page-item a::after {
  content: "";
  width: 5px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDExIDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb24tYXJyb3ctLXdoaXRlLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzA4Ljg4OSw2MDI2SDcwNGw2LjExMSw4TDcwNCw2MDQyaDQuODg5bDYuMTExLThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA0IC02MDI2KSIvPgo8L3N2Zz4K");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.header .page-list .page-item a.--arrow-hide::before {
  display: none;
}
.header .company-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .company-list {
    margin-top: 12.5333333333vw;
  }
}
.header .company-item {
  color: #fff;
  line-height: 1;
  height: 14px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
@media screen and (max-width: 768px) {
  .header .company-item {
    height: 3.7333333333vw;
  }
}
.header .company-item .link {
  font-size: 13px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 21px;
}
@media screen and (min-width: 769px) {
  .header .company-item .link {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header .company-item .link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .header .company-item .link {
    font-size: 3.4666666667vw;
    padding-right: 4.5333333333vw;
  }
}
.header .company-item + .company-item {
  padding-left: 21px;
}
@media screen and (max-width: 768px) {
  .header .company-item + .company-item {
    padding-left: 5.6vw;
  }
}
.header .company-item + .company-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #808080;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .company-item + .company-item .link {
  padding-right: 0;
}
.header .close-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header .scroll-container {
  max-width: 990px;
  height: 100vh;
  height: 100dvh;
  margin-left: auto;
  background-color: #242424;
  position: relative;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: clip-path 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: clip-path 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-clip-path 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.header .scroll-container .logo-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .scroll-container .logo-wrap {
    display: flex;
    position: absolute;
    top: 4.2666666667vw;
    left: 3.4666666667vw;
  }
  .header .scroll-container .logo-wrap .tag {
    color: #fff;
    border-color: #fff;
  }
}
.header .scroll-container-entry {
  max-width: 510px;
  height: 100dvh;
  height: 100vh;
  margin-left: auto;
  background-color: #d40365;
  position: relative;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: clip-path 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: clip-path 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-clip-path 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
@media screen and (max-width: 768px) {
  .header .scroll-container-entry {
    max-width: 100%;
  }
}
.header .scroll-container-entry .logo-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .scroll-container-entry .logo-wrap {
    display: flex;
    position: absolute;
    top: 4.8vw;
    left: 4.5333333333vw;
  }
  .header .scroll-container-entry .logo-wrap .tag {
    color: #fff;
    border-color: #fff;
  }
}
.header .menu-entry {
  padding: 60px 55px;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .header .menu-entry {
    padding: 28.5333333333vw 8vw;
  }
}
.header .menu-entry .content-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) and (min-height: 700px) {
  .header .menu-entry .content-block {
    height: 100%;
    justify-content: center;
  }
}
.header .menu-entry .cmn-head {
  color: #fff;
  font-size: 34px;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 768px) {
  .header .menu-entry .cmn-head {
    font-size: 6.9333333333vw;
  }
}
.header .menu-entry .entry-item-wrap {
  width: 100%;
  margin-top: 56px;
}
@media screen and (max-width: 1240px) {
  .header .menu-entry .entry-item-wrap {
    margin-top: 60px;
    margin-right: auto;
  }
}
@media screen and (max-width: 1040px) {
  .header .menu-entry .entry-item-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item-wrap {
    max-width: 100%;
    margin-top: 9.3333333333vw;
  }
}
.header .menu-entry .entry-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(40px);
}
.header .menu-entry .entry-item + .entry-item {
  border-top: 2px solid #ea83b4;
  margin-top: 56px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item + .entry-item {
    margin-top: 10.6666666667vw;
    padding-top: 9.0666666667vw;
    border-top: 1px solid #ea81b2;
  }
}
.header .menu-entry .entry-item-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item-title {
    font-size: 5.3333333333vw;
  }
}
.header .menu-entry .entry-item-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.7333333333;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item-text {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    width: 100%;
  }
}
.header .menu-entry .entry-item-btn {
  width: 330px;
  height: 90px;
  margin-top: 32px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item-btn {
    width: 84vw;
    height: 21.3333333333vw;
    margin-top: 8vw;
  }
}
.header .menu-entry .entry-item-btn .link {
  width: 100%;
  height: 100%;
  border-radius: 45px;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .header .menu-entry .entry-item-btn .link {
    transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .menu-entry .entry-item-btn .link:hover {
    background-color: #d40365;
  }
  .header .menu-entry .entry-item-btn .link:hover .name {
    color: #fff;
  }
  .header .menu-entry .entry-item-btn .link:hover .arrow .cls-1 {
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item-btn .link {
    border-radius: 10.6666666667vw;
  }
}
.header .menu-entry .entry-item-btn .name {
  font-size: 24px;
  font-weight: 600;
  color: #e4006b;
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item-btn .name {
    font-size: 5.3333333333vw;
  }
}
.header .menu-entry .entry-item-btn .arrow {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item-btn .arrow {
    right: 8vw;
  }
}
.header .menu-entry .entry-item-btn .arrow svg {
  width: 9px;
}
@media screen and (max-width: 768px) {
  .header .menu-entry .entry-item-btn .arrow svg {
    width: 2.4vw;
  }
}
.header.is-hide {
  opacity: 0;
  pointer-events: none;
}
.header.is-hide .logo {
  pointer-events: none;
}
.header.is-hide .menu-btn {
  pointer-events: none;
}
.header.is-hide-top .logo-wrap {
  opacity: 0;
  pointer-events: none;
}
.header.is-section-name-active .section-name {
  transform: none;
  opacity: 1;
}
.header .is-name-active .name-item-text {
  transform: none;
}
.header.is-nav-white {
  color: #fff;
}
.header.is-nav-white .slash {
  background-color: #fff;
}
.header.is-nav-white .name-item-text {
  color: #fff;
}
.header.is-nav-change-anime {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.header.is-menu-on .btn-open {
  pointer-events: none;
}
.header.is-menu-on .scroll-container {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.header.is-menu-on .nav-content {
  pointer-events: painted;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.6s linear;
}
.header.is-menu-on .menu-btn {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.8s linear 0.2s;
}
@media screen and (min-width: 769px) {
  .header.is-menu-on .menu-btn:hover .border:nth-child(1) {
    transform: translate(-50%, -50%);
  }
  .header.is-menu-on .menu-btn:hover .border:nth-child(2) {
    transform: translate(-50%, -50%);
  }
}
.header.is-menu-on .link-list-wrap {
  opacity: 1;
  transition: opacity 0.8s linear 1.3s;
}
.header.is-menu-on .logo-wrap {
  pointer-events: none;
}
.header.is-menu-on .menu-list.large .menu-list-item {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s linear 1s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.header.is-menu-on .menu-list.mid .menu-list-item {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s linear 1s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.header.is-menu-on .menu-list.small .menu-list-item {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s linear 1s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.header.is-menu-on .page-list .page-item {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s linear 1s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.header.is-menu-on .company-list .company-item {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s linear 1s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.header.is-menu-entry-on .btn-open {
  pointer-events: none;
}
.header.is-menu-entry-on .menu-btn {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.8s linear 0.2s;
}
@media screen and (min-width: 769px) {
  .header.is-menu-entry-on .menu-btn:hover .border:nth-child(1) {
    transform: translate(-50%, -50%);
  }
  .header.is-menu-entry-on .menu-btn:hover .border:nth-child(2) {
    transform: translate(-50%, -50%);
  }
}
.header.is-menu-entry-on .scroll-container-entry {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.header.is-menu-entry-on .cmn-head {
  transition: opacity 0.7s linear 1s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transform: none;
  opacity: 1;
}
.header.is-menu-entry-on .entry-item-wrap .entry-item,
.header.is-menu-entry-on .entry-item-wrap .entry-item-text,
.header.is-menu-entry-on .entry-item-wrap .entry-item-btn {
  transition: opacity 0.7s linear 1s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transform: none;
  opacity: 1;
}
.header.is-menu-entry-on .nav-content {
  pointer-events: painted;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.6s linear;
}
.header.is-menu-entry-on .nav-content .menu-btn {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.8s linear 0.2s;
}
.header .is-off {
  display: none;
}

/* -------------------------------------------> animation */
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  20% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  20% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  background-color: #242424;
}
.footer .cmn-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer .cmn-inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.footer .content-block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .footer .content-block {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
}
.footer .head-block .logo {
  width: 400px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .head-block .logo {
    width: 84vw;
  }
}
.footer .head-block .company-wrap {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .footer .head-block .company-wrap {
    margin-top: 7.7333333333vw;
  }
}
.footer .head-block .company-lead {
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .footer .head-block .company-lead {
    font-size: 2.6666666667vw;
  }
}
.footer .head-block .company-list {
  margin-top: 19px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .head-block .company-list {
    margin-top: 4.2666666667vw;
  }
}
.footer .head-block .company-item {
  position: relative;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .footer .head-block .company-item {
    height: 3.7333333333vw;
  }
}
.footer .head-block .company-item .link {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 19px;
}
@media screen and (min-width: 769px) {
  .footer .head-block .company-item .link {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .footer .head-block .company-item .link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .footer .head-block .company-item .link {
    font-size: 3.4666666667vw;
    padding-right: 5.0666666667vw;
  }
}
.footer .head-block .company-item + .company-item {
  padding-left: 19px;
}
@media screen and (max-width: 768px) {
  .footer .head-block .company-item + .company-item {
    padding-left: 5.3333333333vw;
  }
}
.footer .head-block .company-item + .company-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #808080;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer .head-block .company-item + .company-item .link {
  padding-right: 0;
}
@media screen and (max-width: 1040px) {
  .footer .page-nav {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer .page-nav {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.footer .page-nav .page-list {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .footer .page-nav .page-list {
    width: 100%;
  }
}
.footer .page-nav .page-item {
  width: 100%;
  height: 75px;
  padding-left: 20px;
  padding-right: 30px;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}
@media screen and (min-width: 769px) {
  .footer .page-nav .page-item .name, .footer .page-nav .page-item .arrow {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .footer .page-nav .page-item:hover .name {
    opacity: 0.6;
  }
  .footer .page-nav .page-item:hover .arrow {
    transform: translateX(15%);
  }
}
@media screen and (max-width: 768px) {
  .footer .page-nav .page-item {
    height: 16.5333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .page-nav .page-item + .page-item {
  border-top: none;
}
.footer .page-nav .page-item .link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer .page-nav .page-item .link .name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer .page-nav .page-item .link .name {
    font-size: 3.7333333333vw;
  }
}
.footer .page-nav .page-item .link .arrow {
  width: 25px;
  height: 25px;
  margin-left: auto;
  background-color: #3f3f3f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .page-nav .page-item .link .arrow {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.footer .page-nav .page-item .link .arrow img {
  width: 5px;
}
@media screen and (max-width: 768px) {
  .footer .page-nav .page-item .link .arrow img {
    width: 1.2vw;
  }
}
.footer .copyright-block {
  height: 44px;
  border-top: 1px solid #3a3a3a;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .copyright-block {
    height: 17.3333333333vw;
  }
}
.footer .copyright-block .copyright {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .copyright-block .copyright {
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
  }
}

.cmn-btn.--type-1 {
  width: 205px;
  height: 60px;
  padding-left: 26px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-btn.--type-1 {
    width: 40.1333333333vw;
    height: 12.1333333333vw;
    padding-left: 5.0666666667vw;
    border-radius: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .cmn-btn.--type-1 .name {
    font-size: 3.2vw;
  }
}
.cmn-btn.--type-1 .icon {
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 768px) {
  .cmn-btn.--type-1 .icon {
    right: 6.1333333333vw;
  }
}
.cmn-btn.--type-1 .icon::before, .cmn-btn.--type-1 .icon::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #e4006b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .cmn-btn.--type-1 .icon::before, .cmn-btn.--type-1 .icon::after {
    width: 2.9333333333vw;
    height: 0.5333333333vw;
  }
}
.cmn-btn.--type-1 .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}
@media screen and (min-width: 769px) {
  .cmn-btn.--type-1 {
    transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .cmn-btn.--type-1 .icon {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .cmn-btn.--type-1:hover {
    color: #fff;
    background-color: #e4006b;
  }
  .cmn-btn.--type-1:hover .icon::before, .cmn-btn.--type-1:hover .icon::after {
    background-color: #fff;
  }
}

.cmn-head {
  font-size: 52px;
  letter-spacing: -0.01em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cmn-head {
    font-size: 11.2vw;
  }
}

.cmn-tag {
  font-size: 16px;
  font-weight: bold;
  padding-left: 45px;
  display: block;
  position: relative;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .cmn-tag {
    font-size: 4.5333333333vw;
    margin-top: 2.1333333333vw;
    padding-left: 10.6666666667vw;
  }
}
.cmn-tag::before {
  content: "";
  width: 35px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi10YWcuc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDM1IDE1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTQwMDZiOwogICAgICB9CgogICAgICAuY2xzLTEsIC5jbHMtMiwgLmNscy0zIHsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2VkNmJhNzsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZjRhZmNkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0i6ZW35pa55b2iXzExIiBkYXRhLW5hbWU9IumVt+aWueW9oiAxMSIgY2xhc3M9ImNscy0xIiBkPSJNODU2LjQsMTA0OWgtNi4zOTFsOS41ODctMTVoNi4zOTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODUwIC0xMDM0KSIvPgogIDxwYXRoIGlkPSLplbfmlrnlvaJfMTEtMiIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMTEiIGNsYXNzPSJjbHMtMiIgZD0iTTg2Ni40LDEwNDloLTYuMzkxbDkuNTg3LTE1aDYuMzkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg1MCAtMTAzNCkiLz4KICA8cGF0aCBpZD0i6ZW35pa55b2iXzExLTMiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDExIiBjbGFzcz0iY2xzLTMiIGQ9Ik04NzUuNDE3LDEwNDloLTYuMzg0bDkuNTc1LTE1aDYuMzg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg1MCAtMTAzNCkiLz4KPC9zdmc+Cg==");
  background-size: 100%;
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cmn-tag::before {
    width: 8.8vw;
    height: 3.7333333333vw;
    top: 0.5333333333vw;
  }
}
.cmn-tag.--inversion::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1tYXJrZXItLWludmVyc2lvbi5zdmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjM2IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzYgMTUiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KCiAgICAgIC5jbHMtMSwgLmNscy0yLCAuY2xzLTMgewogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjJiNGQxOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNlMzViOWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSLplbfmlrnlvaJfMTEiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDExIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDcuNCw1OTIyaC02LjM5MWw5LjU4Ny0xNWg2LjM5MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDEgLTU5MDcpIi8+CiAgPHBhdGggaWQ9IumVt+aWueW9ol8xMS0yIiBkYXRhLW5hbWU9IumVt+aWueW9oiAxMSIgY2xhc3M9ImNscy0yIiBkPSJNMTE3LjAwOCw1OTIyaC02bDguOTk0LTE1aDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAxIC01OTA3KSIvPgogIDxwYXRoIGlkPSLplbfmlrnlvaJfMTEtMyIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMTEiIGNsYXNzPSJjbHMtMyIgZD0iTTEyNy40LDU5MjJoLTYuMzkxbDkuNTg3LTE1aDYuMzkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMSAtNTkwNykiLz4KPC9zdmc+Cg==");
}

.cmn-text {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cmn-text {
    font-size: 3.7333333333vw;
  }
}

.cmn-head-large {
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cmn-head-large {
    font-size: 7.2vw;
  }
}

.cmn-head-mid {
  font-size: 30px;
  font-weight: bold;
  padding-left: 52px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-head-mid {
    font-size: 6.1333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.cmn-head-mid::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #e4006b;
  -webkit-clip-path: polygon(62% 0, 100% 0%, 38% 100%, 0% 100%);
          clip-path: polygon(62% 0, 100% 0%, 38% 100%, 0% 100%);
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cmn-head-mid::before {
    width: 6.1333333333vw;
    height: 5.6vw;
  }
}

.cmn-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  vertical-align: middle;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1200px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}

.sect-entry {
  background-color: #d40365;
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .sect-entry {
    border-radius: 10.6666666667vw 0 0 0;
  }
}
.sect-entry .cmn-inner {
  padding-top: 88px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sect-entry .cmn-inner {
    padding-top: 16vw;
    padding-bottom: 21.6vw;
  }
}
.sect-entry .content-block {
  display: flex;
}
@media screen and (max-width: 1240px) {
  .sect-entry .content-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 1240px) {
  .sect-entry .head-wrap {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sect-entry .head-wrap {
    margin-right: 0;
  }
}
.sect-entry .cmn-head {
  color: #fff;
  min-width: 142px;
}
@media screen and (max-width: 768px) {
  .sect-entry .cmn-head {
    min-width: auto;
  }
}
.sect-entry .cmn-tag {
  color: #fff;
}
.sect-entry .entry-item-wrap {
  width: 100%;
  max-width: 928px;
  margin-top: 22px;
  margin-left: 7.2580645161%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .sect-entry .entry-item-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1240px) {
  .sect-entry .entry-item-wrap {
    margin-top: 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1040px) {
  .sect-entry .entry-item-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item-wrap {
    max-width: 100%;
    margin-top: 12.5333333333vw;
  }
}
.sect-entry .entry-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 8.2974137931%;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .sect-entry .entry-item {
    padding: 0;
  }
}
.sect-entry .entry-item + .entry-item {
  padding-left: 8.5129310345%;
  padding-right: 0;
}
.sect-entry .entry-item + .entry-item::before {
  content: "";
  width: 1px;
  height: 235px;
  background-color: #ea81b2;
  position: absolute;
  top: -11px;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .sect-entry .entry-item + .entry-item::before {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .sect-entry .entry-item + .entry-item {
    margin-top: 60px;
    border-top: 1px solid #ea81b2;
    padding-left: 0;
    padding-top: 80px;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item + .entry-item {
    margin-top: 10.6666666667vw;
    padding-top: 10.1333333333vw;
    border-top: 1px solid #ea81b2;
    border-left: none;
  }
}
.sect-entry .entry-item-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item-title {
    font-size: 4.5333333333vw;
  }
}
.sect-entry .entry-item-text {
  color: #fff;
  line-height: 1.8571428571;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item-text {
    text-align: left;
    line-height: 1.7857142857;
    margin-top: 4.2666666667vw;
  }
}
.sect-entry .entry-item-btn {
  width: 380px;
  height: 90px;
  margin-top: 43px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item-btn {
    width: 84vw;
    height: 21.3333333333vw;
    margin-top: 7.4666666667vw;
  }
}
.sect-entry .entry-item-btn .link {
  width: 100%;
  height: 100%;
  border-radius: 45px;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .sect-entry .entry-item-btn .link {
    transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .sect-entry .entry-item-btn .link .arrow {
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .sect-entry .entry-item-btn .link:hover {
    background-color: #d40365;
  }
  .sect-entry .entry-item-btn .link:hover .name {
    color: #fff;
  }
  .sect-entry .entry-item-btn .link:hover .arrow {
    transform: translate(50%, -50%);
  }
  .sect-entry .entry-item-btn .link:hover .arrow .cls-1 {
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item-btn .link {
    border-radius: 10.6666666667vw;
  }
}
.sect-entry .entry-item-btn .name {
  font-size: 22px;
  font-weight: 600;
  color: #e4006b;
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item-btn .name {
    font-size: 5.3333333333vw;
  }
}
.sect-entry .entry-item-btn .arrow {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item-btn .arrow {
    right: 8vw;
  }
}
.sect-entry .entry-item-btn .arrow svg {
  width: 11px;
}
@media screen and (max-width: 768px) {
  .sect-entry .entry-item-btn .arrow svg {
    width: 2.4vw;
  }
}

/*-------------------------------------------> fade */
.fade {
  opacity: 0;
  transition: opacity 0.7s linear;
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s linear, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fade-left {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s linear, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fade-right {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s linear, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*-------------------------------------------> disassemble-word */
.disassemble-word,
.cmn-head,
.cmn-tag {
  display: block;
}
.disassemble-word span,
.cmn-head span,
.cmn-tag span {
  opacity: 0;
  display: inline-block;
  transform: translateY(15%);
  transition: opacity 0.4s linear, transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.disassemble-word::before, .disassemble-word::after,
.cmn-head::before,
.cmn-head::after,
.cmn-tag::before,
.cmn-tag::after {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), clip-path 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), clip-path 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.disassemble-space {
  padding-left: 0.25em;
}

/*-------------------------------------------> mask */
.mask-top {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mask-top.--slow {
  transition: -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mask-bottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mask-bottom.--slow {
  transition: -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mask-left {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mask-left.--double {
  transition: -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mask-left.--slow {
  transition: -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mask-right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mask-right.--slow {
  transition: -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*-------------------------------------------> is-show */
.is-show.fade, .is-show.fade-in, .is-show.fade-left, .is-show.fade-right {
  opacity: 1;
  transform: none;
}
.is-show.disassemble-word::before, .is-show.disassemble-word::after, .is-show.cmn-head::before, .is-show.cmn-head::after, .is-show.cmn-tag::before, .is-show.cmn-tag::after {
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.is-show.disassemble-word span, .is-show.cmn-head span, .is-show.cmn-tag span {
  opacity: 1;
  transform: none;
}
.is-show.mask-top, .is-show.mask-left, .is-show.mask-right, .is-show.mask-bottom {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.is-show.mask-left.--double {
  -webkit-clip-path: inset(0 -50% 0 0);
          clip-path: inset(0 -50% 0 0);
}
.is-show.animation-box .fade,
.is-show.animation-box .fade-in,
.is-show.animation-box .fade-left,
.is-show.animation-box .fade-right {
  opacity: 1;
  transform: none;
}
.is-show.animation-box .disassemble-word::before, .is-show.animation-box .disassemble-word::after,
.is-show.animation-box .cmn-head::before,
.is-show.animation-box .cmn-head::after,
.is-show.animation-box .cmn-tag::before,
.is-show.animation-box .cmn-tag::after {
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.is-show.animation-box .disassemble-word span,
.is-show.animation-box .cmn-head span,
.is-show.animation-box .cmn-tag span {
  opacity: 1;
  transform: none;
}
.is-show.animation-box .mask-top,
.is-show.animation-box .mask-left,
.is-show.animation-box .mask-right,
.is-show.animation-box .mask-bottom {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.is-show.animation-box .mask-left {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.is-show.animation-box .mask-left.--double {
  -webkit-clip-path: inset(0 -50% 0 0);
          clip-path: inset(0 -50% 0 0);
}

/*-------------------------------------------> delay */
.delay-1 {
  transition-delay: 0.1s;
}
.delay-1::before {
  transition-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .delay-1.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-2 {
  transition-delay: 0.2s;
}
.delay-2::before {
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .delay-2.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-3 {
  transition-delay: 0.3s;
}
.delay-3::before {
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .delay-3.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-4 {
  transition-delay: 0.4s;
}
.delay-4::before {
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .delay-4.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-5 {
  transition-delay: 0.5s;
}
.delay-5::before {
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .delay-5.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-6 {
  transition-delay: 0.6s;
}
.delay-6::before {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .delay-6.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-7 {
  transition-delay: 0.7s;
}
.delay-7::before {
  transition-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .delay-7.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-8 {
  transition-delay: 0.8s;
}
.delay-8::before {
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .delay-8.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-9 {
  transition-delay: 0.9s;
}
.delay-9::before {
  transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  .delay-9.delay-off-sp {
    transition-delay: 0s;
  }
}

.delay-10 {
  transition-delay: 1s;
}
.delay-10::before {
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .delay-10.delay-off-sp {
    transition-delay: 0s;
  }
}

#page-workstyle {
  /* -------------------------------------------> work-style */
  /* -------------------------------------------> qa */
  /* -------------------------------------------> other-message */
  /* -------------------------------------------> other-work-place */
  /* -------------------------------------------> other-work-style */
}
#page-workstyle .sect-workstyle {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle {
    background-color: #f2f2f2;
  }
}
#page-workstyle .sect-workstyle::before {
  content: "";
  width: 69.3055555556vw;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 0 0 80px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle::before {
    display: none;
  }
}
#page-workstyle .sect-workstyle .cmn-inner {
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .cmn-inner {
    padding-top: 24.5333333333vw;
    padding-bottom: 0;
  }
}
#page-workstyle .sect-workstyle .content-block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #page-workstyle .sect-workstyle .content-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block {
    justify-content: flex-start;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block {
  max-width: 484px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block {
    max-width: 100%;
    justify-content: flex-start;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block .cmn-head {
  font-size: 60px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block .cmn-head {
    font-size: 12vw;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block .body-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block .body-wrap {
    margin-top: 15.4666666667vw;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block .tag-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block .tag-wrap {
    display: block;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block .tag {
  font-size: 13px;
  font-feature-settings: normal;
  font-weight: 500;
  height: 28px;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 0 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block .tag {
    font-size: 3.2vw;
    border-radius: 0.8vw;
    height: 6.8vw;
    padding: 0.2666666667vw 1.6vw 0;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block .tag.--black {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block .tag.--black {
    margin-right: 0.5em;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block .tag + .tag {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block .tag + .tag {
    margin-left: 0;
    margin-top: 1.8666666667vw;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block .workstyle-title {
  font-size: 34px;
  line-height: 1.4117647059;
  font-weight: bold;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block .workstyle-title {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 3.4666666667vw;
  }
}
#page-workstyle .sect-workstyle .content-block .text-block .workstyle-title::first-letter {
  color: #e4006b;
}
#page-workstyle .sect-workstyle .content-block .text-block .workstyle-text {
  font-size: 15px;
  line-height: 2.2666666667;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .text-block .workstyle-text {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    margin-top: 4.8vw;
  }
}
#page-workstyle .sect-workstyle .content-block .img-block {
  width: 53.2258064516%;
  margin-top: 10px;
  margin-left: 40px;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #page-workstyle .sect-workstyle .content-block .img-block {
    width: 100%;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .img-block {
    height: 74.8vw;
    margin-left: -4vw;
    margin-top: 11.2vw;
  }
}
#page-workstyle .sect-workstyle .content-block .img-block .img {
  width: 52.7777777778vw;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/workstyle/interview01/workstyle-img.jpg);
  background-size: cover;
  background-position: center top;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #page-workstyle .sect-workstyle .content-block .img-block .img {
    width: 90.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .content-block .img-block .img {
    width: 96vw;
    height: 74.8vw;
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}
#page-workstyle .sect-workstyle .content-block .img-block .img[data-interview-num="1"] {
  background-image: url(../img/workstyle/interview01/workstyle-img.jpg);
}
#page-workstyle .sect-workstyle .content-block .img-block .img[data-interview-num="2"] {
  background-image: url(../img/workstyle/interview02/workstyle-img.jpg);
}
#page-workstyle .sect-workstyle .content-block .img-block .img[data-interview-num="3"] {
  background-image: url(../img/workstyle/interview03/workstyle-img.jpg);
}
#page-workstyle .sect-workstyle .content-block .img-block .img[data-interview-num="4"] {
  background-image: url(../img/workstyle/interview04/workstyle-img.jpg);
}
#page-workstyle .sect-workstyle .content-block .img-block .img[data-interview-num="5"] {
  background-image: url(../img/workstyle/interview05/workstyle-img.jpg);
}
#page-workstyle .sect-workstyle .content-block .img-block .img[data-interview-num="6"] {
  background-image: url(../img/workstyle/interview06/workstyle-img.jpg);
}
#page-workstyle .sect-workstyle .content-block .img-block .img[data-interview-num="7"] {
  background-image: url(../img/workstyle/interview07/workstyle-img.jpg);
}
#page-workstyle .sect-workstyle .movie-block {
  margin-top: 100px;
  padding: 50px;
  background-color: #2a2a2a;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .movie-block {
    border-radius: 0;
    margin-top: 16vw;
    padding: 9.3333333333vw 0 10.1333333333vw;
  }
  #page-workstyle .sect-workstyle .movie-block::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #2a2a2a;
    position: absolute;
    top: 0;
    left: -8vw;
    z-index: -10;
  }
}
#page-workstyle .sect-workstyle .movie-block .movie-title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  position: absolute;
  top: 46px;
  left: 46px;
}
@media screen and (max-width: 1200px) {
  #page-workstyle .sect-workstyle .movie-block .movie-title {
    position: static;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .movie-block .movie-title {
    font-size: 7.4666666667vw;
    margin-bottom: 4.5333333333vw;
  }
}
#page-workstyle .sect-workstyle .movie-block .movie {
  margin: 0 auto;
  width: 70.1754385965%;
  aspect-ratio: 800/450;
  z-index: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #page-workstyle .sect-workstyle .movie-block .movie {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .movie-block .movie {
    width: 100%;
    aspect-ratio: 632/356;
    margin-bottom: 0;
  }
}
#page-workstyle .sect-workstyle .movie-block .movie .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#page-workstyle .sect-workstyle .movie-block .movie .poster::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
#page-workstyle .sect-workstyle .movie-block .movie .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .movie-block .movie .icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#page-workstyle .sect-workstyle .movie-block .movie .icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #e4006b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-workstyle .movie-block .movie .icon::before {
    border-width: 1.1333333333vw 0 1.1333333333vw 1.96vw;
  }
}
#page-workstyle .sect-workstyle .movie-block .movie iframe {
  width: 100%;
  height: 100%;
  pointer-events: painted;
  cursor: pointer;
}
#page-workstyle .sect-workstyle .movie-block .movie .poster {
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page-workstyle .sect-workstyle .movie-block .movie.is-play .poster {
  opacity: 0;
  pointer-events: none;
}
#page-workstyle .sect-workstyle .movie-block .movie.is-play .poster img {
  display: none;
}
#page-workstyle .sect-workstyle .movie-block .movie.is-play::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  opacity: 0;
}
#page-workstyle .sect-workstyle .movie-block .movie.is-play:hover::before {
  opacity: 0.4;
}
#page-workstyle .sect-workstyle .movie-block .movie.is-paused .poster img {
  display: none;
}
#page-workstyle .sect-qa .cmn-inner {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-qa .cmn-inner {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
#page-workstyle .sect-qa .qa-block {
  max-width: 1100px;
  margin: 0 auto;
}
#page-workstyle .sect-qa .qa-block .qa-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #page-workstyle .sect-qa .qa-block .qa-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#page-workstyle .sect-qa .qa-block .qa-item.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  #page-workstyle .sect-qa .qa-block .qa-item.--reverse {
    flex-direction: column;
  }
}
#page-workstyle .sect-qa .qa-block .qa-item + .qa-item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-qa .qa-block .qa-item + .qa-item {
    margin-top: 11.2vw;
  }
}
#page-workstyle .sect-qa .qa-block .img-block {
  width: 49.0909090909%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #page-workstyle .sect-qa .qa-block .img-block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-qa .qa-block .img-block {
    border-radius: 4vw;
  }
}
#page-workstyle .sect-qa .qa-block .text-block {
  width: 44.5454545455%;
}
@media screen and (max-width: 900px) {
  #page-workstyle .sect-qa .qa-block .text-block {
    width: 100%;
  }
}
#page-workstyle .sect-qa .qa-block .text-block .qa-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-top: 9px;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #page-workstyle .sect-qa .qa-block .text-block .qa-title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-qa .qa-block .text-block .qa-title {
    font-size: 5.0666666667vw;
    line-height: 1.3684210526;
    padding-left: 8.2666666667vw;
    margin-top: 6.9333333333vw;
  }
}
#page-workstyle .sect-qa .qa-block .text-block .qa-title::before {
  content: "";
  width: 28px;
  height: 6.5px;
  background-color: #e4006b;
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  position: absolute;
  top: 0.5em;
  left: 4px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-qa .qa-block .text-block .qa-title::before {
    width: 5.0666666667vw;
    height: 1.0666666667vw;
    left: 0;
  }
}
#page-workstyle .sect-qa .qa-block .text-block .qa-text {
  font-size: 15px;
  line-height: 2.2666666667;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-qa .qa-block .text-block .qa-text {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    margin-top: 4vw;
  }
}
#page-workstyle .sect-message {
  background-color: #d40365;
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message {
    border-radius: 0 10.6666666667vw 0 0;
  }
}
#page-workstyle .sect-message .cmn-inner {
  padding-top: 60px;
  padding-bottom: 58px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message .cmn-inner {
    padding-top: 9.0666666667vw;
    padding-bottom: 11.2vw;
  }
}
#page-workstyle .sect-message .cmn-inner .content-block {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 9.0909090909% 18.1818181818% auto;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message .cmn-inner .content-block {
    grid-template-columns: 26.6666666667vw auto;
  }
}
#page-workstyle .sect-message .cmn-inner .content-block .message-head {
  width: 50px;
  grid-column: 1/2;
  grid-row: 1/5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message .cmn-inner .content-block .message-head {
    width: auto;
    margin-bottom: 6.6666666667vw;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
#page-workstyle .sect-message .cmn-inner .content-block .message-head span {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin-left: -15px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message .cmn-inner .content-block .message-head span {
    font-size: 7.4666666667vw;
    margin-left: 0;
    transform: none;
  }
}
#page-workstyle .sect-message .cmn-inner .content-block .img-block {
  width: 100%;
  position: relative;
  grid-column: 2/3;
  grid-row: 1/5;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message .cmn-inner .content-block .img-block {
    width: 26.6666666667vw;
    margin-left: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#page-workstyle .sect-message .cmn-inner .content-block .img-block::before {
  content: "";
  width: 44px;
  height: 16px;
  background-image: url("../../assets/img/common/icon-marker--white.svg");
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message .cmn-inner .content-block .img-block::before {
    width: 9.2vw;
    height: 2.6666666667vw;
    bottom: 1.3333333333vw;
    left: 0;
  }
}
#page-workstyle .sect-message .cmn-inner .content-block .message-title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding-left: 7.5%;
  grid-column: 3/4;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message .cmn-inner .content-block .message-title {
    font-size: 5.6vw;
    line-height: 1.4285714286;
    padding-left: 6.9333333333vw;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#page-workstyle .sect-message .cmn-inner .content-block .message-text {
  color: #fff;
  font-size: 15px;
  line-height: 2.2666666667;
  margin-top: 17px;
  padding-left: 7.5%;
  grid-column: 3/4;
  grid-row: 3/4;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-message .cmn-inner .content-block .message-text {
    font-size: 3.7333333333vw;
    width: 100%;
    padding-left: 0;
    margin-top: 5.6vw;
    line-height: 1.9285714286;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
#page-workstyle .sect-work-place {
  border-radius: 0 0 0 80px;
  background-color: #acacac;
  background-image: linear-gradient(-90deg, #e0e0e0 90%, transparent 90%), linear-gradient(#e0e0e0 90%, transparent 90%);
  background-size: 8px 8px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place {
    border-radius: 0 0 0 10.6666666667vw;
    background-size: 1.6vw 1.6vw;
  }
}
#page-workstyle .sect-work-place .cmn-inner {
  padding-top: 63px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .cmn-inner {
    padding-top: 8.8vw;
    padding-bottom: 12.2666666667vw;
  }
}
#page-workstyle .sect-work-place .content-block {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 60.8181818182% 30.9090909091% auto;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block {
    grid-template-columns: auto 37.3333333333vw;
  }
}
#page-workstyle .sect-work-place .content-block .work-place-head {
  width: 50px;
  margin-left: 40px;
  grid-column: 3/4;
  grid-row: 1/7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .work-place-head {
    width: auto;
    margin-left: 0;
    margin-bottom: 5.0666666667vw;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
#page-workstyle .sect-work-place .content-block .work-place-head span {
  color: #e4006b;
  font-size: 42px;
  font-weight: 600;
  min-width: 246px;
  transform: rotate(90deg);
  margin-top: -8px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .work-place-head span {
    font-size: 7.4666666667vw;
    transform: none;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}
#page-workstyle .sect-work-place .content-block .img-block {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  grid-column: 2/3;
  grid-row: 1/7;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .img-block {
    width: 37.3333333333vw;
    border-radius: 2.6666666667vw;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#page-workstyle .sect-work-place .content-block .work-place-title {
  color: #e4006b;
  font-size: 26px;
  font-weight: bold;
  max-width: 740px;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .work-place-title {
    font-size: 5.6vw;
    line-height: 1.4285714286;
    max-width: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#page-workstyle .sect-work-place .content-block .work-place-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 26px;
  display: flex;
  align-items: center;
  grid-column: 1/2;
  grid-row: 3/4;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .work-place-name {
    font-size: 4.5333333333vw;
    margin-top: 5.0666666667vw;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
#page-workstyle .sect-work-place .content-block .work-place-name .icon-pin {
  width: 36px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .work-place-name .icon-pin {
    width: 8vw;
  }
}
#page-workstyle .sect-work-place .content-block .work-place-name .name {
  margin-left: 17px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .work-place-name .name {
    margin-left: 3.7333333333vw;
  }
}
#page-workstyle .sect-work-place .content-block .work-place-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  max-width: 620px;
  padding-right: 40px;
  margin-top: 6px;
  grid-column: 1/2;
  grid-row: 4/5;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .work-place-text {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    max-width: 100%;
    margin-top: 4.2666666667vw;
    padding-right: 0;
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
#page-workstyle .sect-work-place .content-block .work-place-btn {
  margin-top: 24px;
  grid-column: 1/2;
  grid-row: 5/6;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-work-place .content-block .work-place-btn {
    margin-top: 6.1333333333vw;
    width: 48vw;
    height: 14.4vw;
    border-radius: 7.2vw;
    grid-column: 1/3;
    grid-row: 5/6;
    padding-left: 5.6vw;
  }
  #page-workstyle .sect-work-place .content-block .work-place-btn .name {
    font-size: 3.8666666667vw;
  }
  #page-workstyle .sect-work-place .content-block .work-place-btn .icon {
    right: 6.9333333333vw;
  }
  #page-workstyle .sect-work-place .content-block .work-place-btn .icon::before, #page-workstyle .sect-work-place .content-block .work-place-btn .icon::after {
    width: 3.4666666667vw;
    height: 0.5333333333vw;
  }
}
#page-workstyle .sect-other-work-style {
  overflow: hidden;
}
#page-workstyle .sect-other-work-style .cmn-inner {
  padding-top: 112px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .cmn-inner {
    padding-top: 14.4vw;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .cmn-head {
    line-height: 1.0476190476;
  }
}
#page-workstyle .sect-other-work-style .work-block {
  margin-top: 37px;
  min-width: 93.0555555556vw;
  padding-bottom: 140px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block {
    margin-top: 6.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
#page-workstyle .sect-other-work-style .work-block .work-swiper {
  width: 75.6944444444vw;
}
@media screen and (max-width: 1000px) {
  #page-workstyle .sect-other-work-style .work-block .work-swiper {
    width: 72vw;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .work-swiper {
    width: 72vw;
    position: relative;
  }
}
#page-workstyle .sect-other-work-style .work-block .swiper-container {
  width: 100%;
}
#page-workstyle .sect-other-work-style .work-block .swiper-wrapper {
  overflow: visible;
}
#page-workstyle .sect-other-work-style .work-block .swiper-slide {
  width: 24.3055555556vw !important;
}
@media screen and (max-width: 1000px) {
  #page-workstyle .sect-other-work-style .work-block .swiper-slide {
    width: 35vw !important;
  }
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .swiper-slide {
    width: 72vw !important;
  }
}
#page-workstyle .sect-other-work-style .work-block .card {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .card {
    border-radius: 4vw;
  }
}
#page-workstyle .sect-other-work-style .work-block .card-img-block {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .card-img-block {
    border-radius: 4vw;
  }
}
#page-workstyle .sect-other-work-style .work-block .card-text-block {
  width: 100%;
  height: 100%;
  padding: 0 30px 41px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .card-text-block {
    padding: 0 6.9333333333vw 8.8vw;
  }
}
#page-workstyle .sect-other-work-style .work-block .card-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .card-text {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
  }
}
#page-workstyle .sect-other-work-style .work-block .card-desc {
  display: flex;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .card-desc {
    margin-top: 0;
  }
}
#page-workstyle .sect-other-work-style .work-block .card-desc .desc {
  color: #fff;
  font-size: 11px;
  line-height: 2.9090909091;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .card-desc .desc {
    font-size: 2.6666666667vw;
  }
}
#page-workstyle .sect-other-work-style .work-block .card-desc .--join {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .work-block .card-desc .--join {
    margin-left: 1.0666666667vw;
  }
}
#page-workstyle .sect-other-work-style .navigation {
  width: 130px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 116px;
  right: 100px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .navigation {
    width: 23.4666666667vw;
    top: auto;
    right: auto;
    left: 0;
    bottom: -4.8vw;
  }
}
#page-workstyle .sect-other-work-style .navigation .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .navigation .arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#page-workstyle .sect-other-work-style .navigation .arrow svg {
  width: 9px;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .navigation .arrow svg {
    width: 1.8666666667vw;
  }
}
#page-workstyle .sect-other-work-style .navigation .arrow .cls-1 {
  fill: #e4006b;
}
@media screen and (min-width: 769px) {
  #page-workstyle .sect-other-work-style .navigation .arrow {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #page-workstyle .sect-other-work-style .navigation .arrow:hover {
    background-color: #e4006b;
  }
  #page-workstyle .sect-other-work-style .navigation .arrow:hover .cls-1 {
    fill: #fff;
  }
}
#page-workstyle .sect-other-work-style .navigation .arrow.swiper-button-disabled {
  background-color: #d1d1d1;
  cursor: auto;
}
#page-workstyle .sect-other-work-style .navigation .arrow.swiper-button-disabled .cls-1 {
  fill: #a6a6a6;
}
#page-workstyle .sect-other-work-style .navigation .--prev {
  transform: rotate(180deg);
}
#page-workstyle .sect-other-work-style .scrollbar {
  width: 175px !important;
  height: 3px !important;
  margin-top: 40px;
  background-color: #d1d1d1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .scrollbar {
    width: 36vw !important;
    height: 0.8vw !important;
    margin-top: 12.8vw;
    margin-left: 27.4666666667vw;
    margin-bottom: 4.9333333333vw;
  }
}
#page-workstyle .sect-other-work-style .scrollbar .swiper-pagination-progressbar-fill {
  background-color: #e4006b;
}
#page-workstyle .sect-other-work-style .countdown-stroke {
  width: 33px;
  height: 33px;
  position: absolute;
  bottom: 19px;
  right: 19px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .countdown-stroke {
    bottom: 12px;
    right: 12px;
  }
}
#page-workstyle .sect-other-work-style .countdown-stroke .arrow {
  width: 7px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #page-workstyle .sect-other-work-style .countdown-stroke .arrow {
    margin-top: 0;
  }
}
#page-workstyle .sect-other-work-style .countdown-stroke .stroke-bg {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -10;
}
#page-workstyle .sect-other-work-style .countdown-stroke .stroke {
  transform: rotate(-90deg);
}
#page-workstyle .sect-other-work-style .countdown-stroke .stroke circle {
  fill: transparent;
  stroke: #e4006b;
  stroke-width: 1.6;
  stroke-dasharray: 0 377;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 769px) {
  #page-workstyle .sect-other-work-style .card .card-img-block img {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #page-workstyle .sect-other-work-style .card:hover .card-img-block img {
    transform: scale(1.04);
  }
  #page-workstyle .sect-other-work-style .card:hover circle {
    stroke-dasharray: 90 377;
  }
}

#page-requirements {
  /* -------------------------------------------> mv */
  /* -------------------------------------------> requirements */
  /* -------------------------------------------> flow */
}
#page-requirements .sect-mv {
  height: 330px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-mv {
    height: 53.3333333333vw;
  }
}
#page-requirements .sect-mv::before {
  content: "";
  width: 88.1944444444vw;
  height: 100%;
  border-radius: 0 0 80px 0;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-mv::before {
    width: 92vw;
    border-radius: 0 0 10.6666666667vw 0;
  }
}
#page-requirements .sect-mv .cmn-inner {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-mv .cmn-inner {
    padding-top: 26.6666666667vw;
  }
}
#page-requirements .sect-requirements .cmn-inner {
  max-width: 1300px;
  padding-top: 78px;
  padding-bottom: 118px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .cmn-inner {
    padding-top: 14.6666666667vw;
    padding-bottom: 21.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
#page-requirements .sect-requirements .content-block + .content-block {
  margin-top: 94px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .content-block + .content-block {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .text-wrap {
    padding: 0 4vw;
  }
}
#page-requirements .sect-requirements .cmn-text {
  margin-top: 40px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .cmn-text {
    margin-top: 5.3333333333vw;
    line-height: 1.9285714286;
  }
}
#page-requirements .sect-requirements .requirements-list {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-list {
    margin-top: 9.3333333333vw;
  }
}
#page-requirements .sect-requirements .requirements-item dl {
  display: flex;
  justify-content: space-between;
}
#page-requirements .sect-requirements .requirements-item dt {
  width: 20%;
  padding: 32px 2.7272727273%;
  border-top: 1px solid #e4006b;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item dt {
    width: 26.6666666667vw;
    padding: 6.6666666667vw 2.6666666667vw;
  }
}
#page-requirements .sect-requirements .requirements-item dt span {
  color: #e4006b;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item dt span {
    font-size: 4vw;
    line-height: 1.4;
  }
}
#page-requirements .sect-requirements .requirements-item dd {
  width: 78.1818181818%;
  padding: 32px 2.7272727273%;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item dd {
    width: 62.6666666667vw;
    padding: 6.6666666667vw 2.6666666667vw;
  }
}
#page-requirements .sect-requirements .requirements-item .text-block.--frame {
  border: 2px dotted #d9d9d9;
  border-radius: 15px;
  padding: 26px 28px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item .text-block.--frame {
    border-radius: 2.6666666667vw;
    padding: 4.8vw 5.3333333333vw;
    border-width: 0.5333333333vw;
  }
}
#page-requirements .sect-requirements .requirements-item .text-block.--frame .ttl {
  display: inline-block;
  min-width: 142px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item .text-block.--frame .ttl {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item .text-block.--frame ul {
    display: grid;
    gap: 24px;
  }
}
#page-requirements .sect-requirements .requirements-item .text-block.--frame li {
  font-variant-numeric: tabular-nums;
}
#page-requirements .sect-requirements .requirements-item .text-block + .text-block {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item .text-block + .text-block {
    margin-top: 9.0666666667vw;
  }
}
#page-requirements .sect-requirements .requirements-item .text-block strong {
  font-weight: bold;
}
#page-requirements .sect-requirements .requirements-item .text-block p,
#page-requirements .sect-requirements .requirements-item .text-block strong,
#page-requirements .sect-requirements .requirements-item .text-block li {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item .text-block p,
#page-requirements .sect-requirements .requirements-item .text-block strong,
#page-requirements .sect-requirements .requirements-item .text-block li {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
  }
}
#page-requirements .sect-requirements .requirements-item .text-block ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item .text-block ul {
    margin-top: 2.6666666667vw;
  }
}
#page-requirements .sect-requirements .requirements-item .text-block ul.--none-margin {
  margin-top: 0;
}
#page-requirements .sect-requirements .requirements-item .text-block small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item .text-block small {
    margin-top: 3.2vw;
  }
}
#page-requirements .sect-requirements .requirements-item .text-block .note {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-requirements .requirements-item .text-block .note {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#page-requirements .sect-requirements .requirements-item .text-block .note span {
  display: inline-block;
}
#page-requirements .sect-flow {
  background-color: #f2f2f2;
}
#page-requirements .sect-flow .cmn-inner {
  max-width: 1300px;
  padding-top: 116px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-flow .cmn-inner {
    padding-top: 14.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
#page-requirements .sect-flow .cmn-text {
  margin-top: 40px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-flow .cmn-text {
    margin-top: 5.3333333333vw;
    line-height: 1.9285714286;
  }
}
#page-requirements .sect-flow .flow-list {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #page-requirements .sect-flow .flow-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-flow .flow-list {
    margin-top: 9.3333333333vw;
  }
}
#page-requirements .sect-flow .flow-item {
  width: 13.6363636364%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page-requirements .sect-flow .flow-item {
    width: 300px;
    height: 75px;
    border-radius: 0;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-flow .flow-item {
    width: 72.1333333333vw;
    height: 17.3333333333vw;
  }
}
#page-requirements .sect-flow .flow-item .step {
  color: #e4006b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 1000px) {
  #page-requirements .sect-flow .flow-item .step {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-flow .flow-item .step {
    font-size: 3.7333333333vw;
    margin-right: 3.3333333333vw;
  }
}
#page-requirements .sect-flow .flow-item .text {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-flow .flow-item .text {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 1000px) {
  #page-requirements .sect-flow .flow-item + .flow-item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-flow .flow-item + .flow-item {
    margin-top: 11.4666666667vw;
  }
}
#page-requirements .sect-flow .flow-item + .flow-item::before {
  content: "";
  width: 0.7638888889vw;
  height: 1.1111111111vw;
  max-width: 11px;
  aspect-ratio: 11/16;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDExIDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZTQwMDZiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb24tYXJyb3ctLXJlZC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTcwOC44ODksNjAyNkg3MDRsNi4xMTEsOEw3MDQsNjA0Mmg0Ljg4OWw2LjExMS04WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcwNCAtNjAyNikiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -14.6666666667%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #page-requirements .sect-flow .flow-item + .flow-item::before {
    width: 13px;
    height: 19px;
    max-width: 100%;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  #page-requirements .sect-flow .flow-item + .flow-item::before {
    top: -7.7333333333vw;
    width: 3.4666666667vw;
    height: 5.0666666667vw;
  }
}
#page-requirements .sect-flow .flow-item:last-child {
  background-color: #e4006b;
}
#page-requirements .sect-flow .flow-item:last-child .text {
  color: #fff;
}

#page-faq {
  /* -------------------------------------------> mv */
  /* -------------------------------------------> faq */
}
#page-faq .sect-mv {
  height: 330px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-mv {
    height: 53.3333333333vw;
  }
}
#page-faq .sect-mv::before {
  content: "";
  width: 88.1944444444vw;
  height: 100%;
  border-radius: 0 0 80px 0;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-mv::before {
    width: 92vw;
    border-radius: 0 0 10.6666666667vw 0;
  }
}
#page-faq .sect-mv .cmn-inner {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-mv .cmn-inner {
    padding-top: 26.6666666667vw;
  }
}
#page-faq .sect-faq .cmn-inner {
  max-width: 1300px;
  padding-top: 57px;
  padding-bottom: 118px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .cmn-inner {
    padding: 11.2vw 4vw 13.3333333333vw;
  }
}
#page-faq .sect-faq__lead {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq__lead {
    font-size: 4vw;
    line-height: 1.8666666667;
    width: 84vw;
    margin: 0 auto 2.4vw;
  }
}
#page-faq .sect-faq .link-block {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .link-block {
    gap: 0;
    width: 84vw;
    margin: 0 auto 13.6vw;
  }
}
#page-faq .sect-faq .link-block__item {
  width: 240px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .link-block__item {
    width: 100%;
    height: auto;
  }
}
#page-faq .sect-faq .link-block__item a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 769px) {
  #page-faq .sect-faq .link-block__item a {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #page-faq .sect-faq .link-block__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .link-block__item a {
    padding-top: 6.1333333333vw;
    padding-bottom: 6.1333333333vw;
    border-bottom: 0.2666666667vw solid #e6e6e6;
  }
}
#page-faq .sect-faq .link-block__item a span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .link-block__item a span {
    font-size: 4.5333333333vw;
  }
}
#page-faq .sect-faq .link-block__item a span:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%226px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M8.000%2C2.222%20L8.000%2C0.000%20L4.000%2C3.778%20L0.000%2C0.000%20L0.000%2C2.222%20L4.000%2C6.000%20L8.000%2C2.222%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #e4006b;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .link-block__item a span:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .cmn-head-mid {
    font-size: 5.3333333333vw;
    margin-left: 4vw;
    margin-bottom: 10.6666666667vw;
  }
  #page-faq .sect-faq .cmn-head-mid:before {
    top: 0;
  }
}
#page-faq .sect-faq .content-block + .content-block {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .content-block + .content-block {
    margin-top: 13.3333333333vw;
  }
}
#page-faq .sect-faq .faq-list {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list {
    margin-top: 10.1333333333vw;
  }
}
#page-faq .sect-faq .faq-list__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item {
    margin-top: 4.6666666667vw;
    margin-bottom: 0;
  }
  #page-faq .sect-faq .faq-list__item .faq-list__item {
    margin-top: 5.2vw;
  }
}
#page-faq .sect-faq .faq-list__item .q {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 27px 80px 27px 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .q {
    padding: 4vw 14.6666666667vw 4vw 4vw;
    min-height: 21.8666666667vw;
    border-radius: 2.6666666667vw;
    display: flex;
    align-items: center;
  }
}
#page-faq .sect-faq .faq-list__item .q .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  height: 34px;
  width: 34px;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 17px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .q .icon {
    right: 4vw;
    height: 6.6666666667vw;
    width: 6.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
#page-faq .sect-faq .faq-list__item .q .icon::before {
  content: "";
  height: 14px;
  width: 2px;
  background-color: #e4006b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .q .icon::before {
    height: 2.6666666667vw;
    width: 0.5333333333vw;
  }
}
#page-faq .sect-faq .faq-list__item .q .icon::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #e4006b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .q .icon::after {
    height: 0.5333333333vw;
    width: 2.6666666667vw;
  }
}
#page-faq .sect-faq .faq-list__item .q__conts {
  padding-left: 46px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .q__conts {
    padding-left: 9.3333333333vw;
    font-size: 4vw;
  }
}
#page-faq .sect-faq .faq-list__item .q__conts:before {
  content: "Q.";
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -7px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .q__conts:before {
    font-size: 4.5333333333vw;
    top: -0.5333333333vw;
  }
}
#page-faq .sect-faq .faq-list__item .a {
  display: none;
  padding: 26px 30px 11px 30px;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .a {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 14.6666666667vw 5.8666666667vw 4vw;
  }
}
#page-faq .sect-faq .faq-list__item .a__conts {
  padding-left: 46px;
  position: relative;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .a__conts {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    padding-left: 9.3333333333vw;
  }
}
#page-faq .sect-faq .faq-list__item .a__conts:before {
  content: "A.";
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #e4006b;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -7px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .a__conts:before {
    font-size: 4.5333333333vw;
    top: -0.5333333333vw;
  }
}
#page-faq .sect-faq .faq-list__item .a__conts small {
  font-size: 14px;
}
#page-faq .sect-faq .faq-list__item .a__conts a {
  color: #e4006b;
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #page-faq .sect-faq .faq-list__item .a__conts a {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #page-faq .sect-faq .faq-list__item .a__conts a:hover {
    opacity: 0.6;
  }
}
#page-faq .sect-faq .faq-list__item .a__conts a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e4006b;
  position: absolute;
  bottom: 0;
  left: 0;
}
#page-faq .sect-faq .faq-list__item .text-wrap {
  margin-top: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .text-wrap {
    margin-top: 6.9333333333vw;
  }
}
#page-faq .sect-faq .faq-list__item .note {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq .faq-list__item .note {
    font-size: 3.2vw;
  }
}
#page-faq .sect-faq .faq-list__item.is-open .q .icon:before {
  display: none;
}
#page-faq .sect-faq .faq-list__item.is-open .a {
  display: block;
  height: 100%;
}
#page-faq .sect-faq #anc1,
#page-faq .sect-faq #anc2 {
  display: inline-block;
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  #page-faq .sect-faq #anc1,
#page-faq .sect-faq #anc2 {
    padding-top: 25.3333333333vw;
    margin-top: -25.3333333333vw;
  }
}

#page-data {
  /* -------------------------------------------> mv */
  /* -------------------------------------------> data */
}
#page-data .sect-mv {
  height: 330px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-mv {
    height: 53.3333333333vw;
  }
}
#page-data .sect-mv::before {
  content: "";
  width: 88.1944444444vw;
  height: 100%;
  border-radius: 0 0 80px 0;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-data .sect-mv::before {
    width: 92vw;
    border-radius: 0 0 10.6666666667vw 0;
  }
}
#page-data .sect-mv .cmn-inner {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-mv .cmn-inner {
    padding-top: 26.6666666667vw;
  }
}
#page-data .sect-data .cmn-inner {
  max-width: 1300px;
  padding-top: 52px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .cmn-inner {
    padding-top: 11.4666666667vw;
    padding-bottom: 21.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
#page-data .sect-data .content-block + .content-block {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block + .content-block {
    margin-top: 16vw;
  }
}
#page-data .sect-data .content-block .cmn-text {
  font-size: 15px;
  line-height: 2.1428571429;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .cmn-text {
    font-size: 4vw;
    line-height: 1.8666666667;
    padding: 0 4.2666666667vw;
  }
}
#page-data .sect-data .content-block .cmn-text br {
  display: none;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .cmn-text br {
    display: block;
  }
}
#page-data .sect-data .content-block .text-wrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .text-wrap {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 4vw;
  }
}
#page-data .sect-data .content-block .text-wrap .cmn-head-mid {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .text-wrap .cmn-head-mid {
    margin-top: 16vw;
  }
}
#page-data .sect-data .content-block .text-wrap .note {
  font-size: 13px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .text-wrap .note {
    font-size: 3.4666666667vw;
    margin-top: 1em;
    margin-left: 0;
  }
}
#page-data .sect-data .content-block .data-block .data-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
  display: grid;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .data-box {
    border-radius: 2.6666666667vw;
  }
}
#page-data .sect-data .content-block .data-block .content-wrap {
  display: flex;
}
#page-data .sect-data .content-block .data-block .content-wrap.--column {
  flex-direction: column;
}
#page-data .sect-data .content-block .data-block .data-text {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .data-text {
    font-size: 4.5333333333vw;
  }
}
#page-data .sect-data .content-block .data-block .data-text span {
  display: inline-block;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .data-text span {
    padding-right: 1.0666666667vw;
  }
}
#page-data .sect-data .content-block .data-block .data-text strong {
  color: #e4006b;
  font-size: 34px;
  letter-spacing: 0.03em;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .data-text strong {
    font-size: 8.8vw;
  }
}
#page-data .sect-data .content-block .data-block .data-text .note {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .data-text .note {
    font-size: 2.6666666667vw;
  }
}
#page-data .sect-data .content-block .data-block .data-note {
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .data-note {
    font-size: 2.6666666667vw;
    right: 2.9333333333vw;
    bottom: 2.9333333333vw;
  }
}
#page-data .sect-data .content-block .data-block .icon-text {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon-text {
    font-size: 3.4666666667vw;
  }
}
#page-data .sect-data .content-block .data-block .icon-text span {
  display: inline-block;
}
#page-data .sect-data .content-block .data-block .icon-text strong {
  font-size: 26px;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding-left: 0.24em;
  padding-right: 0.1em;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon-text strong {
    font-size: 5.6vw;
  }
}
#page-data .sect-data .content-block .data-block .icon.--men {
  width: 72px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon.--men {
    width: 13.3333333333vw;
  }
}
#page-data .sect-data .content-block .data-block .icon.--woman {
  width: 72px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon.--woman {
    width: 13.3333333333vw;
  }
}
#page-data .sect-data .content-block .data-block .icon.--bag {
  width: 67px;
  min-width: 67px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon.--bag {
    width: 12.5333333333vw;
    min-width: auto;
  }
}
#page-data .sect-data .content-block .data-block .icon.--people {
  width: 96px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon.--people {
    width: 18vw;
  }
}
#page-data .sect-data .content-block .data-block .icon.--graph {
  width: 336px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon.--graph {
    width: 65.3333333333vw;
  }
}
#page-data .sect-data .content-block .data-block .icon.--vacation {
  width: 96px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon.--vacation {
    width: 17.7333333333vw;
  }
}
#page-data .sect-data .content-block .data-block .icon.--time {
  width: 94px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon.--time {
    width: 17.6vw;
  }
}
#page-data .sect-data .content-block .data-block .icon.--remote {
  width: 114px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block .data-block .icon.--remote {
    width: 20.8vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block {
  margin-top: 58px;
  display: grid;
  gap: clamp(0px, 3.0769230769vw, 40px);
  grid-template-columns: 41.8181818182% 1fr;
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--01 .data-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block {
    grid-template-columns: 1fr;
    margin-top: 10.6666666667vw;
    gap: 6.6666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(1) {
  height: 230px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50px 1fr;
  justify-items: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(1) {
    height: 48vw;
    grid-template-rows: 10.6666666667vw 1fr;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 120px;
  border-left: 2px dotted #c5c5c5;
  position: absolute;
  inset: 0;
  top: auto;
  bottom: 32px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(1)::before {
    border-left: 0.5333333333vw dotted #c5c5c5;
    height: 25.3333333333vw;
    bottom: 5.8666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(1) .data-text {
  margin-top: auto;
  text-align: center;
  grid-column: 1/3;
  grid-row: 1/2;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(1) .data-text {
    top: 2.6666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(1) .content-wrap {
  height: 116px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(1) .content-wrap {
    height: 23.4666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(2) {
  height: 230px;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(2) {
    height: 48.1333333333vw;
    padding: 0;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(2) .content-wrap {
  width: 100%;
  max-width: 350px;
  height: 85px;
  padding: 0 18px 22px;
  margin-inline: auto;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #c5c5c5;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(2) .content-wrap {
    width: 75.3333333333vw;
    max-width: 100%;
    height: 20vw;
    padding: 0 0 7.4666666667vw 3.4666666667vw;
    border-bottom: 0.5333333333vw dotted #c5c5c5;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(2) .data-text {
  padding-left: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(2) .data-text {
    padding-left: 0;
    margin-left: auto;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) {
  height: 500px;
  grid-column: 2/3;
  grid-row: 1/3;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) {
    height: 106.6666666667vw;
    grid-column: auto;
    grid-row: auto;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .content-wrap {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .content-wrap {
    align-items: flex-start;
    padding-top: 21.8666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-text-wrap {
  width: 240px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-text-wrap {
    width: 46.6666666667vw;
    top: 2.4vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .data-text {
  text-align: center;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .data-text {
    margin-top: 6.6666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .data-text span {
  padding: 0;
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .data-text strong {
  padding-top: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .data-text strong {
    padding-top: 0.5333333333vw;
    padding-right: 0.5333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .--people {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .--people {
    margin-top: 2.9333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num {
  position: absolute;
  z-index: 10;
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num span {
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num span {
    font-size: 3.4666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num span strong {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num span strong {
    font-size: 4.2666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num span:first-child {
  padding-right: 6px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num span:first-child {
    padding-right: 1.3333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num span + span strong {
  font-size: 26px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num span + span strong {
    font-size: 5.6vw;
    top: 1px;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num::before {
  content: "";
  width: 100%;
  height: 2px;
  border-top: 2px dotted #393939;
  position: absolute;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num::before {
    height: 0.5333333333vw;
    border-top: 0.5333333333vw dotted #393939;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num::after {
  content: "";
  height: 50px;
  width: 2px;
  border-left: 2px dotted #393939;
  position: absolute;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num::after {
    width: 0.5333333333vw;
    height: 10.6666666667vw;
    border-left: 0.5333333333vw dotted #393939;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--20 {
  width: 28.3333333333%;
  text-align: right;
  top: 56px;
  left: 62.3333333333%;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--20 {
    width: 26.1333333333vw;
    top: 13.3333333333vw;
    left: 56vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--20::before {
  top: 15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--20::before {
    top: 2.9333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--20::after {
  top: 18px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--20::after {
    top: 3.2vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--20 span:first-child {
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--20 span:first-child {
    padding-left: 1.6vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--30 {
  text-align: left;
  top: 404px;
  left: 73%;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--30 {
    top: 93.3333333333vw;
    left: 64.4vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--30::before {
  width: clamp(0px, 4vw, 52px);
  top: -94px;
  right: 50%;
}
@media screen and (max-width: 1160px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--30::before {
    width: clamp(0px, 1.724137931vw, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--30::before {
    width: clamp(0px, 8vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--30::before {
    width: 8.5333333333vw;
    top: -19.7333333333vw;
    right: auto;
    left: 5.0666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--30::after {
  height: 83px;
  margin: auto;
  right: 50%;
  top: -92px;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--30::after {
    height: 17.8666666667vw;
    margin: 0;
    top: -19.2vw;
    right: auto;
    left: 13.0666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--40 {
  width: 27.6666666667%;
  min-width: 30px;
  text-align: left;
  top: 425px;
  left: 15.8333333333%;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--40 {
    width: 38.9333333333vw;
    min-width: auto;
    top: 89.8666666667vw;
    left: 4.2666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--40::before {
  top: 15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--40::before {
    top: 2.9333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--40::after {
  height: 55px;
  top: -42px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--40::after {
    height: 9.6vw;
    top: -6.6666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--40 span + span {
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--40 span + span {
    padding-right: 1.6vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50 {
  text-align: left;
  top: 130px;
  left: 8%;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50 {
    width: 24.2666666667vw;
    top: 21.0666666667vw;
    left: 3.7333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::before {
  width: clamp(0px, 3.8461538462vw, 50px);
  top: 117px;
  left: 43%;
}
@media screen and (max-width: 1160px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::before {
    width: clamp(0px, 1.724137931vw, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::before {
    width: clamp(0px, 14vw, 140px);
    left: clamp(0px, 4.2vw, 42px);
  }
}
@media screen and (max-width: 900px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::before {
    width: clamp(0px, 10.8888888889vw, 98px);
  }
}
@media screen and (max-width: 850px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::before {
    width: clamp(0px, 10.5882352941vw, 90px);
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::before {
    width: 10.1333333333vw;
    top: 24.9333333333vw;
    left: 8.5333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::after {
  height: 78px;
  top: 40px;
  left: 43%;
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::after {
    left: clamp(0px, 4.2vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50::after {
    height: 17.8666666667vw;
    top: 7.6vw;
    left: 7.7333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--50 span {
  background: none;
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--60 {
  width: 27.8333333333%;
  text-align: left;
  top: 37px;
  left: 18.3333333333%;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--60 {
    width: 35.4666666667vw;
    top: 7.2vw;
    left: 7.6vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--60::before {
  top: 15px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--60::before {
    top: 4.2666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--60::after {
  top: 18px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--60::after {
    top: 4.5333333333vw;
    height: 14.6666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--60 span + span {
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(3) .graph-num.--60 span + span {
    padding-right: 1.6vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(4) {
  padding: 43px 60px 49px;
  grid-column: 1/3;
  grid-row: 3/4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(4) {
    margin-top: 4.2666666667vw;
    grid-column: auto;
    grid-row: auto;
    padding: 8vw 4vw 9.6vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(4) .data-text {
  text-align: center;
}
#page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(4) .data-text .note {
  position: relative;
  left: 8px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .data-box:nth-child(4) .data-text .note {
    left: auto;
    padding-left: 0.5333333333vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .annual-rate-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 78px;
}
@media screen and (max-width: 1200px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list {
    width: 76vw;
    max-width: 100%;
    margin-top: 7.7333333333vw;
    gap: 7.4666666667vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-item {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-item {
    min-height: auto;
  }
}
#page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b3b3b3;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-item::before {
    height: 0.2666666667vw;
    width: 26.6666666667vw;
    left: 34.9333333333vw;
    margin-inline: 0;
  }
}
#page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-item + .annual-rate-item::after {
  content: "";
  width: 2px;
  height: 100%;
  border-left: 2px dotted #c5c5c5;
  position: absolute;
  top: 0;
  left: -39px;
}
@media screen and (max-width: 1200px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-item + .annual-rate-item::after {
    display: none;
  }
}
#page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-text {
  font-size: 16px;
  background-color: #fff;
  padding-right: 14px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-text {
    font-size: 3.4666666667vw;
    padding-right: 0;
  }
}
#page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-num {
  background-color: #fff;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-num {
    width: 10.1333333333vw;
    padding-left: 0;
    margin-right: 0.8vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-num strong {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-num strong {
    font-size: 5.6vw;
  }
}
#page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-num span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--01 .data-block .annual-rate-list .annual-rate-num span {
    font-size: 3.4666666667vw;
    padding-left: 1.0666666667vw;
  }
}
#page-data .sect-data .content-block.--02 {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 {
    margin-top: 18.6666666667vw;
  }
}
#page-data .sect-data .content-block.--02 .cmn-head-mid {
  margin-top: 0;
}
#page-data .sect-data .content-block.--02 .data-block.--01 {
  margin-top: 60px;
  display: grid;
  gap: clamp(0px, 3.0769230769vw, 40px);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1050px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 {
    gap: 6.6666666667vw;
    margin-top: 8vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--01 .data-box {
  position: relative;
  height: 250px;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 24px 15px 24px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 .data-box {
    height: 38.6666666667vw;
    padding: 0 0 1.6vw 5.3333333333vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--01 .data-box .content-wrap {
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 .data-box .content-wrap {
    flex-direction: row;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--01 .data-box .icon {
  margin: 17px auto auto;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 .data-box .icon {
    margin: auto;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--01 .data-box .data-text span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 .data-box .data-text span {
    line-height: 1.25;
    display: inline-block;
    text-align: left;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--01 .data-box .data-text span + span {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 .data-box .data-text span + span {
    margin-top: 0;
    padding-left: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 .data-box .data-text strong {
    padding-right: 0.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--01 .data-box:nth-child(1) .data-text {
    display: flex;
    align-items: center;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 {
  margin-top: clamp(0px, 3.8461538462vw, 50px);
  display: grid;
  grid-template-columns: 56.3636363636% 1fr;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 {
    margin-top: 10.9333333333vw;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    border-radius: 2.6666666667vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box {
  box-shadow: none;
  border-radius: 0;
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) {
  height: 290px;
  padding: 0 43px 50px;
  grid-template-rows: 75px 1fr;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) {
    height: 320px;
  }
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) {
    height: 290px;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) {
    height: 81.3333333333vw;
    grid-template-rows: 17.6vw 1fr;
    padding: 0 4vw 13.3333333333vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 166px;
  border-left: 1px dotted #c5c5c5;
  position: absolute;
  inset: 0;
  top: 82px;
  bottom: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1)::before {
    width: 0.5333333333vw;
    height: 53.8666666667vw;
    border-left: 0.5333333333vw dotted #c5c5c5;
    position: absolute;
    inset: 0;
    top: 8.5333333333vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .data-text {
  margin: auto;
  margin-top: 32px;
  text-align: center;
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .data-text {
    margin-top: 7.7333333333vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .content-wrap {
  width: 87.6404494382%;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .content-wrap {
    width: 36vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .content-wrap + .content-wrap {
  margin-left: auto;
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .graph-text-wrap {
  width: 165px;
  border-radius: 50%;
  background-color: #e4006b;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .graph-text-wrap {
    width: 35.2vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .graph-text-wrap.--01 {
  width: 165px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(#e4006b 0% 66.7%, #e0e0e0 66.7% 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .graph-text-wrap.--01 {
    width: 35.2vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .graph-text-wrap .data-text {
  width: 115px;
  aspect-ratio: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .graph-text-wrap .data-text {
    font-size: 4vw;
    width: 24.5333333333vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .graph-text-wrap .data-text span {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .graph-text-wrap .data-text strong {
    font-size: 7.2vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .--men,
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .--woman {
  width: 72px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1280px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .--men,
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .--woman {
    width: 52px;
  }
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .--men,
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .--woman {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .--men,
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(1) .--woman {
    width: 13.3333333333vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) {
  height: 290px;
  background-color: #fdedf5;
  padding: 0 0.625% 0 10%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) {
    height: 320px;
  }
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) {
    height: 290px;
    padding: 0 8.3333333333% 0 10%;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) {
    height: 54.9333333333vw;
    padding: 0 0 0 6.4vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2)::before {
  content: "";
  background-color: #fdedf5;
  width: 26px;
  height: 65px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  inset: 0;
  left: -25px;
  right: auto;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2)::before {
    width: 65px;
    height: 26px;
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
            clip-path: polygon(0 100%, 50% 0, 100% 100%);
    inset: 0;
    top: -25px;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2)::before {
    width: 13.4666666667vw;
    height: 4.9333333333vw;
    top: -4.8vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) .--kurumin {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) .--kurumin {
    width: 33.8666666667vw;
    max-width: 100%;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) .text {
  font-size: 14px;
  line-height: 1.8571428571;
  text-align: center;
  margin-top: -16px;
}
@media screen and (max-width: 768px) {
  #page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) .text {
    font-size: 3.2vw;
    line-height: 1.8333333333;
    text-align: center;
    margin-top: -2.1333333333vw;
  }
}
#page-data .sect-data .content-block.--02 .data-block.--02 .data-box:nth-child(2) .text span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

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

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

#page-top {
  /* -------------------------------------------> mv */
  /* -------------------------------------------> about */
  /* -------------------------------------------> work-style */
  /* -------------------------------------------> work-place */
  /* -------------------------------------------> join-us */
}
#page-top .sect-mv {
  height: 810px;
  position: relative;
  border-radius: 0 0 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-top .sect-mv {
    height: 146.6666666667vw;
    border-radius: 0 0 10.6666666667vw 0;
  }
}
#page-top .sect-mv .mv-movie {
  width: 100%;
  min-width: 1440px;
  aspect-ratio: 1440/810;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #page-top .sect-mv .mv-movie {
    min-width: 261.3333333333vw;
    aspect-ratio: 750/1100;
  }
}
#page-top .sect-mv .mv-movie iframe {
  width: 100%;
  height: 100%;
}
#page-top .sect-mv .cmn-inner {
  padding-left: 70px;
  padding-right: 100px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  #page-top .sect-mv .cmn-inner {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-mv .cmn-inner {
    padding-left: 8vw;
    padding-right: 8vw;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#page-top .sect-mv .mv-head {
  width: 615px;
  margin-bottom: 210px;
}
@media screen and (max-width: 1240px) {
  #page-top .sect-mv .mv-head {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-mv .mv-head {
    width: 84.4vw;
    margin-bottom: 8vw;
  }
}
#page-top .sect-mv .mv-lead {
  width: 298px;
  margin-bottom: 102px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-mv .mv-lead {
    width: 42.9333333333vw;
    margin-right: 0;
    margin-bottom: 10.6666666667vw;
  }
}
#page-top .sect-about {
  position: relative;
}
#page-top .sect-about .cmn-inner {
  padding-top: 151px;
  padding-bottom: 153px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-about .cmn-inner {
    padding-top: 13.6vw;
    padding-bottom: 21.3333333333vw;
  }
}
#page-top .sect-about .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #page-top .sect-about .content-wrap {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#page-top .sect-about .img-block {
  width: 47.2222222222vw;
  height: 500px;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  #page-top .sect-about .img-block {
    width: 93.0555555556vw;
    height: 480px;
    margin-top: 60px;
    margin-left: -100px;
    margin-right: 0;
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-about .img-block {
    margin-left: -8vw;
    width: 92vw;
    height: 67.7333333333vw;
    margin-top: 11.2vw;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
}
#page-top .sect-about .img-block .swiper-container {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-top .sect-about .img-block .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
#page-top .sect-about .img-block .swiper-slide {
  min-height: 100% !important;
}
#page-top .sect-about .img-block .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-top .sect-about .text-block {
  width: 41.935483871%;
  min-width: 410px;
  margin-left: auto;
  margin-left: 60.4838709677%;
}
@media screen and (max-width: 1100px) {
  #page-top .sect-about .text-block {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-about .text-block {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
#page-top .sect-about .about-text {
  font-size: 15px;
  line-height: 2.4;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-about .about-text {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    margin-top: 8vw;
  }
}
#page-top .sect-about .about-text + .about-text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-about .about-text + .about-text {
    margin-top: 4vw;
  }
}
#page-top .sect-work-style {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#page-top .sect-work-style::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 80px 0 0 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style::before {
    border-radius: 10.6666666667vw 0 0 10.6666666667vw;
  }
}
#page-top .sect-work-style::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #aeaeae;
  background-image: linear-gradient(-90deg, #e1e1e1 90%, transparent 90%), linear-gradient(#e1e1e1 90%, transparent 90%);
  background-size: 8px 8px;
  z-index: -20;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style::after {
    background-size: 1.6vw 1.6vw;
  }
}
#page-top .sect-work-style .cmn-inner {
  padding-top: 111px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .cmn-inner {
    padding-top: 19.4666666667vw;
    padding-bottom: 26.4vw;
  }
}
#page-top .sect-work-style .content-wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .content-wrap {
    flex-direction: column;
  }
}
#page-top .sect-work-style .text-block {
  min-width: 290px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .text-block {
    margin-right: 0;
    min-width: auto;
  }
}
#page-top .sect-work-style .text-block .cmn-text {
  line-height: 2.1428571429;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .text-block .cmn-text {
    line-height: 1.9285714286;
    margin-top: 8vw;
  }
}
#page-top .sect-work-style .work-block {
  margin-top: 9px;
  min-width: 69.4444444444vw;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block {
    min-width: 92vw;
    margin-top: 11.2vw;
  }
}
#page-top .sect-work-style .work-block .work-swiper {
  width: 50vw;
}
@media screen and (max-width: 1000px) {
  #page-top .sect-work-style .work-block .work-swiper {
    width: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .work-swiper {
    width: 72vw;
  }
}
#page-top .sect-work-style .work-block .swiper-container {
  width: 100%;
}
#page-top .sect-work-style .work-block .swiper-wrapper {
  overflow: visible;
}
#page-top .sect-work-style .work-block .swiper-slide {
  width: 24.3055555556vw !important;
}
@media screen and (max-width: 1000px) {
  #page-top .sect-work-style .work-block .swiper-slide {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .swiper-slide {
    width: 72vw !important;
  }
}
#page-top .sect-work-style .work-block .card {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .card {
    border-radius: 4vw;
  }
}
#page-top .sect-work-style .work-block .card-img-block {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .card-img-block {
    border-radius: 4vw;
  }
}
#page-top .sect-work-style .work-block .card-text-block {
  width: 100%;
  height: 100%;
  padding: 0 30px 41px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .card-text-block {
    padding: 0 6.9333333333vw 8.8vw;
  }
}
#page-top .sect-work-style .work-block .card-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .card-text {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
  }
}
#page-top .sect-work-style .work-block .card-desc {
  display: flex;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .card-desc {
    margin-top: 0;
  }
}
#page-top .sect-work-style .work-block .card-desc .desc {
  color: #fff;
  font-size: 11px;
  line-height: 2.9090909091;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .card-desc .desc {
    font-size: 2.6666666667vw;
  }
}
#page-top .sect-work-style .work-block .card-desc .--join {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .work-block .card-desc .--join {
    margin-left: 1.0666666667vw;
  }
}
#page-top .sect-work-style .work-block .is-active .swiper-wrapper {
  transition-timing-function: linear;
}
#page-top .sect-work-style .navigation {
  width: 130px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 33px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .navigation {
    width: 23.4666666667vw;
    bottom: -4.8vw;
  }
}
#page-top .sect-work-style .navigation .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .navigation .arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#page-top .sect-work-style .navigation .arrow svg {
  width: 9px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .navigation .arrow svg {
    width: 1.8666666667vw;
  }
}
#page-top .sect-work-style .navigation .arrow .cls-1 {
  fill: #e4006b;
}
@media screen and (min-width: 769px) {
  #page-top .sect-work-style .navigation .arrow {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #page-top .sect-work-style .navigation .arrow:hover {
    background-color: #e4006b;
  }
  #page-top .sect-work-style .navigation .arrow:hover .cls-1 {
    fill: #fff;
  }
}
#page-top .sect-work-style .navigation .arrow.swiper-button-disabled {
  background-color: #d1d1d1;
  cursor: auto;
}
#page-top .sect-work-style .navigation .arrow.swiper-button-disabled .cls-1 {
  fill: #a6a6a6;
}
#page-top .sect-work-style .navigation .--prev {
  transform: rotate(180deg);
}
#page-top .sect-work-style .scrollbar {
  width: 175px !important;
  height: 3px !important;
  margin-top: 40px;
  background-color: #d1d1d1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .scrollbar {
    width: 36vw !important;
    height: 0.8vw !important;
    margin-top: 12.8vw;
    margin-left: 27.4666666667vw;
  }
}
#page-top .sect-work-style .scrollbar .swiper-pagination-progressbar-fill {
  background-color: #e4006b;
}
#page-top .sect-work-style .countdown-stroke {
  width: 33px;
  height: 33px;
  position: absolute;
  bottom: 19px;
  right: 19px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .countdown-stroke {
    bottom: 12px;
    right: 12px;
  }
}
#page-top .sect-work-style .countdown-stroke .arrow {
  width: 7px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-style .countdown-stroke .arrow {
    margin-top: 0;
  }
}
#page-top .sect-work-style .countdown-stroke .stroke-bg {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -10;
}
#page-top .sect-work-style .countdown-stroke .stroke {
  transform: rotate(-90deg);
}
#page-top .sect-work-style .countdown-stroke .stroke circle {
  fill: transparent;
  stroke: #e4006b;
  stroke-width: 1.6;
  stroke-dasharray: 0 377;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 769px) {
  #page-top .sect-work-style .card .card-img-block img {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #page-top .sect-work-style .card:hover .card-img-block img {
    transform: scale(1.04);
  }
  #page-top .sect-work-style .card:hover circle {
    stroke-dasharray: 90 377;
  }
}
#page-top .sect-work-place {
  position: relative;
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place {
    overflow: hidden;
  }
}
#page-top .sect-work-place::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #aeaeae;
  background-image: linear-gradient(-90deg, #e1e1e1 90%, transparent 90%), linear-gradient(#e1e1e1 90%, transparent 90%);
  background-size: 8px 8px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place::before {
    background-size: 1.6vw 1.6vw;
  }
}
#page-top .sect-work-place .cmn-inner {
  padding-top: 112px;
  padding-bottom: 141px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .cmn-inner {
    padding-top: 9.3333333333vw;
    padding-bottom: 21.6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
#page-top .sect-work-place .content-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .content-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#page-top .sect-work-place .text-block {
  min-width: 300px;
  height: 700px;
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .text-block {
    position: relative;
    top: 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .head-wrap {
    padding-left: 4vw;
  }
}
#page-top .sect-work-place .text-block .cmn-head {
  min-width: 302px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .cmn-head {
    min-width: auto;
  }
}
#page-top .sect-work-place .text-block .map-wrap {
  width: 74.6527777778vw;
  max-width: 1075px;
  position: absolute;
  top: -213px;
  left: -345px;
  z-index: -10;
}
@media screen and (max-width: 1399px) {
  #page-top .sect-work-place .text-block .map-wrap {
    top: -14.7916666667vw;
  }
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .text-block .map-wrap {
    width: 980px;
    top: -460px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap {
    width: 123.2vw;
    top: -32.2666666667vw;
    left: -16.5333333333vw;
    transform: none;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin {
  width: 45px;
  height: 69px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin {
    width: 7.8666666667vw;
    height: 11.8666666667vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin .dot {
  width: 8px;
  height: 8px;
  background-color: #e4006b;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin .dot {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin .dot::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  border: 6px solid rgba(228, 0, 107, 0.2);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  -webkit-animation: 2s circleAnime cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: 2s circleAnime cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin .dot::before {
    width: 4vw;
    height: 4vw;
    border-width: 0.8vw;
    top: -1.3333333333vw;
    left: -1.3333333333vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin .num {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin .num {
    font-size: 3.2vw;
    top: 2.6666666667vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin.--01 {
  top: 656px;
  left: 728px;
}
@media screen and (max-width: 1440px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--01 {
    top: 45.5555555556vw;
    left: 50.5555555556vw;
  }
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--01 {
    top: 591px;
    left: 663px;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--01 {
    top: 71.4666666667vw;
    left: 82.6666666667vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin.--01 .num {
  left: calc(50% - 1px);
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--01 .num {
    left: 50%;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin.--02 {
  top: 501px;
  left: 689px;
}
@media screen and (max-width: 1440px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--02 {
    top: 34.7916666667vw;
    left: 47.8472222222vw;
  }
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--02 {
    top: 451px;
    left: 630px;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--02 {
    top: 53.3333333333vw;
    left: 78.4vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin.--03 {
  top: 698px;
  left: 660px;
}
@media screen and (max-width: 1440px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--03 {
    top: 48.4722222222vw;
    left: 45.8333333333vw;
  }
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--03 {
    top: 634px;
    left: 599px;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--03 {
    top: 76.8vw;
    left: 74.4vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin.--04 {
  top: 747px;
  left: 469px;
}
@media screen and (max-width: 1440px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--04 {
    top: 51.875vw;
    left: 32.5694444444vw;
  }
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--04 {
    top: 680px;
    left: 430px;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--04 {
    top: 82.4vw;
    left: 53.0666666667vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin.--05 {
  top: 732px;
  left: 498px;
}
@media screen and (max-width: 1440px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--05 {
    top: 50.8333333333vw;
    left: 34.5833333333vw;
  }
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--05 {
    top: 657px;
    left: 458px;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--05 {
    top: 79.7333333333vw;
    left: 56.8vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin.--05 .icon {
  display: none;
}
#page-top .sect-work-place .text-block .map-wrap .pin.--05 .num {
  display: none;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .text-block .map-wrap .pin.--05 .dot {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#page-top .sect-work-place .text-block .map-wrap .pin.--05 .dot::before {
  display: none;
}
@-webkit-keyframes dotAnime {
  0% {
    opacity: 0.5;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes dotAnime {
  0% {
    opacity: 0.5;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes circleAnime {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes circleAnime {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
#page-top .sect-work-place .company-block {
  margin-left: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1140px) {
  #page-top .sect-work-place .company-block {
    margin-top: 300px;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block {
    margin-top: 56.8vw;
    transform: translate3d(0, 0, 0);
  }
}
#page-top .sect-work-place .company-block .company-list {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-list {
    width: 100%;
    margin-top: 0;
  }
}
#page-top .sect-work-place .company-block .company-item {
  width: 100%;
  max-width: 660px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-item {
    max-width: 100%;
    align-items: flex-start;
  }
}
#page-top .sect-work-place .company-block .company-item + .company-item {
  margin-top: 81px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-item + .company-item {
    margin-top: 15.7333333333vw;
  }
}
#page-top .sect-work-place .company-block .company-item:nth-child(1) {
  align-items: flex-start;
}
#page-top .sect-work-place .company-block .company-item:nth-child(1) .company-text-wrap {
  padding-top: 19px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-item:nth-child(1) .company-text-wrap {
    padding-top: 0;
  }
}
#page-top .sect-work-place .company-block .company-thumb {
  width: 100%;
  max-width: 320px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-thumb {
    width: 37.3333333333vw;
    max-width: 100%;
    border-radius: 2.6666666667vw;
  }
}
#page-top .sect-work-place .company-block .company-text-wrap {
  width: 290px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-text-wrap {
    width: 49.3333333333vw;
    margin-left: 0;
  }
}
#page-top .sect-work-place .company-block .company-title {
  display: flex;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-title {
    margin-top: -0.8vw;
  }
}
#page-top .sect-work-place .company-block .company-title .num {
  color: #e4006b;
  margin-right: 6px;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-title .num {
    margin-right: 1.6vw;
    font-size: 5.6vw;
  }
}
#page-top .sect-work-place .company-block .company-title .title {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-title .title {
    font-size: 4.5333333333vw;
    line-height: 1.2352941176;
  }
}
#page-top .sect-work-place .company-block .company-text {
  margin-top: 8px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-text {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
    line-height: 1.8333333333;
  }
}
#page-top .sect-work-place .company-block .company-link {
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-link {
    font-size: 3.2vw;
    margin-top: 2.4vw;
    margin-left: 0.5333333333vw;
  }
}
#page-top .sect-work-place .company-block .company-link::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/common/icon-blank.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-link::before {
    width: 2.8vw;
    height: 2.8vw;
    right: -4.5333333333vw;
  }
}
#page-top .sect-work-place .company-block .company-link .link {
  position: relative;
}
@media screen and (min-width: 769px) {
  #page-top .sect-work-place .company-block .company-link .link {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #page-top .sect-work-place .company-block .company-link .link:hover {
    opacity: 0.6;
  }
}
#page-top .sect-work-place .company-block .company-link .link::before {
  content: "";
  width: calc(100% + 2px);
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-link .link::before {
    width: 13.8666666667vw;
    height: 0.2666666667vw;
    bottom: 0.2666666667vw;
  }
}
#page-top .sect-work-place .company-block .company-btn {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-btn {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-link + .company-btn {
    margin-top: 4.8vw;
  }
}
#page-top .sect-work-place .company-block .company-desc-wrap {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-desc-wrap {
    margin-top: 5.6vw;
    flex-direction: column;
  }
}
#page-top .sect-work-place .company-block .company-desc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  margin-right: 39px;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-desc {
    font-size: 4vw;
    line-height: 1;
    margin-right: 0;
    padding-left: 6.4vw;
  }
}
#page-top .sect-work-place .company-block .company-desc::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e4006b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-desc::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#page-top .sect-work-place .company-block .company-desc span {
  position: relative;
}
@media screen and (min-width: 769px) {
  #page-top .sect-work-place .company-block .company-desc span {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #page-top .sect-work-place .company-block .company-desc span:hover {
    opacity: 0.6;
  }
}
#page-top .sect-work-place .company-block .company-desc span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-desc span::before {
    height: 0.2666666667vw;
    bottom: -0.2666666667vw;
  }
}
#page-top .sect-work-place .company-block .company-desc + .company-desc {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #page-top .sect-work-place .company-block .company-desc + .company-desc {
    margin-top: 5.3333333333vw;
  }
}
#page-top .sect-join-us {
  overflow: hidden;
  position: relative;
}
#page-top .sect-join-us .join-us-bg {
  width: 100%;
  height: 700px;
  background-image: url(../img/top/join-us-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .join-us-bg {
    height: 85.3333333333vw;
  }
}
#page-top .sect-join-us .join-us-content-wrap {
  border-radius: 0 80px 0 0;
  background-color: #fff;
  margin-top: -140px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .join-us-content-wrap {
    border-radius: 0 10.6666666667vw 0 0;
    margin-top: -16vw;
  }
}
#page-top .sect-join-us .cmn-inner {
  padding-top: 115px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .cmn-inner {
    padding-top: 19.2vw;
    padding-bottom: 21.3333333333vw;
  }
}
#page-top .sect-join-us .text-block {
  display: flex;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .text-block {
    flex-direction: column;
  }
}
#page-top .sect-join-us .head-wrap {
  min-width: 110px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .head-wrap {
    min-width: auto;
  }
}
#page-top .sect-join-us .text-wrap {
  width: 100%;
  max-width: 670px;
  padding-left: 100px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .text-wrap {
    max-width: 100%;
    padding-left: 0;
  }
}
#page-top .sect-join-us .text-wrap .cmn-text {
  line-height: 2.1428571429;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .text-wrap .cmn-text {
    line-height: 1.9285714286;
    font-weight: 500;
    margin-top: 8vw;
  }
}
#page-top .sect-join-us .img-block {
  width: 93.0555555556vw;
  height: 480px;
  background-image: url(../img/top/join-us-img.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 70px;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .img-block {
    width: 92vw;
    height: 53.3333333333vw;
    margin-top: 11.2vw;
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
}
#page-top .sect-join-us .recruitment-block {
  max-width: 1100px;
  margin: 95px auto 0;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block {
    max-width: 100%;
    margin-top: 17.6vw;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-title {
  color: #e4006b;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-title {
    font-size: 5.8666666667vw;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-list {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-list {
    margin-top: 4vw;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-item {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
}
#page-top .sect-join-us .recruitment-block .recruitment-item + .recruitment-item {
  border-top: none;
}
#page-top .sect-join-us .recruitment-block .recruitment-item .link {
  width: 100%;
  height: 100%;
  min-height: 150px;
  padding-left: 38px;
  padding-right: 41px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-item .link {
    min-height: 24vw;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-item .icon {
  width: 84px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-item .icon {
    width: 14.5333333333vw;
    margin-left: -0.5333333333vw;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-item .name {
  font-size: 26px;
  font-weight: bold;
  margin-left: 36px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-item .name {
    font-size: 4.8vw;
    margin-left: 3.2vw;
    padding-right: 5.3333333333vw;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke {
  width: 40px;
  height: 40px;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border: 1px solid #cccccc;
    border-radius: 50%;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke .arrow {
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke .arrow {
    width: 1.6vw;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke .stroke-bg {
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke .stroke-bg {
    display: none;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke .stroke {
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  #page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke .stroke {
    display: none;
  }
}
#page-top .sect-join-us .recruitment-block .recruitment-item .countdown-stroke .stroke circle {
  fill: transparent;
  stroke: #e4006b;
  stroke-width: 1.6;
  stroke-dasharray: 0 377;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 769px) {
  #page-top .sect-join-us .recruitment-block .recruitment-item {
    transition: border-radius 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #page-top .sect-join-us .recruitment-block .recruitment-item:hover {
    border-radius: 20px;
    box-shadow: 0px 0 80px 12px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0);
    transform: scale(1.03);
    z-index: 10;
  }
  #page-top .sect-join-us .recruitment-block .recruitment-item:hover .link circle {
    stroke-dasharray: 120 377;
  }
}

.remodal-wrapper {
  padding: 50px 40px;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .remodal-wrapper {
    padding: 29.6vw 0;
  }
}

.remodal {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0;
  transform: none;
}
.remodal .modal-close {
  width: 70px;
  height: 70px;
  display: none;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  transition: opacity 0.3s linear;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .remodal .modal-close {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.remodal .modal-close .border {
  width: 24px;
  height: 2px;
  background-color: #fff;
  transform-origin: left top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .remodal .modal-close .border {
    width: 6.1333333333vw;
    height: 0.5333333333vw;
  }
}
.remodal .modal-close .border:nth-child(1) {
  transform: rotate(-30deg) translate(-50%, -50%);
}
.remodal .modal-close .border:nth-child(2) {
  transform: rotate(30deg) translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .remodal .modal-close .border {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .remodal .modal-close:hover .border:nth-child(1) {
    transform: translate(-50%, -50%);
  }
  .remodal .modal-close:hover .border:nth-child(2) {
    transform: translate(-50%, -50%);
  }
}
.remodal .modal-content-wrap {
  padding: 0;
}
.remodal .modal-content {
  position: relative;
}
.remodal .modal-content .modal-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-title {
    width: 92vw;
    margin: 0 auto;
  }
}
.remodal .modal-content .modal-title span {
  color: #e4006b;
}
.remodal .modal-content .modal-title .num {
  margin-right: 20px;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-title .num {
    margin-right: 1.8666666667vw;
    font-size: 4.5333333333vw;
  }
}
.remodal .modal-content .modal-title .title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-title .title {
    font-size: 5.6vw;
  }
}
.remodal .modal-content .modal-img-wrap {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-img-wrap {
    margin-top: 6.9333333333vw;
    flex-direction: column;
  }
}
.remodal .modal-content .modal-img {
  width: 81.8181818182%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-img {
    width: 92vw;
    margin: 0 auto;
    order: 1;
  }
}
.remodal .modal-content .modal-img .swiper-slide {
  opacity: 0 !important;
  transition: all 1s ease-out;
}
.remodal .modal-content .modal-img .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.remodal .modal-content .modal-img .img {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .remodal .modal-content .modal-img .img {
    height: 50.8474576271vw;
  }
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-img .img {
    width: 100%;
    height: auto;
    border-radius: 4vw;
    aspect-ratio: 900/600;
  }
}
.remodal .modal-content .modal-img .img img {
  width: auto;
  height: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-img .img img {
    border-radius: 4vw;
  }
}
.remodal .modal-content .modal-img .navigation {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 278px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  .remodal .modal-content .modal-img .navigation {
    top: 23.5593220339vw;
  }
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-img .navigation {
    height: 8.5333333333vw;
    padding: 0 2.6666666667vw;
    top: 26.2666666667vw;
  }
}
.remodal .modal-content .modal-img .navigation .modal-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: painted;
  cursor: pointer;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-img .navigation .modal-arrow {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    box-shadow: 0 0 4.5333333333vw 0 rgba(0, 0, 0, 0.14);
  }
}
.remodal .modal-content .modal-img .navigation .modal-arrow svg {
  width: 8px;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-img .navigation .modal-arrow svg {
    width: 1.6vw;
  }
}
.remodal .modal-content .modal-img .navigation .modal-arrow .cls-1 {
  fill: #e4006b;
}
@media screen and (min-width: 769px) {
  .remodal .modal-content .modal-img .navigation .modal-arrow {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .remodal .modal-content .modal-img .navigation .modal-arrow:hover {
    background-color: #e4006b;
  }
  .remodal .modal-content .modal-img .navigation .modal-arrow:hover .cls-1 {
    fill: #fff;
  }
}
.remodal .modal-content .modal-img .navigation .modal-arrow.swiper-button-disabled {
  background-color: #d1d1d1;
  cursor: auto;
}
.remodal .modal-content .modal-img .navigation .modal-arrow.swiper-button-disabled .cls-1 {
  fill: #a6a6a6;
}
.remodal .modal-content .modal-img .navigation .--prev {
  transform: rotate(180deg);
}
.remodal .modal-content .modal-thumb {
  width: 12.3636363636%;
  height: 600px;
  margin-left: 3.2727272727%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .remodal .modal-content .modal-thumb {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-thumb {
    width: 96vw;
    height: auto;
    margin-top: 6.6666666667vw;
    margin-left: 4vw;
    aspect-ratio: auto;
    overflow: auto;
    order: 3;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .remodal .modal-content .modal-thumb::-webkit-scrollbar {
    display: none;
  }
}
.remodal .modal-content .modal-thumb .swiper-slide {
  aspect-ratio: 136/90;
  width: 100%;
  height: 100% !important;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-thumb .swiper-slide {
    aspect-ratio: 180/119;
    border-radius: 1.3333333333vw;
  }
}
.remodal .modal-content .modal-thumb .swiper-slide-thumb-active {
  opacity: 0.4;
}
.remodal .modal-content .modal-scrollbar {
  display: none;
  width: 3px !important;
  height: 600px !important;
  aspect-ratio: 3/600;
  margin-top: 0;
  background-color: #d1d1d1;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .remodal .modal-content .modal-scrollbar {
    height: 50.8474576271vw !important;
  }
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-scrollbar {
    display: block;
    width: 92vw !important;
    height: 0.8vw !important;
    max-height: 100% !important;
    margin: 5.4666666667vw auto 0;
    order: 4;
    position: relative;
  }
}
.remodal .modal-content .modal-scrollbar .swiper-pagination-progressbar-fill {
  background-color: #3f3f3f;
}
.remodal .modal-content .modal-text {
  min-width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 1.8571428571;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content .modal-text {
    order: 2;
    width: 92vw;
    min-width: auto;
    margin: 4vw auto 0;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

.remodal-is-opening .modal-close {
  display: block;
}

.remodal-is-opened .modal-close {
  display: block;
  transition-duration: 0.2s;
  opacity: 1;
}

.remodal-is-closing .modal-close,
.remodal-is-closed .modal-close {
  display: none;
  opacity: 0;
}
