@charset "UTF-8";

@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}

@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.otf");
}

@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.otf");
}

@font-face {
  font-family: notoSansCJKjp-Regular;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}

@font-face {
  font-family: hiraMinPro-W6;
  src: url("../fonts/HiraMinPro-W6.otf");
}

@font-face {
  font-family: hiraMinPro-W3;
  src: url("../fonts/HiraMinPro-W3.otf");
}

@font-face {
  font-family: noto-medium;
  src: url("../fonts/NotoSans-Medium.ttf");
}

@font-face {
  font-family: noto-black;
  src: url("../fonts/NotoSans-Black.ttf");
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

@media (max-width: 640px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3e3a39;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 640px) {
  body {
    font-size: 1.8rem;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child+html .clearfix {
  zoom: 1;
}

@-webkit-keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  32% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

@keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  32% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

@-webkit-keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  32% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

@keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  32% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

@keyframes shake-loop {
  0% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }

  100% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
}

@keyframes shake-loop-vertical {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}

@-webkit-keyframes click_effect {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }

  99% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}

@keyframes click_effect {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }

  99% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}

.pc {
  display: flex !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: flex !important;
  }
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: transparent;
  border: 1px solid #672E2B;
  box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
}

@media (max-width: 640px) {

  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.8rem;
}

@media (max-width: 640px) {

  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 5.6rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #672E2B;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 640px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
}

.m-text {
  position: relative;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  color: #3E3A39;
  line-height: 2.77;
}

@media (max-width: 640px) {
  .m-text {
    font-size: 2.1rem;
  }
}

.mx-text {
  position: relative;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.6;
  color: #3e3a39;
}

@media (max-width: 640px) {
  .mx-text {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.lead-title {
  position: relative;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #3e3a39;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-title .lead {
  position: relative;
  font-size: 3.6rem;
  line-height: 1.6;
  color: #3e3a39;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}

.section-title .sub {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #3e3a39;
  padding-left: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 0.8rem;
}

.section-title .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/common/nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.8rem;
  height: 1.8rem;
}

.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 99;
}

.breadcrumbs .container {
  padding: 1rem 0;
}

.breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 1.4rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-weight: normal;
  color: #3e3a39;
}

@media (max-width: 640px) {
  .breadcrumbs ol {
    font-size: 1.4rem;
  }
}

.breadcrumbs ol a {
  color: #3E3A39;
}

.breadcrumbs ol li {
  position: relative;
  display: inline;
}

.breadcrumbs ol li+li::before {
  content: "＞";
  display: inline-block;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

@media (max-width: 640px) {
  .breadcrumbs ol li+li::before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-lead {
  position: relative;
}

.section-lead .title {
  position: relative;
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 7rem;
  font-family: "hiraMinPro-W6";
  color: #3E3A39;
}

@media (max-width: 640px) {
  .section-lead .title {
    font-size: 3.6rem;
  }
}

.section-lead .text {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "hiraMinPro-W3";
  color: #3E3A39;
}

@media (max-width: 640px) {
  .section-lead .text {
    font-size: 1.8rem;
  }
}

.scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 5rem;
  bottom: 4rem;
}

@media (max-width: 640px) {
  .scroll {
    right: 2rem;
    bottom: 5rem;
  }
}

.scroll p {
  font-family: hiraMinPro-W3;
  font-weight: 300;
  font-size: 1rem;
  color: #ffffff;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
}

.scroll span {
  position: relative;
  height: 7rem;
  width: 0.05rem;
  background: #ffffff;
  margin-top: 2rem;
}

.scroll span::after {
  content: "";
  width: 0.05rem;
  height: 7rem;
  background: #3E3A39;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  from {
    height: 0;
  }

  to {
    height: 7rem;
  }
}

.link-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
}

.link-btn:hover {
  opacity: 0.5;
}

.link-btn p {
  position: relative;
  font-size: 2rem;
  color: #3e3a39;
  text-decoration: none;
  z-index: 3;
  line-height: 1;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
}

@media (max-width: 640px) {
  .link-btn p {
    font-size: 2.1rem;
  }
}

.link-btn .arrow {
  width: 7rem;
  height: 7rem;
  border: 1px solid #3e3a39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  margin-right: 2.5rem;
}

.link-btn .arrow img {
  transition: all ease 0.3s;
  width: 1.5rem;
}

.link-btn:hover .arrow img {
  margin-left: 0.5rem;
}

.form-btn {
  position: relative;
  display: inline-block;
  padding: 2rem 3rem;
  max-width: 100%;
  width: 30rem;
  background-color: #672E2B;
  border: 1px solid #672E2B;
  border-radius: 0.6rem;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  margin: 0 2rem;
  z-index: 0;
}

@media (max-width: 640px) {
  .form-btn {
    width: 32rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  .form-btn:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.form-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}

.form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
}

.form-btn:hover {
  color: #672E2B;
}

.form-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.wp-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}

@media (max-width: 640px) {
  .wp-pagination {
    margin-top: 7rem;
  }
}

.wp-pagination .wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagination .wp-pagenavi span,
.wp-pagination .wp-pagenavi a {
  position: relative;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  width: 7rem;
  height: 7rem;
  text-decoration: none;
  border: 1px solid #56AC91;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  font-family: "Bebas Neue", sans-serif;
}

@media (max-width: 640px) {

  .wp-pagination .wp-pagenavi span,
  .wp-pagination .wp-pagenavi a {
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
  }
}

.wp-pagination .wp-pagenavi a:hover {
  color: #fff;
  background-color: #56AC91;
}

.wp-pagination .wp-pagenavi .smaller {
  color: #56AC91;
  border: 1px solid #56AC91;
  border-radius: 50%;
}

.wp-pagination .wp-pagenavi .smaller:hover {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #56AC91;
}

.wp-pagination .wp-pagenavi .larger {
  border: 1px solid #3E3A39;
  border-radius: 50%;
}

.wp-pagination .wp-pagenavi .larger:hover {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #56AC91;
}

.wp-pagination .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #56AC91;
  font-family: "Bebas Neue", sans-serif;
}

.wp-pagination .wp-pagenavi .smaller+.current {
  margin-left: 3rem;
}

.wp-pagination .wp-pagenavi .current+.larger {
  margin-left: 2.5rem;
}

.wp-pagination .wp-pagenavi .first,
.wp-pagination .wp-pagenavi .last {
  display: none;
}

.wp-pagination .wp-pagenavi .previouspostslink,
.wp-pagination .wp-pagenavi .nextpostslink {
  width: 5rem;
  height: 5rem;
  background-color: #8ACACE;
  color: #FFFFFF;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.wp-pagination .wp-pagenavi .previouspostslink {
  margin-right: 2rem;
}

.wp-pagination .wp-pagenavi .nextpostslink {
  margin-left: 2rem;
}

.wp-pagination .wp-pagenavi .pages {
  display: none;
  width: 15rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  border: 1px solid #8B8C8C;
  justify-content: center;
  align-items: center;
  color: #8B8C8C;
  order: 1;
  margin-left: 1.5rem;
}

.wp-pagination .link-btn {
  margin-left: 3.6rem;
}

.choose-layout {
  padding: 8rem 0;
}

.choose-layout .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.choose-layout .container .choose-item {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.6rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  padding: 0 15px;
  border-right: 1px solid #3E3A39;
}

.choose-layout .container .choose-item:last-child {
  border-right: unset;
}

@media (max-width: 640px) {
  .choose-layout .container .choose-item {
    font-size: 1.8rem;
    height: 4.5rem;
  }

  .wp-pagination .wp-pagenavi .current {
    width: 5rem;
    height: 5rem;
  }
}

.choose-layout .container .choose-item:hover {
  color: #56AC91;
}

.choose-layout .container .choose-item.active {
  color: #56AC91;
}

.choose-layout .container .choose-item.active:hover {
  background-color: transparent;
  color: #56AC91;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

/* デバイス毎の改行操作 */
@media screen and (min-width: 1024px) {

  [data-tb],
  [data-sp] {
    display: none !important;
  }

  [data-pc] {
    display: inline-block !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {

  [data-pc],
  [data-sp] {
    display: none !important;
  }

  [data-tb] {
    display: inline-block !important;
  }
}

@media screen and (max-width: 750px) {

  [data-tb],
  [data-pc] {
    display: none !important;
  }

  [data-sp] {
    display: inline-block !important;
  }
}

/* margin css */
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.1rem !important;
}

.mt-2 {
  margin-top: 0.2rem !important;
}

.mt-3 {
  margin-top: 0.3rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-6 {
  margin-top: 0.6rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-12 {
  margin-top: 1.2rem !important;
}

.mt-14 {
  margin-top: 1.4rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-18 {
  margin-top: 1.8rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-22 {
  margin-top: 2.2rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-26 {
  margin-top: 2.6rem !important;
}

.mt-28 {
  margin-top: 2.8rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-32 {
  margin-top: 3.2rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-36 {
  margin-top: 3.6rem !important;
}

.mt-38 {
  margin-top: 3.8rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-42 {
  margin-top: 4.2rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.1rem !important;
}

.mb-2 {
  margin-bottom: 0.2rem !important;
}

.mb-3 {
  margin-bottom: 0.3rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-6 {
  margin-bottom: 0.6rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-14 {
  margin-bottom: 1.4rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-18 {
  margin-bottom: 1.8rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-22 {
  margin-bottom: 2.2rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-26 {
  margin-bottom: 2.6rem !important;
}

.mb-28 {
  margin-bottom: 2.8rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-36 {
  margin-bottom: 3.6rem !important;
}

.mb-38 {
  margin-bottom: 3.8rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-42 {
  margin-bottom: 4.2rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.1rem !important;
}

.ml-2 {
  margin-left: 0.2rem !important;
}

.ml-3 {
  margin-left: 0.3rem !important;
}

.ml-4 {
  margin-left: 0.4rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-6 {
  margin-left: 0.6rem !important;
}

.ml-8 {
  margin-left: 0.8rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-12 {
  margin-left: 1.2rem !important;
}

.ml-14 {
  margin-left: 1.4rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.ml-16 {
  margin-left: 1.6rem !important;
}

.ml-18 {
  margin-left: 1.8rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.1rem !important;
}

.mr-2 {
  margin-right: 0.2rem !important;
}

.mr-3 {
  margin-right: 0.3rem !important;
}

.mr-4 {
  margin-right: 0.4rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mr-6 {
  margin-right: 0.6rem !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-12 {
  margin-right: 1.2rem !important;
}

.mr-14 {
  margin-right: 1.4rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mr-18 {
  margin-right: 1.8rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.mx-2 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.mx-3 {
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}

.mx-4 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-6 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.mx-8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* padding css */
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.1rem !important;
}

.pt-2 {
  padding-top: 0.2rem !important;
}

.pt-3 {
  padding-top: 0.3rem !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-6 {
  padding-top: 0.6rem !important;
}

.pt-8 {
  padding-top: 0.8rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-12 {
  padding-top: 1.2rem !important;
}

.pt-14 {
  padding-top: 1.4rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-18 {
  padding-top: 1.8rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-22 {
  padding-top: 2.2rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-26 {
  padding-top: 2.6rem !important;
}

.pt-28 {
  padding-top: 2.8rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-32 {
  padding-top: 3.2rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-36 {
  padding-top: 3.6rem !important;
}

.pt-38 {
  padding-top: 3.8rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-42 {
  padding-top: 4.2rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.1rem !important;
}

.pb-2 {
  padding-bottom: 0.2rem !important;
}

.pb-3 {
  padding-bottom: 0.3rem !important;
}

.pb-4 {
  padding-bottom: 0.4rem !important;
}

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.pb-6 {
  padding-bottom: 0.6rem !important;
}

.pb-8 {
  padding-bottom: 0.8rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pb-14 {
  padding-bottom: 1.4rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-18 {
  padding-bottom: 1.8rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-22 {
  padding-bottom: 2.2rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-26 {
  padding-bottom: 2.6rem !important;
}

.pb-28 {
  padding-bottom: 2.8rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-36 {
  padding-bottom: 3.6rem !important;
}

.pb-38 {
  padding-bottom: 3.8rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-42 {
  padding-bottom: 4.2rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.1rem !important;
}

.pl-2 {
  padding-left: 0.2rem !important;
}

.pl-3 {
  padding-left: 0.3rem !important;
}

.pl-4 {
  padding-left: 0.4rem !important;
}

.pl-5 {
  padding-left: 0.5rem !important;
}

.pl-6 {
  padding-left: 0.6rem !important;
}

.pl-8 {
  padding-left: 0.8rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-12 {
  padding-left: 1.2rem !important;
}

.pl-14 {
  padding-left: 1.4rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-16 {
  padding-left: 1.6rem !important;
}

.pl-18 {
  padding-left: 1.8rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.1rem !important;
}

.pr-2 {
  padding-right: 0.2rem !important;
}

.pr-3 {
  padding-right: 0.3rem !important;
}

.pr-4 {
  padding-right: 0.4rem !important;
}

.pr-5 {
  padding-right: 0.5rem !important;
}

.pr-6 {
  padding-right: 0.6rem !important;
}

.pr-8 {
  padding-right: 0.8rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-12 {
  padding-right: 1.2rem !important;
}

.pr-14 {
  padding-right: 1.4rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-16 {
  padding-right: 1.6rem !important;
}

.pr-18 {
  padding-right: 1.8rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 640px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }

  .mt-sp-1 {
    margin-top: 0.1rem !important;
  }

  .mt-sp-2 {
    margin-top: 0.2rem !important;
  }

  .mt-sp-3 {
    margin-top: 0.3rem !important;
  }

  .mt-sp-4 {
    margin-top: 0.4rem !important;
  }

  .mt-sp-5 {
    margin-top: 0.5rem !important;
  }

  .mt-sp-6 {
    margin-top: 0.6rem !important;
  }

  .mt-sp-8 {
    margin-top: 0.8rem !important;
  }

  .mt-sp-10 {
    margin-top: 1rem !important;
  }

  .mt-sp-12 {
    margin-top: 1.2rem !important;
  }

  .mt-sp-14 {
    margin-top: 1.4rem !important;
  }

  .mt-sp-15 {
    margin-top: 1.5rem !important;
  }

  .mt-sp-16 {
    margin-top: 1.6rem !important;
  }

  .mt-sp-18 {
    margin-top: 1.8rem !important;
  }

  .mt-sp-20 {
    margin-top: 2rem !important;
  }

  .mt-sp-22 {
    margin-top: 2.2rem !important;
  }

  .mt-sp-24 {
    margin-top: 2.4rem !important;
  }

  .mt-sp-25 {
    margin-top: 2.5rem !important;
  }

  .mt-sp-26 {
    margin-top: 2.6rem !important;
  }

  .mt-sp-28 {
    margin-top: 2.8rem !important;
  }

  .mt-sp-30 {
    margin-top: 3rem !important;
  }

  .mt-sp-32 {
    margin-top: 3.2rem !important;
  }

  .mt-sp-35 {
    margin-top: 3.5rem !important;
  }

  .mt-sp-36 {
    margin-top: 3.6rem !important;
  }

  .mt-sp-38 {
    margin-top: 3.8rem !important;
  }

  .mt-sp-40 {
    margin-top: 4rem !important;
  }

  .mt-sp-42 {
    margin-top: 4.2rem !important;
  }

  .mt-sp-45 {
    margin-top: 4.5rem !important;
  }

  .mt-sp-48 {
    margin-top: 4.8rem !important;
  }

  .mt-sp-50 {
    margin-top: 5rem !important;
  }

  .mt-sp-60 {
    margin-top: 6rem !important;
  }

  .mb-sp-0 {
    margin-bottom: 0 !important;
  }

  .mb-sp-1 {
    margin-bottom: 0.1rem !important;
  }

  .mb-sp-2 {
    margin-bottom: 0.2rem !important;
  }

  .mb-sp-3 {
    margin-bottom: 0.3rem !important;
  }

  .mb-sp-4 {
    margin-bottom: 0.4rem !important;
  }

  .mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sp-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-sp-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-sp-10 {
    margin-bottom: 1rem !important;
  }

  .mb-sp-12 {
    margin-bottom: 1.2rem !important;
  }

  .mb-sp-14 {
    margin-bottom: 1.4rem !important;
  }

  .mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sp-16 {
    margin-bottom: 1.6rem !important;
  }

  .mb-sp-18 {
    margin-bottom: 1.8rem !important;
  }

  .mb-sp-20 {
    margin-bottom: 2rem !important;
  }

  .mb-sp-22 {
    margin-bottom: 2.2rem !important;
  }

  .mb-sp-24 {
    margin-bottom: 2.4rem !important;
  }

  .mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sp-26 {
    margin-bottom: 2.6rem !important;
  }

  .mb-sp-28 {
    margin-bottom: 2.8rem !important;
  }

  .mb-sp-30 {
    margin-bottom: 3rem !important;
  }

  .mb-sp-32 {
    margin-bottom: 3.2rem !important;
  }

  .mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sp-36 {
    margin-bottom: 3.6rem !important;
  }

  .mb-sp-38 {
    margin-bottom: 3.8rem !important;
  }

  .mb-sp-40 {
    margin-bottom: 4rem !important;
  }

  .mb-sp-42 {
    margin-bottom: 4.2rem !important;
  }

  .mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sp-48 {
    margin-bottom: 4.8rem !important;
  }

  .mb-sp-50 {
    margin-bottom: 5rem !important;
  }

  .mb-sp-60 {
    margin-bottom: 6rem !important;
  }

  .mb-sp-70 {
    margin-bottom: 7rem !important;
  }

  .mb-sp-80 {
    margin-bottom: 8rem !important;
  }

  .mb-sp-90 {
    margin-bottom: 9rem !important;
  }

  .ml-sp-0 {
    margin-left: 0 !important;
  }

  .ml-sp-1 {
    margin-left: 0.1rem !important;
  }

  .ml-sp-2 {
    margin-left: 0.2rem !important;
  }

  .ml-sp-3 {
    margin-left: 0.3rem !important;
  }

  .ml-sp-4 {
    margin-left: 0.4rem !important;
  }

  .ml-sp-5 {
    margin-left: 0.5rem !important;
  }

  .ml-sp-6 {
    margin-left: 0.6rem !important;
  }

  .ml-sp-8 {
    margin-left: 0.8rem !important;
  }

  .ml-sp-10 {
    margin-left: 1rem !important;
  }

  .ml-sp-12 {
    margin-left: 1.2rem !important;
  }

  .ml-sp-14 {
    margin-left: 1.4rem !important;
  }

  .ml-sp-15 {
    margin-left: 1.5rem !important;
  }

  .ml-sp-16 {
    margin-left: 1.6rem !important;
  }

  .ml-sp-18 {
    margin-left: 1.8rem !important;
  }

  .ml-sp-20 {
    margin-left: 2rem !important;
  }

  .mr-sp-0 {
    margin-right: 0 !important;
  }

  .mr-sp-1 {
    margin-right: 0.1rem !important;
  }

  .mr-sp-2 {
    margin-right: 0.2rem !important;
  }

  .mr-sp-3 {
    margin-right: 0.3rem !important;
  }

  .mr-sp-4 {
    margin-right: 0.4rem !important;
  }

  .mr-sp-5 {
    margin-right: 0.5rem !important;
  }

  .mr-sp-6 {
    margin-right: 0.6rem !important;
  }

  .mr-sp-8 {
    margin-right: 0.8rem !important;
  }

  .mr-sp-10 {
    margin-right: 1rem !important;
  }

  .mr-sp-12 {
    margin-right: 1.2rem !important;
  }

  .mr-sp-14 {
    margin-right: 1.4rem !important;
  }

  .mr-sp-15 {
    margin-right: 1.5rem !important;
  }

  .mr-sp-16 {
    margin-right: 1.6rem !important;
  }

  .mr-sp-18 {
    margin-right: 1.8rem !important;
  }

  .mr-sp-20 {
    margin-right: 2rem !important;
  }

  .mx-sp-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mx-sp-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sp-1 {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }

  .mx-sp-2 {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }

  .mx-sp-3 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }

  .mx-sp-4 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }

  .mx-sp-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-sp-6 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }

  .mx-sp-8 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }

  .mx-sp-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  /* padding css */
  .pt-sp-0 {
    padding-top: 0 !important;
  }

  .pt-sp-1 {
    padding-top: 0.1rem !important;
  }

  .pt-sp-2 {
    padding-top: 0.2rem !important;
  }

  .pt-sp-3 {
    padding-top: 0.3rem !important;
  }

  .pt-sp-4 {
    padding-top: 0.4rem !important;
  }

  .pt-sp-5 {
    padding-top: 0.5rem !important;
  }

  .pt-sp-6 {
    padding-top: 0.6rem !important;
  }

  .pt-sp-8 {
    padding-top: 0.8rem !important;
  }

  .pt-sp-10 {
    padding-top: 1rem !important;
  }

  .pt-sp-12 {
    padding-top: 1.2rem !important;
  }

  .pt-sp-14 {
    padding-top: 1.4rem !important;
  }

  .pt-sp-15 {
    padding-top: 1.5rem !important;
  }

  .pt-sp-16 {
    padding-top: 1.6rem !important;
  }

  .pt-sp-18 {
    padding-top: 1.8rem !important;
  }

  .pt-sp-20 {
    padding-top: 2rem !important;
  }

  .pt-sp-22 {
    padding-top: 2.2rem !important;
  }

  .pt-sp-24 {
    padding-top: 2.4rem !important;
  }

  .pt-sp-25 {
    padding-top: 2.5rem !important;
  }

  .pt-sp-26 {
    padding-top: 2.6rem !important;
  }

  .pt-sp-28 {
    padding-top: 2.8rem !important;
  }

  .pt-sp-30 {
    padding-top: 3rem !important;
  }

  .pt-sp-32 {
    padding-top: 3.2rem !important;
  }

  .pt-sp-35 {
    padding-top: 3.5rem !important;
  }

  .pt-sp-36 {
    padding-top: 3.6rem !important;
  }

  .pt-sp-38 {
    padding-top: 3.8rem !important;
  }

  .pt-sp-40 {
    padding-top: 4rem !important;
  }

  .pt-sp-42 {
    padding-top: 4.2rem !important;
  }

  .pt-sp-45 {
    padding-top: 4.5rem !important;
  }

  .pt-sp-48 {
    padding-top: 4.8rem !important;
  }

  .pt-sp-50 {
    padding-top: 5rem !important;
  }

  .pt-sp-60 {
    padding-top: 6rem !important;
  }

  .pb-sp-0 {
    padding-bottom: 0 !important;
  }

  .pb-sp-1 {
    padding-bottom: 0.1rem !important;
  }

  .pb-sp-2 {
    padding-bottom: 0.2rem !important;
  }

  .pb-sp-3 {
    padding-bottom: 0.3rem !important;
  }

  .pb-sp-4 {
    padding-bottom: 0.4rem !important;
  }

  .pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sp-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-sp-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-sp-10 {
    padding-bottom: 1rem !important;
  }

  .pb-sp-12 {
    padding-bottom: 1.2rem !important;
  }

  .pb-sp-14 {
    padding-bottom: 1.4rem !important;
  }

  .pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sp-16 {
    padding-bottom: 1.6rem !important;
  }

  .pb-sp-18 {
    padding-bottom: 1.8rem !important;
  }

  .pb-sp-20 {
    padding-bottom: 2rem !important;
  }

  .pb-sp-22 {
    padding-bottom: 2.2rem !important;
  }

  .pb-sp-24 {
    padding-bottom: 2.4rem !important;
  }

  .pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sp-26 {
    padding-bottom: 2.6rem !important;
  }

  .pb-sp-28 {
    padding-bottom: 2.8rem !important;
  }

  .pb-sp-30 {
    padding-bottom: 3rem !important;
  }

  .pb-sp-32 {
    padding-bottom: 3.2rem !important;
  }

  .pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sp-36 {
    padding-bottom: 3.6rem !important;
  }

  .pb-sp-38 {
    padding-bottom: 3.8rem !important;
  }

  .pb-sp-40 {
    padding-bottom: 4rem !important;
  }

  .pb-sp-42 {
    padding-bottom: 4.2rem !important;
  }

  .pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sp-48 {
    padding-bottom: 4.8rem !important;
  }

  .pb-sp-50 {
    padding-bottom: 5rem !important;
  }

  .pb-sp-60 {
    padding-bottom: 6rem !important;
  }

  .pb-sp-70 {
    padding-bottom: 7rem !important;
  }

  .pb-sp-80 {
    padding-bottom: 8rem !important;
  }

  .pb-sp-90 {
    padding-bottom: 9rem !important;
  }

  .pl-sp-0 {
    padding-left: 0 !important;
  }

  .pl-sp-1 {
    padding-left: 0.1rem !important;
  }

  .pl-sp-2 {
    padding-left: 0.2rem !important;
  }

  .pl-sp-3 {
    padding-left: 0.3rem !important;
  }

  .pl-sp-4 {
    padding-left: 0.4rem !important;
  }

  .pl-sp-5 {
    padding-left: 0.5rem !important;
  }

  .pl-sp-6 {
    padding-left: 0.6rem !important;
  }

  .pl-sp-8 {
    padding-left: 0.8rem !important;
  }

  .pl-sp-10 {
    padding-left: 1rem !important;
  }

  .pl-sp-12 {
    padding-left: 1.2rem !important;
  }

  .pl-sp-14 {
    padding-left: 1.4rem !important;
  }

  .pl-sp-15 {
    padding-left: 1.5rem !important;
  }

  .pl-sp-16 {
    padding-left: 1.6rem !important;
  }

  .pl-sp-18 {
    padding-left: 1.8rem !important;
  }

  .pl-sp-20 {
    padding-left: 2rem !important;
  }

  .pr-sp-0 {
    padding-right: 0 !important;
  }

  .pr-sp-1 {
    padding-right: 0.1rem !important;
  }

  .pr-sp-2 {
    padding-right: 0.2rem !important;
  }

  .pr-sp-3 {
    padding-right: 0.3rem !important;
  }

  .pr-sp-4 {
    padding-right: 0.4rem !important;
  }

  .pr-sp-5 {
    padding-right: 0.5rem !important;
  }

  .pr-sp-6 {
    padding-right: 0.6rem !important;
  }

  .pr-sp-8 {
    padding-right: 0.8rem !important;
  }

  .pr-sp-10 {
    padding-right: 1rem !important;
  }

  .pr-sp-12 {
    padding-right: 1.2rem !important;
  }

  .pr-sp-14 {
    padding-right: 1.4rem !important;
  }

  .pr-sp-15 {
    padding-right: 1.5rem !important;
  }

  .pr-sp-16 {
    padding-right: 1.6rem !important;
  }

  .pr-sp-18 {
    padding-right: 1.8rem !important;
  }

  .pr-sp-20 {
    padding-right: 2rem !important;
  }

  .px-sp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .py-sp-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.container-all {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  .container-all {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.container {
  max-width: 1080px;
}

.content-in {
  position: relative;
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.sm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.sm-row>[class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.lg-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

.lg-row>[class*=col-] {
  padding-right: 2rem;
  padding-left: 2rem;
}

.xl-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3rem;
  margin-left: -3rem;
}

.xl-row>[class*=col-] {
  padding-right: 3rem;
  padding-left: 3rem;
}

/* font size */
.fs-10 {
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

@media (max-width: 640px) {
  .fs-sp-8 {
    font-size: 0.8rem !important;
  }

  .fs-sp-9 {
    font-size: 0.9rem !important;
  }

  .fs-sp-10 {
    font-size: 1rem !important;
  }

  .fs-sp-11 {
    font-size: 1.1rem !important;
  }

  .fs-sp-12 {
    font-size: 1.2rem !important;
  }

  .fs-sp-13 {
    font-size: 1.3rem !important;
  }

  .fs-sp-14 {
    font-size: 1.4rem !important;
  }

  .fs-sp-15 {
    font-size: 1.5rem !important;
  }

  .fs-sp-16 {
    font-size: 1.6rem !important;
  }

  .fs-sp-17 {
    font-size: 1.7rem !important;
  }

  .fs-sp-18 {
    font-size: 1.8rem !important;
  }

  .fs-sp-20 {
    font-size: 2rem !important;
  }

  .fs-sp-21 {
    font-size: 2.1rem !important;
  }

  .fs-sp-22 {
    font-size: 2.2rem !important;
  }

  .fs-sp-24 {
    font-size: 2.4rem !important;
  }

  .fs-sp-26 {
    font-size: 2.6rem !important;
  }

  .fs-sp-27 {
    font-size: 2.7rem !important;
  }

  .fs-sp-28 {
    font-size: 2.8rem !important;
  }

  .fs-sp-30 {
    font-size: 3rem !important;
  }

  .fs-sp-32 {
    font-size: 3.2rem !important;
  }

  .fs-sp-33 {
    font-size: 3.3rem !important;
  }

  .fs-sp-35 {
    font-size: 3.5rem !important;
  }

  .fs-sp-36 {
    font-size: 3.6rem !important;
  }

  .fs-sp-36 {
    font-size: 3.6rem !important;
  }

  .fs-sp-37 {
    font-size: 3.7rem !important;
  }

  .fs-sp-38 {
    font-size: 3.8rem !important;
  }

  .fs-sp-40 {
    font-size: 4rem !important;
  }

  .fs-sp-42 {
    font-size: 4.2rem !important;
  }

  .fs-sp-45 {
    font-size: 4.5rem !important;
  }

  .fs-sp-48 {
    font-size: 4.8rem !important;
  }

  .fs-sp-50 {
    font-size: 5rem !important;
  }
}

/* font weight */
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.bold {
  font-weight: bold !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media (max-width: 640px) {
  .fw-sp-300 {
    font-weight: 300 !important;
  }

  .fw-sp-400 {
    font-weight: 400 !important;
  }

  .fw-sp-normal {
    font-weight: normal !important;
  }

  .fw-sp-500 {
    font-weight: 500 !important;
  }

  .fw-sp-600 {
    font-weight: 600 !important;
  }

  .fw-sp-700 {
    font-weight: 700 !important;
  }

  .fw-sp-bold {
    font-weight: bold !important;
  }

  .fw-sp-800 {
    font-weight: 800 !important;
  }

  .fw-sp-900 {
    font-weight: 900 !important;
  }
}

/* line height */
.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 2 !important;
}

@media (max-width: 640px) {
  .lh-sp-1 {
    line-height: 1 !important;
  }

  .lh-sp-2 {
    line-height: 2 !important;
  }
}

/* letter-space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 0.01em !important;
}

.ls-2 {
  letter-spacing: 0.02em !important;
}

.ls-3 {
  letter-spacing: 0.03em !important;
}

.ls-4 {
  letter-spacing: 0.04em !important;
}

.ls-5 {
  letter-spacing: 0.05em !important;
}

.ls-6 {
  letter-spacing: 0.06em !important;
}

.ls-8 {
  letter-spacing: 0.08em !important;
}

.ls-10 {
  letter-spacing: 0.1em !important;
}

.ls-15 {
  letter-spacing: 0.15em !important;
}

.ls-20 {
  letter-spacing: 0.2em !important;
}

@media (max-width: 640px) {
  .ls-sp-0 {
    letter-spacing: 0 !important;
  }

  .ls-sp-1 {
    letter-spacing: 0.01em !important;
  }

  .ls-sp-2 {
    letter-spacing: 0.02em !important;
  }

  .ls-sp-3 {
    letter-spacing: 0.03em !important;
  }

  .ls-sp-4 {
    letter-spacing: 0.04em !important;
  }

  .ls-sp-5 {
    letter-spacing: 0.05em !important;
  }

  .ls-sp-6 {
    letter-spacing: 0.06em !important;
  }

  .ls-sp-8 {
    letter-spacing: 0.08em !important;
  }

  .ls-sp-10 {
    letter-spacing: 0.1em !important;
  }

  .ls-sp-15 {
    letter-spacing: 0.15em !important;
  }

  .ls-sp-20 {
    letter-spacing: 0.2em !important;
  }
}

/* text color */
.color-black {
  color: #000000 !important;
}

.color-blue {
  color: #004097 !important;
}

.color-green {
  color: #169E49 !important;
}

.color-red {
  color: #E60012 !important;
}

.color-brown {
  color: #8C6239 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-yellow {
  color: #FED517 !important;
}

.color-gray {
  color: #898987 !important;
}

.color-purple {
  color: #B16E9E !important;
}

.color-peach {
  color: #E6B289 !important;
}

.color-olive {
  color: #C3BE71 !important;
}

.color-orange {
  color: #FF7100 !important;
}

/* text align */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (max-width: 640px) {
  .text-sp-left {
    text-align: left !important;
  }

  .text-sp-right {
    text-align: right !important;
  }

  .text-sp-center {
    text-align: center !important;
  }
}

/* bg color */
.bg-white {
  background-color: #FFFFFF !important;
}

.bg-wheat {
  background-color: #F2F2F2 !important;
}

.bg-gray {
  background-color: #808080 !important;
}

.bg-green {
  background-color: #009245 !important;
}

.bg-brown {
  background-color: #633E1C !important;
}

.bg-orange {
  background-color: #F15A24 !important;
}

.bg-pink {
  background-color: #FF3985 !important;
}

.bg-red {
  background-color: #FF0000 !important;
}

.bg-blue {
  background-color: #004097 !important;
}

.bg-teal {
  background-color: #00A99D !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-yellow {
  background-color: #FFF8D6 !important;
}

.bg-peach {
  background-color: #EFECE8 !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

/* text underline */
.underline {
  text-decoration: underline !important;
}

/* round */
.r-3 {
  border-radius: 0.3rem !important;
}

.r-5 {
  border-radius: 0.5rem !important;
}

.r-6 {
  border-radius: 0.6rem !important;
}

.r-8 {
  border-radius: 0.8rem !important;
}

.r-10 {
  border-radius: 1rem !important;
}

.r-12 {
  border-radius: 1.2rem !important;
}

.r-15 {
  border-radius: 1.5rem !important;
}

.r-16 {
  border-radius: 1.6rem !important;
}

.r-18 {
  border-radius: 1.8rem !important;
}

.r-20 {
  border-radius: 2rem !important;
}

/* display */
.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

/* flex */
.flex-reverse {
  flex-direction: row-reverse !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

html {
  font-family: "hiraMinPro-W6";
  color: #3E3A39;
}

.fix_btn {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 9999;
}

.fix_btn ul {
  display: flex;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fix_btn ul li a {
  display: block;
  color: #fff;
  padding: 2rem;
}

.fix_btn ul li a:hover {
  opacity: 0.7;
  transition: 1s;
}

.fix_btn ul .fix_mail {
  background-color: #F1C262;
}

.fix_btn ul .fix_contact {
  background-color: #56AC91;
}

@media (max-width: 640px) {
  .fix_btn {
    width: 100%;
    display: flex;
    top: auto;
    bottom: 0;
  }

  .fix_btn ul {
    width: 100%;
    writing-mode: horizontal-tb;
  }

  .fix_btn ul .fix_mail {
    width: 8rem;
  }

  .fix_btn ul .fix_contact {
    width: 8rem;
  }

  .fix_btn ul li a {
    font-size: 2.6rem;
    text-align: center;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.2s;
  transform: translateZ(0);
  font-weight: normal;
  padding: 1.6rem;
  z-index: 888;
  height: 85px;
  /*background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 2px 2px #d0d0d0;*/
}

@media (max-width: 640px) {
  header {
    padding: 0 3rem;
    height: 60px;
  }
}

#header.header-scrolled {
  height: 85px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 2px 2px #d0d0d0;
}

@media (max-width: 640px) {
  #header.header-scrolled {
    height: 60px;
  }
}

#header.header-scrolled .header-logo-part {
  color: black;
}

#header.header-scrolled .header-logo-part p {
  color: black;
}

#header.header-scrolled .navmenu-group>ul>li .navbtn,
#header.header-scrolled .navmenu-group>ul>li .navbtn span {
  color: black;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-logo-part {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 777;
}

.header-logo-part img {
  width: auto;
  height: 65px;
}

@media (max-width: 640px) {
  .header-logo-part img {
    height: 50px;
  }
}

.navmenu {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1300px) {
  .navmenu {
    display: none;
  }
}

.navmenu-group {
  height: 100%;
}

.navmenu-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.navmenu-group>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.navmenu-group>ul>li {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 1s ease;
}

.navmenu-group>ul>li a {
  padding: 0 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navmenu-group>ul>li .navbtn {
  color: black;
  font-family: KozGoPr6N-Bold;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.navmenu-group>ul>li .navbtn span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: black;
}

.h-contact-btn {
  position: fixed;
  top: 1.6rem;
  right: 1.6rem;
  background-color: #F1C262;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 1.2rem;
  border-radius: 0.7rem;
  width: 17rem;
  z-index: 999;
}

@media (max-width: 640px) {
  .h-contact-btn {
    display: none;
  }
}

.h-contact-btn p {
  font-size: 1.2rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: white;
}

.h-contact-btn img {
  width: 1rem;
}

.h-contact-btn::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  display: block;
  background: rgba(212, 212, 212, 0.4);
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
}

.h-contact-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.h-contact-btn:hover {
  color: white;
}

.h-contact-btn.header-scrolled {
  top: 40px;
  transform: translateY(-50%);
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: #FFBC00;
  padding: 2rem;
  align-items: center;
  justify-content: center;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 888;
  margin: 0;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1300px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

@media (max-width: 640px) {
  .mobile-nav-toggle {
    width: 60px;
    height: 60px;
  }
}

.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
}

.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}

.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}

.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}

.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  top: 13px;
  transform: rotate(-45deg);
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  bottom: 13px;
  transform: rotate(45deg);
}

#mobile-nav .main-link {
  padding: 20px 0;
  border-bottom: 1px solid #3e3a39;
  display: block;
  position: relative;
}

#mobile-nav .main-link::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(../img/common/arrow-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 444;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}

#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 3rem 3rem 3rem;
}

#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}

#mobile-nav .mobile-nav-menu .col {
  position: relative;
  margin-bottom: 9rem;
}

#mobile-nav .mobile-nav-menu .col::before {
  content: "";
  background-image: url(../img/common/arrow_grey.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.2rem;
  height: 0.9rem;
  position: absolute;
  top: 0.5rem;
  right: 3rem;
}

@media (max-width: 640px) {
  #mobile-nav .mobile-nav-menu .col .sub-link a:last-child .jp {
    padding-right: 0;
    margin-right: 0;
  }

  #mobile-nav .mobile-nav-menu .col .sub-link a:last-child .jp::after {
    content: none;
  }
}

#mobile-nav .mobile-nav-menu .col .sub-link a .jp {
  position: relative;
  display: block;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.25em;
  line-height: 2;
  color: #BDBEBE;
  text-align: left;
  text-decoration: none;
}

#mobile-nav .mobile-nav-menu .col .main-link {
  position: relative;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #3e3a39;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2rem;
}

.mobile-nav-en {
  font-family: noto-black;
  font-size: 14px;
  font-weight: bold;
}

.mobile-nav-en span {
  color: #6CAA92;
}

.mobile-nav-ja {
  font-family: noto-black;
  font-size: 16px;
  font-weight: bold;
}

.mobile-nav-ja span {
  color: #6CAA92;
}


.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 333;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
body.mobile-nav-active #header .header-content .header-logo-part {
  color: black;
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

#mobile-nav #myVideo {
  width: 100%;
  position: relative;
}

#mobile-nav #myVideo::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

main#main {
  position: relative;
  overflow: hidden;
}

.mainvisual {
  position: relative;
  width: 100%;
  height: 53.84vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media(max-width: 640px) {
  .mainvisual {
    /* height: 117.18vw; */
    height: 100.18vw;
  }
}

.mainvisual__scroll {
  position: absolute;
  width: 18px;
  height: 100%;
  right: 50px;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}

.mainvisual__scroll-in {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
  align-items: center;
  animation: slideShow 60s infinite linear;
}

.mainvisual__scroll-in img {
  display: block;
  width: 100%;
}

@keyframes slideShow {
  0% {
    transform: translate Y(0);
  }

  100% {
    transform: translateY(100%);
  }
}

@media(max-width: 1024px) {
  .mainvisual__scroll {
    right: 25px;
    width: 10px;
  }
}

.mainvisual .top-movie-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* margin-top: -12rem; */
}

.mainvisual .top-movie-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .25);
}

@media(max-width: 1024px) {
  .mainvisual .top-movie-box {
    margin-top: 0rem;
  }
}

.mainvisual .top-movie-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 1280px) {
  /* .mainvisual .top-movie-box video {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */
}

@media(max-width: 640px) {
  .mainvisual .top-movie-box video {
    height: 100%;
    object-fit: cover;
  }
}

.mainvisual-title {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 11%;
  margin: auto;
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

@media (max-width: 640px) {
  .mainvisual-title {
    left: 3rem;
  }
}

.mainvisual-title .lead {
  font-family: hiraMinPro-W3;
  font-weight: 300;
  font-size: 4.8rem;
  color: white;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .mainvisual-title .lead {
    font-size: 4rem;
  }
}

.mainvisual-title .sub {
  font-family: hiraMinPro-W3;
  font-weight: 300;
  font-size: 1.8rem;
  color: white;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .mainvisual-title .sub {
    font-size: 2.4rem;
  }
}

.pageindex {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
}

.pageindex-layout {
  width: 90%;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /*background-image: url(../img/company/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.pageindex-layout video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .pageindex-layout video {
    width: 200%;
  }
}

.pageindex-layout.company {
  background-image: url(../img/company/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.news {
  background-image: url(../img/news/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.csr {
  background-image: url(../img/csr/pageindex.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.service {
  background-image: url(../img/service/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.recruit {
  background-image: url(../img/recruit/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.require {
  background-image: url(../img/require/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.project {
  background-image: url(../img/project/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.project .pageindex-title .lead {
  color: #fff;
}

.pageindex-layout.company,
.pageindex-layout.blog {
  overflow: hidden;
  /*background-image: url(../img/blog/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.pageindex-layout.works {
  background-image: url(../img/works/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.contact {
  background-image: url(../img/contact/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.sitemap {
  background-image: url(../img/contact/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex-layout.privacy {
  background-image: url(../img/contact/pageindex.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageindex .pageindex-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 4.5rem;
}

.pageindex .pageindex-title .sub {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  color: #3e3a39;
  padding-left: 2.8rem;
  position: relative;
  line-height: 1;
  letter-spacing: 0.9rem;
}

.pageindex .pageindex-title .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 2rem;
  background-image: url(../img/common/nav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 640px) {
  .pageindex .pageindex-title .sub {
    font-size: 1.8rem;
  }
}

.pageindex .pageindex-title .lead {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 4rem;
  color: #3e3a39;
}

.pageindex .pageindex-title .concept {
  background-color: #56AC91;
  margin-top: 4.3rem;
  padding: 0.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
}

.pageindex .scroll p {
  color: #3e3a39;
}

.p-intro {
  width: 90%;
  position: relative;
  background-color: transparent;
  margin-top: -15rem;
  z-index: 333;
}

@media (max-width: 640px) {
  .p-intro {
    margin-top: -13rem;
  }
}

.p-intro .lead-title {
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  .p-intro .lead-title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}

.wrapper {
  position: relative;
}

.wrapper:after {
  content: "";
  position: absolute;
  top: 30rem;
  left: 0;
  /*background-image: url(../img/top/bg_company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;*/
  width: 100%;
  max-width: 82rem;
  height: 55rem;
}

@media (max-width: 640px) {
  .wrapper:after {
    top: 35rem;
  }
}

.top-company {
  position: relative;
  padding: 12rem 0 7rem 0;
  z-index: 2;
}

.top-company .company-layout {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .top-company .company-layout {
    flex-direction: column;
  }
}

.top-company .company-layout .company-left {
  width: 35%;
}

@media (max-width: 640px) {
  .top-company .company-layout .company-left {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.top-company .company-layout .company-left .company-ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.top-company .company-layout .company-left .company-ttl .lead {
  position: relative;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.4;
  color: #3e3a39;
}

.top-company .company-layout .company-left .company-ttl .sub {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #3e3a39;
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.top-company .company-layout .company-left .company-ttl .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/common/nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.2rem;
  height: 2.2rem;
}

.top-company .company-layout .company-left .m-text {
  margin-top: 4rem;
}

.top-company .company-layout .company-right {
  width: 60%;
}

@media (max-width: 640px) {
  .top-company .company-layout .company-right {
    width: 100%;
  }
}

.top-company .company-layout .company-right .company-swiper-slider {
  position: relative;
}

.top-company .company-layout .company-right .company-swiper-slider .swiper {
  position: relative;
  padding-bottom: 10rem;
}

.top-company .company-layout .company-right .company-swiper-slider .swiper-button-next,
.top-company .company-layout .company-right .company-swiper-slider .swiper-button-prev {
  position: unset;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 1px solid #3e3a39;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: unset !important;
  margin-left: 2rem;
}

.top-company .company-layout .company-right .company-swiper-slider .swiper-button-next img,
.top-company .company-layout .company-right .company-swiper-slider .swiper-button-prev img {
  width: 1.5rem;
}

.top-company .company-layout .company-right .company-swiper-slider .swiper-button-next::after,
.top-company .company-layout .company-right .company-swiper-slider .swiper-button-prev::after {
  display: none !important;
}

.top-company .company-layout .company-right .company-swiper-slider .btn-group {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 0;
  z-index: 4;
}

.top-company .company-layout .company-right .company-swiper-slider .swiper-slide {
  position: relative;
  width: 33rem;
}

.top-company .company-layout .company-right .company-swiper-slider .company-item img {
  width: 100%;
}

.top-company .company-layout .company-right .company-swiper-slider .company-item p {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3E3A39;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.top-company .company-layout .action {
  margin-top: 6rem;
}

@media (max-width: 640px) {
  .top-company .company-layout .action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.top-mv {
  position: absolute;
  top: 25rem;
  left: 0;
}

@media (max-width: 1024px) {
  .top-mv {
    top: 28rem;
  }
}

@media (max-width: 640px) {
  .top-mv {
    display: none;
  }
}

.top-mv video {
  width: 100%;
  max-width: 140rem;
  height: 44rem;
}

.top-service {
  position: relative;
  z-index: 2;
}

.top-service .service-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8rem;
}

.top-service .service-top .service-concept {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.top-service .service-top .service-concept img {
  width: 2.2rem;
}

.top-service .service-top .service-concept h5 {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 2.2rem;
  color: #3e3a39;
  margin-top: 2rem;
  writing-mode: vertical-lr;
  letter-spacing: 0.7rem;
}

.top-service .service-top .service-info {
  width: calc(100% - 2rem);
  padding-left: 4rem;
  margin-top: 3rem;
}

.top-service .service-top .service-info .m-text {
  margin: 5.5rem 0 4.5rem;
}

.top-service .service-top .action {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.top-service .service-layout .service-intro {
  padding: 12rem 0;
  /*background-image: url(../img/top/service01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  height: 48vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.top-service .service-layout .service-intro::after {
  position: absolute;
  content: "";
  background-image: url(../img/top/service01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
}

.top-service .service-layout .service-intro:hover:after {
  transform: scale(1.1);
}

.top-service .service-layout .service-intro h5 {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  color: #F1C262;
  text-align: center;
  z-index: 2;
}

.top-service .service-layout .service-intro h3 {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 3.3rem;
  color: white;
  text-align: center;
  margin: 1.6rem 0 6.2rem;
  z-index: 2;
}

.top-service .service-layout .service-intro .action {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.top-service .service-layout .service-intro .action p {
  width: 7rem;
  height: 7rem;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-service .service-layout .service-intro .action p img {
  width: 1.5rem;
}

.top-service .service-layout .service-list {
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .top-service .service-layout .service-list {
    height: auto;
  }
}

@media (max-width: 640px) {
  .top-service .service-layout .service-list {
    flex-direction: column;
  }
}

.top-service .service-layout .service-list .service-item {
  width: 33.3333333%;
  height: 45vh;
  padding: 8rem 0;
  /*background-image: url(../img/top/service02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}

@media (max-width: 900px) {
  .top-service .service-layout .service-list .service-item {
    height: fit-content;
  }
}

.top-service .service-layout .service-list .service-item::after {
  position: absolute;
  content: "";
  background-image: url(../img/top/service02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
}

.top-service .service-layout .service-list .service-item:hover:after {
  transform: scale(1.2);
}

@media (max-width: 640px) {
  .top-service .service-layout .service-list .service-item {
    width: 100%;
    padding: 5rem 0 5.5rem;
  }
}

.top-service .service-layout .service-list .service-item#item03::after {
  background-image: url(../img/top/service03.jpg);
}

.top-service .service-layout .service-list .service-item#item04::after {
  background-image: url(../img/top/service04.jpg);
}

.top-service .service-layout .service-list .service-item#item05::after {
  background-image: url(../img/top/service05.jpg);
}

.top-service .service-layout .service-list .service-item#item06::after {
  background-image: url(../img/top/service06.jpg);
}

@media (max-width: 640px) {
  .top-service .service-layout .service-list .service-item {
    width: 100%;
  }
}

.top-service .service-layout .service-list .service-item h5 {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  color: #F1C262;
  text-align: center;
  z-index: 2;
}

.top-service .service-layout .service-list .service-item h3 {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 3.1rem;
  color: white;
  text-align: center;
  margin: 1.6rem 0 6.2rem;
  z-index: 2;
}

.top-service .service-layout .service-list .service-item .action {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.top-service .service-layout .service-list .service-item .action p {
  width: 7rem;
  height: 7rem;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-service .service-layout .service-list .service-item .action p img {
  width: 1.5rem;
}

.top-reason {
  position: relative;
  padding-top: 10rem;
  z-index: 2;
}

.top-reason .reason-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8rem;
}

.top-reason .reason-top .reason-concept {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.top-reason .reason-top .reason-concept img {
  width: 2.2rem;
}

.top-reason .reason-top .reason-concept h5 {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 2.2rem;
  color: #3e3a39;
  margin-top: 2rem;
  writing-mode: vertical-lr;
  letter-spacing: 0.7rem;
}

.top-reason .reason-top .reason-info {
  width: calc(100% - 2rem);
  padding-left: 4rem;
  margin-top: 3rem;
}

.top-reason .reason-top .reason-info .m-text {
  margin: 5.5rem 0 4.5rem;
  max-width: 45%;
  width: 100%;
}

@media (max-width: 640px) {
  .top-reason .reason-top .reason-info .m-text {
    max-width: 100%;
  }
}

.top-reason .reason-top .action {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.top-reason .reason-mark {
  max-width: 50rem;
  width: 100%;
  position: absolute;
  top: 17rem;
  right: 11rem;
}

@media (max-width: 640px) {
  .top-reason .reason-mark {
    top: unset;
    bottom: 8rem;
    left: 10%;
    transform: translateX(-50%);
  }
}

.top-reason .reason-mark img {
  width: 100%;
}

.top-reason .reason-img {
  width: 100%;
}

@media (max-width: 640px) {
  .top-reason .reason-img {
    height: 50rem;
  }
}

.top-reason .reason-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .top-reason .reason-img img {
    width: auto;
    height: 100%;
  }
}

.top-related {
  position: relative;
  padding-bottom: 12rem;
}

.top-related .logo {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-related .m-text {
  text-align: center;
  margin: 2.5rem 0 5rem;
  font-size: 2.4rem;
}

@media (max-width: 640px) {
  .top-related .m-text {
    font-size: 3.6rem;
  }
}

.top-related .related-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}

.top-related .related-layout .related-item {
  width: 23%;
  margin-bottom: 2.4rem;
}

@media (max-width: 640px) {
  .top-related .related-layout .related-item {
    width: 48%;
  }
}

.top-related .related-layout .related-item img {
  width: 100%;
}

/* 
.top-csr {
  padding: 12rem 0;
}

.top-csr .csr-layout {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .top-csr .csr-layout {
    display: block;
  }
}

.top-csr .csr-layout .csr-top {
  position: relative;
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 8rem;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-top {
    width: 30rem;
    margin: 0 auto 4rem;
    padding-top: 4rem;
  }
}

.top-csr .csr-layout .csr-top .m-text {
  margin-top: 5rem;
  text-align: center;
  font-size: 2.4rem;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-top .m-text {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}

.top-csr .csr-layout .wrap {
  position: relative;
  width: calc(100% - 32rem);
}

@media (max-width: 640px) {
  .top-csr .csr-layout .wrap {
    width: 100%;
  }
}

.top-csr .csr-layout .csr-swiper-slider {
  position: relative;
}

.top-csr .csr-layout .csr-swiper-slider .swiper {
  position: relative;
  margin-bottom: 3rem;
}

.top-csr .csr-layout .csr-swiper-slider .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10rem;
  left: -30rem;
  gap: 1.5rem;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-swiper-slider .swiper-btn {
    bottom: 5rem;
  }
}

.top-csr .csr-layout .csr-swiper-slider .swiper-button-next,
.top-csr .csr-layout .csr-swiper-slider .swiper-button-prev {
  position: unset;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 1px solid #3e3a39;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-csr .csr-layout .csr-swiper-slider .swiper-button-next img,
.top-csr .csr-layout .csr-swiper-slider .swiper-button-prev img {
  width: 1.5rem;
}

.top-csr .csr-layout .csr-swiper-slider .swiper-button-next::after,
.top-csr .csr-layout .csr-swiper-slider .swiper-button-prev::after {
  display: none !important;
}

@media (max-width: 640px) {

  .top-csr .csr-layout .csr-swiper-slider .swiper-button-next,
  .top-csr .csr-layout .csr-swiper-slider .swiper-button-prev {
    width: 9rem;
    height: 9rem;
  }
}

.top-csr .csr-layout .csr-swiper-slider .swiper-slide {
  position: relative;
  opacity: 0.95;
}

.top-csr .csr-layout .csr-swiper-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-swiper-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}

.top-csr .csr-layout .csr-swiper-slider .csr-item {
  position: relative;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-swiper-slider .csr-item {
    height: 53rem;
  }
}

.top-csr .csr-layout .csr-swiper-slider .csr-item .thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-swiper-slider .csr-item .thumb {
    height: 100%;
    width: auto;
  }
}

.top-csr .csr-layout .csr-swiper-slider .csr-item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-swiper-slider .csr-item .thumb img {
    height: 100%;
    width: auto;
  }
}

.top-csr .csr-layout .csr-swiper-slider .csr-item .thumb:hover img {
  transform: scale(1.2);
}

.top-csr .csr-layout .csr-swiper-slider .csr-item .content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 2.5rem;
}

.top-csr .csr-layout .csr-swiper-slider .csr-item .content .title {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.7rem;
  color: white;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-swiper-slider .csr-item .content .title {
    font-size: 3.6rem;
  }
}

.top-csr .csr-layout .csr-swiper-slider .csr-item .content .mx-text {
  color: white;
  margin-bottom: 5rem;
  text-align: center;
  font-size: 2.6rem;
}

@media (max-width: 640px) {
  .top-csr .csr-layout .csr-swiper-slider .csr-item .content .mx-text {
    font-size: 4rem;
  }
}

.top-csr .csr-layout .csr-swiper-slider .csr-item .content .arrow {
  width: 7rem;
  height: 7rem;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.top-csr .csr-layout .csr-swiper-slider .csr-item .content .arrow img {
  width: 1.5rem;
} */

/* 
.top-recruit {
  position: relative;
  padding: 5.3rem 0;
  background-image: url(../img/top/bg_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-recruit .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 44rem;
  width: 100%;
}

.top-recruit .logo img {
  width: 100%;
}

.top-recruit .ttl {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3e3a39;
  font-size: 10.5rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1.4rem;
}

.top-recruit .ttl span {
  color: #F1C262;
}

.top-recruit .lead-title {
  text-align: center;
  margin: 1.5rem 0 2.5rem;
}

.top-recruit .arrow {
  width: 7rem;
  height: 7rem;
  background-color: #F1C262;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.top-recruit .arrow img {
  width: 1.5rem;
} */

.space {
  display: block;
  width: 100%;
  height: 100vh;
}

.top-news-layout {
  position: absolute;
  bottom: 30px;
  max-width: 1080px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.top-news-layout .news-layout .action {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
.top-contact {
  position: relative;
  padding: 3.5rem 0;
  background-color: #F3F3F1;
  background-image: url(../img/top/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 2;
}

.top-contact .contact-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.top-contact .contact-top .contact-concept {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.top-contact .contact-top .contact-concept img {
  width: 2.2rem;
}

.top-contact .contact-top .contact-concept h5 {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 2.2rem;
  color: #3e3a39;
  margin-top: 2rem;
  writing-mode: vertical-lr;
  letter-spacing: 0.7rem;
}

.top-contact .contact-top .contact-info {
  width: calc(100% - 2rem);
  padding-left: 4rem;
  margin-top: 3rem;
}

.top-contact .contact-top .contact-info .m-text {
  margin: 5.5rem 0 4.5rem;
  font-size: 2rem;
}

.top-contact .contact-top .action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .top-contact .contact-top .action {
    justify-content: flex-start;
  }
} */

.top-example-layout {
  position: relative;
  padding: 10rem 0;
}

.top-example-layout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70%;
  height: 46rem;
  clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
  background-color: #FFF6E1;
}

.top-example-layout .example-layout {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5rem 0;
  z-index: 22;
}

@media (max-width: 640px) {
  .top-example-layout .example-layout {
    flex-direction: column;
  }
}

.top-example-layout .example-layout .action.sp {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.top-example-layout .example-layout .example-left {
  width: 30%;
}

@media (max-width: 640px) {
  .top-example-layout .example-layout .example-left {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.top-example-layout .example-layout .example-left .section-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 4rem;
}

.top-example-layout .example-layout .example-left .section-title .lead {
  margin-right: 2rem;
}

.top-example-layout .example-layout .example-left .category-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 6rem;
}

.top-example-layout .example-layout .example-left .category-list .category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  color: #86C973;
  border: 1px solid #86C973;
  padding: 0.3rem 1rem;
  transition: all ease 0.3s;
}

@media (max-width: 640px) {
  .top-example-layout .example-layout .example-left .category-list .category {
    font-size: 1.8rem;
  }
}

.top-example-layout .example-layout .example-left .category-list .category.active {
  background-color: #86C973;
  color: white;
}

.top-example-layout .example-layout .example-left .action.pc {
  margin-bottom: 7.5rem;
}

.top-example-layout .example-layout .example-left .mark {
  width: 27rem;
}

@media (max-width: 640px) {
  .top-example-layout .example-layout .example-left .mark {
    position: absolute;
    width: 21rem;
    top: 4rem;
    right: 0;
  }
}

.top-example-layout .example-layout .example-left .mark img {
  width: 100%;
}

.top-example-layout .example-layout .example-right {
  width: 67%;
}

@media (max-width: 640px) {
  .top-example-layout .example-layout .example-right {
    width: 100%;
  }
}

.top-example-layout .example-layout .example-right .example-swiper-slider {
  position: relative;
  padding-bottom: 6rem;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .swiper {
  position: relative;
  padding: 4rem 0;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .swiper-slide {
  position: relative;
  width: 65rem;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .swiper-scrollbar {
  background-color: #CACBCB;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .swiper-scrollbar-drag {
  background-color: #00FF7F;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item {
  position: relative;
  overflow: hidden;
  padding: 0 2.5rem;
  border-left: 1px dotted #CACBCB;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item:last-child {
  border-right: 1px dotted #CACBCB;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item-left:hover img {
  transform: scale(1.15);
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item .content .date {
  font-size: 1.2rem;
  color: #86C973;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  display: flex;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  .top-example-layout .example-layout .example-right .example-swiper-slider .example-item .content .date {
    font-size: 1.8rem;
  }
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item .content .label {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.2rem;
  border: 1px solid #86C973;
  color: #86C973;
  padding: 0.1rem 0.8rem;
  margin-bottom: 3rem;
  width: max-content;
}

@media (max-width: 640px) {
  .top-example-layout .example-layout .example-right .example-swiper-slider .example-item .content .label {
    font-size: 1.8rem;
  }
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item .content .title {
  font-size: 1.6rem;
  text-align: left;
  color: #3E3A39;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  margin-bottom: 4rem;
  height: 4rem;
  overflow-y: hidden;
}

@media (max-width: 640px) {
  .top-example-layout .example-layout .example-right .example-swiper-slider .example-item .content .title {
    font-size: 2.1rem;
  }
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item .content .title a {
  color: inherit;
}

.top-example-layout .example-layout .example-right .example-swiper-slider .example-item .content .title a:hover {
  text-decoration: underline;
}

/*instagram*/
.top-instagram .sns_item {
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top-instagram .sns_item .instagram_item {
  width: 48%;
  height: 560px;
  overflow-y: scroll;
}

.top-instagram .sns_item .twitter_item {
  width: 48%;
  height: 560px;
  overflow-y: scroll;
}

@media (max-width: 640px) {
  .top-instagram .sns_item {
    flex-wrap: wrap;
  }

  .top-instagram .sns_item .instagram_item {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    margin-bottom: 40px;
  }

  .top-instagram .sns_item .twitter_item {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
  }
}

.p-company {
  position: relative;
  padding: 10rem 0 12rem;
}

.p-company .section-title {
  margin-bottom: 2rem;
}

.p-company #message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .p-company #message {
    flex-direction: column;
  }
}

.p-company #message .message-wrapper {
  position: relative;
  width: 45%;
}

@media (max-width: 640px) {
  .p-company #message .message-wrapper {
    width: 100%;
    margin-top: 4rem;
  }
}

.p-company #message .message-wrapper .mx-text {
  margin-bottom: 4rem;
  letter-spacing: 0.9rem;
  font-size: 2.6rem;
}

.p-company #message .president-wrapper {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 640px) {
  .p-company #message .president-wrapper {
    width: 100%;
  }
}

.p-company #message .president-wrapper .avatar {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}

.p-company #message .president-wrapper .avatar img {
  width: 100%;
}

.p-company .msg-mark {
  position: absolute;
  top: 25rem;
  right: 5rem;
  width: 35rem;
}

.p-company .msg-mark img {
  width: 100%;
}

@media (max-width: 640px) {
  .p-company .msg-mark {
    top: 95rem;
  }
}

.p-company .company-img {
  width: 100%;
}

.p-company .company-img img {
  width: 100%;
}

.p-company .recruit-swiper-slider {
  padding: 0;
  margin-top: -5rem;
}

.p-company .recruit-swiper-slider .swiper {
  padding: 0;
}

.p-policy {
  height: 100vh;
  position: relative;
  padding: 9rem 0 10rem;
  background-image: url(../img/company/policy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media(max-width: 800px) {
  .p-policy {
    height: 70vh;
  }
}

@media(max-width: 640px) {
  .p-policy {
    height: 80vh;
  }
}

.p-policy .policy-movie {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media(max-width: 768px) {
  .p-policy .policy-movie {
    height: 70vh;
  }
}

@media(max-width: 640px) {
  .p-policy .policy-movie {
    height: 90vh;
  }
}

.p-policy .policy-movie video {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

@media(max-width: 1280px) {
  .p-policy .policy-movie video {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-policy .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-policy .container .section-title {
  margin-bottom: 6rem;
}

.p-policy .container .lead-title {
  margin: 6.5rem 0 3.5rem;
  color: #fff;
  text-align: center;
}

.p-policy .container .m-text {
  text-align: center;
}

.p-policy .container .m-text.white {
  color: #fff;
}

.p-policy .container .policy-img {
  margin: 0 auto;
  max-width: 50rem;
}

@media(max-width: 1600px) {
  .p-policy .container .policy-img {
    max-width: 25rem;
  }
}

@media(max-width: 800px) {
  .p-policy .container .policy-img {
    max-width: 50rem;
  }
}

.p-policy .container .policy-img img {
  width: 100%;
}

.p-overview {
  position: relative;
  padding: 9rem 0 10rem;
}

.p-overview .section-title {
  margin-bottom: 7rem;
}

.p-overview iframe {
  width: 100%;
  height: 53rem;
}

.p-history {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.p-history .section-title {
  margin-bottom: 6rem;
}

.p-history .movie-layout {
  margin-top: 8rem;
}

.p-history .movie-layout iframe {
  width: 100%;
  height: 48rem;
}

.about-panel {
  position: relative;
  display: block;
}

.about-panel .outline-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  color: #3E3A39;
}

@media (max-width: 640px) {
  .about-panel .outline-item {
    flex-direction: column;
    margin-bottom: 1.4rem;
  }
}

.about-panel .outline-item-left {
  position: relative;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3E3A39;
  font-size: 1.8rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  padding: 1.25rem 0;
  text-align: center;
}

.about-panel .outline-item-left::after {
  content: "";
  background-color: #56AC91;
  width: 3.1rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 640px) {
  .about-panel .outline-item-left {
    font-size: 2.1rem;
    width: 100%;
    padding: 1.5rem 0;
    text-align: left;
    justify-content: flex-start;
    border-bottom: none;
  }
}

.about-panel .outline-item-right {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  color: #3E3A39;
  font-size: 1.8rem;
  width: 80%;
  padding: 1.25rem 0;
}

@media (max-width: 640px) {
  .about-panel .outline-item-right {
    font-size: 2.1rem;
    width: 100%;
    padding: 1.5rem 0;
  }
}

.p-movie {
  position: relative;
}

.p-movie video {
  width: 100%;
  min-height: 58rem;
  object-fit: cover;
}

.p-movie iframe {
  width: 100%;
  min-height: 58rem;
  object-fit: cover;
}

.p-access {
  position: relative;
  padding: 0 0 13rem 0;
}

.p-access .section-title {
  margin-bottom: 6.7rem;
}

.p-access .map-layout iframe {
  width: 100%;
  height: 58rem;
}

.p-vr {
  position: relative;
  padding: 7rem 0;
  background-image: url(../img/company/bg_vr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: fit-content;
}

.p-vr .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-vr .section-title {
  margin-bottom: 4rem;
}

.p-vr .section-title .lead {
  color: white;
}

.p-vr .section-title .sub {
  color: white;
}

.p-vr .section-title .sub::before {
  background-image: url(../img/common/nav_white.svg);
}

.p-vr .lead-title {
  color: white;
  text-align: center;
  margin-bottom: 2.6rem;
}

.p-vr .m-text {
  text-align: center;
  color: white;
  margin-bottom: 3.2rem;
}

.p-vr .action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-vr .action .arrow {
  border: 1px solid white;
}

.p-vr .action p {
  color: white;
}

.p-csr {
  position: relative;
  padding: 9rem 0;
}

.p-csr .mx-text {
  text-align: center;
  color: #56AC91;
  margin: 5.6rem 0 4.6rem;
}

.p-csr .m-text {
  text-align: center;
}

.p-sdg {
  position: relative;
}

.p-sdg .sdg-layout {
  padding: 14rem 0 9rem;
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
}

.p-sdg .sdg-layout .section-title {
  margin-bottom: 3.5rem;
}

.p-sdg .sdg-layout .sdg-img {
  width: 100%;
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  .p-sdg .sdg-layout .sdg-img {
    height: 40rem;
    transform: translateX(-45%);
  }
}

.p-sdg .sdg-layout .sdg-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .p-sdg .sdg-layout .sdg-img img {
    width: auto;
    height: 100%;
  }
}

.p-sdg .sdg-layout .mark {
  padding-top: 6rem;
}

/*--------------------------------------------------------------
# CSR活動ページ
--------------------------------------------------------------*/
.p-sdg .sdg-layout .mark .p-csr-sdgs {
  display: flex;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs {
    display: block;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__col--left {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__col--left {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__col--left {
    width: 100%;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__col--right {
  flex: 1;
  margin-left: 40px;
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__col--right {
    margin-left: 0;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__ttl {
  max-width: 415px;
  height: 60px;
  padding-left: 60px;
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__ttl img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__ttl {
    max-width: 250px;
    height: auto;
    margin: 0 auto 20px;
    padding-left: 0;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (max-width: 767px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__btns {
    margin: 0 -2px;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__btn {
  width: 20%;
  padding: 5px;
}

@media screen and (max-width: 1024px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__btn {
    width: 25%;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__btn img {
  width: 84px;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__btn {
    cursor: pointer;
    transition: 0.3s opacity;
  }

  .p-sdg .sdg-layout .mark .p-csr-sdgs__btn:hover {
    opacity: 0.7;
  }

  .p-sdg .sdg-layout .mark .p-csr-sdgs__btn:hover img {
    opacity: 1;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__btn[disabled] {
  opacity: 0.2;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__btn {
    width: 25%;
    padding: 2px;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__cnt:not(:first-child) {
  display: none;
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__img {
  width: 185px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-sdg .sdg-layout .mark .p-csr-sdgs__img {
    width: 25%;
  }
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__subTtl {
  margin-bottom: 0.5em;
  color: #000080;
  font-weight: bold;
  font-size: 2rem;
  font-family: hiraMinProp-regular;
}

.p-sdg .sdg-layout .mark .p-csr-sdgs__txt {
  font-size: 1.6rem;
  font-family: KozGoPr6N-Regular;
}

/*---*/

.p-sdg .sdg-layout .action {
  margin-top: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-attempt {
  position: relative;
  padding: 11rem 0 9rem;
}

.p-attempt .section-title {
  margin-bottom: 3rem;
}

.p-attempt .attempt-img {
  width: 100%;
}

@media (max-width: 640px) {
  .p-attempt .attempt-img {
    height: 40rem;
  }
}

.p-attempt .attempt-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .p-attempt .attempt-img img {
    width: auto;
    height: 100%;
  }
}

.p-attempt .mx-text.option {
  color: #56AC91;
  text-align: center;
  margin: 6.5rem 0 3.5rem;
}

.p-attempt .m-text.option {
  text-align: center;
}

.p-attempt .attempt-wrapper {
  margin-top: 4rem;
}

.p-attempt .attempt-wrapper .attempt-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 1px solid #D9DADA;
}

@media (max-width: 640px) {
  .p-attempt .attempt-wrapper .attempt-item {
    flex-direction: column;
  }
}

.p-attempt .attempt-wrapper .attempt-item-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9DADA;
  padding: 4rem 0;
  min-height: 30rem;
}

@media (max-width: 640px) {
  .p-attempt .attempt-wrapper .attempt-item-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.p-attempt .attempt-wrapper .attempt-item-left img {
  width: auto;
  height: 20rem;
}

.p-attempt .attempt-wrapper .attempt-item:nth-child(1) .attempt-item-left img {
  height: 11rem;
}

.p-attempt .attempt-wrapper .attempt-item:nth-child(6) .attempt-item-left img,
.p-attempt .attempt-wrapper .attempt-item:nth-child(11) .attempt-item-left img {
  height: 17rem;
}

@media (max-width: 640px) {
  .p-attempt .attempt-wrapper .attempt-item-left img {
    height: 22rem;
  }

  .p-attempt .attempt-wrapper .attempt-item:nth-child(1) .attempt-item-left img {
    height: 14rem;
  }
}

.p-attempt .attempt-wrapper .attempt-item-right {
  width: 55%;
  padding: 0 3rem;
}

@media (max-width: 640px) {
  .p-attempt .attempt-wrapper .attempt-item-right {
    width: 100%;
  }
}

.p-attempt .attempt-wrapper .attempt-item-right .num {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  color: #56AC91;
}

.p-attempt .attempt-wrapper .attempt-item-right .mx-text {
  margin-bottom: 2rem;
}

.p-strength {
  position: relative;
  padding: 11rem 0 10rem;
  background-image: url(../img/reason/bg_strength.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: fit-content;
}

.p-strength .section-title {
  margin-bottom: 3rem;
}

.p-strength .mx-text.option {
  text-align: center;
  margin: 6.5rem 0 3.5rem;
}

.p-strength .strength-wrapper .strength-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}

@media (max-width: 640px) {
  .p-strength .strength-wrapper .strength-item {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .p-strength .strength-wrapper .strength-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.p-strength .strength-wrapper .strength-item-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .p-strength .strength-wrapper .strength-item-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.p-strength .strength-wrapper .strength-item-left img {
  width: 100%;
}

.p-strength .strength-wrapper .strength-item-right {
  width: 45%;
}

@media (max-width: 640px) {
  .p-strength .strength-wrapper .strength-item-right {
    width: 100%;
  }
}

.p-strength .strength-wrapper .strength-item-right .num {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  color: #F1C262;
}

.p-strength .strength-wrapper .strength-item-right .mx-text {
  margin-bottom: 2rem;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #56AC91;
  font-size: 2.3rem;
}

.p-service {
  position: relative;
}

.p-service .section-title {
  margin-bottom: 4rem;
}

.p-service .service-layout {
  padding-top: 10rem;
}

.p-service .service-layout .service-item {
  margin-bottom: 13rem;
}

.p-service .service-layout .service-item .service-img {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .service-img {
    transform: translateX(-45%);
  }
}

.p-service .service-layout .service-item .service-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .service-img img {
    height: 45rem;
    width: auto;
  }
}

.p-service .service-layout .service-item .intro {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #56AC91;
  margin-bottom: 1.8rem;
}

.p-service .service-layout .service-item .description {
  margin-bottom: 5rem;
  font-size: 1.8rem;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .description {
    font-size: 2.1rem;
  }
}

.p-service .service-layout .service-item .service-list {
  padding-bottom: 10rem;
}

.p-service .service-layout .service-item .service-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .service-list .item {
    flex-direction: column;
  }
}

.p-service .service-layout .service-item .service-list .item .left {
  width: 45%;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .service-list .item .left {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.p-service .service-layout .service-item .service-list .item .left img {
  width: 100%;
}

.p-service .service-layout .service-item .service-list .item .right {
  width: 50%;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .service-list .item .right {
    width: 100%;
  }
}

.p-service .service-layout .service-item .service-list .item .right .num {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #F1C262;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .service-list .item .right .num {
    font-size: 2.1rem;
  }
}

.p-service .service-layout .service-item .service-list .item .right .mx-text {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #56AC91;
  margin-bottom: 2rem;
}

.p-service .service-layout .service-item .service-list .item .right .m-text {
  font-size: 1.6rem;
}

.p-service .service-layout .service-item .service-list .item .right .m-text span {
  color: #F1C262;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .service-list .item .right .m-text {
    font-size: 1.8rem;
  }
}

.p-service .service-layout .service-item .concept {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2rem;
  color: white;
  background-color: #56AC91;
  width: 100%;
  padding: 1.8rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .concept {
    font-size: 2.1rem;
  }
}

.p-service .service-layout .service-item .option {
  margin: 2.8rem 0 7rem;
}

.p-service .service-layout .service-item .intro-swiper-slider {
  position: relative;
  padding-bottom: 10rem;
}

.p-service .service-layout .service-item .intro-swiper-slider .swiper {
  position: relative;
  padding-bottom: 10rem;
}

.p-service .service-layout .service-item .intro-swiper-slider .swiper-button {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-service .service-layout .service-item .intro-swiper-slider .swiper-button-next,
.p-service .service-layout .service-item .intro-swiper-slider .swiper-button-prev {
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  border-radius: 50%;
}

.p-service .service-layout .service-item .intro-swiper-slider .swiper-button-next::after,
.p-service .service-layout .service-item .intro-swiper-slider .swiper-button-prev::after {
  display: none;
}

.p-service .service-layout .service-item .intro-swiper-slider .swiper-button-next img,
.p-service .service-layout .service-item .intro-swiper-slider .swiper-button-prev img {
  width: 1.5rem;
}

.p-service .service-layout .service-item .intro-swiper-slider .swiper-button-next {
  margin-left: 2rem;
}

.p-service .service-layout .service-item .intro-swiper-slider .swiper-slide {
  position: relative;
  width: 65rem;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .intro-swiper-slider .swiper-slide {
    width: 45rem !important;
  }
}

.p-service .service-layout .service-item .intro-swiper-slider .intro-item {
  width: 100%;
}

.p-service .service-layout .service-item .intro-swiper-slider .intro-item img {
  width: 100%;
  height: 30rem;
  overflow: hidden;
}

.p-service .service-layout .service-item .intro-swiper-slider .intro-item .content {
  padding: 3.2rem 0;
}

.p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .num {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #F1C262;
}

.p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .mx-text {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #56AC91;
  margin-bottom: 2rem;
}

.p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .m-text {
  font-size: 1.6rem;
}

.p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .m-text span {
  color: #F1C262;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .intro-swiper-slider .intro-item .content .m-text {
    font-size: 1.8rem;
  }
}

.p-service .service-layout .service-item .last-swiper-slider {
  position: relative;
  padding-bottom: 10rem;
}

.p-service .service-layout .service-item .last-swiper-slider .swiper {
  position: relative;
}

.p-service .service-layout .service-item .last-swiper-slider .swiper-button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-service .service-layout .service-item .last-swiper-slider .swiper-button-next,
.p-service .service-layout .service-item .last-swiper-slider .swiper-button-prev {
  width: 7.5rem;
  height: 7.5rem;
  background-color: #BDBEBE;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  border-radius: 50%;
}

.p-service .service-layout .service-item .last-swiper-slider .swiper-button-next::after,
.p-service .service-layout .service-item .last-swiper-slider .swiper-button-prev::after {
  display: none;
}

.p-service .service-layout .service-item .last-swiper-slider .swiper-button-next img,
.p-service .service-layout .service-item .last-swiper-slider .swiper-button-prev img {
  width: 1.5rem;
}

.p-service .service-layout .service-item .last-swiper-slider .swiper-button-next:hover,
.p-service .service-layout .service-item .last-swiper-slider .swiper-button-prev:hover {
  background-color: #56AC91;
}

.p-service .service-layout .service-item .last-swiper-slider .swiper-button-next {
  margin-left: 2rem;
}

.p-service .service-layout .service-item .last-swiper-slider .swiper-slide {
  position: relative;
  width: 65rem;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .last-swiper-slider .swiper-slide {
    width: 45rem !important;
  }
}

.p-service .service-layout .service-item .last-swiper-slider .last-item {
  width: 100%;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9DADA;
}

.p-service .service-layout .service-item .last-swiper-slider .last-item img {
  width: auto;
  height: 37rem;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .last-swiper-slider .last-item img {
    width: 100%;
    height: auto;
  }
}

.p-service .service-layout .service-item .description-layout {
  padding-bottom: 8rem;
}

.p-service .service-layout .service-item .description-layout .description-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #D9DADA;
}

.p-service .service-layout .service-item .description-layout .description-item .num {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #F1C262;
}

.p-service .service-layout .service-item .description-layout .description-item .mx-text {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #56AC91;
  margin-bottom: 2rem;
}

.p-service .service-layout .service-item .description-layout .description-item .m-text {
  font-size: 1.8rem;
}

.p-service .service-layout .service-item .description-layout .description-item .m-text span {
  color: #F1C262;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .description-layout .description-item .m-text {
    font-size: 2.1rem;
  }
}

.p-service .service-layout .service-item .movie-layout video {
  width: 100%;
  height: 58rem;
  object-fit: cover;
}

.p-service .service-layout .service-item .detail-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5%;
  margin: 5rem 0;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .detail-content {
    flex-direction: column;
  }
}

.p-service .service-layout .service-item .detail-content .detail-item {
  width: 31%;
}

@media (max-width: 640px) {
  .p-service .service-layout .service-item .detail-content .detail-item {
    width: 100%;
    margin-bottom: 6rem;
  }
}

.p-service .service-layout .service-item .detail-content .detail-item img {
  width: 100%;
  margin-bottom: 1rem;
}

.p-service .service-layout .service-item .detail-content .detail-item .mx-text {
  margin-top: 1.5rem;
  text-align: center;
}

.p-project {
  position: relative;
  padding: 8rem 0 14rem;
}

.p-project .concept {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2rem;
  color: white;
  background-color: #56AC91;
  width: 100%;
  padding: 1.8rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  .p-project .concept {
    font-size: 2.1rem;
  }
}

.p-project .intro-swiper-slider {
  position: relative;
  padding-bottom: 10rem;
}

.p-project .intro-swiper-slider .swiper {
  position: relative;
  padding-bottom: 10rem;
}

.p-project .intro-swiper-slider .swiper-button {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-project .intro-swiper-slider .swiper-button-next,
.p-project .intro-swiper-slider .swiper-button-prev {
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  border-radius: 50%;
}

.p-project .intro-swiper-slider .swiper-button-next::after,
.p-project .intro-swiper-slider .swiper-button-prev::after {
  display: none;
}

.p-project .intro-swiper-slider .swiper-button-next img,
.p-project .intro-swiper-slider .swiper-button-prev img {
  width: 1.5rem;
}

.p-project .intro-swiper-slider .swiper-button-next {
  margin-left: 2rem;
}

.p-project .intro-swiper-slider .swiper-slide {
  position: relative;
  width: 65rem;
}

@media (max-width: 640px) {
  .p-project .intro-swiper-slider .swiper-slide {
    width: 45rem !important;
  }
}

.p-project .intro-swiper-slider .intro-item {
  width: 100%;
}

.p-project .intro-swiper-slider .intro-item img {
  width: 100%;
  height: 30rem;
  overflow: hidden;
}

.p-project .intro-swiper-slider .intro-item .content {
  padding: 3.2rem 0;
}

.p-project .intro-swiper-slider .intro-item .content .num {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #F1C262;
}

.p-project .intro-swiper-slider .intro-item .content .mx-text {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #56AC91;
  margin-bottom: 2rem;
}

.p-project .intro-swiper-slider .intro-item .content .m-text {
  font-size: 1.6rem;
}

.p-project .intro-swiper-slider .intro-item .content .m-text span {
  color: #F1C262;
}

@media (max-width: 640px) {
  .p-project .intro-swiper-slider .intro-item .content .m-text {
    font-size: 1.8rem;
  }
}

.p-project .movie-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-project .movie-layout iframe {
  width: 48%;
  height: 35rem;
  object-fit: cover;
}

@media (max-width: 640px) {
  .p-project .movie-layout {
    display: block;
  }

  .p-project .movie-layout iframe {
    width: 100%;
    height: 40rem;
  }

  .p-project .movie-layout iframe:first-child {
    margin-bottom: 2rem;
  }
}

.p-project .detail-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5%;
  margin-bottom: 7rem;
}

@media (max-width: 640px) {
  .p-project .detail-content {
    flex-direction: column;
  }
}

.p-project .detail-content .detail-item {
  width: 31%;
}

@media (max-width: 640px) {
  .p-project .detail-content .detail-item {
    width: 100%;
    margin-bottom: 6rem;
  }
}

.p-project .detail-content .detail-item img {
  width: 100%;
  margin-bottom: 1rem;
}

.p-project .detail-content .detail-item .m-text {
  margin-top: 1.5rem;
  font-size: 1.8rem;
}

@media (max-width: 640px) {
  .p-project .detail-content .detail-item .m-text {
    font-size: 2.1rem;
  }
}

.p-project .green {
  color: #56AC91;
}

.p-msg {
  position: relative;
  padding: 10rem 0 28rem;
  background-image: url(../img/recruit/bg_msg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: fit-content;
}

.p-msg .lead-title {
  text-align: center;
  margin-bottom: 5rem;
}

.p-msg .m-text {
  text-align: center;
}

.p-msg .scroll-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}

.p-msg .scroll-btn .arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #3E3A39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-msg .scroll-btn .arrow span {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  transform: rotate(45deg);
}

.p-msg .scroll-btn p {
  margin-left: 1rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #3e3a39;
}

.p-person {
  position: relative;
  padding: 10rem 0 14rem;
}

.p-person .person-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 22;
  margin-top: 5rem;
}

@media (max-width: 640px) {
  .p-person .person-layout {
    flex-direction: column;
  }
}

.p-person .person-layout .person-item {
  position: relative;
  width: 32%;
  border: 2px solid #56AC91;
  padding: 5rem 2.4rem;
  background-color: white;
  min-height: 35rem;
}

@media (max-width: 640px) {
  .p-person .person-layout .person-item {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.p-person .person-layout .person-item:last-child {
  margin-bottom: 0;
}

.p-person .person-layout .person-item .num {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background-color: #56AC91;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .p-person .person-layout .person-item .num {
    width: 8rem;
    height: 8rem;
    padding: 1rem;
  }
}

.p-person .person-layout .person-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.p-person .person-layout .person-item .img img {
  width: auto;
  height: 9.5rem;
}

.p-person .person-layout .person-item .mx-text {
  color: #56AC91;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

@media (max-width: 640px) {
  .p-person .person-layout .person-item .mx-text {
    font-size: 2.1rem;
  }
}

.p-person .person-layout .person-item .m-text {
  text-align: center;
}

@media (max-width: 640px) {
  .p-person .person-layout .person-item .m-text {
    font-size: 1.8rem;
  }
}

.p-staff {
  position: relative;
  padding: 10rem 0 5rem;
}

.p-staff .container {
  position: relative;
  z-index: 99;
}

.p-staff .container .section-title {
  margin-bottom: 5rem;
}

.p-staff .container .lead-title {
  text-align: center;
  margin-bottom: 3rem;
}

.p-staff .container .text {
  text-align: center;
  margin-bottom: 5rem;
}

.p-staff .container .warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-staff .container .warpper .tabs {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-staff .container .warpper .tabs .person-btn {
  cursor: pointer;
  width: 17rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56AC91;
  border: 1px solid #56AC91;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 1.3rem;
}

.p-staff .container .warpper .tabs .person-btn:hover {
  background-color: #56AC91;
  color: white;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .tabs .person-btn {
    width: 19rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }
}

.p-staff .container .warpper .panels {
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels {
    display: block;
  }
}

.p-staff .container .warpper .panels .panel {
  width: 48%;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel {
    width: 100%;
  }
}

.p-staff .container .warpper .panels .panel .staff-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 6rem;
}

.p-staff .container .warpper .panels .panel .staff-intro-img {
  width: 100%;
  max-width: 15rem;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .staff-intro-img {
    width: 100%;
    height: 18rem;
    margin-bottom: 2rem;
  }
}

.p-staff .container .warpper .panels .panel .staff-intro-img img {
  width: 100%;
  border-radius: 50%;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .staff-intro-img img {
    height: 100%;
    width: auto;
    transform: translateX(-25%);
  }
}

.p-staff .container .warpper .panels .panel .staff-intro-description {
  width: 25rem;
  background: #56AC91;
  padding: 2.7rem 3.5rem;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .staff-intro-description {
    width: 27rem;
  }
}

.p-staff .container .warpper .panels .panel .staff-intro-description .m-subttl {
  font-family: hiraMinPro-W6;
  font-weight: bold;
  font-size: 2.3rem;
  color: #FFFFFF;
}

.p-staff .container .warpper .panels .panel .staff-intro-description .m-text {
  color: white;
  line-height: 2;
  margin-top: 1rem;
}

.p-staff .container .warpper .panels .panel .voice-content {
  padding: 4rem 0 8.5rem;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .voice-content {
    padding: 0rem 0 8.5rem;
  }
}

.p-staff .container .warpper .panels .panel .voice-content .voice-item {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .voice-content .voice-item {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .voice-content .voice-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-img {
  width: 50%;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-img img {
  width: 100%;
}

.p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-info {
  width: 100%;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-info {
    width: 100%;
  }
}

.p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-info h5 {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.3rem;
  color: #56AC91;
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
}

@media (max-width: 640px) {
  .p-staff .container .warpper .panels .panel .voice-content .voice-item .voice-info h5 {
    font-size: 2.4rem;
  }
}

/*@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-staff .container .warpper .radio {
  display: none;
}
.p-staff .container .warpper #four:checked ~ .panels #four-panel,
.p-staff .container .warpper #five:checked ~ .panels #five-panel,
.p-staff .container .warpper #six:checked ~ .panels #six-panel,
.p-staff .container .warpper #seven:checked ~ .panels #seven-panel {
  display: block;
}
.p-staff .container .warpper #four:checked ~ .tabs #four-tab,
.p-staff .container .warpper #five:checked ~ .tabs #five-tab,
.p-staff .container .warpper #six:checked ~ .tabs #six-tab,
.p-staff .container .warpper #seven:checked ~ .tabs #seven-tab {
  background-color: #56AC91;
  color: #fff;
}*/

.p-salary {
  position: relative;
  padding: 15rem 0 11rem;
}

.p-salary .section-title {
  margin-bottom: 3.5rem;
}

.p-salary .mx-text {
  margin-bottom: 3rem;
  text-align: center;
}

.p-salary .m-text {
  margin-bottom: 6rem;
  text-align: center;
}

.p-salary .salary-layout .salary-swiper-slider {
  position: relative;
}

.p-salary .salary-layout .salary-swiper-slider .swiper {
  position: relative;
  padding-bottom: 18rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper::after {
  content: "";
  width: 100%;
  background-color: #56AC91;
  height: 42rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-button-next,
.p-salary .salary-layout .salary-swiper-slider .swiper-button-prev {
  position: unset;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: unset !important;
  border: 1px solid white;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-button-next::after,
.p-salary .salary-layout .salary-swiper-slider .swiper-button-prev::after {
  display: none !important;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-button-next img,
.p-salary .salary-layout .salary-swiper-slider .swiper-button-prev img {
  width: 1.5rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-button-next {
  margin-left: 2rem;
}

.p-salary .salary-layout .salary-swiper-slider .btn-group {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide {
  position: relative;
  width: 30rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item {
  padding: 2rem;
  border: 1px solid #D9DADA;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01-left {
  width: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01-left img {
  width: 100%;
  height: auto;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01-right h5 {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.1rem;
  color: #56AC91;
  margin-bottom: 1rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part01-right p {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.8rem;
  color: #56AC91;
  margin-bottom: 1rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part02-bottom {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 7rem;
  color: #56AC91;
  margin-bottom: 0.5rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part02-bottom span {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #56AC91;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part02-top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #56AC91;
  color: white;
  padding: 0.4rem 1.4rem;
  border-radius: 1.4rem;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #56AC91;
  margin-bottom: 1rem;
  padding: 2rem;
  width: 100%;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03:last-child {
  margin-bottom: 0;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03-left {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03-right {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.p-salary .salary-layout .salary-swiper-slider .swiper-slide .salary-item-part03-right span {
  font-size: 1rem;
  margin-left: 0.5rem;
}

.p-carrer {
  position: relative;
  padding: 10rem 0;
}

.p-carrer .container {
  position: relative;
  z-index: 99;
}

.p-carrer .container .section-title {
  margin-bottom: 5rem;
}

.p-carrer .container .mx-text {
  margin-bottom: 3rem;
  text-align: center;
}

.p-carrer .container .m-text {
  margin-bottom: 10rem;
  text-align: center;
}

.p-carrer .container .carrer-img {
  width: 100%;
  margin-bottom: 6rem;
}

.p-carrer .container .carrer-img img {
  width: 100%;
}

.p-carrer .container .warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-carrer .container .warpper .panels {
  background: transparent;
  width: 100%;
}

.p-carrer .container .warpper .panels .panel {
  animation: fadein 0.8s;
}

.p-carrer .container .warpper .panels .panel .require-card-list {
  position: relative;
}

.p-carrer .container .warpper .panels .panel .require-card-list .require-part {
  margin-bottom: 7.5rem;
}

.p-carrer .container .warpper .panels .panel .require-card-list .require-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  color: #3e3a39;
  border-bottom: 1px solid #D1D1D1;
}

.p-carrer .container .warpper .panels .panel .require-card-list .require-item:first-child {
  border-top: 1px solid #D1D1D1;
}

@media (max-width: 640px) {
  .p-carrer .container .warpper .panels .panel .require-card-list .require-item {
    flex-direction: column;
    margin-bottom: 1.4rem;
  }
}

.p-carrer .container .warpper .panels .panel .require-card-list .require-item-left {
  width: 25%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #56AC91;
  font-size: 1.8rem;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  padding: 2rem;
  text-align: left;
}

@media (max-width: 640px) {
  .p-carrer .container .warpper .panels .panel .require-card-list .require-item-left {
    font-size: 2.1rem;
    width: 100%;
    padding: 1.5rem 2.5rem;
    line-height: 1.6;
    text-align: left;
    justify-content: flex-start;
    border-bottom: none;
  }
}

.p-carrer .container .warpper .panels .panel .require-card-list .require-item-right {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  color: #3E3A39;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 75%;
  padding: 2rem;
}

@media (max-width: 640px) {
  .p-carrer .container .warpper .panels .panel .require-card-list .require-item-right {
    font-size: 2.1rem;
    width: 100%;
    padding: 1.5rem 2.5rem;
  }
}

.p-carrer .container .warpper .panels .panel .require-card-list .require-part-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5.3rem auto 0 auto;
}

.p-require {
  position: relative;
  padding: 10rem 0;
}

.p-require .container {
  position: relative;
  z-index: 99;
}

.p-require .container .section-title {
  margin-bottom: 5rem;
}

.p-require .container .warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-require .container .warpper .tabs {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 5rem;
}

.p-require .container .warpper .tabs .person-btn {
  cursor: pointer;
  width: 17rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56AC91;
  border: 1px solid #56AC91;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 1.3rem;
}

.p-require .container .warpper .tabs .person-btn:hover {
  background-color: #56AC91;
  color: white;
}

@media (max-width: 640px) {
  .p-require .container .warpper .tabs .person-btn {
    width: 19rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }
}

.p-require .container .warpper .panels {
  background: transparent;
  width: 100%;
}

.p-require .container .warpper .panels .panel {
  display: none;
  animation: fadein 0.8s;
}

.p-require .container .warpper .panels .panel .require-swiper {
  position: relative;
  margin-bottom: 5rem;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-slide {
  position: relative;
}

.p-require .container .warpper .panels .panel .require-swiper .thumb {
  width: 100%;
}

.p-require .container .warpper .panels .panel .require-swiper .thumb img {
  width: 100%;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-scrollbar {
  background-color: #D9DADA;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-scrollbar-drag {
  background-color: #86C973;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-button {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-button-next,
.p-require .container .warpper .panels .panel .require-swiper .swiper-button-prev {
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  border-radius: 50%;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-button-next::after,
.p-require .container .warpper .panels .panel .require-swiper .swiper-button-prev::after {
  display: none;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-button-next img,
.p-require .container .warpper .panels .panel .require-swiper .swiper-button-prev img {
  width: 1.5rem;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-button-next:active,
.p-require .container .warpper .panels .panel .require-swiper .swiper-button-prev:active {
  background-color: #56AC91;
}

.p-require .container .warpper .panels .panel .require-swiper .swiper-button-next {
  margin-left: 2rem;
}

.p-require .container .warpper .panels .panel .require-card-list {
  position: relative;
}

.p-require .container .warpper .panels .panel .require-card-list .num {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  color: #F1C262;
  margin-bottom: 1rem;
}

.p-require .container .warpper .panels .panel .require-card-list .require-item-ttl {
  position: relative;
  width: 100%;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 3.4rem;
  padding-bottom: 1rem;
  color: #56AC91;
}

@media (max-width: 640px) {
  .p-require .container .warpper .panels .panel .require-card-list .require-item-ttl {
    font-size: 2.8rem;
  }
}

.p-require .container .warpper .panels .panel .require-card-list .require-item-text {
  color: #3E3A39;
  margin-bottom: 7rem;
}

.p-require .container .warpper .panels .panel .require-card-list .require-item-text span {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}

.p-require .container .warpper .panels .panel .require-card-list .require-part {
  margin-bottom: 7.5rem;
}

.p-require .container .warpper .panels .panel .require-card-list .require-part:last-child {
  margin-bottom: 0;
}

.p-require .container .warpper .panels .panel .require-card-list .require-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  color: #3e3a39;
  border-bottom: 1px solid #D1D1D1;
}

@media (max-width: 640px) {
  .p-require .container .warpper .panels .panel .require-card-list .require-item {
    flex-direction: column;
    margin-bottom: 1.4rem;
  }
}

.p-require .container .warpper .panels .panel .require-card-list .require-item-left {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3E3A39;
  font-size: 1.8rem;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
}

@media (max-width: 640px) {
  .p-require .container .warpper .panels .panel .require-card-list .require-item-left {
    font-size: 2.1rem;
    width: 100%;
    padding: 1.5rem 2.5rem;
    line-height: 1.6;
    text-align: left;
    justify-content: flex-start;
    border-bottom: none;
  }
}

.p-require .container .warpper .panels .panel .require-card-list .require-item-right {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  color: #3E3A39;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 75%;
  padding: 2rem;
}

.p-require .container .warpper .panels .panel .require-card-list .require-item-right span {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  color: #56AC91;
}

@media (max-width: 640px) {
  .p-require .container .warpper .panels .panel .require-card-list .require-item-right {
    font-size: 2.1rem;
    width: 100%;
    padding: 1.5rem 2.5rem;
  }
}

.p-require .container .warpper .panels .panel .require-card-list .require-part-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5.3rem auto 0 auto;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.p-require .container .warpper .radio {
  display: none;
}

.p-require .container .warpper #one:checked~.panels #one-panel,
.p-require .container .warpper #two:checked~.panels #two-panel,
.p-require .container .warpper #three:checked~.panels #three-panel {
  display: block;
}

.p-require .container .warpper #one:checked~.tabs #one-tab,
.p-require .container .warpper #two:checked~.tabs #two-tab,
.p-require .container .warpper #three:checked~.tabs #three-tab {
  background-color: #56AC91;
  color: #fff;
}

.p-welfare {
  position: relative;
  padding-bottom: 10rem;
}

.p-welfare .welfare-img {
  width: 100%;
  height: 41rem;
  background-image: url(../img/recruit/bg_welfare.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.p-welfare .welfare-img .section-title .lead {
  color: white;
}

.p-welfare .welfare-img .section-title .sub {
  color: white;
}

.p-welfare .welfare-img .section-title::before {
  background-color: white;
}

.p-welfare .lead-title {
  text-align: center;
  margin-bottom: 5rem;
}

.p-welfare .intro {
  text-align: center;
  margin-bottom: 8rem;
}

.p-welfare .welfare-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 22;
}

@media (max-width: 640px) {
  .p-welfare .welfare-layout {
    flex-direction: column;
  }
}

.p-welfare .welfare-layout .welfare-item {
  position: relative;
  width: 32%;
  border: 3px solid #86C973;
  padding: 2.8rem 2.4rem;
  background-color: white;
  min-height: 35rem;
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  .p-welfare .welfare-layout .welfare-item {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.p-welfare .welfare-layout .welfare-item .num {
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 4.5rem;
  height: 4.5rem;
  background-color: #86C973;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.3rem;
  color: white;
  top: 0;
  left: 0;
  padding: 0.25rem;
}

@media (max-width: 640px) {
  .p-welfare .welfare-layout .welfare-item .num {
    width: 8rem;
    height: 8rem;
    font-size: 1.8rem;
    padding: 1rem;
  }
}

.p-welfare .welfare-layout .welfare-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.p-welfare .welfare-layout .welfare-item .img img {
  width: auto;
  height: 9rem;
}

.p-welfare .welfare-layout .welfare-item .mx-text {
  color: #86C973;
  text-align: center;
  margin-bottom: 1rem;
}

.p-welfare .welfare-layout .welfare-item .m-text {
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 640px) {
  .p-welfare .welfare-layout .welfare-item .m-text {
    font-size: 1.8rem;
  }
}

.p-attempt {
  position: relative;
  padding-bottom: 10rem;
}

.p-attempt .attempt-top {
  width: 100%;
  height: 41rem;
  background-image: url(../img/recruit/bg_attempt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.p-attempt .attempt-top .section-title .lead {
  color: white;
}

.p-attempt .attempt-top .section-title .sub {
  color: white;
}

.p-attempt .attempt-top .section-title::before {
  background-color: white;
}

.p-attempt .lead-title {
  text-align: center;
  margin-bottom: 5rem;
}

.p-attempt .intro {
  text-align: center;
  margin-bottom: 8rem;
}

.p-attempt .attempt-layout .attempt-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media (max-width: 640px) {
  .p-attempt .attempt-layout .attempt-item {
    flex-direction: column;
  }
}

.p-attempt .attempt-layout .attempt-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .p-attempt .attempt-layout .attempt-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.p-attempt .attempt-layout .attempt-item .attempt-img {
  width: 48%;
  border: 1px solid #CACBCB;
}

@media (max-width: 640px) {
  .p-attempt .attempt-layout .attempt-item .attempt-img {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.p-attempt .attempt-layout .attempt-item .attempt-img img {
  width: 100%;
}

.p-attempt .attempt-layout .attempt-item .attempt-info {
  width: 48%;
}

@media (max-width: 640px) {
  .p-attempt .attempt-layout .attempt-item .attempt-info {
    width: 100%;
  }
}

.p-attempt .attempt-layout .attempt-item .attempt-info .mx-text {
  position: relative;
  font-family: hiraMinPro-W6;
  font-weight: bold;
  font-size: 2.1rem;
  color: #3E3A39;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  position: relative;
}

@media (max-width: 640px) {
  .p-attempt .attempt-layout .attempt-item .attempt-info .mx-text {
    font-size: 2.4rem;
  }
}

.p-attempt .attempt-layout .attempt-item .attempt-info .mx-text::after {
  content: "";
  background-color: #FFBC00;
  width: 3rem;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-attempt .attempt-layout .attempt-item .attempt-info .m-text {
  margin-bottom: 8rem;
}

.p-attempt .attempt-layout .attempt-item .attempt-info .action {
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #00FF7F;
}

.p-attempt .attempt-layout .attempt-item .attempt-info .action .link-btn {
  width: 100%;
}

.p-attempt .attempt-layout .attempt-item .attempt-info .action .link-btn p {
  color: #00FF7F;
}

.p-flow {
  position: relative;
  padding-bottom: 14rem;
}

.p-flow .flow-img {
  width: 100%;
}

@media (max-width: 640px) {
  .p-flow .flow-img {
    height: 30rem;
  }
}

.p-flow .flow-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .p-flow .flow-img img {
    width: auto;
    height: 30rem;
  }
}

.p-flow .section-title {
  margin-bottom: 5rem;
  margin-top: 15rem;
}

.p-flow .mx-text {
  text-align: center;
}

.p-flow .m-text {
  margin: 4rem 0 6rem;
  text-align: center;
}

.p-flow .flow-swiper-slider {
  position: relative;
}

.p-flow .flow-swiper-slider .swiper {
  position: relative;
}

.p-flow .flow-swiper-slider .swiper-button-next,
.p-flow .flow-swiper-slider .swiper-button-prev {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: unset !important;
  margin-left: 2rem;
}

.p-flow .flow-swiper-slider .swiper-button-next img,
.p-flow .flow-swiper-slider .swiper-button-prev img {
  width: 1.5rem;
}

.p-flow .flow-swiper-slider .swiper-button-next::after,
.p-flow .flow-swiper-slider .swiper-button-prev::after {
  display: none !important;
}

.p-flow .flow-swiper-slider .btn-group {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 0;
  z-index: 4;
}

.p-flow .flow-swiper-slider .swiper-slide {
  position: relative;
  width: 33rem;
}

.p-flow .flow-swiper-slider .flow-item {
  position: relative;
}

.p-flow .flow-swiper-slider .flow-item img {
  width: 100%;
}

.p-flow .flow-swiper-slider .flow-item h6 {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 2rem;
  color: #F1C262;
  margin: 2rem 0;
}

.p-flow .flow-swiper-slider .flow-item p {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3E3A39;
}

.p-flow .flow-swiper-slider .flow-item .num {
  width: 6.5rem;
  height: 6.5rem;
  background-color: #F1C262;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.p-flow .action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}

.p-facility {
  position: relative;
  padding-bottom: 13rem;
}

.p-facility .section-title {
  margin-bottom: 5rem;
}

.p-facility .facility-layout {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
}

.p-facility .facility-layout .facility-item {
  width: 31%;
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  .p-facility .facility-layout .facility-item {
    width: 48%;
  }
}

.p-facility .facility-layout .facility-item img {
  width: 100%;
  margin-bottom: 2rem;
}

.p-facility .facility-layout .facility-item .mx-text {
  text-align: center;
}

.p-service-choose {
  position: relative;
}

.p-service-choose .choose-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.p-service-choose .choose-layout .choose-item {
  width: 18%;
  height: 10rem;
  background-image: url(../img/service/item01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 640px) {
  .p-service-choose .choose-layout .choose-item {
    width: 48%;
    height: 15rem;
    margin-bottom: 2rem;
  }
}

.p-service-choose .choose-layout .choose-item#item02 {
  background-image: url(../img/service/item02.jpg);
}

.p-service-choose .choose-layout .choose-item#item03 {
  background-image: url(../img/service/item03.jpg);
}

.p-service-choose .choose-layout .choose-item#item04 {
  background-image: url(../img/service/item04.jpg);
}

.p-service-choose .choose-layout .choose-item#item05 {
  background-image: url(../img/service/item05.jpg);
}

.p-service-choose .choose-layout .choose-item h5 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  text-align: center;
  color: white;
}

@media (max-width: 640px) {
  .p-service-choose .choose-layout .choose-item h5 {
    font-size: 2.1rem;
  }
}

.p-service-choose .choose-layout .choose-item h6 {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: white;
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 640px) {
  .p-service-choose .choose-layout .choose-item h6 {
    font-size: 2.1rem;
  }
}

.p-archive {
  position: relative;
  padding-bottom: 8rem;
}

.p-related {
  position: relative;
  border-top: 2px solid #3e3a39;
}

.p-related .container {
  padding: 9rem 3rem;
}

.blog-card-list {
  width: 100%;
}

.blog-card-list.option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .blog-card-list.option {
    flex-direction: column;
  }
}

.blog-card-list.option .news-item {
  width: 48%;
  border-bottom: none;
  transition: 0.4s;
}

.news-item .thumb {
  overflow: hidden;
}

.news-item .thumb img {
  transition: all .6s;
}

.news-item:hover .thumb img {
  transform: scale(1.1);
}

.blog-card-list.option .work-item {
  width: 30% !important;
  display: block !important;
}

.blog-card-list.option .work-item .news-item-left {
  width: 100% !important;
}

.blog-card-list.option .work-item .content {
  width: 100% !important;
}

.blog-card-list.option .work-item .date {
  margin-top: 10px;
}

.blog-card-list.option .work-item .label {
  margin-top: 10px;
}

.blog-card-list.option .news-item:hover {
  background: #f7f7f7;
}

@media (max-width: 640px) {
  .blog-card-list.option .news-item {
    width: 100% !important;
  }
}

.blog-card-list.option .news-item .news-item-left {
  width: 22.5rem;
}

.blog-card-list.option .news-item .news-item-left img {
  width: 100%;
  aspect-ratio: 225 / 155;
  object-fit: cover;
}

.blog-card-list.option .news-item .content {
  width: calc(100% - 25rem);
  align-items: flex-start;
  flex-direction: column;
}

.blog-card-list.option .news-item .content .news-item-concept {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.blog-card-list .news-item {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1.5rem;
  border-bottom: 0.5px solid #3e3a39;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}

.blog-card-list .news-item .content {
  width: calc(100% - 8rem);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 640px) {
  .blog-card-list .news-item .content {
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}

.blog-card-list .news-item .content .news-item-concept {
  display: flex;
  align-items: center;
  margin-right: 2.6rem;
}

.blog-card-list .news-item .content .news-item-concept .date {
  font-size: 16px;
  color: #BDBEBE;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  display: flex;
  margin-right: 3.3rem;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .blog-card-list .news-item .content .news-item-concept .date {
    font-size: 14px;
  }
}

.blog-card-list .news-item .content .news-item-concept .label {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.2rem;
  border: 1px solid #56AC91;
  color: #56AC91;
  width: 12rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
}

@media (max-width: 640px) {
  .blog-card-list .news-item .content .news-item-concept .label {
    font-size: 1.8rem;
    width: 15rem;
    height: 3.6rem;
    border-radius: 1.8rem;
  }
}

.blog-card-list .news-item .content .title {
  font-size: 16px;
  text-align: left;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
}

@media (max-width: 640px) {
  .blog-card-list .news-item .content .title {
    font-size: 14px;
  }
}

.blog-card-list .news-item .content .title p {
  color: inherit;
}

.blog-card-list .news-item .arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid #3E3A39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .blog-card-list .news-item .arrow {
    width: 5rem;
    height: 5rem;
  }
}

.blog-card-list .news-item .arrow img {
  width: 0.7rem;
}

@media (max-width: 640px) {
  .blog-card-list .news-item .arrow img {
    width: 1.3rem;
  }
}

.p-single {
  position: relative;
  padding-top: 10rem;
}

.p-single .single-meta {
  margin-bottom: 3rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
}

.p-single .single-meta .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.p-single .single-meta .wrap .date {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: #BEBFBF;
  display: flex;
  align-items: center;
  margin-right: 2.4rem;
}

@media (max-width: 640px) {
  .p-single .single-meta .wrap .date {
    font-size: 1.8rem;
  }
}

.p-single .single-meta .wrap .label {
  border: 1px solid #56AC91;
  color: #56AC91;
  padding: 0.2rem 1.4rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.6rem;
  transition: all ease-in 0.3s;
  border-radius: 1.3rem;
}

@media (max-width: 640px) {
  .p-single .single-meta .wrap .label {
    font-size: 1.8rem;
  }
}

.p-single .single-meta .wrap .label:hover {
  background-color: #56AC91;
  color: white;
}

.p-single .single-meta .title {
  font-size: 2.1rem;
  color: #3E3A39;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .p-single .single-meta .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.p-single .single-swiper {
  position: relative;
  margin-bottom: 9rem;
}

.p-single .swiper {
  overflow: visible;
}

.p-single .single-swiper .swiper {
  position: relative;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

@media (max-width: 640px) {
  .p-single .single-swiper {
    margin-bottom: 9rem;
  }

  .p-single .single-swiper .swiper {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}

.p-single .single-swiper .swiper-button {
  position: absolute;
  bottom: -7rem;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-single .single-swiper .swiper-button-next,
.p-single .single-swiper .swiper-button-prev {
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  border-radius: 50%;
}

.swiper-button-next-single {
  background-image: url(../img/common/arrow-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev-single {
  background-image: url(../img/common/arrow-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}

.p-single .single-swiper .swiper-button-next::after,
.p-single .single-swiper .swiper-button-prev::after {
  font-size: 1rem;
  color: white;
}

.p-single .single-swiper .swiper-button-next {
  margin-left: 2rem;
}

.p-single .single-swiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.6rem;
}

@media (max-width: 640px) {
  .p-single .single-swiper .swiper-slide {
    padding: 0 0.4rem;
  }
}

.p-single .single-swiper .swiper-slide .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-single .single-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single .single-swiper .swiper-main .swiper-slide img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

@media (max-width: 640px) {
  .p-single .single-swiper .swiper-main .swiper-slide img {
    height: auto;
  }
}

.p-single .single-swiper .swiper-main {
  position: relative;
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  .p-single .single-swiper .swiper-main {
    margin-bottom: 1.2rem;
  }
}

.p-single .single-swiper .swiper-main .swiper-slide {
  position: relative;
}

.p-single .single-swiper .swiper-thumbs {
  position: relative;
}

.p-single .single-swiper .swiper-thumbs .swiper-slide {
  position: relative;
  width: 18.8rem;
}

@media (max-width: 640px) {
  .p-single .single-swiper .swiper-thumbs .swiper-slide {
    width: 10.3rem;
  }
}

.p-single .single-swiper .swiper-thumbs .swiper-slide .thumb {
  opacity: 0.45;
}

.p-single .single-swiper .swiper-thumbs .swiper-slide-thumb-active .thumb {
  opacity: 1;
}

.p-single .single-content {
  margin-bottom: 4.5rem;
}

.p-single .single-control {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 7rem;
  display: flex;
  justify-content: center;
}

.p-single .example-layout .request-content {
  border: 1px solid #3E3A39;
  padding: 3.2rem 3rem;
  margin-bottom: 3rem;
}

.p-single .example-layout .request-content .mx-text {
  color: #3E3A39;
  margin-bottom: 1rem;
}

.p-single .example-layout .content-content {
  border-bottom: 1px solid #3E3A39;
  padding: 3.2rem 3rem;
  margin-bottom: 3rem;
}

.p-single .example-layout .content-content .mx-text {
  color: #3E3A39;
  margin-bottom: 1rem;
}

.p-single .voice-layout .question-layout {
  margin-bottom: 5rem;
}

.p-single .voice-layout .question-layout .ttl {
  font-family: 'hgrge';
  font-weight: 500;
  font-size: 2.4rem;
  padding: 0 3rem 3rem 3rem;
  border-bottom: 1px solid #3E3A39;
}

.p-single .voice-layout .question-layout .single-data {
  padding: 3.2rem 5rem;
}

@media (max-width: 640px) {
  .p-single .voice-layout .question-layout .single-data {
    padding: 3.2rem 3rem;
  }

  .p-single .voice-layout .question-layout .ttl {
    font-family: 1.8rem;
    padding: 0 2rem 2rem 2rem;
  }
}

.p-single .voice-layout .question-layout .single-data-title {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #56AC91;
  margin-bottom: 1.7rem;
}

.p-single .voice-layout .question-layout .single-data-content {
  margin-top: 2rem;
}

.phone-layout {
  position: relative;
  padding: 5.5rem 0;
  border: 1px solid #3E3A39;
}

.phone-layout .phone-ttl {
  margin-bottom: 2rem;
  position: relative;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 6px;
}

.phone-layout .phone-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-weight: bolder;
  font-size: 3.8rem;
  margin-bottom: 1rem;
  letter-spacing: .1em;
}

.phone-layout .phone-content img {
  margin-right: 1rem;
  width: 3rem;
  height: auto;
}

.phone-layout .m-text {
  text-align: center;
}

.p-contact {
  position: relative;
  padding: 8rem 0 0;
}

.p-contact .section-title {
  margin-bottom: 4rem;
}

.p-contact .intro {
  text-align: center;
  margin-bottom: 8rem;
}

.p-form {
  padding: 8rem 0;
}

.p-form .contact-intro {
  margin-bottom: 4.8rem;
  text-align: center;
  line-height: 2.77;
  font-size: 18px;
  font-family: KozGoPr6N-Medium;
}

.p-form .contact-intro span {
  color: #CC0012;
}

@media (max-width: 640px) {
  .p-form .contact-intro {
    font-size: 14px;
  }
}

.p-form.option .p-contact-form .form-group .form-input .input .m-text {
  display: none;
}

.p-form .contact-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.p-form .contact-flow-item {
  position: relative;
  width: 34.5rem;
  height: 5.5rem;
  background: #CACBCB;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
}

.p-form .contact-flow-item:first-child {
  margin-left: 0;
}

.p-form .contact-flow-item:last-child {
  margin-right: 0;
}

.p-form .contact-flow-item.active {
  background: #56AC91;
}

.p-form .contact-flow-item.active::after {
  border-color: transparent transparent transparent #56AC91;
}

.p-form .contact-flow-item:nth-child(1)::before {
  display: none;
}

.p-form .contact-flow-item:nth-child(1)::after {
  z-index: 3;
}

.p-form .contact-flow-item:nth-child(2)::after {
  z-index: 3;
}

.p-form .contact-flow-item:nth-child(3)::after {
  display: none;
}

.p-form .contact-flow-item::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.75rem 0 2.75rem 1rem;
  border-color: transparent transparent transparent #CACBCB;
}

.p-form .contact-flow-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.75rem 0 2.75rem 1rem;
  border-color: transparent transparent transparent #FFFFFF;
}

.p-form .contact-flow-item span {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
}

.p-form.confirm .p-contact-form .form-group>li .input.option .m-text {
  display: none;
}

.form-attention {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4.8rem;
  color: #231815;
}

.form-attention span {
  color: #DE0012;
}

.p-contact-form {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left;
  color: #231815;
  margin-bottom: 5rem;
}

@media (max-width: 640px) {
  .p-contact-form {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.p-contact-form .form-group {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  margin-bottom: 5rem;
}

.p-contact-form .form-group>li {
  position: relative;
  padding: 2rem 0;
  border-top: 1px solid #BFC7C9;
}

@media (max-width: 640px) {
  .p-contact-form .form-group>li {
    padding: 2rem 0;
  }
}

.p-contact-form .form-group>li:last-child .form-input {
  padding: 1rem 0;
  background: #EFF1F2;
  max-width: 880px;
  margin: auto;
  margin: 50px auto 0 auto;
}

@media (max-width: 640px) {
  .p-contact-form .form-group>li:last-child .form-input {
    display: flex;
    margin: 30px auto 0 auto;
  }
}

.p-contact-form .form-input {
  position: relative;
  display: grid;
  grid-template-columns: 24rem minmax(0px, 1fr);
  grid-column-gap: 4rem;
}

@media (max-width: 640px) {
  .p-contact-form .form-input {
    grid-template-columns: 100%;
    grid-row-gap: 1rem;
  }
}

.p-contact-form .form-input+.form-input {
  margin-top: 1rem;
}

@media (max-width: 640px) {
  .p-contact-form .form-input+.form-input {
    margin-top: 2.4rem;
  }
}

.p-contact-form .form-input .label {
  position: relative;
  padding: 0.8rem 0;
  display: flex;
  font-size: 1.6rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #3E3A39;
}

.p-contact-form .form-input .label span {
  color: #CC0012;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .label {
    font-size: 1.8rem;
  }
}

.p-contact-form .form-input .input {
  position: relative;
  font-size: 1.4rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
}

.p-contact-form .form-input .input.option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p-contact-form .form-input .input.option .mwform-checkbox-field {
  width: 31%;
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .input.option .mwform-checkbox-field {
    width: 45%;
  }
}

.p-contact-form .form-input .input.option .mwform-checkbox-field .mwform-checkbox-field-text {
  color: #4c4c4c;
}

.p-contact-form .form-input .input .m-text {
  color: #4c4c4c;
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .input {
    font-size: 1.8rem;
  }
}

.p-contact-form .form-input .input>* {
  vertical-align: middle;
}

.p-contact-form .form-input .input input {
  border-color: #BFC7C9;
  font-size: 1.4rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  width: 52rem;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .input input {
    width: 100%;
    font-size: 1.8rem;
  }
}

.p-contact-form .form-input .input textarea {
  width: 100%;
  border-color: #BFC7C9;
  font-size: 1.4rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .input textarea {
    width: 100%;
  }
}

.p-contact-form .form-input .input select {
  width: 20rem;
  border-color: #BFC7C9;
  font-size: 1.4rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  position: relative;
}

.p-contact-form .form-input .input select::before {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #595757;
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  .p-contact-form .form-input .input select {
    width: 100%;
    font-size: 1.8rem;
  }
}

.p-contact-form .form-input .sm {
  width: 30rem;
  max-width: 100%;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .sm {
    width: 100%;
  }
}

.p-contact-form .form-input .md {
  width: 45rem;
  max-width: 100%;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .md {
    width: 100%;
  }
}

.p-contact-form .form-input .xs {
  width: 73rem;
  max-width: 100%;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .xs {
    width: 100%;
  }
}

.p-contact-form .form-input .inline-group {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .inline-group {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.p-contact-form .form-input .inline-group>li {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  padding: 0 0.5rem;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .inline-group>li {
    padding: 0 0.75rem;
  }
}

.p-contact-form .form-input .inline-group .num {
  position: relative;
  width: 8rem;
  max-width: 100%;
}

@media (max-width: 640px) {
  .p-contact-form .form-input .inline-group .num {
    width: 14rem;
  }
}

.p-contact-form .form-input .inline-group .line {
  position: relative;
  display: block;
  width: 1rem;
  height: 1px;
  background: #000000;
}

.p-contact-form .form-input .field {
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.p-contact-form .form-input .mwform-tel-field {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.p-contact-form .form-input .mwform-tel-field input {
  position: relative;
  width: 14rem;
  max-width: 100%;
  margin: 0 1rem;
}

.p-contact-form .form-input .mwform-zip-field {
  position: relative;
  display: flex;
  align-items: center;
}

.p-contact-form .form-input .mwform-zip-field input {
  position: relative;
  width: 14rem;
  max-width: 100%;
  margin: 0 1rem;
}

.p-contact-form .mwform-checkbox-field {
  position: relative;
  display: inline-block;
  margin: 0;
}

.p-contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}

.p-contact-form .mwform-checkbox-field [type=radio],
.p-contact-form .mwform-checkbox-field [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text,
.p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}

.p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::before,
.p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::after,
.p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text::before,
.p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::before,
.p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::after {
  border-radius: 5rem;
}

.p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::before {
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #D7D8D8;
  border-radius: 0.45rem;
}

.p-contact-form .mwform-checkbox-field [type=radio]+.mwform-checkbox-field-text::after {
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #D7D8D8;
  transition: all 0.2s;
}

.p-contact-form .mwform-checkbox-field [type=radio]:not(:checked)+.mwform-checkbox-field-text::after {
  opacity: 0;
  visibility: hidden;
}

.p-contact-form .mwform-checkbox-field [type=radio]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
}

.p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #1c1c1c;
  border-radius: 0.45rem;
}

.p-contact-form .mwform-checkbox-field [type=checkbox]+.mwform-checkbox-field-text::after {
  top: 0.3rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #56AC91;
  border-width: 0 0.4rem 0.4rem 0;
  transform: rotate(45deg);
  transition: all 0.2s;
}

.p-contact-form .mwform-checkbox-field [type=checkbox]:not(:checked)+.mwform-checkbox-field-text::after {
  opacity: 0;
  visibility: hidden;
}

.p-contact-form .mwform-checkbox-field [type=checkbox]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
}

.p-contact-form .form-term {
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 640px) {
  .p-contact-form .form-term {
    margin-bottom: 3rem;
    letter-spacing: 0;
  }
}

.p-contact-form .more-btn {
  background-color: transparent;
}

.p-contact-form .form-submit {
  position: relative;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}

@media (max-width: 640px) {
  .p-contact-form .form-submit .back-btn {
    margin-bottom: 3rem;
  }
}

.p-contact-form .form-submit .link-btn {
  background-color: transparent;
}

.p-contact-form .form-submit .link-btn .arrow {
  position: relative;
}

.p-contact-form .form-submit .link-btn .arrow::after {
  content: "";
  background-image: url(../img/common/arrow_grey.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.6rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mw_wp_form_confirm .p-contact-form .form-notice {
  display: none;
}

.mw_wp_form_confirm .p-contact-form .form-input .label {
  padding: 0;
}

.mw_wp_form_confirm .p-contact-form .form-term {
  display: none;
}

.mw_wp_form_confirm .form-group {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  margin-bottom: 5rem;
}

.mw_wp_form_confirm .form-group>li:last-child {
  display: none;
}

.mw_wp_form_send_error {
  text-align: center;
  margin-bottom: 5rem;
}

.top-faq {
  position: relative;
  padding: 9rem 0;
  border-top: 2px solid #3E3A39;
}

.top-faq .section-title {
  margin-bottom: 7rem;
}

.top-faq .faq-layout {
  position: relative;
}

.top-faq .faq-layout .faq-item {
  margin-bottom: 1.5rem;
  width: 100%;
}

.top-faq .faq-layout .accordion {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #3E3A39;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 7.5rem;
  padding: 1.5rem 3rem 1.5rem 0;
}

.top-faq .faq-layout .accordion.open .accordion-arrow::before {
  content: "-";
}

.top-faq .faq-layout .accordion-text span {
  font-family: noto-medium;
  font-weight: bold;
  font-size: 2rem;
  color: #3E3A39;
  margin-right: 1rem;
}

.top-faq .faq-layout .accordion-text {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-weight: normal;
  font-size: 2rem;
  display: flex;
  align-items: center;
  width: calc(100% - 3rem);
  color: #3E3A39;
}

.top-faq .faq-layout .accordion-arrow {
  font-size: 2rem;
  line-height: 2;
  color: #3E3A39;
  transition: all 0.3s ease;
  margin-left: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid #3E3A39;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-faq .faq-layout .accordion-arrow::before {
  content: "+";
  display: inline-block;
}

.top-faq .faq-layout .panel {
  width: 100%;
  padding: 0 6.5rem;
  max-height: 0;
  overflow: hidden;
  background: #EDEEEE;
  transition: max-height 0.2s ease-in-out;
}

@media (max-width: 640px) {
  .top-faq .faq-layout .panel {
    padding: 0rem 3rem;
  }

  .top-faq {
    padding: 4rem 0;
  }
}

.top-faq .faq-layout .panel .wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 2.5rem 0;
}

.top-faq .faq-layout .panel-text {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 2rem;
  text-align: left;
  color: #3e3a39;
}

.p-privacy {
  position: relative;
  padding: 14rem 0 8rem;
}

.p-privacy .privacy-title {
  position: relative;
  margin-bottom: 3rem;
  color: #56AC91;
  font-size: 2.4rem;
  text-align: left;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
}

.p-privacy .privacy_item {
  margin-bottom: 2rem;
}

.p-privacy .privacy_item_title {
  display: block;
  padding: 0;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  color: #231815;
}

.p-privacy .privacy_item_content {
  position: relative;
  display: block;
  padding: 0 0.5rem;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: #231815;
}

.p-sitemap {
  position: relative;
  padding: 14rem 0 8rem;
}

.p-sitemap .section-title {
  margin-bottom: 3rem;
}

.p-sitemap .section-title .lead {
  font-size: 4rem;
  color: #3E3A39;
}

.p-sitemap .section-title::before {
  content: none;
}

.p-sitemap .sitemap-menu {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
}

.p-sitemap .sitemap-menu>li {
  position: relative;
  margin-bottom: 1.2rem;
}

.p-sitemap .sitemap-menu .menu-link {
  position: relative;
  display: block;
  width: 100%;
  background: #56AC91;
  padding: 2rem 3rem;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 4rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 640px) {
  .p-sitemap .sitemap-menu .menu-link {
    padding: 2.4rem 4rem;
  }
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #fff;
  background: #56AC91;
  opacity: 0;
  z-index: 9999;
}
.pagetop:hover {
    box-shadow: 0 0 10px #56AC91;
}
@media (max-width: 640px) {
  .pagetop {
    right: 10px;
    bottom: 50px;
  }
}

.fix_btn {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 9999;
}
@media (max-width: 640px) {
  .fix_btn {
    width: 8rem;
  }
}
.fix_btn ul {
  display: flex;
  writing-mode: vertical-rl;
}
.fix_btn ul .fix_mail {
  background-color: #F1C262;
  transition: 0.3s;
}
.fix_btn ul .fix_mail:hover {
  opacity: 0.5;
}
.fix_btn ul .fix_contact {
  background-color: #56AC91;
  transition: 0.3s;
}
.fix_btn ul .fix_contact:hover {
  opacity: 0.5;
}
.fix_btn ul li a {
  display: block;
  color: #fff;
  padding: 2rem;
}

#footer {
  position: relative;
}

#footer .footer-inner {
  padding: 7rem 0;
  border-top: 1px solid #3E3A39;
}

#footer .footer-inner-wrapper {
  display: flex;
  /* align-items: flex-start; */
  align-items: stretch;
  position: relative;
  max-width: unset;
}

.footer-icon {
  position: absolute;
  max-width: 130px;
  width: 20.76vw;
  right: 0;
  bottom: 29%;
}

@media (max-width: 1450px) {
  .footer-icon {
    bottom: 20%;
  }
}

@media (max-width: 1200px) {
  .footer-icon {
    display: none;
  }
}

@media (max-width: 640px) {
  .footer-icon {
    bottom: unset;
    top: 0;
    right: 15px;
    display: block;
  }
}

@media (max-width: 1080px) {
  #footer .footer-inner-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#footer .footer-concept {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

@media (max-width: 640px) {
  #footer .footer-concept {
    width: 100%;
    align-items: center;
    margin-top: 30px;
  }

  .col option {
    display: none !important;
  }
}

#footer .footer-concept .footer-logo {
  width: 100%;
  max-width: 18rem;
  margin-bottom: 3rem;
}

#footer .footer-concept .footer-logo img {
  width: 100%;
}

#footer .footer-concept .address {
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  #footer .footer-concept .address {
    margin-bottom: 4rem;
  }
}

#footer .footer-concept .address h3 {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.6rem;
  color: #3e3a39;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer-nav .sub-link a {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  #footer .footer-concept .address h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}

#footer .footer-concept .address p {
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.4rem;
  color: #3e3a39;
}

@media (max-width: 640px) {
  #footer .footer-concept .address p {
    font-size: 2.1rem;
    text-align: center;
  }
}

#footer .footer-concept .social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 3rem;
}

#footer .footer-concept .social-icon img {
  height: 3rem;
  width: auto;
}

@media (max-width: 640px) {
  #footer .footer-concept .social-icon img {
    height: 7rem;
  }
}

#footer .footer-concept .concept {
  width: 21rem;
  height: 4.5rem;
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.4rem;
  border: 1px solid #3e3a39;
}

@media (max-width: 640px) {
  #footer .footer-concept .concept {
    width: 34rem;
    height: 7.5rem;
    font-size: 1.8rem;
  }
}

#footer .footer-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  /* align-items: flex-start; */
  flex-wrap: wrap;
  width: 75%;
  max-width: 900px;
  margin-left: 5%;
}

#footer .footer-nav .inner{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  flex-wrap: wrap;
  /* width: 75%; */
  /* max-width: 900px;
  margin-left: 5%; */
}

@media (max-width: 640px) {
  #footer .footer-nav {
    width: 100%;
    margin-left: 0;
  }
}

#footer .footer-nav .col {
  position: relative;
  width: 33%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 2rem;
}

@media (max-width: 1080px) {
  #footer .footer-nav .col {
    display: none;
  }
}

#footer .footer-nav .col::before {
  content: "";
  background-image: url(../img/common/arrow_grey.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 0.6rem;
  position: absolute;
  top: 0.5rem;
  right: 3rem;
}

#footer .footer-nav .col:nth-child(5) {
  margin-bottom: 0;
}

#footer .footer-nav .col.option {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  #footer .footer-nav .col.option {
    width: 100%;
    display: none !important;
    margin-top: 6.5rem;
  }
}

#footer .footer-nav .col.option::before {
  content: none;
}

#footer .footer-nav .col.option .btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#footer .footer-nav .col.option .btn-group .btn {
  width: 28%;
  height: 6rem;
  background-color: #F1C262;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem;
}

@media (max-width: 640px) {
  #footer .footer-nav .col.option .btn-group .btn {
    height: 8rem;
  }
}

#footer .footer-nav .col.option .btn-group .btn p {
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  color: white;
}

@media (max-width: 640px) {
  #footer .footer-nav .col.option .btn-group .btn p {
    font-size: 1.8rem;
  }
}

#footer .footer-nav .col.option .btn-group .btn img {
  width: 1.5rem;
}

@media (max-width: 640px) {
  #footer .footer-nav .col.option .btn-group .btn img {
    width: 1.8rem;
  }
}

#footer .footer-nav .col.option .btn-group .btn.option {
  background-color: #56AC91;
}

@media (max-width: 640px) {
  #footer .footer-nav .sub-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  #footer .footer-nav .sub-link a:last-child .jp {
    padding-right: 0;
    margin-right: 0;
  }

  #footer .footer-nav .sub-link a:last-child .jp::after {
    content: none;
  }
}

#footer .footer-nav .sub-link a .jp {
  position: relative;
  display: block;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  line-height: 2;
  color: #BDBEBE;
  text-align: left;
  text-decoration: none;
}

#footer .footer-nav .main-link {
  position: relative;
  display: flex;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  color: #3e3a39;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2rem;
}

#footer .footer-nav .main-link .en {
  position: relative;
  display: block;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.3rem;
  color: #3e3a39;
  text-align: left;
  text-decoration: none;
  margin-bottom: 0.3rem;
}

#footer .footer-nav .nav-menu {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  margin-top: 1rem;
}

#footer .footer-nav .nav-menu>li {
  position: relative;
  line-height: 1;
}

#footer .footer-nav .nav-menu>li:not(:last-child) {
  margin-bottom: 0.6rem;
}

#footer .footer-nav .nav-menu a {
  position: relative;
  display: inline-block;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  line-height: 1.6rem;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 640px) {
  #footer .footer-nav .nav-menu a {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

#footer .footer-nav .nav-menu a:hover {
  text-decoration: underline;
}

#footer .footer-bottom-wrapper {
  position: relative;
  background-color: #3E3A39;
}

#footer .footer-bottom-wrapper .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

@media (max-width: 640px) {
  #footer .footer-bottom-wrapper .container {
    flex-direction: column;
    padding: 4rem 0 3.5rem;
  }
}

#footer .footer-bottom-wrapper .bottom-menu {
  position: relative;
  display: flex;
  line-height: 1;
}

@media (max-width: 640px) {
  #footer .footer-bottom-wrapper .bottom-menu {
    justify-content: center;
    margin-bottom: 2rem;
  }
}

#footer .footer-bottom-wrapper .bottom-menu>li {
  position: relative;
  display: flex;
  align-items: center;
}

#footer .footer-bottom-wrapper .bottom-menu>li:first-child {
  padding-right: 2.4rem;
  margin-right: 2.4rem;
}

@media (max-width: 640px) {
  #footer .footer-bottom-wrapper .bottom-menu>li:first-child {
    padding-right: 3rem;
    margin-right: 3rem;
  }
}

#footer .footer-bottom-wrapper .bottom-menu>li:first-child::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  display: block;
  height: 1.6rem;
  width: 1px;
  background: #FFFFFF;
  transform: translateY(-50%) rotate(30deg);
}

@media (max-width: 640px) {
  #footer .footer-bottom-wrapper .bottom-menu>li:first-child::after {
    height: 2.4rem;
  }
}

#footer .footer-bottom-wrapper .bottom-menu>li a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: white;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
  font-weight: 500;
  line-height: 1.8rem;
}

@media (max-width: 640px) {
  #footer .footer-bottom-wrapper .bottom-menu>li a {
    font-size: 2.1rem;
  }
}

#footer .footer-bottom-wrapper .bottom-menu>li a:hover {
  text-decoration: underline;
}

#footer .footer-bottom-wrapper .footer-copyright {
  font-size: 1.4rem;
  color: white;
  font-family: KozGoPr6N-Regular;
  font-weight: 300;
}

@media (max-width: 640px) {
  #footer .footer-bottom-wrapper .footer-copyright {
    font-size: 2.1rem;
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  .footer-sp {
    font-size: 13px;
    margin-top: 7rem;
    display: block;
  }

  #footer .bottom-menu.sp li:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 1.6rem;
    width: 1px;
    background: #3e3a39;
    transform: translateY(-50%) rotate(30deg);
  }

  #footer .bottom-menu.sp>li:first-child {
    padding-right: 2.4rem;
    margin-right: 2.4rem;
    position: relative;
  }
}

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