@charset "UTF-8";

.eng_catch,
.eng,
#top_strong .list ul li .num,
.p-guide-can .flow .list li .circle .num,
.total_price #uchiwake span,
.total_price .in span,
.partner_flow .list li .circle .num,
#partner_content .in .in_inner .flow .list li .circle .num,
#service_content .in .in_inner .flow .list li .circle .num,
#qa_list .list .col dl dd i,
#qa_list .list .col dl dt i {
  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;
}

body {
  margin: 0;
  color: #000;
  background: #FFFFFF;
  font-family: 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, メイリオ, Meiryo, sans-serif;
  position: relative;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

main {
  width: 100%;
  display: block;
}

figure {
  margin: 0;
}

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

nav {
  display: block;
}

.eng,
#top_strong .list ul li .num,
.p-guide-can .flow .list li .circle .num,
.total_price #uchiwake span,
.total_price .in span,
.partner_flow .list li .circle .num,
#partner_content .in .in_inner .flow .list li .circle .num,
#service_content .in .in_inner .flow .list li .circle .num,
#qa_list .list .col dl dd i,
#qa_list .list .col dl dt i {
  font-family: "Roboto", sans-serif;
}

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

@media (min-width: 769px) {

  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: 1024px) {
  .hidden-sp {
    display: block !important;
  }

  .hidden-pc {
    display: none !important;
  }

  .hidden-ipad {
    display: none !important;
  }
}

.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-mb15 {
  margin-bottom: 15px;
}

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

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

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

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

@media (max-width: 768px) {
  .sp_u-mb-15 {
    margin-bottom: 15px !important;
  }

  .sp_u-mb-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1024px) {
  .pc_u-mb80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sp {
    display: block !important;
  }

  .hidden-pc {
    display: none !important;
  }

  .hidden-ipad {
    display: none !important;
  }

  .sp_u-ta-l {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }

  .hidden-pc {
    display: block !important;
  }

  .hidden-ipad {
    display: block !important;
  }

  .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: 768px) {
  .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: 768px) {
  .pc_flex {
    display: block;
  }
}

.l-inbox {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .l-inbox {
    width: 100%;
    padding: 0 1.875rem;
  }
}

.l-inbox2 {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .l-inbox2 {
    width: 1400px;
  }
}

@media (max-width: 768px) {
  .l-inbox2 {
    padding: 0 1.875rem;
  }
}

.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 a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 400ms ease;
}

@media (min-width: 769px) {
  .btn a:hover {
    opacity: 1;
    background-color: #55b392;
  }
}

.btn a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/ico_right.svg) no-repeat;
  background-size: 1.625rem;
  content: "";
  border-radius: 100%;
}

@media (max-width: 768px) {
  .btn a {
    display: block;
    margin: 0 auto;
  }
}

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

.btn a,
.btn span {
  border-radius: 100px;
  color: #ffffff;
  display: block;
  background: #bababa;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.625rem 1.875rem;
  display: inline-block;
  text-decoration: none;
}

.btn_submit {
  border-radius: 100px !important;
  color: #ffffff;
  display: block;
  background: #55b392;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 1.0625rem 2.5rem;
  display: inline-block;
  text-decoration: none;
}

#resetButton {
  border-radius: 100px !important;
  color: #ffffff;
  display: block;
  background: #999999;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin-right: 0.9375rem;
  padding: 1.0625rem 2.5rem;
  display: inline-block;
  text-decoration: none;
}

.btnl a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-left: 2.125rem;
}

.btnl a:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/ico_left.svg) no-repeat;
  background-size: 1.625rem;
  content: "";
  border-radius: 100%;
}

@media (max-width: 768px) {
  .btnl a {
    display: block;
    margin: 0 auto;
  }
}

.btn_return {
  overflow: hidden;
  margin-top: 35px;
}

.btn_return a {
  background: #9c9c9c;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  padding: 8px 60px;
}

@media (max-width: 768px) {
  .btn_return a {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}

.btn_return a i {
  position: relative;
  top: 5px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .btn_return a i {
    top: 0;
  }
}

.header_contact .btn a,
.footer_contact .btn a {
  padding: 8px 24px;
}

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

.more_btn {
  width: 140px;
}

.more_btn a {
  background: #40a750;
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 6px 20px;
  position: relative;
}

.more_btn a:after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  display: block;
}

@-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%);
  }
}

.right_link {
  position: relative;
}

.right_link i {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.625rem;
  border-radius: 100%;
  height: 0.625rem;
}

.arrow_link {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  padding-right: 2.9375rem;
}

@media (max-width: 768px) {
  .arrow_link {
    padding-right: 2.3125rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .arrow_link {
    padding-right: 2.3125rem;
  }
}

.arrow_link:before {
  content: "";
  background: #ffffff url(../img/common/arrow_border_black.svg) no-repeat center;
  background-size: 10px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.25rem;
  padding: 0.25rem;
  height: 2.25rem;
  padding-right: 1.875rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .arrow_link:before {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .arrow_link:before {
    right: 0;
  }
}

.arrow_link:hover:before {
  content: "";
  background: #E64040 url(../img/common/arrow_border_black_hover.svg) no-repeat 22px center;
  background-size: 10px;
  position: absolute;
  border-radius: 100%;
}

.return_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}

.return_btn .btn a {
  background: #333333;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.9375rem 3.125rem;
}

.arrow_link_white {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  padding-right: 0.625rem;
}

@media (max-width: 768px) {
  .arrow_link_white {
    padding-right: 2.3125rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .arrow_link_white {
    padding-right: 2.3125rem;
  }
}

.arrow_link_white:before {
  content: "";
  background: url(../img/common/arrow_border_white.svg) no-repeat center;
  background-size: 10px;
  border-radius: 100%;
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  width: 2.25rem;
  padding: 0.25rem;
  height: 2.25rem;
  padding-right: 0.75rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .arrow_link_white:before {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .arrow_link_white:before {
    right: 0;
  }
}

.arrow_link_white:hover:before {
  content: "";
  background: #E64040 url(../img/common/arrow_border_black_hover.svg) no-repeat 22px center;
  background-size: 10px;
  position: absolute;
  border-radius: 100%;
}

.contents {
  width: 100%;
  overflow: hidden;
}

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

/* dis */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

html {
  scroll-behavior: smooth;
}

.white_btn a {
  font-weight: bold;
  background: #ffffff;
  border-radius: 100px;
  text-align: center;
  color: #55b392;
  padding: 0 20px;
  border: 2px solid #d0d0d0;
}

.white_btn a:hover {
  background-color: #fff;
}

.orange_btn a {
  font-weight: bold;
  background: #fd9a00;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  border: 2px solid #fd9a00;
}

.top_main {
  position: relative;
}

.toggle_menu_wrap {
  position: absolute;
  top: 7px;
  right: 6px;
  display: block;
  cursor: pointer;
  width: 1.4375rem;
  z-index: 9999;
}

@media (min-width: 1024px) {
  .toggle_menu_wrap {
    display: none;
  }
}

@media (max-width: 768px) {
  .toggle_menu_wrap {
    top: 1.25rem;
    width: 2.75rem;
    right: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .toggle_menu_wrap {
    top: 1.25rem;
    width: 2.75rem;
    right: 1.5625rem;
  }
}

.toggle_menu_wrap .toggle_menu {
  display: block;
  position: relative;
}

.search-form-006 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  margin-top: 2px;
}

.search-form-006 input {
  width: 150px;
  height: 30px;
  padding: 5px 15px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 0.75rem;
  outline: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.search-form-006 input::-webkit-input-placeholder {
  color: #767d83;
}

.search-form-006 input::-moz-placeholder {
  color: #767d83;
}

.search-form-006 input:-ms-input-placeholder {
  color: #767d83;
}

.search-form-006 input::-ms-input-placeholder {
  color: #767d83;
}

.search-form-006 input::placeholder {
  color: #767d83;
}

.search-form-006 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 30px;
  border: none;
  background-color: #cccccc;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  top: 1px;
}

.search-form-006 button::after {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  background: #55b392;
}

@media (max-width: 768px) {
  header.header {
    padding: 18px 0;
  }
}

header.header .l-inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.header .header_logo {
  width: 12.5rem;
  margin-right: 2.1875rem;
}

@media (max-width: 1024px) {
  header.header .header_logo {
    width: 7.5rem;
  }
}

header.header .header_logo .off {
  display: none;
}

header.header .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

header.header .header_top .searchbox {
  margin-right: 0.625rem;
  position: relative;
  top: -1px;
}

header.header .header_top p {
  margin-right: 10px;
}

header.header .header_top .partner_link {
  margin-left: 14px;
  position: relative;
  top: 0.1875rem;
}

header.header .header_top .white_btn a {
  padding: 1px 20px 0;
  line-height: 2.4;
  font-size: 0.8rem;
}

header.header .header_top .btn {
  margin-right: 10px;
}

header.header .header_top .btn:last-child {
  margin-right: 0;
}

header.header.sub-header {
  padding: 53px 0;
  position: relative;
}

@media (max-width: 768px) {
  header.header.sub-header {
    padding: 30px 0;
  }
}

header.header.sub-header .header_logo {
  width: 8.75rem;
  top: 23px;
}

@media (max-width: 768px) {
  header.header.sub-header .header_logo {
    width: 5rem;
    top: 0.9375rem;
  }
}

header.header.sub-header .page_ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.3125rem;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 768px) {
  header.header.sub-header .page_ttl {
    left: 55%;
    font-size: 1.1875rem;
  }
}

@media (max-width: 768px) {
  nav {
    display: none;
  }
}

nav .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  nav .header_top {
    display: none;
  }
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media (max-width: 768px) {
  nav ul {
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

nav ul li {
  margin-right: 30px;
}

nav ul li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  nav ul li {
    text-align: center;
    padding: 0.9375rem 0;
  }
}

nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 768px) {
  nav a {
    color: #55b392;
  }
}

.toggle_nav {
  display: none;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.toggle_nav {
  position: fixed;
  background: #ffffff;
  left: 0;
  top: 0;
  z-index: 990;
  overscroll-behavior-y: contain;
}

@media (max-width: 768px) {
  .toggle_nav {
    height: 100%;
    width: 100%;
    z-index: 99998;
    -webkit-overflow-scrolling: touch;
  }

  .toggle_nav ul {
    width: 90%;
  }

  .toggle_nav ul li {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .toggle_nav {
    height: 100vh;
    width: 100%;
  }
}

.toggle_nav .inner {
  padding: 1.375rem 1.25rem 1.875rem 1.75rem;
}

@media (max-width: 768px) {
  .toggle_nav .inner {
    padding: 1.25rem 5rem 1.875rem 5rem;
    height: 100%;
    overflow: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .toggle_nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .toggle_nav .main_menu {
    width: 17.1875rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .toggle_nav .main_menu .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .toggle_nav .main_menu .sub_in {
    margin-right: 6.25rem;
  }
}

.toggle_nav .s_logo {
  position: relative;
  top: -0.125rem;
}

@media (min-width: 1024px) {
  .toggle_nav .s_logo {
    padding-left: 2.375rem;
  }
}

@media (max-width: 768px) {
  .toggle_nav .s_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.toggle_nav .s_logo a {
  color: #ffffff;
  text-decoration: none;
}

.gsc-control {
  width: 210px !important;
  margin-right: 12px !important;
}

.gsc-clear-button {
  display: none !important;
}

form.gsc-search-box {
  height: 5px !important;
}

.gsc-input-box {
  height: 33px !important;
}

.gsc-search-button-v2 {
  padding: 6px 10px !important;
}

.gsc-control-cse {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  margin-right: 8px !important;
}

.gsib_a {
  padding: 0 15px !important;
  width: 120px !important;
  max-width: 120px !important;
}

.langborder {
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 2px 20px;
  line-height: 1;
}

.langborder a {
  position: relative;
  top: 6px;
  font-weight: 500 !important;
  font-size: 13px;
}

.lang-select.eng,
#top_strong .list ul li .lang-select.num,
.p-guide-can .flow .list li .circle .lang-select.num,
.total_price #uchiwake span.lang-select,
.total_price .in span.lang-select,
.partner_flow .list li .circle .lang-select.num,
#partner_content .in .in_inner .flow .list li .circle .lang-select.num,
#service_content .in .in_inner .flow .list li .circle .lang-select.num,
#qa_list .list .col dl dd i.lang-select,
#qa_list .list .col dl dt i.lang-select {
  border-right: 1px solid #ffffff;
  padding-right: 12px;
  margin-right: 7px;
}

.toggle_menu_wrap.ac span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.toggle_menu_wrap.ac span:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

.toggle_menu_wrap {
  cursor: pointer;
  position: fixed;
  top: 8px;
  right: 30px;
  background: #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 3px;
  z-index: 99999;
}

@media (min-width: 1024px) {
  .toggle_menu_wrap {
    display: none;
  }
}

@media (max-width: 768px) {
  .toggle_menu_wrap {
    height: 50px;
    right: 10px;
    width: 50px;
  }
}

.toggle_menu_wrap .toggle_menu {
  display: block;
  position: relative;
  color: #55b392;
}

@media (min-width: 1024px) {
  .toggle_menu_wrap .toggle_menu {
    left: 6px;
    top: 6px;
  }
}

.toggle_menu_wrap .toggle_menu .icon {
  position: absolute;
  display: block;
  background-color: #55b392;
  width: 25px;
  height: 2px;
  left: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle_menu_wrap .toggle_menu span {
  position: absolute;
}

.toggle_menu_wrap .toggle_menu span:first-child {
  top: 12px;
}

.toggle_menu_wrap .toggle_menu span:nth-child(2) {
  top: 22px;
}

.toggle_menu_wrap .toggle_menu span:nth-child(3) {
  top: 26px;
  left: 10px;
  font-size: 0.625rem;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 5;
}

.header .l-inbox {
  width: 100%;
  padding: 0 60px;
  position: relative;
}

.header nav {
  position: absolute;
  right: 50px;
  top: 10px;
}

header.header .header_logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 30px;
  left: 50px;
}

@media (max-width: 768px) {
  header.header .header_logo {
    top: 15px;
    left: 20px;
  }
}

header.header.fixed .header_logo {
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 999;
  width: 140px;
}

header.header.fixed .header_logo .on {
  display: none;
}

header.header.fixed .header_logo .off {
  display: block;
}

.searchbox {
  margin-right: 15px;
}

.mainimg {
  padding-top: 100px;
}

.submain {
  padding-top: 200px !important;
}

@media (max-width: 768px) {
  .submain {
    padding-top: 100px !important;
  }
}

.submain2 {
  padding-top: 200px !important;
}

@media (max-width: 768px) {
  .submain2 {
    padding-top: 100px !important;
  }
}

.side_menu {
  display: block !important;
}

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

.banner {
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  right: 0;
}

.banner a {
  text-decoration: none;
}

.banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}

.banner-back {
  width: 200px;
  border-radius: 25px;
}

.banner-copy {
  font-size: 18px;
  position: relative;
}

.banner-copy::after {
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  content: "\f054";
  color: #006EB0;
  position: absolute;
  margin-top: 11px;
  top: 0;
  right: 18px;
}

.banner-bottom {
  line-height: 1.6;
}

.banner-body {
  width: 200px;
  font-weight: bold;
  text-align: center;
}

.banner-body:hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

.banner-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: -4px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 750px) {
  .banner {
    width: 100%;
    margin: 0px;
  }

  .banner-icon {
    font-size: 28px;
  }

  .banner-body {
    width: 100%;
    border-radius: 0px;
  }

  .banner-back {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
  }

  .banner-top {
    padding: 5px;
    border-radius: 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #006EB0), to(#0AB0C7));
    background: linear-gradient(#006EB0 50%, #0AB0C7);
  }

  .banner-bottom {
    padding: 10px 10px 18px 10px;
  }

  .banner-copy {
    font-size: 15px;
  }

  .banner-copy::after {
    font-size: 12px;
    margin-top: 1.4px;
    margin-left: 12px;
    top: initial;
    right: initial;
  }

  .banner-close {
    top: 8px;
    right: 15px;
  }

  .banner-copy-br {
    display: none;
  }
}

footer.sub {
  background: #ffffff;
}

.footer_contact {
  background: #55b392;
  padding: 50px 0;
}

.footer_contact h2 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .footer_contact h2 {
    font-size: 1.25rem;
  }
}

.footer_contact a {
  text-decoration: none;
}

.footer_contact a span {
  transition: all 400ms ease;
}

@media (min-width: 769px) {
  .footer_contact a:hover {
    opacity: 1;
  }

  .footer_contact a:hover span {
    background-color: #55b392;
  }
}

@media (min-width: 1024px) {
  .footer_contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer_contact ul li {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

@media (min-width: 1024px) {
  .footer_contact ul li {
    width: calc(33.3333333333% - 30px);
  }
}

@media (max-width: 768px) {
  .footer_contact ul li {
    margin-bottom: 1.25rem;
  }
}

.footer_contact ul li i {
  width: 90px;
  margin: 0 auto 12px;
  display: block;
}

.footer_contact ul li i img {
  width: 100%;
}

.footer_contact ul li .ttl {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.footer_contact ul li .txt {
  text-align: center;
  margin-bottom: 0.4375rem;
}

.footer_in .l-inbox {
  padding: 45px 0 40px;
}

@media (min-width: 1024px) {
  .footer_in .l-inbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer_in .footer_left .footer_logo {
  width: 200px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .footer_in .footer_left .footer_logo {
    width: 15.625rem;
    margin: 0 auto 12px;
  }
}

.footer_in .footer_left address {
  line-height: 1.3;
  font-size: 12px;
  margin-top: 0.625rem;
}

@media (max-width: 768px) {
  .footer_in .footer_left address {
    text-align: center;
    line-height: 1.5;
  }
}

.footer_in .footer_left .email {
  margin-top: 0.5rem;
  width: 240px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .footer_in .footer_left .email {
    width: 60%;
    margin: 0.5rem auto 0;
  }
}

.footer_in .footer_left .email img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .footer_in .footer_menu {
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer_in .footer_menu {
    display: none;
  }
}

.footer_in .footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_in .footer_menu ul li {
  margin-right: 30px;
}

.footer_in .footer_menu ul li:last-child {
  margin-right: 0;
}

.footer_in .footer_menu ul li a {
  text-decoration: none;
}

.footer_in .footer_mark {
  text-align: right;
  width: 80px;
  float: right;
}

@media (max-width: 768px) {
  .footer_in .footer_mark {
    float: none;
    text-align: center;
    margin: 0.9375rem auto 0;
  }
}

.footer_in .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media (max-width: 768px) {
  .footer_in .btn_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer_in .footer_menu_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_in .footer_menu_bottom .btn_list {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .footer_in .footer_menu_bottom .btn_list {
    margin-top: 20px;
  }
}

.footer_in .footer_menu_bottom .btn_list .btn {
  margin-right: 12px;
}

@media (max-width: 768px) {
  .footer_in .footer_menu_bottom .btn_list .btn:last-child {
    margin-right: 0;
  }
}

.footer_bottom {
  background: #ececec;
  color: #000000;
  padding: 0.5625rem 0 0.5625rem;
}

.footer_bottom p {
  margin-bottom: 0;
}

.footer_bottom a {
  color: #000000;
}

.footer_bottom .text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .footer_bottom .text_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer_bottom .text_link li {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .footer_bottom .text_link li {
    margin-right: 0.3125rem;
  }
}

.footer_bottom .text_link li a {
  font-size: 12px;
  text-decoration: none;
}

.footer_bottom .copyright {
  font-size: 12px;
}

@media (max-width: 768px) {
  .footer_bottom .copyright {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .footer_bottom .l-inbox {
    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;
  }
}

.topfooter {
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .topfooter {
    padding-top: 2.1875rem;
  }
}

.topfooter.topfootersub {
  padding-top: 0;
}

.topfooter.subfooter {
  padding-top: 0;
}

.topfooter .footer_in.hidden-pc {
  background: #707070;
  color: #ffffff;
  padding: 60px 0 30px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-pc {
    display: none;
  }
}

.topfooter .footer_in.hidden-pc a {
  color: #ffffff;
  text-decoration: none;
}

.topfooter .footer_in.hidden-pc .copyright {
  font-size: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .topfooter .footer_in.hidden-pc .footer_menu {
    margin-bottom: 40px;
  }
}

.topfooter .footer_in.hidden-pc .footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .topfooter .footer_in.hidden-pc .footer_menu ul {
    margin-bottom: 15px;
  }

  .topfooter .footer_in.hidden-pc .footer_menu ul:last-child {
    margin-bottom: 0;
  }
}

.topfooter .footer_in.hidden-pc .footer_menu ul li {
  margin: 0 14px;
  position: relative;
}

.topfooter .footer_in.hidden-pc .footer_menu ul li:before {
  position: absolute;
  left: -14px;
  height: 70%;
  width: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  background: #CCCCCC;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.topfooter .footer_in.hidden-pc .footer_menu ul li:first-child:before {
  display: none;
}

.topfooter .footer_in.hidden-pc .text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .topfooter .footer_in.hidden-pc .text_link {
    margin-bottom: 15px;
  }

  .topfooter .footer_in.hidden-pc .text_link:last-child {
    margin-bottom: 0;
  }
}

.topfooter .footer_in.hidden-pc .text_link li {
  margin: 0 8px;
  position: relative;
}

.topfooter .footer_in.hidden-pc .text_link li:first-child:before {
  display: none;
}

.topfooter .footer_in.hidden-pc .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .topfooter .footer_in.hidden-pc .sns {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topfooter .footer_in.hidden-pc .sns li {
  margin-right: 32px;
}

.topfooter .footer_in.hidden-pc .sns li:last-child {
  margin-right: 0;
}

.topfooter .footer_in.hidden-pc .sns .s_line {
  position: relative;
  top: -2px;
}

.topfooter .footer_in.hidden-pc .sns .s_youtube {
  position: relative;
  top: 1px;
}

.topfooter .footer_in.hidden-pc .sns .s_instagram {
  position: relative;
  top: -2px;
}

.topfooter .footer_in.hidden-sp {
  background: #707070;
  color: #ffffff;
  padding: 3.75rem 0 1.25rem;
  position: relative;
}

.topfooter .footer_in.hidden-sp a {
  color: #ffffff;
  text-decoration: none;
}

.topfooter .footer_in.hidden-sp .footer_logo {
  width: 16.25rem;
  position: absolute;
  left: 0.625rem;
  top: 1.875rem;
  height: 16.25rem;
  background: url(../img/common/copyright.svg) center no-repeat;
  background-size: 90%;
}

.topfooter .footer_in.hidden-sp .footer_logo.animated {
  -webkit-animation: bounce22 0.4s ease-in-out 2, linear 0.3s 2;
  animation: bounce22 0.4s ease-in-out 2, linear 0.3s 2;
}

@media (max-width: 768px) {
  .topfooter .footer_in.hidden-sp .footer_logo {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_logo {
    display: none;
  }
}

.topfooter .footer_in.hidden-sp .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}

@media (min-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_menu {
    padding-left: 25.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_menu {
    padding: 0 3.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_menu ul:nth-of-type(1) {
    width: 11.875rem;
  }

  .topfooter .footer_in.hidden-sp .footer_menu ul:nth-of-type(2) {
    width: 8.75rem;
  }

  .topfooter .footer_in.hidden-sp .footer_menu ul:nth-of-type(3) {
    width: 11.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_menu ul {
    margin-right: 0.625rem;
  }
}

.topfooter .footer_in.hidden-sp .footer_menu ul:last-child {
  margin-right: 0;
}

.topfooter .footer_in.hidden-sp .footer_menu li.label {
  font-size: 14px;
  margin-bottom: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_menu li.label {
    font-size: 0.9375rem;
  }
}

.topfooter .footer_in.hidden-sp .footer_menu li.link {
  margin-bottom: 10px;
  font-size: 12px;
  background: url(../img/common/arrow_right_white.svg) no-repeat left center;
  background-size: 1.25rem;
  padding-left: 1.875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_menu li.link {
    font-size: 0.8125rem;
    padding-left: 1rem;
  }
}

.topfooter .footer_in.hidden-sp .footer_menu li.link:last-child {
  margin-bottom: 0;
}

.topfooter .footer_in.hidden-sp .footer_menu li.link:hover {
  background: url(../img/common/arrow_right_white.svg) no-repeat left 6px center;
}

.topfooter .footer_in.hidden-sp .footer_menu li.link i {
  position: relative;
  left: 2px;
  top: 5px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.topfooter .footer_in.hidden-sp .footer_menu li.link i img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-right: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topfooter .footer_in.hidden-sp .footer_bottom .text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_bottom .text_link {
    margin-right: 3.125rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_bottom .text_link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topfooter .footer_in.hidden-sp .footer_bottom .text_link li {
  margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_bottom .text_link li {
    font-size: 0.625rem;
    margin-right: 0.9375rem;
  }
}

.topfooter .footer_in.hidden-sp .footer_bottom .text_link li:last-child {
  margin-right: 0;
}

.topfooter .footer_in.hidden-sp .footer_bottom .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topfooter .footer_in.hidden-sp .footer_bottom .sns {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topfooter .footer_in.hidden-sp .footer_bottom .sns li {
  margin-right: 1.25rem;
}

.topfooter .footer_in.hidden-sp .footer_bottom .sns li:last-child {
  margin-right: 0;
}

.topfooter .footer_in.hidden-sp .footer_bottom .sns .s_line {
  position: relative;
  top: -2px;
}

.topfooter .footer_in.hidden-sp .footer_bottom .sns .s_youtube {
  position: relative;
  top: 1px;
}

.topfooter .footer_in.hidden-sp .footer_bottom .sns .s_instagram {
  position: relative;
  top: -2px;
}

.float_bnr {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  width: 12.5rem;
  z-index: 999;
}

.breadcrumbs {
  padding-top: 0.375rem;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs.sub {
  padding-right: 1.25rem;
}

.breadcrumbs span {
  padding-right: 0.25rem;
  margin-right: 0.125rem;
  letter-spacing: 0.04rem;
}

.breadcrumbs .ori {
  content: "";
  width: 8px;
  padding: 0 0.25rem;
  height: 20px;
  background: url(../img/arrow_right.png) no-repeat center;
  position: relative;
  left: -0.25rem;
  background-size: 100%;
}

.breadcrumbs a {
  color: #444444;
  text-decoration: none;
}

.breadcrumbs.sub_bread {
  background: #f3fdfa;
}

@media (min-width: 1024px) {
  .breadcrumbs.sub {
    padding-left: 35px;
  }
}

.submain {
  background: #55b392;
}

@media (min-width: 1024px) {
  .submain .flex {
    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;
  }
}

@media (min-width: 1024px) {
  .submain figure {
    width: 40.625rem;
  }
}

.submain .in {
  color: #ffffff;
  padding: 0 3.125rem;
}

@media (max-width: 768px) {
  .submain .in {
    padding: 0 0.625rem 1.25rem;
  }
}

.submain .in h1 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .submain .in h1 {
    font-size: 1.6875rem;
  }
}

.submain .in .txt p {
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .submain .in .txt p {
    font-size: 0.875rem;
  }
}

.submain_sub {
  background: #55b392;
}

@media (min-width: 1024px) {
  .submain_sub .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.submain_sub .in {
  color: #ffffff;
  padding: 3.75rem 3.125rem;
}

@media (max-width: 768px) {
  .submain_sub .in {
    padding: 2.5rem 0.625rem 2.5rem;
  }
}

.submain_sub .in .sub {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  width: 6.25rem;
}

.submain_sub .in .sub img {
  width: 100%;
}

.submain_sub .in h1 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .submain_sub .in h1 {
    font-size: 1.6875rem;
  }
}

.submain_sub .in .txt p {
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .submain_sub .in .txt p {
    font-size: 0.875rem;
  }
}

.submain2 {
  background: #55b392;
  padding: 5rem 0 6.25rem;
  text-align: center;
}

.submain2 h1 {
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

@media (max-width: 768px) {
  .submain2 h1 {
    font-size: 1.5rem;
  }
}

.submain2 h1 span {
  position: relative;
  display: block;
}

.submain2 h1 span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -10px;
  background: #ffffff;
  height: 4px;
  width: 70px;
}

@media (max-width: 768px) {
  .submain2 h1 span:before {
    width: 50px;
  }
}

.submain2 .caption {
  padding-top: 1.875rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
}

.submain_partner {
  background: #55b392;
}

@media (min-width: 1024px) {
  .submain_partner .flex {
    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 (min-width: 1024px) {
  .submain_partner figure {
    width: 25rem;
    position: relative;
    bottom: -0.0625rem;
  }
}

@media (max-width: 768px) {
  .submain_partner figure {
    width: 15.625rem;
    margin: 0 auto;
  }
}

.submain_partner .in {
  color: #ffffff;
  padding: 0 3.125rem;
}

@media (max-width: 768px) {
  .submain_partner .in {
    padding: 0 0.625rem 1.25rem;
  }
}

.submain_partner .in h1 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .submain_partner .in h1 {
    font-size: 1.6875rem;
  }
}

.submain_partner .in .txt p {
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .submain_partner .in .txt p {
    font-size: 0.875rem;
  }
}

.subcontents {
  background: #f3fdfa;
}

#news_list {
  padding: 60px 0 0;
}

#news_list .inner {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #news_list .inner {
    width: 89%;
    padding-left: 0rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  #news_list .inner {
    width: 95%;
  }
}

#news_list .head {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}

#news_list .head .ttl {
  color: #444444;
  font-size: 24px;
  font-weight: bold;
}

#news_list .head .ttl span {
  position: relative;
  padding-bottom: 12px;
}

#news_list .head .ttl span:after {
  background: #dedede;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50px;
  height: 3px;
  content: "";
}

#news_list .inner .list {
  margin: 0 auto;
  padding: 1.25rem 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9375rem 1fr 0.9375rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.9375rem;
}

@media (max-width: 768px) {
  #news_list .inner .list {
    width: 100%;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

#news_list .inner .col {
  padding: 0.875rem 0;
}

#news_list .inner .col figure {
  margin-bottom: 0.9375rem;
}

#news_list .inner .col img {
  object-fit: cover;
  aspect-ratio: calc(99/70);
  border-radius: 6px;
}

#news_list .inner .col a {
  text-decoration: none;
}

#news_list .inner .col .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 2px;
}

#news_list .inner .col .option .cat {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.8125rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

#news_list .inner .col .option .date {
  margin-bottom: 0;
  line-height: 1;
  padding: 0.25rem 0.125rem;
}

#news_list .lineup {
  position: relative;
}

#news_list .lineup-carousel div.col {
  margin-right: 24px;
}

#news_list .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

#news_list .slick-list {
  overflow: visible;
}

#news_list .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}

#news_list .slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#news_list .slick-next {
  right: 0;
}

#news_list .slick-prev {
  left: -80px;
}

#news_list .slick-next:before,
#news_list .slick-prev:before {
  color: #000;
}

#search_list .l-inbox {
  width: 59.375rem;
  margin: 0 auto;
}

#search_list li {
  padding: 1.25rem 2.5rem;
  margin: 0 1.25rem;
  background: #f7fffc;
  border-bottom: 1px solid #dedede;
}

#search_list li:first-child {
  border-top: 1px solid #dedede;
}

#search_list li .ttl {
  font-weight: bold;
}

#search_list li a {
  text-decoration: none;
}

.translate_answer dd div {
  margin-bottom: 1.25rem;
}

.translate_answer dd div:last-child {
  margin-bottom: 0;
}

.simulate_page #lampchat-launcher {
  bottom: 140px !important;
  right: 40px !important;
}

.simulate_page #lampchat-wrapper-close {
  bottom: 370px !important;
  right: 60px !important;
}

#simulate_content {
  height: 100%;
}

@media (max-width: 768px) {
  .simulate_page #lampchat-launcher {
    right: 10px !important;
  }

  .simulate_page #lampchat-wrapper-close {
    bottom: 250px !important;
    right: 10px !important;
  }
}

#simulate_content .attension {
  line-height: 1.2;
}

#simulate_content .left_box {
  background: #fafcfc;
  width: 100%;
  padding: 1.25rem 3.75rem;
}

@media (max-width: 768px) {
  #simulate_content .left_box {
    padding: 1.25rem;
  }
}

#simulate_content .left_box .animation_n {
  margin-top: 1.875rem;
}

#simulate_content .left_box h1 {
  color: #55b392;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}

#simulate_content .left_box h1 i {
  margin-right: 0.5rem;
  width: 2.625rem;
  display: inline-block;
  position: relative;
  top: -0.125rem;
}

#simulate_content .left_box h1 i img {
  width: 100%;
}

#simulate_content .left_box .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;
}

@media (max-width: 768px) {
  #simulate_content .left_box .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media (min-width: 1024px) {
  #simulate_content .left_box .in .in_left {
    width: 25rem;
  }
}

#simulate_content .left_box .in .animation_n {
  width: 21.875rem;
}

#simulate_content .right_box {
  padding: 1.875rem;
  background: #f4f8f9;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 3.875rem;
}

@media (min-width: 1024px) {
  #simulate_content .right_box {
    width: 50rem;
  }
}

@media (max-width: 768px) {
  #simulate_content .right_box {
    width: 97%;
    padding: 1.25rem;
    margin-top: 1.875rem;
  }
}

#simulate_content .right_box select {
  width: 100%;
}

#simulate_content .right_box .step {
  margin-bottom: 2.5rem;
}

#simulate_content .right_box .step h2.ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  #simulate_content .right_box .step h2.ttl {
    font-size: 1rem;
    text-align: center;
  }
}

#simulate_content .right_box .step h2.ttl span {
  padding: 0.25rem 0.375rem;
  line-height: 1;
  background: #55b392;
  color: #ffffff;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 0.75rem;
}

@media (max-width: 768px) {
  #simulate_content .right_box .step h2.ttl span {
    display: block;
    border-radius: 100px;
    font-size: 0.75rem;
    text-align: center;
    width: 50%;
    margin-right: 0;
    margin: 0 auto 0.625rem;
  }
}

#simulate_content .right_box .step .creative_box {
  padding-top: 0.9375rem;
}

#simulate_content .right_box .step .creative_box .label {
  background: #ddeaf0;
  border-radius: 6px;
  padding: 0.375rem 0.625rem;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  padding-left: 1.875rem;
  position: relative;
}

#simulate_content .right_box .step .creative_box .label:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #91db0f;
  position: absolute;
  left: 0.75rem;
  top: 1.125rem;
}

#simulate_content .right_box .step .creative_box dl dt {
  font-weight: bold;
  margin-bottom: 0.4375rem;
}

#simulate_content .right_box .step .creative_box dl dt span {
  margin-left: 0.4375rem;
  font-weight: bold;
  background: #666666;
  color: #ffffff;
  padding: 0.125rem 0.625rem;
}

#simulate_content .right_box .step .creative_box dl dd {
  padding: 0.75rem;
  border-radius: 6px;
  margin-bottom: 0.625rem;
}

#simulate_content .right_box .step .translate_box {
  padding-top: 0.9375rem;
}

#simulate_content .right_box .step .translate_box .label {
  background: #ddeaf0;
  border-radius: 6px;
  padding: 0.375rem 0.625rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.875rem;
}

#simulate_content .right_box .step .translate_box .label:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #e9798c;
  position: absolute;
  left: 0.75rem;
  top: 1.125rem;
}

#simulate_content .right_box .step .translate_box dl dt {
  font-weight: bold;
  margin-bottom: 0.4375rem;
}

#simulate_content .right_box .step .translate_box dl dt span {
  margin-left: 0.4375rem;
  font-weight: bold;
  background: #666666;
  color: #ffffff;
  padding: 0.125rem 0.625rem;
}

#simulate_content .right_box .step .translate_box dl dd {
  padding: 0.75rem;
  border-radius: 6px;
  margin-bottom: 0.625rem;
}

#simulate_content .right_box .step .step1_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#simulate_content .right_box .step .step1_list li {
  background: #ffffff;
  font-weight: bold;
  margin: 0 0.3125rem;
  border: 3px solid #dedede;
  padding: 0.75rem 0.625rem;
  font-size: 1.125rem;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 768px) {
  #simulate_content .right_box .step .step1_list li {
    font-size: 0.8rem;
    padding: 0.75rem 0.5rem;
    margin-right: 0.5rem;
  }
}

#simulate_content .right_box .step .step1_list li input {
  width: 1.875rem;
  border: 2px solid #dedede;
}

@media (max-width: 768px) {
  #simulate_content .right_box .step .step1_list li input {
    width: 1.25rem;
  }
}

#simulate_content .right_box .step .step1_list li:has(input[type=radio]:checked) {
  background: #55b392;
  color: #ffffff;
}

#simulate_content .right_box .submit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  #simulate_content .right_box .submit_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
  }
}

#simulate_content .right_box .submit_box .btn_submit {
  background: #55b392;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  #simulate_content .right_box .submit_box .btn_submit {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 768px) {
  #simulate_content .right_box .submit_box #resetButton {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    width: 50%;
    margin-top: 1.875rem;
  }
}

.right {
  text-align: right;
}

.outline {
  padding: 5rem 0 3.75rem;
}

.outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px #edebe6;
}

.outline dl:last-child {
  border-bottom: solid 1px #edebe6;
}

.outline dl dt {
  font-weight: 700;
  color: #aaa69f;
  width: 128px;
}

.outline dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.outline dl dd a {
  text-decoration: none;
}

.terms {
  padding: 3.75rem 0;
}

.terms h2 {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 1.875rem;
  padding-top: 0.9375rem;
}

.terms h2 span {
  position: relative;
}

.terms h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #dedede;
  height: 2px;
  width: 100%;
}

.terms h3 {
  font-size: 1.375rem;
  text-align: center;
  padding-bottom: 1.875rem;
  padding-top: 0.9375rem;
}

.terms h3 strong {
  position: relative;
}

.terms h3 strong:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #dedede;
  height: 2px;
  width: 100%;
}

.sub_ttl {
  text-align: center;
  margin-bottom: 1.5625rem;
}

.sub_ttl h2 {
  font-size: 1.375rem;
  color: #55b392;
  font-weight: bold;
}

.sub_ttl h2 span {
  position: relative;
}

.sub_ttl h2 span:after {
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  content: "";
  width: 70%;
  height: 0.1875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #e5e5e5;
}

@media (max-width: 768px) {
  .sub_ttl h2 span:after {
    bottom: -0.9375rem;
  }
}

.creative_01 {
  background: #f3fdfa;
  padding: 3.75rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  .creative_01 {
    padding: 3.75rem 0 1.25rem;
  }
}

.creative_01 img {
  width: 76%;
}

#sub_example h2 {
  font-weight: bold;
  text-align: center;
  color: #55b392;
}

#sub_example h2 span {
  position: relative;
}

@media (max-width: 768px) {
  #sub_example h2 span {
    padding-bottom: 1.25rem;
    display: inline-block;
    line-height: 1;
    font-size: 1.25rem;
  }

  #sub_example h2 span br {
    display: none;
  }
}

#sub_example h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -12px;
  background: #dedede;
  height: 3px;
  width: 80px;
}

#sub_example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.9375rem;
}

#sub_example ul li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 0.375rem 0 0.625rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

#sub_example ul li img {
  width: 100%;
  transition: transform 400ms ease-in-out;
}

#sub_example ul li.creative_li {
  width: 65%;
}

@media (max-width: 768px) {
  #sub_example ul li.creative_li {
    width: 100%;
  }
}

#sub_example ul li.creative_li .label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

#sub_example ul li.creative_li .label small {
  padding-left: 0.625rem;
}

#sub_example ul li.creative_li ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

#sub_example ul li.creative_li ul li {
  width: 140px;
  text-align: center;
}

#sub_example ul li.creative_li ul li a {
  text-decoration: none;
}

@media (min-width: 769px) {
  #sub_example ul li.creative_li ul li a:hover img {
    transform: scale(1.05);
  }
}

#sub_example ul li.creative_li ul li dd {
  font-size: 0.75rem;
  line-height: 1.2;
}

#sub_example ul li.creative_li ul li dd small {
  display: block;
}

#sub_example ul li.translation_li {
  width: 34rem;
}

#sub_example ul li.translation_li .label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

#sub_example ul li.translation_li .label small {
  padding-left: 0.625rem;
}

#sub_example ul li.translation_li ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

#sub_example ul li.translation_li ul li {
  width: 140px;
  text-align: center;
}

#sub_example ul li.translation_li ul li a {
  text-decoration: none;
}

@media (min-width: 769px) {
  #sub_example ul li.translation_li ul li a:hover img {
    transform: scale(1.05);
  }
}

#sub_example ul li.translation_li ul li dd {
  font-size: 0.75rem;
  line-height: 1.2;
}

#sub_example ul li.translation_li ul li dd small {
  display: block;
}

#sub_example figure.creative {
  width: 37.5rem;
  margin: 1.875rem auto 0;
}

@media (max-width: 768px) {
  #sub_example figure.creative {
    width: 100%;
  }
}

#sub_example figure.creative img {
  width: 100%;
}

#sub_example figure.translate {
  width: 28.125rem;
  margin: 1.875rem auto 0;
}

@media (max-width: 768px) {
  #sub_example figure.translate {
    width: 100%;
  }
}

#sub_example figure.translate img {
  width: 100%;
}

#qa_list h2 {
  font-weight: bold;
  text-align: center;
  color: #55b392;
  padding-top: 1.875rem;
  margin-bottom: 1.875rem;
}

#qa_list h2 span {
  position: relative;
}

#qa_list h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
  background: #dedede;
  height: 3px;
  width: 80px;
}

#qa_list .list .col .js-accordion-title {
  position: relative;
  cursor: pointer;
}

#qa_list .list .col .js-accordion-title::after {
  border-right: solid 2px #444444;
  border-top: solid 2px #444444;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 8px;
}

#qa_list .list .col .js-accordion-title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#qa_list .list .col dl {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.25rem;
  padding: 1.875rem;
}

#qa_list .list .col dl dt {
  position: relative;
  padding-left: 2.8125rem;
  font-weight: bold;
}

#qa_list .list .col dl dt i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #55b392;
  border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

#qa_list .list .col dl dd {
  position: relative;
  padding-left: 2.8125rem;
  display: none;
  margin-top: 0.9375rem;
}

#qa_list .list .col dl dd i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e8630a;
  border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

.cat-list .label {
  width: 4.375rem;
}

.cat-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px 3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cat-list ul li a {
  width: 7.5rem;
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.75rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.cat-list ul li.current a {
  background: #666666;
}

#works_list {
  padding-top: 5rem;
}

#works_list ul.list_main {
  margin: 40px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 40px;
}

#works_list ul.list_main li.main {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  #works_list ul.list_main li.main {
    width: calc(33.3333333333% - 35px);
  }
}

#works_list ul.list_main li.main .sub_name {
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}

#works_list ul.list_main li.main a {
  text-decoration: none;
}

#works_list ul.list_main li.main figure {
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  right: 30px;
  top: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
}

#works_list ul.list_main li.main figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#works_list ul.list_main li.main:before {
  width: 100%;
  height: 6px;
  content: "";
  background: #57bb98;
  position: absolute;
  left: 0;
  top: 0;
}

#works_list ul.list_main li.main .cat {
  margin-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#works_list ul.list_main li.main .cat li {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.8125rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

#works_list ul.list_main li.main .ttl {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  padding-top: 1.25rem;
  min-height: 90px;
}

#works_list ul.list_main li.main .ttl.-thumbnail {
  padding-right: 5.625rem;
}

#relation_works ul.list_main {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}

#relation_works ul.list_main .sub_name {
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}

#relation_works ul.list_main li.main {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  #relation_works ul.list_main li.main {
    width: calc(33.3333333333% - 35px);
  }
}

@media (max-width: 768px) {
  #relation_works ul.list_main li.main {
    margin-bottom: 1.875rem;
  }
}

#relation_works ul.list_main li.main a {
  text-decoration: none;
}

#relation_works ul.list_main li.main figure {
  width: 100px;
  position: absolute;
  right: 30px;
  top: 3.125rem;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 100%;
  overflow: hidden;
}

#relation_works ul.list_main li.main figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#relation_works ul.list_main li.main:before {
  width: 100%;
  height: 6px;
  content: "";
  background: #57bb98;
  position: absolute;
  left: 0;
  top: 0;
}

#relation_works ul.list_main li.main .cat {
  margin-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#relation_works ul.list_main li.main .cat li {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.8125rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

#relation_works ul.list_main li.main .ttl {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  padding-top: 1.25rem;
  padding-right: 5rem;
  min-height: 90px;
}

.works_detail {
  padding: 2.5rem 0;
  position: relative;
}

.works_detail .works_cat {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
}

@media (max-width: 768px) {
  .works_detail .works_cat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
  }
}

.works_detail .works_cat li {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.8125rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  margin-right: 0.25rem;
}

@media (max-width: 768px) {
  .works_detail .works_cat li {
    margin-right: 0;
  }
}

.works_detail .katsuyo_service dl dd span {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  width: 5rem;
  display: inline-block;
  text-align: center;
}

.works_detail .label.eng,
.works_detail #top_strong .list ul li .label.num,
#top_strong .list ul li .works_detail .label.num,
.works_detail .p-guide-can .flow .list li .circle .label.num,
.p-guide-can .flow .list li .circle .works_detail .label.num,
.works_detail .total_price #uchiwake span.label,
.total_price #uchiwake .works_detail span.label,
.works_detail .total_price .in span.label,
.total_price .in .works_detail span.label,
.works_detail .partner_flow .list li .circle .label.num,
.partner_flow .list li .circle .works_detail .label.num,
.works_detail #partner_content .in .in_inner .flow .list li .circle .label.num,
#partner_content .in .in_inner .flow .list li .circle .works_detail .label.num,
.works_detail #service_content .in .in_inner .flow .list li .circle .label.num,
#service_content .in .in_inner .flow .list li .circle .works_detail .label.num,
.works_detail #qa_list .list .col dl dt i.label,
#qa_list .list .col dl dt .works_detail i.label,
.works_detail #qa_list .list .col dl dd i.label,
#qa_list .list .col dl dd .works_detail i.label {
  font-size: 2.5rem;
  font-weight: bold;
  color: #55b392;
  line-height: 1.2;
  margin-bottom: 2.1875rem;
}

.works_detail .label.eng .jp,
.works_detail #top_strong .list ul li .label.num .jp,
#top_strong .list ul li .works_detail .label.num .jp,
.works_detail .p-guide-can .flow .list li .circle .label.num .jp,
.p-guide-can .flow .list li .circle .works_detail .label.num .jp,
.works_detail .total_price #uchiwake span.label .jp,
.total_price #uchiwake .works_detail span.label .jp,
.works_detail .total_price .in span.label .jp,
.total_price .in .works_detail span.label .jp,
.works_detail .partner_flow .list li .circle .label.num .jp,
.partner_flow .list li .circle .works_detail .label.num .jp,
.works_detail #partner_content .in .in_inner .flow .list li .circle .label.num .jp,
#partner_content .in .in_inner .flow .list li .circle .works_detail .label.num .jp,
.works_detail #service_content .in .in_inner .flow .list li .circle .label.num .jp,
#service_content .in .in_inner .flow .list li .circle .works_detail .label.num .jp,
.works_detail #qa_list .list .col dl dt i.label .jp,
#qa_list .list .col dl dt .works_detail i.label .jp,
.works_detail #qa_list .list .col dl dd i.label .jp,
#qa_list .list .col dl dd .works_detail i.label .jp {
  display: block;
  font-size: 0.75rem;
}

.works_detail .head {
  position: relative;
  padding-bottom: 1.25rem;
}

.works_detail .head .jirei_img {
  position: absolute;
  right: 1.25rem;
  top: 3.125rem;
  width: 18.75rem;
  height: 12.5rem;
  overflow: hidden;
  border-radius: 6px;
}

.works_detail .head .jirei_img img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .works_detail .l-inbox {
    width: 800px;
  }
}

.works_detail .main_ttl {
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}

.works_detail .gyosyu {
  font-weight: bold;
}

.works_detail .detail_n {
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding: 1.875rem 1.875rem 2.5rem;
  margin-top: 2.5rem;
  font-size: 0.8125rem;
}

.works_detail .detail_n .price_dl dt {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff !important;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.8125rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

.works_detail .detail_n .flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .works_detail .detail_n .flex_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0;
  }
}

.works_detail .detail_n .flex_list:last-child {
  margin-bottom: -1.25rem;
}

@media (min-width: 1024px) {
  .works_detail .detail_n .flex_list li {
    width: 25rem;
    margin-right: 1.25rem;
  }
}

@media (max-width: 768px) {
  .works_detail .detail_n .flex_list li {
    margin-bottom: 0.9375rem;
  }
}

.works_detail .detail_n .flex_list li:last-child {
  margin-right: 0;
}

.works_detail .detail_n .flex_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .works_detail .detail_n .flex_list li dl {
    font-size: 0.8125rem;
  }
}

.works_detail .detail_n .flex_list li dl dt {
  margin-right: 0.375rem;
  color: #55b392;
}

@media (min-width: 1024px) {
  .works_detail .detail_n .flex_list li dl dt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 768px) {
  .works_detail .detail_n .flex_list li dl dt {
    width: 6.25rem;
  }
}

.works_detail .detail_n .flex_list li dl dd {
  -webkit-box-flex: 2.1;
  -ms-flex: 2.1;
  flex: 2.1;
}

@media (max-width: 768px) {
  .works_detail .detail_n .flex_list li dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.works_detail .detail_n .flex_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .works_detail .detail_n .flex_list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0;
  }
}

.works_detail .detail_n .flex_list2:last-child {
  margin-bottom: -1.25rem;
}

@media (min-width: 1024px) {
  .works_detail .detail_n .flex_list2 li {
    width: 25rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .works_detail .detail_n .flex_list2 li {
    margin-bottom: 0.9375rem;
  }
}

.works_detail .detail_n .flex_list2 li:last-child {
  margin-right: 0;
}

.works_detail .detail_n .sub dl {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .works_detail .detail_n .sub dl {
    font-size: 0.8125rem;
  }
}

.works_detail .detail_n .sub dl dt {
  margin-bottom: 0.375rem;
  color: #55b392;
}

@media (max-width: 768px) {
  .works_detail .detail_n .sub dl dt {
    text-align: center;
  }
}

.works_detail .detail_n .full_width {
  margin-top: 0.5rem;
}

.works_detail .detail_n .full_width li {
  width: 100%;
}

.works_detail .detail_n .full_width li dl {
  font-size: 0.9375rem;
  font-weight: bold;
}

.works_detail .detail_n .full_width li dl dt {
  margin-right: 2.5rem;
  color: #55b392;
}

.works_detail .content_txt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3.75rem;
}

.works_detail .content_txt2 .col {
  width: calc(50% - 10px);
  margin: 0 auto 0.9375rem;
  text-align: center;
}

.works_detail .content_txt2 .col img {
  width: 100%;
}

.works_detail .content_txt {
  padding: 1.875rem 0;
}

.works_detail .content_txt .relation {
  margin-top: 1.25rem;
}

.works_detail .content_txt .relation .mmttl {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works_detail .content_txt .relation .mmttl span {
  position: relative;
}

.works_detail .content_txt .relation .mmttl span:before {
  content: "";
  width: 7.5rem;
  height: 0.25rem;
  background: #ffffff;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.works_detail .content_txt .relation ul {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #cbcbcb;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works_detail .content_txt .relation ul li {
  width: 48%;
  margin: 0 0.9375rem;
}

.works_detail .content_txt .relation ul li .ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #55b392;
}

#service_content {
  margin: 3.125rem 0;
}

#service_content .in {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  #service_content .in {
    width: 50rem;
  }
}

#service_content .in h2.in_ttl {
  background: #55b392;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5625rem 0;
}

@media (max-width: 768px) {
  #service_content .in h2.in_ttl {
    font-size: 0.9375rem;
  }
}

#service_content .in .in_inner {
  padding: 0.9375rem;
}

#service_content .in .in_inner .list.list_nayami {
  margin-bottom: 1.25rem;
}

#service_content .in .in_inner .list.list_nayami ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#service_content .in .in_inner .list.list_nayami ul li {
  padding: 0.9375rem;
  width: calc(33.3333333333% - 4px);
  background: #f7f7f7;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  #service_content .in .in_inner .list.list_nayami ul li {
    width: calc(50% - 4px);
  }
}

#service_content .in .in_inner .list.list_nayami ul li figure {
  margin-bottom: 0.9375rem;
}

#service_content .in .in_inner .list.list_nayami ul li .ttl {
  line-height: 1.5;
}

#service_content .in .in_inner .list.list_nayami ul li .ttl strong {
  color: #3b9a79;
  line-height: 1.2;
  font-size: 1rem;
}

#service_content .in .in_inner h2 {
  font-weight: bold;
  color: #525554;
}

@media (max-width: 768px) {
  #service_content .in .in_inner h2 {
    font-size: 1.0625rem;
    padding-bottom: 1.25rem;
  }
}

#service_content .in .in_inner .flow {
  margin-top: 1.25rem;
}

#service_content .in .in_inner .flow h2 {
  font-weight: bold;
  text-align: center;
  color: #55b392;
}

@media (max-width: 768px) {
  #service_content .in .in_inner .flow h2 {
    padding-bottom: 1.25rem;
  }
}

#service_content .in .in_inner .flow h2 span {
  position: relative;
  padding-bottom: 10px;
}

#service_content .in .in_inner .flow h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
  background: #dedede;
  height: 3px;
  width: 80px;
}

@media (max-width: 768px) {
  #service_content .in .in_inner .flow h2 span:before {
    width: 60px;
    bottom: -10px;
  }
}

#service_content .in .in_inner .flow .list {
  margin-top: 2.5rem;
}

#service_content .in .in_inner .flow .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #service_content .in .in_inner .flow .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#service_content .in .in_inner .flow .list li {
  margin: 0 0.625rem;
  width: 25%;
}

@media (max-width: 768px) {
  #service_content .in .in_inner .flow .list li {
    width: 94%;
    padding-bottom: 90px;
  }
}

#service_content .in .in_inner .flow .list li .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: #55b392;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0.75rem;
  position: relative;
}

#service_content .in .in_inner .flow .list li .circle: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: 1024px) {
  #service_content .in .in_inner .flow .list li .circle:after {
    right: -4.375rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }
}

@media (max-width: 768px) {
  #service_content .in .in_inner .flow .list li .circle:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -9.875rem;
  }
}

#service_content .in .in_inner .flow .list li .circle .num {
  line-height: 1;
  width: 100%;
  font-size: 1.875rem;
}

#service_content .in .in_inner .flow .list li .circle .num_txt {
  padding-top: 0.3125rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

#service_content .in .in_inner .flow .list li .txt {
  text-align: left;
  line-height: 1.6;
}

#service_content .in .in_inner .flow .list li:last-child .circle:after {
  display: none;
}

.creative_02 {
  padding: 3.75rem 0;
}

@media (max-width: 768px) {
  .creative_02 {
    padding-bottom: 0;
  }
}

.creative_02 .hidden {
  display: none;
  padding-top: 0.9375rem;
}

@media (min-width: 1024px) {
  .creative_02 .l-inbox {
    width: 850px;
  }
}

.creative_02 .box_in {
  margin-top: 2.1875rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  padding: 1.875rem 40px;
}

.creative_02 .box_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .creative_02 .box_in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .creative_02 .box_in ul li {
    width: calc(50% - 5px);
  }
}

.creative_02 .btn_toggle {
  width: 40%;
  margin: 1.25rem auto 0;
  cursor: pointer;
}

.creative_02 figure {
  margin-top: 1.25rem;
}

.privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -0.9375rem;
}

.privacy .mwform-checkbox-field label {
  background: none !important;
}

.subcontents {
  padding: 5rem 0;
}

.subcontents .mainbox {
  padding: 1.875rem 0;
  background: #ffffff;
  border-radius: 6px;
  position: relative;
  margin-top: -140px;
}

.subcontents h2 {
  text-align: center;
  font-weight: bold;
  color: #55b392;
  font-size: 1.5625rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .subcontents h2 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .subcontents #contact_contents {
    padding: 0 6.25rem;
  }
}

@media (max-width: 768px) {
  .subcontents #contact_contents {
    padding: 0 1.25rem;
  }

  .subcontents #contact_contents .u-mb30 {
    line-height: 1.6;
  }
}

.subcontents #contact_contents .select_work .mwform-radio-field label {
  background: none;
  width: 100%;
  display: inline-block;
}

@media (max-width: 768px) {
  .subcontents #contact_contents .select_work .mwform-radio-field label {
    font-size: 13px;
  }
}

.subcontents #contact_contents .select_work .mwform-radio-field {
  width: calc(25% - 20px);
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
  padding: 0.3125rem 0.3125rem;
  background: #ffffff;
  font-weight: bold;
  margin: 0 0.3125rem;
  border: 3px solid #dedede;
}

@media (max-width: 768px) {
  .subcontents #contact_contents .select_work .mwform-radio-field {
    width: calc(50% - 3px);
    margin: 0 0 0.625rem;
  }
}

/* .subcontents #contact_contents .step_honyaku,
.subcontents #contact_contents .step_creative,
.subcontents #contact_contents .step_schedule {
  display: none;
} */

.subcontents #contact_contents .mwform-radio-field {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.625rem;
  margin-right: 0.25rem;
}

@media (max-width: 768px) {
  .subcontents #contact_contents .mwform-radio-field {
    margin-right: 0;
  }
}

.subcontents #contact_contents .mwform-radio-field label {
  background: #f3f3f3;
  border-radius: 6px;
  padding: 0.625rem;
}

@media (max-width: 768px) {
  .subcontents #contact_contents .mwform-radio-field label {
    padding: 10px;
    display: inline-block;
  }
}

.subcontents #contact_contents .mwform-checkbox-field {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.625rem;
  margin-right: 0.25rem;
}

.subcontents #contact_contents .mwform-checkbox-field label {
  background: #f3f3f3;
  border-radius: 6px;
  padding: 0.625rem;
}

.subcontents #contact_contents h2 {
  margin-bottom: 1.8rem;
  margin-top: 2.8125rem;
}

.subcontents #contact_contents h2.nom {
  margin-bottom: 0;
}

.subcontents #contact_contents h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0 1.375rem;
  margin-bottom: 0.9375rem;
}

.subcontents #contact_contents h2 span:before {
  content: "";
  height: 3px;
  width: 5rem;
  background: #cccccc;
  position: absolute;
  bottom: 0.4375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.subcontents #contact_contents h3 {
  font-weight: bold;
  color: #55b392;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.subcontents #contact_contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .subcontents #contact_contents dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.subcontents #contact_contents dl dt {
  font-weight: bold;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 1024px) {
  .subcontents #contact_contents dl dt {
    width: 12.5rem;
  }
}

.subcontents #contact_contents dl dt .hiss {
  font-size: 0.75rem;
  color: #ffffff;
  background: #e05f5f;
  padding: 0.3125rem 0.375rem 0.25rem;
  line-height: 1;
  margin-left: 0.3125rem;
  position: relative;
  top: -0.125rem;
}

.subcontents #contact_contents dl dt span {
  display: inline-block;
  border-radius: 6px;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 1.4;
}

.subcontents #contact_contents dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subcontents #contact_contents dl dd input[type=text],
.subcontents #contact_contents dl dd textarea {
  background: #f3f3f3;
  border-radius: 6px;
  border: none;
  padding: 0.9375rem 0.75rem;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.subcontents #contact_contents dl dd input[type=text].hasDatepicker,
.subcontents #contact_contents dl dd textarea.hasDatepicker {
  width: 50%;
}

.subcontents #contact_contents dl dd input[type=text]:disabled,
.subcontents #contact_contents dl dd textarea:disabled {
  background: #999999 !important;
}

.subcontents #contact_contents dl dd select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  color: #333;
  padding: 0 10px !important;
  height: 43px !important;
  width: 200px !important;
  position: relative;
  top: 2px;
  background: #f3f3f3 url(../img/arrow.svg) no-repeat right 10px center/8px auto;
}

@media (max-width: 768px) {
  .subcontents #contact_contents dl dd select {
    background: #f3f3f3 url(../img/arrow.svg) no-repeat right 10px center/15px auto;
  }
}

.subcontents #contact_contents dl dd.calendar_dd p {
  margin-bottom: 0.75rem;
}

.subcontents #contact_contents dl dd.calendar_dd p:last-child {
  margin-bottom: 0;
}

.subcontents #contact_contents dl dd.calendar_dd input.hasDatepicker {
  width: 15rem !important;
  cursor: pointer;
  font-size: 0.75rem;
}

.subcontents #contact_contents dl .disabled label {
  background: #999999 !important;
}

.subcontents #contact_contents .step1 dl,
.subcontents #contact_contents .step_honyaku dl,
.subcontents #contact_contents .step_creative dl,
.subcontents #contact_contents .step_schedule dl,
.subcontents #contact_contents .step_other dl {
  display: block;
}

.subcontents #contact_contents .step1 dl dt,
.subcontents #contact_contents .step_honyaku dl dt,
.subcontents #contact_contents .step_creative dl dt,
.subcontents #contact_contents .step_schedule dl dt,
.subcontents #contact_contents .step_other dl dt {
  width: 100%;
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}

.subcontents #contact_contents .submit_btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subcontents #contact_contents .submit_btn input {
  margin: 0 0.625rem;
  background: #55b392 url(../img/arrow_right_white.png) no-repeat right 15px center;
  background-size: 7px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.125rem;
  width: 15.625rem;
  padding: 0.9375rem 0.9375rem;
  font-weight: bold;
}

.subcontents #contact_contents .submit_btn input[name=submitBack] {
  background: #bababa;
}

.news_detail .mainbox {
  padding: 3.75rem;
}

.news_detail .mainbox .head {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .news_detail .mainbox .head {
    margin-top: 0;
  }
}

.news_detail .mainbox .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 2px;
}

.news_detail .mainbox .option .cat {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.8125rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

.news_detail .mainbox .option .date {
  margin-bottom: 0;
  line-height: 1;
  padding: 0.25rem 0.125rem;
}

.news_detail .mainbox .ttl {
  font-size: 1.25rem;
  font-weight: bold;
}

.news_detail .mainbox .content {
  padding: 1.5625rem 0;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  color: #333;
  padding: 0 10px;
  height: 40px;
  width: 300px;
  position: relative;
  background: #ffffff url(../img/arrow.svg) no-repeat right 10px center/16px auto;
}

@media (max-width: 768px) {
  select {
    background: #ffffff url(../img/arrow.svg) no-repeat right 10px center/16px auto;
  }
}

.partner_01 {
  background: #f3fdfa;
  padding: 3.75rem 0;
  text-align: center;
}

.partner_01 img {
  width: 76%;
}

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

@media (max-width: 768px) {
  .partner_01 #intro_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.partner_01 #intro_txt .txt p {
  text-align: left;
  margin-bottom: 1.5625rem;
}

.partner_01 #intro_txt .txt p:last-child {
  margin-bottom: 0;
}

.partner_01 #intro_txt .txt h2 {
  text-align: left;
  font-weight: bold;
  color: #55b392;
  margin-bottom: 1.875rem;
}

.partner_01 #intro_txt figure {
  width: 18.75rem;
  margin: 1.875rem 0;
}

@media (min-width: 1024px) {
  .partner_01 #intro_txt figure {
    margin-left: 2.1875rem;
  }
}

@media (max-width: 768px) {
  .partner_01 #intro_txt figure {
    width: 100%;
  }
}

.partner_01 #intro_txt figure img {
  width: 100%;
}

#partner_content {
  margin: 3.125rem 0;
}

#partner_content .in {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  #partner_content .in {
    width: 50rem;
  }
}

#partner_content .in h2.in_ttl {
  background: #55b392;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5625rem 0;
}

@media (max-width: 768px) {
  #partner_content .in h2.in_ttl {
    font-size: 0.9375rem;
  }
}

#partner_content .in .in_inner {
  padding: 0.9375rem;
}

#partner_content .in .in_inner .list.list_nayami {
  margin-bottom: 1.25rem;
}

#partner_content .in .in_inner .list.list_nayami ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#partner_content .in .in_inner .list.list_nayami ul li {
  padding: 1.5625rem 0.9375rem;
  width: calc(33.3333333333% - 4px);
  background: #f7f7f7;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  #partner_content .in .in_inner .list.list_nayami ul li {
    width: 100%;
  }
}

#partner_content .in .in_inner .list.list_nayami ul li figure {
  margin-bottom: 0.9375rem;
}

#partner_content .in .in_inner .list.list_nayami ul li .ttl {
  line-height: 1.5;
  margin-bottom: 0.625rem;
}

#partner_content .in .in_inner .list.list_nayami ul li .ttl strong {
  color: #3b9a79;
  line-height: 1.2;
  font-size: 1rem;
}

#partner_content .in .in_inner .list.list_nayami ul li .txt p {
  text-align: left;
}

#partner_content .in .in_inner h2 {
  font-weight: bold;
  color: #525554;
}

@media (max-width: 768px) {
  #partner_content .in .in_inner h2 {
    font-size: 1.0625rem;
    padding-bottom: 1.25rem;
  }
}

#partner_content .in .in_inner .flow {
  margin-top: 1.25rem;
}

#partner_content .in .in_inner .flow h2 {
  font-weight: bold;
  text-align: center;
  color: #55b392;
}

@media (max-width: 768px) {
  #partner_content .in .in_inner .flow h2 {
    padding-bottom: 1.25rem;
  }
}

#partner_content .in .in_inner .flow h2 span {
  position: relative;
  padding-bottom: 10px;
}

#partner_content .in .in_inner .flow h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
  background: #dedede;
  height: 3px;
  width: 80px;
}

@media (max-width: 768px) {
  #partner_content .in .in_inner .flow h2 span:before {
    width: 60px;
    bottom: -12px;
  }
}

#partner_content .in .in_inner .flow .list {
  margin-top: 2.5rem;
}

#partner_content .in .in_inner .flow .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #partner_content .in .in_inner .flow .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#partner_content .in .in_inner .flow .list li {
  margin: 0 0.625rem;
  width: 25%;
}

@media (max-width: 768px) {
  #partner_content .in .in_inner .flow .list li {
    width: 94%;
    padding-bottom: 90px;
  }
}

#partner_content .in .in_inner .flow .list li .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: #55b392;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0.75rem;
  position: relative;
}

#partner_content .in .in_inner .flow .list li .circle: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: 1024px) {
  #partner_content .in .in_inner .flow .list li .circle:after {
    right: -4.375rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }
}

@media (max-width: 768px) {
  #partner_content .in .in_inner .flow .list li .circle:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -9.875rem;
  }
}

#partner_content .in .in_inner .flow .list li .circle .num {
  line-height: 1;
  width: 100%;
  font-size: 1.875rem;
}

#partner_content .in .in_inner .flow .list li .circle .num_txt {
  padding-top: 0.3125rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

#partner_content .in .in_inner .flow .list li .txt {
  text-align: left;
  line-height: 1.6;
}

#partner_content .in .in_inner .flow .list li:last-child .circle:after {
  display: none;
}

.partner_flow {
  margin-top: 1.25rem;
}

.partner_flow h2 {
  font-weight: bold;
  text-align: center;
  color: #55b392;
}

@media (max-width: 768px) {
  .partner_flow h2 {
    padding-bottom: 0.3125rem;
  }
}

.partner_flow h2 span {
  position: relative;
  padding-bottom: 10px;
}

.partner_flow h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
  background: #dedede;
  height: 3px;
  width: 80px;
}

@media (max-width: 768px) {
  .partner_flow h2 span:before {
    width: 60px;
    bottom: -10px;
  }
}

.partner_flow .list {
  margin-top: 2.5rem;
}

.partner_flow .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .partner_flow .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.partner_flow .list li {
  margin: 0 0.625rem 2.8125rem;
  width: calc(50% - 100px);
}

@media (max-width: 768px) {
  .partner_flow .list li {
    width: 100%;
    padding-bottom: 30px;
  }
}

.partner_flow .list li .circle {
  margin: 0 auto;
  color: #ffffff;
  background: #55b392;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  padding: 0.625rem 0;
  padding-top: 2.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.partner_flow .list li .circle: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: 1024px) {
  .partner_flow .list li .circle:after {
    right: -6.25rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }
}

@media (max-width: 768px) {
  .partner_flow .list li .circle:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -7.937rem;
  }
}

.partner_flow .list li .circle .num {
  line-height: 1;
  width: 100%;
  font-size: 1.875rem;
  margin-bottom: 0.4375rem;
}

.partner_flow .list li .circle .num_txt {
  padding-top: 0.3125rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.partner_flow .list li .txt {
  text-align: left;
  line-height: 1.6;
  padding: 0 2.8125rem;
}

@media (max-width: 768px) {
  .partner_flow .list li .txt {
    padding: 0 1.5625rem;
  }
}

.partner_flow .list li:last-child .circle:after {
  display: none;
}

@media (min-width: 1024px) {

  .partner_flow .list li:nth-of-type(2) .circle:after,
  .partner_flow .list li:nth-of-type(4) .circle:after {
    display: none;
  }
}

.partner_02 {
  padding: 3.75rem 0;
}

.partner_02 .hidden {
  display: none;
  padding-top: 0.9375rem;
}

@media (min-width: 1024px) {
  .partner_02 .l-inbox {
    width: 850px;
  }
}

.partner_02 .list .col {
  border-bottom: 2px solid #cccccc;
  padding: 1.5625rem 2.1875rem;
}

.partner_02 .list .col h3 {
  font-weight: bold;
  margin-bottom: 0.375rem;
}

.partner_02 .list .col dl dt {
  border: 1px solid #666666;
  border-radius: 6px;
  padding: 0.25rem 0.625rem;
  display: inline-block;
  line-height: 1;
  background: #ffffff;
}

.partner_02 .list .col:nth-of-type(2n) {
  background: #f4f4f4;
}

#online_content {
  margin: 3.125rem 0;
}

#online_content .in {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  #online_content .in {
    width: 50rem;
  }
}

#online_content .in h2.in_ttl {
  background: #55b392;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5625rem 0;
}

@media (max-width: 768px) {
  #online_content .in h2.in_ttl {
    font-size: 0.9375rem;
  }
}

#online_content .in .in_inner {
  padding: 2.1875rem 0.9375rem;
}

#online_content .in .in_inner h2 {
  font-weight: bold;
  color: #525554;
}

@media (max-width: 768px) {
  #online_content .in .in_inner h2 {
    font-size: 1.0625rem;
    padding-bottom: 1.25rem;
  }
}

#online_content .in .in_inner .sub {
  background: #f4f4f4;
  padding: 1.875rem;
  border-radius: 10px;
  width: 38.75rem;
  margin: 3.75rem auto 0;
}

#online_content .in .in_inner .txt {
  margin-top: 0.9375rem;
}

#online_content .in .in_inner .txt p {
  text-align: center;
}

#online_content .in .in_inner .txt p:last-child {
  margin-bottom: 0;
}

.total_price_wrap {
  position: fixed;
  bottom: 2.5rem;
  min-width: 29.375rem;
  background: #55b392;
  z-index: 6;
  border-radius: 6px;
}

@media (min-width: 1024px) {
  .total_price_wrap {
    right: 2.5rem;
  }
}

@media (max-width: 768px) {
  .total_price_wrap {
    min-width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.total_price {
  border-radius: 10px;
  padding: 0.375rem;
}

.total_price .gaisan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.total_price .label {
  width: 5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  padding: 0 0.5rem;
  margin-right: 0.9375rem;
}

@media (max-width: 768px) {
  .total_price .label {
    width: 5.625rem;
    margin-right: 0.3125rem;
  }
}

.total_price .in {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  padding: 0.375rem 1.25rem;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.total_price .in span {
  color: #55b392;
  font-size: 1.9375rem;
}

.total_price #uchiwake {
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
}

.total_price #uchiwake p {
  line-height: 1.4;
}

.total_price #uchiwake a {
  text-decoration: none;
}

.total_price .kara {
  font-size: 1.25rem;
  position: relative;
  top: 0.625rem;
  margin: 0 0.375rem;
}

.uchiwake_btn {
  width: 9.375rem;
  margin: 12px auto;
}

.uchiwake_btn a {
  background: #ddeaf0;
  border-radius: 100px;
  text-align: center;
  padding: 0.375rem 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.2;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.uchiwake_btn.active a {
  opacity: 1;
  pointer-events: auto;
}

/* --- 利用案内 --- */
.p-guide-summary {
  text-align: center;
  padding: 1.875rem 0;
}

.p-guide-can {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .p-guide-can {
    width: 50rem;
  }
}

.p-guide-can h2 {
  background: #55b392;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 0.5625rem 0;
  line-height: 1.3;
  font-size: 1.3125rem;
}

@media (max-width: 768px) {
  .p-guide-can h2 {
    font-size: 0.9375rem;
  }
}

.p-guide-can .list {
  margin-bottom: 1.25rem;
  padding: 2.5rem 2.5rem 0;
}

.p-guide-can .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-guide-can .list ul li {
  padding: 0.9375rem;
  width: calc(33.3333333333% - 4px);
  background: #f7f7f7;
  margin-bottom: 0.25rem;
  position: relative;
  padding-bottom: 5.625rem;
}

@media (max-width: 768px) {
  .p-guide-can .list ul li {
    width: calc(50% - 4px);
  }
}

.p-guide-can .list ul li i {
  display: block;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
}

.p-guide-can .list ul li .ttl {
  line-height: 1.4;
  font-size: 1rem;
  font-weight: bold;
}

.p-guide-can .list ul li .btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 0.8125rem;
  line-height: 1.5;
  width: 90%;
}

.p-guide-can .attension {
  padding: 0 2.5rem 0;
}

.p-guide-can .attension p {
  font-size: 0.9375rem;
}

.p-guide-can .attension p a {
  color: inherit;
}

.p-guide-can .flow {
  margin-top: 1.25rem;
}

.p-guide-can .flow h2 {
  font-weight: bold;
  text-align: center;
  color: #55b392;
}

@media (max-width: 768px) {
  .p-guide-can .flow h2 {
    padding-bottom: 1.25rem;
  }
}

.p-guide-can .flow h2 span {
  position: relative;
  padding-bottom: 10px;
}

.p-guide-can .flow h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
  background: #dedede;
  height: 3px;
  width: 80px;
}

@media (max-width: 768px) {
  .p-guide-can .flow h2 span:before {
    width: 60px;
    bottom: -3.4rem;
  }
}

.p-guide-can .flow .list {
  margin-top: 2.5rem;
}

.p-guide-can .flow .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .p-guide-can .flow .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.p-guide-can .flow .list li {
  margin: 0 0.625rem;
  width: 25%;
}

@media (max-width: 768px) {
  .p-guide-can .flow .list li {
    width: 94%;
    padding-bottom: 90px;
  }
}

.p-guide-can .flow .list li .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: #55b392;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0.75rem;
  position: relative;
}

.p-guide-can .flow .list li .circle: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: 1024px) {
  .p-guide-can .flow .list li .circle:after {
    right: -4.375rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }
}

@media (max-width: 768px) {
  .p-guide-can .flow .list li .circle:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -9.875rem;
  }
}

.p-guide-can .flow .list li .circle .num {
  line-height: 1;
  width: 100%;
  font-size: 1.875rem;
}

.p-guide-can .flow .list li .circle .num_txt {
  padding-top: 0.3125rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.p-guide-can .flow .list li .txt {
  text-align: left;
  line-height: 1.6;
}

.p-guide-can .flow .list li:last-child .circle:after {
  display: none;
}

.p-guide-flow {
  margin-top: 2.5rem;
  background: #f7f7f7;
  padding: 2.5rem;
}

.p-guide-flow h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3.125rem;
}

.p-guide-flow h2 span {
  position: relative;
  padding-bottom: 10px;
}

.p-guide-flow h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -7px;
  background: #dedede;
  height: 3px;
  width: 80px;
}

@media (max-width: 768px) {
  .p-guide-flow h2 span:before {
    width: 60px;
    bottom: -3.4rem;
  }
}

.p-guide-flow-list li {
  background: #ffffff;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-guide-flow-list li .p-guide-flow-n {
  background: #55b392;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  width: 15.625rem;
  padding: 2.5rem 0;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-guide-flow-list li .p-guide-flow-n .num {
  font-size: 1.5625rem;
}

.p-guide-flow-list li .p-guide-flow-inner {
  padding: 2.5rem 2.5rem;
}

.p-guide-flow-list li .p-guide-flow-inner h3 {
  font-weight: bold;
  color: #55b392;
}

.p-guide-flow-list li:before {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  width: 3.75rem;
  height: 1.875rem;
  content: "";
  z-index: 4;
}

.p-guide-flow-list li:last-child:before {
  display: none;
}

.c-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 500px;
  gap: 15px;
}

@media (max-width: 768px) {
  .c-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    width: auto;
  }
}

@media (min-width: 1024px) {
  #lampchat-wrapper-close {
    right: 40px !important;
    bottom: 280px !important;
  }
}

.page-id-249 #lampchat-launcher {
  bottom: 170px !important;
}

@media (min-width: 1024px) {
  .page-id-249 #lampchat-wrapper-close {
    bottom: 400px !important;
  }
}

@media (max-width: 768px) {
  .page-id-249 #lampchat-wrapper-close {
    bottom: 15rem !important;
  }
}

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

.wp-pagenavi {
  margin: 60px auto 0;
  display: flex;
  gap: 12px;
}

.wp-pagenavi .page {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.wp-pagenavi .page:hover {
  background: #55b392;
}

.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 42px;
  height: 42px;
  background: #f2f2f2;
  border-radius: 50%;
  border: 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.wp-pagenavi a:hover {
  background: #55b392;
}

.wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 42px;
  height: 42px;
  border: 0;
  color: #fff;
  background: #55b392;
  border-radius: 100%;
}

.wp-pagenavi .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  line-height: 35px;
  border: 0;
  margin: auto 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #13c3ac;
}

.img_email {
  width: 240px;
  vertical-align: middle;
}

.contact_contents select {
  background: #f3f3f3 url(../img/arrow.svg) no-repeat right 10px center/8px auto !important;
}

@media (max-width: 768px) {
  .contact_contents select {
    background: #f3f3f3 url(../img/arrow.svg) no-repeat right 10px center/15px auto !important;
  }
}

.mw_wp_form_confirm .select_work {
  display: none;
}

.mw_wp_form_confirm .privacy {
  display: none;
}

/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.eng_catch,
.eng,
#top_strong .list ul li .num,
#qa_list .list .col dl dt i,
#qa_list .list .col dl dd i,
#service_content .in .in_inner .flow .list li .circle .num,
#partner_content .in .in_inner .flow .list li .circle .num,
.partner_flow .list li .circle .num,
.total_price .in span,
.total_price #uchiwake span,
.p-guide-can .flow .list li .circle .num {
  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);
  }
}

@-webkit-keyframes bounce22 {
  0% {
    background-size: 90%;
  }

  50% {
    background-size: 100%;
  }

  100% {
    background-size: 90%;
  }
}

@keyframes bounce22 {
  0% {
    background-size: 90%;
  }

  50% {
    background-size: 100%;
  }

  100% {
    background-size: 90%;
  }
}

.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 768px) {
  .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: 1024px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {

  .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: 768px) {
  .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: 768px) {
  .page_en_title .in_box::before {
    top: 0.65rem;
  }
}

@media (min-width: 1024px) {
  .page_en_title .in_box::before {
    top: 1.8125rem;
  }
}

.page_en_title .in_box::after {
  bottom: 0.75rem;
}

@media (max-width: 768px) {
  .page_en_title .in_box::after {
    bottom: 0.65rem;
  }
}

@media (min-width: 1024px) {
  .page_en_title .in_box::after {
    bottom: 1.8125rem;
  }
}

.page_en_title .in_box .bdr {
  width: 100%;
}

@media (min-width: 1024px) {
  .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: 768px) {
  .page_en_title .in_box .bdr::before {
    right: 0.15rem;
  }
}

.page_en_title .in_box .bdr::after {
  left: 0;
}

@media (max-width: 768px) {
  .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: 1024px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#topcontents {
  overflow: hidden;
}

#topcontents.subcontents {
  overflow: inherit;
}

.eng,
#top_strong .list ul li .num,
#qa_list .list .col dl dt i,
#qa_list .list .col dl dd i,
#service_content .in .in_inner .flow .list li .circle .num,
#partner_content .in .in_inner .flow .list li .circle .num,
.partner_flow .list li .circle .num,
.total_price .in span,
.total_price #uchiwake span,
.p-guide-can .flow .list li .circle .num {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

.red_txt {
  color: #ffffff;
  padding: 0rem 0.5rem;
  line-height: 1;
  background: #e9798c;
}

.yellow_txt {
  color: #ffffff;
  padding: 0rem 0.5rem;
  line-height: 1;
  background: #87d524;
}

@media (min-width: 1024px) {
  .side_right {
    padding-left: 15.625rem;
    padding-right: 2.5rem;
    width: 100vw;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .side_right {
    padding-left: 7.5rem;
  }
}

.top_main {
  overflow: hidden;
}

.top_main section .head .eng,
.top_main section .head #top_strong .list ul li .num,
#top_strong .list ul li .top_main section .head .num,
.top_main section .head #qa_list .list .col dl dt i,
#qa_list .list .col dl dt .top_main section .head i,
.top_main section .head #qa_list .list .col dl dd i,
#qa_list .list .col dl dd .top_main section .head i,
.top_main section .head #service_content .in .in_inner .flow .list li .circle .num,
#service_content .in .in_inner .flow .list li .circle .top_main section .head .num,
.top_main section .head #partner_content .in .in_inner .flow .list li .circle .num,
#partner_content .in .in_inner .flow .list li .circle .top_main section .head .num,
.top_main section .head .partner_flow .list li .circle .num,
.partner_flow .list li .circle .top_main section .head .num,
.top_main section .head .total_price .in span,
.total_price .in .top_main section .head span,
.top_main section .head .total_price #uchiwake span,
.total_price #uchiwake .top_main section .head span,
.top_main section .head .p-guide-can .flow .list li .circle .num,
.p-guide-can .flow .list li .circle .top_main section .head .num {
  line-height: 1;
  font-size: 3.125rem;
  margin-bottom: 0.875rem;
}

@media (max-width: 768px) {

  .top_main section .head .eng,
  .top_main section .head #top_strong .list ul li .num,
  #top_strong .list ul li .top_main section .head .num,
  .top_main section .head #qa_list .list .col dl dt i,
  #qa_list .list .col dl dt .top_main section .head i,
  .top_main section .head #qa_list .list .col dl dd i,
  #qa_list .list .col dl dd .top_main section .head i,
  .top_main section .head #service_content .in .in_inner .flow .list li .circle .num,
  #service_content .in .in_inner .flow .list li .circle .top_main section .head .num,
  .top_main section .head #partner_content .in .in_inner .flow .list li .circle .num,
  #partner_content .in .in_inner .flow .list li .circle .top_main section .head .num,
  .top_main section .head .partner_flow .list li .circle .num,
  .partner_flow .list li .circle .top_main section .head .num,
  .top_main section .head .total_price .in span,
  .total_price .in .top_main section .head span,
  .top_main section .head .total_price #uchiwake span,
  .total_price #uchiwake .top_main section .head span,
  .top_main section .head .p-guide-can .flow .list li .circle .num,
  .p-guide-can .flow .list li .circle .top_main section .head .num {
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
  }
}

.top_main section .head h2 {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .top_main section .head h2 {
    font-size: 0.75rem;
  }
}

#top_voice {
  background: #55b392;
  padding: 12px 0;
}

#top_voice ul li {
  width: 226px;
  background: url(../img/back_fukidashi.png) no-repeat;
  background-size: 100%;
  border-radius: 6px;
  margin-right: 20px;
  padding: 12px 20px 22px;
  font-size: 12px;
  line-height: 1.4;
}

#top_voice ul li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  text-align: right;
  font-size: 10px;
}

#top_voice ul li .ttl {
  height: 47px;
  display: inline-block;
  font-weight: bold;
}

.mainimg {
  background: #55b392;
}

@media (max-width: 768px) {
  .mainimg {
    padding-bottom: 0;
  }
}

.mainimg .l-inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .mainimg .l-inbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.mainimg .right {
  right: 0;
}

@media (min-width: 1024px) {
  .mainimg .right {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .mainimg .right {
    padding-top: 2.1875rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.mainimg .right .catch {
  text-align: right;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}

.mainimg .right .logo {
  margin-bottom: 0;
}

.mainimg .illust {
  width: 87.5rem;
  position: relative;
  bottom: 0;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .mainimg .illust {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.mainimg .illust .illust_01 {
  position: absolute;
  left: 0;
  top: 3.75rem;
  width: 8.125rem;
  -webkit-animation: floating 3s ease-in-out infinite;
  animation: floating 3s ease-in-out infinite;
}

.mainimg .illust .illust_02 {
  position: absolute;
  right: -1.25rem;
  bottom: 10rem;
  width: 8.125rem;
  -webkit-animation: floating 3s ease-in-out infinite;
  animation: floating 3s ease-in-out infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  /* Offset the animation timing for .illust_02 */
}

.mainimg.-v2 .illust {
  padding-top: 100px;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 83rem;
}

@media (max-width: 768px) {
  .mainimg.-v2 .illust {
    width: 100%;
    padding-top: 10px;
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#top_about {
  padding: 0 0 0rem;
  background: #f3fdfa;
}

#top_about .top_summary {
  background: #ffffff;
  padding: 4.375rem 0;
}

#top_about .top_summary .eng,
#top_about .top_summary #top_strong .list ul li .num,
#top_strong .list ul li #top_about .top_summary .num,
#top_about .top_summary #qa_list .list .col dl dt i,
#qa_list .list .col dl dt #top_about .top_summary i,
#top_about .top_summary #qa_list .list .col dl dd i,
#qa_list .list .col dl dd #top_about .top_summary i,
#top_about .top_summary #service_content .in .in_inner .flow .list li .circle .num,
#service_content .in .in_inner .flow .list li .circle #top_about .top_summary .num,
#top_about .top_summary #partner_content .in .in_inner .flow .list li .circle .num,
#partner_content .in .in_inner .flow .list li .circle #top_about .top_summary .num,
#top_about .top_summary .partner_flow .list li .circle .num,
.partner_flow .list li .circle #top_about .top_summary .num,
#top_about .top_summary .total_price .in span,
.total_price .in #top_about .top_summary span,
#top_about .top_summary .total_price #uchiwake span,
.total_price #uchiwake #top_about .top_summary span,
#top_about .top_summary .p-guide-can .flow .list li .circle .num,
.p-guide-can .flow .list li .circle #top_about .top_summary .num {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}

#top_about .h2wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.8125rem;
}

#top_about .h2wrap .wr {
  border: 1px solid #000000;
  padding: 0.375rem;
  display: inline-block;
  margin-top: -1px;
}

#top_about .h2wrap h2 {
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #top_about .h2wrap h2 {
    font-size: 1.25rem;
  }
}

#top_about .h2wrap.no-margin {
  margin-bottom: 0.625rem;
}

#top_about .txt p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #top_about .txt p {
    font-size: 1rem;
    text-align: left;
  }
}

#top_about .txtwrap {
  margin: 0 auto;
  width: 470px;
}

#top_about .txtwrap p {
  margin-bottom: 12px;
}

#top_about .txtwrap p:last-child {
  margin-bottom: 0;
}

#top_about .txtwrap .txt_head {
  margin-bottom: 1.25rem;
}

#top_about .animation_n {
  width: 500px;
  margin: 0 auto 30px;
}

#top_about .animation_n .anima1 {
  width: 50%;
  margin: 0 auto;
}

#top_works_example {
  padding: 0rem 0 2.5rem;
  background: #f3fdfa;
}

#top_works_example .l-inbox {
  text-align: center;
  width: 50%;
}

#top_works_example ul.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top_works_example ul.main li.col {
  width: calc(33.3333333333% - 130px);
  border-radius: 6px;
  background: #ffffff;
  margin: 0 40px 40px;
  padding: 50px 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  position: relative;
}

#top_works_example ul.main li.col:before {
  content: "";
  background: url(../img/sankaku.png);
  background-size: 10px;
  position: absolute;
  right: 9px;
  width: 9px;
  height: 10px;
  bottom: 6px;
  display: block;
}

#top_works_example ul.main li.col .before i {
  width: 60px;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  height: 70px;
  position: relative;
}

#top_works_example ul.main li.col .before i img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 60px;
  height: auto;
}

#top_works_example ul.main li.col .before .ttl {
  color: #4d4f50;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

#top_works_example ul.main .in {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  height: 100%;
  padding: 20px 20px;
  color: #ffffff;
  font-weight: bold;
}

#top_works_example ul.main .in ul {
  width: 100%;
}

#top_works_example ul.main .in ul li {
  line-height: 1.7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px;
  font-size: 13px;
}

#top_works_example ul.main .before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top_works_example ul.main li:hover .in {
  opacity: 1;
  visibility: visible;
}

#top_works_example ul.main li:hover .before {
  opacity: 0;
  visibility: hidden;
}

#top_service {
  background: #f3fdfa;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

#top_service ul li {
  margin-bottom: -6.5625rem;
}

#top_service ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  #top_service ul li a {
    display: block;
  }
}

#top_service ul li a:hover {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  #top_service ul li {
    margin-bottom: 0;
  }
}

#top_service ul li:last-child {
  margin-bottom: 0;
}

#top_service ul li figure {
  width: 37.5rem;
}

@media (max-width: 768px) {
  #top_service ul li figure {
    width: 100%;
  }
}

#top_service ul li figure img,
#top_service ul li figure video {
  width: 100%;
  height: auto;
}

#top_service ul li .in {
  background: #ffffff;
  width: 25rem;
  padding: 1.25rem 2.5rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  #top_service ul li .in {
    width: 100%;
    position: relative;
    margin-top: -2.1875rem;
  }
}

#top_service ul li .in .name {
  font-size: 1.375rem;
  color: #55b392;
  font-weight: bold;
}

@media (max-width: 768px) {
  #top_service ul li .in .name {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.9375rem;
  }
}

#top_service ul li .in .txt {
  font-size: 0.75rem;
}

#top_service ul li .in .txt p {
  font-size: 0.875rem;
  text-align: left;
  font-weight: 500;
}

#top_service ul li .in h2 {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #top_service ul li.translation .in {
    position: relative;
    left: -2.5rem;
  }

  #top_service ul li.creative .in {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    right: -7rem;
    z-index: 2;
  }

  #top_service ul li.creative figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    right: -3.75rem;
    top: 2.5rem;
  }
}

#top_service.-v2 ul li .name {
  margin-bottom: 20px;
}

#top_news_sub,
#top_blog {
  padding: 0 0 60px;
}

@media (max-width: 768px) {
  #top_news_sub {
    padding-bottom: 1.875rem;
  }

  #top_blog {
    padding-bottom: 0;
  }
}

#top_news_sub .s_head,
#top_blog .s_head {
  padding-top: 30px;
  position: relative;
}

@media (min-width: 1024px) {

  #top_news_sub .s_head,
  #top_blog .s_head {
    width: 1100px;
  }
}

#top_news_sub .s_head .btn,
#top_blog .s_head .btn {
  position: absolute;
  right: 4.125rem;
  top: 20px;
}

#top_news_sub .slick__images .slick__image2 .option {
  justify-content: flex-start;
  gap: 16px;
}

#top_news_sub .slick__images .slick__image2 .ttl {
  margin-bottom: 0;
}

#top_news {
  padding: 60px 0 0;
}

#top_news .btn {
  margin-top: 1.875rem;
}

#top_news .inner {
  margin: 0 auto;
  width: 89%;
  padding-left: 0rem;
  padding-right: 4rem;
}

@media (max-width: 768px) {
  #top_news .inner {
    width: 90%;
    padding-right: 0;
  }
}

#top_news .head {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}

#top_news .head .ttl {
  color: #444444;
  font-size: 24px;
  font-weight: bold;
}

#top_news .head .ttl span {
  position: relative;
  padding-bottom: 12px;
}

#top_news .head .ttl span:after {
  background: #dedede;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50px;
  height: 3px;
  content: "";
}

#top_news .inner .list {
  margin: 0 auto;
  border: 3px solid #f2f2f2;
  border-radius: 10px;
  padding: 1.25rem 2.5rem;
}

@media (min-width: 1024px) {
  #top_news .inner .list {
    width: 50rem;
  }
}

@media (max-width: 768px) {
  #top_news .inner .list {
    width: 100%;
  }
}

#top_news .inner .col {
  padding: 0.875rem 0;
  border-bottom: 1px solid #dedede;
}

#top_news .inner .col:last-child {
  border-bottom: 0;
}

#top_news .inner .col a {
  text-decoration: none;
}

#top_news .inner .col .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 2px;
}

#top_news .inner .col .option .cat {
  font-size: 0.75rem;
  color: #ffffff;
  background: #e8630a;
  line-height: 1.4;
  margin-right: 0.625rem;
  margin-bottom: 0;
  padding: 0.25rem 0.4375rem 0.125rem;
}

#top_news .inner .col .option .date {
  margin-bottom: 0;
  line-height: 1;
  padding: 0.25rem 0.125rem;
}

#top_news .lineup {
  position: relative;
}

#top_news .lineup-carousel div.col {
  margin-right: 24px;
}

#top_news .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

#top_news .slick-list {
  overflow: visible;
}

#top_news .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}

#top_news .slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top_news .slick-next {
  right: 0;
}

#top_news .slick-prev {
  left: -80px;
}

#top_news .slick-next:before,
#top_news .slick-prev:before {
  color: #000;
}

#top_news.-v2 {
  padding: 60px 0 60px;
}

#top_simulate {
  background: #f3fdfa;
  padding-bottom: 80px;
}

#top_simulate .head {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}

#top_simulate .head .ttl {
  color: #55b392;
  font-size: 24px;
  font-weight: bold;
}

#top_works {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}

@media (max-width: 768px) {
  #top_works {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

#top_works .s_head {
  padding-top: 30px;
  position: relative;
}

@media (min-width: 1024px) {
  #top_works .s_head {
    width: 1100px;
  }
}

#top_works .s_head .btn {
  position: absolute;
  right: 4.125rem;
  top: 20px;
}

#top_works .head {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}

#top_works .head .ttl {
  color: #444444;
  font-size: 24px;
  font-weight: bold;
}

#top_works .head .ttl span {
  position: relative;
  padding-bottom: 12px;
}

#top_works .head .ttl span:after {
  background: #dedede;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50px;
  height: 3px;
  content: "";
}

#top_works .list ul.list_main {
  margin: 0 auto 30px;
  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;
  row-gap: 30px;
}

@media (max-width: 768px) {
  #top_works .list ul.list_main {
    display: block;
  }
}

#top_works .list ul.list_main .sub_name {
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}

#top_works .list ul.list_main li.main {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  #top_works .list ul.list_main li.main {
    width: calc(33.3333333333% - 35px);
  }
}

@media (max-width: 768px) {
  #top_works .list ul.list_main li.main {
    margin-bottom: 1.875rem;
  }

  #top_works .list ul.list_main li.main:last-child {
    margin-bottom: 0;
  }
}

#top_works .list ul.list_main li.main a {
  text-decoration: none;
}

#top_works .list ul.list_main li.main figure {
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  right: 30px;
  top: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
}

#top_works .list ul.list_main li.main figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#top_works .list ul.list_main li.main:before {
  width: 100%;
  height: 6px;
  content: "";
  background: #57bb98;
  position: absolute;
  left: 0;
  top: 0;
}

#top_works .list ul.list_main li.main .cat {
  margin-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top_works .list ul.list_main li.main .cat li {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.8125rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

#top_works .list ul.list_main li.main .ttl {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  padding-top: 1.25rem;
  padding-right: 5rem;
  min-height: 90px;
}

#top_works .list ul.list_main li.main .ttl.-thumbnail {
  padding-right: 0;
}

#top_strong {
  background: #f3fdfa;
  padding-top: 45px;
  padding-bottom: 40px;
}

#top_strong .head {
  text-align: center;
  margin-bottom: 20px;
}

#top_strong .head .ttl {
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #top_strong .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#top_strong .list ul li {
  background: #ffffff;
  padding: 10px 35px 30px;
}

@media (min-width: 1024px) {
  #top_strong .list ul li {
    width: calc(33.3333333333% - 30px);
  }
}

@media (max-width: 768px) {
  #top_strong .list ul li {
    margin-bottom: 1.25rem;
  }

  #top_strong .list ul li:last-child {
    margin-bottom: 0;
  }
}

#top_strong .list ul li .num {
  text-align: center;
  color: #55b392;
  font-size: 45px;
}

#top_strong .list ul li .ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

#top_strong .list ul li figure {
  margin-top: 15px;
}

#top_strong.-v2 {
  background: #55b392;
  padding-top: 65px;
  padding-bottom: 60px;
  color: #ffffff;
}

#top_strong.-v2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  #top_strong.-v2 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#top_strong.-v2 .inner figure {
  margin-right: 40px;
  width: 32.5rem;
}

@media (max-width: 768px) {
  #top_strong.-v2 .inner figure {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 768px) {
  #top_strong.-v2 .inner .in {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

#top_strong.-v2 .inner .in h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

#top_strong.-v2 .inner .in .txt p {
  margin-bottom: 10px;
}

#top_strong.-v2 .list {
  color: inherit !important;
}

#top_strong.-v2 .list ul li .ttl {
  color: #444444 !important;
}

#top_strong.-v2 .list ul li .txt p {
  color: #444444 !important;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 600px;
  height: auto;
}

.simply-scroll-list li img {
  display: block;
  width: 100%;
}

.side_menu {
  position: fixed;
  right: 0;
  top: 9vw;
}

.side_menu li {
  margin-bottom: 0.75rem;
  width: 3.125rem;
}

.side_menu li img {
  width: 100%;
}

.works_n {
  margin: 2.1875rem auto 0;
}

.works_n .h2wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.8125rem;
}

.works_n .h2wrap .wr {
  border: 1px solid #000000;
  padding: 0.375rem;
  display: inline-block;
  margin-top: -1px;
}

.works_n .h2wrap h2 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .works_n .h2wrap h2 {
    font-size: 1.25rem;
  }
}

.works_n .h2wrap.no-margin {
  margin-bottom: 0.625rem;
}

.works_n.-v2 {
  background: #f3fdfa;
  margin: 0;
  padding: 2.5rem 0;
}

.works_n.-v2 .h2wrap {
  padding-bottom: 0.9375rem;
}

.works_n ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .works_n ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .works_n ul li ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.works_n ul li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 0.375rem 0 0.625rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.works_n ul li img {
  width: 100%;
  transition: transform 400ms ease-in-out;
}

.works_n ul li.creative_li {
  width: 38rem;
}

@media (max-width: 768px) {
  .works_n ul li.creative_li {
    width: 100%;
    margin-top: 2.8125rem;
  }
}

.works_n ul li.creative_li .label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

@media (min-width: 1024px) {
  .works_n ul li.creative_li .label {
    width: 37.5rem;
    background: #f1f1f1;
  }
}

@media (max-width: 768px) {
  .works_n ul li.creative_li .label {
    background: #f1f1f1;
  }
}

.works_n ul li.creative_li .label small {
  padding-left: 0.625rem;
}

.works_n ul li.creative_li ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.works_n ul li.creative_li ul li {
  width: 140px;
  text-align: center;
}

@media (max-width: 768px) {
  .works_n ul li.creative_li ul li {
    width: 100%;
  }
}

.works_n ul li.creative_li ul li a {
  text-decoration: none;
}

@media (min-width: 769px) {
  .works_n ul li.creative_li ul li a:hover img {
    transform: scale(1.05);
  }
}

.works_n ul li.creative_li ul li dd {
  font-size: 0.75rem;
  line-height: 1.2;
}

.works_n ul li.creative_li ul li dd small {
  display: block;
}

.works_n ul li.translation_li {
  width: 31.25rem;
}

@media (max-width: 768px) {
  .works_n ul li.translation_li {
    width: 100%;
  }
}

.works_n ul li.translation_li .label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

@media (min-width: 1024px) {
  .works_n ul li.translation_li .label {
    width: 28.125rem;
    background: #f1f1f1;
  }
}

@media (max-width: 768px) {
  .works_n ul li.translation_li .label {
    background: #f1f1f1;
  }
}

.works_n ul li.translation_li .label small {
  padding-left: 0.625rem;
}

.works_n ul li.translation_li ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.works_n ul li.translation_li ul li {
  width: 140px;
  text-align: center;
}

@media (max-width: 768px) {
  .works_n ul li.translation_li ul li {
    width: 100%;
  }
}

.works_n ul li.translation_li ul li a {
  text-decoration: none;
}

@media (min-width: 769px) {
  .works_n ul li.translation_li ul li a:hover img {
    transform: scale(1.05);
  }
}

.works_n ul li.translation_li ul li dd {
  font-size: 0.75rem;
  line-height: 1.2;
}

.works_n ul li.translation_li ul li dd small {
  display: block;
}

.works_n dl dt {
  position: relative;
}

/* --- slick --- */
.slick {
  padding: 0 0 0;
}

.slick__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}

.slick__container .s_head .ttl {
  font-weight: bold;
}

.slick__images {
  padding: 20px 0 20px 0;
}

@media (max-width: 768px) {
  .slick__images {
    padding: 0;
  }
}

.slick__images .slick__image {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.slick__images .slick__image .sub_name {
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}

@media (max-width: 768px) {
  .slick__images .slick__image {
    margin-bottom: 1.875rem;
  }

  .slick__images .slick__image:last-child {
    margin-bottom: 0;
  }
}

.slick__images .slick__image a {
  text-decoration: none;
}

.slick__images .slick__image figure {
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  right: 30px;
  top: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
}

.slick__images .slick__image figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slick__images .slick__image:before {
  width: 100%;
  height: 6px;
  content: "";
  background: #57bb98;
  position: absolute;
  left: 0;
  top: 0;
}

.slick__images .slick__image .cat {
  margin-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slick__images .slick__image .cat li {
  background: #55b392;
  border-radius: 100px;
  color: #ffffff;
  padding: 0.375rem 0.625rem;
  line-height: 1;
  font-size: 0.8125rem !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

.slick__images .slick__image .ttl {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  padding-top: 1.25rem;
  padding-right: 5rem;
  min-height: 90px;
}

.slick__images .slick__image2 {
  width: 25rem;
  margin-right: 30px;
}

.slick__images .slick__image2 a {
  text-decoration: none;
}

.slick__images .slick__image2 .ttl {
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}

@media (max-width: 768px) {
  .slick__images .slick__image2 {
    margin-bottom: 1.875rem;
  }

  .slick__images .slick__image2:last-child {
    margin-bottom: 0;
  }
}

.slick__images .slick__image2 a {
  text-decoration: none;
}

.slick__images .slick__image2 figure {
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: calc(99/70);
}

.slick__images .slick__image2 figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slick__images .slick__image2 .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.625rem;
}

.slick__images .slick__image2 .option .cat {
  color: #57bb98;
}

.slick__images .slick__image2 .ttl {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  padding-top: 1.25rem;
}

.slick__prev,
.slick__next {
  position: absolute;
  top: -50px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  background: #fff;
}

@media (max-width: 768px) {

  .slick__prev,
  .slick__next {
    top: -70px;
    right: 15px;
  }
}

.slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  right: calc(100vw - 100% + 245px);
}

@media (max-width: 768px) {
  .slick__prev {
    right: 80px;
  }
}

.slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  right: calc(100vw - 100% + 180px);
}

@media (max-width: 768px) {
  .slick__next {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .s_head {
    position: relative;
    top: -0.9375rem;
  }
}

.slick__prev:before,
.slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #18212b;
  border-right: 2px solid #18212b;
  opacity: 1;
  content: "";
}

.slick__prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
  transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

.slick__image {
  position: relative;
  width: 310px;
  margin-right: 30px;
}

.slick__image:before {
  display: block;
  content: "";
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}