@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.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, .text {
  font-family: "Noto Serif JP", serif;
}

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

.f_count {
  font-family: "Monda", sans-serif;
}

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

.u_ba, .page_en_title .in_box .bdr, .page_en_title .in_box, .mv_catch .catch01 .bdr, .mv_catch .catch02 .bdr, .mv_catch .catch01, .mv_catch .catch02, .square_list .tt .bdr, .square_list .tt, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr, .js-no_cut_in .cut_in, .js-cut_in_wrap .cut_in .bdr, .js-cut_in_wrap .cut_in {
  position: relative;
}
.u_ba::before, .page_en_title .in_box .bdr::before, .page_en_title .in_box::before, .mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before, .mv_catch .catch01::before, .mv_catch .catch02::before, .square_list .tt .bdr::before, .square_list .tt::before, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr::before, .js-no_cut_in .cut_in::before, .js-cut_in_wrap .cut_in .bdr::before, .js-cut_in_wrap .cut_in::before, .u_ba::after, .page_en_title .in_box .bdr::after, .page_en_title .in_box::after, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after, .mv_catch .catch01::after, .mv_catch .catch02::after, .square_list .tt .bdr::after, .square_list .tt::after, .js-no_cut_in .cut_in .bdr::after, .js-no_cut_in .cut_in::after, .js-cut_in_wrap .cut_in .bdr::after, .js-cut_in_wrap .cut_in::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

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

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

/*----------------------------------------
	fontFamily
----------------------------------------*/
body {
  margin: 0;
  color: #000000;
  background: #f2f1e0;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 749px) {
  body {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}

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

figure {
  margin: 0;
}

h1, h2, h3, h4 {
  line-height: 1;
}

nav {
  display: block;
}

.eng {
  font-family: "Roboto", sans-serif;
}

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

@media (min-width: 750px) {
  a, button {
    -webkit-transition: opacity 0.3s;
    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;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          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;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          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;
}

.clearfix {
  *zoom: 1;
}

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

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

@media (min-width: 750px) {
  .hidden-sp {
    display: block;
  }
  .hidden-pc {
    display: none;
  }
}
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt15 {
  margin-top: 15px;
}

@media (max-width: 749px) {
  .sp_u-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp_u-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 750px) {
  .pc_u-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 749px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .sp_u-ta-l {
    text-align: left !important;
  }
}
.viewMoreBtn {
  text-align: center;
  margin-top: 60px;
}
.viewMoreBtn a {
  border: 1px solid #000000;
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 30px 0;
  background: #ffffff;
  position: relative;
}
.viewMoreBtn a span {
  color: #c30d23;
}
.viewMoreBtn a:after {
  width: 76px;
  height: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.viewMoreBtn a:hover:after {
  right: -20px;
}

.viewMore span {
  color: #c30d23;
}
.viewMore a {
  position: relative;
  padding-right: 150px;
}
.viewMore a:after {
  width: 140px;
  height: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.viewMore a:hover:after {
  right: -10px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .flex {
    display: block;
  }
}

.pc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 749px) {
  .pc_flex {
    display: block;
  }
}

.l_inbox {
  margin: 0 auto;
}
@media (min-width: 750px) {
  .l_inbox {
    width: 68.75rem;
  }
}
@media (max-width: 749px) {
  .l_inbox {
    padding: 0 0.9375rem;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.center_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4vw 0;
}

.btn_right {
  float: right;
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn a {
  display: inline-block;
  text-decoration: none;
  background: #000000;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1.5625rem 5rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 749px) {
  .btn a {
    padding: 1.5625rem 3.75rem;
    font-size: 0.875rem;
  }
}
.btn a:after {
  content: "";
  position: absolute;
  right: 0.625rem;
  background: url(../img/arrow_right.svg) no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.875rem;
  height: 1.875rem;
  background-size: 100%;
}
@media (max-width: 749px) {
  .btn a:after {
    right: 0;
  }
}
@media (max-width: 749px) {
  .btn a {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
}
.btn.btn_red a {
  background: #E80063;
}
.btn.btn-small a {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 750px) {
  .btn.btn-small a {
    width: 100%;
  }
}
.btn.btn-small2 a {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 750px) {
  .btn.btn-small2 a {
    width: 60%;
  }
}
.btn.btn_orange a {
  background: #F4B43E;
}

.btn-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.btn-s a {
  display: inline-block;
  text-decoration: none;
  background: #000000;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1.125rem 2.5rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 749px) {
  .btn-s a {
    padding: 1.5625rem 3.75rem;
    font-size: 0.875rem;
  }
}
.btn-s a:after {
  content: "";
  position: absolute;
  right: 0.625rem;
  background: url(../img/arrow_right.svg) no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.875rem;
  height: 1.875rem;
  background-size: 100%;
}
@media (max-width: 749px) {
  .btn-s a:after {
    right: 0;
  }
}
@media (max-width: 749px) {
  .btn-s a {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
}

.btn-full {
  text-align: center;
  overflow: hidden;
}
.btn-full a {
  background: -webkit-gradient(linear, left top, right top, from(#3bd9bc), to(#21d4ce));
  background: linear-gradient(to right, #3bd9bc, #21d4ce);
  color: #ffffff;
  display: inline-block;
  width: 300px;
  padding: 8px 15px;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
}

@-webkit-keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@keyframes bdr_animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}
@-webkit-keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            transform: translate(0, 299%);
  }
}
@keyframes bdr_scr_animation {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 299%);
            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;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.toggle_menu_wrap {
  position: absolute;
  top: 7px;
  right: 6px;
  display: block;
  width: 3.125rem;
  z-index: 999;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 750px) {
  .toggle_menu_wrap {
    display: none;
  }
}
@media (max-width: 749px) {
  .toggle_menu_wrap {
    top: 1.625rem;
    right: 0.75rem;
    width: 2.25rem;
  }
}
.toggle_menu_wrap .toggle_menu {
  display: block;
  position: relative;
}
.toggle_menu_wrap .toggle_menu .icon {
  position: absolute;
  display: block;
  background-color: #000000;
  width: 25px;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 749px) {
  .toggle_menu_wrap .toggle_menu .icon {
    left: 0;
  }
}
.toggle_menu_wrap .toggle_menu span:first-child {
  top: 0;
}
.toggle_menu_wrap .toggle_menu span:nth-child(2) {
  top: 6px;
}
.toggle_menu_wrap .toggle_menu span:nth-child(3) {
  top: 12px;
}
.toggle_menu_wrap .toggle_menu span:nth-child(4) {
  font-size: 8px;
  color: #000000;
  position: relative;
  top: 0.625rem;
  left: -0.1875rem;
}

.toggle_menu.ac span:first-child {
  -webkit-transform: translateY(6px) rotate(35deg);
          transform: translateY(6px) rotate(35deg);
}

.toggle_menu.ac span:nth-child(2) {
  opacity: 0;
}

.toggle_menu.ac span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-35deg);
          transform: translateY(-6px) rotate(-35deg);
}

.toggle_nav {
  display: none;
}

#wrapper {
  padding-top: 130px;
}

.header-top h1 {
  font-size: 0.75rem;
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 2.5rem;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media (max-width: 749px) {
  header.header {
    padding: 1.5rem 1.25rem;
  }
  header.header.ac {
    background: #f2f1e0;
  }
}
header.header .header-top h1 {
  margin-bottom: 0.9375rem;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (max-width: 749px) {
  header.header .header-top {
    display: none;
  }
}
header.header.fixed .logo {
  position: fixed;
  top: 1.875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.header.fixed .logo_s {
  position: fixed;
  top: 1.875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.header .logo {
  width: 15.625rem;
  position: fixed;
  top: 70px;
}
@media (max-width: 749px) {
  header.header .logo {
    width: 12.5rem;
  }
}
header.header .logo.-top {
  top: 40px;
}
header.header .logo img {
  width: 100%;
}
header.header .logo_s {
  display: none;
  width: 15.625rem;
  position: absolute;
}
@media (max-width: 749px) {
  header.header .logo_s {
    width: 12.5rem;
  }
}
header.header .logo_s img {
  width: 100%;
}
header.header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 749px) {
  header.header .header_right {
    display: none;
  }
}
header.header .header_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header .header_right ul li {
  margin-right: 2.1875rem;
  line-height: 1;
}
header.header .header_right ul li:last-child {
  margin-right: 0;
}
header.header .header_right ul li a {
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
}
header.header .header_right ul li a .jp {
  display: block;
  font-size: 0.875rem;
}
header.header .header_right ul.main_menu {
  background: #ffffff;
  border-radius: 100px;
  padding: 1rem 2.8125rem;
}
header.header .header_right ul.main_menu li a {
  font-size: 0.9375rem;
  font-weight: bold;
}
header.header .header_right ul.main_menu li a:hover {
  color: #DE3300;
}
header.header .header_right ul.main_menu li.active a {
  color: #DE3300;
}
header.header .header_right .contact_btn {
  position: relative;
  font-style: normal;
  margin-bottom: 0.9375rem;
}
header.header .header_right .contact_btn a {
  position: relative;
  z-index: 4;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 0.8125rem;
  text-decoration: none;
  padding: 0.8125rem;
  line-height: 1;
  background: #55b392;
  border-radius: 100px;
}
header.header .header_right .contact_btn a i {
  width: 1.875rem;
}
.toggle_nav {
  height: 100vh;
  padding: 0 6vw;
}
@media (max-width: 749px) {
  .toggle_nav {
    height: 90vh;
    background: #f2f1e0;
  }
}
.toggle_nav ul.main_menu {
  padding-top: 3.125rem;
}
.toggle_nav ul.main_menu li {
  padding-bottom: 1.6rem;
  font-size: 1rem;
}
@media (max-width: 749px) {
  .toggle_nav ul.main_menu li {
    text-align: center;
  }
}
.toggle_nav ul.main_menu li a {
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
.toggle_nav .contact_btn {
  text-align: center;
  margin-bottom: 1.875rem;
}
.toggle_nav .contact_btn a {
  background: #55b392;
  border-radius: 60px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 0.8125rem 2rem;
}
.toggle_nav ul.sns_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toggle_nav ul.sns_menu li {
  margin: 0 0.625rem;
  width: 1.875rem;
}
.toggle_nav ul.sns_menu li img {
  width: 100%;
  height: auto;
}
.toggle_nav .nav_img {
  padding-top: 3.75rem;
}

.pagetop {
  position: fixed;
  right: 2.5rem;
  bottom: 0rem;
  width: 11.875rem;
  z-index: 997;
}
.pagetop img {
  width: 100%;
}

footer {
  background: #f9f9f0;
  border-top: 1px solid #000000;
  padding: 2.5rem 0 0rem;
}
@media (max-width: 749px) {
  footer {
    padding: 2.5rem 0 0rem;
  }
}
footer .l_inbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.5625rem;
}
@media (max-width: 749px) {
  footer .l_inbox {
    text-align: center;
  }
}
@media (max-width: 749px) {
  footer .l_inbox {
    display: block;
  }
}
@media (max-width: 749px) {
  footer .footer_left {
    width: 100%;
  }
}
footer .footer_left .footer_logo {
  margin-bottom: 1.25rem;
  width: 15.625rem;
}
@media (max-width: 749px) {
  footer .footer_left .footer_logo {
    margin: 0 auto 1.25rem;
  }
}
footer .footer_left .footer_logo img {
  width: 100%;
}
footer .footer_left address {
  line-height: 1.5;
}
footer .footer_left address a {
  background: #000000;
  color: #ffffff;
  padding: 0.25rem 0.9375rem 0.375rem;
  margin-left: 0.375rem;
  line-height: 0.8;
  display: inline-block;
  border-radius: 100px;
  font-size: 0.8125rem;
  position: relative;
  top: -2px;
}
@media (max-width: 749px) {
  footer .footer_right {
    display: none;
  }
}
footer .footer_right .footer_right_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
footer .footer_right .footer_right_top .main_menu {
  margin-bottom: 1.25rem;
}
footer .footer_right .footer_right_bottom {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_right ul li {
  margin-right: 1.25rem;
  line-height: 1;
}
footer .footer_right ul li:last-child {
  margin-right: 0;
}
footer .footer_right ul li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 30px;
}
footer .footer_right ul li a {
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
footer .footer_right ul li a .eng {
  display: block;
  color: #1577b8;
  font-weight: bold;
  font-size: 1.5625rem;
}
footer .footer_right ul li a .jp {
  display: block;
  font-size: 0.875rem;
}
footer a {
  text-decoration: none;
}
footer .footer_copyright {
  text-align: center;
  font-size: 0.75rem;
  background: #262626;
  padding: 0.9375rem 0;
  color: #ffffff;
}
@media (max-width: 749px) {
  footer .footer_copyright {
    font-size: 0.625rem;
  }
}

#greeting_about {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
#greeting_about .head {
  line-height: 1.5;
}
#greeting_about .head .eng {
  font-size: 3.75rem;
  font-weight: bold;
}
#greeting_about .txt p {
  margin-bottom: 1.25rem;
}
#greeting_about .txt p:last-child {
  margin-bottom: 0;
}
#greeting_about .l_inbox {
  position: relative;
}
#greeting_about .l_inbox figure {
  position: absolute;
  right: 14.25rem;
  bottom: 7.5rem;
  width: 10rem;
}

#message_about {
  background: #55b392;
  padding-top: 60px;
  padding-bottom: 0;
  color: #ffffff;
  position: relative;
}
#message_about .l_inbox {
  position: relative;
}
#message_about .head {
  line-height: 1.5;
}
#message_about .head .eng {
  font-size: 3.75rem;
  font-weight: bold;
}
#message_about .txt {
  width: 37.5rem;
  padding-bottom: 2.5rem;
}
#message_about .txt p {
  margin-bottom: 1.25rem;
}
#message_about .txt p:last-child {
  margin-bottom: 0;
}
#message_about .txt figure {
  width: 18.125rem;
  position: relative;
}
@media (min-width: 750px) {
  #message_about .txt figure {
    position: absolute;
    right: 3.75rem;
    bottom: 0;
  }
}
@media (max-width: 749px) {
  #message_about .txt figure {
    width: 12.5rem;
    margin: 0 auto;
  }
}
#message_about .txt figure img {
  width: 100%;
  height: auto;
}
#message_about .txt figure figcaption {
  position: absolute;
  bottom: 7.5rem;
  right: -3.75rem;
  width: 11.875rem;
}
#message_about .txt figure figcaption img {
  width: 100%;
  height: auto;
}

#about_policy {
  position: relative;
}
#about_policy:before {
  width: 110rem;
  height: 90rem;
  background: #FEFBDF;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  content: "";
  border-radius: 100%;
  z-index: 4;
}
@media (max-width: 749px) {
  #about_policy:before {
    height: 46.875rem;
    width: 46.875rem;
  }
}
#about_policy .l_inbox {
  padding: 8.25rem 0;
}
#about_policy figure {
  position: relative;
  z-index: 4;
  width: 43.75rem;
  margin: 0 auto;
}
@media (max-width: 749px) {
  #about_policy figure {
    width: 90%;
  }
}
@media (max-width: 749px) {
  #about_policy .illust {
    z-index: 900;
    position: absolute;
    bottom: 0.625rem;
    width: 15.125rem;
    left: 2rem;
  }
}
@media (min-width: 750px) {
  #about_policy .illust {
    z-index: 900;
    position: absolute;
    bottom: -5.625rem;
    width: 20rem;
  }
}

#about_history {
  padding-top: 3.75rem;
}
#about_history .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1;
  margin-bottom: 2.5rem;
}
#about_history .main_ttl h2 {
  font-weight: bold;
}
#about_history .main_ttl h2 span {
  font-size: 1.25rem;
}
@media (max-width: 749px) {
  #about_history .main_ttl h2 span {
    font-size: 1.25rem;
  }
}
#about_history .main_ttl .eng {
  font-weight: bold;
  font-size: 3.75rem;
}
@media (max-width: 749px) {
  #about_history .main_ttl .eng {
    font-size: 1.875rem;
  }
}
#about_history .main_ttl .eng span {
  color: #55b392;
  display: inline-block;
}
#about_history .list ul li {
  border-radius: 20px;
  padding: 2.1875rem 2.8125rem;
  background: #f2f1e0;
  margin-bottom: 0.625rem;
}
#about_history .list ul li:last-child {
  margin-bottom: 0;
}
#about_history .list ul li:nth-of-type(2n) {
  background: #e6e4c6;
}
#about_history .list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 749px) {
  #about_history .list ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#about_history .list ul li dl dt {
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 750px) {
  #about_history .list ul li dl dt {
    width: 18.75rem;
  }
}
@media (max-width: 749px) {
  #about_history .list ul li dl dt {
    text-align: center;
    margin-bottom: 1.5625rem;
  }
}
#about_history .list ul li dl dt .eng {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}

#about_philosophy {
  background: #55b392;
  padding-top: 25rem;
  position: relative;
  margin-top: -19.25rem;
  z-index: 0;
}
#about_philosophy .in {
  position: relative;
  z-index: 10;
}
@media (max-width: 749px) {
  #about_philosophy {
    padding-top: 19.625rem;
    padding-bottom: 7.5rem;
  }
}
#about_philosophy .l_inbox {
  position: relative;
}
@media (min-width: 750px) {
  #about_philosophy .l_inbox {
    padding: 3.75rem 0 8.75rem;
    width: 50rem;
  }
}
#about_philosophy .sub_ttl {
  text-align: left;
}
@media (max-width: 749px) {
  #about_philosophy .sub_ttl {
    font-size: 2.875rem;
    margin-bottom: 1.25rem;
  }
}
#about_philosophy .txt {
  position: relative;
  width: 25rem;
}
@media (max-width: 749px) {
  #about_philosophy .txt {
    width: 100%;
  }
}
#about_philosophy .txt p {
  margin-bottom: 1.25rem;
}
#about_philosophy .txt p strong {
  font-size: 1.25rem;
}
@media (min-width: 750px) {
  #about_philosophy figure {
    width: 34rem;
    position: absolute;
    right: -10rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 749px) {
  #about_philosophy figure {
    width: 100%;
  }
}

#about_outline .sub_ttl {
  margin-top: -2.8125rem;
  position: relative;
  top: -2.8125rem;
}
#about_outline .l_inbox {
  border-radius: 20px;
  overflow: hidden;
}
#about_outline .list {
  background: #ffffff;
  margin: 0 auto;
}
#about_outline .list > ul > li {
  border-bottom: 1px solid #707070;
  padding: 1.25rem 1.5rem;
}
#about_outline .list > ul > li:last-child {
  border-bottom: 0;
}
@media (min-width: 750px) {
  #about_outline .list > ul > li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#about_outline .list > ul > li dl dt {
  text-align: center;
}
@media (min-width: 750px) {
  #about_outline .list > ul > li dl dt {
    width: 15.625rem;
  }
}
@media (max-width: 749px) {
  #about_outline .list > ul > li dl dt {
    background: #F2F2F2;
    border-top: 1px solid #707070;
  }
}
@media (max-width: 749px) {
  #about_outline .list > ul > li dl dt, #about_outline .list > ul > li dl dd {
    padding: 0.75rem;
  }
}
#about_outline .list > ul > li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 749px) {
  #about_outline .list > ul > li dl dd {
    padding: 1rem 0.75rem;
  }
}
#about_outline .list > ul > li dl dd p {
  margin-bottom: 1.25rem;
}
#about_outline .list > ul > li dl dd p:last-child {
  margin-bottom: 0;
}

#member_list .l_inbox > ul {
  padding-top: 3.75rem;
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#member_list .l_inbox > ul > li {
  background: #FEFBDF;
  margin-bottom: 6.25rem;
  padding: 0.9375rem;
  border: 1px solid #000000;
  position: relative;
  top: 44px;
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul > li {
    border: 2px solid #000000;
    width: calc(50% - 80px);
  }
  #member_list .l_inbox > ul > li:nth-of-type(2n) {
    margin-top: 12.5rem;
  }
  #member_list .l_inbox > ul > li:nth-of-type(2n+1) {
    height: 40.625rem;
  }
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul > li:nth-of-type(2):before {
    content: "";
    background: url(../img/member/member_fukidashi_01.png) no-repeat;
    background-size: 100%;
    width: 28.125rem;
    height: 12.5rem;
    position: absolute;
    top: -15rem;
    left: 0;
  }
  #member_list .l_inbox > ul > li:nth-of-type(5):before {
    content: "";
    background: url(../img/member/member_fukidashi_02.png) no-repeat;
    background-size: 100%;
    width: 7.5rem;
    height: 7.8125rem;
    position: absolute;
    top: -10rem;
    left: 6.25rem;
  }
  #member_list .l_inbox > ul > li:nth-of-type(7):before {
    content: "";
    background: url(../img/member/member_fukidashi_03.png) no-repeat;
    background-size: 100%;
    width: 11.8125rem;
    height: 16.75rem;
    position: absolute;
    top: -16.875rem;
    left: 0rem;
  }
}
#member_list .l_inbox > ul > li .num {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  padding: 0.375rem 0.625rem 0.1875rem;
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul > li .num {
    padding: 0.625rem 1rem 0.625rem;
  }
}
#member_list .l_inbox > ul > li .num img {
  display: inline-block;
  width: 2.5rem;
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul > li .num img {
    width: 3.75rem;
  }
}
#member_list .l_inbox > ul > li figure {
  position: absolute;
  right: -0.0625rem;
  top: -2.1875rem;
  width: 10.875rem;
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul > li figure {
    right: -0.125rem;
    top: -5.625rem;
    width: 13.75rem;
  }
}
#member_list .l_inbox > ul > li .info {
  padding-top: 2.5rem;
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul > li .info {
    margin-bottom: 3.75rem;
    padding-left: 1.875rem;
  }
}
#member_list .l_inbox > ul > li .info .name {
  font-size: 1.625rem;
}
#member_list .l_inbox > ul > li .info .eng {
  color: #DE3300;
}
#member_list .l_inbox > ul > li .info .option {
  margin-top: 1.25rem;
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul > li .info .option {
    margin-top: 0.625rem;
  }
}
#member_list .l_inbox > ul > li .rule {
  margin-top: 0.9375rem;
}
#member_list .l_inbox > ul > li .rule .label {
  border-bottom: 1px solid #000000;
  margin-bottom: 1.25rem;
}
#member_list .l_inbox > ul > li .rule .label img {
  width: 22%;
}
@media (min-width: 750px) {
  #member_list .l_inbox > ul > li .rule .label img {
    width: 16%;
  }
}
#member_list .l_inbox > ul > li .rule ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#member_list .l_inbox > ul > li .rule ul li dl dt {
  width: 1.625rem;
  margin-right: 1.875rem;
  padding-top: 0.375rem;
}
#member_list .l_inbox > ul > li .rule ul li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#member_list .l_inbox > ul > li {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
}

@media (min-width: 750px) {
  #company_philosophy .l_inbox {
    width: 700px;
    margin: 0 auto;
  }
}
#company_philosophy .l_inbox figure {
  margin-bottom: 2.5rem;
  text-align: center;
}

#company_message .col h3 {
  color: #1577b8;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
#company_message .col .txt p {
  margin-bottom: 1.25rem;
}

#company_outline .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#company_outline .inner dl dt, #company_outline .inner dl dd {
  padding: 1.25rem;
}
#company_outline .inner dl dt {
  width: 12.625rem;
  border-bottom: 1px solid #000000;
  margin-right: 0.9375rem;
  text-align: center;
}
#company_outline .inner dl dd {
  border-bottom: 1px solid #eeeeee;
  width: 500px;
}

#company_permit .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#company_permit .inner ul li {
  width: calc(33.3333333333% - 15px);
  text-align: center;
  line-height: 1.5;
}
#company_permit .inner ul li dt {
  margin-bottom: 0.625rem;
}

#company_history .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#company_history .inner dl dt, #company_history .inner dl dd {
  padding: 1.25rem;
}
#company_history .inner dl dt {
  width: 15.625rem;
}
#company_history .inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#company_history .inner dl:nth-of-type(2n) {
  background: #f5f5f5;
}

#company_access .inner {
  text-align: center;
}
#company_access .inner p {
  padding-bottom: 0.625rem;
}
#company_access .inner iframe {
  width: 100%;
}

.mw_wp_form_confirm .privacy {
  display: none;
}

#contact_about .txt {
  text-align: center;
  margin: 0 auto;
}

#contact_form {
  padding: 3.75rem 0;
}
#contact_form input[type=text], #contact_form textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 0.875rem;
  background: #f0f0f0;
}
#contact_form select {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 0.5rem;
}
#contact_form .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact_form .flex .box {
  width: 48%;
}
#contact_form textarea {
  min-height: 200px;
}
#contact_form .privacy {
  background: #f1f1f1;
  padding: 2.5rem 3.75rem;
}
@media (max-width: 749px) {
  #contact_form .privacy {
    padding: 2.5rem 0.9375rem;
  }
}
#contact_form .privacy .label {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: bold;
}
#contact_form .privacy .box {
  background: #ffffff;
  padding: 1.625rem;
  height: 15rem;
  overflow: scroll;
  border: 1px solid #707070;
}
#contact_form .foot_btn {
  margin-top: 3.75rem;
  text-align: center;
}
#contact_form .foot_btn input[name=submitBack] {
  margin-right: 0.9375rem !important;
  background: #dedede !important;
  color: #333333 !important;
}
#contact_form .foot_btn input[type=submit] {
  background: #000000;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1.5625rem 5rem;
  display: inline;
  margin: 0 auto;
}
#contact_form .privacy_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.75rem;
}
#contact_form .privacy_n input {
  margin-right: 0.375rem;
}
#contact_form .list .label {
  margin-bottom: 0.375rem;
}
#contact_form .list dl {
  margin-bottom: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  #contact_form .list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#contact_form .list dl:last-child {
  margin-bottom: 0;
}
#contact_form .list dl dt {
  position: relative;
  margin-bottom: 0.625rem;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (min-width: 750px) {
  #contact_form .list dl dt {
    width: 18.75rem;
  }
}
#contact_form .list dl dt .hiss {
  right: 0;
  top: 0.1875rem;
  margin-left: 0.75rem;
  background: #DE3300;
  border-radius: 6px;
  color: #ffffff;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
}
#contact_form .list dl dt .caption {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}
#contact_form .list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contact_form .list dl dd label {
  margin-left: 0.625rem;
}
#contact_form .foot {
  margin-top: 2.8125rem;
}
#contact_form .foot p {
  text-align: center;
}
#contact_form .foot .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact_form .foot .privacy a {
  color: #1577b8;
}
#contact_form .foot .foot_btn {
  margin-top: 1.875rem;
}

#news_list .list ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem 0.25rem;
}
#news_list .list ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news_list .list ul li .in {
  margin-right: 1.875rem;
}
#news_list .list ul li .in span {
  font-size: 0.75rem;
}
#news_list .list ul li .in span.cat {
  background: #474747;
  color: #ffffff;
  padding: 0.25rem 0.375rem;
}
#news_list .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
#news_list .pagenation span {
  background: #afafaf;
  border-radius: 7px;
  color: #ffffff;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5625rem;
}
#news_list .pagenation span.active {
  background: #1577b8;
}
#news_list .pagenation span.arrow, #news_list .pagenation span.next {
  background: #1577b8;
}

#news_detail {
  padding-top: 3.75rem;
}
#news_detail .head {
  margin-bottom: 3.75rem;
}
#news_detail .head h3 {
  font-weight: bold;
  padding-bottom: 0.9375rem;
}
#news_detail .head .info-date {
  background: #fbfaf1;
  padding: 0.25rem 0.5625rem;
}
#news_detail .head .cat {
  background: #474747;
  color: #ffffff;
  padding: 0.25rem 0.375rem;
}
#news_detail .content figure {
  margin-bottom: 1.25rem;
}
#news_detail .content .txt p {
  margin-bottom: 0.9375rem;
}
#news_detail .pagenation_detail {
  margin-top: 2.5rem;
}
#news_detail .pagenation_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#news_detail .pagenation_detail ul li {
  margin-right: 0.4375rem;
  font-size: 0.75rem;
}
#news_detail .pagenation_detail ul li.prev a {
  color: #ffffff;
  text-decoration: none;
  background: #707070;
  background: #707070;
  padding: 0.75rem;
  border-radius: 4px;
}
#news_detail .pagenation_detail ul li.current a {
  color: #ffffff;
  text-decoration: none;
  background: #707070;
  background: #55b392;
  padding: 0.75rem;
  border-radius: 4px;
}
#news_detail .pagenation_detail ul li.next a {
  color: #ffffff;
  text-decoration: none;
  background: #707070;
  background: #707070;
  padding: 0.75rem;
  border-radius: 4px;
}

#testSearchInput {
  display: none;
}

.tag_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .tag_list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -0.5rem;
  }
}
.tag_list ul li {
  line-height: 1;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
@media (max-width: 749px) {
  .tag_list ul li {
    margin-bottom: 0.5rem;
    line-height: 2.4;
  }
}
.tag_list ul li label {
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 0.4375rem 0.5rem;
}
.tag_list .search_btn {
  margin-top: 0 !important;
}

.tag_list3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .tag_list3 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -0.5rem;
  }
}
.tag_list3 ul li {
  line-height: 1;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 0.4375rem 0.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 749px) {
  .tag_list3 ul li {
    margin-bottom: 0.5rem;
  }
}
.tag_list3 ul li a {
  text-decoration: none;
}
.tag_list3 ul li:hover {
  background: #EDEDED;
}

.tag_list label:has(> input[type=checkbox]:checked) {
  background: #EDEDED;
}

.search_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125rem;
  color: #DE3300;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.search_btn i {
  width: 2rem;
  margin-left: 0.375rem;
  padding-left: 0.25rem;
}
.search_btn input {
  background: none;
  color: #DE3300;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 2px solid #DE3300;
  padding-bottom: 0.375rem;
}
.search_btn a {
  color: #DE3300;
  text-decoration: none;
}
.search_btn span {
  position: relative;
}
.search_btn span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #DE3300;
  bottom: -4px;
  left: 0;
}

#works_search .l_inbox {
  background: #FEFBE2;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 1.875rem 3.75rem;
}
@media (max-width: 749px) {
  #works_search .l_inbox {
    padding: 1.875rem 0.9375rem;
  }
}
#works_search ul li input {
  display: none;
}

.main_col {
  margin-bottom: 3.75rem;
}
.main_col img {
  width: 100%;
}

.retsu_txt {
  padding: 0 6.25rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 749px) {
  .retsu_txt {
    padding: 0 1.875rem;
  }
}

.sub_col {
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub_col li {
  width: calc(50% - 30px);
}
@media (max-width: 749px) {
  .sub_col li {
    width: calc(50% - 15px);
  }
}
.sub_col li img {
  width: 100%;
}

.tag_list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tag_list2 ul li {
  line-height: 1;
  font-size: 0.75rem;
  padding: 0.4375rem 0.5rem;
  margin-right: 0.5rem;
}

#relation {
  margin-top: 6.25rem;
  background: #FEFBDF;
  padding-bottom: 5rem;
  margin-bottom: 0 !important;
}
#relation .sub_ttl {
  position: relative;
  top: -1.875rem;
}
#relation .project_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 749px) {
  #relation .project_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#relation .project_list > li {
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #000000;
  overflow: hidden;
  margin-bottom: 1.875rem;
  width: calc(33.3333333333% - 20px);
}
#relation .project_list > li a {
  text-decoration: none;
}
#relation .project_list > li figure {
  border-bottom: 2px solid #000000;
}
#relation .project_list > li figure img {
  width: 100%;
}
@media (max-width: 749px) {
  #relation .project_list > li {
    width: 100%;
  }
}
#relation .project_list > li .in {
  padding: 1.875rem;
}
#relation .project_list > li .in .ttl {
  font-size: 1.25rem;
  font-weight: bold;
}
#relation .project_list > li .tag_list {
  margin-top: 0.75rem;
}
#relation .works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 749px) {
  #relation .works_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#relation .works_list > li {
  margin-bottom: 1.875rem;
  width: calc(33.3333333333% - 1rem);
}
#relation .works_list > li a {
  text-decoration: none;
}
#relation .works_list > li figure img {
  width: 100%;
}
@media (min-width: 750px) {
  #relation .works_list > li {
    margin-right: 1rem;
  }
}
@media (max-width: 749px) {
  #relation .works_list > li {
    width: 100%;
  }
}
@media (min-width: 750px) {
  #relation .works_list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}
#relation .works_list > li .option {
  padding: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#relation .works_list > li .option .name {
  font-size: 1.5625rem;
  font-weight: bold;
}
@media (max-width: 749px) {
  #relation .works_list > li .option .name {
    font-size: 1.375rem;
  }
}
#relation .works_list > li .option .address {
  font-size: 1rem;
}
@media (max-width: 749px) {
  #relation .works_list > li .option .address {
    font-size: 0.8125rem;
  }
}
#relation .works_list > li .option .address i {
  position: relative;
  top: 0.375rem;
  margin-right: 0.25rem;
}
#relation .works_list > li .tag_list2 {
  padding: 0.5rem;
  background: #EDEDED;
  border-top: 1px solid #000000;
  border-bottom: 2px solid #000000;
}

.project_head {
  border-bottom: 1px solid #000000;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.project_head h1 {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 2rem;
}

.main_project_img {
  margin-bottom: 2.5rem;
}
.main_project_img img {
  width: 100%;
}

#works_detail .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 749px) {
  #works_detail .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 1.25rem;
  }
}
#works_detail .head .in {
  width: 26.25rem;
  margin-right: 1.875rem;
}
@media (max-width: 749px) {
  #works_detail .head .in {
    width: 100%;
    margin-right: 0;
  }
}
#works_detail .head .in h1 {
  margin-top: 1.875rem;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 2px solid #000000;
}
#works_detail .head .map {
  font-size: 1rem;
}
#works_detail .head .map i {
  position: relative;
  top: 0.375rem;
  margin-right: 0.25rem;
}
#works_detail .head .main_img {
  width: 37.5rem;
}
@media (max-width: 749px) {
  #works_detail .head .main_img {
    width: 100%;
    margin-top: 0.9375rem;
  }
}
#works_detail .head .main_img img {
  width: 100%;
}

.option_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 930px;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .option_col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.option_col ul li {
  border-bottom: 1px solid #707070;
  padding: 0.5rem;
}
.option_col ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.option_col ul li dl dt {
  width: 12.5rem;
}
@media (max-width: 749px) {
  .option_col ul li dl dt {
    width: 6.25rem;
  }
}
.option_col ul li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#works_list .l_inbox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 749px) {
  #works_list .l_inbox > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#works_list .l_inbox > ul > li {
  margin-bottom: 1.875rem;
  width: calc(50% - 1rem);
}
#works_list .l_inbox > ul > li a {
  text-decoration: none;
}
#works_list .l_inbox > ul > li figure img {
  width: 100%;
}
@media (min-width: 750px) {
  #works_list .l_inbox > ul > li {
    margin-right: 1rem;
  }
}
@media (max-width: 749px) {
  #works_list .l_inbox > ul > li {
    width: 100%;
  }
}
@media (min-width: 750px) {
  #works_list .l_inbox > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#works_list .l_inbox > ul > li .option {
  padding: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#works_list .l_inbox > ul > li .option .name {
  font-size: 1.625rem;
  font-weight: bold;
}
#works_list .l_inbox > ul > li .option .address {
  font-size: 1rem;
}
@media (max-width: 749px) {
  #works_list .l_inbox > ul > li .option .address {
    font-size: 0.8125rem;
  }
}
#works_list .l_inbox > ul > li .option .address i {
  position: relative;
  top: 0.375rem;
  margin-right: 0.25rem;
}
#works_list .l_inbox > ul > li .tag_list2 {
  padding: 0.5rem;
  background: #EDEDED;
  border-top: 1px solid #000000;
  border-bottom: 2px solid #000000;
}

#project_list {
  padding-top: 3.75rem;
}
#project_list .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1;
  margin-bottom: 2.5rem;
}
#project_list .main_ttl h2 {
  font-weight: bold;
}
#project_list .main_ttl h2 span {
  font-size: 1.25rem;
}
@media (max-width: 749px) {
  #project_list .main_ttl h2 span {
    font-size: 1.25rem;
  }
}
#project_list .main_ttl .eng {
  font-weight: bold;
  font-size: 3.75rem;
}
@media (max-width: 749px) {
  #project_list .main_ttl .eng {
    font-size: 1.875rem;
  }
}
#project_list .main_ttl .eng span {
  color: #55b392;
  display: inline-block;
}
#project_list .l_inbox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 22px;
}
@media (max-width: 749px) {
  #project_list .l_inbox > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#project_list .l_inbox > ul > li {
  border-radius: 35px;
  border: 2px solid #000000;
  overflow: hidden;
  background: #fbfaf1;
  margin-bottom: 1.875rem;
  width: calc(33.3333333333% - 22px);
}
#project_list .l_inbox > ul > li a {
  text-decoration: none;
}
#project_list .l_inbox > ul > li figure img {
  width: 100%;
}
@media (max-width: 749px) {
  #project_list .l_inbox > ul > li {
    width: 100%;
  }
}
#project_list .l_inbox > ul > li .in {
  padding: 1.875rem;
}
#project_list .l_inbox > ul > li .in .date {
  background: #ffffff;
  border-radius: 6px;
  padding: 0.375rem 0.5625rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#project_list .l_inbox > ul > li .in .date .cat a {
  text-decoration: underline !important;
}
#project_list .l_inbox > ul > li .in .ttl {
  font-size: 1.25rem;
  font-weight: bold;
}
#project_list .l_inbox > ul > li .cat {
  display: inline-block;
  margin-left: 0.375rem;
}
#project_list .l_inbox > ul > li .tag_list {
  margin-top: 0.75rem;
}

#service-twoble .l_inbox {
  background: #55b392;
  border-radius: 20px;
  color: #ffffff;
  padding: 2.5rem;
}
@media (min-width: 750px) {
  #service-twoble .l_inbox {
    width: 56.25rem;
  }
}
#service-twoble .l_inbox .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service-twoble .l_inbox .head .logo {
  width: 15rem;
}
#service-twoble .l_inbox .head .logo img {
  width: 100%;
}
#service-twoble .l_inbox .head .catch {
  font-size: 1.375rem;
  font-weight: bold;
}
#service-twoble .l_inbox .txt {
  position: relative;
}
#service-twoble .l_inbox .txt p {
  width: 33.75rem;
  margin-bottom: 15px;
}
#service-twoble .l_inbox .txt p:last-child {
  margin-bottom: 0;
}
#service-twoble .l_inbox .txt figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 15.625rem;
  margin-top: -1.875rem;
}
#service-twoble .l_inbox .txt figure img {
  width: 100%;
}
#service-twoble .l_inbox .txt figure .btn {
  position: absolute;
  bottom: -6.25rem;
}
#service-twoble .l_inbox .txt figure .btn a {
  padding: 1.0625rem 3rem;
}

.partner_01 .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.partner_01 .main_ttl h2 {
  font-weight: bold;
}
.partner_01 .main_ttl h2 span {
  font-size: 1.25rem;
}
@media (max-width: 749px) {
  .partner_01 .main_ttl h2 span {
    font-size: 1.25rem;
  }
}
.partner_01 .main_ttl .eng {
  font-weight: bold;
  font-size: 3.75rem;
}
@media (max-width: 749px) {
  .partner_01 .main_ttl .eng {
    font-size: 1.875rem;
  }
}
.partner_01 .main_ttl .eng span {
  color: #55b392;
  display: inline-block;
}

.partner_02 .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.partner_02 .main_ttl h2 {
  font-weight: bold;
}
.partner_02 .main_ttl h2 span {
  font-size: 1.25rem;
}
@media (max-width: 749px) {
  .partner_02 .main_ttl h2 span {
    font-size: 1.25rem;
  }
}
.partner_02 .main_ttl .eng {
  font-weight: bold;
  font-size: 3.75rem;
}
@media (max-width: 749px) {
  .partner_02 .main_ttl .eng {
    font-size: 1.875rem;
  }
}
.partner_02 .main_ttl .eng span {
  color: #55b392;
  display: inline-block;
}
.partner_02 .list .col {
  border-radius: 20px;
  padding: 2.1875rem 2.8125rem;
  background: #f2f1e0;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner_02 .list .col .more {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 2.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: trasnalte(0, -50%);
          transform: trasnalte(0, -50%);
}
.partner_02 .list .col .more img {
  width: 100%;
}
.partner_02 .list .col .inner {
  width: 40.625rem;
  padding-right: 3.125rem;
}
.partner_02 .list .col .inner.active .more {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.partner_02 .list .col:last-child {
  margin-bottom: 0;
}
.partner_02 .list .col:nth-of-type(2n) {
  background: #e6e4c6;
}
.partner_02 .list .col h3 {
  font-weight: bold;
  font-size: 1.25rem;
}
.partner_02 .list .col dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 749px) {
  .partner_02 .list .col dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.partner_02 .list .col dl dt {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .partner_02 .list .col dl dt {
    width: 18.75rem;
  }
}
@media (max-width: 749px) {
  .partner_02 .list .col dl dt {
    text-align: center;
    margin-bottom: 1.5625rem;
  }
}
.partner_02 .list .col dl dt .eng {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}

#partner_merit .in_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
#partner_merit .in_inner ul li {
  width: calc(33.3333333333% - 12px);
  background: #ffffff;
  border-radius: 40px;
  margin: 0 auto;
  padding: 2.5rem;
}
#partner_merit .in_inner ul li .ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5625rem;
}

.partner_flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.partner_flow ul li {
  width: calc(25% - 12px);
  margin: 0 auto;
  padding: 2.5rem;
}
.partner_flow ul li .circle {
  background: #ffffff;
  border-radius: 100%;
  width: 11.25rem;
  height: 11.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
}
.partner_flow ul li .num {
  font-size: 2.5rem;
  font-weight: bold;
  color: #55b392;
}
.partner_flow ul li .num_txt {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  height: 2.8125rem;
  font-weight: bold;
  margin-bottom: 1.5625rem;
}

.partner_flow {
  margin-top: 3.75rem;
}
.partner_flow .list li {
  position: relative;
}
.partner_flow .list li:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/arrow_right.png) no-repeat;
  position: absolute;
  background-size: 1.25rem;
}
@media (min-width: 750px) {
  .partner_flow .list li:after {
    right: -3.125rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
  }
}
@media (max-width: 749px) {
  .partner_flow .list li:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    bottom: -7.937rem;
  }
}
.partner_flow .list li:last-child:after {
  display: none;
}

#intro_txt {
  background: #ffffff;
  border-radius: 40px;
  margin: 0 auto;
  padding: 2.5rem;
}
#intro_txt .txt {
  display: table;
  margin: 0 auto;
  position: relative;
}
#intro_txt .txt figure {
  width: 9.375rem;
  position: absolute;
  right: -8.75rem;
  bottom: 3.75rem;
}
#intro_txt .txt figure img {
  width: 100%;
}
#intro_txt p {
  margin-bottom: 1.25rem;
}
#intro_txt .eng {
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.seciton_full {
  background: #ffffff;
  padding-bottom: 60px;
  padding-top: 45px;
}
.seciton_full.-under {
  margin-bottom: 2.8125rem;
}

#subcontents {
  overflow-x: hidden;
}

.transcenter {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.transcenters {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.blue_section {
  background: #FEFBDF;
}

.sub_label {
  color: #55b392;
  font-size: 1.25rem;
  font-weight: bold;
}

.bread {
  padding: 0.625rem 0;
  margin-bottom: 3.75rem;
}
.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}
.bread ul li {
  margin-right: 0.4375rem;
}
.bread ul li a {
  text-decoration: none;
}
.bread ul li a:after {
  content: ">";
  margin-left: 0.625rem;
}

.sub_nav {
  margin-bottom: 3.75rem;
}
.sub_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub_nav ul li {
  border-left: 1px solid #bbbbbb;
  text-align: center;
}
.sub_nav ul li:last-child {
  border-right: 1px solid #bbbbbb;
}
.sub_nav ul li i {
  display: block;
  width: 1.25rem;
  margin: 0 auto 0.3125rem;
  height: 1.25rem;
}
.sub_nav ul li i img {
  width: 100%;
  height: auto;
}
.sub_nav ul li a {
  display: block;
  padding: 0.625rem 2.5rem;
  text-decoration: none;
}
.sub_nav ul li.current {
  background: #1577b8;
  color: #ffffff;
}
.sub_nav ul li.current a {
  color: #ffffff;
  position: relative;
}
.sub_nav ul li.current a:after {
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0.375rem;
  height: 0.375rem;
  border-top: 6px solid #1577b8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}

.sub_ttl {
  text-align: center;
  margin-bottom: 1.875rem;
}
.sub_ttl.u_l {
  text-align: left;
  font-size: 2.5rem;
}
.sub_ttl span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.3125rem;
  position: relative;
  line-height: 1;
  font-size: 3.125rem;
}
@media (max-width: 749px) {
  .sub_ttl span {
    font-size: 2.625rem;
  }
}

.sub_ttl2 {
  text-align: center;
  margin-bottom: 3.75rem;
}
.sub_ttl2 span {
  font-weight: bold;
  font-size: 1.5625rem;
  display: inline-block;
  padding-bottom: 0.3125rem;
  position: relative;
}
.sub_ttl2 span:before {
  content: "";
  width: 3.75rem;
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#submain {
  padding: 3.75rem 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 749px) {
  #submain {
    padding: 3.75rem 0 7.5rem;
  }
}
#submain .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1;
}
#submain .main_ttl h2 {
  font-weight: bold;
}
#submain .main_ttl h2 span {
  font-size: 1.25rem;
}
@media (max-width: 749px) {
  #submain .main_ttl h2 span {
    font-size: 1.25rem;
  }
}
#submain .main_ttl .eng {
  font-weight: bold;
  font-size: 3.75rem;
}
@media (max-width: 749px) {
  #submain .main_ttl .eng {
    font-size: 1.875rem;
  }
}
#submain .main_ttl .eng span {
  color: #55b392;
  display: inline-block;
}
#submain .l_inbox {
  position: relative;
}
@media (min-width: 750px) {
  #submain figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 26.5rem;
  }
}
@media (max-width: 749px) {
  #submain figure {
    width: 80%;
    margin: 1.875rem auto 0;
    margin-bottom: -7.5rem;
  }
}
@media (min-width: 750px) {
  #submain figure.contact_illust {
    position: absolute;
    right: 17.5rem;
    top: 1.25rem;
    width: 7.5rem;
  }
}
@media (max-width: 749px) {
  #submain figure.contact_illust {
    width: 7.5rem;
    margin: 1.875rem auto 0;
    margin-bottom: -7.5rem;
  }
}
@media (min-width: 750px) {
  #submain figure.about_illust {
    position: absolute;
    right: 16.875rem;
    top: 0;
    width: 10rem;
  }
}
@media (max-width: 749px) {
  #submain figure.about_illust {
    width: 7.5rem;
    margin: 1.875rem auto 0;
    margin-bottom: -7.5rem;
  }
}
@media (min-width: 750px) {
  #submain figure.news_illust {
    position: absolute;
    right: 18.75rem;
    top: -2.5rem;
    width: 8.75rem;
  }
}
@media (max-width: 749px) {
  #submain figure.news_illust {
    width: 7.5rem;
    margin: 1.875rem auto 0;
    margin-bottom: -7.5rem;
  }
}
@media (min-width: 750px) {
  #submain figure.company_illust {
    position: absolute;
    right: 18.75rem;
    top: 0;
    width: 5.625rem;
  }
}
@media (max-width: 749px) {
  #submain figure.company_illust {
    width: 7.5rem;
    margin: 1.875rem auto 0;
    margin-bottom: -7.5rem;
  }
}
@media (min-width: 750px) {
  #submain figure.service_illust_01 {
    position: absolute;
    right: 18.75rem;
    top: 0;
    width: 5.625rem;
  }
}
@media (max-width: 749px) {
  #submain figure.service_illust_01 {
    width: 7.5rem;
    margin: 1.875rem auto 0;
    margin-bottom: -7.5rem;
  }
}
@media (min-width: 750px) {
  #submain figure.service_illust_02 {
    position: absolute;
    left: 18.75rem;
    top: 2.5rem;
    width: 7.5rem;
  }
}
@media (max-width: 749px) {
  #submain figure.service_illust_02 {
    display: none;
    width: 7.5rem;
    margin: 1.875rem auto 0;
    margin-bottom: -7.5rem;
  }
}

#subcontents section {
  margin-bottom: 3.75rem;
}

/* 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, .text {
  font-family: "Noto Serif JP", serif;
}

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

.f_count {
  font-family: "Monda", sans-serif;
}

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

.u_ba, .page_en_title .in_box .bdr, .page_en_title .in_box, .mv_catch .catch01 .bdr, .mv_catch .catch02 .bdr, .mv_catch .catch01, .mv_catch .catch02, .square_list .tt .bdr, .square_list .tt, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr, .js-no_cut_in .cut_in, .js-cut_in_wrap .cut_in .bdr, .js-cut_in_wrap .cut_in {
  position: relative;
}
.u_ba::before, .page_en_title .in_box .bdr::before, .page_en_title .in_box::before, .mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before, .mv_catch .catch01::before, .mv_catch .catch02::before, .square_list .tt .bdr::before, .square_list .tt::before, .js-img_motion3 .image:nth-of-type(2)::before, .js-img_motion3 .image:nth-of-type(1)::before, .js-img_motion2 .image::before, .js-img_motion .image::before, .js-no_cut_in .cut_in .bdr::before, .js-no_cut_in .cut_in::before, .js-cut_in_wrap .cut_in .bdr::before, .js-cut_in_wrap .cut_in::before, .u_ba::after, .page_en_title .in_box .bdr::after, .page_en_title .in_box::after, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after, .mv_catch .catch01::after, .mv_catch .catch02::after, .square_list .tt .bdr::after, .square_list .tt::after, .js-no_cut_in .cut_in .bdr::after, .js-no_cut_in .cut_in::after, .js-cut_in_wrap .cut_in .bdr::after, .js-cut_in_wrap .cut_in::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.under_form_wrap li {
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.under_form_wrap li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form_wrap li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form_wrap li:hover {
  color: #000;
}
.under_form_wrap li:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.under_form_wrap li:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.under_form2_wrap li {
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.under_form2_wrap li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form2_wrap li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.under_form2_wrap li:hover {
  color: #000;
}
.under_form2_wrap li:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.under_form2_wrap li:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.menu_area .menu_info_wrap,
.menu_area .menu_list_wrap {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.close_motion .menu_area .menu_info_wrap,
.close_motion .menu_area .menu_list_wrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: menu_close 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards !important;
          animation: menu_close 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards !important;
}
.close_motion .menu_area .menu_list_wrap {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.menu_open .menu_area {
  opacity: 1;
  pointer-events: auto;
}
.menu_open .menu_area .menu_info_wrap,
.menu_open .menu_area .menu_list_wrap {
  -webkit-animation: menu_open 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
          animation: menu_open 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
}
.menu_open .menu_area .menu_list_wrap {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes menu_open {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes menu_open {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes menu_close {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes menu_close {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@media (max-width: 749px) {
  .close_motion .menu_area .menu_list_wrap {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .menu_open .menu_area .menu_list_wrap {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}
.js-cut_in_wrap .cut_in {
  padding: 0 0.75rem;
  margin: 0 -0.75rem;
  overflow: hidden;
}
.js-cut_in_wrap .cut_in::before, .js-cut_in_wrap .cut_in::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #ffffff;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-cut_in_wrap .cut_in::before {
  height: 1px;
  top: 1rem;
}
.js-cut_in_wrap .cut_in::after {
  height: 1px;
  bottom: 1.125rem;
}
.js-cut_in_wrap .cut_in .bdr {
  padding: 0.3125rem 0.75rem 0 0.75rem;
  margin: 0 -0.75rem;
}
.js-cut_in_wrap .cut_in .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  left: 0.75rem;
  margin: 0;
  background-color: #ffffff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 749px) {
  .js-cut_in_wrap .cut_in::before {
    top: 0.625rem;
  }
  .js-cut_in_wrap .cut_in::after {
    bottom: 0.5625rem;
  }
}
.js-cut_in_wrap .cut {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.js-cut_in_wrap .cut span {
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: inline-block;
}
.load_complete .js-cut_in_wrap .cut_in::before, .load_complete .js-cut_in_wrap .cut_in::after {
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .js-cut_in_wrap .cut_in::before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-cut_in_wrap .cut_in::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .js-cut_in_wrap .cut_in .bdr::after {
  -webkit-animation: bdr_ani_h_mg 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h_mg 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .js-cut_in_wrap .cut_in .cut span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-no_cut_in .cut_in {
  display: block;
}
.js-no_cut_in .cut_in::before, .js-no_cut_in .cut_in::after {
  height: 1px;
  right: -1.875rem;
  background-color: #000000;
}
.js-no_cut_in .cut_in::before {
  width: 0;
  top: 0;
}
.js-no_cut_in .cut_in::after {
  width: 0;
  bottom: 0;
}
.js-no_cut_in .cut_in .bdr {
  display: block;
}
.js-no_cut_in .cut_in .bdr::before {
  width: 1px;
  height: 0;
  top: -2.25rem;
  background-color: #000000;
}
.js-no_cut_in .cut_in .bdr::before {
  right: 0;
}
.js-no_cut_in.white .cut_in::before, .js-no_cut_in.white .cut_in::after {
  background-color: #ffffff;
}
.js-no_cut_in.white .cut_in .bdr::before {
  background-color: #ffffff;
}
.js-no_cut_in.reverse .cut_in::before, .js-no_cut_in.reverse .cut_in::after {
  left: -1.875rem;
  right: auto;
}
.js-no_cut_in.reverse .cut_in .bdr::before {
  left: 0;
  right: auto;
}
.js-no_cut_in .cut span {
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in::before {
  -webkit-animation: no_bdr_animation01 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation01 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in::after {
  -webkit-animation: no_bdr_animation02 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation02 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in .bdr::before {
  -webkit-animation: no_bdr_animation03 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation03 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.load_complete .js-no_cut_in.no_cut_in .cut_in .cut span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::before {
  -webkit-animation: no_bdr_animation01_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation01_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::after {
  -webkit-animation: no_bdr_animation02_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: no_bdr_animation02_r 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.eng_tx {
  overflow: hidden;
}
.eng_tx .js-no_cut_in.reverse .cut_in::before, .eng_tx .js-no_cut_in.reverse .cut_in::after {
  left: 0;
}
.eng_tx .js-no_cut_in.reverse .cut_in::before {
  top: 1.75rem;
}
.eng_tx .js-no_cut_in.reverse .cut_in::after {
  bottom: 1.875rem;
}
.eng_tx .js-no_cut_in.reverse .cut_in .bdr::before {
  top: 0;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in::before {
  -webkit-animation-name: bdr_ani_w;
          animation-name: bdr_ani_w;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in::after {
  -webkit-animation-name: bdr_ani_w;
          animation-name: bdr_ani_w;
}
.load_complete .eng_tx .no_cut_in.reverse .cut_in .bdr::before {
  -webkit-animation-name: bdr_ani_h;
          animation-name: bdr_ani_h;
}

@media (max-width: 749px) {
  .js-no_cut_in .cut_in .bdr::before {
    top: -1.5rem;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in::before {
    -webkit-animation-name: no_bdr_animation01_sp;
            animation-name: no_bdr_animation01_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in::after {
    -webkit-animation-name: no_bdr_animation02_sp;
            animation-name: no_bdr_animation02_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in .cut_in .bdr::before {
    -webkit-animation-name: no_bdr_animation03_sp;
            animation-name: no_bdr_animation03_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::before {
    -webkit-animation-name: no_bdr_animation01_r_sp;
            animation-name: no_bdr_animation01_r_sp;
  }
  .load_complete .js-no_cut_in.no_cut_in.reverse .cut_in::after {
    -webkit-animation-name: no_bdr_animation02_r_sp;
            animation-name: no_bdr_animation02_r_sp;
  }
}
@-webkit-keyframes no_bdr_animation01 {
  0% {
    width: 0;
  }
  50% {
    width: 10.5625rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10.5625rem;
  }
}
@keyframes no_bdr_animation01 {
  0% {
    width: 0;
  }
  50% {
    width: 10.5625rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10.5625rem;
  }
}
@-webkit-keyframes no_bdr_animation02 {
  0% {
    width: 0;
  }
  50% {
    width: 18.375rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 18.375rem;
  }
}
@keyframes no_bdr_animation02 {
  0% {
    width: 0;
  }
  50% {
    width: 18.375rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 18.375rem;
  }
}
@-webkit-keyframes no_bdr_animation03 {
  0% {
    height: 0;
  }
  50% {
    height: 9.0625rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 9.0625rem;
  }
}
@keyframes no_bdr_animation03 {
  0% {
    height: 0;
  }
  50% {
    height: 9.0625rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 9.0625rem;
  }
}
@-webkit-keyframes no_bdr_animation01_r {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@keyframes no_bdr_animation01_r {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_r {
  0% {
    width: 0;
  }
  50% {
    width: 12rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 12rem;
  }
}
@keyframes no_bdr_animation02_r {
  0% {
    width: 0;
  }
  50% {
    width: 12rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 12rem;
  }
}
@-webkit-keyframes no_bdr_animation01_sp {
  0% {
    width: 0;
  }
  50% {
    width: 7.5rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 7.5rem;
  }
}
@keyframes no_bdr_animation01_sp {
  0% {
    width: 0;
  }
  50% {
    width: 7.5rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 7.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10rem;
  }
}
@keyframes no_bdr_animation02_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10rem;
    margin-right: 0;
  }
  100% {
    width: 0;
    margin-right: 10rem;
  }
}
@-webkit-keyframes no_bdr_animation03_sp {
  0% {
    height: 0;
  }
  50% {
    height: 6.375rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 6.375rem;
  }
}
@keyframes no_bdr_animation03_sp {
  0% {
    height: 0;
  }
  50% {
    height: 6.375rem;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 6.375rem;
  }
}
@-webkit-keyframes no_bdr_animation01_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@keyframes no_bdr_animation01_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 9.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 9.5rem;
  }
}
@-webkit-keyframes no_bdr_animation02_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 10.5rem;
  }
}
@keyframes no_bdr_animation02_r_sp {
  0% {
    width: 0;
  }
  50% {
    width: 10.5rem;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 10.5rem;
  }
}
.js-img_motion .image {
  overflow: hidden;
}
.js-img_motion .image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
.js-img_motion .image::before {
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion.img_motion .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.load_complete .js-img_motion.img_motion .image::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}

.js-img_motion2 .image {
  overflow: hidden;
}
.js-img_motion2 .image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
.js-img_motion2 .image::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion2.img_motion2 .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.load_complete .js-img_motion2.img_motion2 .image::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}

.js-img_motion3 .image:nth-of-type(1) {
  overflow: hidden;
}
.js-img_motion3 .image:nth-of-type(1) img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
}
.js-img_motion3 .image:nth-of-type(1)::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.js-img_motion3 .image:nth-of-type(2) {
  overflow: hidden;
}
.js-img_motion3 .image:nth-of-type(2) img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
}
.js-img_motion3 .image:nth-of-type(2)::before {
  width: 0;
  height: 100%;
  background: #dedede;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(1) img {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 0rem;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(1)::before {
  -webkit-animation: img_motion 1.3s ease 0.3s;
          animation: img_motion 1.3s ease 0.3s;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(2) img {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-right: 0rem;
}
.load_complete .js-img_motion3.img_motion3 .image:nth-of-type(2)::before {
  -webkit-animation: img_motion_right 1.3s ease 0.3s;
          animation: img_motion_right 1.3s ease 0.3s;
}

@-webkit-keyframes img_motion {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-left: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-left: 100%;
    opacity: 0;
  }
}

@keyframes img_motion {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-left: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes img_motion_right {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-right: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-right: 100%;
    opacity: 0;
  }
}
@keyframes img_motion_right {
  0% {
    width: 0;
  }
  99% {
    width: 100%;
    margin-right: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    margin-right: 100%;
    opacity: 0;
  }
}
.js-fadeup_list > * {
  opacity: 0;
  -webkit-transform: translate(0, 9%);
          transform: translate(0, 9%);
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fadeup_list.fadeup_list > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(6) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(7) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(8) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(9) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fadeup_list.fadeup_list > *:nth-child(10) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.js-fadein_list > * {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fadein_list.fadein_list > * {
  opacity: 1;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(6) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(7) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(8) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(9) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fadein_list.fadein_list > *:nth-child(10) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.js-fade_r_list > * {
  opacity: 0;
  -webkit-transform: translate(10rem, 0);
          transform: translate(10rem, 0);
  -webkit-transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .js-fade_r_list.fade_r_list > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(7) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(8) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(9) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(10) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(11) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(12) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(13) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(14) {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}
.load_complete .js-fade_r_list.fade_r_list > *:nth-child(15) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.top_section_tt .tt, .top_section_tt ~ p, .top_section_tt ~ h3 {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_section_tt .tt {
  -webkit-transform: translate(10rem, 0);
          transform: translate(10rem, 0);
}
.top_section_tt ~ p, .top_section_tt ~ h3 {
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
}
.load_complete .top_section_tt.ani .tt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_section_tt.ani ~ p, .load_complete .top_section_tt.ani ~ h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_section_tt.ani ~ p:nth-child(2), .load_complete .top_section_tt.ani ~ h3:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.load_complete .top_section_tt.ani ~ p:nth-child(3), .load_complete .top_section_tt.ani ~ h3:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.lineup_list .item .lineup_tt::before {
  width: 0;
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.lineup_list .item .lineup_tt span {
  display: inline-block;
}
.lineup_list .item .lineup_tt span,
.lineup_list .item .text {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.lineup_list .item .image {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .lineup_list .item.ani .lineup_tt::before {
  width: 100%;
}
.load_complete .lineup_list .item.ani .lineup_tt span,
.load_complete .lineup_list .item.ani .text,
.load_complete .lineup_list .item.ani .image {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .lineup_list .item.ani .lineup_tt span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.load_complete .lineup_list .item.ani .text {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.eng_tx .tx_cut_wrap {
  display: inline-block;
}
.eng_tx .tx_cut_wrap .single {
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: inline-block;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.eng_tx .tx_cut_wrap .single:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.eng_tx .tx_cut_wrap .single:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.eng_tx .tx_cut_wrap .single:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.eng_tx .tx_cut_wrap .single:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.eng_tx .tx_cut_wrap .single:nth-child(5) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.eng_tx .tx_cut_wrap .single:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.eng_tx .tx_cut_wrap .single:nth-child(7) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.eng_tx .tx_cut_wrap .single:nth-child(8) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.eng_tx .tx_cut_wrap .single:nth-child(9) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.eng_tx .tx_cut_wrap .single:nth-child(10) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.eng_tx .tx_cut_wrap .single:nth-child(11) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.eng_tx .tx_cut_wrap .single:nth-child(12) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.eng_tx .tx_cut_wrap .single:nth-child(13) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.eng_tx .tx_cut_wrap .single:nth-child(14) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.eng_tx .tx_cut_wrap .single:nth-child(15) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.eng_tx .tx_cut_wrap .single:nth-child(16) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.eng_tx .tx_cut_wrap .single:nth-child(17) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.eng_tx .tx_cut_wrap .single:nth-child(18) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.eng_tx .tx_cut_wrap .single:nth-child(19) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.eng_tx .tx_cut_wrap .single:nth-child(20) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.eng_tx .tx_cut_wrap .single:nth-child(21) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.eng_tx .tx_cut_wrap .single:nth-child(22) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.eng_tx .tx_cut_wrap .single:nth-child(23) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.eng_tx .tx_cut_wrap .single:nth-child(24) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.eng_tx .tx_cut_wrap .single:nth-child(25) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.eng_tx .tx_cut_wrap .single:nth-child(26) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.eng_tx .tx_cut_wrap .single:nth-child(27) {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.eng_tx .tx_cut_wrap .single:nth-child(28) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.eng_tx .tx_cut_wrap .single:nth-child(29) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.eng_tx .tx_cut_wrap .single:nth-child(30) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.eng_tx .tx_cut_wrap .cut_in::before, .eng_tx .tx_cut_wrap .cut_in::after {
  background-color: #E5E5E5;
  -webkit-transition-duration: 1.4s !important;
          transition-duration: 1.4s !important;
}
.eng_tx .tx_cut_wrap .cut_in .bdr::before {
  background-color: #E5E5E5;
  -webkit-transition-duration: 1.4s !important;
          transition-duration: 1.4s !important;
}
.load_complete .eng_tx.ani .tx_cut_wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .eng_tx.ani .tx_cut_wrap .single {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_std_wrap .top_std_cost .what::before {
  width: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_std_wrap .top_std_cost .what span {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_std_wrap .top_std_cost .percent .tx span {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-block;
}
.top_std_wrap .top_std_cost .cost_wrap {
  opacity: 0;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .top_std_wrap .top_std_cost .what.ani::before {
  width: 32.375rem;
}
.load_complete .top_std_wrap .top_std_cost .what.ani span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.load_complete .top_std_wrap .top_std_cost .cost_wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.load_complete .top_std_wrap .top_std_cost .percent.ani .tx span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media (max-width: 749px) {
  .load_complete .top_std_wrap .top_std_cost .what.ani::before {
    width: 100%;
  }
}
.square_list .item {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 750px) {
  .square_list .item {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
  }
}
.square_list .item::before {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.square_list .tt {
  background: #ffffff;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.square_list .tt::before, .square_list .tt::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #847341;
  z-index: 5;
}
.square_list .tt::before {
  top: 1.375rem;
}
.square_list .tt::after {
  bottom: 1.375rem;
}
.square_list .tt .bdr::before, .square_list .tt .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  background-color: #847341;
}
.square_list .tt .bdr::before {
  right: 0;
}
.square_list .tt .bdr::after {
  left: 0;
}
.square_list .tt .bdr span {
  opacity: 0;
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
}
.square_list .text {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
}
.quarity_wrap .square_list .text {
  -webkit-transition: 0s;
  transition: 0s;
}
.square_list .text_tt,
.square_list .text_tt + p {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
}
@media (min-width: 750px) {
  .load_complete .square_list.ani .item {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item .tt::before, .load_complete .square_list.ani .item .tt::after {
    -webkit-animation: bdr_ani_w 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_w 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list.ani .item .tt .bdr::before, .load_complete .square_list.ani .item .tt .bdr::after {
    -webkit-animation: bdr_ani_h 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_h 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list.ani .item .tt .bdr span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item .text,
  .load_complete .square_list.ani .item .text_tt,
  .load_complete .square_list.ani .item .text_tt + p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list.ani .item:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .load_complete .square_list.ani .item:nth-child(1)::before {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt::before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr::before {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr::after {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .tt .bdr span.ja {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text_tt {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list.ani .item:nth-child(1) .text_tt + p {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
  .load_complete .square_list.ani .item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .load_complete .square_list.ani .item:nth-child(2)::before {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt::before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr::before {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr span {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .tt .bdr span.ja {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text_tt {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .load_complete .square_list.ani .item:nth-child(2) .text_tt + p {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
  .load_complete .square_list.ani .item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .load_complete .square_list.ani .item:nth-child(3)::before {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt::before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt::after {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr::before {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr span {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .tt .bdr span.ja {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text_tt {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .load_complete .square_list.ani .item:nth-child(3) .text_tt + p {
    -webkit-transition-delay: 2.25s;
            transition-delay: 2.25s;
  }
  .load_complete .square_list.ani .item:nth-child(4) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .load_complete .square_list.ani .item:nth-child(4)::before {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt::before {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr::before {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr::after {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr span {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .tt .bdr span.ja {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text_tt {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
  .load_complete .square_list.ani .item:nth-child(4) .text_tt + p {
    -webkit-transition-delay: 2.55s;
            transition-delay: 2.55s;
  }
}
@media (max-width: 749px) {
  .load_complete .square_list .item.sp_ani {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .load_complete .square_list .item.sp_ani .tt::before, .load_complete .square_list .item.sp_ani .tt::after {
    -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::before, .load_complete .square_list .item.sp_ani .tt .bdr::after {
    -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
            animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani .text,
  .load_complete .square_list .item.sp_ani .text_tt,
  .load_complete .square_list .item.sp_ani .text_tt + p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .load_complete .square_list .item.sp_ani .tt::before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .load_complete .square_list .item.sp_ani .tt::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::before {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .load_complete .square_list .item.sp_ani .tt .bdr span.ja {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .load_complete .square_list .item.sp_ani .text {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .load_complete .square_list .item.sp_ani .text_tt {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .load_complete .square_list .item.sp_ani .text_tt + p {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
}

.top_works_wrap .works_list .item .text {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_works_wrap .works_list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 750px) {
  .load_complete .top_works_wrap .works_list.ani .item .text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .load_complete .top_works_wrap .works_list.ani .item .image img {
    max-height: 100%;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(2) .text {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(2) .image img {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(3) .text {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .load_complete .top_works_wrap .works_list.ani .item:nth-child(3) .image img {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media (max-width: 749px) {
  .load_complete .top_works_wrap .works_list .item.sp_ani .text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .load_complete .top_works_wrap .works_list .item.sp_ani .image img {
    max-height: 100%;
  }
}

.top_company_wrap .in_wrap {
  max-height: 0;
  padding-top: 0;
  margin-top: 16.5rem;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_company_wrap .tx_wrap {
  overflow: hidden;
}
.top_company_wrap .tx_wrap::before {
  width: 0;
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 100;
}
.top_company_wrap .tx_wrap span {
  display: block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: 1.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.1s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_company_wrap .company_btn {
  opacity: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .top_company_wrap.ani .in_wrap {
  max-height: 16.5rem;
  padding-top: 4.8125rem;
  margin-top: 0;
}
.load_complete .top_company_wrap.ani .tx_wrap::before {
  width: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.load_complete .top_company_wrap.ani .tx_wrap span {
  -webkit-transform: translate(0, 0.006em);
          transform: translate(0, 0.006em);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.load_complete .top_company_wrap.ani .company_btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

@media (max-width: 749px) {
  .top_company_wrap .in_wrap {
    margin-top: 7.8125rem;
  }
  .load_complete .top_company_wrap.ani .in_wrap {
    max-height: 8.25rem;
    padding-top: 2.75rem;
  }
}
.mv_catch .catch01, .mv_catch .catch02 {
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.mv_catch .catch01::before, .mv_catch .catch01::after, .mv_catch .catch02::before, .mv_catch .catch02::after {
  width: 0;
  height: 1px;
  left: 0;
  background-color: #000000;
  position: absolute !important;
}
.mv_catch .catch01::before, .mv_catch .catch02::before {
  top: 0.2em;
}
.mv_catch .catch01::after, .mv_catch .catch02::after {
  bottom: 0.3em;
}
.mv_catch .catch01 .bdr::before, .mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::before, .mv_catch .catch02 .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  background-color: #000000;
  position: absolute !important;
}
.mv_catch .catch01 .bdr::before, .mv_catch .catch02 .bdr::before {
  right: 0;
}
.mv_catch .catch01 .bdr::after, .mv_catch .catch02 .bdr::after {
  left: 0;
}
.load_complete .mv_catch .catch01, .load_complete .mv_catch .catch02 {
  position: relative;
}
.load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::before, .load_complete .mv_catch .catch02::after {
  width: 0;
  margin: 0;
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch02::before {
  top: 1.125rem;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::after {
  bottom: 1.1875rem;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.load_complete .mv_catch .catch01 .bdr:before, .load_complete .mv_catch .catch01 .bdr::after, .load_complete .mv_catch .catch02 .bdr:before, .load_complete .mv_catch .catch02 .bdr::after {
  height: 0;
  margin: 0;
  -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.load_complete .mv_catch .catch01 .bdr::before, .load_complete .mv_catch .catch02 .bdr::before {
  right: 0;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .mv_catch .catch01 .bdr::after, .load_complete .mv_catch .catch02 .bdr::after {
  left: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .mv_catch .catch02::before {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.load_complete .mv_catch .catch02::after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  bottom: 1.25rem;
}
.load_complete .mv_catch .catch02 .bdr::before {
  right: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .mv_catch .catch02 .bdr::after {
  left: 0;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@media (max-width: 749px) {
  .load_complete .mv_catch .catch01::before, .load_complete .mv_catch .catch02::before {
    top: 0.625rem;
  }
  .load_complete .mv_catch .catch01::after, .load_complete .mv_catch .catch02::after {
    bottom: 0.75rem;
  }
}
@media (max-width: 749px) {
  .page_en_title {
    line-height: 1.4;
  }
}
.page_en_title .in_box {
  -webkit-transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.page_en_title .in_box::before, .page_en_title .in_box::after {
  width: 0;
  height: 1px;
  left: 0;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #000000;
  position: absolute !important;
}
.page_en_title .in_box::before {
  top: 0.75rem;
}
@media (max-width: 749px) {
  .page_en_title .in_box::before {
    top: 0.65rem;
  }
}
@media (min-width: 750px) {
  .page_en_title .in_box::before {
    top: 1.8125rem;
  }
}
.page_en_title .in_box::after {
  bottom: 0.75rem;
}
@media (max-width: 749px) {
  .page_en_title .in_box::after {
    bottom: 0.65rem;
  }
}
@media (min-width: 750px) {
  .page_en_title .in_box::after {
    bottom: 1.8125rem;
  }
}
.page_en_title .in_box .bdr {
  width: 100%;
}
@media (min-width: 750px) {
  .page_en_title .in_box .bdr.quarity-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.quarity-bdr:before {
    right: 0.4rem;
  }
  .page_en_title .in_box .bdr.quarity-bdr:after {
    left: 0.4rem;
  }
  .page_en_title .in_box .bdr.concept-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.concept-bdr:before {
    right: 0.1rem;
  }
  .page_en_title .in_box .bdr.concept-bdr:after {
    left: 0.1rem;
  }
  .page_en_title .in_box .bdr.works-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.works-bdr:before {
    right: 0.2rem;
  }
  .page_en_title .in_box .bdr.works-bdr:after {
    left: 0.2rem;
  }
  .page_en_title .in_box .bdr.standard-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.standard-bdr:before {
    right: 0.15rem;
  }
  .page_en_title .in_box .bdr.standard-bdr:after {
    left: 0.15rem;
  }
  .page_en_title .in_box .bdr.performance-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.performance-bdr:before {
    right: 0.45rem;
  }
  .page_en_title .in_box .bdr.performance-bdr:after {
    left: 0.45rem;
  }
  .page_en_title .in_box .bdr.support-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.support-bdr:before {
    right: 0.1rem;
  }
  .page_en_title .in_box .bdr.support-bdr:after {
    left: 0.18rem;
  }
  .page_en_title .in_box .bdr.information-bdr {
    width: 100%;
  }
  .page_en_title .in_box .bdr.information-bdr:before {
    right: 0.4rem;
  }
  .page_en_title .in_box .bdr.information-bdr:after {
    left: 0.4rem;
  }
}
.page_en_title .in_box .bdr::before, .page_en_title .in_box .bdr::after {
  width: 1px;
  height: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #000000;
  position: absolute !important;
}
.page_en_title .in_box .bdr::before {
  right: 0;
}
@media (max-width: 749px) {
  .page_en_title .in_box .bdr::before {
    right: 0.15rem;
  }
}
.page_en_title .in_box .bdr::after {
  left: 0;
}
@media (max-width: 749px) {
  .page_en_title .in_box .bdr::after {
    left: 0.15rem;
  }
}
.page_en_title .in_box .bdr .cut_in {
  opacity: 0;
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.load_complete .page_en_title .in_box::before, .load_complete .page_en_title .in_box::after {
  width: 0;
  -webkit-animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_w 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .page_en_title .in_box::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .in_box::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.load_complete .page_en_title .in_box .bdr:before, .load_complete .page_en_title .in_box .bdr::after {
  height: 0;
  -webkit-animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
          animation: bdr_ani_h 2s cubic-bezier(0.65, 0, 0.35, 1) 1;
}
.load_complete .page_en_title .in_box .bdr::before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .in_box .bdr::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.load_complete .page_en_title .in_box .cut_in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1)::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1)::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr::before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(1) .bdr .cut_in {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2)::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr::before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.load_complete .page_en_title .tx_wrap:nth-child(2) .bdr .cut_in {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3)::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3)::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr::before {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .page_en_title .tx_wrap:nth-child(3) .bdr .cut_in {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4)::before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr::before {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .page_en_title .tx_wrap:nth-child(4) .bdr .cut_in {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes bdr_ani_w {
  0% {
    width: 0;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    width: 100%;
    margin-left: 100%;
  }
}

@keyframes bdr_ani_w {
  0% {
    width: 0;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    width: 100%;
    margin-left: 100%;
  }
}
@-webkit-keyframes bdr_ani_h {
  0% {
    height: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    height: 100%;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes bdr_ani_h {
  0% {
    height: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    height: 100%;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@-webkit-keyframes bdr_ani_h_mg {
  0% {
    height: 0;
    margin-top: 0;
  }
  50% {
    height: 100%;
    margin-top: 0;
  }
  100% {
    height: 100%;
    margin-top: 100%;
  }
}
@keyframes bdr_ani_h_mg {
  0% {
    height: 0;
    margin-top: 0;
  }
  50% {
    height: 100%;
    margin-top: 0;
  }
  100% {
    height: 100%;
    margin-top: 100%;
  }
}
@media (min-width: 750px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

h2 {
  line-height: 1.6;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.eng {
  font-weight: 500;
  font-style: normal;
  font-family: "Alata", sans-serif;
}

.jp_catch {
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
}

.head {
  margin-bottom: 2.8125rem;
}
.head .eng {
  font-weight: bold;
}
.head .eng span {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 0.375rem;
  line-height: 1;
}
.head h2 {
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 749px) {
  .head h2 {
    font-size: 2.1875rem;
  }
}
.head h2 span {
  text-shadow: 2px 2px 0 rgb(255, 255, 255);
}
.head h2 span.tx_y {
  text-shadow: 2px 2px 0 rgb(247, 219, 0);
}

.ttl {
  line-height: 1.5;
}
.ttl .jp {
  font-weight: bold;
}

.top-movie {
  position: relative;
  height: 61vw;
  top: -110px;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .top-movie {
    width: 80vw;
    margin: 0 auto;
    overflow: hidden;
  }
}
.top-movie .inner {
  position: absolute;
  right: 0;
  top: 10rem;
  z-index: 4;
}
.top-movie .inner h1 {
  text-align: right;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
}
.top-movie video {
  width: 85%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  outline: none;
  border: none;
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
}
@media (min-width: 750px) {
  .top-movie video {
    width: 103%;
    left: -1%;
  }
}
.top-movie video--filter {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
}

.main_vs {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 3.75rem;
}
@media (min-width: 750px) {
  .main_vs {
    margin-top: -190px;
  }
}
.main_vs a {
  text-decoration: none;
}
.main_vs .txt p {
  text-align: left;
  margin-bottom: 1.25rem;
}
.main_vs .txt p:last-child {
  margin-bottom: 0;
}
.main_vs .main_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.main_vs .main_ttl h2 {
  font-weight: bold;
}
.main_vs .main_ttl h2 span {
  font-size: 1.25rem;
}
@media (max-width: 749px) {
  .main_vs .main_ttl h2 span {
    font-size: 1.25rem;
  }
}
.main_vs .main_ttl .eng {
  font-weight: bold;
  font-size: 3.75rem;
}
@media (max-width: 749px) {
  .main_vs .main_ttl .eng {
    font-size: 1.875rem;
  }
}
.main_vs .main_ttl .eng span {
  color: #55b392;
  display: inline-block;
}
.main_vs.animated:after {
  opacity: 0.5; /* .animated クラスが付与された時の不透明度 */
}
.side_tx {
  position: absolute;
  width: 5.3125rem;
  left: 0;
  top: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 749px) {
  .side_tx {
    width: 2.5rem;
  }
}
.side_tx li {
  margin-bottom: 60px;
}

.side_tx img {
  display: block; /* 画像をブロック要素として配置 */
  width: 100%; /* 画像の幅を親要素に合わせる */
  margin-bottom: 2.5rem;
}

.side_tx2 {
  position: absolute;
  width: 5.3125rem;
  right: -0.875rem;
  top: 0;
  display: inline-block;
}
.side_tx2 li {
  margin-bottom: 60px;
}
@media (max-width: 749px) {
  .side_tx2 {
    width: 2.5rem;
  }
}

.main_ch {
  width: 62.5rem;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .main_ch {
    width: 100%;
    position: relative;
    left: 0.3125rem;
    margin-bottom: 2.5rem;
  }
}

.tx_01 {
  position: absolute;
  right: 18.75rem;
  top: 0;
  width: 5rem;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.1s 3s ease-in-out;
  transition: opacity 0.1s 3s ease-in-out;
}
@media (max-width: 749px) {
  .tx_01 {
    width: 3.125rem;
    right: 34%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.tx_01.animated {
  opacity: 1;
}

.tx_02 {
  position: absolute;
  left: 18.75rem;
  top: 0;
  width: 1.875rem;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s 3s ease-in-out;
  transition: opacity 0.5s 3s ease-in-out;
}
@media (max-width: 749px) {
  .tx_02 {
    width: 1.25rem;
    left: 40%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.tx_02.animated {
  opacity: 1;
}

@media (max-width: 749px) {
  .btm {
    padding-top: 2rem;
  }
}
@media (min-width: 750px) {
  .btm .l_inbox {
    width: 51.25rem;
  }
}
.btm .l_inbox .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.25rem;
  position: relative;
}
.btm .l_inbox .col .illust_01 {
  width: 10rem;
  position: absolute;
  right: 0rem;
  top: -2.5rem;
}
.btm .l_inbox .col .illust_02 {
  width: 5.625rem;
  position: absolute;
  right: 2.5rem;
  top: -0.625rem;
}
@media (max-width: 749px) {
  .btm .l_inbox .col {
    display: block;
    margin-bottom: 3.125rem;
  }
  .btm .l_inbox .col figure {
    width: 50%;
    margin: 2.5rem auto 0;
  }
}
.btm .l_inbox .col:last-child {
  margin-bottom: 0.625rem;
}
.btm .l_inbox .col .tx {
  line-height: 2.4;
  background: #ffffff;
  border-radius: 20px;
  padding: 3.75rem;
  position: relative;
  width: 41.875rem;
  border: 1px solid #000000;
}
.btm .l_inbox .col .tx.-top {
  width: 37.5rem;
}
.btm .l_inbox .col .tx .head {
  line-height: 1.3;
}
.btm .l_inbox .col .tx .head .eng {
  font-size: 3.4375rem;
  font-weight: bold;
  background: #ffffff;
  color: #ffffff;
  -webkit-text-stroke: 1px #d7d5ba;
}
.btm .l_inbox .col .tx .head .ttl {
  font-size: 1.25rem;
}
.btm .l_inbox .col .tx .head .txt {
  text-align: left;
}
@media (min-width: 750px) {
  .btm .l_inbox .col:nth-of-type(2) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btm .l_inbox .col:nth-of-type(2) figure {
    width: 11.25rem;
    margin-top: 15.625rem;
    margin-right: -3.125rem;
  }
  .btm .l_inbox .col:nth-of-type(1) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btm .l_inbox .col:nth-of-type(1) figure {
    width: 9.375rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -2.8125rem;
    margin-top: 12.5rem;
  }
  .btm .l_inbox .col:nth-of-type(1) .tx {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}

#top_kansei {
  margin-top: 14rem;
  padding-top: 7.5rem;
}
@media (min-width: 750px) {
  #top_kansei {
    padding-bottom: 4rem;
  }
}
@media (max-width: 749px) {
  #top_kansei {
    margin-top: 0;
    background: #FFFFFF;
    overflow: hidden;
  }
}
#top_kansei a {
  text-decoration: none;
}
@media (max-width: 749px) {
  #top_kansei {
    padding-top: 5.625rem;
    padding-bottom: 3.75rem;
  }
}
#top_kansei .head {
  padding-bottom: 3.125rem;
}
@media (max-width: 749px) {
  #top_kansei .head {
    padding-bottom: 0rem;
  }
  #top_kansei .head .main_ttl {
    margin-bottom: 2.5rem;
  }
  #top_kansei .head .txt {
    margin-bottom: 0.9375rem;
  }
}
#top_kansei .l_inbox {
  position: relative;
}
@media (max-width: 749px) {
  #top_kansei .l_inbox {
    padding-left: 1.5625rem;
  }
}
@media (min-width: 750px) {
  #top_kansei .l_inbox figure {
    position: absolute;
    right: 0;
    top: -7.5rem;
    width: 33.75rem;
  }
}
@media (max-width: 749px) {
  #top_kansei .l_inbox figure {
    width: 80%;
    margin: 0 auto 2.8125rem;
  }
}
@media (max-width: 749px) {
  #top_kansei .list {
    width: 95%;
    margin: 0 auto;
  }
}
#top_kansei .list .slider .slider_item figure {
  margin-bottom: 0.75rem;
  border: 2px solid #000000;
}
#top_kansei .list .slider .slider_item figure img {
  width: 100%;
}
#top_kansei .list .slider .slider_item .head_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4375rem;
}
#top_kansei .list .slider .slider_item .head_in .ttl {
  font-size: 1.4375rem;
}
#top_kansei .list .slider .slider_item .head_in .map i {
  width: 0.9375rem;
  margin-right: 0.25rem;
  position: relative;
  top: 0.25rem;
  display: inline-block;
}
#top_kansei .list .slider .slider_item .head_in .map i img {
  width: 100%;
}
#top_kansei .list .slider .slider_item .bottom {
  background-color: #EDEDED;
  border-top: 1px solid #000000;
  padding: 0.25rem 0.4375rem;
  border-bottom: 2px solid #000000;
}
#top_kansei .list .slider .slider_item .bottom .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top_kansei .list .slider .slider_item .bottom .tag li {
  font-size: 0.75rem;
  margin-right: 0.625rem;
}
#top_kansei .list .slider .slider_item .bottom .tag li:last-child {
  margin-right: 0;
}

.top-project_list {
  position: relative;
}
.top-project_list .illust_01 {
  position: absolute;
  left: 2.5rem;
  top: -3.75rem;
  width: 5.625rem;
}
.top-project_list .illust_01 img {
  width: 100%;
}
.top-project_list .illust_02 {
  position: absolute;
  right: 2.5rem;
  bottom: -1.875rem;
  width: 4.375rem;
}
.top-project_list .illust_02 img {
  width: 100%;
}

.banner {
  padding: 9.375rem 0 6.25rem;
}
.banner .l_inbox {
  position: relative;
}
.banner img {
  width: 100%;
}
@media (max-width: 749px) {
  .banner {
    padding: 3.125rem 0 6.25rem;
  }
}
.banner ul {
  position: relative;
  z-index: 4;
}
.banner ul li {
  position: relative;
}
.banner .bg {
  width: 16.25rem;
  position: absolute;
  right: -3.75rem;
  top: -3.75rem;
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
}
@media (max-width: 749px) {
  .banner .bg {
    width: 6.25rem;
    right: 0rem;
    top: -1.875rem;
  }
}
.banner .bg img {
  width: 100%;
  height: auto;
}

.slider {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slider_item {
  width: 25rem;
}
@media (max-width: 749px) {
  .slider_item {
    width: 19.375rem;
  }
}

.slider .slick-list {
  overflow: visible;
}

.slider .slick-slide {
  margin: 0 19px;
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.slider .slick-slide.slick-current {
  opacity: 1;
}

.slider .slick-slide a {
  display: block;
}

.slider .slick-slide a:hover {
  display: block;
  opacity: 0.7;
}

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

.slick-prev, .slick-next {
  z-index: 1;
  width: 0.9375rem;
}

.slick-dots {
  bottom: -2.8125rem !important;
}

.slick-dots li button {
  width: 28px !important;
  height: 28px !important;
}

.slick-dots li button::before {
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.slick-dots li button::before {
  font-family: "slick";
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6875rem !important;
  height: 0.6875rem !important;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 100%;
  content: "" !important;
  text-align: center;
  opacity: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  background: #DE3300 !important;
}

.prev-arrow, .next-arrow {
  width: 0.5rem;
  height: auto;
}

.prev-arrow {
  position: absolute;
  bottom: -2.262rem;
  left: 4.025rem;
  z-index: 50;
}
@media (min-width: 750px) {
  .prev-arrow {
    bottom: -2.162rem;
    left: 37rem;
  }
}

.next-arrow {
  position: absolute;
  bottom: -2.262rem;
  right: 4.425rem;
  z-index: 50;
}
@media (min-width: 750px) {
  .next-arrow {
    bottom: -2.162rem;
    right: 37.5rem;
  }
}

.slick-arrow {
  width: 0.5rem !important;
  height: auto;
  cursor: pointer;
}