.foooter-top {
  background: #cc0022;
}
.foooter-top .footer-top_inner {
  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: 20px 0;
}
@media screen and (max-width: 767px) {
  .foooter-top .footer-top_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.foooter-top .footer-top_inner div.copy p {
  color: #fffafa;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
}
@media screen and (max-width: 767px) {
  .foooter-top .footer-top_inner div.copy p {
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
  }
}

.foooter-bottom {
  padding: 20px 0 38px;
}
.foooter-bottom .footer_inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 1024px) {
  footer {
    padding-bottom: 120px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 2.9166666667vw 10px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 12px;
  }
  header .cta_pc {
    display: none;
  }
}
header.is-active .humberger span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(30deg);
          transform: translateY(8px) rotate(30deg);
}
header.is-active .humberger span:nth-child(2) {
  opacity: 0;
}
header.is-active .humberger span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-30deg);
          transform: translateY(-8px) rotate(-30deg);
}
header.is-active .header-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.is-active .header-menu {
    display: none;
  }
}
header.is-active .header-container div.tab_navigation nav.tab_navi .tab_navi_bottom {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  overflow: visible;
  padding-top: 12px;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-container .header-logo {
    margin-top: 0;
  }
}
.header-container .header-logo a img {
  width: 100%;
  max-width: 15.41666vw;
}
@media screen and (max-width: 1024px) {
  .header-container .header-logo a img {
    max-width: 143px;
  }
}
@media screen and (max-width: 1024px) {
  .header-container .header-logo {
    z-index: 150;
  }
}
.header-container .header-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.6666666667vw;
}
.header-container .header-menu nav.header_navi ul {
  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: 1.4583333333vw;
}
.header-container .header-menu nav.header_navi ul li a {
  color: var(--gray, #333);
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .header-container .header-menu nav.header_navi ul li a {
    font-size: 20px;
  }
}
.header-container .header-menu nav.header_navi ul li.tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-container .header-menu nav.header_navi ul li.tell .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  position: relative;
  top: 2px;
  width: 1.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .header-container .header-menu nav.header_navi ul li.tell.mqtab_hide {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  .header-container .header-menu nav.header_navi ul li.tell {
    -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;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header-container .header-menu nav.header_navi ul li.tell {
    display: none;
  }
}
.header-container .header-menu nav.header_navi ul li.tell .tell_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-container .header-menu nav.header_navi ul li.tell a {
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-container .header-menu nav.header_navi ul li.tell .remark {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  .header-container .header-menu nav.header_navi ul li.tell .remark {
    display: inline-block;
    position: relative;
    margin-left: calc(1.6666666667vw + 12px);
  }
}
.header-container .header-menu .mobile_cta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-container .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    height: 100vh;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-container .header-menu nav.header_navi {
    margin-top: 12.315270936vh;
    height: calc(100vh - 353px - 100px);
  }
  .header-container .header-menu nav.header_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    height: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-bottom: 20px;
    gap: 0;
  }
  .header-container .header-menu .mobile_cta {
    padding: 40px 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 4px;
    background-color: #fdf5df;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .header-container .header-menu .mobile_cta {
    padding: 4.9261083744vh 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-container .header-menu .mobile_cta .tell_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    position: relative;
  }
  .header-container .header-menu .mobile_cta .tell_inner span.icon img {
    width: 32px;
  }
  .header-container .header-menu .mobile_cta .tell_inner .text {
    white-space: nowrap;
  }
  .header-container .header-menu .mobile_cta .tell_inner a {
    color: var(--gray, #333);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .header-container .header-menu .mobile_cta span.remark {
    color: var(--gray, #333);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
  }
  .header-container .header-menu .mobile_cta .ctas {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 4px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .header-container .header-menu .mobile_cta .ctas {
    margin-top: 4.4334975369vh;
  }
}
@media screen and (max-width: 1024px) {
  .header-container .header-menu .mobile_cta .ctas .cta {
    width: 100%;
  }
  .header-container .header-menu .mobile_cta .ctas .cta a {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--white, #fff);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
  }
  .header-container .header-menu .mobile_cta .ctas .cta a:hover {
    color: #f36426;
  }
}
.header-container div.tab_navigation nav.tab_navi {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-container div.tab_navigation nav.tab_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 68px;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top {
    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: 17px;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top ul .tell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top ul .tell .tell_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top ul .tell .tell_inner span.icon {
    vertical-align: middle;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top ul .tell .tell_inner span.icon img {
    width: 2.3232323232vw;
    vertical-align: middle;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top ul .tell a {
    font-size: 2.4242424242vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top ul .tell span.remark {
    font-size: 1.0101010101vw;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 160% */
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_top .cta a {
    font-size: 1.5151515152vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 25.5px;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_bottom {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
    padding-top: 0;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_bottom ul {
    padding-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.8282828283vw;
  }
  .header-container div.tab_navigation nav.tab_navi .tab_navi_bottom ul li a {
    font-size: 1.5151515152vw;
    font-style: normal;
    font-weight: 700;
  }
}
.header-container .humberger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-container .humberger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 150;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
}
.header-container .humberger .humberger_inner {
  position: relative;
}
.header-container .humberger .humberger_inner span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-container .humberger .humberger_inner span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.header-container .humberger .humberger_inner span:nth-child(2) {
  position: absolute;
  top: 8px;
  left: 0;
}
.header-container .humberger .humberger_inner span:nth-child(3) {
  position: absolute;
  top: 16px;
  left: 0;
}
.header-container .cta a {
  border-radius: 90px;
  border: 2px solid var(--gray-3, #ebebeb);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 1.8vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.header-container .cta a span {
  position: relative;
}
.header-container .cta a::before {
  border-radius: 90px;
  background: var(--orange-grada, linear-gradient(0deg, #ff9547 0%, #f36426 0%, #f79a3c 100%));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.header-container .cta a:hover {
  text-decoration: none;
  opacity: 1;
  background: var(--white, #fff);
  color: #f36426;
  border-color: #f36426;
}
.header-container .cta a:hover::before {
  opacity: 0;
}

.cta_btn_content a {
  border-radius: 100px;
  border: 3px solid var(--gray-3, #ebebeb);
  line-height: 120px;
  max-width: 694px;
  margin: 0 auto;
  background-color: white;
  color: var(--white, #fff);
  text-align: center;
  font-size: 1.561vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  height: 6.25vw;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .cta_btn_content a {
    width: 323.176px;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 55.415px;
  }
}
.cta_btn_content a::before {
  border-radius: 100px;
  background: var(--orange-grada, linear-gradient(0deg, #ff9547 0%, #f36426 0%, #f79a3c 100%));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.cta_btn_content a:hover {
  background: var(--white, #fff);
  color: #f36426;
  opacity: 1;
  text-decoration: none;
  border-color: #f36426;
}
.cta_btn_content a:hover img {
  opacity: 1;
}
.cta_btn_content a:hover span.arrow svg {
  stroke: #f36426;
}
.cta_btn_content a:hover::before {
  opacity: 0;
}
.cta_btn_content a span.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.9166666667vw;
}
.cta_btn_content a span.arrow svg {
  width: 10px;
  stroke: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .cta_btn_content a span.arrow {
    margin-left: 0;
    right: 1.25vw;
  }
  .cta_btn_content a span.arrow img {
    width: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .cta_btn_content a span.arrow {
    right: 24px;
  }
}
.cta_btn_content a span.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-left: 10.1041666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cta_btn_content a span.text {
    padding-left: 85px;
  }
}
.cta_btn_content a span.image {
  position: absolute;
  left: -2.34375vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .cta_btn_content a span.image {
    left: -7px;
    top: -20px;
    -webkit-transform: none;
            transform: none;
  }
}
.cta_btn_content a span.image img {
  width: 9.7916666667vw;
}
@media screen and (max-width: 1024px) {
  .cta_btn_content a span.image img {
    width: 73px !important;
  }
}
.cta_btn_content .cta_btn_content_text {
  text-align: center;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 160% */
  padding-left: 70px;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .cta_btn_content .cta_btn_content_text {
    margin-top: 5px;
    padding-left: 10px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 11.182px; /* 111.822% */
  }
}
.cta_btn_content.cta_btn_content_style2 a {
  width: 100%;
  max-width: 36.1458333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cta_btn_content.cta_btn_content_style2 a {
    max-width: 43.9453125vw;
  }
}
@media screen and (max-width: 767px) {
  .cta_btn_content.cta_btn_content_style2 a {
    max-width: 334px;
  }
}
@media screen and (max-width: 1024px) {
  .cta_btn_content.cta_btn_content_style2 a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px;
  }
  .cta_btn_content.cta_btn_content_style2 a span.image {
    top: 0;
  }
  .cta_btn_content.cta_btn_content_style2 a span.arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cta_btn_content.cta_btn_content_style2 a span.text {
    padding-left: 30px;
    line-height: 1.4;
    text-align: center;
  }
}

.mv {
  margin-top: 170px;
}
@media screen and (max-width: 1024px) {
  .mv {
    margin-top: 83px;
  }
}
.mv .mv-container {
  position: relative;
}
.mv .mv-container .mv-content {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 20px;
  margin-left: 12vw;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .mv .mv-container .mv-content {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content {
    margin-left: auto;
  }
}
.mv .mv-container .mv-content .mv-text {
  max-width: 37.5vw;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text {
    max-width: 100%;
  }
}
.mv .mv-container .mv-content .mv-text .sub-title {
  text-align: center;
}
.mv .mv-container .mv-content .mv-text .sub-title .sub-title-text {
  font-size: 28px;
  font-size: 1.4583333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text .sub-title .sub-title-text {
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.mv .mv-container .mv-content .mv-text .sub-title .sub-title-text::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -45px;
  background-image: url(../images/mv/line-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 31px;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text .sub-title .sub-title-text::before {
    width: 16px;
    height: 16px;
    top: 3px;
    left: -25px;
  }
}
.mv .mv-container .mv-content .mv-text .sub-title .sub-title-text::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -45px;
  background-image: url(../images/mv/line-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 31px;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text .sub-title .sub-title-text::after {
    width: 16px;
    height: 16px;
    top: 3px;
    right: -25px;
  }
}
.mv .mv-container .mv-content .mv-text h1 {
  margin-top: 24px;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text h1 {
    margin-top: 0;
    text-align: center;
  }
}
.mv .mv-container .mv-content .mv-text h1 span.logo {
  display: block;
}
.mv .mv-container .mv-content .mv-text h1 span.logo img {
  width: 36.4583333333vw;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text h1 span.logo img {
    width: 100%;
  }
}
.mv .mv-container .mv-content .mv-text h1 span.main-title {
  font-size: 94px;
  font-size: 4.8958333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 117.021%; /* 117.021% */
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text h1 span.main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 11.4666666667vw;
    white-space: nowrap;
  }
}
.mv .mv-container .mv-content .mv-text h1 span.main-title span.letter-space {
  letter-spacing: -18.8px;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text h1 span.main-title span.letter-space {
    letter-spacing: -8.759px;
  }
}
.mv .mv-container .mv-content .mv-text h1 span.main-title span.small {
  font-size: 74px;
  font-size: 3.8541666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 117.021%;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text h1 span.main-title span.small {
    font-size: 34.478px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.252px;
    font-size: 9.0666666667vw;
  }
}
.mv .mv-container .mv-content .mv-text h1 span.main-title span.orange {
  color: var(--orange, #f36426);
}
.mv .mv-container .mv-content .mv-text .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text .tags {
    margin-top: 5.3333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mv .mv-container .mv-content .mv-text .tags li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.5416666667vw;
  padding: 0.8333333333vw 1.9270833333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 90px;
  border: 2px solid var(--main, #f37f2d);
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text .tags li {
    height: 8.2666666667vw;
    padding: 1.988vw 4.5970666667vw;
    border-radius: 11.1821333333vw;
    border: 0.2485333333vw solid var(--main, #F37F2D);
  }
}
.mv .mv-container .mv-content .mv-text .tags li span {
  color: var(--main, #f37f2d);
  text-align: center;
  font-size: 1.5vw;
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .mv-text .tags li span {
    text-align: center;
    font-size: 3.7274666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.mv .mv-container .mv-content .main-image {
  position: absolute;
  right: 0;
  top: -140px;
  width: 44vw;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .mv .mv-container .mv-content .main-image {
    width: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv .mv-container .mv-content .main-image {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: -40px;
  }
}
.mv .mv-container .mv-content .main-image img {
  width: 100%;
}
.mv .cta_btn {
  margin-top: 90px;
  margin-top: 4.6875vw;
}
@media screen and (max-width: 1024px) {
  .mv .cta_btn {
    margin-top: -13vw;
  }
}
.mv .bg-image {
  position: absolute;
  bottom: 27px;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 1024px) {
  .mv .bg-image {
    bottom: 60px;
    width: 101px;
    left: 0;
  }
}

section.about {
  padding: 4.1666666667vw 0 4.6875vw;
  z-index: 10;
  position: relative;
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 1024px) {
  section.about {
    padding: 60px 0 50px;
  }
}
section.about .orange_bg {
  position: absolute;
  top: 180px;
  right: 0;
  width: 453px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.about .orange_bg {
    top: auto;
    bottom: -114px;
    width: 138px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
section.about .container-large {
  margin-left: 9.4270833333%;
  max-width: calc(1549px - 9.4270833333%);
}
@media screen and (min-width: 1360px) and (max-width: 1560px) {
  section.about .container-large {
    margin-left: 1.2820512821%;
    max-width: calc(1549px - 11.6025641026%);
  }
}
@media screen and (max-width: 1360px) {
  section.about .container-large {
    margin-left: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}
section.about h2 {
  text-align: center;
}
section.about .about-content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  section.about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.about .about-content .about-content-left {
  width: 53.6842105263%;
}
@media screen and (max-width: 767px) {
  section.about .about-content .about-content-left {
    width: 100%;
  }
}
section.about .about-content .about-content-right {
  width: 41.3533834586%;
}
@media screen and (max-width: 767px) {
  section.about .about-content .about-content-right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.about .about-content .about-content-right h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 150% */
}
@media screen and (max-width: 767px) {
  section.about .about-content .about-content-right h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
  }
}
section.about .about-content .about-content-right p {
  margin-top: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 200% */
  letter-spacing: -0.9px;
}
@media screen and (max-width: 767px) {
  section.about .about-content .about-content-right p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
    letter-spacing: -0.8px;
  }
}
section.about .award {
  margin-top: 4.1666666667vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.about .award {
    margin-top: 30px;
  }
}
section.about .award img {
  width: 49.6875vw;
}
@media screen and (max-width: 767px) {
  section.about .award img {
    width: 100%;
    max-width: 94.6666666667vw;
  }
}

.simulation {
  padding: 15.625vw 0 130px;
}
@media screen and (max-width: 1024px) {
  .simulation {
    padding: 130px 0 40px;
  }
}
.simulation .section_title {
  padding-top: 5.2083333333vw;
  margin-top: -5.2083333333vw;
}
@media screen and (max-width: 1024px) {
  .simulation .section_title {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .simulation .section_title h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.orange_box {
  margin-top: 45px;
  background: var(--yellow-w, #fdf5df);
  padding: 15px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .orange_box {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.simulation_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 104px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .simulation_cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}
.simulation_cards .simulation_card {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .simulation_cards .simulation_card {
    margin-top: 60px;
  }
}
.simulation_cards .simulation_card .card_title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  padding: 15px;
  font-size: 24px;
  font-style: normal;
  border-radius: 10px 10px 0px 0px;
  background: #ffda3f;
  padding: 12px 29px 4px 20px;
  color: var(--main, #f37f2d);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .simulation_cards .simulation_card .card_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.simulation_cards .simulation_card .card_content {
  background: #ffda3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 212px;
}
@media screen and (max-width: 1024px) {
  .simulation_cards .simulation_card .card_content {
    height: 152px;
  }
}
.simulation_cards .simulation_card .card_content h3 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 166.667% */
}
@media screen and (max-width: 1024px) {
  .simulation_cards .simulation_card .card_content h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
  }
}

.simulation_image {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 124px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .simulation_image {
    margin-top: 60px;
  }
}

.simulation_text {
  margin-top: 90px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 0 80px;
}
@media screen and (max-width: 1024px) {
  .simulation_text {
    margin-top: 60px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 36px */
    padding: 0;
  }
}
.simulation_text .adjustment {
  display: none;
}
@media screen and (max-width: 1146px) {
  .simulation_text .adjustment {
    display: block;
  }
}
.simulation_text span.hi-light {
  position: relative;
}
.simulation_text span.hi-light .image {
  position: absolute;
  top: 0;
  right: 13px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 1024px) {
  .simulation_text span.hi-light .image {
    width: 32px;
    top: auto;
    bottom: -18px;
  }
}

section.voice-company {
  padding-bottom: 80px;
  background-color: #fdf5df;
}
@media screen and (max-width: 767px) {
  section.voice-company {
    padding-top: 50px;
  }
}
section.voice-company .voice-company-title {
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  section.voice-company .voice-company-title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
section.voice-company .voice-company-title span {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.voice-company .voice-company-title span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
  }
}
section.voice-company .voice-company-title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 34px;
  height: 52px;
  background-image: url(../images/voice/head_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.voice-company .voice-company-title span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  width: 34px;
  height: 52px;
  background-image: url(../images/voice/head_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section.voice-company .voice-company-title span::after {
    right: -100px;
  }
}
section.voice-company .company_voice_cards {
  margin-top: 56px;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards {
    margin-top: 40px;
  }
}
section.voice-company .company_voice_cards .company_voice_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.voice-company .company_voice_cards .company_voice_card .company_voice_card_image {
  margin-top: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.voice-company .company_voice_cards .company_voice_card .company_voice_card_image img {
  max-width: 147px;
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card .company_voice_card_image {
    margin-top: 0;
    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: 20px;
  }
  section.voice-company .company_voice_cards .company_voice_card .company_voice_card_image img {
    width: 100px;
  }
}
section.voice-company .company_voice_cards .company_voice_card .company_voice_card_image p {
  margin-top: 13px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card .company_voice_card_image p {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
section.voice-company .company_voice_cards .company_voice_card .company_voice_card_content {
  padding: 46px 65px;
  border-radius: 20px;
  background: var(--white, #fff);
  position: relative;
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card .company_voice_card_content {
    padding: 40px 30px;
  }
}
section.voice-company .company_voice_cards .company_voice_card .company_voice_card_content h3 {
  color: var(--main, #f37f2d);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px dotted #f37f2d;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card .company_voice_card_content h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
}
section.voice-company .company_voice_cards .company_voice_card .company_voice_card_content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 225% */
}
section.voice-company .company_voice_cards .company_voice_card .company_voice_card_content .sankaku {
  position: absolute;
  top: 99px;
  left: -21px;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card .company_voice_card_content .sankaku {
    top: auto;
    bottom: -26px;
    left: 78px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 26px;
    height: 26px;
  }
}
section.voice-company .company_voice_cards .company_voice_card:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card:nth-child(2) .company_voice_card_image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
section.voice-company .company_voice_cards .company_voice_card:nth-child(2) .company_voice_card_content .sankaku {
  left: auto;
  right: -21px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  section.voice-company .company_voice_cards .company_voice_card:nth-child(2) .company_voice_card_content .sankaku {
    top: auto;
    bottom: -26px;
    left: auto;
    right: 107px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 26px;
    height: 26px;
  }
}

section.flow {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  section.flow {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
section.flow .flow_wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper {
    margin-top: 34px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper .flow_list {
    max-width: 335px;
    margin: 0 auto;
  }
}
section.flow .flow_wrapper .flow_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper .flow_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
section.flow .flow_wrapper .flow_list ul li {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper .flow_list ul li {
    width: 100%;
    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;
  }
}
section.flow .flow_wrapper .flow_list ul li::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  width: 22px;
  height: 22px;
  background-image: url(../images/flow/sankaku.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper .flow_list ul li::before {
    top: auto;
    bottom: -20px;
    right: 50%;
    -webkit-transform: translate(50%, 100%) rotate(90deg);
            transform: translate(50%, 100%) rotate(90deg);
  }
}
section.flow .flow_wrapper .flow_list ul li:last-child::before {
  display: none;
  content: none;
}
section.flow .flow_wrapper .flow_list ul li .flow_list_inner {
  width: 100%;
  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;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper .flow_list ul li .flow_list_inner {
    width: 90px;
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  section.flow .flow_wrapper .flow_list ul li .flow_list_inner img {
    width: 90px;
  }
}
section.flow .flow_wrapper .flow_list ul li .flow_list_text {
  margin-left: 10px;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper .flow_list ul li .flow_list_text {
    max-width: 100%;
    width: 100%;
    margin-left: 15px;
  }
}
section.flow .flow_wrapper .flow_list ul li .flow_list_text h3 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  border-bottom: 1px dotted #f37f2d;
  padding-bottom: 15px;
  margin-bottom: 10px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper .flow_list ul li .flow_list_text h3 {
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: none;
  }
  section.flow .flow_wrapper .flow_list ul li .flow_list_text h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/flow/line.png);
    width: 100%;
    height: 2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
section.flow .flow_wrapper .flow_list ul li .flow_list_text p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media screen and (max-width: 767px) {
  section.flow .flow_wrapper .flow_list ul li .flow_list_text p {
    text-align: left;
  }
}

.kaiketsu {
  padding: 130px 0 0;
  background-color: #fdf5df;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kaiketsu {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .kaiketsu .section_title span.sp_mgt {
    line-height: 42px;
  }
}
.kaiketsu::after {
  content: "";
  position: absolute;
  bottom: calc(-10.4166666667vw + 1px);
  left: 0;
  width: 100%;
  height: 10.4166666667vw;
  background-color: #fdf5df;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kaiketsu::after {
    bottom: -59px;
    height: 60px;
  }
}
.kaiketsu .nami {
  position: relative;
}
.kaiketsu .nami::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url(../images/kaiketsu/nami.svg);
}
.kaiketsu .kaiketsu_content .fukidashi {
  margin-top: 3.6458333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kaiketsu .kaiketsu_content .fukidashi {
    margin-top: 5.8666666667vw;
  }
  .kaiketsu .kaiketsu_content .fukidashi img {
    max-width: 315px;
  }
}
.kaiketsu .delipac {
  text-align: center;
}
.kaiketsu .delipac .delipac_title {
  margin-top: -35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kaiketsu .delipac .delipac_title h3 {
    text-align: center;
  }
  .kaiketsu .delipac .delipac_title h3 img {
    max-width: 334px;
  }
}
.kaiketsu .delipac .delipac_title p {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .kaiketsu .delipac .delipac_title p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
}
.kaiketsu .delipac .delipac_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kaiketsu .delipac .delipac_images {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .kaiketsu .delipac .delipac_images img {
    width: 50%;
  }
}
.kaiketsu .delipac .delipac_images .illust {
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kaiketsu .delipac .delipac_images .illust {
    right: -20px;
  }
}
.kaiketsu .delipac .delipac_images .illust img {
  width: 14.0104166667vw;
}
@media screen and (max-width: 767px) {
  .kaiketsu .delipac .delipac_images .illust img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kaiketsu .delipac .delipac_images .illust {
    display: none;
  }
}
.kaiketsu .delipac .delipac_content {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .kaiketsu .delipac .delipac_content {
    margin-top: 30px;
  }
}
.kaiketsu .delipac .delipac_content img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

section.kodawari {
  padding: 160px 0 100px;
}
@media screen and (max-width: 767px) {
  section.kodawari {
    padding: 48px 0;
  }
}
section.kodawari h2 {
  text-align: center;
}
section.kodawari h2 span.text {
  position: relative;
}
section.kodawari h2 span.text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -80px;
  width: 34px;
  height: 64px;
  background-image: url(../images/kodawari/lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  section.kodawari h2 span.text::before {
    top: 0;
    left: -50px;
    width: 20px;
    height: 75px;
    background-size: cover;
    background-image: url(../images/kodawari/lines_sp.svg);
  }
}
section.kodawari h2 span.text::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -60px;
  width: 34px;
  height: 64px;
  background-image: url(../images/kodawari/lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  section.kodawari h2 span.text::after {
    top: 0;
    right: -50px;
    width: 20px;
    height: 75px;
    background-size: cover;
    background-image: url(../images/kodawari/lines_sp.svg);
  }
}
section.kodawari h2 .text {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.kodawari h2 .text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 48px */
  }
}
section.kodawari h2 .text::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  background-image: url(../images/kodawari/lines.svg);
}
section.kodawari h2 .circle {
  position: relative;
}
section.kodawari h2 .circle::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #f37f2d;
}
@media screen and (max-width: 767px) {
  section.kodawari h2 .circle::before {
    width: 5px;
    height: 5px;
  }
}
section.kodawari .kodawari_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 124px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards {
    margin-top: 80px;
    gap: 80px;
  }
}
section.kodawari .kodawari_cards .kodawari_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
section.kodawari .kodawari_cards .kodawari_card .kodawari_point {
  position: absolute;
  top: 20px;
  left: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f37f2d;
  color: #fff;
  padding: 0 20px 16px;
  border-radius: 8px 8px 0px 0px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .kodawari_card .kodawari_point {
    top: 10px;
    left: 20px;
    padding: 10px 15px;
  }
}
section.kodawari .kodawari_cards .kodawari_card .kodawari_point span.line {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 11.8px;
}
section.kodawari .kodawari_cards .kodawari_card .kodawari_point span.line span.text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 7px;
}
section.kodawari .kodawari_cards .kodawari_card .kodawari_point span.line span.num {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .kodawari_card .kodawari_point span.line span.num {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
section.kodawari .kodawari_cards .kodawari_card.kodawari_card_style2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.kodawari .kodawari_cards .kodawari_card:nth-child(2) .yellow_box {
  border: 20px solid #ffda3f;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .kodawari_card:nth-child(2) .yellow_box {
    border: 10px solid #ffda3f;
  }
}
section.kodawari .kodawari_cards .yellow_box {
  border-radius: 30px;
  border: 20px solid #f4b139;
  padding: 90px 4.6354166667vw;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.kodawari .kodawari_cards .yellow_box {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .yellow_box {
    padding: 50px 30px;
    border: 10px solid #f4b139;
  }
}
section.kodawari .kodawari_cards .yellow_box .yellow_box_inner {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .yellow_box .yellow_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.kodawari .kodawari_cards .yellow_box .yellow_box_inner .yellow_box_text {
  width: 100%;
}
section.kodawari .kodawari_cards .yellow_box .yellow_box_inner .yellow_box_text h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--main, #f37f2d);
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .yellow_box .yellow_box_inner .yellow_box_text h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
}
section.kodawari .kodawari_cards .yellow_box .yellow_box_inner .yellow_box_text h3 span.orange {
  color: var(--yellow-2, #f4b139);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .yellow_box .yellow_box_inner .yellow_box_text h3 span.orange {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.006%;
  }
}
section.kodawari .kodawari_cards .yellow_box .yellow_box_inner .yellow_box_text p {
  margin-top: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .yellow_box .yellow_box_inner .yellow_box_text p {
    margin-top: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 36px */
  }
}
section.kodawari .kodawari_cards .yellow_box .yellow_box_inner .yellow_box_image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .yellow_box.yellow_box_style2 .yellow_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.kodawari .kodawari_cards .yellow_box.yellow_box_style2 .yellow_box_inner .yellow_box_text h3 {
  text-align: center;
}
section.kodawari .kodawari_cards .yellow_box.yellow_box_style2 .yellow_box_inner .yellow_box_text h4 {
  margin-top: 10px;
  color: var(--yellow-2, #f4b139);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .yellow_box.yellow_box_style2 .yellow_box_inner .yellow_box_text h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
section.kodawari .kodawari_cards .yellow_box.yellow_box_style2 .yellow_box_inner.yellow_box_inner_style2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .yellow_box.yellow_box_style2 .yellow_box_inner.yellow_box_inner_style2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.kodawari .kodawari_cards .anzen_box {
  padding: 20px;
  border: 1px solid #f37f2d;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .anzen_box {
    padding: 30px 20px;
  }
}
section.kodawari .kodawari_cards .anzen_box .anzen_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .anzen_box .anzen_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
section.kodawari .kodawari_cards .anzen_box .anzen_box_inner .anzen_box_text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .anzen_box .anzen_box_inner .anzen_box_text {
    width: 100%;
  }
}
section.kodawari .kodawari_cards .anzen_box .anzen_box_inner .anzen_box_text .anzen_box_text_inner {
  max-width: 426px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .anzen_box .anzen_box_inner .anzen_box_text .anzen_box_text_inner {
    max-width: 100%;
  }
}
section.kodawari .kodawari_cards .anzen_box .anzen_box_inner .anzen_box_text .anzen_box_text_inner h3 span {
  color: var(--main, #f37f2d);
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #f37f2d;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section.kodawari .kodawari_cards .anzen_box .anzen_box_inner .anzen_box_text .anzen_box_text_inner h3 span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-align: center;
  }
}

section.lineup {
  background-color: #f37f2d;
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  section.lineup {
    padding: 25px 0 140px;
  }
}
@media screen and (max-width: 1024px) {
  section.lineup {
    overflow-x: hidden;
  }
}
section.lineup .lineup_wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  padding: 90px 20px 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.lineup .lineup_wrapper {
    padding: 60px 20px 80px;
  }
}
section.lineup .lineup_wrapper .bottom_image {
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  text-align: center;
}
section.lineup .lineup_wrapper .bottom_image img {
  width: 300px;
}
section.lineup .lineup_wrapper .image1 {
  position: absolute;
  top: 30px;
  left: -70px;
}
section.lineup .lineup_wrapper .image1 img {
  max-width: 301px;
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  section.lineup .lineup_wrapper .image1 {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  section.lineup .lineup_wrapper .image1 {
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup .lineup_wrapper .image1 {
    display: none;
  }
}
section.lineup .lineup_wrapper .image2 {
  position: absolute;
  top: 30px;
  right: -70px;
}
section.lineup .lineup_wrapper .image2 img {
  max-width: 298px;
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  section.lineup .lineup_wrapper .image2 {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  section.lineup .lineup_wrapper .image2 {
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup .lineup_wrapper .image2 {
    display: none;
  }
}
section.lineup h2 {
  text-align: center;
  font-size: clamp(2rem, 1.8483009709rem + 0.6472491909vw, 2.625rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 200px;
}
@media screen and (max-width: 1024px) {
  section.lineup h2 {
    font-size: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  section.lineup h2 {
    font-size: 32px;
    padding: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
section.lineup h2 span {
  position: relative;
}
section.lineup h2 span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -21px;
  width: 50px;
  height: 52px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/lineup/dot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  section.lineup h2 span::before {
    width: 38px;
    height: 36px;
  }
}
section.lineup h3 {
  margin-top: 12px;
  font-size: 24px;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 0 240px;
}
@media screen and (max-width: 767px) {
  section.lineup h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
  }
}
section.lineup .lineup_list {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  section.lineup .lineup_list {
    margin-top: 34px;
  }
}
section.lineup .lineup_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.lineup .lineup_list ul li {
  width: 100%;
  max-width: 290px;
  border-radius: 30px;
}
section.lineup .lineup_list ul li .lineup_list_inner {
  padding: 26px 15px 35px;
  border-radius: 10px;
  -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;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.lineup .lineup_list ul li .lineup_list_inner {
    padding: 26px 20px;
  }
}
section.lineup .lineup_list ul li .lineup_list_inner h4 {
  color: var(--white, #fff);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  padding: 12px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.lineup .lineup_list ul li .lineup_list_inner h4 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
section.lineup .lineup_list ul li .lineup_list_inner p {
  color: var(--white, #fff);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
  margin-top: 12px;
}
section.lineup .lineup_list ul li:first-child {
  background-color: #c40024;
}
section.lineup .lineup_list ul li:nth-child(2) {
  background-color: #e58a00;
}
section.lineup .lineup_list ul li:nth-child(3) {
  background-color: #f78467;
}
section.lineup .lineup_list ul li:nth-child(4) {
  background-color: #687bff;
}
section.lineup .lineup_list ul li:nth-child(5) {
  background-color: #80ba0d;
}

.onayami {
  padding: 60px 0 125px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami {
    padding: 50px 0 60px;
  }
}
.onayami .section_title {
  position: relative;
}
.onayami .section_title .illust {
  position: absolute;
  left: -22px;
  top: -101px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .onayami .section_title .illust {
    left: 0;
    top: -107px;
  }
  .onayami .section_title .illust img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .onayami .section_title .illust {
    left: auto;
    bottom: -6px;
    right: 0;
    top: auto;
  }
  .onayami .section_title .illust img {
    width: 82px;
  }
}
@media screen and (max-width: 1024px) {
  .onayami .section_title .line {
    margin-top: -10px;
  }
}
.onayami .onayami_cards {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami .onayami_cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    row-gap: 30px;
  }
  .onayami .onayami_cards .onayami_card {
    width: calc(50% - 7.5px);
  }
}
.onayami .onayami_cards .illust {
  position: absolute;
  top: -200px;
  left: 0;
}
.onayami .onayami_cards .onayami_card h3 {
  font-size: 20px;
  margin-top: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .onayami .onayami_cards .onayami_card h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 150%;
    margin-top: 10px;
  }
}
.onayami .onayami_cards .onayami_card .thumb {
  text-align: center;
}
.onayami .arrow {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .onayami .arrow {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    width: 27px;
  }
}
.shimekiri_block {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  padding: 70px 20px 100px 20px;
  -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;
  gap: 30px;
  border-radius: 30px;
  background: var(--yellow-w, #fdf5df);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .shimekiri_block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shimekiri_block {
    margin-top: 90px;
    padding: 50px 20px 50px 20px;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  .shimekiri_block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shimekiri_block {
    width: 100%;
  }
}
.shimekiri_block div.shimekiri_sub_head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 532px;
  height: 52px;
  background: var(--yellow-2, #f4b139);
  width: 100%;
  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;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .shimekiri_block div.shimekiri_sub_head {
    max-width: 228px;
    height: 44px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.shimekiri_block div.shimekiri_sub_head p {
  color: var(--white, #fff);
}
.shimekiri_block h3 {
  color: var(--gray, #333);
  text-align: center;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .shimekiri_block h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.shimekiri_block h4 {
  color: var(--main, #f37f2d);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .shimekiri_block h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
  }
}
.shimekiri_block p {
  color: var(--gray, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .shimekiri_block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.shimekiri_block .shimekiri_block_body {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shimekiri_block .shimekiri_block_body {
    padding: 0 10px;
  }
}
.shimekiri_block .shimekiri_block_body img {
  width: 100%;
}

section.solution {
  background-color: #f37f2d;
  padding: 15.625vw 0 0;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1340px) {
  section.solution {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  section.solution {
    padding: 130px 0 40px;
  }
}
section.solution::after {
  content: "";
  position: absolute;
  bottom: -200px;
  bottom: calc(-10.4166666667vw + 1px);
  left: 0;
  width: 100%;
  height: 200px;
  height: 10.4166666667vw;
  background-color: #f37f2d;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.solution::after {
    bottom: -59px;
    height: 60px;
  }
}
section.solution .section_title_style2 {
  padding-top: 5.2083333333vw;
  margin-top: -5.2083333333vw;
}
@media screen and (max-width: 1024px) {
  section.solution .section_title_style2 {
    padding-top: 60px;
    margin-top: -60px;
  }
}
section.solution .section_title_style2 div.white_box {
  background-color: #fff;
  padding: 20px 20px;
  max-width: 918px;
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.solution .section_title_style2 div.white_box {
    padding: 30px 15px;
  }
}
section.solution .section_title_style2 div.white_box p {
  color: var(--main, #f37f2d);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.solution .section_title_style2 div.white_box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
section.solution .section_title_style2 .title_txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.solution .section_title_style2 .title_txt {
    margin-top: 20px;
  }
}
section.solution .section_title_style2 .title_txt h2 {
  color: var(--white, #fff);
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.solution .section_title_style2 .title_txt h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: -2px;
  }
}
section.solution .section_title_style2 .title_txt h2 span {
  color: var(--white, #fff);
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  section.solution .section_title_style2 .title_txt h2 span {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
  }
}
section.solution .solution_content {
  margin-top: 60px;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 767px) {
  section.solution .solution_content {
    margin-top: 45px;
    top: auto;
  }
}
section.solution .solution_content .solution_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  row-gap: 78px;
}
@media screen and (max-width: 767px) {
  section.solution .solution_content .solution_cards {
    row-gap: 45px;
  }
}
section.solution .solution_content .solution_cards .solution_card {
  width: calc(50% - 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.solution .solution_content .solution_cards .solution_card {
    width: 100%;
  }
}
section.solution .solution_content .solution_cards .solution_card .white_wrap {
  padding: 50px 40px 50px 40px;
  position: relative;
  background-color: #fff;
  border-radius: 0px 30px 30px 30px;
  background: var(--white, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  section.solution .solution_content .solution_cards .solution_card .white_wrap {
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
  }
}
section.solution .solution_content .solution_cards .solution_card .white_wrap .num {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  section.solution .solution_content .solution_cards .solution_card .white_wrap .num {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.solution .solution_content .solution_cards .solution_card .white_wrap .num img {
    width: 50px;
  }
}
section.solution .solution_content .solution_cards .solution_card .white_wrap .solution_card_title h3 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.solution .solution_content .solution_cards .solution_card .white_wrap .solution_card_title h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
section.solution .solution_content .solution_cards .solution_card .white_wrap .solution_card_title div.image {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.solution .solution_content .solution_cards .solution_card .white_wrap .solution_card_title div.image {
    text-align: center;
    margin-top: 20px;
  }
}
section.solution .solution_content .solution_cards .solution_card p.remark {
  position: absolute;
  bottom: -34px;
  left: 0;
  margin-top: 10px;
  color: var(--white, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media screen and (max-width: 767px) {
  section.solution .solution_content .solution_cards .solution_card p.remark {
    margin-top: 5px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 240% */
  }
}

.voice {
  padding: 124px 0 210px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 70px 0 66px;
  }
}
.voice h2 {
  text-align: center;
}
.voice h2 .text {
  position: relative;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .voice h2 .text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.voice h2 .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 36px;
  height: 30px;
  background: url(../images/voice/left.png) no-repeat center center/contain;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .voice h2 .text::before {
    width: 27px;
    height: 23px;
  }
}
.voice h2 .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 36px;
  height: 30px;
  background: url(../images/voice/right.png) no-repeat center center/contain;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .voice h2 .text::after {
    width: 27px;
    height: 23px;
  }
}
.voice .user_card {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  border: 4px solid var(--main, #f37f2d);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice .user_card {
    padding: 40px 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .voice .user_card {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }
}
.voice .user_card div.info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .voice .user_card div.info {
    width: 100%;
  }
}
.voice .user_card div.info table {
  width: 100%;
}
.voice .user_card div.info table tr {
  border-bottom: 1px solid #919191;
}
.voice .user_card div.info table tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .voice .user_card div.info table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.voice .user_card div.info table tr th {
  padding: 14px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice .user_card div.info table tr th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .voice .user_card div.info table tr th {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.voice .user_card div.info table tr td {
  padding: 14px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice .user_card div.info table tr td {
    text-indent: -1.2em;
    padding-left: 1em;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .voice .user_card div.info table tr td {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-indent: -1.2em;
    padding-left: 1em;
  }
}
.voice .user_card div.text p {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.voice .user_card div.text p strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .voice .user_card div.text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
}
.voice .voice_cards {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .voice .voice_cards {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice .voice_cards .voice_card {
  width: calc(50% - 20px);
  padding: 50px 50px 58px 80px;
  background-color: #ebebeb;
  min-height: 598px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice .voice_cards .voice_card {
    width: 100%;
    padding: 40px 20px 40px 40px;
    height: auto;
    min-height: auto;
  }
}
.voice .voice_cards .voice_card::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  width: 24px;
  height: calc(100% - 88px);
  background-image: url(../images/voice/hole.png);
}
@media screen and (max-width: 767px) {
  .voice .voice_cards .voice_card::before {
    width: 14px;
    background-size: 100% auto;
    background-image: url(../images/voice/key.png);
    height: calc(100% - 88px);
  }
}
.voice .voice_cards .voice_card h3 {
  color: var(--main, #f37f2d);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 1px solid #f37f2d;
  border-bottom: 1px solid #f37f2d;
  background-color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .voice .voice_cards .voice_card h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.voice .voice_cards .voice_card div.text {
  margin-top: 22px;
}
.voice .voice_cards .voice_card div.text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 200% */
}
.voice .voice_cards .voice_card div.text p strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .voice .voice_cards .voice_card div.text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
  }
  .voice .voice_cards .voice_card div.text p strong {
    font-weight: 700;
  }
}
.voice .voice_cards .voice_card .image {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .voice .voice_cards .voice_card .image {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    text-align: center;
  }
}
.voice .voice_cards .voice_card .image.illustration1 {
  padding: 0 20px 0 20px;
}
.voice .voice_cards .voice_card .image.illustration1 img {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .voice .voice_cards .voice_card .image.illustration1_voice {
    padding: 0 20px 0 20px;
    margin-top: 46px;
  }
  .voice .voice_cards .voice_card .image.illustration1_voice img {
    max-width: 260px;
  }
}/*# sourceMappingURL=main.css.map */