@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -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 {
  -webkit-box-sizing: content-box;
          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: middle;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

main {
  background-image: url(../img/scale-background.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top;
}
@media screen and (max-width: 520px) {
  main {
    background-image: url(../img/scale-background-sp.png);
  }
}

.typing-anim-char {
  color: transparent !important;
}

[data-fadein] {
  opacity: 0;
}

[data-typingtitle] {
  opacity: 0;
}

[data-fadeintop] {
  opacity: 0;
}

.anim-belt-x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #5A5959;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.anim-belt-white-x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.anim-belt-y {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background-color: #5A5959;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.anim-belt-white-y {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.--belt-anim-hide-color {
  color: transparent !important;
}

.--belt-anim-hide-color-white {
  color: transparent !important;
  background-color: transparent !important;
}

.f-sub-mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  position: relative;
}
.f-sub-mv .side {
  background-image: url(../img/mv-side-back.png);
  background-size: contain;
  background-repeat: repeat;
  width: 4rem;
  height: 55.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .f-sub-mv .side {
    width: 1.6rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .f-sub-mv .side {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: 49.5rem;
    padding: 3.2rem 0;
  }
}
.f-sub-mv .side .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.7rem;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .side .container {
    height: auto;
    gap: 8rem;
  }
}
.f-sub-mv .side .container .text {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  letter-spacing: 0.04em;
}
.f-sub-mv .side .container .date {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  letter-spacing: 0.03em;
}
.f-sub-mv .main-mv {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 4rem);
  height: 55.8rem;
  padding-top: 3.2rem;
  padding-bottom: 2.5rem;
  padding-left: 3.2rem;
  padding-right: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .f-sub-mv .main-mv {
    width: calc(100% - 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv {
    padding-right: 0;
    padding-left: 0.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    height: 49.5rem;
  }
}
.f-sub-mv .main-mv .container {
  border-radius: 2.4rem;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6.8rem;
  padding-right: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container {
    padding-top: 7.6rem;
    padding-bottom: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    gap: 0.8rem;
  }
}
.f-sub-mv .main-mv .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-bottom: none;
  border-radius: 2.4rem 2.4rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container::before {
    height: 1.2rem;
  }
}
.f-sub-mv .main-mv .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-top: none;
  border-radius: 0 0 2.4rem 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container::after {
    height: 1.2rem;
  }
}
.f-sub-mv .main-mv .container .scale-above {
  width: 100%;
  height: 1.2rem;
  background-image: url(../img/scale.png);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .scale-above {
    background-size: cover;
  }
}
.f-sub-mv .main-mv .container .scale-below {
  width: 100%;
  height: 1.2rem;
  background-image: url(../img/scale.png);
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .scale-below {
    background-size: cover;
  }
}
.f-sub-mv .main-mv .container .visual {
  width: 100%;
  height: 31.2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.f-sub-mv .main-mv .container .visual::after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/sub-square-scale.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .visual::after {
    background-size: cover;
  }
}
.f-sub-mv .main-mv .container .visual .bread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .visual .bread {
    margin-top: 6rem;
  }
}
.f-sub-mv .main-mv .container .visual .bread .item {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .visual .bread .item {
    font-size: 1.4rem;
  }
}
.f-sub-mv .main-mv .container .visual .bread .current {
  pointer-events: none;
}
.f-sub-mv .main-mv .container .visual .title {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .visual .title {
    margin-top: 2.4rem;
    font-size: 3.2rem;
    line-height: 1;
  }
}
.f-sub-mv .main-mv .container .visual .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.6rem;
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .visual .menu {
    margin-top: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.f-sub-mv .main-mv .container .visual .menu .item {
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-sub-mv .main-mv .container .visual .menu .item .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .f-sub-mv .main-mv .container .visual .menu .item .text {
    font-size: 1.4rem;
  }
}
.f-sub-mv .main-mv .container .visual .menu .item .angle {
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BC9742;
}
@media screen and (min-width: 960px) {
  .f-sub-mv .main-mv .container .visual .menu .item:hover {
    background-color: rgba(188, 151, 66, 0.7);
  }
  .f-sub-mv .main-mv .container .visual .menu .item:hover .text {
    color: white;
  }
  .f-sub-mv .main-mv .container .visual .menu .item:hover .angle {
    color: white;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.f-sub-mv .main-mv .container .visual .menu .--entry-color {
  background-color: #BC9742;
}
.f-sub-mv .main-mv .container .visual .menu .--entry-color .text {
  color: white;
}
.f-sub-mv .main-mv .container .visual .menu .--entry-color .angle {
  color: white;
}

.l-header {
  position: fixed;
  top: 5.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 4rem);
  max-width: 100rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.2rem;
  z-index: 2000;
}
@media screen and (max-width: 1200px) {
  .l-header {
    width: calc(100% - 20rem);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    padding-left: 4rem;
    padding-right: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 4.4rem;
  }
}
.l-header .logo {
  width: 18.7rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .l-header .logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-header .logo {
    width: 14rem;
  }
}
.l-header .menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .l-header .menu-box .only-pc-menu {
    display: none;
  }
}
.l-header .menu-box .only-pc-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .menu-box .only-pc-menu ul li .item {
  width: 8rem;
  height: 3.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #BC9742;
  border-right: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: white;
}
@media screen and (min-width: 960px) {
  .l-header .menu-box .only-pc-menu ul li .item:hover {
    background-color: rgba(188, 151, 66, 0.3);
  }
}
.l-header .menu-box .sp-contact-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .menu-box .sp-contact-menu .contact {
  width: 8rem;
  height: 3.2rem;
  border: 1px solid #BC9742;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #BC9742;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header .menu-box .sp-contact-menu .contact .fa-solid {
  font-size: 1.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .l-header .menu-box .sp-contact-menu .contact .fa-solid {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .l-header .menu-box .sp-contact-menu .contact:hover {
    background-color: rgba(188, 151, 66, 0.3);
    color: #222222;
  }
  .l-header .menu-box .sp-contact-menu .contact:hover .fa-solid {
    color: #BC9742;
  }
}
.l-header .menu-box .sp-contact-menu .l-hambtn {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-header .menu-box .sp-contact-menu .l-hambtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #BC9742;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0.1rem;
    background-color: white;
  }
  .l-header .menu-box .sp-contact-menu .l-hambtn .line-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.4rem;
    height: 1rem;
    gap: 0.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .l-header .menu-box .sp-contact-menu .l-hambtn .line-box .line {
    width: 100%;
    height: 2px;
    background-color: #BC9742;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header .menu-box .sp-contact-menu .l-hambtn .text {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Jersey 10", sans-serif;
    color: #222222;
    letter-spacing: 0.03em;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 1.3rem;
  }
  .l-header .menu-box .sp-contact-menu .l-hambtn .text .--close-text {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
  }
  .l-header .menu-box .sp-contact-menu .l-hambtn .text .--open-text {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
  }
}
.l-header .menu-box .sp-contact-menu .--close .line-box {
  gap: 0;
  position: relative;
}
.l-header .menu-box .sp-contact-menu .--close .line-box .line {
  width: 1.6rem;
  position: absolute;
}
.l-header .menu-box .sp-contact-menu .--close .line-box .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header .menu-box .sp-contact-menu .--close .line-box .line:nth-child(2) {
  opacity: 0;
}
.l-header .menu-box .sp-contact-menu .--close .line-box .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header .menu-box .sp-contact-menu .--close .text .--close-text {
  opacity: 1;
}
.l-header .menu-box .sp-contact-menu .--close .text .--open-text {
  opacity: 0;
}
.l-header .menu-box .sp-contact-menu .--sp-contact-close {
  opacity: 0;
  pointer-events: none;
}

.l-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .left-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .l-footer .left-box {
    padding-top: 1.6rem;
    padding-bottom: 1.8rem;
  }
}
.l-footer .left-box .container {
  width: calc(100% - 3.2rem);
  max-width: 113.7rem;
  margin: 0 auto;
  position: relative;
  padding: 6.2rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container {
    width: calc(100% - 2.4rem);
    margin-left: 1.6rem;
    margin-right: auto;
    padding: 2.8rem 0;
  }
}
.l-footer .left-box .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-bottom: none;
  border-radius: 2.4rem 2.4rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-footer .left-box .container::before {
    height: 1.2rem;
  }
}
.l-footer .left-box .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-top: none;
  border-radius: 0 0 2.4rem 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-footer .left-box .container::after {
    height: 1.2rem;
  }
}
.l-footer .left-box .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 980px) {
  .l-footer .left-box .container .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../img/footer-scale-sp.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box {
    padding-top: 2.5rem;
    padding-bottom: 2.3rem;
    gap: 2.4rem;
  }
}
.l-footer .left-box .container .box .logo {
  width: calc((100% - 3.2rem) / 2);
  background-image: url(../img/footer-scale.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
}
@media screen and (max-width: 980px) {
  .l-footer .left-box .container .box .logo {
    width: 100%;
    background-image: unset;
  }
}
.l-footer .left-box .container .box .logo .logobox {
  width: 18.2rem;
  height: 3.2rem;
  margin-left: 2.2rem;
  margin-top: 3.3rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
}
@media screen and (min-width: 960px) {
  .l-footer .left-box .container .box .logo .logobox:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .logo .logobox {
    width: 14rem;
    height: 2.4rem;
    margin: 0 auto;
  }
}
.l-footer .left-box .container .box .menu {
  width: calc((100% - 3.2rem) / 2);
  background-image: url(../img/footer-scale.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
}
@media screen and (max-width: 980px) {
  .l-footer .left-box .container .box .menu {
    width: 100%;
    background-image: unset;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-footer .left-box .container .box .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu ul {
    width: 23.8rem;
    margin: 0 auto;
  }
}
.l-footer .left-box .container .box .menu ul li {
  border: 1px solid #BC9742;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: none;
  width: 8rem;
  height: 3.2rem;
}
.l-footer .left-box .container .box .menu ul li:last-child {
  border-right: 1px solid #BC9742;
}
@media screen and (max-width: 1160px) {
  .l-footer .left-box .container .box .menu ul li {
    width: 33.3333333333%;
  }
  .l-footer .left-box .container .box .menu ul li:nth-child(1) {
    border-bottom: none;
  }
  .l-footer .left-box .container .box .menu ul li:nth-child(2) {
    border-bottom: none;
  }
  .l-footer .left-box .container .box .menu ul li:nth-child(3) {
    border-bottom: none;
    border-right: 1px solid #BC9742;
  }
}
.l-footer .left-box .container .box .menu ul li .item {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: white;
}
@media screen and (min-width: 960px) {
  .l-footer .left-box .container .box .menu ul li .item:hover {
    background-color: rgba(188, 151, 66, 0.3);
  }
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu ul li .item {
    font-size: 1.2rem;
  }
}
.l-footer .left-box .container .box .menu ul li .contact {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #BC9742;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-footer .left-box .container .box .menu ul li .contact .fa-solid {
  font-size: 1.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .l-footer .left-box .container .box .menu ul li .contact .fa-solid {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footer .left-box .container .box .menu ul li .contact:hover {
    background-color: rgba(188, 151, 66, 0.3);
    color: #222222;
  }
  .l-footer .left-box .container .box .menu ul li .contact:hover .fa-solid {
    color: #BC9742;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu ul li .contact {
    font-size: 1.2rem;
  }
}
.l-footer .left-box .container .box .menu .below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 980px) {
  .l-footer .left-box .container .box .menu .below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu .below {
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
}
.l-footer .left-box .container .box .menu .below .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
}
.l-footer .left-box .container .box .menu .below .sns .icon {
  font-size: 3.2rem;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .l-footer .left-box .container .box .menu .below .sns .icon:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu .below .sns .icon {
    font-size: 2.4rem;
  }
}
.l-footer .left-box .container .box .menu .below .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.2rem;
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu .below .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
}
.l-footer .left-box .container .box .menu .below .text .privacy {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #6A5525;
  line-height: 1;
  border-bottom: 1px solid #BC9742;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .l-footer .left-box .container .box .menu .below .text .privacy:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu .below .text .privacy {
    font-size: 1rem;
  }
}
.l-footer .left-box .container .box .menu .below .text .copy {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #6A5525;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .l-footer .left-box .container .box .menu .below .text .copy {
    font-size: 1rem;
  }
}
.l-footer .right-color-block {
  background-image: url(../img/mv-side-back.png);
  background-size: contain;
  background-repeat: repeat;
  width: 4rem;
}
@media screen and (max-width: 520px) {
  .l-footer .right-color-block {
    width: 1.6rem;
  }
}

.l-contact-section {
  padding-top: 10.4rem;
  padding-bottom: 10.4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .l-contact-section {
    padding-top: 11.2rem;
    padding-bottom: 10.8rem;
    overflow: hidden;
  }
}
.l-contact-section .container {
  width: calc(100% - 8rem);
  max-width: 69.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.8rem;
  margin: 0 auto;
  background-color: white;
  padding: 2.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .l-contact-section .container {
    width: calc(100% - 10.2rem);
    margin-left: 6.3rem;
    margin-right: auto;
    padding: 1.6rem;
  }
}
.l-contact-section .container .title {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #BC9742;
  line-height: 1;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #BC9742;
}
@media screen and (max-width: 520px) {
  .l-contact-section .container .title {
    font-size: 2rem;
  }
}
.l-contact-section .container .title i {
  font-size: 1rem;
}
.l-contact-section .container .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 520px) {
  .l-contact-section .container .text {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.l-contact-section .container .link {
  border: 1px solid #BC9742;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #BC9742;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .l-contact-section .container .link:hover {
    background-color: #BC9742;
    color: white;
  }
  .l-contact-section .container .link:hover .triangle {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .l-contact-section .container .link {
    margin: 0 auto;
  }
}
.l-contact-section .container .link .inner {
  line-height: 1.5;
}
.l-contact-section .container .link .triangle {
  font-size: 1rem;
  line-height: 0;
}
.l-contact-section .figure-left {
  position: absolute;
  top: 8.5rem;
  left: 2.2rem;
  width: 27.249rem;
  height: 14.363rem;
  -webkit-transform: rotate(146deg);
          transform: rotate(146deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .l-contact-section .figure-left {
    left: 1.5rem;
    width: 13.361rem;
    height: 6.119rem;
  }
}
.l-contact-section .figure-right {
  position: absolute;
  bottom: 8.5rem;
  right: 2.2rem;
  width: 27.249rem;
  height: 14.363rem;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .l-contact-section .figure-right {
    right: -1.2rem;
    width: 13.361rem;
    height: 6.119rem;
  }
}

.l-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 1900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-hamburger .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.l-hamburger .back .side {
  background-image: url(../img/mv-side-back.png);
  background-size: contain;
  background-repeat: repeat;
  width: 4rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .l-hamburger .back .side {
    width: 1.6rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .l-hamburger .back .side {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    padding: 3.2rem 0;
  }
}
.l-hamburger .back .side .side-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 51.376146789%;
}
.l-hamburger .back .side .side-container .text {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  letter-spacing: 0.04em;
}
.l-hamburger .back .side .side-container .date {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  letter-spacing: 0.03em;
}
.l-hamburger .back .back-main {
  width: calc(100% - 4rem);
  height: 100%;
  padding-top: 3.2rem;
  padding-bottom: 2.5rem;
  padding-left: 3.2rem;
  padding-right: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .l-hamburger .back .back-main {
    width: calc(100% - 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .l-hamburger .back .back-main {
    padding-right: 0;
    padding-left: 0.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.l-hamburger .back .back-main .container {
  border-radius: 2.4rem;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6.8rem;
  padding-right: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-hamburger .back .back-main .container {
    padding-top: 7.6rem;
    padding-bottom: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    gap: 0.8rem;
  }
}
.l-hamburger .back .back-main .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-bottom: none;
  border-radius: 2.4rem 2.4rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-hamburger .back .back-main .container::before {
    height: 1.2rem;
  }
}
.l-hamburger .back .back-main .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-top: none;
  border-radius: 0 0 2.4rem 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-hamburger .back .back-main .container::after {
    height: 1.2rem;
  }
}
.l-hamburger .back .back-main .container .scale-above {
  width: 100%;
  height: 1.2rem;
  background-image: url(../img/scale.png);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .l-hamburger .back .back-main .container .scale-above {
    background-size: cover;
  }
}
.l-hamburger .back .back-main .container .scale-below {
  width: 100%;
  height: 1.2rem;
  background-image: url(../img/scale.png);
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .l-hamburger .back .back-main .container .scale-below {
    background-size: cover;
  }
}
.l-hamburger .back .back-main .container .box {
  width: 100%;
  height: 100%;
  background-image: url(../img/square-scale.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
.l-hamburger .back .back-main .container .box .item {
  width: 20.8rem;
  height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  background-color: white;
}
.l-hamburger .back .back-main .container .box .item .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.03em;
}
.l-hamburger .back .back-main .container .box .item .angle {
  font-size: 1rem;
  color: #BC9742;
}
.l-hamburger .back .back-main .container .box .--contact {
  background-color: #BC9742;
}
.l-hamburger .back .back-main .container .box .--contact .text {
  color: white;
}
.l-hamburger .back .back-main .container .box .--contact .text .icon {
  font-size: 1.4rem;
  margin-right: 0.4rem;
}
.l-hamburger .back .back-main .container .box .--contact .angle {
  color: white;
}

.l-hamburger-open {
  opacity: 1;
  pointer-events: auto;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.loading .bar {
  width: 100%;
  height: 1px;
  position: relative;
}
.loading .bar .bar-item {
  width: 55.46875%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  right: 100%;
}
.loading .num {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding-top: 3.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.loading .num .num-item {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 0.8;
  margin-right: 0.8rem;
}
.loading .num .num-text {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 0.8;
}
.loading .--none-num {
  display: none;
}

.p-top {
  position: relative;
  z-index: 100;
}
.p-top .mv {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-top .mv {
    height: 100vh;
    min-height: 83.2rem;
  }
}
.p-top .mv .side {
  background-image: url(../img/mv-side-back.png);
  background-size: contain;
  background-repeat: repeat;
  width: 4rem;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
@media screen and (max-width: 960px) {
  .p-top .mv .side {
    width: 1.6rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv .side {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    padding: 3.2rem 0;
  }
}
.p-top .mv .side .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 51.376146789%;
}
.p-top .mv .side .container .text {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  letter-spacing: 0.04em;
}
.p-top .mv .side .container .date {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  letter-spacing: 0.03em;
}
.p-top .mv .before-loading-side {
  width: 0;
}
.p-top .mv .main-mv {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding-top: 3.2rem;
  padding-bottom: 2.5rem;
  padding-left: 3.2rem;
  padding-right: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 960px) {
  .p-top .mv .main-mv {
    width: calc(100% - 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv {
    padding-right: 0;
    padding-left: 0.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.p-top .mv .main-mv .container {
  border-radius: 2.4rem;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6.8rem;
  padding-right: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container {
    padding-top: 7.6rem;
    padding-bottom: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    gap: 0.8rem;
  }
}
.p-top .mv .main-mv .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-bottom: none;
  border-radius: 2.4rem 2.4rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container::before {
    height: 1.2rem;
  }
}
.p-top .mv .main-mv .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-top: none;
  border-radius: 0 0 2.4rem 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container::after {
    height: 1.2rem;
  }
}
.p-top .mv .main-mv .container .scale-above {
  width: 100%;
  height: 1.2rem;
  background-image: url(../img/scale.png);
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .scale-above {
    background-size: cover;
  }
}
.p-top .mv .main-mv .container .scale-below {
  width: 100%;
  height: 1.2rem;
  background-image: url(../img/scale.png);
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .scale-below {
    background-size: cover;
  }
}
.p-top .mv .main-mv .container .visual {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.4rem;
  }
}
.p-top .mv .main-mv .container .visual::after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/square-scale.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .visual::after {
    background-size: cover;
  }
}
.p-top .mv .main-mv .container .visual .mv2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.p-top .mv .main-mv .container .visual .mv2 .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .p-top .mv .main-mv .container .visual .mv2 .box {
    top: -12rem;
  }
}
.p-top .mv .main-mv .container .visual .mv2 .box .imgbox-inner {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(40);
          transform: scale(40);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top .mv .main-mv .container .visual .mv2 .box .imgbox-inner .sp-last {
  display: none;
}
@media screen and (max-width: 520px) {
  .p-top .mv .main-mv .container .visual .mv2 .box .imgbox-inner .sp-last {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 436/166.49;
  }
}
.p-top .mv .main-mv .container .visual .mv2 .box .active {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0.5;
}
.p-top .mv .main-mv .container .visual .mv2 .box .active-last {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1 !important;
}
.p-top .mv .main-mv .container .visual .message {
  position: absolute;
  z-index: 15;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32.8rem;
  padding: 2.4rem;
  background-color: white;
  border-radius: 0.8rem;
  border: 1px solid #BC9742;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 3.2rem;
  left: 3.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .visual .message {
    position: relative;
    bottom: unset;
    left: unset;
    padding: 1.6rem;
    margin-bottom: 4rem;
    width: 28rem;
    max-width: 100%;
  }
}
.p-top .mv .main-mv .container .visual .message .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  line-height: 1;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #BC9742;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.p-top .mv .main-mv .container .visual .message .title .fa-solid {
  font-size: 1rem;
  color: #BC9742;
}
.p-top .mv .main-mv .container .visual .message .title .inner-text {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #BC9742;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .visual .message .title .inner-text {
    font-size: 1.6rem;
  }
}
.p-top .mv .main-mv .container .visual .message .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .visual .message .text {
    font-size: 1.4rem;
  }
}
.p-top .mv .main-mv .container .visual .message .scroll-down {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  gap: 0.8rem;
  border: 1px solid #BC9742;
  border-radius: 0.4rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .p-top .mv .main-mv .container .visual .message .scroll-down:hover {
    background-color: rgba(188, 151, 66, 0.3);
  }
}
.p-top .mv .main-mv .container .visual .message .scroll-down .fa-solid {
  font-size: 1rem;
  color: #BC9742;
}
.p-top .mv .main-mv .container .visual .message .scroll-down .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #BC9742;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .visual .message .scroll-down .text {
    font-size: 1.4rem;
  }
}
.p-top .mv .main-mv .container .visual .message-active {
  opacity: 1;
}
.p-top .mv .main-mv .container .visual .catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  position: absolute;
  top: 4.6460176991vh;
  right: 2.4rem;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .visual .catch {
    margin-top: 4.8076923077vh;
    top: 0;
    right: unset;
    position: relative;
  }
}
.p-top .mv .main-mv .container .visual .catch .inner-text {
  font-size: 5.3097345133vh;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  position: relative;
}
.p-top .mv .main-mv .container .visual .catch .inner-text:nth-child(2) {
  margin-top: 6.1946902655vh;
}
@media screen and (max-width: 768px) {
  .p-top .mv .main-mv .container .visual .catch .inner-text {
    font-size: 3.2rem;
  }
  .p-top .mv .main-mv .container .visual .catch .inner-text:nth-child(2) {
    margin-top: 3.4rem;
  }
}
.p-top .mv .main-mv .container .visual .catch .inner-text .belt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background-color: #5A5959;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.p-top .mv .main-mv .container .visual .catch .--hide-color {
  color: transparent;
}
.p-top .mv .before-loading-main-mv {
  width: 100%;
  height: 100vh;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-top .mv .before-loading-main-mv {
    height: 100%;
  }
}
.p-top .mv .before-loading-main-mv .container {
  padding: 0;
  gap: 0;
}
.p-top .mv .before-loading-main-mv .container::before {
  opacity: 0;
}
.p-top .mv .before-loading-main-mv .container::after {
  opacity: 0;
}
.p-top .mv .before-loading-main-mv .container .scale-above {
  height: 0;
}
.p-top .mv .before-loading-main-mv .container .scale-below {
  height: 0;
}
.p-top .mv .before-loading-main-mv .container .visual::after {
  opacity: 0;
}
.p-top .company {
  width: 100%;
  padding-top: 24rem;
  padding-bottom: 28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .company {
    padding-top: 8.9rem;
    padding-bottom: 13.4rem;
  }
}
.p-top .company .container {
  width: calc(100% - 8rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  .p-top .company .container {
    width: 100%;
    padding-left: 6.1538461538%;
  }
}
.p-top .company .container .num {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  width: 2.7rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.6rem;
  border: 1px solid #17A55F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .p-top .company .container .num {
    width: 2.5rem;
    height: 2.2rem;
    font-size: 1.4rem;
  }
}
.p-top .company .container .line {
  width: 0.1rem;
  height: 4rem;
  background-color: #222222;
  margin-top: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-top .company .container .line {
    margin-top: 0.4rem;
    height: 2.4rem;
  }
}
.p-top .company .container .title {
  margin-top: 0.8rem;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  line-height: 0.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 520px) {
  .p-top .company .container .title {
    margin-top: 0.4rem;
    font-size: 2.4rem;
  }
}
.p-top .company .container .catch {
  font-size: 4.8rem;
  font-weight: 800;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  padding: 1.6rem 2.4rem;
  background-color: white;
  border: 1px solid #222222;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top .company .container .catch {
    padding: 1.2rem 1.5rem;
    font-size: 2rem;
    margin-top: 2.4rem;
  }
}
.p-top .company .container .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-top .company .container .text {
    font-size: 1.3rem;
    margin-top: 1.6rem;
  }
}
.p-top .company .container .btn-box {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-top .company .container .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
}
.p-top .company .container .btn-box .item {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 960px) {
  .p-top .company .container .btn-box .item:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-top .company .container .btn-box .item:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-top .company .container .btn-box .item:hover .btn-text {
    color: white;
  }
  .p-top .company .container .btn-box .item:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
.p-top .company .container .btn-box .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .company .container .btn-box .item .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .company .container .btn-box .item .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .company .back-figure {
  width: 100%;
  height: 100%;
  max-width: 99.9rem;
  max-height: 71.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
          transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
  z-index: 5;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .p-top .company .back-figure {
    width: 100%;
  }
}
.p-top .company .back-figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation-name: companyfigure-anim;
          animation-name: companyfigure-anim;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes companyfigure-anim {
  0% {
    top: 52.5%;
  }
  50% {
    top: 48.5%;
  }
  100% {
    top: 52.5%;
  }
}
@keyframes companyfigure-anim {
  0% {
    top: 52.5%;
  }
  50% {
    top: 48.5%;
  }
  100% {
    top: 52.5%;
  }
}
.p-top .sticky-block {
  width: calc(100% - 8rem);
  max-width: 100rem;
  margin: 0 auto;
  padding-bottom: 10.4rem;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block {
    width: calc(100% - 5.4rem);
    margin-right: 1.5rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block {
    padding-bottom: 6.4rem;
  }
}
.p-top .sticky-block .philosophy {
  border: 1px solid #222222;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.p-top .sticky-block .philosophy .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top .sticky-block .philosophy .title-box {
  width: 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .philosophy .title-box {
    width: 4rem;
  }
}
.p-top .sticky-block .philosophy .title-box .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .philosophy .title-box .num {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }
}
.p-top .sticky-block .philosophy .title-box .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  line-height: 0.8em;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .philosophy .title-box .title {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.p-top .sticky-block .philosophy .contents-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/top-philosophy-scale.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: left top;
  height: 73.3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .philosophy .contents-box {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 6.7rem;
    padding-bottom: 4rem;
  }
}
.p-top .sticky-block .philosophy .contents-box .text-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 4rem;
  padding-left: 2rem;
  z-index: 15;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .philosophy .contents-box .text-box {
    height: auto;
    padding-left: unset;
    padding-top: 2rem;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top .sticky-block .philosophy .contents-box .text-box .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .p-top .sticky-block .philosophy .contents-box .text-box .text {
    font-size: 1.4rem;
  }
}
.p-top .sticky-block .philosophy .contents-box .text-box .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 3.2rem;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 960px) {
  .p-top .sticky-block .philosophy .contents-box .text-box .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-top .sticky-block .philosophy .contents-box .text-box .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-top .sticky-block .philosophy .contents-box .text-box .link-btn:hover .btn-text {
    color: white;
  }
  .p-top .sticky-block .philosophy .contents-box .text-box .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 520px) {
  .p-top .sticky-block .philosophy .contents-box .text-box .link-btn {
    margin: 0 auto;
    margin-top: 2.4rem;
  }
}
.p-top .sticky-block .philosophy .contents-box .text-box .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .sticky-block .philosophy .contents-box .text-box .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .sticky-block .philosophy .contents-box .text-box .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .sticky-block .philosophy .contents-box .img {
  position: absolute;
  width: calc(100% - 20rem);
  height: calc(100% - 8rem);
  max-width: 64.7rem;
  max-height: 65.2rem;
  top: 4rem;
  right: 6rem;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .philosophy .contents-box .img {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .philosophy .contents-box .img {
    width: 62.5641025641vw;
    left: 1.5rem;
  }
}
.p-top .sticky-block .philosophy .contents-box .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top .sticky-block .philosophy .contents-box .line-figure-right {
  position: absolute;
  width: 5.2rem;
  height: 25.5rem;
  right: 11.8rem;
  top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-top .sticky-block .philosophy .contents-box .line-figure-right {
    width: 3.817rem;
    height: 18.716rem;
    top: 4rem;
    right: 2.5rem;
  }
}
.p-top .sticky-block .philosophy .contents-box .line-figure-left {
  position: absolute;
  width: 5.2rem;
  height: 33.8rem;
  left: 8rem;
  bottom: 2.6rem;
}
@media screen and (max-width: 520px) {
  .p-top .sticky-block .philosophy .contents-box .line-figure-left {
    width: 3.817rem;
    height: 18.716rem;
    top: 9.3rem;
    left: 3.8rem;
    bottom: unset;
  }
}
.p-top .sticky-block .philosophy .contents-box .catch {
  position: absolute;
  top: 8rem;
  right: 4rem;
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .philosophy .contents-box .catch {
    font-size: 2.4rem;
    top: 6.4rem;
    right: 1.8rem;
  }
}
.p-top .sticky-block .philosophy .contents-box .catch .inner-text {
  display: inline-block;
}
.p-top .sticky-block .philosophy .contents-box .catch .inner-text:nth-child(2) {
  margin-top: 10rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .philosophy .contents-box .catch .inner-text:nth-child(2) {
    margin-top: 3.2rem;
    margin-right: 0.35rem;
  }
}
.p-top .sticky-block .business {
  position: relative;
  height: 500vh;
}
.p-top .sticky-block .business .frag-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: none;
}
.p-top .sticky-block .business .frag-box .frag {
  height: 20%;
  width: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-top .sticky-block .business .frag-box .frag .frag-remove {
  width: 100%;
  height: 1rem;
}
.p-top .sticky-block .business .container {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top .sticky-block .business .contents-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top .sticky-block .business .contents-box .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above {
    gap: 1rem;
  }
}
.p-top .sticky-block .business .contents-box .above .catch {
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-top: 8rem;
  margin-left: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .above .catch {
    font-size: 4.8vh;
    margin-top: 8vh;
  }
}
@media screen and (max-height: 600px) {
  .p-top .sticky-block .business .contents-box .above .catch {
    font-size: 4.5vh;
    margin-top: 7vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above .catch {
    margin-top: 4rem;
    margin-left: 1.6rem;
    font-size: 6.1538461538vw;
  }
}
.p-top .sticky-block .business .contents-box .above .catch .en {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.p-top .sticky-block .business .contents-box .above .catch .inner {
  display: inline-block;
}
.p-top .sticky-block .business .contents-box .above .catch .inner:nth-child(2) {
  margin-top: 24.2rem;
  margin-right: 0.8rem;
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .above .catch .inner:nth-child(2) {
    margin-top: 24.2vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above .catch .inner:nth-child(2) {
    margin-top: 14.358974359vw;
    margin-right: 0.35rem;
  }
}
.p-top .sticky-block .business .contents-box .above .visual-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 72.5rem;
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .above .visual-box {
    height: calc(100vh - 24rem);
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above .visual-box {
    height: 76.4102564103vw;
    width: auto;
  }
}
.p-top .sticky-block .business .contents-box .above .visual-box .visual-catch {
  position: absolute;
  top: 2.4rem;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  color: #BC9742;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .visual-catch {
    font-size: 4.8vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .visual-catch {
    font-size: 1.6rem;
  }
}
.p-top .sticky-block .business .contents-box .above .visual-box .dice {
  width: 54rem;
  height: 54rem;
  position: relative;
  top: 14.4rem;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .dice {
    top: 14.4vh;
    width: 54vh;
    height: 54vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .dice {
    width: 48.7179487179vw;
    height: 48.7179487179vw;
    top: 8rem;
  }
}
.p-top .sticky-block .business .contents-box .above .visual-box .dice .face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top .sticky-block .business .contents-box .above .visual-box .dice .face:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform: translateZ(27rem);
          transform: translateZ(27rem);
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .dice .face:nth-child(1) {
    -webkit-transform: translateZ(27vh);
            transform: translateZ(27vh);
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .dice .face:nth-child(1) {
    -webkit-transform: translateZ(24.358974359vw);
            transform: translateZ(24.358974359vw);
  }
}
.p-top .sticky-block .business .contents-box .above .visual-box .dice .face:nth-child(2) {
  top: 0;
  left: 0;
  -webkit-transform: rotateX(-90deg) translateY(50%);
          transform: rotateX(-90deg) translateY(50%);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.p-top .sticky-block .business .contents-box .above .visual-box .dice .face:nth-child(3) {
  top: 0;
  left: 0;
  -webkit-transform: translateZ(-27rem) rotateZ(180deg) rotateY(180deg);
          transform: translateZ(-27rem) rotateZ(180deg) rotateY(180deg);
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .dice .face:nth-child(3) {
    -webkit-transform: translateZ(-27vh) rotateZ(180deg) rotateY(180deg);
            transform: translateZ(-27vh) rotateZ(180deg) rotateY(180deg);
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .dice .face:nth-child(3) {
    -webkit-transform: translateZ(-24.358974359vw) rotateZ(180deg) rotateY(180deg);
            transform: translateZ(-24.358974359vw) rotateZ(180deg) rotateY(180deg);
  }
}
.p-top .sticky-block .business .contents-box .above .visual-box .dice .face:nth-child(4) {
  top: 0;
  left: 0;
  -webkit-transform: rotateX(90deg) translateY(-50%);
          transform: rotateX(90deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.p-top .sticky-block .business .contents-box .above .visual-box .dice .face img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top .sticky-block .business .contents-box .above .visual-box .active-visual-catch {
  font-size: 10.4rem;
  opacity: 0.3;
  top: calc(100% - 18.4rem);
  bottom: 0rem;
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .active-visual-catch {
    font-size: 10.4vh;
    top: 52vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .above .visual-box .active-visual-catch {
    top: 55.641025641vw;
    font-size: 8.2051282051vw;
  }
}
.p-top .sticky-block .business .contents-box .above .visual-box .active-visual-dice {
  top: 4rem;
}
.p-top .sticky-block .business .contents-box .below {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.2rem;
}
@media screen and (max-height: 1000px) {
  .p-top .sticky-block .business .contents-box .below {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }
}
@media screen and (max-height: 600px) {
  .p-top .sticky-block .business .contents-box .below {
    padding-top: 3vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.6rem;
    gap: 2.4rem;
    padding-bottom: 3.2rem;
  }
}
.p-top .sticky-block .business .contents-box .below .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .below .text {
    font-size: 1.4rem;
  }
}
.p-top .sticky-block .business .contents-box .below .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 3.2rem;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 960px) {
  .p-top .sticky-block .business .contents-box .below .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-top .sticky-block .business .contents-box .below .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-top .sticky-block .business .contents-box .below .link-btn:hover .btn-text {
    color: white;
  }
  .p-top .sticky-block .business .contents-box .below .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-top .sticky-block .business .contents-box .below .link-btn {
    margin-top: 0;
  }
}
.p-top .sticky-block .business .contents-box .below .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .sticky-block .business .contents-box .below .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .sticky-block .business .contents-box .below .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .sticky-block .business .title-box {
  width: 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .business .title-box {
    width: 4rem;
  }
}
.p-top .sticky-block .business .title-box .num {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .business .title-box .num {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }
}
.p-top .sticky-block .business .title-box .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  line-height: 0.8em;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-top .sticky-block .business .title-box .title {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.p-top .rec-news {
  background-image: url(../img/top-rec-news-back.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
  width: 100%;
  padding-top: 10.4rem;
  padding-bottom: 10.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.p-top .rec-news .recruit {
  margin: 0 auto;
  width: calc(100% - 4.8rem);
  max-width: 100rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  background-image: url(../img/top-recruit-back.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4.4rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 3.2rem;
    position: relative;
    background-image: none;
    background-color: white;
    gap: 3.2rem;
  }
  .p-top .rec-news .recruit::before {
    content: "";
    position: absolute;
    width: calc(100% - 3.2rem);
    top: 4.6rem;
    left: 1.6rem;
    height: calc(100% - 4.6rem);
    background-image: url(../img/top-recruit-back-sp.png);
    background-size: 100% auto;
    background-position: center top;
    background-color: white;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit .textbox {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.p-top .rec-news .recruit .textbox .titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit .textbox .titlebox {
    background-color: white;
    width: 100%;
    margin-bottom: 2.4rem;
    padding: 0.8rem 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .p-top .rec-news .recruit .textbox .titlebox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-repeating-linear-gradient(left, #BC9742 0 1px, transparent 1px 3px);
    background-image: repeating-linear-gradient(to right, #BC9742 0 1px, transparent 1px 3px);
  }
  .p-top .rec-news .recruit .textbox .titlebox::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-repeating-linear-gradient(left, #BC9742 0 1px, transparent 1px 3px);
    background-image: repeating-linear-gradient(to right, #BC9742 0 1px, transparent 1px 3px);
  }
}
.p-top .rec-news .recruit .textbox .titlebox .num {
  width: 2.7rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.6rem;
  border: 1px solid #17A55F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit .textbox .titlebox .num {
    width: 2.5rem;
    height: 2.2rem;
    font-size: 1.4rem;
  }
}
.p-top .rec-news .recruit .textbox .titlebox .title {
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  line-height: 0.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit .textbox .titlebox .title {
    font-size: 2.4rem;
  }
}
.p-top .rec-news .recruit .textbox .catch {
  margin-top: 4rem;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0.2rem;
}
.p-top .rec-news .recruit .textbox .catch .inner {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit .textbox .catch {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 2.4rem;
    line-height: 1.5;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top .rec-news .recruit .textbox .text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit .textbox .text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
  }
}
.p-top .rec-news .recruit .textbox .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 2.4rem;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 960px) {
  .p-top .rec-news .recruit .textbox .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-top .rec-news .recruit .textbox .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-top .rec-news .recruit .textbox .link-btn:hover .btn-text {
    color: white;
  }
  .p-top .rec-news .recruit .textbox .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit .textbox .link-btn {
    margin-top: 2.4rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top .rec-news .recruit .textbox .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .rec-news .recruit .textbox .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .rec-news .recruit .textbox .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .rec-news .recruit .imgbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 47rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .recruit .imgbox {
    width: calc(100% - 1.6rem);
  }
}
.p-top .rec-news .news {
  margin: 0 auto;
  margin-top: 10.4rem;
  width: calc(100% - 4.8rem);
  max-width: 100rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news {
    margin-top: 6.4rem;
  }
}
.p-top .rec-news .news .titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  background-color: white;
  border-top: 1px dotted #BC9742;
  border-bottom: 1px dotted #BC9742;
  width: 100%;
  margin-bottom: 4rem;
  padding: 0.8rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news .titlebox {
    margin-bottom: 2.4rem;
  }
}
.p-top .rec-news .news .titlebox .num {
  width: 2.7rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.6rem;
  border: 1px solid #17A55F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news .titlebox .num {
    width: 2.7rem;
    height: 2.2rem;
    font-size: 1.4rem;
  }
}
.p-top .rec-news .news .titlebox .title {
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  line-height: 0.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news .titlebox .title {
    font-size: 2.4rem;
  }
}
.p-top .rec-news .news .list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-top .rec-news .news .list li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top .rec-news .news .list li:first-child .item {
  border-top: 1px dotted #BC9742;
}
.p-top .rec-news .news .list .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.6rem;
  border-bottom: 1px dotted #BC9742;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .p-top .rec-news .news .list .item:hover {
    background-color: white;
  }
  .p-top .rec-news .news .list .item:hover .angle {
    color: #17A55F;
  }
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news .list .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    padding: 0.8rem;
    padding-right: 3.5rem;
  }
}
.p-top .rec-news .news .list .item .date {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #5A5959;
  line-height: 1;
  padding-right: 1.6rem;
  border-right: 1px solid #222222;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news .list .item .date {
    font-size: 1.4rem;
  }
}
.p-top .rec-news .news .list .item .tag {
  padding: 0.4rem 1.6rem;
  background-color: #BC9742;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  margin-right: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news .list .item .tag {
    padding: 0.4rem 0.8rem;
    margin-right: 0;
    font-size: 1rem;
  }
}
.p-top .rec-news .news .list .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news .list .item .text {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-top .rec-news .news .list .item .angle {
  font-size: 1.6rem;
  color: #222222;
  padding-right: 0.9rem;
  padding-left: 0.9rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-top .rec-news .news .list .item .angle {
    position: absolute;
    top: 50%;
    right: 0.7rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-top .rec-news .news .list .item .angle i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-company .main-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block {
    padding-top: 4rem;
  }
}
.p-company .main-block .side {
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-company .main-block .side {
    display: none;
  }
}
.p-company .main-block .side .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 20.2rem);
}
.p-company .main-block .side .box .btn {
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-company .main-block .side .box .btn .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-company .main-block .side .box .btn .angle {
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BC9742;
}
@media screen and (min-width: 960px) {
  .p-company .main-block .side .box .btn:hover {
    background-color: rgba(188, 151, 66, 0.7);
  }
  .p-company .main-block .side .box .btn:hover .text {
    color: white;
  }
  .p-company .main-block .side .box .btn:hover .angle {
    color: white;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-company .main-block .side .box .active {
  background-color: rgba(188, 151, 66, 0.7);
}
.p-company .main-block .side .box .active .text {
  color: white;
}
.p-company .main-block .side .box .active .angle {
  color: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-company .main-block .main-contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 82.3rem;
}
@media screen and (max-width: 960px) {
  .p-company .main-block .main-contents {
    padding-left: 4.7rem;
  }
}
.p-company .main-block .main-contents .container .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.p-company .main-block .main-contents .container .message .text-box {
  padding-right: 2.4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .message .text-box {
    padding-right: 0;
  }
}
.p-company .main-block .main-contents .container .message .text-box .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  border-bottom: 1px solid #222222;
}
.p-company .main-block .main-contents .container .message .text-box .title-box .num {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #222222;
  border-bottom: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .message .text-box .title-box .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.p-company .main-block .main-contents .container .message .text-box .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .message .text-box .title-box .title {
    font-size: 2.4rem;
  }
}
.p-company .main-block .main-contents .container .message .text-box .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
  margin-top: 2.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .message .text-box .text {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.p-company .main-block .main-contents .container .message .text-box .text .strong {
  font-weight: bold;
}
.p-company .main-block .main-contents .container .message .text-box .catch-sp {
  display: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .message .text-box .catch-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    margin: 0 auto;
    margin-top: 2.4rem;
  }
}
.p-company .main-block .main-contents .container .message .catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .message .catch {
    display: none;
  }
}
.p-company .main-block .main-contents .container .message .figure {
  position: absolute;
  width: 6rem;
  z-index: 0;
  right: 4rem;
  bottom: -7.8rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .message .figure {
    display: none;
  }
}
.p-company .main-block .main-contents .container .profile {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile {
    margin-top: 6.4rem;
  }
}
.p-company .main-block .main-contents .container .profile .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  border-bottom: 1px solid #222222;
  width: calc(100% - 12.8rem);
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile .title-box {
    width: 100%;
  }
}
.p-company .main-block .main-contents .container .profile .title-box .num {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #222222;
  border-bottom: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
.p-company .main-block .main-contents .container .profile .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-company .main-block .main-contents .container .profile .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}
.p-company .main-block .main-contents .container .profile .contents .text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile .contents .text-box {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-company .main-block .main-contents .container .profile .contents .text-box .name {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile .contents .text-box .name {
    font-size: 2rem;
  }
}
.p-company .main-block .main-contents .container .profile .contents .text-box .name .en {
  margin-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #D0B67B;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile .contents .text-box .name .en {
    font-size: 1.4rem;
  }
}
.p-company .main-block .main-contents .container .profile .contents .text-box .occ {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile .contents .text-box .occ {
    font-size: 1.4rem;
  }
}
.p-company .main-block .main-contents .container .profile .contents .text-box .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile .contents .text-box .text {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.p-company .main-block .main-contents .container .profile .contents .img {
  width: 31.6rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .profile .contents .img {
    width: 100%;
  }
}
.p-company .main-block .main-contents .container .overview {
  margin-top: 12rem;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .overview {
    margin-top: 6.4rem;
  }
}
.p-company .main-block .main-contents .container .overview .title-box {
  width: 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-company .main-block .main-contents .container .overview .title-box {
    width: 4rem;
  }
}
.p-company .main-block .main-contents .container .overview .title-box .figure {
  position: absolute;
  width: 6rem;
  z-index: 0;
  left: 4.5rem;
  bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .overview .title-box .figure {
    display: none;
  }
}
.p-company .main-block .main-contents .container .overview .title-box .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 960px) {
  .p-company .main-block .main-contents .container .overview .title-box .num {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }
}
.p-company .main-block .main-contents .container .overview .title-box .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  line-height: 0.8em;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-company .main-block .main-contents .container .overview .title-box .title {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.p-company .main-block .main-contents .container .overview .contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  background-image: url(../img/top-philosophy-scale.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .overview .contents {
    padding: 4rem 1.6rem;
  }
}
.p-company .main-block .main-contents .container .overview .contents .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .overview .contents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
.p-company .main-block .main-contents .container .overview .contents .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-company .main-block .main-contents .container .overview .contents .item .title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  padding: 0.4rem 0.8rem;
  border: 1px solid #222222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .overview .contents .item .title {
    font-size: 1.4rem;
  }
}
.p-company .main-block .main-contents .container .overview .contents .item .text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company .main-block .main-contents .container .overview .contents .item .text-box .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .overview .contents .item .text-box .text {
    font-size: 1.4rem;
  }
}
.p-company .main-block .main-contents .container .overview .contents .item .text-box .bottom-space {
  padding-bottom: 0.4rem;
}
.p-company .main-block .main-contents .container .overview .contents .item .text-box .map {
  width: 100%;
  max-width: 41.6rem;
  aspect-ratio: 416/259;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-company .main-block .main-contents .container .overview .contents .item .text-box .map {
    max-width: 26rem;
  }
}
.p-company .main-block .main-contents .container .overview .contents .item .text-box .map iframe {
  width: 100%;
  height: 100%;
}

.test {
  height: 200vh;
}

.p-philosophy .main-block {
  width: calc(100% - 8rem);
  margin: 0 auto;
  max-width: 112.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block {
    width: calc(100% - 7rem);
    margin-right: 2.3rem;
  }
}
.p-philosophy .main-block .frag {
  width: 10px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-philosophy .main-block .catch-sp {
  font-size: 8.75vh;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0 auto;
  margin-top: 6.3rem;
  background-color: white;
  display: block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 960px) {
  .p-philosophy .main-block .catch-sp {
    font-size: 2.4rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    display: block;
  }
}
.p-philosophy .main-block .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 8rem;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  height: calc(100vh - 10rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .p-philosophy .main-block .container {
    margin-top: 4rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.p-philosophy .main-block .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-bottom: none;
  border-radius: 2.4rem 2.4rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container::before {
    height: 1.2rem;
  }
}
.p-philosophy .main-block .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #BC9742;
  border-top: none;
  border-radius: 0 0 2.4rem 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container::after {
    height: 1.2rem;
  }
}
.p-philosophy .main-block .container .back-figure {
  width: 72.9609929078%;
  position: absolute;
  top: 3.7rem;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .back-figure {
    width: 120%;
    top: 1.8rem;
    left: calc(50% - 1rem);
  }
}
.p-philosophy .main-block .container .back-figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .back-figure img {
    -o-object-position: right;
       object-position: right;
  }
}
.p-philosophy .main-block .container .side {
  padding-right: 4rem;
  padding-left: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .p-philosophy .main-block .container .side {
    display: none;
  }
}
.p-philosophy .main-block .container .side .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
.p-philosophy .main-block .container .side .box .btn {
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-philosophy .main-block .container .side .box .btn .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-philosophy .main-block .container .side .box .btn .angle {
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BC9742;
}
@media screen and (min-width: 960px) {
  .p-philosophy .main-block .container .side .box .btn:hover {
    background-color: rgba(188, 151, 66, 0.7);
  }
  .p-philosophy .main-block .container .side .box .btn:hover .text {
    color: white;
  }
  .p-philosophy .main-block .container .side .box .btn:hover .angle {
    color: white;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-philosophy .main-block .container .side .box .active {
  background-color: rgba(188, 151, 66, 0.7);
}
.p-philosophy .main-block .container .side .box .active .text {
  color: white;
}
.p-philosophy .main-block .container .side .box .active .angle {
  color: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-philosophy .main-block .container .main-contents {
  width: 70rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-philosophy .main-block .container .main-contents .block {
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  position: relative;
  height: 100%;
}
.p-philosophy .main-block .container .main-contents .block .visual-catch {
  font-size: 8rem;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  color: #BC9742;
  opacity: 0.3;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .visual-catch {
    font-size: 3.6rem;
  }
}
@media screen and (max-height: 850px) {
  .p-philosophy .main-block .container .main-contents .block .visual-catch {
    font-size: 9.4117647059vh;
  }
}
.p-philosophy .main-block .container .main-contents .block .img {
  max-width: 25rem;
  max-height: 26rem;
  height: 50%;
  aspect-ratio: 25/26;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  top: 25%;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .img {
    max-width: 30.2rem;
    top: 8rem;
  }
}
.p-philosophy .main-block .container .main-contents .block .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-philosophy .main-block .container .main-contents .block .text-box {
  height: 19.7rem;
  overflow: scroll;
  pointer-events: none;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-width: none;
}
.p-philosophy .main-block .container .main-contents .block .text-box::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box {
    height: 28.5rem;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .mission {
  padding-bottom: 2.4rem;
}
.p-philosophy .main-block .container .main-contents .block .text-box .vision {
  padding-bottom: 2.4rem;
}
.p-philosophy .main-block .container .main-contents .block .text-box .value {
  padding-bottom: 2.4rem;
}
.p-philosophy .main-block .container .main-contents .block .text-box .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
}
.p-philosophy .main-block .container .main-contents .block .text-box .title-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #222222;
  bottom: 0;
  left: 0;
}
.p-philosophy .main-block .container .main-contents .block .text-box .title-box .title {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  line-height: 1;
  border: 1px solid #222222;
  padding: 0.8rem;
  margin-right: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .title-box .title {
    font-size: 1.6rem;
    padding: 1.2rem 0.8rem;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .title-box .title-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 0.8;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .title-box .title-text {
    font-size: 1.4rem;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .title-box .title-text .lg {
  margin-right: 0.8rem;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  line-height: 0.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .title-box .title-text .lg {
    font-size: 3.2rem;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .strong {
  width: calc(100% - 3.2rem);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  border: 1px solid #222222;
  background-color: white;
  padding: 0.8rem 0;
  margin: 0 auto;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .strong {
    font-size: 1.8rem;
    padding: 0.8rem 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    width: calc(100% - 1.6rem);
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .text {
    font-size: 1.4rem;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .value-item {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .value-item {
    width: calc(100% - 1.6rem);
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .value-item .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
}
.p-philosophy .main-block .container .main-contents .block .text-box .value-item .above::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #222222;
  bottom: 0;
  left: 0;
}
.p-philosophy .main-block .container .main-contents .block .text-box .value-item .above .num {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  line-height: 1;
  background-color: white;
  border: 1px solid #222222;
  margin-right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .value-item .above .num {
    font-size: 2rem;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .value-item .above .above-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 0.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .value-item .above .above-text {
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .value-item .above .above-text br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .value-item .above .above-text br {
    display: block;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .value-item .above .above-text .lg {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  line-height: 0.8;
  letter-spacing: 0.04em;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .value-item .above .above-text .lg {
    font-size: 2.4rem;
    margin-right: 0;
  }
}
.p-philosophy .main-block .container .main-contents .block .text-box .value-item .value-inner {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .text-box .value-item .value-inner {
    font-size: 1.4rem;
  }
}
.p-philosophy .main-block .container .main-contents .block .active-catch {
  font-size: 6.4rem;
  top: 45%;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    font-size: 3.6rem;
    top: 47.5%;
  }
}
@media screen and (max-height: 850px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    font-size: 7.5294117647vh;
  }
}
@media screen and (max-height: 800px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 40%;
  }
}
@media screen and (max-height: 750px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 35%;
  }
}
@media screen and (max-height: 700px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 30%;
  }
}
@media screen and (max-height: 650px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 25%;
  }
}
@media screen and (max-height: 600px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 20%;
  }
}
@media screen and (max-height: 550px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 15%;
  }
}
@media screen and (max-height: 500px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 10%;
  }
}
@media screen and (max-height: 450px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 5%;
  }
}
@media screen and (max-height: 400px) {
  .p-philosophy .main-block .container .main-contents .block .active-catch {
    top: 0%;
  }
}
.p-philosophy .main-block .container .main-contents .block .active-img {
  max-height: 100%;
  max-width: 100%;
  height: 50%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-philosophy .main-block .container .main-contents .block .active-img {
    height: 100%;
    max-height: 30.2rem;
    max-width: 30rem;
    width: calc(100% - 1.9rem);
    height: 50%;
    top: 0;
    -o-object-position: top;
       object-position: top;
  }
}
.p-philosophy .main-block .container .catch {
  font-size: 8.75vh;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-top: 0rem;
  margin-left: 3.9rem;
  margin-right: 10rem;
  background-color: white;
  display: block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .p-philosophy .main-block .container .catch {
    display: none;
  }
}
.p-philosophy [data-typingtitlephilo] {
  opacity: 0;
}

.p-business .main-container {
  position: relative;
}
.p-business .main-container .side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 100%;
  top: 0;
  left: clamp(4rem, 50% - 55rem, 100% - 7rem);
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .p-business .main-container .side {
    display: none;
  }
}
.p-business .main-container .side .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 20.2rem);
}
.p-business .main-container .side .box .btn {
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-business .main-container .side .box .btn .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-business .main-container .side .box .btn .angle {
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BC9742;
}
@media screen and (min-width: 960px) {
  .p-business .main-container .side .box .btn:hover {
    background-color: rgba(188, 151, 66, 0.7);
  }
  .p-business .main-container .side .box .btn:hover .text {
    color: white;
  }
  .p-business .main-container .side .box .btn:hover .angle {
    color: white;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-business .main-container .side .box .active {
  background-color: rgba(188, 151, 66, 0.7);
}
.p-business .main-container .side .box .active .text {
  color: white;
}
.p-business .main-container .side .box .active .angle {
  color: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-business .main-column {
  position: relative;
  z-index: 5;
}
.p-business .business {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-business .business {
    padding-top: 6.4rem;
  }
}
.p-business .business .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-business .business .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-business .business .container .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-business .business .container .title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-business .business .container .title-box .num {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .p-business .business .container .title-box .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.p-business .business .container .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .container .title-box .title {
    font-size: 2.4rem;
  }
}
.p-business .business .container .above-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  width: calc(100% - 3.2rem);
  vertical-align: bottom;
  margin: 0 auto;
  margin-top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .container .above-text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2.4rem;
  }
}
.p-business .business .container .above-text .lg {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-business .business .container .above-text .lg {
    font-size: 1.6rem;
  }
}
.p-business .business .container .above-text2 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  width: calc(100% - 3.2rem);
  vertical-align: bottom;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-business .business .container .above-text2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2.4rem;
  }
  .p-business .business .container .above-text2 br {
    display: none;
  }
}
.p-business .business .container .above-text2 .lg {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-business .business .container .above-text2 .lg {
    font-size: 1.8rem;
  }
}
.p-business .business .sticky-block {
  position: relative;
  width: 100%;
  height: 600vh;
  padding-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block {
    padding-top: 4rem;
  }
}
.p-business .business .sticky-block .frag {
  position: absolute;
  width: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-business .business .sticky-block .sticky-block-frame {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 10rem;
}
@media screen and (min-height: 1080px) {
  .p-business .business .sticky-block .sticky-block-frame {
    top: 20%;
  }
}
.p-business .business .sticky-block .sticky-block-container {
  position: relative;
  width: 100%;
  height: 84.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-height: 970px) {
  .p-business .business .sticky-block .sticky-block-container {
    height: calc(100vh - 10rem);
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .sticky-block-container {
    height: 53rem;
  }
}
@media screen and (max-width: 605px) {
  .p-business .business .sticky-block .sticky-block-container {
    height: 58rem;
  }
}
@media screen and (max-width: 520px) {
  .p-business .business .sticky-block .sticky-block-container {
    padding-left: 1.9rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 350px) {
  .p-business .business .sticky-block .sticky-block-container {
    height: 53rem;
  }
}
.p-business .business .sticky-block .circle-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 7.3rem;
  max-width: 174.4rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  top: 0rem;
}
.p-business .business .sticky-block .circle-box .circle-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  max-width: 66.3rem;
  width: 100%;
  min-width: 66.3rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .circle-box-inner {
    max-width: 32rem;
    min-width: 32rem;
  }
}
.p-business .business .sticky-block .circle-box .item {
  width: 7.3rem;
  height: 7.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  background-image: url(../img/business-text-clip.png);
  background-clip: text; /*画像を切り抜く指定*/
  -webkit-background-clip: text; /*画像の位置を決める　ベンダープレフィックスもいれておきます*/
  color: transparent; /*テキスト透過*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BC9742;
  border: 1px dotted #BC9742;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.p-business .business .sticky-block .circle-box .item:nth-child(1) {
  opacity: 0;
  left: 50%;
}
.p-business .business .sticky-block .circle-box .item:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-business .business .sticky-block .circle-box .item:nth-child(3) {
  opacity: 0;
  right: 50%;
}
.p-business .business .sticky-block .circle-box .item:nth-child(4) {
  opacity: 0;
  right: 50%;
}
.p-business .business .sticky-block .circle-box .circle-text {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #D9B45F;
  letter-spacing: 0.3em;
  line-height: 1;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  bottom: 1.9rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .circle-text {
    bottom: 0.69rem;
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .circle-text {
    font-size: 1.4rem;
  }
}
.p-business .business .sticky-block .circle-box .circle-text .strong {
  color: #BC9742;
}
.p-business .business .sticky-block .circle-box .--active-lg {
  width: 22.9rem;
  height: 22.9rem;
  font-size: 10.6rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .--active-lg {
    width: 11.2rem;
    height: 11.2rem;
    font-size: 5.1rem;
  }
}
.p-business .business .sticky-block .circle-box .--active-lg:nth-child(1) {
  opacity: 1;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.p-business .business .sticky-block .circle-box .--active-lg:nth-child(2) {
  opacity: 1;
  left: 21.686746988%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.p-business .business .sticky-block .circle-box .--active-lg:nth-child(3) {
  opacity: 1;
  right: 21.686746988%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.p-business .business .sticky-block .circle-box .--active-lg:nth-child(4) {
  opacity: 1;
  right: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.p-business .business .sticky-block .circle-box .--active-circle-text {
  opacity: 1;
}
.p-business .business .sticky-block .circle-box .--active-circle-text-last {
  opacity: 0;
}
.p-business .business .sticky-block .circle-box .--active-lg-last {
  background-image: unset;
  background-clip: unset; /*画像を切り抜く指定*/
  -webkit-background-clip: unset; /*画像の位置を決める　ベンダープレフィックスもいれておきます*/
  color: transparent; /*テキスト透過*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
  width: 60.3rem;
  height: 60.3rem;
}
@media screen and (max-height: 703px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last {
    width: calc(100vh - 10rem);
    height: calc(100vh - 10rem);
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last {
    width: 12.3rem;
    height: 12.3rem;
  }
}
.p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(1) {
  left: -23.1rem;
}
@media screen and (max-height: 703px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(1) {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(1) {
    left: 0;
  }
}
.p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(2) {
  left: 14.8rem;
}
@media screen and (max-height: 703px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(2) {
    left: 19.9541284404%;
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(2) {
    left: 14.8rem;
  }
}
.p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(3) {
  right: 14.8rem;
}
@media screen and (max-height: 703px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(3) {
    right: 19.9541284404%;
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(3) {
    right: 14.8rem;
  }
}
.p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(4) {
  right: -23.1rem;
}
@media screen and (max-height: 703px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(4) {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .circle-box .--active-lg-last:nth-child(4) {
    right: 0;
  }
}
.p-business .business .sticky-block .--active-box-lg {
  height: 22.9rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-box-lg {
    height: 11.2rem;
  }
}
.p-business .business .sticky-block .--active-box-lg .circle-box-inner {
  max-width: 66.3rem;
  width: 100%;
  min-width: 66.3rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-box-lg .circle-box-inner {
    max-width: 32rem;
    min-width: 32rem;
  }
}
.p-business .business .sticky-block .--active-box-last {
  height: 60.3rem;
}
.p-business .business .sticky-block .--active-box-last .circle-box-inner {
  max-width: 128rem;
}
@media screen and (max-height: 703px) {
  .p-business .business .sticky-block .--active-box-last .circle-box-inner {
    width: 212.271973466vh;
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-box-last {
    top: 11.5rem;
    height: 12.3rem;
  }
  .p-business .business .sticky-block .--active-box-last .circle-box-inner {
    height: 12.3rem;
    max-width: 35.7rem;
    min-width: 35.7rem;
  }
}
@media screen and (max-width: 390px) {
  .p-business .business .sticky-block .--active-box-last .circle-box-inner {
    max-width: 91.5384615385vw;
    min-width: 91.5384615385vw;
  }
}
.p-business .business .sticky-block .catch {
  font-size: 10.4rem;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  color: rgba(188, 151, 66, 0.3);
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 13.8rem;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-height: 970px) {
  .p-business .business .sticky-block .catch {
    font-size: calc((100vh - 10rem) * 0.1072164948);
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .catch {
    font-size: 4.8rem;
    top: 11.3rem;
  }
}
@media screen and (max-width: 390px) {
  .p-business .business .sticky-block .catch {
    font-size: 12.3076923077vw;
    top: 28.9743589744vw;
    right: 8.0769230769vw;
  }
}
.p-business .business .sticky-block .--active-catch-first {
  top: 29.2rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-catch-first {
    top: 13.6rem;
  }
}
.p-business .business .sticky-block .--active-catch-second {
  top: 77rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-catch-second {
    top: 45rem;
  }
}
@media screen and (max-width: 390px) {
  .p-business .business .sticky-block .--active-catch-second {
    top: 115.3846153846vw;
  }
}
.p-business .business .sticky-block .--active-catch-last {
  top: 50.8rem;
}
@media screen and (max-height: 970px) {
  .p-business .business .sticky-block .--active-catch-last {
    top: calc((100vh - 10rem) * 0.5360824742);
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-catch-last {
    top: 32.8rem;
  }
}
@media screen and (max-width: 390px) {
  .p-business .business .sticky-block .--active-catch-last {
    top: 84.1025641026vw;
  }
}
.p-business .business .sticky-block .dice {
  position: absolute;
  top: 37.8rem;
  width: 54.1rem;
  aspect-ratio: 1/1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.p-business .business .sticky-block .dice .dice-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.p-business .business .sticky-block .dice .dice-inner .face {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  container-type: inline-size;
  container-name: dice-face;
}
.p-business .business .sticky-block .dice .dice-inner .face:nth-child(1) {
  -webkit-transform: translateZ(27rem);
          transform: translateZ(27rem);
}
@media screen and (max-height: 970px) {
  .p-business .business .sticky-block .dice .dice-inner .face:nth-child(1) {
    -webkit-transform: translateZ(calc((100vh - 10rem) * 0.5515463918 / 2));
            transform: translateZ(calc((100vh - 10rem) * 0.5515463918 / 2));
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .dice .dice-inner .face:nth-child(1) {
    -webkit-transform: translateZ(16rem);
            transform: translateZ(16rem);
  }
}
@media screen and (max-width: 390px) {
  .p-business .business .sticky-block .dice .dice-inner .face:nth-child(1) {
    -webkit-transform: translateZ(41.0256410256vw);
            transform: translateZ(41.0256410256vw);
  }
}
.p-business .business .sticky-block .dice .dice-inner .face:nth-child(2) {
  -webkit-transform: rotateX(-90deg) translateY(50%);
          transform: rotateX(-90deg) translateY(50%);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.p-business .business .sticky-block .dice .dice-inner .face:nth-child(3) {
  -webkit-transform: translateZ(-27rem) rotateZ(180deg);
          transform: translateZ(-27rem) rotateZ(180deg);
}
@media screen and (max-height: 970px) {
  .p-business .business .sticky-block .dice .dice-inner .face:nth-child(3) {
    -webkit-transform: translateZ(calc(-1 * (100vh - 10rem) * 0.5515463918 / 2)) rotateZ(180deg);
            transform: translateZ(calc(-1 * (100vh - 10rem) * 0.5515463918 / 2)) rotateZ(180deg);
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .dice .dice-inner .face:nth-child(3) {
    -webkit-transform: translateZ(-16rem) rotateZ(180deg);
            transform: translateZ(-16rem) rotateZ(180deg);
  }
}
@media screen and (max-width: 390px) {
  .p-business .business .sticky-block .dice .dice-inner .face:nth-child(3) {
    -webkit-transform: translateZ(-41.0256410256vw) rotateZ(180deg);
            transform: translateZ(-41.0256410256vw) rotateZ(180deg);
  }
}
.p-business .business .sticky-block .dice .dice-inner .face:nth-child(3) .face-text {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}
.p-business .business .sticky-block .dice .dice-inner .face:nth-child(4) {
  -webkit-transform: rotateX(90deg) translateY(-50%);
          transform: rotateX(90deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.p-business .business .sticky-block .dice .dice-inner .face img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-business .business .sticky-block .dice .dice-inner .face .face-text {
  position: absolute;
  top: 145%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
}
.p-business .business .sticky-block .dice .dice-inner .face .face-text .text-lg {
  font-size: 13.5185185185cqw;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: white;
  line-height: 0.8;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .dice .dice-inner .face .face-text .text-lg {
    font-size: 12.5cqw;
  }
}
.p-business .business .sticky-block .dice .dice-inner .face .face-text .text-mid {
  font-size: 4.4444444444cqw;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 1.6;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-top: 100%;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .dice .dice-inner .face .face-text .text-mid {
    font-size: 5cqw;
  }
}
.p-business .business .sticky-block .dice .dice-inner .face .face-text .text-sm {
  font-size: 3.7037037037cqw;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 1.6;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .dice .dice-inner .face .face-text .text-sm {
    font-size: 3.75cqw;
    margin-top: 2rem;
  }
}
.p-business .business .sticky-block .dice .dice-inner .face .--active-face-text {
  top: 50%;
}
.p-business .business .sticky-block .dice .dice-inner .face .--active-face-text .text-mid {
  margin-top: 0.8rem;
}
@media screen and (max-height: 970px) {
  .p-business .business .sticky-block .dice {
    width: calc((100vh - 10rem) * 0.5515463918);
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .dice {
    width: 32rem;
    top: 22.5rem;
  }
}
@media screen and (max-width: 390px) {
  .p-business .business .sticky-block .dice {
    width: calc(100% - 7rem);
    right: 2.3rem;
    top: 57.6923076923vw;
  }
}
.p-business .business .sticky-block .--active-dice-first {
  top: 53.2rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-dice-first {
    top: 24.8rem;
  }
}
.p-business .business .sticky-block .--active-dice-second {
  top: 29.3rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-dice-second {
    top: 13.6rem;
  }
}
.p-business .business .sticky-block .--active-dice-last {
  top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-dice-last {
    top: 2.4rem;
  }
}
.p-business .business .sticky-block .below-text {
  position: absolute;
  top: 96rem;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .below-text {
    top: 56.9rem;
    font-size: 1.4rem;
    width: calc(100% - 7rem);
    right: 2.3rem;
  }
}
.p-business .business .sticky-block .--active-below-text-first {
  top: 111.3rem;
}
@media screen and (max-height: 970px) {
  .p-business .business .sticky-block .--active-below-text-first {
    top: calc((100vh - 10rem) * 1.1474226804);
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-below-text-first {
    top: 60rem;
  }
}
.p-business .business .sticky-block .--active-below-text-last {
  top: 76.5rem;
}
@media screen and (max-height: 970px) {
  .p-business .business .sticky-block .--active-below-text-last {
    top: calc((100vh - 10rem) * 0.7731958763);
  }
}
@media screen and (max-width: 768px) {
  .p-business .business .sticky-block .--active-below-text-last {
    top: 44.8rem;
  }
}
@media screen and (max-width: 390px) {
  .p-business .business .sticky-block .--active-below-text-last {
    top: 114.8717948718vw;
  }
}
.p-business .service {
  padding-top: 8rem;
  padding-bottom: 5.7rem;
}
@media screen and (max-width: 768px) {
  .p-business .service {
    padding-top: 6.4rem;
    padding-bottom: 6.3rem;
  }
}
.p-business .service .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-business .service .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-business .service .container .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-business .service .container .title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-business .service .container .title-box .num {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
.p-business .service .container .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 2.4rem;
}
.p-business .service .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-business .service .container .box {
    display: none;
  }
}
.p-business .service .container .box .item {
  width: calc((100% - 3.2rem) / 3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .p-business .service .container .box .item:hover .img-box {
    opacity: 0.7;
  }
}
.p-business .service .container .box .item .img-box {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-business .service .container .box .item .text {
  margin-top: 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
}
.p-business .service .container .box .no-link {
  pointer-events: none;
}
.p-business .service .container .box-sp {
  display: none;
  margin-top: 3.2rem;
}
.p-business .service .container .box-sp .swiper {
  overflow: visible;
}
.p-business .service .container .box-sp .swiper .item .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
  margin-top: 0.75rem;
}
.p-business .service .container .box-sp .swiper .btn-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 7.5rem;
  height: 3.2rem;
  right: 0;
  top: -6.8rem;
}
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-prev,
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-next {
  all: unset;
}
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-prev .swiper-navigation-icon,
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-prev::after,
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-next::after {
  all: unset;
}
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-prev {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #222222;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-prev img {
  width: 1.333rem;
  height: 0.8rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #222222;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-next img {
  width: 1.333rem;
  height: 0.8rem;
}
.p-business .service .container .box-sp .swiper .btn-box .swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 520px) {
  .p-business .service .container .box-sp {
    display: block;
  }
}

.p-news .main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 120rem;
  margin: 0 auto;
  width: calc(100% - 13.6rem);
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .p-news .main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news .main-container {
    width: calc(100% - 7rem);
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-news .main-container .side {
  padding-right: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-news .main-container .side {
    padding-right: 0;
  }
}
.p-news .main-container .side .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 20.2rem);
}
@media screen and (max-width: 960px) {
  .p-news .main-container .side .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    padding-bottom: 2.4rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-news .main-container .side .box .btn {
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news .main-container .side .box .btn .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .p-news .main-container .side .box .btn .text {
    font-size: 1.4rem;
  }
}
.p-news .main-container .side .box .btn .angle {
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BC9742;
}
@media screen and (min-width: 960px) {
  .p-news .main-container .side .box .btn:hover {
    background-color: rgba(188, 151, 66, 0.7);
  }
  .p-news .main-container .side .box .btn:hover .text {
    color: white;
  }
  .p-news .main-container .side .box .btn:hover .angle {
    color: white;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-news .main-container .side .box .active {
  background-color: rgba(188, 151, 66, 0.7);
}
.p-news .main-container .side .box .active .text {
  color: white;
}
.p-news .main-container .side .box .active .angle {
  color: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-news .main-container .news-contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-news .main-container .news-contents .container {
  max-width: 82rem;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.2rem;
}
.p-news .main-container .news-contents .container .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-news .main-container .news-contents .container .item:hover .date-tag .tag {
    background-color: white;
    color: #BC9742;
  }
  .p-news .main-container .news-contents .container .item:hover .text-box .angle {
    background-image: url(../img/news-angle-white.png);
    background-color: #222222;
  }
}
@media screen and (max-width: 768px) {
  .p-news .main-container .news-contents .container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
}
.p-news .main-container .news-contents .container .item::after {
  content: "";
  position: absolute;
  width: calc(100% - 5.6rem);
  height: 1px;
  background-color: #222222;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-news .main-container .news-contents .container .item::after {
    width: calc(100% - 3.2rem);
  }
}
.p-news .main-container .news-contents .container .item .date-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
.p-news .main-container .news-contents .container .item .date-tag .date {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #5A5959;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-news .main-container .news-contents .container .item .date-tag .date {
    font-size: 1.4rem;
  }
}
.p-news .main-container .news-contents .container .item .date-tag .line {
  width: 1px;
  height: 1.6rem;
  background-color: #222222;
}
.p-news .main-container .news-contents .container .item .date-tag .tag {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  padding: 0.4rem 1.6rem;
  background-color: #BC9742;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news .main-container .news-contents .container .item .text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-news .main-container .news-contents .container .item .text-box {
    margin-left: 0;
  }
}
.p-news .main-container .news-contents .container .item .text-box .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
  margin-right: 2.55rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-news .main-container .news-contents .container .item .text-box .text {
    margin-right: 0.8rem;
    font-size: 1.4rem;
  }
}
.p-news .main-container .news-contents .container .item .text-box .angle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid #222222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../img/news-angle.png);
  background-position: center;
  background-size: 1rem 0.6rem;
  background-repeat: no-repeat;
}
.p-news .main-container .news-contents .container .--hide-post {
  display: none;
}
.p-news .main-container .news-contents .more {
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: 2.4rem;
}
.p-news .main-container .news-contents .more .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #BC9742;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news .main-container .news-contents .more .angle {
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BC9742;
}
@media screen and (min-width: 960px) {
  .p-news .main-container .news-contents .more:hover {
    background-color: rgba(188, 151, 66, 0.7);
  }
  .p-news .main-container .news-contents .more:hover .text {
    color: white;
  }
  .p-news .main-container .news-contents .more:hover .angle {
    color: white;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.p-news-single .news-contents {
  width: calc(100% - 7rem);
  max-width: 95.2rem;
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .p-news-single .news-contents {
    padding-top: 6.4rem;
    padding-bottom: 2.4rem;
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-news-single .news-contents .date-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-news-single .news-contents .date-tag {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-news-single .news-contents .date-tag .date {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #5A5959;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-news-single .news-contents .date-tag .date {
    font-size: 1.4rem;
  }
}
.p-news-single .news-contents .date-tag .line {
  width: 1px;
  height: 1.6rem;
  background-color: #222222;
}
.p-news-single .news-contents .date-tag .tag {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  padding: 0.4rem 1.6rem;
  background-color: #BC9742;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news-single .news-contents .contents {
  padding-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-news-single .news-contents .contents {
    padding-top: 1.6rem;
  }
}
.p-news-single .news-contents .contents p {
  font-size: 1.6rem;
}
.p-news-single .news-contents .contents h1 {
  font-size: 3.2rem;
}
.p-news-single .news-contents .contents h2 {
  font-size: 2.56rem;
}
.p-news-single .news-contents .contents h3 {
  font-size: 2.048rem;
}
.p-news-single .news-contents .contents h4 {
  font-size: 1.92rem;
}
.p-news-single .news-contents .contents h5 {
  font-size: 1.76rem;
}
.p-news-single .news-contents .contents h6 {
  font-size: 1.68rem;
}
@media screen and (max-width: 768px) {
  .p-news-single .news-contents .contents p {
    font-size: 1.6rem;
  }
  .p-news-single .news-contents .contents h1 {
    font-size: 2.6rem;
  }
  .p-news-single .news-contents .contents h2 {
    font-size: 2.2rem;
  }
  .p-news-single .news-contents .contents h3 {
    font-size: 2rem;
  }
  .p-news-single .news-contents .contents h4 {
    font-size: 1.9rem;
  }
  .p-news-single .news-contents .contents h5 {
    font-size: 1.8rem;
  }
  .p-news-single .news-contents .contents h6 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 520px) {
  .p-news-single .news-contents .contents p {
    font-size: 1.4rem;
  }
  .p-news-single .news-contents .contents h1 {
    font-size: 2rem;
  }
  .p-news-single .news-contents .contents h2 {
    font-size: 1.9rem;
  }
  .p-news-single .news-contents .contents h3 {
    font-size: 1.8rem;
  }
  .p-news-single .news-contents .contents h4 {
    font-size: 1.7rem;
  }
  .p-news-single .news-contents .contents h5 {
    font-size: 1.6rem;
  }
  .p-news-single .news-contents .contents h6 {
    font-size: 1.5rem;
  }
}
.p-news-single .news-contents .contents h1, .p-news-single .news-contents .contents h2, .p-news-single .news-contents .contents h3, .p-news-single .news-contents .contents h4, .p-news-single .news-contents .contents h5, .p-news-single .news-contents .contents h6 {
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
}
.p-news-single .news-contents .contents p {
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.9;
}
.p-news-single .return {
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 520px) {
  .p-news-single .return {
    margin-top: 2.4rem;
  }
}
.p-news-single .return .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #BC9742;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news-single .return .angle {
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BC9742;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 960px) {
  .p-news-single .return:hover {
    background-color: rgba(188, 151, 66, 0.7);
  }
  .p-news-single .return:hover .text {
    color: white;
  }
  .p-news-single .return:hover .angle {
    color: white;
  }
}

.p-recruit {
  background-image: url(../img/scale-background-recruit.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top;
}
@media screen and (max-width: 520px) {
  .p-recruit {
    background-image: url(../img/scale-background-recruit-sp.png);
  }
}

@media screen and (max-width: 520px) {
  .p-recruit .f-sub-mv .main-mv .container .visual {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .f-sub-mv .main-mv .container .visual .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-recruit .top .container {
  width: calc(100% - 2rem);
  max-width: 101rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-bottom: 7.4rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container {
    width: 100%;
    padding-top: 6.4rem;
    padding-bottom: 1.8rem;
  }
}
.p-recruit .top .container .box {
  width: calc(100% - 1.2rem);
  margin-right: 0.3rem;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 3.35rem);
    margin-right: 0.55rem;
    margin-left: auto;
  }
}
.p-recruit .top .container .box .text-box {
  padding-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .box .text-box {
    padding-left: 0;
  }
}
.p-recruit .top .container .box .text-box .catch {
  font-size: 6.4rem;
  font-weight: 800;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .box .text-box .catch {
    font-size: 4rem;
    gap: 0.8rem;
  }
}
.p-recruit .top .container .box .text-box .catch .inner {
  padding: 0.8rem;
  background-color: white;
}
.p-recruit .top .container .box .text-box .text {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: black;
  line-height: 1.8;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .box .text-box .text {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.p-recruit .top .container .box .img-box {
  position: absolute;
  z-index: 5;
  width: 50.3006012024%;
  top: 0;
  right: 0;
  aspect-ratio: 502/368;
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .box .img-box {
    position: relative;
    width: 100%;
  }
}
.p-recruit .top .container .box .img-box .img1 {
  position: absolute;
  width: 52.7888446215%;
  aspect-ratio: 265/368;
  top: 0;
  left: 0;
}
.p-recruit .top .container .box .img-box .img2 {
  position: absolute;
  width: 31.2749003984%;
  aspect-ratio: 157/159;
  top: 1.3rem;
  right: 6.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .box .img-box .img2 {
    right: 4.5rem;
  }
}
.p-recruit .top .container .box .img-box .img3 {
  position: absolute;
  width: 42.2310756972%;
  aspect-ratio: 212/159;
  bottom: 1.1rem;
  right: 0rem;
}
.p-recruit .top .container .back-figure {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(-45deg);
          transform: scale(0.5) rotate(-45deg);
}
.p-recruit .top .container .back-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  -webkit-animation-name: topfigure-anim;
          animation-name: topfigure-anim;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .back-figure img {
    width: calc(100% + 6rem);
    left: -1.7rem;
  }
}
@-webkit-keyframes topfigure-anim {
  0% {
    -webkit-transform: translateY(2.5%);
            transform: translateY(2.5%);
  }
  50% {
    -webkit-transform: translateY(-2.5%);
            transform: translateY(-2.5%);
  }
  100% {
    -webkit-transform: translateY(2.5%);
            transform: translateY(2.5%);
  }
}
@keyframes topfigure-anim {
  0% {
    -webkit-transform: translateY(2.5%);
            transform: translateY(2.5%);
  }
  50% {
    -webkit-transform: translateY(-2.5%);
            transform: translateY(-2.5%);
  }
  100% {
    -webkit-transform: translateY(2.5%);
            transform: translateY(2.5%);
  }
}
.p-recruit .top .container .back-figure-arrow1 {
  position: absolute;
  width: 6rem;
  height: 35.8rem;
  left: 0.9rem;
  bottom: -12.8rem;
  z-index: 5;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .back-figure-arrow1 {
    display: none;
  }
}
.p-recruit .top .container .back-figure-arrow2 {
  position: absolute;
  width: 6rem;
  height: 35.8rem;
  right: 0rem;
  top: 1.8rem;
  z-index: 5;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .p-recruit .top .container .back-figure-arrow2 {
    top: 2rem;
  }
}
.p-recruit .main-contents {
  position: relative;
}
.p-recruit .main-contents .side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 100%;
  top: 0;
  left: clamp(2rem, 50% - 55rem, 100% - 7rem);
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .p-recruit .main-contents .side {
    display: none;
  }
}
.p-recruit .main-contents .side .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 39rem);
}
.p-recruit .main-contents .side .box .btn {
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit .main-contents .side .box .btn .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit .main-contents .side .box .btn .angle {
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #BC9742;
}
@media screen and (min-width: 960px) {
  .p-recruit .main-contents .side .box .btn:hover {
    background-color: rgba(188, 151, 66, 0.7);
  }
  .p-recruit .main-contents .side .box .btn:hover .text {
    color: white;
  }
  .p-recruit .main-contents .side .box .btn:hover .angle {
    color: white;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.p-recruit .main-contents .side .box .active {
  background-color: rgba(188, 151, 66, 0.7);
}
.p-recruit .main-contents .side .box .active .text {
  color: white;
}
.p-recruit .main-contents .side .box .active .angle {
  color: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-recruit .main-contents .side .box .--entry-color {
  background-color: #BC9742;
}
.p-recruit .main-contents .side .box .--entry-color .text {
  color: white;
}
.p-recruit .main-contents .side .box .--entry-color .angle {
  color: white;
}
.p-recruit .main-contents .contents {
  position: relative;
  z-index: 5;
}
.p-recruit .main-contents .contents .message {
  max-width: 69.5rem;
  width: calc(100% - 7rem);
  margin: 0 auto;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-recruit .main-contents .contents .message .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit .main-contents .contents .message .title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-recruit .main-contents .contents .message .title-box .num {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .title-box .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .message .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .title-box .title {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .message .contents-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .contents-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}
.p-recruit .main-contents .contents .message .contents-box .text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .contents-box .text-box {
    padding-right: 1.6rem;
  }
}
.p-recruit .main-contents .contents .message .contents-box .text-box .name {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .contents-box .text-box .name {
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .message .contents-box .text-box .name .en {
  margin-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #BC9742;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .contents-box .text-box .name .en {
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .message .contents-box .text-box .occ {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .contents-box .text-box .occ {
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .message .contents-box .text-box .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .contents-box .text-box .text {
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .message .contents-box .img {
  width: 26.4rem;
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .message .contents-box .img {
    margin: 0 auto;
    margin-top: 0;
    width: calc(100% - 4.3rem);
  }
}
.p-recruit .main-contents .contents .data {
  max-width: 69.5rem;
  width: calc(100% - 7rem);
  margin: 0 auto;
  margin-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data {
    margin-right: 2.3rem;
    margin-left: auto;
    margin-top: 6.4rem;
  }
}
.p-recruit .main-contents .contents .data .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit .main-contents .contents .data .title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-recruit .main-contents .contents .data .title-box .num {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .title-box .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .data .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .title-box .title {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box {
    margin-top: 2.4rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-lg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #222222;
  background-color: white;
}
.p-recruit .main-contents .contents .data .contents-box .item-lg .title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  padding: 0.8rem 1.6rem;
  border-radius: 3.2rem;
  border: 1px solid #BC9742;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-lg .title {
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-lg .item-block {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
.p-recruit .main-contents .contents .data .contents-box .item-lg .item-block .inner {
  width: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-recruit .main-contents .contents .data .contents-box .item-lg .item-block .inner .icon {
  height: 6rem;
}
.p-recruit .main-contents .contents .data .contents-box .item-lg .item-block .inner .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recruit .main-contents .contents .data .contents-box .item-lg .item-block .inner .sex {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-lg .item-block .inner .sex {
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-lg .item-block .inner .value {
  font-size: 8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  line-height: 1;
}
.p-recruit .main-contents .contents .data .contents-box .item-lg .item-block .inner .value .unit {
  font-size: 3.2rem;
}
.p-recruit .main-contents .contents .data .contents-box .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 0.8rem) / 2);
  border: 1px solid #222222;
  background-color: white;
}
.p-recruit .main-contents .contents .data .contents-box .item .title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  padding: 0.8rem 1.6rem;
  border-radius: 3.2rem;
  border: 1px solid #BC9742;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item .title {
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item .value {
  font-size: 8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item .value {
    font-size: 6.4rem;
    line-height: 0.5;
    margin-top: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item .value .unit {
  font-size: 3.2rem;
  font-family: "Jersey 10", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item .value .unit {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item .value .--ff-zen {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item .value .--ff-zen {
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 0.8rem) / 2);
  border: 1px solid #222222;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid {
    width: 100%;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  padding: 0.8rem 1.6rem;
  border-radius: 3.2rem;
  border: 1px solid #BC9742;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid .title {
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .icon {
  margin: auto;
  margin-top: 2.4rem;
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .--speed {
  width: 8.18rem;
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .--handan {
  width: 25.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid .--handan {
    width: 19.2rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .--hometown {
  width: 7.4rem;
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .--client {
  width: 6rem;
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .value {
  font-size: 8rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid .value {
    font-size: 6.4rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .value .unit {
  font-size: 3.2rem;
  font-family: "Jersey 10", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid .value .unit {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .value .--ff-zen {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid .value .--ff-zen {
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .value .unit-mid {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid .value .unit-mid {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .value .--sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid .value .--sm {
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .data .contents-box .item-mid .--ff-zen-value {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 4.8rem;
  margin-top: 2.4rem;
  line-height: 0.8;
  margin-bottom: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .data .contents-box .item-mid .--ff-zen-value {
    font-size: 4rem;
  }
}
.p-recruit .main-contents .contents .interview {
  background-color: white;
  border-radius: 2.4rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  background-image: url(../img/recruit-interview-back.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview {
    padding-bottom: 2rem;
    background-image: url(../img/recruit-interview-back-sp.png);
  }
}
.p-recruit .main-contents .contents .interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  border-top: 1px solid #BC9742;
  border-left: 1px solid #BC9742;
  border-right: 1px solid #BC9742;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview::before {
    height: 2rem;
  }
}
.p-recruit .main-contents .contents .interview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  border-bottom: 1px solid #BC9742;
  border-left: 1px solid #BC9742;
  border-right: 1px solid #BC9742;
  border-bottom-left-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview::after {
    height: 2rem;
  }
}
.p-recruit .main-contents .contents .interview .container {
  width: calc((100vw + 695px) / 2);
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .container {
    width: calc(100% - 4.7rem);
    margin-left: 4.7rem;
  }
}
.p-recruit .main-contents .contents .interview .container .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 69.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .container .title-box {
    width: calc(100% - 2.3rem);
  }
}
.p-recruit .main-contents .contents .interview .container .title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-recruit .main-contents .contents .interview .container .title-box .num {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .container .title-box .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .interview .container .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .container .title-box .title {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .interview .swiper-box {
  width: calc((100vw + 695px) / 2);
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper-box {
    width: 100%;
  }
}
.p-recruit .main-contents .contents .interview .swiper {
  overflow: visible;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper {
    margin-top: 2.4rem;
  }
}
.p-recruit .main-contents .contents .interview .swiper .btn-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 7.5rem;
  height: 3.2rem;
  left: 61.3rem;
  top: -8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .btn-box {
    top: -5.6rem;
    left: unset;
    right: 2.3rem;
  }
}
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-prev,
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-next {
  all: unset;
}
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-prev .swiper-navigation-icon,
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-prev::after,
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-next::after {
  all: unset;
}
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-prev {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #222222;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-prev img {
  width: 1.333rem;
  height: 0.8rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #222222;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-next img {
  width: 1.333rem;
  height: 0.8rem;
}
.p-recruit .main-contents .contents .interview .swiper .btn-box .swiper-button-disabled {
  opacity: 0.5;
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide {
  width: 69.5rem;
  height: auto;
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide:nth-last-child(1) {
  padding-right: calc((100vw - 695px) / 2);
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide:nth-last-child(1) {
    padding-right: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide {
    width: 29rem;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem;
  background-color: white;
  border-radius: 0.8rem;
  border: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item {
    padding: 0.8rem;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box {
  width: 100%;
  aspect-ratio: 659/330;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box {
    aspect-ratio: 272.24/150;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text {
  position: absolute;
  left: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text {
    gap: 0.2rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text .inner {
  background-color: white;
  width: 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text .inner {
    width: 1.6rem;
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text .--first {
  margin-top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text .--first {
    margin-top: 0.8rem;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text .--second {
  margin-top: 0rem;
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text .--second-sp {
  margin-top: 1.6rem;
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text .--second2-sp {
  margin-top: 4rem;
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .img-text .--third {
  margin-top: 9.1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .sp-none {
    display: none;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .sp-use {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .img-box .sp-use {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .text {
  padding-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .text {
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .text .lg {
  font-weight: bold;
}
.p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .info {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .interview .swiper .swiper-wrapper .swiper-slide .item .info {
    padding: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .sticky-box {
  position: relative;
}
.p-recruit .main-contents .contents .career {
  position: -webkit-sticky;
  position: sticky;
  top: calc(40% - 37.05rem);
  padding-top: 8rem;
  padding-bottom: 8rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career {
    top: 1.6rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-recruit .main-contents .contents .career .container {
  width: calc((100vw + 695px) / 2);
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container {
    width: calc(100% - 4.7rem);
    margin-left: 4.7rem;
  }
}
.p-recruit .main-contents .contents .career .container .above {
  width: 69.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .above {
    width: calc(100% - 2.3rem);
  }
}
.p-recruit .main-contents .contents .career .container .above .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit .main-contents .contents .career .container .above .title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-recruit .main-contents .contents .career .container .above .title-box .num {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .above .title-box .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .career .container .above .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .above .title-box .title {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .career .container .above .text-belt {
  padding-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1.6rem;
  margin-right: auto;
  margin-top: 4rem;
  padding: 0.8rem 1.6rem;
  background-color: white;
  border: 1px solid #222222;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .above .text-belt {
    margin: 0 auto;
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .career .container .above .text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.6rem;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .above .text {
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .career .container .slide-box {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .slide-box {
    margin-top: 2.4rem;
  }
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: calc((100vw - 695px) / 2);
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .slide-box .slide-frame {
    padding-right: 2.3rem;
    gap: 0.8rem;
  }
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item {
  width: 46.4rem;
  background-color: #F1F1F1;
  border: 1px solid #222222;
  border-radius: 0.8rem;
  padding: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item {
    width: 32rem;
    padding: 1.6rem;
  }
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item:nth-child(1) {
  background-color: #F4EAD1;
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item:nth-child(2) {
  background-color: #FBE8BA;
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item:nth-child(3) {
  background-color: #EFD8A1;
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item:nth-child(4) {
  background-color: #E4CB8F;
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item .year {
  margin-left: 1.6rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid #BC9742;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item .year {
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item .title {
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 1.6rem;
  padding: 0 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item .text {
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item .arrow-text {
  padding: 3.4rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: white;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.4rem;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .career .container .slide-box .slide-frame .item .arrow-text {
    padding: 3rem 0;
    padding-left: unset;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .--hide-career-above .container .above {
  opacity: 0;
}
.p-recruit .main-contents .contents .flow {
  background-image: url(../img/recruit-flow-back.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  padding-top: 10.4rem;
  padding-bottom: 10.4rem;
  width: calc(100% - 7rem);
  max-width: 100rem;
  margin: 0 auto;
  padding: 8rem 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow {
    background-image: url(../img/recruit-flow-back-sp.png);
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.p-recruit .main-contents .contents .flow .container {
  max-width: 69.5rem;
  width: 100%;
  margin: 0 auto;
}
.p-recruit .main-contents .contents .flow .container .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit .main-contents .contents .flow .container .title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-recruit .main-contents .contents .flow .container .title-box .num {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .title-box .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .flow .container .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .title-box .title {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .flow .container .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.35rem;
  padding-right: 2.35rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .btn-box {
    gap: 0.8rem;
    margin-top: 2.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-recruit .main-contents .contents .flow .container .btn-box .inner {
  width: calc((100% - 1.6rem) / 2);
  height: 5.2rem;
  border-radius: 7.2rem;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-recruit .main-contents .contents .flow .container .btn-box .inner:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .btn-box .inner {
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .flow .container .btn-box .--new {
  background-color: #D9B45F;
}
.p-recruit .main-contents .contents .flow .container .btn-box .--mid {
  background-color: #BC9742;
}
.p-recruit .main-contents .contents .flow .container .btn-box .active {
  opacity: 1;
}
.p-recruit .main-contents .contents .flow .container .contents-box {
  margin-top: 4rem;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box {
    margin-top: 2.4rem;
    padding: 0 1.6rem;
  }
}
.p-recruit .main-contents .contents .flow .container .contents-box [data-flownew] {
  display: block;
}
.p-recruit .main-contents .contents .flow .container .contents-box [data-flowmid] {
  display: none;
}
.p-recruit .main-contents .contents .flow .container .contents-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box .item {
    gap: 3.3rem;
  }
}
.p-recruit .main-contents .contents .flow .container .contents-box .item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box .item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }
}
.p-recruit .main-contents .contents .flow .container .contents-box .item .inner .item-title {
  width: 17.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  padding: 0.8rem 0rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  text-align: center;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box .item .inner .item-title {
    font-size: 1.6rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-recruit .main-contents .contents .flow .container .contents-box .item .inner .item-title .--thin {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box .item .inner .item-title .--thin {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box .item .inner .item-title br {
    display: none;
  }
}
.p-recruit .main-contents .contents .flow .container .contents-box .item .inner .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box .item .inner .item-text {
    font-size: 1.4rem;
  }
}
.p-recruit .main-contents .contents .flow .container .contents-box .item .arrow {
  height: calc(100% - 12.8rem);
  position: absolute;
  z-index: 5;
  left: 7.9rem;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box .item .arrow {
    display: none;
  }
}
.p-recruit .main-contents .contents .flow .container .contents-box .item .arrow img {
  height: 0%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.p-recruit .main-contents .contents .flow .container .contents-box .item .sp-arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .flow .container .contents-box .item .sp-arrow {
    display: block;
    position: absolute;
    bottom: -2.5rem;
    height: 1.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .p-recruit .main-contents .contents .flow .container .contents-box .item .sp-arrow img {
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}
.p-recruit .main-contents .contents .job {
  padding-top: 8rem;
  padding-bottom: 12rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-recruit .main-contents .contents .job .container {
  max-width: 69.5rem;
  width: calc(100% - 7rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-recruit .main-contents .contents .job .container .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-recruit .main-contents .contents .job .container .title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-recruit .main-contents .contents .job .container .title-box .num {
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job .container .title-box .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.p-recruit .main-contents .contents .job .container .title-box .title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job .container .title-box .title {
    font-size: 2.4rem;
  }
}
.p-recruit .main-contents .contents .job .container .contents-box {
  width: 100%;
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job .container .contents-box {
    margin-top: 2.4rem;
  }
}
.p-recruit .main-contents .contents .job .container .contents-box .block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
}
.p-recruit .main-contents .contents .job .container .contents-box .block .title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  color: #222222;
  background-color: white;
  padding: 0.8rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #222222;
  gap: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job .container .contents-box .block .title {
    font-size: 1.6rem;
  }
}
.p-recruit .main-contents .contents .job .container .contents-box .block .title .angle {
  font-size: 1rem;
  color: #BC9742;
}
.p-recruit .main-contents .contents .job .container .contents-box .block .--close {
  border-bottom: unset;
}
.p-recruit .main-contents .contents .job .container .contents-box .block .block-container {
  overflow: hidden;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit .main-contents .contents .job .container .contents-box .block .block-inner {
  padding-top: 3.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job .container .contents-box .block .block-inner {
    padding-top: 2.4rem;
  }
}
.p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.6rem;
    gap: 1.6rem;
  }
}
.p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item .name {
  width: 12.8rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  background-color: white;
  border: 1px solid #222222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item .name {
    font-size: 1.4rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item .name {
    width: 100%;
  }
}
.p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item .text {
    font-size: 1.4rem;
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item:nth-last-child(1) {
    margin-bottom: 4rem;
  }
}
.p-recruit .main-contents .contents .job .container .contents-box .block .block-inner .item:nth-last-child(1)::after {
  display: none;
}
.p-recruit .main-contents .contents .entry {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 19rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry {
    padding-bottom: 6.4rem;
  }
}
.p-recruit .main-contents .contents .entry .back-figure {
  position: absolute;
  width: 100%;
  top: 6.2rem;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(-45deg);
          transform: scale(0.5) rotate(-45deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .back-figure {
    top: 0.59rem;
  }
}
.p-recruit .main-contents .contents .entry .back-figure img {
  -webkit-animation-name: companyfigure-anim;
          animation-name: companyfigure-anim;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@keyframes companyfigure-anim {
  0% {
    -webkit-transform: translateY(1.5%);
            transform: translateY(1.5%);
  }
  50% {
    -webkit-transform: translateY(-1.5%);
            transform: translateY(-1.5%);
  }
  100% {
    -webkit-transform: translateY(1.5%);
            transform: translateY(1.5%);
  }
}
.p-recruit .main-contents .contents .entry .container {
  width: calc(100% - 8.4rem);
  height: 88rem;
  max-width: 90rem;
  margin-right: 11.40625%;
  margin-left: auto;
  position: relative;
  padding-top: 9.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container {
    padding-top: 4.1rem;
    margin-right: 3.667rem;
    height: clamp(38.6rem, 98.9743589744vw, 98.9743589744vw);
  }
}
.p-recruit .main-contents .contents .entry .container .catch {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 6.4rem;
  font-weight: 800;
  font-family: "Shippori Mincho B1", serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.11em;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .catch {
    font-size: 2.4rem;
    gap: 0.4rem;
    right: 0.8rem;
  }
}
.p-recruit .main-contents .contents .entry .container .catch .inner {
  background-color: white;
  padding: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .catch .inner {
    padding: 0.29rem;
  }
}
.p-recruit .main-contents .contents .entry .container .imgbox {
  width: 100%;
  aspect-ratio: 86/70.8;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .imgbox {
    aspect-ratio: 310.33/264.72;
  }
}
.p-recruit .main-contents .contents .entry .container .imgbox .img1 {
  position: absolute;
  width: 96.0465116279%;
  top: 0;
  left: 0.8rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .imgbox .img1 {
    width: 100%;
  }
}
.p-recruit .main-contents .contents .entry .container .imgbox .img2 {
  position: absolute;
  width: 54.3023255814%;
  bottom: 0rem;
  left: 0rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .imgbox .img2 {
    width: 53.236876873%;
  }
}
.p-recruit .main-contents .contents .entry .container .imgbox .img3 {
  position: absolute;
  width: 51.6279069767%;
  bottom: 5.5rem;
  right: 0rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .imgbox .img3 {
    width: 55.9952308833%;
    bottom: 2rem;
    right: 1.4rem;
  }
}
.p-recruit .main-contents .contents .entry .container .link-btn {
  width: 36.4rem;
  height: 9.1rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7rem;
  border-radius: 5.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  right: 18.4rem;
  bottom: 1.9rem;
  z-index: 15;
}
@media screen and (min-width: 960px) {
  .p-recruit .main-contents .contents .entry .container .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-recruit .main-contents .contents .entry .container .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-recruit .main-contents .contents .entry .container .link-btn:hover .btn-text {
    color: white;
  }
  .p-recruit .main-contents .contents .entry .container .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .link-btn {
    margin-top: 0;
    width: 31.2rem;
    height: 7.6rem;
    gap: 1.4rem;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.p-recruit .main-contents .contents .entry .container .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 34.6rem;
  height: 7.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6.8rem;
  border: 0.214rem solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .link-btn::after {
    width: 29.5rem;
    height: 6rem;
  }
}
.p-recruit .main-contents .contents .entry .container .link-btn .btn-text {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Jersey 10", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .link-btn .btn-text {
    font-size: 3.2rem;
  }
}
.p-recruit .main-contents .contents .entry .container .link-btn .angle {
  width: 2.141rem;
  height: 1.285rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-recruit .main-contents .contents .entry .container .link-btn .angle {
    width: 1.824rem;
    height: 1.094rem;
  }
}

.p-contact .contact {
  padding-top: 8rem;
  padding-bottom: 10rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .contact {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-contact .contact .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-contact .contact .container .top-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
}
.p-contact .contact .container .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form {
    margin-top: 4.2rem;
  }
}
.p-contact .contact .container .form .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.4rem;
}
.p-contact .contact .container .form .item:nth-child(1) {
  margin-top: 0;
}
.p-contact .contact .container .form .item .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .item .title {
    font-size: 1.4rem;
  }
}
.p-contact .contact .container .form .item .title .req {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 2;
  letter-spacing: 0.02em;
  background-color: #CF0100;
  padding: 0 1rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .item .title .req {
    font-size: 1rem;
  }
}
.p-contact .contact .container .form .item .title .note {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #707070;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .item .title .note {
    font-size: 1.2rem;
  }
}
.p-contact .contact .container .form .item .input {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1.4rem 2.2rem;
  background-color: #F9F9F9;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .item .input {
    font-size: 1.4rem;
    padding: 1.6rem 2.2rem;
  }
}
.p-contact .contact .container .form .item .input::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .item .input::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .item .input:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .item .input::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .item .input::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .item .input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact .contact .container .form .item .input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-contact .contact .container .form .item .input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact .contact .container .form .item .input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-contact .contact .container .form .item .input::placeholder {
    font-size: 1.4rem;
  }
}
.p-contact .contact .container .form .item .textarea {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1.4rem 2.2rem;
  background-color: #F9F9F9;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.8rem;
  height: 30rem;
}
.p-contact .contact .container .form .item .textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .item .textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .item .textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .item .textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .item .textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-contact .contact .container .form .file-item {
  margin-top: 2.4rem;
  width: 100%;
}
.p-contact .contact .container .form .file-item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.4rem;
}
.p-contact .contact .container .form .file-item .title .inner-lg {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .title .inner-lg {
    font-size: 1.4rem;
  }
}
.p-contact .contact .container .form .file-item .title .inner-sm {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #707070;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .title .inner-sm {
    font-size: 1.1rem;
  }
}
.p-contact .contact .container .form .file-item .file-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3rem;
  width: 100%;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-drop {
  min-height: 14.8rem;
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box .file-drop {
    min-height: unset;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
  width: 100%;
  height: 14.8rem;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  min-height: 14.8rem;
  width: 100%;
  background-color: #F8FDFF;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1.5px dotted #17A55F;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
    display: none;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  display: none;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  width: 5.1rem;
  height: 4.2rem;
  position: absolute;
  top: 3.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  background-image: url(../img/contact-file-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  bottom: 2.7rem;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-dragover {
  background-color: #17A55F;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-dragover .codedropz-upload-container .codedropz-upload-inner h3 {
  color: white;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-dragover .codedropz-upload-container .codedropz-upload-inner span {
  background-image: url(../img/contact-file-icon-white.png);
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status {
  padding-top: 0.8rem;
  padding-bottom: 0;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status:nth-child(3) {
  padding-top: 1.2rem;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  display: none;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  padding-left: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
  padding: 0;
  padding-right: 1.3rem;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
    font-size: 1.2rem;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
    font-size: 1.2rem;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
  position: relative;
  top: unset;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
  all: unset;
  display: block;
  width: 8.229rem;
  height: 3.1rem;
  background-image: url(../img/contact-delete-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove:hover {
    opacity: 0.7;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: none;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .has-error {
  width: 100%;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .file-drop-field {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .contact .container .form .file-item .file-box .file-drop .icon {
  width: 5.1rem;
  height: 4.2rem;
  position: absolute;
  top: 3.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  background-image: url(../img/contact-file-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box .file-drop .icon {
    display: none;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-drop .file-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  bottom: 2.7rem;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .contact .container .form .file-item .file-box .dragover {
  background-color: #17A55F;
}
.p-contact .contact .container .form .file-item .file-box .dragover .icon {
  background-image: url(../img/contact-file-icon-white.png);
}
.p-contact .contact .container .form .file-item .file-box .dragover .file-text {
  color: white;
}
.p-contact .contact .container .form .file-item .file-box .file-select {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box .file-select {
    width: 100%;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-select .file {
  display: none;
}
.p-contact .contact .container .form .file-item .file-box .file-select .file-select-text {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 2;
  letter-spacing: 0.02em;
  border: 1px solid #17A55F;
  padding: 0.45rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box .file-select .file-select-text {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-contact .contact .container .form .file-item .file-box .file-select .file-select-text::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/contact-file-plus-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1rem;
  }
}
.p-contact .contact .container .form .file-item .file-box .file-select .file-select-text::before {
  content: "またはファイルを選択";
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-box .file-select .file-select-text::before {
    content: "ファイルを選択";
  }
}
.p-contact .contact .container .form .file-item .file-name-box {
  width: 100%;
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
}
.p-contact .contact .container .form .file-item .file-name-box .file-name-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.3rem;
}
.p-contact .contact .container .form .file-item .file-name-box .file-name-item .file-name {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-name-box .file-name-item .file-name {
    font-size: 1.2rem;
  }
}
.p-contact .contact .container .form .file-item .file-name-box .file-name-item .reject {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #B5B5B5;
  padding: 0.9rem 1rem;
  border-radius: 0.3rem;
  border: 1px solid #9C9C9C;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .p-contact .contact .container .form .file-item .file-name-box .file-name-item .reject:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .file-item .file-name-box .file-name-item .reject {
    font-size: 1rem;
  }
}
.p-contact .contact .container .form .file-item .file-name-box .file-name-item .reject .fa-xmark {
  margin-left: 0.5rem;
}
.p-contact .contact .container .form .privacy-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 51rem;
  margin: 0 auto;
  margin-top: 4rem;
}
.p-contact .contact .container .form .privacy-box .privacy-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-contact .contact .container .form .privacy-box .privacy-item .wpcf7-list-item {
  margin-left: 0;
}
.p-contact .contact .container .form .privacy-box .privacy-item .check-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-left: 1rem;
  margin-right: 1.4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact .contact .container .form .privacy-box .privacy-item .check-text .link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
}
.p-contact .contact .container .form .privacy-box .privacy-item .req {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 2;
  letter-spacing: 0.02em;
  background-color: #CF0100;
  padding: 0 1rem;
  border-radius: 0.3rem;
}
.p-contact .contact .container .form .privacy-box .privacy-item .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #B5B5B5;
  border-radius: 2px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .contact .container .form .privacy-box .privacy-item .checkbox:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1px;
  background-color: transparent;
}
.p-contact .contact .container .form .privacy-box .privacy-item .checkbox:checked::after {
  background-color: #17A55F;
}
.p-contact .contact .container .form .privacy-box .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .privacy-box .text {
    font-size: 1.4rem;
  }
}
.p-contact .contact .container .form .privacy-box .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .privacy-box .link-btn {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-contact .contact .container .form .privacy-box .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-contact .contact .container .form .privacy-box .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-contact .contact .container .form .privacy-box .link-btn:hover .btn-text {
    color: white;
  }
  .p-contact .contact .container .form .privacy-box .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .privacy-box .link-btn {
    margin-top: 3.2rem;
  }
}
.p-contact .contact .container .form .privacy-box .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .contact .container .form .privacy-box .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .container .form .privacy-box .link-btn .btn-text {
    font-size: 1.4rem;
  }
}
.p-contact .contact .container .form .privacy-box .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .contact .validate-text {
  display: none;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: red;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact .validate-text {
    font-size: 1rem;
  }
}
.p-contact .contact .validate-btn {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: red;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 auto;
  margin-top: 0.8rem;
  display: none;
}
.p-contact .contact .--active-validate {
  display: block;
}
.p-contact .contact .--active-validate-btn {
  display: block;
}
.p-contact .contact .wpcf7-list-item-label {
  display: none !important;
}
.p-contact .contact .wpcf7-not-valid-tip {
  display: none !important;
}
.p-contact .confirm {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-contact .confirm .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-contact .confirm .container .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .title {
    font-size: 2rem;
    padding-bottom: 1.8rem;
  }
}
.p-contact .confirm .container .box {
  background-color: white;
  padding: 1rem;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
  padding-bottom: 4rem;
  border-radius: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.p-contact .confirm .container .box .box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .confirm .container .box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box .item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact .confirm .container .box .item:first-child {
  margin-top: 0;
}
.p-contact .confirm .container .box .item .item-title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 18.4rem;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box .item .item-title {
    font-size: 1.4rem;
  }
}
.p-contact .confirm .container .box .item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box .item .item-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box .item .item-text br {
    display: none;
  }
}
.p-contact .confirm .container .box .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box .link-btn {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-contact .confirm .container .box .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-contact .confirm .container .box .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-contact .confirm .container .box .link-btn:hover .btn-text {
    color: white;
  }
  .p-contact .confirm .container .box .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box .link-btn {
    margin-top: 3.2rem;
  }
}
.p-contact .confirm .container .box .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .confirm .container .box .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box .link-btn .btn-text {
    font-size: 1.4rem;
  }
}
.p-contact .confirm .container .box .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .confirm .container .box .fix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #222222;
  margin: 0 auto;
  margin-top: 3.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .p-contact .confirm .container .box .fix:hover {
    opacity: 0.7;
  }
}
.p-contact .confirm .container .box .fix .btn-text {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact .confirm .container .box .fix .btn-text {
    font-size: 1.6rem;
  }
}
.p-contact .confirm .container .box .fix .angle {
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/confirm-angle-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
}
.p-contact .thanks {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-contact .thanks .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-contact .thanks .container .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container .title {
    font-size: 2rem;
    padding-bottom: 2.4rem;
    padding-right: 1rem;
  }
}
.p-contact .thanks .container .top-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  margin-top: 3.2rem;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container .top-text {
    font-size: 1.3rem;
    line-height: 2.4615384615;
  }
}
.p-contact .thanks .container .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem 2.8rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container .box {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-contact .thanks .container .box .box-top {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container .box .box-top {
    font-size: 1.6rem;
  }
}
.p-contact .thanks .container .box .box-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container .box .box-text {
    font-size: 1.3rem;
  }
}
.p-contact .thanks .container .box .box-text .re-contact {
  color: #17A55F;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  -webkit-text-decoration-color: #17A55F;
          text-decoration-color: #17A55F;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-contact .thanks .container .box .box-text .re-contact:hover {
    opacity: 0.7;
  }
}
.p-contact .thanks .container .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container .link-btn {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-contact .thanks .container .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-contact .thanks .container .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-contact .thanks .container .link-btn:hover .btn-text {
    color: white;
  }
  .p-contact .thanks .container .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container .link-btn {
    margin-top: 3.2rem;
  }
}
.p-contact .thanks .container .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contact .thanks .container .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks .container .link-btn .btn-text {
    font-size: 1.4rem;
  }
}
.p-contact .thanks .container .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-privacy-policy .privacy-policy {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-privacy-policy .privacy-policy .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-privacy-policy .privacy-policy .container .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .title {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.p-privacy-policy .privacy-policy .container .box {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
.p-privacy-policy .privacy-policy .container .box .item-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 1;
  letter-spacing: 0.15rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .box .item-title {
    font-size: 1.5rem;
  }
}
.p-privacy-policy .privacy-policy .container .box .item-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .box .item-text {
    font-size: 1.3rem;
  }
}
.p-privacy-policy .privacy-policy .container .box .item-list-num {
  list-style-type: decimal;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.14rem;
  padding-left: 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .box .item-list-num {
    font-size: 1.3rem;
  }
}
.p-privacy-policy .privacy-policy .container .box .item-list-alpha {
  list-style-type: lower-alpha;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.14rem;
  padding-left: 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .box .item-list-alpha {
    font-size: 1.3rem;
  }
}
.p-privacy-policy .privacy-policy .container .box .item-list-uk {
  list-style-type: lower-roman;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.14rem;
  padding-left: 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .box .item-list-uk {
    font-size: 1.3rem;
  }
}
.p-privacy-policy .privacy-policy .container .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .link-btn {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-privacy-policy .privacy-policy .container .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-privacy-policy .privacy-policy .container .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-privacy-policy .privacy-policy .container .link-btn:hover .btn-text {
    color: white;
  }
  .p-privacy-policy .privacy-policy .container .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .link-btn {
    margin-top: 3.2rem;
  }
}
.p-privacy-policy .privacy-policy .container .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-privacy-policy .privacy-policy .container .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .privacy-policy .container .link-btn .btn-text {
    font-size: 1.4rem;
  }
}
.p-privacy-policy .privacy-policy .container .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-not-found .not-found {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-not-found .not-found {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-not-found .not-found .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-not-found .not-found .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-not-found .not-found .container .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-not-found .not-found .container .title {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.p-not-found .not-found .container .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.14rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-not-found .not-found .container .text {
    font-size: 1.3rem;
  }
}
.p-not-found .not-found .container .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-not-found .not-found .container .link-btn {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-not-found .not-found .container .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-not-found .not-found .container .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-not-found .not-found .container .link-btn:hover .btn-text {
    color: white;
  }
  .p-not-found .not-found .container .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-not-found .not-found .container .link-btn {
    margin-top: 3.2rem;
  }
}
.p-not-found .not-found .container .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-not-found .not-found .container .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-not-found .not-found .container .link-btn .btn-text {
    font-size: 1.4rem;
  }
}
.p-not-found .not-found .container .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-entry .entry {
  padding-top: 8rem;
  padding-bottom: 10rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-entry .entry {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-entry .entry [data-newform] {
  display: block;
}
.p-entry .entry [data-midform] {
  display: none;
}
.p-entry .entry [data-newconfirm] {
  display: none;
}
.p-entry .entry [data-midconfirm] {
  display: none;
}
.p-entry .entry .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-entry .entry .container .top-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
}
.p-entry .entry .container .change-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  margin-top: 4rem;
  border-bottom: 1px solid #BC9742;
}
.p-entry .entry .container .change-btn-box .change-btn {
  width: calc((100% - 2.4rem) / 2);
  height: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F9F9F9;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-bottom: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #BC9742;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
}
.p-entry .entry .container .change-btn-box .--active-btn {
  background-color: #BC9742;
  color: white;
}
.p-entry .entry .container .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form {
    margin-top: 4.2rem;
  }
}
.p-entry .entry .container .form .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.4rem;
}
.p-entry .entry .container .form .item:nth-child(1) {
  margin-top: 0;
}
.p-entry .entry .container .form .item .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .item .title {
    font-size: 1.4rem;
  }
}
.p-entry .entry .container .form .item .title .req {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 2;
  letter-spacing: 0.02em;
  background-color: #CF0100;
  padding: 0 1rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .item .title .req {
    font-size: 1rem;
  }
}
.p-entry .entry .container .form .item .title .option {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 2;
  letter-spacing: 0.02em;
  background-color: #878787;
  padding: 0 1rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .item .title .option {
    font-size: 1rem;
  }
}
.p-entry .entry .container .form .item .title .note {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #707070;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .item .title .note {
    font-size: 1.2rem;
  }
}
.p-entry .entry .container .form .item .input {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1.4rem 2.2rem;
  background-color: #F9F9F9;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .item .input {
    font-size: 1.4rem;
    padding: 1.6rem 2.2rem;
  }
}
.p-entry .entry .container .form .item .input::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .item .input::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .item .input:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .item .input::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .item .input::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .item .input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .p-entry .entry .container .form .item .input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-entry .entry .container .form .item .input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-entry .entry .container .form .item .input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-entry .entry .container .form .item .input::placeholder {
    font-size: 1.4rem;
  }
}
.p-entry .entry .container .form .item .textarea {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1.4rem 2.2rem;
  background-color: #F9F9F9;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.8rem;
  height: 30rem;
}
.p-entry .entry .container .form .item .textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .item .textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .item .textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .item .textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .item .textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #B5B5B5;
}
.p-entry .entry .container .form .birth-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.4rem;
}
.p-entry .entry .container .form .birth-item .title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .birth-item .title {
    font-size: 1.4rem;
  }
}
.p-entry .entry .container .form .birth-item .title .req {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 2;
  letter-spacing: 0.02em;
  background-color: #CF0100;
  padding: 0 1rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .birth-item .title .req {
    font-size: 1rem;
  }
}
.p-entry .entry .container .form .birth-item .title .note {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #707070;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .birth-item .title .note {
    font-size: 1.2rem;
  }
}
.p-entry .entry .container .form .birth-item .birth-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0.8rem;
}
.p-entry .entry .container .form .birth-item .birth-box .select-wrap {
  position: relative;
}
.p-entry .entry .container .form .birth-item .birth-box .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.299rem;
  height: 1.55rem;
  background-image: url(../img/contact-select-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.p-entry .entry .container .form .birth-item .birth-box .select-date {
  margin-right: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1.4rem 2.2rem;
  background-color: #F9F9F9;
  width: 13.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BC9742;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .birth-item .birth-box .select-date {
    font-size: 1.4rem;
    padding: 1.6rem 2.2rem;
    width: 8rem;
  }
}
@media screen and (max-width: 390px) {
  .p-entry .entry .container .form .birth-item .birth-box .select-date {
    width: 20.5128205128vw;
    padding-left: 1rem;
    margin-right: 2.0512820513vw;
  }
}
.p-entry .entry .container .form .birth-item .birth-box .unit {
  margin-right: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .birth-item .birth-box .unit {
    font-size: 1.4rem;
    margin-right: 0.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 390px) {
  .p-entry .entry .container .form .birth-item .birth-box .unit {
    margin-right: 2.0512820513vw;
  }
}
.p-entry .entry .container .form .file-item {
  margin-top: 2.4rem;
  width: 100%;
}
.p-entry .entry .container .form .file-item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.4rem;
}
.p-entry .entry .container .form .file-item .title .inner-lg {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .title .inner-lg {
    font-size: 1.4rem;
  }
}
.p-entry .entry .container .form .file-item .title .inner-sm {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #707070;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .title .inner-sm {
    font-size: 1.1rem;
  }
}
.p-entry .entry .container .form .file-item .file-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3rem;
  width: 100%;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-drop {
  min-height: 14.8rem;
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box .file-drop {
    min-height: unset;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
  width: 100%;
  height: 14.8rem;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  min-height: 14.8rem;
  width: 100%;
  background-color: #F8FDFF;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1.5px dotted #17A55F;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
    display: none;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  display: none;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  width: 5.1rem;
  height: 4.2rem;
  position: absolute;
  top: 3.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  background-image: url(../img/contact-file-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  bottom: 2.7rem;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-dragover {
  background-color: #17A55F;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-dragover .codedropz-upload-container .codedropz-upload-inner h3 {
  color: white;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-dragover .codedropz-upload-container .codedropz-upload-inner span {
  background-image: url(../img/contact-file-icon-white.png);
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status {
  padding-top: 0.8rem;
  padding-bottom: 0;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status:nth-child(3) {
  padding-top: 1.2rem;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  display: none;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  padding-left: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
  padding: 0;
  padding-right: 1.3rem;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
    font-size: 1.2rem;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
    font-size: 1.2rem;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
  position: relative;
  top: unset;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
  all: unset;
  display: block;
  width: 8.229rem;
  height: 3.1rem;
  background-image: url(../img/contact-delete-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove:hover {
    opacity: 0.7;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: none;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .has-error {
  width: 100%;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .file-drop-field {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .entry .container .form .file-item .file-box .file-drop .icon {
  width: 5.1rem;
  height: 4.2rem;
  position: absolute;
  top: 3.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  background-image: url(../img/contact-file-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box .file-drop .icon {
    display: none;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-drop .file-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  bottom: 2.7rem;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .entry .container .form .file-item .file-box .dragover {
  background-color: #17A55F;
}
.p-entry .entry .container .form .file-item .file-box .dragover .icon {
  background-image: url(../img/contact-file-icon-white.png);
}
.p-entry .entry .container .form .file-item .file-box .dragover .file-text {
  color: white;
}
.p-entry .entry .container .form .file-item .file-box .file-select {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box .file-select {
    width: 100%;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-select .file {
  display: none;
}
.p-entry .entry .container .form .file-item .file-box .file-select .file-select-text {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 2;
  letter-spacing: 0.02em;
  border: 1px solid #17A55F;
  padding: 0.45rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box .file-select .file-select-text {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-entry .entry .container .form .file-item .file-box .file-select .file-select-text::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/contact-file-plus-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1rem;
  }
}
.p-entry .entry .container .form .file-item .file-box .file-select .file-select-text::before {
  content: "またはファイルを選択";
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-box .file-select .file-select-text::before {
    content: "ファイルを選択";
  }
}
.p-entry .entry .container .form .file-item .file-name-box {
  width: 100%;
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
}
.p-entry .entry .container .form .file-item .file-name-box .file-name-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.3rem;
}
.p-entry .entry .container .form .file-item .file-name-box .file-name-item .file-name {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-name-box .file-name-item .file-name {
    font-size: 1.2rem;
  }
}
.p-entry .entry .container .form .file-item .file-name-box .file-name-item .reject {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #B5B5B5;
  padding: 0.9rem 1rem;
  border-radius: 0.3rem;
  border: 1px solid #9C9C9C;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .p-entry .entry .container .form .file-item .file-name-box .file-name-item .reject:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .file-item .file-name-box .file-name-item .reject {
    font-size: 1rem;
  }
}
.p-entry .entry .container .form .file-item .file-name-box .file-name-item .reject .fa-xmark {
  margin-left: 0.5rem;
}
.p-entry .entry .container .form .privacy-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 51rem;
  margin: 0 auto;
  margin-top: 4rem;
}
.p-entry .entry .container .form .privacy-box .privacy-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-entry .entry .container .form .privacy-box .privacy-item .wpcf7-list-item {
  margin-left: 0;
}
.p-entry .entry .container .form .privacy-box .privacy-item .check-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-left: 1rem;
  margin-right: 1.4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-entry .entry .container .form .privacy-box .privacy-item .check-text .link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
}
.p-entry .entry .container .form .privacy-box .privacy-item .req {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: white;
  line-height: 2;
  letter-spacing: 0.02em;
  background-color: #CF0100;
  padding: 0 1rem;
  border-radius: 0.3rem;
}
.p-entry .entry .container .form .privacy-box .privacy-item .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #B5B5B5;
  border-radius: 2px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-entry .entry .container .form .privacy-box .privacy-item .checkbox:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1px;
  background-color: transparent;
}
.p-entry .entry .container .form .privacy-box .privacy-item .checkbox:checked::after {
  background-color: #17A55F;
}
.p-entry .entry .container .form .privacy-box .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .privacy-box .text {
    font-size: 1.4rem;
  }
}
.p-entry .entry .container .form .privacy-box .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .privacy-box .link-btn {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-entry .entry .container .form .privacy-box .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-entry .entry .container .form .privacy-box .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-entry .entry .container .form .privacy-box .link-btn:hover .btn-text {
    color: white;
  }
  .p-entry .entry .container .form .privacy-box .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .privacy-box .link-btn {
    margin-top: 3.2rem;
  }
}
.p-entry .entry .container .form .privacy-box .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .entry .container .form .privacy-box .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .container .form .privacy-box .link-btn .btn-text {
    font-size: 1.4rem;
  }
}
.p-entry .entry .container .form .privacy-box .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .entry .validate-text {
  display: none;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: red;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-entry .entry .validate-text {
    font-size: 1rem;
  }
}
.p-entry .entry .validate-btn {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: red;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 auto;
  margin-top: 0.8rem;
  display: none;
}
.p-entry .entry .--active-validate {
  display: block;
}
.p-entry .entry .--active-validate-btn {
  display: block;
}
.p-entry .entry .wpcf7-list-item-label {
  display: none !important;
}
.p-entry .entry .wpcf7-not-valid-tip {
  display: none !important;
}
.p-entry .confirm {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-entry .confirm .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-entry .confirm .container .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .title {
    font-size: 2rem;
    padding-bottom: 1.8rem;
  }
}
.p-entry .confirm .container .box {
  background-color: white;
  padding: 1rem;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
  padding-bottom: 4rem;
  border-radius: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.p-entry .confirm .container .box .box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-entry .confirm .container .box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box .item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-entry .confirm .container .box .item:first-child {
  margin-top: 0;
}
.p-entry .confirm .container .box .item .item-title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 18.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box .item .item-title {
    font-size: 1.4rem;
  }
}
.p-entry .confirm .container .box .item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box .item .item-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box .item .item-text br {
    display: none;
  }
}
.p-entry .confirm .container .box .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box .link-btn {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-entry .confirm .container .box .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-entry .confirm .container .box .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-entry .confirm .container .box .link-btn:hover .btn-text {
    color: white;
  }
  .p-entry .confirm .container .box .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box .link-btn {
    margin-top: 3.2rem;
  }
}
.p-entry .confirm .container .box .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .confirm .container .box .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box .link-btn .btn-text {
    font-size: 1.4rem;
  }
}
.p-entry .confirm .container .box .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .confirm .container .box .fix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #222222;
  margin: 0 auto;
  margin-top: 3.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .p-entry .confirm .container .box .fix:hover {
    opacity: 0.7;
  }
}
.p-entry .confirm .container .box .fix .btn-text {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-entry .confirm .container .box .fix .btn-text {
    font-size: 1.6rem;
  }
}
.p-entry .confirm .container .box .fix .angle {
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/confirm-angle-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
}
.p-entry .thanks {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.p-entry .thanks .container {
  width: calc(100% - 7rem);
  max-width: 69.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container {
    margin-right: 2.3rem;
    margin-left: auto;
  }
}
.p-entry .thanks .container .title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container .title {
    font-size: 2rem;
    padding-bottom: 2.4rem;
    padding-right: 1rem;
  }
}
.p-entry .thanks .container .top-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 1.7;
  margin-top: 3.2rem;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container .top-text {
    font-size: 1.3rem;
    line-height: 2.4615384615;
  }
}
.p-entry .thanks .container .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem 2.8rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container .box {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-entry .thanks .container .box .box-top {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container .box .box-top {
    font-size: 1.6rem;
  }
}
.p-entry .thanks .container .box .box-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container .box .box-text {
    font-size: 1.3rem;
  }
}
.p-entry .thanks .container .box .box-text .re-contact {
  color: #17A55F;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  -webkit-text-decoration-color: #17A55F;
          text-decoration-color: #17A55F;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-entry .thanks .container .box .box-text .re-contact:hover {
    opacity: 0.7;
  }
}
.p-entry .thanks .container .link-btn {
  width: 17rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container .link-btn {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-entry .thanks .container .link-btn:hover {
    background-color: rgba(23, 165, 95, 0.7);
  }
  .p-entry .thanks .container .link-btn:hover::after {
    background-color: #17A55F;
    border: 1px solid white;
  }
  .p-entry .thanks .container .link-btn:hover .btn-text {
    color: white;
  }
  .p-entry .thanks .container .link-btn:hover .angle {
    background-image: url(../img/thin-angle-white.png);
  }
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container .link-btn {
    margin-top: 3.2rem;
  }
}
.p-entry .thanks .container .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16.2rem;
  height: 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.7rem;
  border: 1px solid #17A55F;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: white;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-entry .thanks .container .link-btn .btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #17A55F;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-entry .thanks .container .link-btn .btn-text {
    font-size: 1.4rem;
  }
}
.p-entry .thanks .container .link-btn .angle {
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/thin-angle-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}