/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch, .eng {
  font-weight: 500;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.f_serif, .top_std_wrap .top_std_cost .what span, .top_section_sub_tt, .text {
  font-family: "Noto Serif JP", serif;
}

.f_en {
  font-family: "Jost", sans-serif !important;
}

.f_count, .top_std_wrap .top_std_cost .cost_wrap .percent .percent_no {
  font-family: "Monda", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba, .standard_wrap .quarity_list .item, .top_company_wrap .tx_wrap, .top_works_wrap .more_box, .top_works_wrap .works_list_wrap, .top_quarity_wrap .quarity_list .item, .top_quarity_wrap, .top_std_wrap .image_wrap, .top_std_wrap .top_std_cost .what::before, .top_concept_wrap .more_box, .top_new_wrap .image, .top_new_wrap .image_wrap, .top_new_wrap, .top_about_wrap .text_wrap, .mv_img .loading span::before, .scr_in_bar a, .scr_bar a, .more_btn, .company_btn, .fix_bt, .bdr_btn, .more_btn .bdr::before, .more_btn .bdr::after {
  position: relative;
}
.u_ba::before, .standard_wrap .quarity_list .item::before, .top_company_wrap .tx_wrap::before, .top_works_wrap .more_box::before, .top_works_wrap .works_list_wrap::before, .top_quarity_wrap .quarity_list .item::before, .top_quarity_wrap::before, .top_std_wrap .image_wrap::before, .top_std_wrap .top_std_cost .what::before, .top_concept_wrap .more_box::before, .top_new_wrap .image::before, .top_new_wrap .image_wrap::before, .top_new_wrap::before, .top_about_wrap .text_wrap::before, .mv_img .loading span::before, .scr_in_bar a::before, .scr_bar a::before, .more_btn::before, .company_btn::before, .fix_bt::before, .bdr_btn::before, .more_btn .bdr::before, .u_ba::after, .standard_wrap .quarity_list .item::after, .top_company_wrap .tx_wrap::after, .top_works_wrap .more_box::after, .top_works_wrap .works_list_wrap::after, .top_quarity_wrap .quarity_list .item::after, .top_quarity_wrap::after, .top_std_wrap .image_wrap::after, .top_concept_wrap .more_box::after, .top_new_wrap .image::after, .top_new_wrap .image_wrap::after, .top_new_wrap::after, .top_about_wrap .text_wrap::after, .scr_in_bar a::after, .scr_bar a::after, .more_btn::after, .company_btn::after, .fix_bt::after, .bdr_btn::after, .more_btn .bdr::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25vw;
  line-height: 1;
}

@media (max-width: 1199px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 749px) {
  html {
    font-size: 4.26666666vw;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #000000;
  background: #E5E5E5;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media (max-width: 749px) {
  body {
    line-height: 1.6;
  }
}

@media (max-width: 1199px) {
  body {
    min-width: 1200px;
  }
}
@media (max-width: 749px) {
  body {
    min-width: 100%;
  }
}
main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

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

@media (min-width: 750px) {
  a, button {
    transition: opacity 0.3s;
  }
  a:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover, button:not(.more_btn):not(.company_btn):not(.fix_bt):not(.bdr_btn):hover {
    opacity: 0.8;
  }
}
button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

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

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.btn {
  width: 18.125rem;
  background: #000000;
  text-align: center;
  overflow: hidden;
  margin: 12px auto 0;
}
.btn a {
  padding: 1.25rem 0;
  color: #ffffff;
  display: block;
}

.more_btn {
  width: 18.125rem;
  height: 3.125rem;
  padding: 0 0 0 2.1875rem;
  background: #000000;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.more_btn .tx {
  color: #ffffff;
  margin-right: 5.0625rem;
  position: relative;
}
.more_btn .tx span {
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
.more_btn .tx .tx01 {
  position: relative;
}
.more_btn .tx .tx02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
}
.more_btn .bdr {
  width: 4.25rem;
  height: 3px;
  position: relative;
  overflow-x: hidden;
}
.more_btn .bdr::before, .more_btn .bdr::after {
  background: #ffffff;
}
.more_btn .bdr::before {
  width: 100%;
  height: 1px;
  top: 1px;
}
.more_btn .bdr::after {
  width: 50%;
  height: 3px;
  animation: bdr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform: translate(-50%, 0);
}
.more_btn:hover .tx .tx01 {
  transform: translate(0, -100%);
  opacity: 0;
}
.more_btn:hover .tx .tx02 {
  transform: translate(0, 0);
  opacity: 1;
}

.more_btn, .company_btn, .fix_bt, .bdr_btn {
  overflow: hidden;
}
.more_btn::before, .company_btn::before, .fix_bt::before, .bdr_btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #333333;
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.more_btn:hover::before, .company_btn:hover::before, .fix_bt:hover::before, .bdr_btn:hover::before {
  left: 0;
}
.more_btn > *, .company_btn > *, .fix_bt > *, .bdr_btn > * {
  z-index: 5;
  position: relative;
}

.fix_bt::before {
  left: 0;
  top: 100%;
}
.fix_bt:hover::before {
  top: 0;
}

.bdr_btn {
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.bdr_btn span {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.bdr_btn:hover span {
  color: #ffffff;
  transition-delay: 0.2s;
}

.scr_bar {
  width: 1.875rem;
  height: 4.25rem;
  z-index: 3000;
  overflow-y: hidden;
  position: fixed;
  bottom: 2rem;
  right: 0.625rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.scr_bar.show.fix_bar {
  opacity: 1;
  pointer-events: auto;
}
.scr_bar a {
  height: 4.25rem;
  display: block;
}
.scr_bar a::before, .scr_bar a::after {
  background: #000000;
}
.scr_bar a::before {
  width: 1px;
  height: 100%;
  left: 50%;
}
.scr_bar a::after {
  width: 3px;
  height: 2.125rem;
  margin-left: calc(50% - 1px);
  animation: bdr_scr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform: translate(0, -50%);
}

@media (max-width: 749px) {
  .scr_bar {
    bottom: 6.125rem;
  }
}
.scr_in_bar_wrap {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) !important;
  bottom: 3.875rem;
}
.scr_in_bar_wrap span {
  font-size: 0.5rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
}

.scr_in_bar {
  width: 3.125rem;
  height: 3.125rem;
  z-index: 3000;
  overflow-y: hidden;
  position: relative;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 1;
  pointer-events: auto;
}
.scr_in_bar a {
  height: 4.25rem;
  display: block;
  overflow: hidden;
}
.scr_in_bar a::before, .scr_in_bar a::after {
  background: #000000;
}
.scr_in_bar a::before {
  width: 1px;
  height: 78%;
  left: 50%;
}
.scr_in_bar a::after {
  width: 3px;
  height: 1.125rem;
  margin-left: calc(50% - 1px);
  animation: bdr_scr_animation 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform: translate(0, -50%);
}
@media (max-width: 749px) {
  .scr_in_bar a::after {
    height: 1.375rem;
  }
}

@media (max-width: 749px) {
  .scr_in_bar_wrap {
    height: 3rem;
    bottom: 3rem;
  }
}
@keyframes bdr_animation {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@keyframes bdr_scr_animation {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 299%);
  }
}
.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .pc {
    display: none !important;
  }
}
.wrapper {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wrapperm {
    min-width: 75rem;
  }
}
@media (max-width: 749px) {
  .wrapper, .menu_area {
    min-width: inherit;
  }
}
.page_header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 800;
  height: 5.4375rem;
  padding: 0.9375rem 2.75rem 0 1.4375rem;
  display: flex;
  justify-content: space-between;
  background: #E5E5E5;
}
.page_header.white {
  background: none;
}
.page_header .logo_green svg {
  width: 14.2025rem;
  height: 2.903125rem;
}
.page_header .logo_green.white path, .page_header .logo_green.white circle, .page_header .logo_green.white rect {
  fill: #ffffff;
}
.page_header .logo_green,
.page_header .logo_hokushin {
  opacity: 0;
  transform: translate(0, -1.25rem);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1) 5.2s;
}
.load_complete .page_header .logo_green,
.load_complete .page_header .logo_hokushin {
  opacity: 1;
  transform: translate(0, 0);
}
.page_header .logo_green {
  width: 5rem;
}

.main_txt {
  border-bottom: 1px solid #666666;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 749px) {
  .logo_green {
    width: 3.125rem;
  }

  .page_header {
    height: 3.75rem;
    padding: 0.25rem 0 0 1.125rem;
    display: block;
    z-index: 400;
  }
  .page_header .logo_green {
    width: 3.75rem;
  }

  .menu_bt_wrap {
    width: 4.3125rem;
    height: 3.8125rem;
    padding: 1.25rem 1.5rem;
    left: auto;
    right: 0;
    top: 0;
    transform: translate(0, 0) !important;
  }
  .menu_bt_wrap .menu_bt {
    position: relative;
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(1), .menu_bt_wrap .menu_bt.active .dot:nth-child(3), .menu_bt_wrap .menu_bt.active .dot:nth-child(7), .menu_bt_wrap .menu_bt.active .dot:nth-child(9) {
    width: 0.625rem;
    height: 1px;
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(1) {
    transform: translate(-1px, 4px) rotate(45deg);
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(3) {
    transform: translate(1px, 4px) rotate(-45deg);
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(7) {
    transform: translate(-1px, 4px) rotate(-45deg);
  }
  .menu_bt_wrap .menu_bt.active .dot:nth-child(9) {
    transform: translate(1px, 4px) rotate(45deg);
  }
}
.footer_menu {
  padding-top: 2.5rem;
}
.footer_menu ul {
  display: flex;
  justify-content: center;
}
.footer_menu ul li {
  margin: 0;
}
.footer_menu ul li:after {
  content: "|";
  padding-right: 1.25rem;
  margin-left: 1.25rem;
}
.footer_menu ul li:last-child:after {
  display: none;
}

.page_footer {
  margin-top: 3.125rem;
  padding: 2rem 0 3.375rem;
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
.page_footer.page_footer_sub {
  margin-top: 0;
}
.page_footer a {
  color: #ffffff;
}
.page_footer svg {
  fill: #ffffff;
}
.page_footer .company_info address {
  line-height: 2;
  margin-top: 0.9375rem;
  margin-bottom: 0.75rem;
}
.page_footer .company_info .email {
  font-size: 1.25rem;
}
.page_footer .company_info .email small {
  font-size: 0.75rem;
}
.page_footer .in_wrap {
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
}

.fix_bt_wrap {
  position: fixed;
  z-index: 6000;
  top: 8.625rem;
  right: 0;
  opacity: 0;
  transform: translate(3.125rem, 0);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 5.2s;
}
.load_complete .fix_bt_wrap {
  opacity: 1;
  transform: translate(0, 0);
}
@media (min-width: 750px) {
  .fix_bt_wrap li {
    margin-bottom: -3px;
    position: relative;
    /*&:after {
      content: "";
      width: 70%;
      height: 1px;
      background: #ffffff;
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 5;
      transform: translate(-50%, 0);
    }*/
  }
  .fix_bt_wrap li.item-last:after {
    display: none;
  }
}
.fix_bt_wrap a {
  width: 2.5rem;
  height: 10.5rem;
  background: #000000;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 2.5rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 750px) {
  .fix_bt_wrap a {
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
.fix_bt_wrap.sub {
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.footer_nav .gmap {
  width: 37.5rem;
}

.footer_info {
  width: 19rem;
}
.footer_info .logo_green {
  margin-bottom: 2.1875rem;
  width: 6.875rem;
}
.footer_info .company_info .name {
  margin-bottom: 1.375rem;
  font-weight: bold;
}
.footer_info .company_info .address,
.footer_info .company_info .tel_no,
.footer_info .company_info .fax_no {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}
.footer_info .company_info .free_tel {
  margin-top: 2rem;
}
.footer_info .company_info .free_tel .tx {
  font-size: 0.75rem;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
}
.footer_info .company_info .free_tel .no {
  font-size: 1.75rem;
  letter-spacing: 0.03em;
}

.copyright {
  margin-top: 3.375rem;
  color: #747474;
  font-size: 0.625rem;
  letter-spacing: 0.075em;
  text-align: right;
  display: block;
  clear: both;
}

@media (max-width: 749px) {
  .page_footer {
    margin-top: 4rem;
    padding: 2.125rem 2.5rem 2.625rem;
  }

  .copyright {
    margin-top: 0.9375rem !important;
  }

  .footer_nav {
    display: block;
  }

  .logo_green {
    width: 5.625rem;
    margin: 0 auto 3.5rem;
  }

  .gmap {
    width: 100% !important;
  }
  .gmap iframe {
    width: 100% !important;
  }

  .footer_info {
    width: 100%;
  }
  .footer_info .company_info {
    margin-bottom: 2.5rem;
  }
  .footer_info .company_info .name {
    margin-bottom: 2rem;
  }
  .footer_info .company_info .address,
.footer_info .company_info .tel_no,
.footer_info .company_info .fax_no {
    line-height: 1.75rem;
    margin-bottom: 0;
  }
  .footer_info .company_info .free_tel {
    margin-top: 2.75rem;
  }
  .footer_info .company_info .free_tel .tx {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
  .footer_info .company_info .free_tel .no {
    font-size: 1.75rem;
    letter-spacing: 0.03em;
  }

  .copyright {
    margin-top: 6.375rem;
    letter-spacing: 0;
    text-align: left;
  }
}
@media (min-width: 750px) {
  .wrap {
    max-width: 59.375rem;
    margin: 0 auto;
    position: relative;
  }
}

.top_mv_wrap {
  height: 80vh;
  /* min-height: 69.1vw; */
  position: relative;
  margin-bottom: 7.5rem;
}

.mv_catch_wrap {
  position: absolute;
  top: calc(31.25vh - 5.25rem);
  left: 5rem;
  z-index: 50;
  font-size: 5.625rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.mv_catch_wrap .mv_catch .catch01,
.mv_catch_wrap .mv_catch .catch02, .mv_catch_wrap .mv_catch .catch03 {
  opacity: 0;
  transform: translate(-12.5rem, 0);
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.mv_catch_wrap .mv_catch .catch01,
.mv_catch_wrap .mv_catch .catch02,
.mv_catch_wrap .mv_catch .catch03 {
  padding: 0 1.1875rem;
}
.mv_catch_wrap .mv_catch .catch01 .bdr,
.mv_catch_wrap .mv_catch .catch02 .bdr,
.mv_catch_wrap .mv_catch .catch03 .bdr {
  padding: 1.15625rem 0;
}
.mv_catch_wrap .mv_catch_tx {
  opacity: 0;
  transform: translate(-6.25rem, 0);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 4.4s;
}
.load_complete .mv_catch_wrap .mv_catch .catch01,
.load_complete .mv_catch_wrap .mv_catch .catch02, .load_complete .mv_catch_wrap .mv_catch .catch03 {
  opacity: 1;
  transform: translate(0, 0);
}
.load_complete .mv_catch_wrap .mv_catch .catch01 {
  transition-delay: 0s;
}
.load_complete .mv_catch_wrap .mv_catch .catch02 {
  transition-delay: 0.6s;
}
.load_complete .mv_catch_wrap .mv_catch .catch03 {
  transition-delay: 0.3s;
}
.load_complete .mv_catch_wrap .mv_catch_tx {
  opacity: 1;
  transform: translate(0, 0);
}
.mv_catch_wrap .mv_catch {
  margin-bottom: 1.5625rem;
}
.mv_catch_wrap .mv_catch .catch01 {
  width: 18.75rem;
  height: 6.875rem;
}
.mv_catch_wrap .mv_catch .catch01 .bdr {
  width: 16.375rem;
  height: 6.875rem;
}
.mv_catch_wrap .mv_catch .catch01 span:nth-child(1) {
  margin-right: 0.875rem;
}
.mv_catch_wrap .mv_catch .catch01 span:nth-child(2) {
  margin-right: 1.3125rem;
}
.mv_catch_wrap .mv_catch .catch01 span:nth-child(3) {
  margin-right: 1.3125rem;
}
.mv_catch_wrap .mv_catch .catch01 span:nth-child(4) {
  margin-right: 1.3125rem;
}
.mv_catch_wrap .mv_catch .catch01 span:nth-child(5) {
  margin-right: 1.125rem;
}
.mv_catch_wrap .mv_catch .catch01 span:nth-child(6) {
  margin-right: 1.3125rem;
}
.mv_catch_wrap .mv_catch .bdr {
  display: flex;
  align-items: center;
  align-content: center;
}
.mv_catch_wrap .mv_catch .catch03 {
  width: 21.875rem;
}
.mv_catch_wrap .mv_catch .catch03 .bdr {
  width: 19.5rem;
  height: 6.875rem;
}
.mv_catch_wrap .mv_catch .catch03 span:nth-child(1) {
  margin-right: 1.0625rem;
}
.mv_catch_wrap .mv_catch .catch03 span:nth-child(2) {
  margin-right: 1.125rem;
}
.mv_catch_wrap .mv_catch .catch03 span:nth-child(3) {
  margin-right: 1.15625rem;
}
.mv_catch_wrap .mv_catch .catch03 span:nth-child(4) {
  margin-right: 1.125rem;
}
.mv_catch_wrap .mv_catch .catch03 span:nth-child(5) {
  margin-right: 1.125rem;
}
.load_complete .mv_catch_wrap .mv_catch .catch03::before {
  animation-delay: 1s;
}
.load_complete .mv_catch_wrap .mv_catch .catch03::after {
  animation-delay: 1.2s;
}
.load_complete .mv_catch_wrap .mv_catch .catch03 .bdr::before {
  animation-delay: 1.1s;
}
.load_complete .mv_catch_wrap .mv_catch .catch03 .bdr::after {
  animation-delay: 0.9s;
}
.mv_catch_wrap .mv_catch .catch02 {
  width: 21.875rem;
}
.mv_catch_wrap .mv_catch .catch02 .bdr {
  width: 19.5rem;
  height: 6.875rem;
}
.mv_catch_wrap .mv_catch .catch02 span:nth-child(1) {
  margin-right: 1.0625rem;
}
.mv_catch_wrap .mv_catch .catch02 span:nth-child(2) {
  margin-right: 1.125rem;
}
.mv_catch_wrap .mv_catch .catch02 span:nth-child(3) {
  margin-right: 1.15625rem;
}
.mv_catch_wrap .mv_catch .catch02 span:nth-child(4) {
  margin-right: 1.125rem;
}
.mv_catch_wrap .mv_catch .catch02 span:nth-child(5) {
  margin-right: 1.125rem;
}
.load_complete .mv_catch_wrap .mv_catch .catch02::before {
  animation-delay: 1s;
}
.load_complete .mv_catch_wrap .mv_catch .catch02::after {
  animation-delay: 1.2s;
}
.load_complete .mv_catch_wrap .mv_catch .catch02 .bdr::before {
  animation-delay: 1.1s;
}
.load_complete .mv_catch_wrap .mv_catch .catch02 .bdr::after {
  animation-delay: 0.9s;
}
.mv_catch_wrap .mv_catch_tx {
  position: relative;
  left: 1.25rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
}

.mv_img {
  min-height: 50vw;
  padding: 0 0 0 19.2rem;
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 3.4s;
}
.mv_img figure {
  width: 100%;
  height: 80vh;
  position: relative;
}
.mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_img .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_img .loading span {
  width: 50%;
  height: 33.4%;
  display: block;
  position: absolute;
}
.mv_img .loading span::before {
  width: 100%;
  height: 100%;
  background: #000000;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 3.6s;
}
.mv_img .loading span:nth-child(1) {
  top: 0;
  left: 0;
}
.mv_img .loading span:nth-child(2) {
  top: 0;
  right: 0;
}
.mv_img .loading span:nth-child(3) {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.mv_img .loading span:nth-child(4) {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.mv_img .loading span:nth-child(5) {
  bottom: 0;
  left: 0;
}
.mv_img .loading span:nth-child(6) {
  bottom: 0;
  right: 0;
}
.load_complete .mv_img .loading span:nth-child(1)::before {
  width: 0;
  margin-left: 100%;
}
.load_complete .mv_img .loading span:nth-child(2)::before {
  height: 0;
  margin-bottom: 100%;
}
.load_complete .mv_img .loading span:nth-child(3)::before {
  height: 0;
}
.load_complete .mv_img .loading span:nth-child(4)::before {
  width: 0;
}
.load_complete .mv_img .loading span:nth-child(5)::before {
  width: 0;
}
.load_complete .mv_img .loading span:nth-child(6)::before {
  height: 0;
}
.load_complete .mv_img {
  opacity: 1;
}

@media (min-width: 750px) {
  .top_mv_wrap + .event_list_wrap_sp_view {
    display: none;
  }
}
@media (max-width: 749px) {
  .top_mv_wrap {
    max-width: 100%;
    min-height: 12.75rem;
    margin-bottom: 0;
  }
  .top_mv_wrap .event_list_wrap {
    display: none;
  }

  .mv_catch_wrap {
    top: 8.13rem;
    left: 1.46875rem;
    font-size: 2.5rem;
  }
  .mv_catch_wrap .mv_catch {
    opacity: 0;
    transform: translate(-6.25rem, 0);
    transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  }
  .mv_catch_wrap .mv_catch_tx {
    opacity: 0;
    transform: translate(0, 0);
    transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 4.4s;
  }
  .load_complete .mv_catch_wrap .mv_catch {
    opacity: 1;
    transform: translate(0, 0);
  }
  .load_complete .mv_catch_wrap .mv_catch_tx {
    opacity: 1;
    transform: translate(0, 0);
  }
  .mv_catch_wrap .mv_catch {
    margin-bottom: 1rem;
  }
  .mv_catch_wrap .mv_catch .catch01, .mv_catch_wrap .mv_catch .catch02 {
    padding: 0 0.6875rem;
  }
  .mv_catch_wrap .mv_catch .catch01 .bdr, .mv_catch_wrap .mv_catch .catch02 .bdr {
    padding: 0.6875rem 0;
  }
  .mv_catch_wrap .mv_catch .catch01 {
    margin-bottom: 0.25rem;
    width: 9.0625rem;
    height: 4.125rem;
  }
  .mv_catch_wrap .mv_catch .catch01 .bdr {
    width: 7.8125rem;
    height: 4.125rem;
  }
  .mv_catch_wrap .mv_catch .catch01 span:nth-child(1) {
    margin-right: 0.53125rem;
  }
  .mv_catch_wrap .mv_catch .catch01 span:nth-child(2) {
    margin-right: 0.8125rem;
  }
  .mv_catch_wrap .mv_catch .catch01 span:nth-child(3) {
    margin-right: 0.8125rem;
  }
  .mv_catch_wrap .mv_catch .catch01 span:nth-child(4) {
    margin-right: 0.8125rem;
  }
  .mv_catch_wrap .mv_catch .catch01 span:nth-child(5) {
    margin-right: 0.6875rem;
  }
  .mv_catch_wrap .mv_catch .catch01 span:nth-child(6) {
    margin-right: 0.8125rem;
  }
  .mv_catch_wrap .mv_catch .cross {
    width: 2.625rem;
    height: 2.625rem;
    margin-bottom: 0.75rem;
    left: 0.875rem;
  }
  .load_complete .mv_catch_wrap .mv_catch .cross::before, .load_complete .mv_catch_wrap .mv_catch .cross::after {
    width: 3.28125rem;
  }
  .mv_catch_wrap .mv_catch .catch02 {
    width: 11.25rem;
    height: 4.125rem;
  }
  .mv_catch_wrap .mv_catch .catch02 .bdr {
    width: 9.25rem;
    height: 4.125rem;
  }
  .mv_catch_wrap .mv_catch .catch02 span:nth-child(1) {
    margin-right: 0.65625rem;
  }
  .mv_catch_wrap .mv_catch .catch02 span:nth-child(2) {
    margin-right: 0.625rem;
  }
  .mv_catch_wrap .mv_catch .catch02 span:nth-child(3) {
    margin-right: 0.6875rem;
  }
  .mv_catch_wrap .mv_catch .catch02 span:nth-child(4) {
    margin-right: 0.6875rem;
  }
  .mv_catch_wrap .mv_catch .catch02 span:nth-child(5) {
    margin-right: 0.6875rem;
  }
  .mv_catch_wrap .mv_catch .catch03 {
    width: 11.25rem;
    height: 4.125rem;
  }
  .mv_catch_wrap .mv_catch .catch03 .bdr {
    width: 9.25rem;
    height: 4.125rem;
  }
  .mv_catch_wrap .mv_catch .catch03 span:nth-child(1) {
    margin-right: 0.65625rem;
  }
  .mv_catch_wrap .mv_catch .catch03 span:nth-child(2) {
    margin-right: 0.625rem;
  }
  .mv_catch_wrap .mv_catch .catch03 span:nth-child(3) {
    margin-right: 0.6875rem;
  }
  .mv_catch_wrap .mv_catch .catch03 span:nth-child(4) {
    margin-right: 0.6875rem;
  }
  .mv_catch_wrap .mv_catch .catch03 span:nth-child(5) {
    margin-right: 0.6875rem;
  }
  .mv_catch_wrap .mv_catch_tx {
    font-size: 0.75rem;
    letter-spacing: 0em;
    margin-left: -0.6em;
    left: 0.625rem;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  .mv_img {
    min-height: none;
    padding: 3.75rem 0 0rem 5.375rem;
  }
  .mv_img figure {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.event_list_wrap {
  width: 505px;
  height: 73px;
  background: rgba(39, 39, 39, 0.8);
  position: absolute;
  z-index: 600;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transform: translate(0, 3.125rem);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 5.2s;
}
.load_complete .event_list_wrap {
  opacity: 1;
  transform: translate(0, 0);
}
.event_list_wrap a {
  color: #ffffff;
}
.event_list_wrap .tt {
  width: 84px;
  font-size: 12px;
  font-weight: 500;
}
.event_list_wrap .event_list {
  width: 100%;
  font-size: 10px;
  padding: 0.1875rem 0;
  text-align: left;
}
.event_list_wrap .event_list li + li {
  margin-top: 10px;
}
.event_list_wrap .event_list li a {
  display: flex;
  align-items: center;
}
.event_list_wrap .event_list li a:hover {
  opacity: 1;
}
.event_list_wrap .event_list li time {
  width: 64px;
  margin-right: 12px;
  letter-spacing: 0.1em;
  color: #847341;
  font-weight: 500;
  margin-top: 0.2em;
}
.event_list_wrap .event_list li .text {
  width: calc(100% - 64px);
  padding-right: 1em;
  letter-spacing: 0.05em;
  display: inline;
  line-height: 1;
  text-align: left;
  transition: 0.2s;
}
.event_list_wrap .event_list li .text:hover {
  opacity: 0.8;
}
.event_list_wrap .calender_link {
  flex: 2;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.event_list_wrap .calender_link span {
  display: block;
}

@media (min-width: 1200px) {
  .event_list_wrap {
    width: 31.5625rem;
    height: 5.7625rem;
  }
  .event_list_wrap .tt {
    width: 5.25rem;
    font-size: 0.75rem;
  }
  .event_list_wrap .event_list {
    font-size: 0.625rem;
  }
  .event_list_wrap .event_list li + li {
    margin-top: 0.625rem;
  }
  .event_list_wrap .event_list li time {
    width: 4rem;
    margin-right: 0.75rem;
  }
  .event_list_wrap .event_list li .text {
    width: calc(100% - 4rem);
  }
  .event_list_wrap .calender_link {
    font-size: 0.625rem;
  }
}
@media (max-width: 749px) {
  .event_list_wrap {
    width: 100%;
    padding: 1.375rem 1.75rem;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    position: static;
    display: block;
    text-align: left;
  }
  .event_list_wrap .tt {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
  .event_list_wrap .event_list {
    width: 100%;
    border-right: none;
    padding: 0 0 0.375rem;
  }
  .event_list_wrap .event_list li + li {
    margin-top: 0.75rem;
  }
  .event_list_wrap .event_list li a {
    display: block;
  }
  .event_list_wrap .event_list li time {
    width: auto;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
    margin-top: 0.2em;
    display: block;
  }
  .event_list_wrap .event_list li .text {
    width: 100%;
    margin-bottom: 0.875rem;
    padding-right: 0;
    font-size: 0.79375rem;
    letter-spacing: 0;
  }
  .event_list_wrap .calender_link {
    margin-top: 1.25rem;
    border-top: 1px solid #ffffff;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .event_list_wrap .calender_link a {
    padding-top: 1.25rem;
    display: block;
  }
  .event_list_wrap .calender_link span {
    display: inline;
  }
  .event_list_wrap .calender_link span + span {
    margin-left: 0.5em;
  }
}
.top_mv_btm_wrap {
  margin: 4.6875rem 0 6.5rem;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.top_mv_btm_wrap .mv_btm_catch {
  margin-right: 5.375rem;
  font-size: 4.4375rem;
  line-height: 1.2253521127;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-weight: 500;
}
.top_mv_btm_wrap .mv_btm_catch .tx_wrap {
  height: 6.25rem;
  overflow: hidden;
}
.top_mv_btm_wrap .mv_btm_catch .tx_wrap .cut_in {
  height: 5.625rem;
}
.top_mv_btm_wrap .mv_btm_catch .tx_wrap .cut_in .bdr {
  height: 5.625rem;
}
.top_mv_btm_wrap .mv_btm_catch .tx_wrap + .tx_wrap {
  margin-top: -1rem;
}
.top_mv_btm_wrap .mv_btm_catch > span {
  display: block;
}
.top_mv_btm_wrap .mv_btm_catch > span span {
  display: inline-block;
}

@media (max-width: 749px) {
  .top_mv_btm_wrap {
    margin: 3.25rem 0 4.25rem;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
  .top_mv_btm_wrap .mv_btm_catch {
    margin-right: 1.25rem;
    font-size: 2.125rem;
  }
  .top_mv_btm_wrap .mv_btm_catch .tx_wrap {
    height: 3.125rem;
  }
  .top_mv_btm_wrap .mv_btm_catch .tx_wrap .cut_in {
    height: 2.875rem;
  }
  .top_mv_btm_wrap .mv_btm_catch .tx_wrap .cut_in .bdr {
    height: 2.875rem;
  }
  .top_mv_btm_wrap .mv_btm_catch .tx_wrap + .tx_wrap {
    margin-top: 0;
  }
}
.top_about_wrap {
  margin-bottom: 0.5rem;
  position: relative;
}
.top_about_wrap .text_wrap {
  width: 46.25rem;
  height: 34.0625rem;
  padding: 6.6875rem 9.375rem 0 9.875rem;
  background-color: #ffffff;
}
.top_about_wrap .text_wrap::before {
  width: 33rem;
  height: 1.375rem;
  background-color: #000000;
  left: 0;
  top: -1.375rem;
}
.top_about_wrap .text_wrap .tt span {
  display: block;
}
.top_about_wrap .text_wrap .tt .en {
  margin-bottom: 1.625rem;
  font-size: 2.5rem;
  letter-spacing: 0.045em;
}
.top_about_wrap .text_wrap .tt .ja {
  color: #847341;
  margin-bottom: 2.125rem;
  font-size: 1.75rem;
  letter-spacing: 0.025em;
}
.top_about_wrap .text_wrap .txt {
  letter-spacing: 0.075em;
  line-height: 2;
}
.top_about_wrap .text_wrap .txt p {
  margin-bottom: 1.875rem;
}
.top_about_wrap .image_wrap {
  width: 30.1875rem;
  height: 31.75rem;
  position: absolute;
  top: 4.8125rem;
  right: 6.9375rem;
  overflow: hidden;
}
.top_about_wrap .image {
  width: 100%;
  height: 100%;
}
.top_about_wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 749px) {
  .top_about_wrap {
    margin-bottom: 2.75rem;
  }
  .top_about_wrap .text_wrap {
    width: 20.625rem;
    height: auto;
    padding: 4rem 1.875rem 6.875rem 2.125rem;
  }
  .top_about_wrap .text_wrap::before {
    width: 17.5rem;
    height: 0.9375rem;
    top: -0.9375rem;
  }
  .top_about_wrap .text_wrap .tt .en {
    margin-bottom: 0.9375rem;
    font-size: 1.625rem;
  }
  .top_about_wrap .text_wrap .tt .ja {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
  .top_about_wrap .text_wrap .text {
    margin-right: 0.25rem;
    letter-spacing: 0.07em;
  }
  .top_about_wrap .image_wrap {
    width: 19.25rem;
    height: 22.875rem;
    position: relative;
    top: -4.125rem;
    right: 0rem;
    margin-left: auto;
  }
}
.top_section_tt {
  height: 4.75rem;
}
.top_section_tt .tt {
  font-size: 6.75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.top_section_tt .no svg:not(:root) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: visible;
}
.top_section_tt .no span {
  height: 100%;
  display: block;
}
.top_section_tt.ani .no svg #boel {
  stroke: #000;
  stroke-width: 1px;
  fill: transparent;
  stroke-dasharray: 1425px;
  stroke-dashoffset: 1425px;
  animation: anim 2s ease-in 0s forwards;
}

@keyframes anim {
  0% {
    stroke-dashoffset: 1425px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000000;
  }
}
.top_section_sub_tt {
  margin-bottom: 2.75rem;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .top_section_tt {
    height: auto;
  }
  .top_section_tt .tt {
    font-size: 2.125rem;
    display: block;
  }

  .top_section_sub_tt {
    margin-bottom: 2.75rem;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
}
.top_lineup_wrap {
  margin-bottom: 3.125rem;
}
@media (min-width: 750px) {
  .top_lineup_wrap {
    padding-top: 7.1875rem;
  }
}
.top_lineup_wrap .top_section_tt {
  margin-bottom: 1.625rem;
  padding-right: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top_lineup_wrap .top_section_tt .no {
  width: 5.125rem;
  height: 4.8125rem;
}
.top_lineup_wrap .top_section_tt .no svg {
  width: 100%;
  height: 100%;
}
.top_lineup_wrap .top_section_tt .tt {
  margin-left: 5.5rem;
  font-size: 4.25rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
}
.top_lineup_wrap .top_section_tt + .text {
  width: 26.25rem;
  margin-left: 42.9375rem;
  margin-bottom: 8rem;
}
.top_lineup_wrap .in {
  background: #ffffff;
}
.top_lineup_wrap .in figure {
  width: 100%;
  margin-bottom: 2.5rem;
}
.top_lineup_wrap .in figure img {
  width: 100%;
}
.top_lineup_wrap .in h3 {
  margin-bottom: 1.25rem;
}
@media (min-width: 750px) {
  .top_lineup_wrap .in.wrap {
    width: 60rem;
    margin: 0 auto;
    padding: 3.75rem;
  }
}

@media (max-width: 749px) {
  .top_lineup_wrap {
    padding-bottom: 2.1875rem;
  }
  .top_lineup_wrap .in {
    background: #ffffff;
    padding: 2rem;
  }
  .top_lineup_wrap .top_section_tt {
    margin-bottom: 0;
    padding-bottom: 2.25rem;
    padding-right: 0;
    display: block;
  }
  .top_lineup_wrap .top_section_tt .no {
    width: 3.5625rem;
    height: 3.4375rem;
    margin-left: auto;
    margin-right: 2.8125rem;
    margin-bottom: 0rem;
    display: block;
  }
  .top_lineup_wrap .top_section_tt .tt {
    margin-left: 1.125rem;
    font-size: 2.875rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1;
  }
  .top_lineup_wrap .top_section_tt .jp {
    margin-left: 1.125rem;
  }
  .top_lineup_wrap .more_btn {
    position: absolute;
    bottom: -1.5625rem;
    right: 0;
  }
  .top_lineup_wrap .more_btn .tx {
    margin-right: 2.625rem;
  }
  .top_lineup_wrap .more_btn:hover {
    background-color: #B19D65;
  }
  .top_lineup_wrap .lineup_list .item {
    width: 21rem;
    height: auto;
    padding-left: 0rem;
    padding-bottom: 1.875rem;
    margin-left: auto;
  }
  .top_lineup_wrap .lineup_list .item::before {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .top_lineup_wrap .lineup_list .item .text_wrap, .top_lineup_wrap .lineup_list .item .image {
    height: auto;
  }
  .top_lineup_wrap .lineup_list .item .text_wrap {
    position: static;
    z-index: 50;
  }
  .top_lineup_wrap .lineup_list .item .text {
    width: 13.5rem;
    margin-bottom: 2.5rem;
    margin-left: 5rem;
  }
  .top_lineup_wrap .lineup_list .item.reverse {
    margin-right: auto;
    padding-right: 0;
  }
  .top_lineup_wrap .lineup_list .item.reverse .text {
    margin-left: 2.5rem;
  }
  .top_lineup_wrap .lineup_list .item.reverse::before {
    left: 0;
  }
  .top_lineup_wrap .lineup_list .item.reverse .text_wrap {
    display: block;
  }
  .top_lineup_wrap .lineup_list .item.reverse .text_wrap .lineup_tt {
    justify-content: flex-end;
  }
  .top_lineup_wrap .lineup_list .item.reverse .more_btn {
    right: auto;
    left: 0;
  }
  .top_lineup_wrap .lineup_list .item.cycle {
    margin-top: 11.25rem;
    margin-bottom: 18.375rem;
    padding-top: 11.875rem;
  }
  .top_lineup_wrap .lineup_list .item.cycle .image {
    width: 28.25rem;
    height: 13.8125rem;
    top: -3.75rem;
    left: -4.6875rem;
  }
  .top_lineup_wrap .lineup_list .item.light {
    margin-top: 11.25rem;
    margin-bottom: 18.375rem;
    padding-top: 11.875rem;
  }
  .top_lineup_wrap .lineup_list .item.light .image {
    width: 30rem;
    height: 13.3125rem;
    top: -3.75rem;
    left: auto;
    right: -3.3125rem;
  }
  .top_lineup_wrap .lineup_list .item.grow {
    margin-top: 11.25rem;
    margin-bottom: 18.375rem;
    padding-top: 11.875rem;
  }
  .top_lineup_wrap .lineup_list .item.grow .image {
    width: 28.125rem;
    height: 13.9375rem;
    top: -3.75rem;
    left: -2.75rem;
    right: auto;
  }
  .top_lineup_wrap .lineup_list .item.SHARE {
    margin-top: 11.25rem;
    margin-bottom: 4.1875rem;
    padding-top: 8.75rem;
  }
  .top_lineup_wrap .lineup_list .item.SHARE .image {
    width: 26.25rem;
    height: 12rem;
    top: -4rem;
    right: auto;
    left: -1.875rem;
  }
  .top_lineup_wrap .lineup_list .lineup_tt {
    width: 21rem;
    height: 4.8125rem;
    padding: 1.125rem 2.5rem 0.75rem 0;
    display: block;
    text-align: right;
    top: -11.25rem;
    position: absolute;
    margin-bottom: 0;
  }
  .top_lineup_wrap .lineup_list .lineup_tt::before {
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
  }
  .top_lineup_wrap .lineup_list .lineup_tt span {
    position: relative;
    z-index: 5;
  }
  .top_lineup_wrap .lineup_list .lineup_tt .type {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    margin-right: 0.75rem;
  }
  .top_lineup_wrap .lineup_list .lineup_tt .tx {
    font-size: 2.5rem;
    letter-spacing: 0.045em;
  }
  .top_lineup_wrap .lineup_list .reverse .lineup_tt::before {
    left: auto;
    right: 0;
  }
}
.top_new_wrap {
  margin-bottom: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.top_new_wrap::before {
  width: 100%;
  height: 66.1875rem;
  background-color: #ffffff;
  top: 0.9375rem;
  left: 0;
}
.top_new_wrap .text_wrap {
  order: 1;
  flex: 2;
  position: relative;
  z-index: 500;
  padding-left: 0.1875rem;
}
.top_new_wrap .top_section_tt {
  height: 4.75rem;
  margin-bottom: 9.0625rem;
  display: block;
}
.top_new_wrap .top_section_tt .no {
  width: 6rem;
  height: 4.8125rem;
  position: absolute;
  left: -12.25rem;
  top: 5rem;
  display: block;
}
.top_new_wrap .top_section_tt .no svg {
  width: 5.9375rem;
}
.top_new_wrap .top_section_tt .tt {
  font-size: 6.75rem;
  letter-spacing: 0.05em;
  margin-top: -0.875rem;
}
.top_new_wrap .in {
  z-index: 5;
  position: relative;
  padding: 3.125rem 4.375rem;
}
.top_new_wrap .in dl {
  margin-bottom: 0.75rem;
}
.top_new_wrap .in dl dt {
  color: #847341;
  margin-bottom: 0.625rem;
}
.top_new_wrap .image_wrap {
  width: 32.5625rem;
  height: 50.9375rem;
}
.top_new_wrap .image_wrap::before {
  width: 18.125rem;
  height: 45.75rem;
  background-color: #000000;
  right: -1.5625rem;
  bottom: -1.5625rem;
  z-index: 2;
}
.top_new_wrap .image {
  order: 0;
  width: 32.5625rem;
  height: 50.9375rem;
  position: relative;
}
.top_new_wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 5;
}

@media (max-width: 749px) {
  .top_new_wrap {
    padding-top: 6.5625rem;
    padding-left: 1.5rem;
    margin-bottom: 6.25rem;
  }
  .top_new_wrap::before {
    height: calc(100% - 26rem);
    top: 26rem;
  }
  .top_new_wrap .in {
    background: #ffffff;
    padding: 3.125rem 2.375rem 3rem 0;
  }
  .top_new_wrap .text_wrap {
    order: 1;
    flex: 100%;
    position: relative;
    z-index: 1;
    margin-left: -2.5rem;
    padding-left: 2.5rem;
  }
  .top_new_wrap .top_section_tt {
    height: 4.75rem;
    margin-bottom: 9.0625rem;
    display: block;
    position: absolute;
    top: -29.625rem;
  }
  .top_new_wrap .top_section_tt .no {
    width: 4.1875rem;
    height: 3.375rem;
    position: absolute;
    left: 13rem;
    top: 11.3125rem;
    display: block;
    z-index: 5000;
  }
  .top_new_wrap .top_section_tt .no svg {
    width: 100%;
  }
  .top_new_wrap .top_section_tt .tt {
    font-size: 3.5rem;
    letter-spacing: 0.025em;
    color: #ffffff;
    margin-left: 0;
    margin-top: 0rem;
  }
  .top_new_wrap .top_new_block {
    width: 18.75rem;
    margin-top: 4.75rem;
    margin-left: 0;
    padding-bottom: 4.75rem;
  }
  .top_new_wrap .top_new_block::before {
    width: 100%;
    top: 4.125rem;
    left: 0;
  }
  .top_new_wrap .new_list .item {
    margin-bottom: 2rem;
  }
  .top_new_wrap .new_list .item .flag {
    margin-bottom: 0.8125rem;
    display: flex;
    align-items: center;
  }
  .top_new_wrap .new_list .item time {
    margin-right: 2rem;
    color: #847341;
    font-weight: 500;
  }
  .top_new_wrap .new_list .item .cat {
    width: 5.125rem;
    height: 1.25rem;
    text-align: center;
    color: #ffffff;
    background-color: #847341;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_new_wrap .bdr_btn {
    width: 17.8125rem;
    margin-left: 0.1875rem;
  }
  .top_new_wrap .more_btn {
    margin-left: auto;
    position: absolute;
    bottom: -1.5625rem;
    right: auto;
  }
  .top_new_wrap .image {
    width: 20rem;
    height: 23.125rem;
    position: relative;
  }
  .top_new_wrap .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 5;
  }
  .top_new_wrap .image_wrap {
    width: 20rem;
    height: auto;
    margin-right: 0.9375rem;
    position: relative;
    z-index: 0;
  }
  .top_new_wrap .image_wrap::before {
    width: 10.9375rem;
    height: 20.1875rem;
    right: -0.9375rem;
    bottom: -1.25rem;
  }
}
.top_concept_wrap .attension {
  margin-top: 1.5625rem;
}
.top_concept_wrap .text_wrap {
  width: 44.125rem;
  margin-bottom: 2.125rem;
}
.top_concept_wrap .top_section_tt {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.top_concept_wrap .top_section_tt .no {
  width: 6.125rem;
  height: 4.9375rem;
}
.top_concept_wrap .top_section_tt .tt {
  margin-top: -0.125rem;
  margin-left: 4.6875rem;
  font-size: 4.25rem;
  letter-spacing: 0.05em;
}
.top_concept_wrap .text {
  width: 27.25rem;
}
.top_concept_wrap .more_box h2 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.top_concept_wrap .more_box .in_box {
  background: #dedede;
  padding: 2.5rem;
  margin-bottom: 1.25rem;
}
.top_concept_wrap .more_box .in_box ul li {
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid #999999;
}
.top_concept_wrap .more_box .in_box ul li:last-child {
  border-bottom: 0;
}

@media (min-width: 750px) {
  .conp .in_wrap {
    max-width: 56.25rem;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
    padding: 4vw;
    margin-bottom: 8.75rem;
  }
  .conp .in_wrap .main_txt {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .top_concept_wrap .more_box {
    margin-bottom: 6.75rem;
    background: #ffffff;
    padding: 6.875rem 0 6.875rem;
  }
  .top_concept_wrap .more_box::before {
    width: 37.6875rem;
    height: 1.4375rem;
    background-color: #847341;
    top: -1.4375rem;
  }
  .top_concept_wrap .more_box .eng_tx {
    font-weight: 500;
    margin-right: -0.1em;
    text-align: right;
    font-size: 7.5rem;
    color: #E5E5E5;
  }
  .top_concept_wrap .more_box .eng_tx .cut_in {
    padding-left: 1.25rem;
  }
  .top_concept_wrap .more_box .eng_tx .cut_in .bdr {
    margin: -0.75rem 0;
    padding: 0.75rem 0;
  }
  .top_concept_wrap .more_box .more_btn {
    top: -1.5625rem;
    right: 10rem;
    position: absolute;
  }
}
@media all and (-ms-high-contrast: none) {
  .top_concept_wrap .more_box *::-ms-backdrop, .top_concept_wrap .more_box .eng_tx {
    font-size: 7rem;
  }
}
@media (max-width: 749px) {
  .top_concept_wrap {
    padding: 0 1.25rem;
  }
  .top_concept_wrap .text_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .top_concept_wrap .in_box {
    background: #dedede;
    padding: 1rem 1rem !important;
    margin-bottom: 1.25rem;
  }
  .top_concept_wrap .top_section_tt {
    height: auto;
    margin-bottom: 0.625rem;
    display: block;
  }
  .top_concept_wrap .top_section_tt .no {
    width: 4.125rem;
    height: 3.375rem;
    margin-bottom: 4.5rem;
    display: block;
  }
  .top_concept_wrap .top_section_tt .tt {
    margin-top: 0;
    margin-left: 0;
    font-size: 2.875rem;
  }
  .top_concept_wrap .text {
    width: 18.75rem;
    margin-left: 0.125rem;
  }
  .top_concept_wrap .more_box {
    background: #ffffff;
    padding: 0.9375rem;
  }
  .top_concept_wrap .more_box h2 {
    font-size: 0.875rem;
  }
}
.top_std_wrap {
  display: flex;
  flex-wrap: wrap;
}
.top_std_wrap .top_std_cost {
  order: 0;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 8.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_std_wrap .top_std_cost .what {
  font-size: 4.8125rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.top_std_wrap .top_std_cost .what::before {
  width: 32.375rem;
  height: 10rem;
  left: -10rem;
  top: 3.375rem;
  background-color: #000000;
}
.top_std_wrap .top_std_cost .what span {
  display: block;
  position: relative;
  z-index: 5;
}
.top_std_wrap .top_std_cost .what span + span {
  margin-top: 2.0625rem;
}
.top_std_wrap .top_std_cost .cost_wrap {
  text-align: left;
  color: #847341;
}
.top_std_wrap .top_std_cost .cost_wrap .tt {
  padding-top: 0.8125rem;
  margin-bottom: 2.625rem;
  font-size: 2.125rem;
  letter-spacing: 0.05em;
}
.top_std_wrap .top_std_cost .cost_wrap .percent {
  width: 27.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_std_wrap .top_std_cost .cost_wrap .percent span {
  display: block;
}
.top_std_wrap .top_std_cost .cost_wrap .percent .percent_no {
  width: 18.875rem;
  overflow: hidden;
  font-feature-settings: "palt";
  font-size: 9.625rem;
  font-weight: 500;
  letter-spacing: -0.048em;
  margin-top: -0.75rem;
}
.top_std_wrap .top_std_cost .cost_wrap .percent .mark img {
  width: auto;
  height: 7rem;
}
.top_std_wrap .top_std_cost .cost_wrap .percent .tx {
  width: 2.25rem;
  font-size: 2.25rem;
  font-weight: bold;
}
.top_std_wrap .top_std_cost .cost_wrap .percent .tx span + span {
  margin-top: 0.3125rem;
}
.top_std_wrap .text_wrap {
  order: 1;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 13.75rem;
}
.top_std_wrap .in_wrap {
  width: 27rem;
  margin-left: auto;
  margin-bottom: 11.5rem;
}
.top_std_wrap .top_section_tt {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.top_std_wrap .top_section_tt .no {
  width: 6.1875rem;
  height: 4.75rem;
  margin-bottom: 5.75rem;
  display: block;
}
.top_std_wrap .top_section_tt .tt span {
  display: block;
}
.top_std_wrap .top_section_sub_tt {
  margin-bottom: 2.25rem;
  letter-spacing: 0.06em;
}
.top_std_wrap .more_btn {
  margin-left: auto;
}
.top_std_wrap .image_wrap {
  order: 2;
  width: 70rem;
  height: 30.625rem;
}
.top_std_wrap .image_wrap::before {
  width: 61rem;
  height: 23.9375rem;
  background: #000000;
  right: -1.5625rem;
  bottom: -1.5625rem;
  z-index: 3;
}
.top_std_wrap .image_wrap::after {
  width: 100%;
  height: 14.875rem;
  background-color: #ffffff;
  bottom: 0;
  left: 10rem;
}
.top_std_wrap .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.top_std_wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 5;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .percent_no {
    letter-spacing: -0.06em !important;
  }
}
@media (max-width: 749px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .percent_no {
    letter-spacing: -0.038em !important;
  }
}
.safari.percent_no {
  letter-spacing: -0.05em !important;
}
@media (max-width: 749px) {
  .safari.percent_no {
    letter-spacing: -0.038em !important;
  }
}

.ios_safari.percent_no {
  letter-spacing: -0.058em !important;
}
@media (max-width: 749px) {
  .ios_safari.percent_no {
    letter-spacing: 0 !important;
  }
}

@media (max-width: 749px) {
  .top_std_wrap .top_std_cost {
    margin-top: 6.5rem;
    padding-top: 4.5rem;
    margin-bottom: 3.5rem;
    display: block;
    position: relative;
  }
  .top_std_wrap .top_std_cost .what {
    font-size: 3.25rem;
    padding-right: 1.875rem;
    margin-bottom: 3.4375rem;
    text-align: right;
    position: relative;
  }
  .top_std_wrap .top_std_cost .what::before {
    width: 100%;
    height: 6.875rem;
    left: 0;
    top: 2.1875rem;
  }
  .top_std_wrap .top_std_cost .what span {
    display: block;
    position: relative;
    z-index: 5;
  }
  .top_std_wrap .top_std_cost .what span + span {
    margin-top: 1rem;
  }
  .top_std_wrap .top_std_cost .cost_wrap {
    width: 17.375rem;
    margin: 0 auto;
  }
  .top_std_wrap .top_std_cost .cost_wrap .tt {
    padding-top: 0.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    letter-spacing: 0.025em;
  }
  .top_std_wrap .top_std_cost .cost_wrap .percent {
    width: 17.625rem;
  }
  .top_std_wrap .top_std_cost .cost_wrap .percent .percent_no {
    width: 11.375rem;
    overflow: hidden;
    font-size: 5.5rem;
    letter-spacing: -0.028em;
    margin-right: 0.5rem;
    margin-left: auto;
    margin-top: -0.375rem;
    font-weight: 500;
  }
  .top_std_wrap .top_std_cost .cost_wrap .percent .mark img {
    width: auto;
    height: 4.25rem;
  }
  .top_std_wrap .top_std_cost .cost_wrap .percent .tx {
    width: 1.375rem;
    font-size: 1.3125rem;
    font-weight: bold;
    text-align: center;
  }
  .top_std_wrap .top_std_cost .cost_wrap .percent .tx span + span {
    margin-top: 0.125rem;
  }
  .top_std_wrap .text_wrap {
    width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.625rem;
  }
  .top_std_wrap .in_wrap {
    width: 100%;
    margin-bottom: 5.75rem;
  }
  .top_std_wrap .top_section_tt {
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .top_std_wrap .top_section_tt .no {
    width: 4.375rem;
    height: 3.375rem;
    margin-bottom: 0;
    position: absolute;
    top: -28.875rem;
    left: 14.25rem;
  }
  .top_std_wrap .top_section_tt .tt {
    position: absolute;
    bottom: -21.375rem;
    left: -2.5rem;
    font-size: 3.1875rem;
  }
  .top_std_wrap .top_section_tt .tt span {
    display: block;
  }
  .top_std_wrap .top_section_sub_tt {
    text-align: right;
    font-size: 1.625rem;
    line-height: 1.68;
    margin-bottom: 2rem;
  }
  .top_std_wrap .more_btn {
    margin-left: 0.1875rem;
  }
  .top_std_wrap .image_wrap {
    width: 20rem;
    height: 23.125rem;
  }
  .top_std_wrap .image_wrap::before {
    width: 17.5625rem;
    height: 20.1875rem;
    right: -1.125rem;
    bottom: -1.0625rem;
  }
  .top_std_wrap .image_wrap::after {
    display: none;
  }
  .top_std_wrap .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .top_std_wrap .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 5;
  }
}
.top_quarity_wrap {
  background-color: #ffffff;
  margin-bottom: 11.25rem;
  padding: 15rem 10rem 0;
}
.top_quarity_wrap::before {
  width: 100%;
  height: 8rem;
  left: 0;
  bottom: 0;
  background-color: #E5E5E5;
}
.top_quarity_wrap .top_section_tt {
  height: 4.75rem;
  margin-bottom: 4.4375rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top_quarity_wrap .top_section_tt .no {
  width: 6.0625rem;
  height: 4.875rem;
}
.top_quarity_wrap .top_section_tt .no svg {
  width: 6rem;
}
.top_quarity_wrap .top_section_tt .tt {
  margin-top: -0.125rem;
  margin-left: 4.6875rem;
  font-size: 6.75rem;
  letter-spacing: 0.05em;
}
.top_quarity_wrap .top_section_tt + .text {
  width: 30.75rem;
  margin-left: auto;
}
.top_quarity_wrap .quarity_list {
  margin-top: 9.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.top_quarity_wrap .quarity_list .item {
  width: 18.125rem;
  height: 26.375rem;
  padding: 0 1.875rem;
  background: #ffffff;
}
.top_quarity_wrap .quarity_list .item::before {
  width: calc(100% - 3.75rem);
  height: 9.375rem;
  background-color: #847341;
  left: 1.875rem;
  top: 0;
  position: absolute;
  z-index: 2;
}
.top_quarity_wrap .quarity_list .tt {
  height: 12.125rem;
  margin: -1.375rem -1.875rem 1.125rem;
  padding: 0 1.875rem;
  text-align: center;
  color: #ffffff;
}
.top_quarity_wrap .quarity_list .tt span {
  width: 100%;
  display: block;
}
.top_quarity_wrap .quarity_list .tt span.bdr {
  height: 100%;
  padding: 2.5rem 0 2.625rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  z-index: 5;
}
.top_quarity_wrap .quarity_list .tt .en {
  font-size: 1.25rem;
  letter-spacing: 0.075em;
  line-height: 1.25;
}
.top_quarity_wrap .quarity_list .more_btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 749px) {
  .top_quarity_wrap {
    margin-top: 9.875rem;
    margin-bottom: 6.25rem;
    padding: 0;
    background: transparent;
  }
  .top_quarity_wrap::before {
    display: none;
  }
  .top_quarity_wrap .text_wrap {
    margin-bottom: 12.5rem;
    position: relative;
  }
  .top_quarity_wrap .text_wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 21.125rem;
    height: calc(100% + 13.75rem);
    padding: 4.375rem 0 9.375rem;
    background-color: #ffffff;
    top: -4.375rem;
    left: 0;
  }
  .top_quarity_wrap .top_section_tt {
    height: auto;
    margin-bottom: 3.125rem;
    display: block;
  }
  .top_quarity_wrap .top_section_tt .no {
    width: 4.25rem;
    height: 3.375rem;
    margin-left: 2.5rem;
    margin-bottom: 4.375rem;
    display: block;
    position: static;
  }
  .top_quarity_wrap .top_section_tt .no svg {
    width: 100%;
  }
  .top_quarity_wrap .top_section_tt .tt {
    margin-top: -0.125rem;
    margin-left: 0;
    font-size: 3.5rem;
    letter-spacing: 0.025em;
  }
  .top_quarity_wrap .top_section_tt + .text {
    width: 17.75rem;
    margin-left: 2.5rem;
  }
  .top_quarity_wrap .quarity_list {
    width: 20.9375rem;
    margin-left: auto;
    margin-top: 10.5rem;
    display: block;
  }
  .top_quarity_wrap .quarity_list .item {
    width: 100%;
    height: auto;
    padding: 0 1.875rem 4rem;
    background: #ffffff;
  }
  .top_quarity_wrap .quarity_list .item:not(:last-child) {
    margin-bottom: 15.125rem;
  }
  .top_quarity_wrap .quarity_list .item::before {
    width: 14.375rem;
    height: 9.375rem;
    left: 0;
    top: -7.5rem;
  }
  .top_quarity_wrap .quarity_list .tt {
    width: 18.125rem;
    height: 12.125rem;
    margin: -1.375rem 0 -7.5rem -3.75rem;
    padding: 0 1.875rem;
    top: -8.875rem;
    background: none;
  }
  .top_quarity_wrap .quarity_list .tt span {
    width: 100%;
    display: block;
  }
  .top_quarity_wrap .quarity_list .tt span.bdr {
    height: 100%;
    margin: 0 0;
    padding: 2.5rem 0 2.625rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    z-index: 5;
  }
  .top_quarity_wrap .quarity_list .tt .en {
    font-size: 1.25rem;
    letter-spacing: 0.075em;
  }
  .top_quarity_wrap .quarity_list .txt {
    line-height: 1.8;
  }
  .top_quarity_wrap .quarity_list .more_btn {
    bottom: -1.5625rem;
    left: auto;
    right: 0;
  }
}
.top_works_wrap {
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
}
.top_works_wrap .works_list_wrap {
  margin-bottom: 8.1875rem;
  padding-bottom: 1.0625rem;
}
.top_works_wrap .works_list_wrap::before {
  width: 100%;
  height: 100%;
  top: 2.5rem;
  right: -10rem;
  background-color: #ffffff;
}
.top_works_wrap .top_section_tt {
  height: auto;
  margin-bottom: 4.4375rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.top_works_wrap .top_section_tt .no {
  width: 6rem;
  height: 4.8125rem;
}
.top_works_wrap .top_section_tt .tt {
  margin-top: -0.125rem;
  margin-left: 4.6875rem;
  font-size: 6.75rem;
  letter-spacing: 0.05em;
}
.top_works_wrap .works_list {
  margin-top: 7.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.top_works_wrap .works_list .item {
  width: 18.75rem;
  display: flex;
  flex-wrap: wrap;
}
.top_works_wrap .works_list .item .image {
  order: 0;
  width: 100%;
  height: 12.5rem;
  margin-bottom: 1.375rem;
}
.top_works_wrap .works_list .item .text {
  width: 100%;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  text-align: center;
  order: 1;
}
.top_works_wrap .more_box {
  margin-bottom: 19.5rem;
}
.top_works_wrap .more_box::before {
  width: 53.125rem;
  height: 5.625rem;
  top: 1.5625rem;
  right: -10rem;
  background-color: #ffffff;
}
.top_works_wrap .more_box .more_btn {
  margin-left: auto;
  position: relative;
  z-index: 5;
}

@media (max-width: 749px) {
  .top_works_wrap .works_list_wrap {
    margin-bottom: 4.5rem;
    padding-bottom: 2.5rem;
  }
  .top_works_wrap .works_list_wrap::before {
    width: 18.125rem;
    height: calc(100% - 5.75rem);
    top: 5.75rem;
    right: 0;
    background-color: #ffffff;
  }
  .top_works_wrap .top_section_tt {
    height: auto;
    margin-bottom: 0;
    display: block;
  }
  .top_works_wrap .top_section_tt .no {
    width: 4.25rem;
    height: 3.375rem;
    display: block;
    margin-left: auto;
    margin-right: 3.25rem;
    margin-bottom: 4.875rem;
  }
  .top_works_wrap .top_section_tt .tt {
    margin-top: 0;
    margin-left: 2rem;
    font-size: 3.5rem;
    letter-spacing: 0.025em;
  }
  .top_works_wrap .works_list {
    margin-top: 3.75rem;
    display: block;
    padding-left: 2.5rem;
  }
  .top_works_wrap .works_list .item {
    width: 18.75rem;
    display: flex;
    flex-wrap: wrap;
  }
  .top_works_wrap .works_list .item + .item {
    margin-top: 4.25rem;
  }
  .top_works_wrap .works_list .item .image {
    order: 0;
    width: 100%;
    height: 12.5rem;
    margin-bottom: 1.375rem;
  }
  .top_works_wrap .works_list .item .text {
    width: 100%;
    font-size: 0.75rem;
    letter-spacing: 0.075em;
    text-align: center;
    order: 1;
  }
  .top_works_wrap .more_box {
    margin-bottom: 6.25rem;
  }
  .top_works_wrap .more_box::before {
    width: 15rem;
    height: 4.375rem;
    top: -2.75rem;
    right: 0;
  }
  .top_works_wrap .more_box .more_btn {
    margin-right: auto;
  }
}
.top_company_wrap {
  background: #ffffff;
  height: 11.25rem;
  text-align: center;
  position: relative;
}
.top_company_wrap .in_wrap {
  width: 59.375rem;
  height: 11.5rem;
  padding-top: 4.8125rem;
  margin-left: -29.6875rem;
  position: absolute;
  top: -4.25rem;
  left: 50%;
  background-color: #ffffff;
  border: solid #E5E5E5;
  border-width: 0 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_company_wrap .tx_wrap::before {
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
}
.top_company_wrap .tx {
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 0 -0.23em;
  display: block;
}
.top_company_wrap .company {
  width: 100%;
}

@media (max-width: 749px) {
  .top_company_wrap {
    height: 7.8125rem;
  }
  .top_company_wrap::before {
    width: 18.5rem;
    height: 0.875rem;
    margin-left: -9.25rem;
    background-color: #ffffff;
    content: "";
    position: absolute;
    display: block;
    bottom: 1.4375rem;
    left: 50%;
    z-index: 5;
  }
  .top_company_wrap .in_wrap {
    width: 18.5rem;
    height: 6.375rem;
    padding-top: 2.75rem;
    margin-left: -9.25rem;
    position: absolute;
    top: -1.875rem;
    left: 50%;
    background-color: #ffffff;
    border: solid #E5E5E5;
    border-width: 0 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_company_wrap .tx_wrap::before {
    width: 100%;
    height: 1px;
    background-color: #847341;
    position: absolute;
    bottom: 0;
  }
  .top_company_wrap .tx {
    font-size: 1.5625rem;
    margin: 0 0 -0.15em;
  }
  .top_company_wrap .company_btn {
    width: 13.75rem;
    height: 2.5rem;
    margin: 1.875rem auto 0;
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
}
.tx_wrap .tx_wrap {
  height: 5rem;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 749px) {
  .tx_wrap .tx_wrap {
    height: 3.4375rem;
  }
}
.tx_wrap .tx_wrap .in_box {
  padding: 0 0rem;
  display: inline-block;
  position: relative;
}
.tx_wrap .tx_wrap .bdr {
  height: 5rem;
  padding: 0.6875rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 749px) {
  .tx_wrap .tx_wrap .bdr {
    padding: 0;
    height: 3.0625rem;
  }
}
.tx_wrap .tx_wrap + .tx_wrap {
  margin-top: 2rem;
}

.standard_wrap .quarity_list {
  margin: 5.625rem auto;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .standard_wrap .quarity_list {
    width: 54rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 749px) {
  .standard_wrap .quarity_list {
    width: 17.1875rem;
    margin: 6.25rem auto;
  }
}
.standard_wrap .quarity_list .item {
  width: 14.625rem;
  margin: 0 0.5rem;
  padding: 0 0.75rem;
  background: #ffffff;
}
@media (max-width: 749px) {
  .standard_wrap .quarity_list .item {
    width: 17.1875rem;
    margin: 0 auto;
    margin-bottom: 2.1875rem;
  }
}
.standard_wrap .quarity_list .item::before {
  width: 10.3125rem;
  height: 10.3125rem;
  background-color: #847341;
  left: 2.15625rem;
  top: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 749px) {
  .standard_wrap .quarity_list .item::before {
    width: 17.1875rem;
    left: 0rem;
  }
}
.standard_wrap .quarity_list .tt {
  width: 12.75rem;
  height: 12.5625rem;
  margin: -1.125rem auto 1.625rem;
  padding: 0 1.25rem;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 749px) {
  .standard_wrap .quarity_list .tt {
    width: 18.125rem !important;
    margin: -5.375rem auto 1.625rem;
    margin-bottom: 0.3125rem;
    position: relative;
    top: -1.125rem;
    left: -1rem;
  }
}
.standard_wrap .quarity_list .tt::before {
  top: 1.125rem;
}
.standard_wrap .quarity_list .tt::after {
  bottom: 1.125rem;
}
.standard_wrap .quarity_list .tt span {
  width: 100%;
  display: block;
}
.standard_wrap .quarity_list .tt span.bdr {
  height: 100%;
  padding: 3.125rem 0 4.25rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  z-index: 5;
  line-height: 1.8;
}
@media (max-width: 749px) {
  .standard_wrap .quarity_list .tt span.bdr {
    width: 17.25rem !important;
    position: relative;
    left: -1rem;
    padding: 3.125rem 0 3rem;
  }
}
.standard_wrap .quarity_list .tt .en {
  font-size: 1.25rem;
  letter-spacing: 0.075em;
  line-height: 1.25;
}
.standard_wrap .quarity_list .tt .ja {
  margin-top: 0.375rem;
}
.standard_wrap .quarity_list .text {
  letter-spacing: 0.07em;
}

.recruit_box {
  margin-top: 2.5rem;
}
.recruit_box .gray_box {
  background: #eeeeee;
  padding: 0.9375rem;
  margin-top: 0.75rem;
}
.recruit_box .label {
  background: #000000;
  color: #ffffff;
  margin-top: 30px;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 1.25rem;
}
.recruit_box .label i {
  margin-left: 0.75rem;
  display: inline-block;
  font-size: 0.5rem;
  position: relative;
  top: -0.25rem;
}
.recruit_box .label:nth-of-type(1) {
  margin-top: 0;
}
.recruit_box .content {
  padding: 1.875rem;
  display: none;
}
.recruit_box .content .btn {
  text-align: center;
  margin-top: 15px;
}
.recruit_box .content dl {
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: 0.9375rem;
}
@media (max-width: 749px) {
  .recruit_box .content dl {
    display: block;
    padding: 0.375rem;
  }
}
.recruit_box .content dl dt {
  width: 12.5rem;
}
@media (max-width: 749px) {
  .recruit_box .content dl dt {
    width: auto;
    font-weight: bold;
    margin-bottom: 0.625rem;
    padding-top: 0.375rem;
  }
}
.recruit_box .content dl dd {
  flex: 1;
}

.privacy_content {
  background: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 749px) {
  .privacy_content {
    padding: 0 5vw 1.25rem;
    padding-top: 3.125rem;
  }
}
.privacy_content h3 {
  margin: 2rem 0 0.75rem;
  font-weight: bold;
}

.form-box {
  width: 100%;
  margin-top: 1.875rem;
}
.form-box dl {
  margin-bottom: 20px;
}
.form-box dl dt {
  margin-bottom: 8px;
}
.form-box dl dt .hiss {
  color: #b80000;
}
.form-box input, .form-box textarea {
  padding: 4px;
  font-size: 16px;
}
.form-box input {
  width: 100%;
}
.form-box textarea {
  width: 100%;
  min-height: 300px;
}
.form-box .confirm_btn {
  text-align: center;
}
.form-box .confirm_btn input {
  margin: 0 auto;
  background: #000000;
  color: #ffffff;
  width: 200px;
  padding: 5px;
}