@charset "UTF-8";
/*Theme Name: そばにLP*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "DIN Alternate";
  src: url("font/din-alternate-bold.ttf") format("truetype");
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #080c28;
  overflow-x: hidden;
  line-height: 1.6;
}

@media screen and (min-width: 1025px) {
  body {
    width: 82.291%;
  }
}

body .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

body .inner.wide {
  max-width: 1140px;
}

body .inner.narow {
  max-width: 940px;
}

body .imgleft,
body .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 1280px) {
  body .imgleft,
  body .imgright {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  body .imgleft,
  body .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .imgleft p:not(:last-child),
body .imgright p:not(:last-child) {
  margin-bottom: 30px;
}

body .imgright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  body .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .main_title {
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  body .main_title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 980px) {
  body .main_title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  body .main_title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

body .main_title.center {
  text-align: center;
}

body .main_title.mdl {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  body .main_title.mdl {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 980px) {
  body .main_title.mdl {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  body .main_title.mdl {
    font-size: 1rem;
  }
}

body .main_title.mini {
  font-size: 1.5rem;
}

@media screen and (max-width: 1280px) {
  body .main_title.mini {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  body .main_title.mini {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  body .main_title.mini {
    font-size: 1rem;
  }
}

body .main_title.white {
  color: #fff;
}

body .main_title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fbff00));
  background: linear-gradient(transparent 70%, #fbff00 70%);
}

body .main_title span em {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  body .main_title span em {
    font-size: 1.8rem;
  }
}

body .en_title {
  margin-bottom: 80px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 2.25rem;
}

@media screen and (max-width: 1280px) {
  body .en_title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 980px) {
  body .en_title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  body .en_title {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

body .en_title div {
  position: relative;
  display: inline-block;
}

body .en_title div:after {
  position: absolute;
  content: "";
  background: url("../images/titile_deco.svg") no-repeat;
  background-size: 100%;
  width: 48px;
  height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
}

@media screen and (max-width: 768px) {
  body .en_title div:after {
    width: 20px;
    height: 16px;
    left: -30px;
  }
}

body .en_title div em {
  font-size: 4rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  body .en_title div em {
    font-size: 2.6rem;
  }
}

body .en_title.center {
  text-align: center;
}

body .en_title.left {
  position: relative;
  left: 60px;
}

body .en_title.left span {
  position: relative;
  left: -60px;
}

body .en_title.white span {
  color: rgba(255, 255, 255, 0.04);
}

body .en_title.white div {
  color: #fff;
}

body .en_title.big {
  font-size: 2.5rem;
}

@media screen and (max-width: 1280px) {
  body .en_title.big {
    font-size: 2rem;
  }
}

@media screen and (max-width: 980px) {
  body .en_title.big {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  body .en_title.big {
    font-size: 1.4rem;
  }
}

body .en_title span {
  font-family: "DIN Alternate", sans-serif;
  font-size: 12rem;
  line-height: 0.3;
  display: block;
  color: #f5f5f5;
}

@media screen and (max-width: 1280px) {
  body .en_title span {
    font-size: 8rem;
  }
}

@media screen and (max-width: 768px) {
  body .en_title span {
    font-size: 5rem;
  }
}

body .btn {
  min-width: 200px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 100px;
  text-align: center;
}

body .btn.white {
  border: 1px solid #080c28;
  background: #fff;
  color: #080c28;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  body .btn.white:hover {
    color: #fff;
    background: #080c28;
  }
}

body .btn.din {
  font-family: "DIN Alternate", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
}

body .btn img {
  width: 20px;
}

body .red_btn {
  display: block;
  position: relative;
  -webkit-animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
          animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
}

@-webkit-keyframes anime_cvbtn01 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime_cvbtn01 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

body .red_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  min-width: 220px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa6a72), to(#cf020d));
  background: linear-gradient(180deg, #fa6a72 0%, #cf020d 100%);
}

@media screen and (min-width: 769px) {
  body .red_btn span:hover {
    background: #cf020d;
  }
}

body .red_btn span:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background: #fff;
  -webkit-animation: btn_animation 3s ease-in-out infinite;
          animation: btn_animation 3s ease-in-out infinite;
}

body .red_btn div {
  position: absolute;
  top: -12px;
  left: 5px;
  z-index: 1;
  line-height: 0.9;
  padding-top: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  background: #fff;
  border: 1px solid #cf020d;
}

body .red_btn div:before {
  content: "";
  position: absolute;
  top: 51%;
  right: -11px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

body .red_btn div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  border: 5px solid transparent;
  border-left: 8px solid #cf020d;
  z-index: 1;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

body .red_btn div em {
  font-weight: bold;
  font-size: 1.5rem;
}

body .red_btn.arrow:after {
  position: absolute;
  content: "";
  background: url("../images/btn_arrow.svg") no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 12px;
  height: 12px;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

body .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  body .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

body .btnarea li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  body .btnarea li {
    width: 100%;
  }
}

body .leaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
  gap: 0 20px;
}

@media screen and (max-width: 768px) {
  body .leaf {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

body .leaf li {
  position: relative;
  text-align: center;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1280px) {
  body .leaf li {
    width: 30%;
  }
}

@media screen and (max-width: 980px) {
  body .leaf li {
    width: 28%;
  }
}

@media screen and (max-width: 768px) {
  body .leaf li {
    width: 48%;
  }
}

body .leaf li div {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body .leaf li div {
    line-height: 1.2;
  }
}

body .leaf li div:after {
  position: absolute;
  content: "";
  background: url("../images/icon_crown.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 24px;
  height: 18px;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body .leaf li div:after {
    width: 15px;
    height: 10px;
    top: -10px;
  }
}

body .leaf p {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media screen and (max-width: 1280px) {
  body .leaf p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  body .leaf p {
    font-size: 0.6rem;
  }
}

body .leaf p.mini {
  font-size: 0.75rem;
}

body .leaf strong {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (max-width: 1280px) {
  body .leaf strong {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  body .leaf strong {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  body .leaf strong {
    font-size: 0.8rem;
  }
}

body .leaf strong.big {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  body .leaf strong.big {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  body .leaf strong.big {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  body .leaf strong.big {
    font-size: 1.2rem;
  }
}

body .leaf strong.big em {
  font-family: "DIN Alternate", sans-serif;
}

body .leaf strong.mdl {
  font-size: 1.5rem;
}

@media screen and (max-width: 1280px) {
  body .leaf strong.mdl {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  body .leaf strong.mdl {
    font-size: 1rem;
  }
}

body .leaf strong.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body .leaf strong span {
  font-size: 1rem;
  line-height: 1.2;
}

body .leaf strong span em {
  font-size: 1.25rem;
}

@media screen and (max-width: 1280px) {
  body .leaf strong span em {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  body .leaf strong span em {
    font-size: 0.8rem;
  }
}

body .leaf strong span.thin {
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  body .leaf strong span.thin {
    font-size: 0.6rem;
  }
}

body .leaf strong span.big {
  font-family: "DIN Alternate", sans-serif;
  font-size: 3.75rem;
  letter-spacing: -2px;
  line-height: 0.8;
}

@media screen and (max-width: 1280px) {
  body .leaf strong span.big {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 980px) {
  body .leaf strong span.big {
    font-size: 1.8rem;
  }
}

body .fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}

body .fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 769px) {
  body .pconly {
    display: block;
  }
  body .mdonly {
    display: none;
  }
  body .smonly {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  body .mdonly {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body .pconly {
    display: none;
  }
  body .smonly {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

@media screen and (min-width: 1025px) {
  header {
    width: 82.291%;
  }
}

@media screen and (max-width: 1024px) {
  header {
    width: 100%;
  }
}

header .h_blc {
  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;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  header .h_blc {
    padding: 10px;
    min-height: 60px;
  }
}

@media screen and (max-width: 980px) {
  header .h_blc > .red_btn.mdonly {
    margin-right: 60px;
  }
  header .h_blc > .red_btn.mdonly span {
    max-width: 160px;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 980px) and (max-width: 768px) {
  header .h_blc > .red_btn.mdonly span {
    min-width: 160px;
    padding: 10px 25px 10px 10px;
    font-size: 0.7rem;
  }
}

header .logo a {
  display: block;
}

@media screen and (max-width: 768px) {
  header .logo a {
    max-width: 75px;
  }
}

@media screen and (min-width: 981px) {
  header #menu-btn-check,
  header .menu-btn {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  header .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
}

@media screen and (max-width: 980px) and (max-width: 768px) {
  header .menu-btn {
    top: 10px;
  }
}

@media screen and (max-width: 980px) {
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 10px;
    background: #080c28;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 5px;
    background: #080c28;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.46%, #383b51), to(#1e2633));
    background: linear-gradient(180deg, #383b51 4.46%, #1e2633 100%);
    position: fixed;
    top: 80px;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 20px 40px;
    overflow: scroll;
    z-index: 99;
  }
}

@media screen and (max-width: 980px) and (max-width: 768px) {
  header .menu-content {
    top: 60px;
  }
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

header nav .red_btn {
  min-width: 240px;
}

header nav .red_btn:after {
  right: 15px;
}

header nav .red_btn span {
  padding: 10px 35px 10px 10px;
}

@media screen and (max-width: 980px) {
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  header nav .red_btn {
    min-width: 320px;
  }
  header nav .red_btn span {
    padding: 10px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    border: none;
  }
  header nav .red_btn div.pconly {
    display: none;
  }
  header nav .red_btn .deco {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 2;
  }
  header nav .red_btn .txt {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 200px;
  }
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1250px) {
  header .nav {
    gap: 10px;
  }
}

@media screen and (max-width: 980px) {
  header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

header .nav a {
  display: block;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 769px) {
  header .nav a:hover {
    color: #cf020d;
  }
}

@media screen and (max-width: 1250px) {
  header .nav a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 980px) {
  header .nav a {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  header .nav a {
    font-size: 0.875rem;
  }
}

main .fv {
  position: relative;
  background: url("../images/fv_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}

@media screen and (max-width: 980px) {
  main .fv {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  main .fv {
    overflow-x: hidden;
    background: url("../images/fv_bg_sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
}

main .fv .copy {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 40px;
  color: #fff;
  font-weight: 500;
  width: 90%;
}

@media screen and (max-width: 1280px) {
  main .fv .copy {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  main .fv .copy {
    left: 0;
    right: 0;
    margin: auto;
    top: 90%;
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
    max-width: 400px;
  }
}

main .fv .copy .fv_figure {
  position: absolute;
  top: -10%;
  right: -10px;
  max-width: 500px;
  width: 32%;
}

@media screen and (max-width: 1280px) {
  main .fv .copy .fv_figure {
    width: 25%;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  main .fv .copy .fv_figure {
    max-width: 280px;
    width: 75%;
    top: -280px;
    right: -15px;
  }
}

main .fv .copy .fv_txt {
  position: relative;
  max-width: 1066px;
  width: 100%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  main .fv .copy .fv_txt {
    margin: 0 auto 30px;
  }
}

main .fv .copy .fv_txt .arrow {
  position: absolute;
  top: 0;
  right: 460px;
}

@media screen and (max-width: 980px) {
  main .fv .copy .fv_txt .arrow {
    right: 50%;
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  main .fv .copy .fv_txt .arrow {
    right: 0;
    width: 40%;
  }
}

main .fv .copy .fv_txt p {
  font-size: 3.4rem;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media screen and (max-width: 980px) {
  main .fv .copy .fv_txt p {
    font-size: 2rem;
  }
}

main .fv .copy .fv_txt p.big {
  font-size: 5.5rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
  main .fv .copy .fv_txt p.big {
    font-size: 3.5rem;
  }
}

main .fv .copy .fv_txt span {
  font-size: 5rem;
}

@media screen and (max-width: 980px) {
  main .fv .copy .fv_txt span {
    font-size: 3rem;
  }
}

main .fv .copy .fv_txt span.grade {
  font-size: 5.5rem;
}

@media screen and (max-width: 980px) {
  main .fv .copy .fv_txt span.grade {
    font-size: 3.5rem;
  }
}

main .fv .copy .fv_txt strong {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  main .fv .copy .fv_txt strong {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  main .fv .copy .fv_txt strong {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

main .fv .copy .fv_txt strong div {
  position: absolute;
  top: -30px;
  left: 0;
  background: #cf020d;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  color: #fff;
  border-radius: 40px;
  min-width: 280px;
}

main .fv .copy .fv_txt strong div:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  right: 25px;
  left: 0;
  margin: auto;
  top: 16px;
  border-left: 8px solid transparent;
  border-top: 8px solid #cf020d;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

main .fv .copy .fv_txt strong div:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 36px;
  left: 0;
  margin: auto;
  top: 18px;
  border-left: 8px solid transparent;
  border-top: 8px solid #080c28;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 768px) {
  main .fv .copy .leaf {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

main .fv .copy .grade {
  background: linear-gradient(184deg, #fffbf3 0%, #f6e299 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

main .amazon {
  position: relative;
  top: -80px;
  left: 0;
  border-radius: 0 16px 16px 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  max-width: 820px;
  width: 69%;
  padding: 10px 20px;
}

@media screen and (max-width: 1280px) {
  main .amazon {
    width: 80%;
  }
}

@media screen and (max-width: 980px) {
  main .amazon {
    width: 85%;
    top: -80px;
  }
}

@media screen and (max-width: 768px) {
  main .amazon {
    position: inherit;
    width: 100%;
    border-radius: 0;
    padding: 10px;
  }
}

main .amazon .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  main .amazon .blc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .amazon h2 {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(195, 153, 73, 0)), color-stop(15.28%, #c39949), color-stop(45.19%, #b68839), color-stop(87.31%, #c39949), to(rgba(195, 153, 73, 0)));
  background: linear-gradient(90deg, rgba(195, 153, 73, 0) 0%, #c39949 15.28%, #b68839 45.19%, #c39949 87.31%, rgba(195, 153, 73, 0) 100%);
}

@media screen and (max-width: 768px) {
  main .amazon h2 {
    font-size: 0.875rem;
  }
}

main .amazon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}

main .amazon p {
  max-width: 160px;
  color: #8c8c8c;
  font-size: 0.7rem;
  line-height: 1.2;
}

@media screen and (max-width: 980px) {
  main .amazon p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main .amazon p {
    max-width: 100%;
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #partner {
    padding-top: 80px;
  }
}

main #partner .main_title div {
  display: inline-block;
  position: relative;
}

main #partner .main_title div:before {
  position: absolute;
  content: "";
  background: url("../images/left_title.svg") no-repeat;
  background-size: 100%;
  bottom: -10px;
  left: -50px;
  width: 35px;
  height: 42px;
}

@media screen and (max-width: 768px) {
  main #partner .main_title div:before {
    bottom: 0;
  }
}

main #partner .main_title div:after {
  position: absolute;
  content: "";
  background: url("../images/right_title.svg") no-repeat;
  background-size: 100%;
  bottom: -10px;
  right: -40px;
  width: 35px;
  height: 42px;
}

@media screen and (max-width: 768px) {
  main #partner .main_title div:after {
    bottom: 0;
    right: -50px;
  }
}

main #partner .wrap {
  width: 100%;
  overflow: hidden;
}

main #partner .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll_left 50s linear infinite;
          animation: scroll_left 50s linear infinite;
}

main #partner .wrap ul li {
  width: 650px;
}

@media screen and (max-width: 768px) {
  main #partner .wrap ul {
    gap: 20px;
  }
  main #partner .wrap ul li {
    width: 380px;
  }
}

main #partner .wrap ul img {
  width: 100%;
}

@-webkit-keyframes scroll_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

main #worry {
  background: url("../images/bg_worry.svg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  padding: 160px 20px 200px;
}

@media screen and (max-width: 768px) {
  main #worry {
    padding: 80px 20px;
    height: 620px;
  }
}

main #worry .main_title div {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  width: 440px;
  margin: 0 auto 10px;
  padding: 5px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 12, 40, 0)), color-stop(15.28%, #080c28), color-stop(87.31%, #080c28), to(rgba(8, 12, 40, 0)));
  background: linear-gradient(90deg, rgba(8, 12, 40, 0) 0%, #080c28 15.28%, #080c28 87.31%, rgba(8, 12, 40, 0) 100%);
}

@media screen and (max-width: 768px) {
  main #worry .main_title div {
    width: 100%;
    font-size: 1rem;
    margin: 0 auto 20px;
  }
}

main #worry ul {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main #worry ul {
    max-width: 260px;
  }
}

main #worry ul li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  main #worry ul li {
    font-size: 1rem;
  }
}

main #worry ul li:not(:last-child) {
  margin-bottom: 10px;
}

main #worry ul li:after {
  position: absolute;
  content: "";
  background: url("../images/icon_check.svg") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}

@media screen and (max-width: 768px) {
  main #worry ul li:after {
    width: 16px;
    height: 15px;
    top: 25%;
    left: -5px;
  }
}

main #worry ul li span {
  border-bottom: 1.5px dashed #cf020d;
}

main #solve {
  background: url("../images/bg_solve.svg") no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -3vw;
  position: relative;
  padding: 100px 0 160px;
}

@media screen and (max-width: 768px) {
  main #solve {
    overflow-x: clip;
    padding: 0 0 80px;
  }
}

main #solve .title {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  main #solve .title {
    top: -50px;
  }
}

main #solve .title img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  main #solve .title img.smonly {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main #solve .title img.pconly {
    display: none;
  }
}

main #solve .title .deco01 {
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  main #solve .title .deco01 {
    margin-top: -30px;
    max-width: 220px;
  }
}

main #solve .txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

main #solve .txt p {
  font-size: 10rem;
  font-family: "DIN Alternate", sans-serif;
  color: rgba(255, 255, 255, 0.04);
  line-height: 0.8;
  display: inline-block;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

main #solve .box {
  background: url("../images/bg_solve_box.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 60px 0 80px;
  position: relative;
  z-index: 30;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  main #solve .box {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

main #solve .box:after {
  position: absolute;
  content: "";
  background: url("../images/solve_arrow.svg") no-repeat;
  background-size: 100%;
  width: 194px;
  height: 85px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  main #solve .box:after {
    width: 100px;
    height: -40px;
    bottom: -70px;
  }
}

main #solve .box .main_title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main #solve .box .main_title {
    margin-bottom: 20px;
  }
}

main #solve .box .leaf {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf {
    gap: 10px;
    max-width: 450px;
  }
}

main #solve .box .leaf li:nth-last-child(-n + 2) {
  width: 36%;
  max-width: 340px;
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf li {
    width: 30%;
  }
}

main #solve .box .leaf li:before, main #solve .box .leaf li:after {
  max-width: 25px;
  height: 65px;
}

main #solve .box .leaf li.mdl {
  max-width: 290px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf li.mdl {
    max-width: 150px;
  }
}

main #solve .box .leaf li.wide {
  max-width: 380px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf li.wide {
    max-width: 160px;
  }
}

main #solve .box .leaf .grade {
  background: linear-gradient(98deg, #080c28 20%, #363b5f 50%, #484d74 60%, #080c28 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf .grade {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf p {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf strong.big {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf strong.big.mdl {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf strong.big span em {
    font-size: 0.6rem;
  }
}

main #solve .box .leaf span.mdl {
  font-size: 2.5rem;
}

@media screen and (max-width: 1280px) {
  main #solve .box .leaf span.mdl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf span.mdl {
    font-size: 1rem;
  }
}

main #solve .box .leaf .tl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

main #solve .box .leaf .fw600 {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf .fw600 {
    font-size: 0.8rem;
  }
}

main #solve .box .leaf .fw900 {
  font-weight: 900;
  text-align: left;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  main #solve .box .leaf .fw900 {
    font-size: 0.6rem;
  }
}

main #solve h3 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 80px;
}

@media screen and (max-width: 980px) {
  main #solve h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve h3 {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

main #solve h3 div {
  position: relative;
  display: inline-block;
}

main #solve h3 div:before {
  position: absolute;
  content: "";
  background: url("../images/left_title_gold.svg") no-repeat;
  background-size: 100%;
  width: 76px;
  height: 92px;
  bottom: 0;
  left: -100px;
}

@media screen and (max-width: 768px) {
  main #solve h3 div:before {
    width: 30px;
    height: 35px;
    left: -25px;
  }
}

main #solve h3 div:after {
  position: absolute;
  content: "";
  background: url("../images/right_title_gold.svg") no-repeat;
  background-size: 100%;
  width: 76px;
  height: 92px;
  bottom: 0;
  right: -100px;
}

@media screen and (max-width: 768px) {
  main #solve h3 div:after {
    width: 30px;
    height: 35px;
    right: -25px;
  }
}

main #solve h3 div span {
  position: relative;
  display: block;
  font-size: 3.5rem;
  background: linear-gradient(66deg, #a57123 0%, #d5b161 16%, #edd17f 25%, #e8cb79 26%, #cba454 33%, #b68839 40%, #a97728 45%, #a57123 50%, #a87527 54%, #b28234 59%, #c39949 64%, #dab867 69%, #edd17f 72%, #edd17f 84%, #a57123 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 980px) {
  main #solve h3 div span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  main #solve h3 div span {
    font-size: 1.6rem;
  }
}

main #solve h3 div span em {
  font-weight: 400;
}

main #solve .imgright {
  max-width: 1060px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #solve .imgright img {
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main #solve .imgright img {
    max-width: 200px;
  }
  main #solve .imgright p {
    font-size: 14px;
  }
}

main #solve .imgright span {
  color: #fbff00;
}

main #strengths {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82.96%, #fff), to(#fafafa));
  background: linear-gradient(180deg, #fff 82.96%, #fafafa 100%);
  background-size: cover;
  padding: 140px 0 0;
}

@media screen and (max-width: 768px) {
  main #strengths {
    padding: 80px 0 0;
  }
}

main #strengths .imgleft {
  margin-bottom: 80px;
}

main #strengths .imgleft img {
  max-width: 440px;
}

@media screen and (max-width: 768px) {
  main #strengths .imgleft {
    margin-bottom: 40px;
  }
  main #strengths .imgleft img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  main #strengths .imgleft p {
    font-size: 0.875rem;
  }
}

main #strengths .imgleft p span {
  color: #cf020d;
  font-weight: 500;
}

main #strengths .wrap {
  width: 100%;
  overflow: hidden;
}

main #strengths .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll_left 50s linear infinite;
          animation: scroll_left 50s linear infinite;
}

main #strengths .wrap ul img {
  width: 100%;
}

@keyframes scroll_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

main #reason {
  background: url("../images/bg_reason.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px 20px;
}

@media screen and (max-width: 768px) {
  main #reason {
    padding: 80px 0;
  }
}

main #reason li:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  main #reason li:not(:last-child) {
    margin-bottom: 40px;
  }
}

main #reason li img {
  border-radius: 10px;
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  main #reason li img {
    margin: 0 auto;
    max-width: 100%;
  }
}

main #reason li .main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  main #reason li .main_title {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  main #reason li .main_title {
    margin-bottom: 10px;
  }
}

main #reason li .numb {
  font-family: "DIN Alternate", sans-serif;
  font-weight: bold;
  color: #cf020d;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  main #reason li .numb {
    font-size: 1rem;
  }
}

main #reason li .numb em {
  display: block;
  font-size: 4.5rem;
}

@media screen and (max-width: 1200px) {
  main #reason li .numb em {
    font-size: 3.5rem;
  }
}

main #reason li p {
  font-weight: 500;
}

main #reason li p span {
  font-weight: bold;
}

main #cta_primary {
  background: url("../images/bg_cta_primary.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  main #cta_primary {
    padding: 260px 0 40px;
  }
}

main #cta_primary:before {
  position: absolute;
  content: "";
  background: url("../images/cta_deco01.svg") no-repeat;
  left: 0;
  top: -30px;
  width: 160px;
  height: 160px;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  main #cta_primary:before {
    width: 120px;
    height: 120px;
    top: 0;
  }
}

main #cta_primary:after {
  position: absolute;
  content: "";
  background: url("../images/cta_deco02.svg") no-repeat;
  right: -60px;
  bottom: 20px;
  width: 160px;
  height: 160px;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  main #cta_primary:after {
    width: 120px;
    height: 120px;
    bottom: 0;
    right: -20px;
  }
}

main #cta_primary .deco01 {
  position: absolute;
  top: -150px;
  right: -80px;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  main #cta_primary .deco01 {
    width: 30%;
    top: -80px;
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_primary .deco01 {
    max-width: 340px;
    width: 100%;
    top: -80px;
    right: -50px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_primary .inner {
    max-width: 400px;
  }
}

main #cta_primary .balloon {
  position: relative;
  background: #080c28;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  max-width: 360px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main #cta_primary .balloon {
    max-width: 260px;
  }
}

main #cta_primary .balloon:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  right: 25px;
  left: 0;
  margin: auto;
  top: 22px;
  border-left: 8px solid transparent;
  border-top: 8px solid #080c28;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

main #cta_primary .balloon:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 34px;
  left: 0;
  margin: auto;
  top: 24px;
  border-left: 8px solid transparent;
  border-top: 8px solid #be2d31;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

main #cta_primary h2 {
  color: #fff;
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main #cta_primary h2 {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}

main #cta_primary h2 em {
  position: relative;
}

main #cta_primary h2 em:after {
  position: absolute;
  content: "";
  background: url("../images/cta_primary_line.svg") no-repeat;
  background-size: 100%;
  left: 0;
  bottom: -5px;
  width: 178px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  main #cta_primary h2 em:after {
    width: 130px;
    height: 6px;
  }
}

main #cta_primary h2 span {
  color: #fbff00;
}

main #cta_primary .btnarea {
  max-width: 83%;
}

@media screen and (max-width: 1280px) {
  main #cta_primary .btnarea {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  main #cta_primary .btnarea {
    max-width: 100%;
  }
}

main #cta_primary .btnarea .btn img {
  width: 33px;
}

main #cta_primary .btnarea .red_btn div {
  top: -25px;
  width: 80px;
  height: 80px;
  font-size: 1.125rem;
  line-height: 1.1;
}

@media screen and (max-width: 980px) {
  main #cta_primary .btnarea .red_btn div {
    top: -50px;
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_primary .btnarea .red_btn div {
    top: -30px;
    left: -10px;
  }
}

main #cta_primary .btnarea .red_btn div em {
  font-size: 2.5rem;
}

main #cta_primary .btnarea .red_btn span {
  padding: 8px 35px 10px;
  font-size: 1.625rem;
}

@media screen and (max-width: 1280px) {
  main #cta_primary .btnarea .red_btn span {
    font-size: 1.4rem;
  }
}

main .bg_works {
  background: url("../images/bg_works.svg") no-repeat;
  background-size: cover;
  background-position: top;
}

main #case {
  padding: 60px 0 0;
}

@media screen and (max-width: 980px) {
  main #case {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #case {
    padding: 80px 0 0;
    overflow-x: hidden;
  }
}

main #case .en_title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  main #case .en_title {
    margin-bottom: 20px;
  }
}

main #case .swiper {
  position: relative;
  overflow: hidden;
}

main #case .swiper-wrapper {
  padding: 45px 0 10px;
}

main #case .swiper-wrapper .swiper-slide {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 35px 25px 25px;
  position: relative;
}

main #case .swiper-wrapper .swiper-slide h3 {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  color: #fff;
  text-align: center;
  background: #cf020d;
  font-weight: 500;
  font-size: 1.25rem;
  border-radius: 100px;
  padding: 5px;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide h3 {
    font-size: 1rem;
    width: 98%;
  }
}

@media screen and (max-width: 768px) {
  main #case .swiper-wrapper .swiper-slide h3 {
    width: 100%;
    font-size: 0.9rem;
  }
}

main #case .swiper-wrapper .swiper-slide h3:after {
  position: absolute;
  content: "";
  border: 1px solid #cf020d;
  border-radius: 100px;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide h3:after {
    height: 30px;
  }
}

main #case .swiper-wrapper .swiper-slide h3 div {
  margin-top: -10px;
}

main #case .swiper-wrapper .swiper-slide h3 span {
  text-shadow: #cf020d 2px 0px 2px, #cf020d -2px 0px 2px, #cf020d 0px -2px 2px, #cf020d -2px 0px 2px, #cf020d 2px 2px 2px, #cf020d -2px 2px 2px, #cf020d 2px -2px 2px, #cf020d -2px -2px 2px, #cf020d 1px 2px 2px, #cf020d -1px 2px 2px, #cf020d 1px -2px 2px, #cf020d -1px -2px 2px, #cf020d 2px 1px 2px, #cf020d -2px 1px 2px, #cf020d 2px -1px 2px, #cf020d -2px -1px 2px, #cf020d 1px 1px 2px, #cf020d -1px 1px 2px, #cf020d 1px -1px 2px, #cf020d -1px -1px 2px;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide h3 span {
    font-size: 1.6rem;
  }
}

main #case .swiper-wrapper .swiper-slide > p {
  display: inline-block;
  font-size: 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e9e9e9));
  background: linear-gradient(transparent 60%, #e9e9e9 60%);
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide > p {
    margin-bottom: 10px;
  }
}

main #case .swiper-wrapper .swiper-slide .imgright {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0 auto 20px;
}

@media screen and (min-width: 2000px) {
  main #case .swiper-wrapper .swiper-slide .imgright {
    max-width: 90%;
  }
}

@media screen and (max-width: 1799px) {
  main #case .swiper-wrapper .swiper-slide .imgright {
    max-width: 460px;
  }
}

@media screen and (max-width: 1500px) {
  main #case .swiper-wrapper .swiper-slide .imgright {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  main #case .swiper-wrapper .swiper-slide .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide .imgright > img {
    max-width: 130px;
  }
}

main #case .swiper-wrapper .swiper-slide .imgright > div img {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide .imgright > div img {
    max-width: 100px;
  }
}

main #case .swiper-wrapper .swiper-slide .imgright > div h4 {
  color: #080c28;
  font-size: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide .imgright > div h4 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #case .swiper-wrapper .swiper-slide .imgright > div h4 {
    font-size: 0.6rem;
  }
}

main #case .swiper-wrapper .swiper-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #case .swiper-wrapper .swiper-slide ul li {
  position: relative;
  border-radius: 20px;
  padding: 10px 10px 20px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) inset;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide ul li {
    width: 100%;
  }
}

main #case .swiper-wrapper .swiper-slide ul li:first-child {
  width: 40%;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide ul li:first-child {
    width: 100%;
  }
}

main #case .swiper-wrapper .swiper-slide ul li:first-child:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #080c28;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  border-radius: 2px;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide ul li:first-child:after {
    border-top: 15px solid #080c28;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: auto;
    bottom: -60px;
    right: 45%;
  }
}

main #case .swiper-wrapper .swiper-slide ul li:first-child > span {
  background: #080c28;
  margin-bottom: 15px;
}

main #case .swiper-wrapper .swiper-slide ul li:last-child {
  width: 60%;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide ul li:last-child {
    width: 100%;
  }
}

main #case .swiper-wrapper .swiper-slide ul li:last-child > span {
  background: #cf020d;
  margin-bottom: 10px;
}

main #case .swiper-wrapper .swiper-slide ul li > span {
  display: block;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}

main #case .swiper-wrapper .swiper-slide ul li p {
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide ul li p {
    font-size: 0.8rem;
  }
}

main #case .swiper-wrapper .swiper-slide ul li p span {
  color: #cf020d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbff00));
  background: linear-gradient(transparent 60%, #fbff00 60%);
}

main #case .swiper-wrapper .swiper-slide ul li p em {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  main #case .swiper-wrapper .swiper-slide ul li p em {
    font-size: 1.2rem;
  }
}

main #case .swiper-button-next,
main #case .swiper-button-prev {
  background: #cf020d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

main #case .swiper-button-next:after,
main #case .swiper-button-prev:after {
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  font-size: 1rem;
}

main #case .swiper-button-next:hover,
main #case .swiper-button-prev:hover {
  background: #080c28;
}

main #case .swiper-button-prev {
  left: 24%;
}

@media screen and (min-width: 1800px) {
  main #case .swiper-button-prev {
    left: 32%;
  }
}

@media screen and (max-width: 768px) {
  main #case .swiper-button-prev {
    left: 2%;
  }
}

main #case .swiper-button-prev:after {
  content: "\f053";
}

main #case .swiper-button-next {
  right: 25%;
}

@media screen and (min-width: 1800px) {
  main #case .swiper-button-next {
    right: 32%;
  }
}

@media screen and (max-width: 768px) {
  main #case .swiper-button-next {
    right: 2%;
  }
}

main #case .swiper-button-next:after {
  content: "\f054";
}

main #case .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  main #case .swiper-pagination {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #case .swiper-pagination {
    padding-top: 0;
  }
}

main #case .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  margin: 0 5px !important;
  background: #d9d9d9;
  opacity: 1;
}

main #case .swiper-pagination-bullet-active {
  background: #cf020d;
}

main #client {
  padding: 200px 20px 0;
}

@media screen and (max-width: 768px) {
  main #client {
    padding: 80px 0 0;
    overflow-x: hidden;
  }
}

main #client .imgright {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main #client .imgright {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  main #client .imgright > img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main #client .imgright > div {
    width: 100%;
  }
}

main #client .imgright .en_title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  main #client .imgright .en_title {
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  main #client .imgright .en_title span {
    left: 0;
  }
}

main #client ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  main #client ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}

main #client ul li {
  width: 46%;
  position: relative;
  padding: 160px 0;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  main #client ul li {
    width: 100%;
  }
}

main #client ul li:last-child {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  main #client ul li:last-child {
    margin-top: 40px;
  }
}

main #client ul .c_man {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  main #client ul .c_man {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  main #client ul .c_man {
    width: 100%;
  }
}

main #client ul .c_logo {
  padding: 0 15px 10px;
}

@media screen and (max-width: 768px) {
  main #client ul .c_logo {
    padding: 0 10px 10px;
    width: 100px;
  }
}

main #client ul .c_award {
  position: absolute;
  bottom: 10px;
  left: 5px;
  width: 100px;
}

@media screen and (max-width: 768px) {
  main #client ul .c_award {
    bottom: 5px;
    left: 0;
    width: 90px;
  }
}

main #client ul h3 {
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  main #client ul h3 {
    padding: 0 10px;
    font-size: 0.8rem;
  }
}

main #client ul p {
  width: 60%;
  background: #cf020d;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  padding: 5px 20px;
}

@media screen and (max-width: 1280px) {
  main #client ul p {
    width: 75%;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  main #client ul p {
    font-size: 0.8rem;
  }
}

main #client ul p span {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  main #client ul p span {
    font-size: 1rem;
  }
}

main #interview {
  padding: 160px 20px;
}

@media screen and (max-width: 768px) {
  main #interview {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #interview .en_title {
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  main #interview .en_title span {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  main #interview .en_title div {
    text-align: left;
  }
  main #interview .en_title div:after {
    top: 30%;
  }
}

main #interview .video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 20px;
}

main #interview .video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

main #interview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  main #interview ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

main #interview ul li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  main #interview ul li {
    width: 100%;
  }
}

main #interview ul iframe {
  display: block;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  main #interview ul iframe {
    margin: 0 auto;
  }
}

main #voice {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.46%, #383b51), to(#1e2633));
  background: linear-gradient(180deg, #383b51 4.46%, #1e2633 100%);
  padding: 160px 0;
}

@media screen and (max-width: 980px) {
  main #voice {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  main #voice {
    padding: 60px 0;
    overflow-x: hidden;
  }
}

main #voice .swiper {
  position: relative;
  overflow: hidden;
}

main #voice .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  opacity: 0.8;
}

main #voice .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}

main #voice .swiper-wrapper .swiper-slide .imgleft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #voice .swiper-wrapper .swiper-slide .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #voice .swiper-wrapper .swiper-slide .imgleft > img {
    width: 40px;
  }
}

main #voice .swiper-wrapper .swiper-slide .imgleft > div {
  width: 100%;
}

main #voice .swiper-wrapper .swiper-slide h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  main #voice .swiper-wrapper .swiper-slide h3 {
    font-size: 1rem;
  }
}

main #voice .swiper-wrapper .swiper-slide .blc {
  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;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  main #voice .swiper-wrapper .swiper-slide .blc {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  main #voice .swiper-wrapper .swiper-slide .blc > img {
    width: 100px;
  }
}

main #voice .swiper-wrapper .swiper-slide p {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  main #voice .swiper-wrapper .swiper-slide p {
    font-size: 0.875rem;
  }
}

main #voice .swiper-button-next,
main #voice .swiper-button-prev {
  background: #cf020d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

main #voice .swiper-button-next:after,
main #voice .swiper-button-prev:after {
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  font-size: 1rem;
}

main #voice .swiper-button-next:hover,
main #voice .swiper-button-prev:hover {
  background: #080c28;
}

main #voice .swiper-button-prev {
  left: 19%;
}

@media screen and (max-width: 768px) {
  main #voice .swiper-button-prev {
    left: 2%;
  }
}

main #voice .swiper-button-prev:after {
  content: "\f053";
}

main #voice .swiper-button-next {
  right: 20%;
}

@media screen and (max-width: 768px) {
  main #voice .swiper-button-next {
    right: 2%;
  }
}

main #voice .swiper-button-next:after {
  content: "\f054";
}

main #voice .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  main #voice .swiper-pagination {
    padding-top: 20px;
  }
}

main #voice .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  margin: 0 5px !important;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

main #voice .swiper-pagination-bullet-active {
  background: #cf020d;
}

main #cta_final {
  background: url("../images/bg_cta_final.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  main #cta_final {
    padding: 200px 0 40px;
    margin-top: -1px;
  }
}

main #cta_final:before {
  position: absolute;
  content: "";
  background: url("../images/cta_deco01.svg") no-repeat;
  background-size: 100%;
  left: 0;
  top: -30px;
  width: 160px;
  height: 160px;
  z-index: -1;
}

@media screen and (max-width: 1350px) {
  main #cta_final:before {
    top: 0;
    width: 120px;
    height: 120px;
  }
}

main #cta_final:after {
  position: absolute;
  content: "";
  background: url("../images/cta_deco02.svg") no-repeat;
  background-size: 100%;
  right: -60px;
  bottom: 20px;
  width: 160px;
  height: 160px;
  z-index: -1;
}

@media screen and (max-width: 1350px) {
  main #cta_final:after {
    width: 120px;
    height: 120px;
    bottom: 0;
    right: -20px;
  }
}

main #cta_final .deco01 {
  position: absolute;
  top: -140px;
  right: -90px;
  z-index: 1;
}

@media screen and (max-width: 1350px) {
  main #cta_final .deco01 {
    width: 30%;
    top: -80px;
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .deco01 {
    max-width: 300px;
    width: 100%;
    top: -100px;
    right: -80px;
  }
}

main #cta_final .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  main #cta_final .blc {
    max-width: 340px;
    margin: 30px auto;
    display: block;
    position: relative;
  }
}

main #cta_final .blc .circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.46%, #383b51), to(#1e2633));
  background: linear-gradient(180deg, #383b51 4.46%, #1e2633 100%);
}

@media screen and (max-width: 768px) {
  main #cta_final .blc .circle {
    width: 130px;
    height: 130px;
    font-size: 1rem;
    position: absolute;
    top: -140px;
    left: 0;
  }
}

main #cta_final .blc .circle:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  top: 5px;
  left: 5px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  main #cta_final .blc .circle:after {
    width: 120px;
    height: 120px;
  }
}

main #cta_final .blc .circle span {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  main #cta_final .blc .circle span {
    font-size: 1.2rem;
  }
}

main #cta_final .blc .circle em {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  main #cta_final .blc .circle em {
    font-size: 1.6rem;
  }
}

main #cta_final .blc h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}

@media screen and (max-width: 1350px) {
  main #cta_final .blc h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .blc h2 {
    font-size: 1.4rem;
    text-align: center;
  }
}

main #cta_final .blc h2 em {
  position: relative;
}

main #cta_final .blc h2 em:after {
  position: absolute;
  content: "";
  background: url("../images/cta_final_line.svg") no-repeat;
  background-size: 100%;
  left: 0;
  bottom: -15px;
  width: 444px;
  height: 17px;
}

@media screen and (max-width: 768px) {
  main #cta_final .blc h2 em:after {
    width: 300px;
    height: 13px;
  }
}

main #cta_final .blc h2 span {
  font-size: 3rem;
  color: #fbff00;
}

@media screen and (max-width: 1350px) {
  main #cta_final .blc h2 span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .blc h2 span {
    font-size: 2rem;
  }
}

main #cta_final .wrap {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap {
    margin-bottom: 40px;
  }
}

main #cta_final .wrap .c_logo {
  position: absolute;
  top: -50px;
  left: 40px;
  max-width: 260px;
}

@media screen and (max-width: 1350px) {
  main #cta_final .wrap .c_logo {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .c_logo {
    position: initial;
    margin: 0 auto 30px;
    max-width: 180px;
    width: 100%;
    display: block;
  }
}

main #cta_final .wrap .balloon {
  position: relative;
  background: #080c28;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  max-width: 460px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 1350px) {
  main #cta_final .wrap .balloon {
    font-size: 1.2rem;
    max-width: 400px;
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .balloon {
    max-width: 350px;
    width: 100%;
    font-size: 1rem;
    margin: 0 auto 20px;
  }
}

main #cta_final .wrap .balloon:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  right: 25px;
  left: 0;
  margin: auto;
  top: 28px;
  border-left: 8px solid transparent;
  border-top: 8px solid #080c28;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 1350px) {
  main #cta_final .wrap .balloon:before {
    top: 22px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .balloon:before {
    top: 16px;
  }
}

main #cta_final .wrap .balloon:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 34px;
  left: 0;
  margin: auto;
  top: 30px;
  border-left: 8px solid transparent;
  border-top: 8px solid #ad353b;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 1350px) {
  main #cta_final .wrap .balloon:after {
    top: 23px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .balloon:after {
    top: 18px;
  }
}

main #cta_final .wrap .leaf {
  background: url("../images/bg_cta_leaf.webp") no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 20px;
  padding: 30px 20px 20px;
  margin-bottom: 10px;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .leaf {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  main #cta_final .wrap .leaf > li:nth-last-child(-n + 2) {
    width: 36%;
    max-width: 340px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .leaf li {
    width: 31%;
  }
  main #cta_final .wrap .leaf li:before, main #cta_final .wrap .leaf li:after {
    max-width: 15px;
    height: 50px;
  }
}

main #cta_final .wrap .leaf li.mdl {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf li.mdl {
    max-width: 18%;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .leaf li.mdl {
    max-width: 40%;
  }
}

main #cta_final .wrap .leaf li.wide {
  max-width: 270px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf li.wide {
    max-width: 25%;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .leaf li.wide {
    max-width: 50%;
  }
}

main #cta_final .wrap .leaf div {
  min-height: 65px;
}

@media screen and (max-width: 980px) {
  main #cta_final .wrap .leaf div {
    min-height: auto;
  }
}

main #cta_final .wrap .leaf .grade {
  background: linear-gradient(98deg, #080c28 20%, #363b5f 50%, #484d74 60%, #080c28 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

main #cta_final .wrap .leaf p {
  font-size: 0.7rem;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf p {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 980px) {
  main #cta_final .wrap .leaf p {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .leaf p {
    font-size: 0.4rem;
  }
}

main #cta_final .wrap .leaf strong.mdl {
  font-size: 1.2rem;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf strong.mdl {
    font-size: 1rem;
  }
}

@media screen and (max-width: 980px) {
  main #cta_final .wrap .leaf strong.mdl {
    font-size: 0.8rem;
  }
}

main #cta_final .wrap .leaf strong.big {
  font-size: 1.4rem;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf strong.big {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #cta_final .wrap .leaf strong.big {
    font-size: 0.8rem;
  }
}

main #cta_final .wrap .leaf strong span {
  font-size: 0.8rem;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf strong span {
    font-size: 0.6rem;
  }
}

main #cta_final .wrap .leaf strong span.mdl {
  font-size: 1.8rem;
  letter-spacing: -2px;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf strong span.mdl {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  main #cta_final .wrap .leaf strong span.mdl {
    font-size: 1rem;
  }
}

main #cta_final .wrap .leaf strong span.big {
  font-size: 2.4rem;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf strong span.big {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #cta_final .wrap .leaf strong span.big {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .leaf strong span.big {
    font-size: 1.4rem;
  }
}

main #cta_final .wrap .leaf strong span em {
  font-size: 1rem;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf strong span em {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .leaf strong span em {
    font-size: 0.6rem;
  }
}

main #cta_final .wrap .leaf .tl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

main #cta_final .wrap .leaf .fw600 {
  font-weight: bold;
}

main #cta_final .wrap .leaf .fw900 {
  font-size: 0.9rem;
  font-weight: 900;
  text-align: left;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  main #cta_final .wrap .leaf .fw900 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 980px) {
  main #cta_final .wrap .leaf .fw900 {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap .leaf .fw900 {
    font-size: 0.5rem;
  }
}

main #cta_final .wrap small {
  color: #fff;
  font-size: 0.7rem;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main #cta_final .wrap small {
    font-size: 0.6rem;
  }
}

main #cta_final .main_title div {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #cta_final .main_title div {
    max-width: 320px;
  }
}

main #cta_final .main_title div:before {
  position: absolute;
  content: "";
  background: url("../images/left_title_white.svg") no-repeat;
  background-size: 100%;
  bottom: -5px;
  left: -60px;
  width: 35px;
  height: 42px;
}

@media screen and (max-width: 1280px) {
  main #cta_final .main_title div:before {
    width: 25px;
    height: 30px;
    left: -25px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .main_title div:before {
    top: auto;
  }
}

main #cta_final .main_title div:after {
  position: absolute;
  content: "";
  background: url("../images/right_title_white.svg") no-repeat;
  background-size: 100%;
  bottom: -5px;
  right: -50px;
  width: 35px;
  height: 42px;
}

@media screen and (max-width: 1280px) {
  main #cta_final .main_title div:after {
    width: 25px;
    height: 30px;
    right: -25px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .main_title div:after {
    top: auto;
  }
}

main #cta_final .btnarea {
  max-width: 83%;
  margin: 0 auto;
}

@media screen and (max-width: 1350px) {
  main #cta_final .btnarea {
    max-width: 90%;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .btnarea {
    max-width: 400px;
    margin: 20px auto 0;
  }
}

main #cta_final .btnarea .btn {
  font-size: 3rem;
  padding: 15px;
}

@media screen and (max-width: 1350px) {
  main #cta_final .btnarea .btn {
    font-size: 2rem;
  }
}

main #cta_final .btnarea .btn img {
  width: 40px;
}

main #cta_final .btnarea .red_btn div {
  top: -10px;
  width: 80px;
  height: 80px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1350px) {
  main #cta_final .btnarea .red_btn div {
    top: -50px;
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  main #cta_final .btnarea .red_btn div {
    top: -30px;
  }
}

main #cta_final .btnarea .red_btn div em {
  font-size: 2.75rem;
}

main #cta_final .btnarea .red_btn span {
  padding: 13px 35px 17px;
  font-size: 1.875rem;
}

@media screen and (max-width: 1350px) {
  main #cta_final .btnarea .red_btn span {
    font-size: 1.5rem;
    padding: 15px 40px 15px 10px;
  }
}

main #service {
  background: url("../images/bg_service.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 160px 0 260px;
}

@media screen and (max-width: 768px) {
  main #service {
    padding: 80px 0;
  }
}

main #service .list {
  margin-bottom: 120px;
}

main #service .list > li {
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  background: #fff;
  border-radius: 10px;
}

main #service .list > li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main #service .list > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

main #service .list > li h3 {
  cursor: pointer;
  position: relative;
  padding: 5px 80px;
  background: #080c28;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 980px) {
  main #service .list > li h3 {
    padding: 5px 20px;
  }
}

main #service .list > li h3:before, main #service .list > li h3:after {
  content: "";
  position: absolute;
  right: 40px;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  main #service .list > li h3:before, main #service .list > li h3:after {
    right: 20px;
    width: 10px;
    height: 2px;
  }
}

main #service .list > li h3:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main #service .list > li h3:after {
  top: 47%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

main #service .list > li h3.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

main #service .list > li h3 .title {
  display: block;
  width: 96%;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  main #service .list > li h3 .title {
    font-size: 1rem;
    width: 95%;
  }
}

main #service .list > li .cont {
  position: relative;
  padding: 20px 40px;
  display: none;
}

@media screen and (max-width: 980px) {
  main #service .list > li .cont {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 980px) {
  main #service .list > li .cont .blc {
    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;
    gap: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 980px) {
  main #service .list > li .cont .blc .lead {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont .blc .lead {
    width: 70%;
  }
}

main #service .list > li .cont .circle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background: url("../images/bg_service_circle.svg") no-repeat;
  background-size: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 1.2;
  padding: 10px 0;
}

@media screen and (max-width: 980px) {
  main #service .list > li .cont .circle {
    position: inherit;
    width: 80px;
    height: 80px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 5px 0;
  }
}

main #service .list > li .cont .circle span {
  font-family: "DIN Alternate", sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  main #service .list > li .cont .circle span {
    font-size: 1.25rem;
  }
}

main #service .list > li .cont .circle em {
  font-size: 3rem;
}

@media screen and (max-width: 980px) {
  main #service .list > li .cont .circle em {
    font-size: 2.25rem;
  }
}

main #service .list > li .cont .lead {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  main #service .list > li .cont .lead {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont .lead {
    font-size: 0.7rem;
  }
}

main #service .list > li .cont .lead span {
  color: #cf020d;
  font-weight: bold;
}

main #service .list > li .cont .txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
  background: #fff;
  padding: 10px 10px 20px;
  -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.05) inset;
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #service .list > li .cont .txt > li:first-child {
  width: 54%;
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont .txt > li:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}

main #service .list > li .cont .txt > li:last-child {
  width: 45%;
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont .txt > li:last-child {
    width: 100%;
  }
}

main #service .list > li .cont .txt > li.wide {
  width: 100%;
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont .txt > li.wide {
    margin-bottom: 0;
  }
}

main #service .list > li .cont .txt h4 {
  color: #fff;
  background: #333;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont .txt h4 {
    font-size: 0.875rem;
  }
}

main #service .list > li .cont .txt ul {
  padding: 0 10px;
}

main #service .list > li .cont .txt ul li {
  border-bottom: 1.5px dashed rgba(102, 102, 102, 0.2);
}

@media screen and (max-width: 768px) {
  main #service .list > li .cont .txt ul li {
    font-size: 0.75rem;
  }
}

main #service .list > li .cont .txt ul li.no_line {
  border-bottom: none;
  padding-top: 10px;
}

main #service .list > li .cont .txt ul li.right {
  text-align: right;
}

main #service .list > li .cont .txt ul li small {
  font-size: 0.7rem;
}

main #service .list > li .cont .txt ul li small.mini {
  display: block;
  font-size: 0.75rem;
}

main #service .list > li .cont .txt ul li small.pl {
  padding-left: 80px;
}

main #service .list > li .cont .txt ul li small span {
  color: #cf020d;
}

main #service .list > li .cont .txt ul li em {
  font-size: 1.5rem;
}

main #service .list > li .cont .txt ul li > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbff00));
  background: linear-gradient(transparent 60%, #fbff00 60%);
}

main #service .role {
  position: relative;
}

main #service .role .deco {
  position: absolute;
  top: -90px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  main #service .role .deco {
    position: initial;
    max-width: 200px;
    width: 100%;
    margin: 40px auto 0;
    display: block;
  }
}

main #service .role ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  main #service .role ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #service .role ul li {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

main #service .role ul li:first-child {
  width: 32%;
}

@media screen and (max-width: 768px) {
  main #service .role ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}

main #service .role ul li:last-child {
  width: 64%;
}

@media screen and (max-width: 768px) {
  main #service .role ul li:last-child {
    width: 100%;
  }
}

main #service .role ul h3 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  background: #080c28;
  border-radius: 20px;
  margin-bottom: 20px;
}

main #service .role ul .wrap {
  padding: 0 20px;
}

@media screen and (max-width: 1280px) {
  main #service .role ul .wrap {
    padding: 0;
  }
}

main #service .role ul .wrap.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  main #service .role ul .wrap.flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #service .role ul .wrap .circle {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #cf020d;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 1.2;
  padding: 25px 0;
}

@media screen and (max-width: 1280px) {
  main #service .role ul .wrap .circle {
    width: 80px;
    height: 80px;
    padding: 15px 0;
    font-size: 0.8rem;
    bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  main #service .role ul .wrap .circle {
    top: 60px;
  }
}

@media screen and (max-width: 1280px) {
  main #service .role ul .wrap p {
    font-size: 0.875rem;
  }
}

main #service .role ul .wrap span {
  font-family: "DIN Alternate", sans-serif;
  font-weight: bold;
  margin-right: 10px;
}

main #service .role ul .wrap em {
  color: #cf020d;
}

main #service .role ul .wrap small {
  font-size: 0.75rem;
  display: block;
}

main #service .role ul .wrap small.pt {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  main #service .role ul .wrap small.pt {
    padding-top: 10px;
  }
}

main #flow {
  background: url("../images/bg_flow.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 20px 0 160px;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  main #flow {
    overflow-x: hidden;
    padding: 80px 0;
    background-position: center bottom;
  }
}

@media screen and (max-width: 768px) {
  main #flow .inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  main #flow .en_title {
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  main #flow .en_title span {
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  main #flow ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 40px 90px;
  }
}

@media screen and (max-width: 1280px) {
  main #flow ul {
    gap: 20px 40px;
  }
}

main #flow ul li {
  position: relative;
}

main #flow ul li:last-child:after {
  display: none;
}

main #flow ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #080c28;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 20%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  right: -50px;
  border-radius: 2px;
}

@media screen and (max-width: 1280px) {
  main #flow ul li:after {
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  main #flow ul li:after {
    right: -50px;
  }
}

@media screen and (min-width: 769px) {
  main #flow ul li:nth-child(4):after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main #flow ul li.no_arrow:after {
    display: none;
  }
}

main #flow ul .circle {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #cf020d;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  main #flow ul .circle {
    width: 140px;
    height: 140px;
  }
}

main #flow ul .circle:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  main #flow ul .circle:after {
    width: 130px;
    height: 130px;
  }
}

main #flow ul .circle span {
  font-weight: bold;
  color: #fff;
  font-family: "DIN Alternate", sans-serif;
  display: block;
  padding: 20px 0 10px;
}

main #flow ul .circle span em {
  font-size: 1.5rem;
}

main #flow ul h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 20px auto;
}

main #flow ul p {
  font-size: 0.8rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  main #flow ul p {
    font-size: 0.6rem;
  }
}

main #consultant {
  background: url("../images/bg_consultant.svg") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 120px 0 240px;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  main #consultant {
    overflow-x: hidden;
    padding: 100px 0;
    background: url("../images/bg_consultant_sp.svg") no-repeat;
    background-size: cover;
    background-position: top;
  }
}

@media screen and (max-width: 768px) {
  main #consultant .inner {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  main #consultant .consultant_list {
    overflow: inherit;
  }
}

@media screen and (min-width: 769px) {
  main #consultant ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #consultant ul {
    gap: 30px;
  }
}

main #consultant ul .pic {
  position: relative;
}

main #consultant ul .pic img {
  width: 100%;
  display: block;
  margin: 0 auto 50px;
}

main #consultant ul .pic h3 {
  position: absolute;
  bottom: -30px;
  left: -5px;
  color: #fff;
  font-size: 1.25rem;
  background: rgba(17, 17, 17, 0.6);
  padding: 0 20px;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
  max-width: 180px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  main #consultant ul .pic h3 {
    padding: 0 10px;
  }
}

main #consultant ul .pic h3 div {
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
}

main #consultant ul .pic h3 span {
  display: block;
  font-size: 0.875rem;
}

main #consultant ul p {
  color: #fff;
  font-size: 0.875rem;
}

main #comparison {
  background: url("../images/bg_comparison.svg") no-repeat;
  background-size: contain;
  background-position: 50% 35%;
  padding: 200px 0 240px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #comparison {
    overflow-x: clip;
    padding: 100px 0 160px;
  }
}

main #comparison:before {
  position: absolute;
  content: "";
  background: url("../images/deco_comparison01.svg") no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
}

@media screen and (max-width: 980px) {
  main #comparison:before {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  main #comparison:before {
    width: 160px;
    height: 160px;
  }
}

main #comparison:after {
  position: absolute;
  content: "";
  background: url("../images/deco_comparison02.svg") no-repeat;
  background-size: 100%;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
}

@media screen and (max-width: 980px) {
  main #comparison:after {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  main #comparison:after {
    width: 160px;
    height: 160px;
  }
}

main #comparison .deco01 {
  position: absolute;
  top: -100px;
  right: 200px;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  main #comparison .deco01 {
    width: 200px;
    top: -70px;
  }
}

@media screen and (max-width: 768px) {
  main #comparison .deco01 {
    max-width: 130px;
    width: 100%;
    top: -50px;
    right: 90px;
  }
}

main #comparison .deco02 {
  position: absolute;
  top: -150px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  main #comparison .deco02 {
    max-width: 190px;
    width: 100%;
    top: -70px;
    right: -10px;
  }
}

main #comparison .box {
  background: url("../images/bg_comparison_box.webp") no-repeat;
  background-size: cover;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 80px;
  max-width: 880px;
  width: 88%;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  main #comparison .box {
    padding: 10px;
    width: 100%;
    margin: 0 auto 40px;
  }
}

main #comparison .box img {
  display: block;
  margin: 0 auto;
}

main #comparison table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  padding: 25px 0 5px;
  position: relative;
  -webkit-filter: drop-shadow(2px 1px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 1px 5px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 768px) {
  main #comparison table {
    min-width: 700px;
  }
}

main #comparison table:after {
  position: absolute;
  content: "";
  border: 8px solid #cf020d;
  top: 0;
  left: 20%;
  width: 20%;
  height: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 1280px) {
  main #comparison table:after {
    border: 5px solid #cf020d;
  }
}

main #comparison table tr:first-child th:first-child {
  background: transparent;
}

main #comparison table tr:first-child th:nth-child(2) {
  position: absolute;
  top: 0;
  left: 20%;
  background: #cf020d;
  width: 20%;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1280px) {
  main #comparison table tr:first-child th:nth-child(2) {
    height: 65px;
  }
}

main #comparison table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

main #comparison table tr:nth-child(2) td {
  height: 110px;
}

@media screen and (max-width: 1280px) {
  main #comparison table tr:nth-child(2) td {
    height: 70px;
  }
}

main #comparison table tr:nth-child(2) td:first-child {
  border-radius: 10px 0 0 0;
}

main #comparison table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

main #comparison table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

main #comparison table th {
  background: #d9d9d9;
  border: 1px solid #f5f5f5;
  vertical-align: middle;
  height: 60px;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  main #comparison table th {
    font-size: 0.8rem;
    height: 40px;
  }
}

main #comparison table th span {
  font-size: 1.25rem;
}

@media screen and (max-width: 1280px) {
  main #comparison table th span {
    font-size: 1rem;
  }
}

main #comparison table td {
  width: 20%;
  background: #fff;
  border: 1px solid #f5f5f5;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4;
  height: 70px;
}

@media screen and (max-width: 1280px) {
  main #comparison table td {
    font-size: 0.6rem;
    height: 50px;
  }
}

main #comparison table td:first-child {
  background: #080c28;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

main #comparison table td span {
  font-family: "DIN Alternate", sans-serif;
  font-weight: bold;
}

main #comparison table .red {
  color: #cf020d;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  main #comparison table .red {
    font-size: 1rem;
  }
}

main #comparison table .pink {
  font-size: 3rem;
  color: #f8acb0;
}

@media screen and (max-width: 1280px) {
  main #comparison table .pink {
    font-size: 2rem;
  }
}

main #comparison table .gray {
  font-size: 3rem;
  color: #b6c5cc;
}

@media screen and (max-width: 1280px) {
  main #comparison table .gray {
    font-size: 2rem;
  }
}

main #faq {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.46%, #383b51), to(#080c28));
  background: linear-gradient(180deg, #383b51 4.46%, #080c28 100%);
  padding: 160px 0 240px;
}

@media screen and (max-width: 980px) {
  main #faq {
    padding: 80px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  main #faq {
    padding: 80px 0 140px;
    overflow-x: hidden;
  }
}

main #faq li:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #faq li:not(:last-child) {
    margin-bottom: 10px;
  }
}

main #faq h3 {
  cursor: pointer;
  position: relative;
  padding: 5px 15px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  main #faq h3 {
    gap: 0;
  }
}

main #faq h3:before, main #faq h3:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #080c28;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  main #faq h3:before, main #faq h3:after {
    width: 10px;
    right: 10px;
    border-radius: 5px;
  }
}

main #faq h3:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main #faq h3:after {
  top: 47%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

main #faq h3.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

main #faq h3 .q {
  font-family: "DIN Alternate", sans-serif;
  font-size: 2rem;
  color: #cf020d;
  letter-spacing: 6.4px;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  main #faq h3 .q {
    font-size: 2rem;
  }
}

@media screen and (max-width: 980px) {
  main #faq h3 .q {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #faq h3 .q {
    font-size: 1.4rem;
  }
}

main #faq h3 .title {
  font-size: 1.2rem;
  width: 90%;
}

@media screen and (max-width: 768px) {
  main #faq h3 .title {
    font-size: 0.8rem;
    width: 85%;
  }
}

main #faq .cont {
  display: none;
  padding: 15px;
  border-radius: 10px;
  background: rgba(51, 51, 51, 0.5);
  color: #fff;
}

@media screen and (max-width: 768px) {
  main #faq .cont {
    border-radius: 5px;
  }
}

main #faq .cont.open {
  display: block;
}

main #faq .cont .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  main #faq .cont .wrap {
    gap: 0;
  }
}

main #faq .cont .wrap .a {
  font-family: "DIN Alternate", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 6.4px;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  main #faq .cont .wrap .a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 980px) {
  main #faq .cont .wrap .a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  main #faq .cont .wrap .a {
    font-size: 1.4rem;
  }
}

main #faq .cont .wrap .txt {
  width: 90%;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  main #faq .cont .wrap .txt {
    width: 89%;
    font-size: 0.8rem;
  }
  main #faq .cont .wrap .txt li small {
    font-size: 0.7rem;
  }
}

main #contact {
  background: #cf020d;
  border-radius: 80px 80px 0 0;
  padding: 160px 20px 80px;
  margin-top: -80px;
}

@media screen and (max-width: 980px) {
  main #contact {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 768px) {
  main #contact {
    padding: 40px 10px;
    overflow-x: hidden;
    border-radius: 20px 20px 0 0;
  }
}

main #contact .inner {
  background: #fff;
  border-radius: 40px;
  position: relative;
  padding: 160px 50px 80px;
}

@media screen and (max-width: 980px) {
  main #contact .inner {
    padding: 120px 20px 40px;
  }
}

@media screen and (max-width: 768px) {
  main #contact .inner {
    border-radius: 20px;
    padding: 100px 20px 80px;
  }
}

main #contact .inner:after {
  position: absolute;
  content: "";
  background: url("../images/bg_contact.svg") no-repeat;
  background-size: contain;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 620px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  main #contact .inner:after {
    width: 80%;
  }
}

main #contact .en_title {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1280px) {
  main #contact .en_title {
    top: 30px;
  }
}

@media screen and (max-width: 768px) {
  main #contact .en_title {
    top: 5px;
  }
}

main #contact .en_title span {
  color: rgba(255, 255, 255, 0.1);
  line-height: 0;
}

main #contact .en_title div:after {
  display: none;
}

main #contact .lead {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #contact .lead {
    text-align: left;
    font-size: 14px;
  }
}

main #contact .cta_tel {
  border-radius: 20px;
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  main #contact .cta_tel {
    margin: 0 auto 40px;
  }
}

main #contact .cta_tel p {
  font-weight: 500;
}

main #contact .cta_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-family: "DIN Alternate", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}

main #contact .cta_tel span {
  font-size: 0.875rem;
}

main #contact .hs-button {
  background: #fff;
}

main #sec {
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  main #sec {
    padding: 80px 20px;
  }
}

aside {
  background: #1e2633;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  padding: 15px;
  width: 17.709%;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  aside {
    display: none;
  }
}

aside .box {
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(217, 217, 217, 0.1);
  padding: 20px 10px;
  position: relative;
  margin-bottom: 20px;
}

aside .box:after {
  position: absolute;
  content: "";
  background: url("../images/bg_aside.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 80px;
}

@media screen and (max-width: 1350px) {
  aside .box:after {
    width: 120px;
    height: 40px;
  }
}

aside .box h2 {
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
}

aside .box h2 span {
  display: block;
  font-size: 1.125rem;
}

aside .red_btn {
  max-width: 240px;
  margin: 20px auto 0;
}

aside .red_btn span {
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 20px 10px 15px;
}

@media screen and (max-width: 1440px) {
  aside .red_btn span {
    margin: 60px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    min-width: auto;
  }
}

@media screen and (max-width: 1440px) {
  aside .red_btn div {
    top: -40px;
  }
  aside .red_btn div:before {
    top: 70%;
    right: -8px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  aside .red_btn div:after {
    top: 70%;
    right: -9px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}

footer {
  background: #111;
  color: #fff;
  padding: 80px 0 40px;
}

footer .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  footer .info {
    display: block;
    margin-bottom: 40px;
  }
}

footer .info li {
  border-radius: 20px;
  padding: 20px;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  footer .info li:not(:last-child) {
    margin-bottom: 20px;
  }
}

footer .info li:first-child {
  background: url("../images/bg_company01.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

footer .info li:nth-child(2) {
  background: url("../images/bg_company02.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

footer .info li:last-child {
  background: url("../images/bg_company03.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

footer .info h3 span {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  footer .info h3 span {
    font-size: 1.2rem;
  }
}

footer .info img {
  display: block;
  margin: 40px auto;
}

@media screen and (max-width: 980px) {
  footer .info img {
    margin: 20px auto;
  }
}

@media screen and (max-width: 980px) {
  footer .info img {
    margin: 10px auto;
  }
}

footer .info strong {
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  footer .info strong {
    padding: 0 5px;
  }
}

@media screen and (max-width: 980px) {
  footer .info strong {
    font-size: 0.7rem;
  }
}

footer .info strong.mt {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  footer .info strong.mt {
    margin-top: 0;
  }
}

footer .detail {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  footer .detail {
    margin-bottom: 40px;
  }
}

footer .detail img {
  display: block;
  margin: 0 auto 20px;
}

footer .detail .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1280px) {
  footer .detail .wrap {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  footer .detail .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .detail .wrap > ul {
  width: 48%;
}

@media screen and (max-width: 768px) {
  footer .detail .wrap > ul {
    width: 100%;
  }
}

footer .detail .wrap > ul > li {
  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;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}

footer .detail .wrap > ul h3 {
  font-weight: 500;
}

footer .detail .wrap > ul div {
  width: 70%;
}

@media screen and (max-width: 768px) {
  footer .detail .wrap > ul div {
    font-size: 0.8rem;
  }
}

footer .detail .wrap > ul div p {
  text-indent: -1em;
  padding-left: 1em;
}

footer .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

footer .f_nav li {
  position: relative;
}

footer .f_nav li:not(:last-child):after {
  position: absolute;
  content: "｜";
  top: 0;
  right: -18px;
}

footer .f_nav a {
  display: block;
}

@media screen and (max-width: 1280px) {
  footer .f_nav a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  footer .f_nav a {
    font-size: 0.8rem;
  }
}

footer .f_nav a:hover {
  color: #cf020d;
}

footer small {
  display: block;
  text-align: center;
  font-size: 0.75rem;
}

footer .pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #cf020d;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 1.8rem;
  text-align: center;
  display: none;
  z-index: 101;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (min-width: 769px) {
  footer .pagetop:hover {
    cursor: pointer;
    background: #1e2633;
  }
}
/*# sourceMappingURL=style.css.map */