@import url("https://cdn.jsdelivr.net/npm/destyle.css@3.0.2/destyle.css");
:root {
  --main_txt: #251e1c;
  --white: #ffffff;
  --blue_01: #10457d;
  --blue_02: #4168cc;
  --blue_03: #387aba;
  --red_01: #ed3e3e;
  --gray_01: #d4ede6;
  --gray_02: #5a6066;
  --gray_03: #a2aab2;
  --brown_01: #997640;
  --gra_blue_01: linear-gradient(to bottom, #123d66 0%, #387aba 100%);
  --gra_blue_02: linear-gradient(to bottom, #9de7fe 0%, #2c55b5 100%);
  --gra_blue_03: linear-gradient(to bottom, #f1f6fa 0%, #83c2ec 100%);
  --gra_purple_02: linear-gradient(to bottom, #d4b2d6 0%, #4168cc 100%);
  --bg_01: #f5f5f5;
  --bg_02: #ebf1fa;
  --bg_03: #f6f4ef;
  --bg_green_01: #ebfaf4;
  --green_gra_01: linear-gradient(90deg, #30c9cb 0%, #b2d87a 100%);
  --green_01: #0ac2bd;
  --green_02: #3bb0a4;
  --green_03: #1c8c81;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 54.69%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--main_txt);
  background: #fff;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-weight: 500;
  margin: 0;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1240px;
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: var(--main_txt);
}

a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-inline: auto;
  }
}

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

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  color: --text;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
input,
textarea,
select,
button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.35em 0.75em;
  width: auto;
}

input[type=submit],
button {
  background: --primary;
  border-color: --primary;
  color: --text_reversal;
}
input[type=submit]:hover,
button:hover {
  opacity: 0.8;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft {
    float: left;
    margin-right: 30px;
  }
  .alignright {
    float: right;
    margin-left: 30px;
  }
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .spbasic {
    display: none !important;
  }
  .pcbr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
  .spbr {
    display: block;
  }
}
@media only screen and (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
@media (width: 390px) {
  .spbr390 {
    display: block !important;
  }
}
.container {
  max-width: calc(100% - 40px);
  margin-inline: auto;
  width: 1200px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 26px;
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}

body.archive .contents, body.single .contents {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-inline: auto;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}

figure {
  text-align: center;
}

section p {
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  section p {
    font-size: 17px;
    letter-spacing: 1.36px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 768px) {
  header {
    min-width: 1240px;
  }
}
@media (min-width: 1240px) {
  header {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  header .header_inner {
    padding: 24px 24px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header .header_logo img {
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  header .header_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
  }
  header .conversion_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin: 0;
  }
  header .conversion_block li {
    width: 334px;
  }
  header .conversion_block li a {
    border-radius: 50px;
    padding: 0px 14px;
    gap: 12px;
  }
  header .conversion_block li a .ic {
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
  }
  header .conversion_block li.existing_bnr {
    width: 275px;
  }
  header .conversion_block li.existing_bnr a .txt {
    display: none;
  }
  header .conversion_block li.existing_bnr a .pc-header-only-txt {
    letter-spacing: 1.2px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  header .conversion_block li.new_bnr a .txt {
    width: 242px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    letter-spacing: 1.19px;
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
  header.scrolled .header_inner {
    padding: 19px 20px 14px 30px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 4px 16px 0 rgba(68, 62, 55, 0.08);
            box-shadow: 0 4px 16px 0 rgba(68, 62, 55, 0.08);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header.scrolled .header_inner .header_logo {
    padding-top: 7px;
  }
  header.scrolled .header_inner .header_logo img {
    width: 206px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  header.scrolled .conversion_block {
    margin-top: 3px;
  }
  header.scrolled .hamburger {
    margin-top: 3px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  header .header_inner:hover {
    padding: 19px 20px 14px 30px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 4px 16px 0 rgba(68, 62, 55, 0.08);
            box-shadow: 0 4px 16px 0 rgba(68, 62, 55, 0.08);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header .header_inner:hover .header_logo {
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    padding-top: 7px;
  }
  header .header_inner:hover .header_logo img {
    width: 206px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
@media (max-width: 767px) {
  header {
    padding: 14px 12px 10px 16px;
    -webkit-transition: padding 0.3s ease-in;
    transition: padding 0.3s ease-in;
    z-index: 10;
  }
  header.scrolled {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 4px 16px 0 rgba(68, 62, 55, 0.08);
            box-shadow: 0 4px 16px 0 rgba(68, 62, 55, 0.08);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header .header_inner {
    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;
  }
  header .header_logo {
    margin-top: 4px;
  }
  header .header_logo img {
    width: 144px;
  }
}

@media (max-width: 767px) {
  .overflow-y header {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 4px 16px 0 rgba(68, 62, 55, 0.08);
            box-shadow: 0 4px 16px 0 rgba(68, 62, 55, 0.08);
    padding: 10px 12px 13px 16px;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  header .conversion_block li a {
    gap: 8px;
  }
}
.sp_nav {
  position: sticky;
  top: 0;
  z-index: 2;
}
.sp_nav .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  border-radius: 70px;
  background: #40BFD4;
  -webkit-box-shadow: 0 0 24px 0 rgba(35, 56, 81, 0.1);
          box-shadow: 0 0 24px 0 rgba(35, 56, 81, 0.1);
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sp_nav .hamburger span {
  width: 28px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sp_nav .hamburger span:nth-child(1) {
  top: 24px;
}
.sp_nav .hamburger span:nth-child(2) {
  top: 31px;
  background: #A0E9E6;
}
.sp_nav .hamburger span:nth-child(3) {
  bottom: 23px;
}
.sp_nav .hamburger.open span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sp_nav .hamburger.open span:nth-child(1) {
  top: 31px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.sp_nav .hamburger.open span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sp_nav .hamburger.open span:nth-child(3) {
  bottom: 31px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
@media (max-width: 767px) {
  .sp_nav .hamburger {
    width: 56px;
    height: 56px;
  }
  .sp_nav .hamburger span {
    width: 24px;
  }
  .sp_nav .hamburger span:nth-child(1) {
    top: 19px;
  }
  .sp_nav .hamburger span:nth-child(2) {
    top: 27px;
  }
  .sp_nav .hamburger span:nth-child(3) {
    bottom: 19px;
  }
  .sp_nav .hamburger.open span:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  .sp_nav .hamburger.open span:nth-child(3) {
    bottom: 27px;
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .sp_nav .hamburger:hover {
    background: #2D91C2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sp_nav .hamburger:hover span:nth-child(2) {
    background: #AAC6F4;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .menu_bk {
    display: none !important;
  }
}

.global_nav {
  z-index: 10;
  display: none;
}
.global_nav .nav_wrapper::-webkit-scrollbar {
  width: 8px;
}
.global_nav .nav_wrapper::-webkit-scrollbar-thumb {
  background: #1B6770;
  border-radius: 4px;
}
.global_nav .nav_wrapper::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #C1EEEA;
}
.global_nav .menu {
  padding: 0;
  list-style: none;
  max-width: 100%;
}
.global_nav .menu a {
  text-decoration: none;
  color: var(--white);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 17px;
  line-height: 159%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 29px 16px 8px;
  position: relative;
}
.global_nav .menu a:before, .global_nav .menu a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.global_nav .menu a:before {
  background: #FAFAFA;
  z-index: 0;
}
.global_nav .menu a:after {
  background: #B4D7E0;
  z-index: 1;
  width: 0;
}
.global_nav .menu a .arrow {
  width: 24px;
  height: 24px;
  background: #C3F5F4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto 0;
  overflow: hidden;
}
.global_nav .menu a .arrow:before, .global_nav .menu a .arrow:after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  background-size: cover;
}
.global_nav .menu a .arrow:before {
  background: url(../img/arrow_dw.svg) no-repeat center/cover;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}
.global_nav .menu a .arrow:after {
  background: url(../img/arrow_dw.svg) no-repeat center/cover;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}
@media (min-width: 768px) and (hover: hover) {
  .global_nav .menu a .arrow:before, .global_nav .menu a .arrow:after {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  }
  .global_nav .menu a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .global_nav .menu a:hover .arrow {
    background: #E0FAF9;
    -webkit-transition: 0.5 ease;
    transition: 0.5 ease;
  }
  .global_nav .menu a:hover:after {
    width: 100%;
    -webkit-transition: 0.5 ease;
    transition: 0.5 ease;
  }
  .global_nav .menu a:hover .arrow:before {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .global_nav .menu a:hover .arrow:after {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .global_nav {
    width: 390px;
    height: 100vh;
    padding: 60px 17px 60px 30px;
    position: absolute;
    top: 100%;
    right: 0;
    background: linear-gradient(174deg, #52CC91 4.74%, #3B93E0 101.28%);
    -webkit-box-shadow: -4px 0 20px 0 rgba(68, 62, 55, 0.2);
            box-shadow: -4px 0 20px 0 rgba(68, 62, 55, 0.2);
    display: block !important;
    -webkit-transform: translateX(calc(100% + 50px));
            transform: translateX(calc(100% + 50px));
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .global_nav:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(174deg, #5290CC 4.74%, #3675B2 101.28%);
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
  }
  .global_nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .global_nav .nav_wrapper {
    height: calc(100vh - 200px);
    overflow: auto;
  }
  .global_nav .menu {
    max-width: 322px;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .global_nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#92D4D3), color-stop(93.76%, #EAFEEE));
    background: linear-gradient(0deg, #92D4D3 0%, #EAFEEE 93.76%);
    -webkit-box-shadow: -4px 0 10px 0 rgba(68, 62, 55, 0.2);
            box-shadow: -4px 0 10px 0 rgba(68, 62, 55, 0.2);
    overflow: auto;
    padding: 0 6px 0 24px;
  }
  .global_nav .nav_wrapper {
    padding-right: 10px;
    overflow: auto;
    height: calc(100vh - 140px);
    padding: 32px 0 40px 0;
  }
  .global_nav .menu {
    margin: 0 auto 47px;
  }
  .global_nav .menu a {
    color: var(--main_txt);
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.28px;
    padding: 16px 4px 16px 8px;
  }
  .global_nav .menu a:before {
    background: #87C8C1;
  }
  .global_nav .menu a .arrow {
    background: var(--green_02);
    bottom: 2px;
    right: 12px;
  }
  .global_nav .menu a .arrow:after {
    display: none;
  }
  .global_nav .menu a .arrow:before {
    background: url(../img/arrow_wh.svg) no-repeat center/cover;
    width: 10px;
    height: 8px;
    right: 7px;
  }
  .global_nav .drawer_conversion .conversion_block {
    margin-bottom: 100px;
  }
  .global_nav .drawer_conversion .conversion_block li {
    max-width: 336px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .global_nav .drawer_conversion .conversion_block li:not(:last-child) {
    margin-bottom: 10px;
  }
  .global_nav .drawer_conversion .conversion_block li:after {
    content: "";
    background: url(../img/arrow_wh.svg) no-repeat center/cover;
    width: 12px;
    height: 11px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 21px;
    margin: auto;
    z-index: 1;
  }
  .global_nav .drawer_conversion .conversion_block li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 146%;
    height: 66px;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
            box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
    border-radius: 40px;
    padding: 0 16px 0 13px;
    border-radius: 50px;
    overflow: hidden;
  }
  .global_nav .drawer_conversion .conversion_block li a br {
    display: none;
  }
  .global_nav .drawer_conversion .conversion_block li a .txt {
    text-align: left;
  }
  .global_nav .drawer_conversion .conversion_block li a .strong_txt {
    font-size: 17px;
  }
  .global_nav .drawer_conversion .conversion_block li a .ic {
    width: 34px;
    height: 34px;
  }
  .global_nav .drawer_conversion .conversion_block li a .pc-header-only-txt {
    display: none;
  }
  .global_nav .drawer_conversion .conversion_block .existing_bnr a .ic:after {
    width: 18px;
    height: 14px;
  }
  .global_nav .drawer_conversion .conversion_block .new_bnr a .ic:after {
    width: 22px;
    height: 22px;
    left: 3px;
  }
}

.menu_bk {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.conversion_block.wow {
  visibility: visible !important;
}

.visual-continuity-wrapper {
  background: url(../img/mainimage_bg_sp.png) no-repeat center top/contain, var(--bg_03);
}
@media (min-width: 768px) {
  .visual-continuity-wrapper {
    background: url(../img/mainimage_bg.png) no-repeat center top/contain, var(--bg_03);
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .visual-continuity-wrapper {
    background: url(../img/mainimage_bg_tab.png) no-repeat center top/contain, var(--bg_03);
  }
}
@media (min-width: 1921px) {
  .visual-continuity-wrapper {
    background-size: cover;
  }
}

.mainimage_wrap {
  overflow: hidden;
  position: relative;
}
.mainimage_wrap .conversion_block li {
  position: relative;
}
.mainimage_wrap .conversion_block li:after {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../img/arrow_wh.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  z-index: 1;
}
.mainimage_wrap .conversion_block li .pc-header-only-txt {
  display: none;
}
.mainimage_wrap .wow {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.mainimage_wrap .animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mainimage_wrap .mainimage.animated {
  -webkit-transition: 1s 0.5s ease;
  transition: 1s 0.5s ease;
}
.mainimage_wrap .maincopy.animated {
  -webkit-transition: 1s 1.5s ease;
  transition: 1s 1.5s ease;
}
.mainimage_wrap .mainimage.fadein,
.mainimage_wrap .maincopy.fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: none;
  transition: none;
}
.mainimage_wrap .mainimage.sp-fade,
.mainimage_wrap .maincopy.sp-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.mainimage_wrap .mainimage.sp-fade.animated,
.mainimage_wrap .maincopy.sp-fade.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .mainimage_wrap {
    position: relative;
    z-index: 0;
  }
  .mainimage_wrap .maininner {
    margin-top: 93px;
    padding-bottom: 160px;
    position: relative;
  }
  .mainimage_wrap .mainimage {
    text-align: center;
    max-width: 440px;
    margin: -13px auto 0;
  }
  .mainimage_wrap .mainimage img {
    width: 100%;
    margin: auto;
  }
  .mainimage_wrap .sp-fade01 {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    display: inline-block;
  }
  .mainimage_wrap .sp-fade01.animated {
    -webkit-transition: 1s 0.5s ease;
    transition: 1s 0.5s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mainimage_wrap .sp-fade02.animated {
    -webkit-transition: 1s 1.5s ease;
    transition: 1s 1.5s ease;
  }
  .mainimage_wrap .sp-fade03 {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    display: inline-block;
  }
  .mainimage_wrap .sp-fade03.animated {
    -webkit-transition: 1s 2.5s ease;
    transition: 1s 2.5s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mainimage_wrap .maincopy {
    max-width: 344px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .mainimage_wrap .maincopy .conversion_block {
    margin: auto;
    width: 336px;
    position: absolute;
    top: calc(100% + 295px);
    left: 0;
    right: 0;
  }
  .mainimage_wrap .maincopy .conversion_block li {
    width: 100%;
  }
  .mainimage_wrap .maincopy .conversion_block li:after {
    right: 19px;
  }
  .mainimage_wrap .maincopy .conversion_block li:not(:last-child) {
    margin-bottom: 10px;
  }
  .mainimage_wrap .maincopy .conversion_block li a {
    font-size: 15px;
    line-height: 146%;
    height: 60px;
    padding: 0 16px 0 13px;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
            box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
    border-radius: 40px;
  }
  .mainimage_wrap .maincopy .conversion_block li a:before, .mainimage_wrap .maincopy .conversion_block li a:after {
    border-radius: 50px;
  }
  .mainimage_wrap .maincopy .conversion_block li a br {
    display: none;
  }
  .mainimage_wrap .maincopy .conversion_block li a .ic {
    width: 34px;
    height: 34px;
  }
  .mainimage_wrap .maincopy .conversion_block li a .txt {
    text-align: left;
  }
  .mainimage_wrap .maincopy .conversion_block li a .strong_txt {
    font-size: 17px;
    letter-spacing: 1.44px;
  }
  .mainimage_wrap .maincopy .conversion_block li.existing_bnr a .ic:after {
    width: 18px;
    height: 14px;
  }
  .mainimage_wrap .maincopy .conversion_block li.new_bnr a .ic:after {
    width: 22px;
    height: 22px;
    left: 4px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 410px) {
  .mainimage_wrap .maincopy .conversion_block {
    top: calc(100% + 315px);
  }
}
@media (max-width: 389px) {
  .mainimage_wrap .maininner {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .mainimage_wrap .maininner {
    height: 960px;
    width: calc(100% - clamp(160px, 160px + 450 * (100vw - 1280px) / 640, 610px));
    margin: auto;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainimage_wrap .maincopy {
    z-index: 1;
    margin-top: -7px;
    margin-left: -1px;
  }
  .mainimage_wrap .maincopy.fadein .conversion_block,
  .mainimage_wrap .maincopy.fadein .sp-fade img {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 1s 1s;
    transition: 1s 1s;
  }
  .mainimage_wrap .maincopy.animated .conversion_block,
  .mainimage_wrap .maincopy.animated .sp-fade img {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 1s 1s;
    transition: 1s 1s;
  }
  .mainimage_wrap .mainimage {
    width: clamp(975px, 975px + 206 * (100vw - 1280px) / 640, 1181px);
    position: absolute;
    right: 100px;
    bottom: 38px;
  }
  .mainimage_wrap .mainimage.fadein {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 1s 1s;
    transition: 1s 1s;
  }
  .mainimage_wrap .mainimage.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 1s 2s;
    transition: 1s 2s;
  }
  .mainimage_wrap .conversion_block {
    display: grid;
    grid-template-columns: repeat(2, clamp(251px, 19.609vw, 265px));
    gap: 21px;
    margin: 50px auto 0;
  }
  .mainimage_wrap .conversion_block li a {
    padding: 0 12px 0 20px;
    height: 76px;
    font-size: 17px;
    line-height: 146%;
    gap: 17px;
    letter-spacing: 2px;
    border-radius: 10px;
  }
  .mainimage_wrap .conversion_block li a .strong_txt {
    font-size: 20px;
  }
  .mainimage_wrap .conversion_block li a:before, .mainimage_wrap .conversion_block li a:after {
    border-radius: 10px;
  }
  .mainimage_wrap .conversion_block li a .txt {
    text-align: center;
    line-height: 27px;
    -webkit-transform: translate(1px, -2px);
            transform: translate(1px, -2px);
    letter-spacing: 1.7px;
  }
  .mainimage_wrap .conversion_block li a .ic {
    -webkit-transform: translate(-1px, -2px);
            transform: translate(-1px, -2px);
  }
  .mainimage_wrap .conversion_block li.existing_bnr a .txt {
    text-align: left;
  }
  .mainimage_wrap .conversion_block li.new_bnr a {
    padding: 0 12px 0 18px;
    gap: 14px;
    letter-spacing: 1.2px;
  }
  .mainimage_wrap .conversion_block li.new_bnr a .txt {
    width: calc(100% - 76px);
    -webkit-transform: translate(-3px, -1px);
            transform: translate(-3px, -1px);
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    letter-spacing: 0.8px;
    line-height: 25px;
  }
  .mainimage_wrap .conversion_block li.new_bnr a .ic:before {
    top: -3px;
    left: 2px;
  }
  .mainimage_wrap .conversion_block li.new_bnr a .ic:after {
    left: 4px;
  }
  .mainimage_wrap .conversion_block li.new_bnr a .strong_txt {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .mainimage_wrap .mainimage {
    right: -100px;
    bottom: 143px;
  }
  .mainimage_wrap .conversion_block {
    gap: 35px;
  }
}
@media (min-width: 1921px) {
  .mainimage_wrap {
    width: 1920px;
    margin: auto;
  }
}

.conversion_block {
  padding: 0;
  list-style: none;
  z-index: 5;
}
.conversion_block li {
  width: 265px;
}
.conversion_block li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-size: 17px;
  height: 64px;
  color: #fff;
  line-height: 146%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.conversion_block li a:before, .conversion_block li a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .conversion_block li a:before, .conversion_block li a:after {
    border-radius: 70px;
  }
}
.conversion_block li a:before {
  opacity: 1;
}
.conversion_block li a:after {
  opacity: 0;
}
.conversion_block li a .ic {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fff;
}
.conversion_block li a .ic:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.conversion_block li a .txt {
  display: inline-block;
  text-align: center;
  width: calc(100% - 64px);
}
@media (hover: hover) {
  .conversion_block li a:hover {
    opacity: 1;
  }
  .conversion_block li a:hover:before, .conversion_block li a:hover:after {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .conversion_block li a:hover:before {
    opacity: 0;
  }
  .conversion_block li a:hover:after {
    opacity: 1;
  }
  .conversion_block li a:hover .ic {
    background: #F7FBFC;
  }
}
.conversion_block li.existing_bnr a {
  position: relative;
  background: #1AC4C7;
}
.conversion_block li.existing_bnr a:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#30C9CB), to(#4C8ADA));
  background: linear-gradient(180deg, #30C9CB 0%, #4C8ADA 100%);
}
.conversion_block li.existing_bnr a:after {
  background: #1AC4C7;
  -webkit-box-shadow: 2px 2px 7px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 2px 2px 7px 0 rgba(68, 62, 55, 0.2);
}
.conversion_block li.existing_bnr a .ic:after {
  width: 23px;
  height: 17px;
  background: url(../img/ic_mail.svg) no-repeat center/cover;
}
.conversion_block li.new_bnr a {
  background: #5093E4;
}
.conversion_block li.new_bnr a:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#2053B2), to(#4D9DFF));
  background: linear-gradient(0deg, #2053B2 0%, #4D9DFF 100%);
}
.conversion_block li.new_bnr a:after {
  background: #5093E4;
}
.conversion_block li.new_bnr a .ic:after {
  width: 28px;
  height: 28px;
  background: url(../img/ic_new.svg) no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .conversion_block li a {
    letter-spacing: 1.6px;
  }
}

.side_block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: env(safe-area-inset-bottom);
  margin: auto;
  z-index: 1;
  max-width: 420px;
  width: 100%;
}
.side_block .conversion_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.side_block .conversion_block li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.52px;
  padding: 10px 2px 10px 20px;
  height: 59px;
}
.side_block .conversion_block li a:before {
  border-radius: 0;
}
.side_block .conversion_block li a .strong_txt {
  font-size: 14px;
  letter-spacing: 0.56px;
}
.side_block .conversion_block li a .ic {
  width: 36px;
  height: 36px;
}
.side_block .conversion_block li a .txt {
  text-align: left;
}
.side_block .conversion_block li.existing_bnr a {
  padding-left: 25px;
  gap: 7px;
}
.side_block .conversion_block li.existing_bnr a .ic:after {
  width: 19px;
  height: 14px;
}
.side_block .conversion_block li.existing_bnr a .txt {
  text-align: center;
}
.side_block .conversion_block li.existing_bnr a .pc-header-only-txt {
  display: none;
}
.side_block .conversion_block li.new_bnr a {
  gap: 10px;
}
.side_block .conversion_block li.new_bnr a .ic:after {
  width: 23px;
  height: 23px;
  left: 3px;
}
.side_block .conversion_block li.new_bnr a .txt {
  text-align: center;
}
.side_block .conversion_block li.new_bnr a .strong_txt {
  display: block;
}
@media (max-width: 389px) {
  .side_block .conversion_block li a {
    padding-left: 15px !important;
  }
}

.totop {
  position: fixed;
  display: none;
}
.totop .arrow {
  position: relative;
  padding-top: 16px;
}
.totop .arrow:before {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/ic_totop.svg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .totop {
    right: 30px;
    bottom: 0;
    cursor: pointer;
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .totop .totop_inner {
    padding: 23px 32px 9px 32px;
    border-radius: 40px 40px 0 0;
    background: #1FAA79;
    -webkit-box-shadow: 0 0 20px 0 rgba(51, 48, 47, 0.2);
            box-shadow: 0 0 20px 0 rgba(51, 48, 47, 0.2);
    width: 65px;
    height: 70px;
    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;
    overflow: hidden;
  }
  .totop .arrow {
    position: relative;
    padding-top: 16px;
  }
  .totop .arrow:before {
    content: "";
    width: 20px;
    height: 12px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/ic_totop.svg) no-repeat center/cover;
  }
}
@media (hover: hover) {
  .totop .totop_inner .arrow:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .totop .totop_inner:hover {
    background: #59C29D;
    -webkit-box-shadow: 0 0 26.25px 0 rgba(51, 48, 47, 0.2);
            box-shadow: 0 0 26.25px 0 rgba(51, 48, 47, 0.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .totop .totop_inner:hover .arrow:before {
    top: -7px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .totop {
    position: fixed;
    right: 12px;
    bottom: calc(70px + env(safe-area-inset-bottom));
  }
  .totop .totop_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 56px;
    padding-top: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    background: #45494D;
    -webkit-box-shadow: 0 0 20px 0 rgba(51, 48, 47, 0.2);
            box-shadow: 0 0 20px 0 rgba(51, 48, 47, 0.2);
  }
  .totop .arrow {
    color: var(--white);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.26px;
  }
  .totop .arrow:before {
    width: 20px;
    height: 12px;
    top: -1px;
  }
}

.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
.btnstyle a {
  line-height: 1.5;
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
  text-decoration: none !important;
  color: #fff !important;
  min-width: auto;
  max-width: 280px;
  background: #0f406c;
  border: 1px solid #0f406c;
  width: 100%;
  border-radius: 0;
  padding: 1.3rem 2.4rem;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnstyle a:hover {
  opacity: 0.7;
}
.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.fadein.animated {
  opacity: 1;
  -webkit-transition: 1s 1s ease;
  transition: 1s 1s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.color_blue {
  color: var(--blue_01);
}

.txt_wrap p {
  line-break: strict;
}
.txt_wrap:not(:last-child) {
  margin-bottom: clamp(28px, 4.8vw, 60px);
}

.box_bg {
  padding: 70px 80px;
  border-radius: 20px;
  background: var(--bg_02);
}
.box_bg .txt_wrap p {
  font-size: 17px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.36px;
}
@media (max-width: 767px) {
  .box_bg {
    padding: 32px 20px;
    border-radius: 14px;
  }
  .box_bg .txt_wrap p {
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1.2px;
  }
}

.contents_block:not(:last-child) {
  margin-bottom: clamp(58px, 9.67vw, 123px);
}

.bef_aft_parts .col {
  padding: 50px 0;
  border-radius: 26px;
  background: var(--white);
  -webkit-box-shadow: 4px 4px 30px 0 rgba(86, 106, 123, 0.35);
          box-shadow: 4px 4px 30px 0 rgba(86, 106, 123, 0.35);
}
@media (max-width: 767px) {
  .bef_aft_parts .col {
    padding: 30px 20px;
    border-radius: 14px;
  }
}
@media (min-width: 768px) {
  .bef_aft_parts {
    margin: 0 23px 0 21px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 146px;
  }
}

.jquery-modal.blocker.current {
  z-index: 10;
  background: rgba(15, 15, 15, 0.4784313725);
}

#youtubeModal {
  max-width: 988px;
  width: 100%;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#youtubeModal.modal a.close-modal {
  background: url(../img/close_modal.svg) no-repeat center/cover;
  width: 60px;
  height: 60px;
  top: -75px;
  right: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#youtubeModal.modal a.close-modal:hover {
  background: url(../img/close_modal_h.svg) no-repeat center/cover;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubeModal_area figure {
  overflow: hidden;
  position: relative;
  max-width: 988px;
  width: 100%;
}

.open-youtube {
  position: relative;
  display: block;
}
.open-youtube:before {
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background: var(--blue_02);
  -webkit-box-shadow: 0 0 17.111px 0 rgba(36, 37, 37, 0.65);
          box-shadow: 0 0 17.111px 0 rgba(36, 37, 37, 0.65);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.open-youtube:after {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 6px;
  margin: auto;
  z-index: 1;
}
.open-youtube .overlay {
  display: block;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.open-youtube .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.open-youtube img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.open-youtube:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.open-youtube:hover:before {
  background: #668DF2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.open-youtube:hover .overlay:before {
  background: rgba(139, 139, 139, 0.6);
  mix-blend-mode: multiply;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .open-youtube:before {
    width: 60px;
    height: 60px;
  }
  .open-youtube:after {
    width: 17px;
    height: 17px;
  }
}

.modalopen .open-youtube:before, .modalopen .open-youtube:after {
  display: none;
}

.reason_parts:not(:last-child) {
  margin-bottom: clamp(58px, 6.76vw, 120px);
}
.reason_parts .reason_container {
  position: relative;
  border-radius: 30px;
  background: #FFF;
  padding: 70px 80px;
}
.reason_parts .reason_container:not(:last-child) {
  margin-bottom: clamp(58px, 6.76vw, 120px);
}
.reason_parts .reason_container:before {
  content: "";
  width: 10px;
  height: 90px;
  border-radius: 0 10px 10px 0;
  background: var(--blue_02);
  position: absolute;
  top: 70px;
  left: 0;
}
.reason_parts .reason_container h3 {
  border: 0;
  padding: 0;
  gap: 50px;
  color: var(--blue_01);
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2.24px;
}
.reason_parts .reason_container h3:before {
  display: none;
}
.reason_parts .reason_container h3 .reason_txt {
  color: #7E94CC;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.64px;
  display: block;
}
.reason_parts .reason_container h3 .reason_txt .num {
  color: var(--blue_02);
  text-align: center;
  font-size: 76px;
  line-height: 1;
  font-weight: 500;
  display: block;
  padding: 5px 0 0 0;
}
.reason_parts .reason_container h3 .ttl {
  display: block;
}
.reason_parts .reason_container .primary_block:not(:last-child) {
  margin-bottom: 64px;
}
.reason_parts .reason_container .box_bg figure img {
  -webkit-box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
}
@media (max-width: 767px) {
  .reason_parts .reason_container:before {
    width: 6px;
    height: 47px;
    top: 37px;
  }
  .reason_parts .reason_container h3 {
    font-size: 19px;
    letter-spacing: 1.52px;
    text-align: left;
    margin-bottom: 29px;
  }
  .reason_parts .reason_container h3 .reason_txt {
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.44px;
    display: table;
    padding-bottom: 14px;
  }
  .reason_parts .reason_container h3 .reason_txt .num {
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    padding: 1px 0 0;
  }
  .reason_parts .reason_container .primary_block:not(:last-child) {
    margin-bottom: 31px;
  }
  .reason_parts .reason_container .primary_block figure {
    margin-bottom: 30px;
  }
  .reason_parts .reason_container .box_bg {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .reason_parts .reason_container h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason_parts .reason_container h3 .num {
    width: 90px;
  }
  .reason_parts .reason_container h3 .ttl {
    width: calc(100% - 140px);
  }
  .reason_parts .reason_container .primary_block {
    display: grid;
    grid-template-columns: 468px 320px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 140px;
  }
  .reason_parts .reason_container .primary_block .col_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reason_parts .reason_container .primary_block .col_ctn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb62 {
    margin-bottom: 62px !important;
  }
  .ls13 {
    letter-spacing: 1.3px !important;
  }
  .sp17 {
    font-size: 17px !important;
  }
}
@media (min-width: 768px) {
  .pcmb30 {
    margin-bottom: 30px !important;
  }
  .pcpt60 {
    padding-top: 60px !important;
  }
}
.faq_parts {
  border: 1px solid var(--green_02);
  border-radius: 10px;
  overflow: hidden;
}
.faq_parts:not(:last-child) {
  margin-bottom: 30px;
}
.faq_parts .question {
  cursor: pointer;
}
.faq_parts .question .title {
  padding: 24px 90px 22px 112px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid var(--green_02);
  background: var(--bg_green_01);
  border: 0;
  margin: 0;
  color: var(--main_txt);
  font-size: 21px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
  position: relative;
}
.faq_parts .question .title:before {
  content: "Q";
  color: var(--green_02);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.84px;
  background: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 27px;
  bottom: auto;
  left: 29px;
}
.faq_parts .question .title:after {
  content: "";
  width: 1px;
  height: 40px;
  background: var(--gray_03);
  position: absolute;
  top: 22px;
  left: 83px;
}
.faq_parts .question .title .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 40px;
  height: 40px;
  background: var(--green_03);
  border-radius: 50%;
}
.faq_parts .question .title .arrow:before, .faq_parts .question .title .arrow:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.faq_parts .question .title .arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq_parts .question.open .title .arrow:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq_parts .answer {
  padding: 40px 40px 40px 107px;
  background: var(--bg_01);
  position: relative;
  border-top: solid 1px var(--green_02);
  display: none;
}
.faq_parts .answer:before {
  content: "A";
  color: var(--green_02);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.84px;
  position: absolute;
  top: 44px;
  left: 29px;
}
.faq_parts .answer:after {
  content: "";
  width: 1px;
  height: 40px;
  background: var(--gray_03);
  position: absolute;
  top: 41px;
  left: 79px;
}
.faq_parts .answer p {
  line-height: 170%;
}
.faq_parts .answer p:not(:last-child) {
  margin-bottom: 18px;
}
.faq_parts .answer .table_wrapper:not(:last-child) {
  margin-bottom: 18px;
}
.faq_parts .answer ul {
  padding-left: 10px;
}
.faq_parts .answer ul:not(:last-child) {
  margin-bottom: 30px;
}
.faq_parts .answer ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .faq_parts:not(:last-child) {
    margin-bottom: 24px;
  }
  .faq_parts .question .title {
    font-size: 15px;
    letter-spacing: 0.6px;
    padding: 12px 52px 9px 59px;
    line-height: 165%;
  }
  .faq_parts .question .title:before {
    font-size: 23px;
    letter-spacing: 2.76px;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq_parts .question .title:after {
    height: 26px;
    -webkit-transform: none;
            transform: none;
    top: 50%;
    left: 46px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq_parts .question .title .arrow {
    width: 30px;
    height: 30px;
    right: 13px;
  }
  .faq_parts .question .title .arrow:before, .faq_parts .question .title .arrow:after {
    width: 12px;
    height: 2px;
  }
  .faq_parts .answer {
    padding: 21px 14px 40px 59px;
  }
  .faq_parts .answer p {
    line-height: 172%;
  }
  .faq_parts .answer p:not(:last-child) {
    margin-bottom: 12px;
  }
  .faq_parts .answer ul {
    padding-left: 0;
  }
  .faq_parts .answer ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq_parts .answer ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .faq_parts .answer:before {
    font-size: 23px;
    letter-spacing: 2.76px;
    top: 22px;
    left: 16px;
  }
  .faq_parts .answer:after {
    height: 26px;
    top: 20px;
    left: 46px;
  }
  .faq_parts .answer .table_wrapper {
    margin-left: -44px;
  }
}

ol.list:not(:last-child) {
  margin-bottom: 24px;
}
ol.list li {
  color: var(--blue_01);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
  padding: 8px 16px 8px 61px;
  border-radius: 5px;
  background: #FFF;
  position: relative;
  counter-increment: list-counter;
  margin: 0;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
ol.list li:not(:last-child) {
  margin-bottom: 24px;
}
ol.list li:before {
  content: counter(list-counter, decimal-leading-zero);
  color: var(--blue_01);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.92px;
  position: absolute;
  left: 19px;
  top: 10px;
}
ol.list.bg_blue li {
  background: var(--blue_01);
  color: #fff;
}
ol.list.bg_blue li:before {
  color: #fff;
}
@media (max-width: 767px) {
  ol.list li {
    padding: 10px 10px 10px 51px;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.6px;
  }
  ol.list li:before {
    font-size: 18px;
    letter-spacing: 0.72px;
    top: 15px;
    left: 17px;
  }
}

ul.ul_circle {
  padding-left: 15px;
}
ul.ul_circle:not(:last-child) {
  margin-bottom: clamp(22px, 2.4vw, 30px);
}
ul.ul_circle li {
  position: relative;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.68px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
ul.ul_circle li:not(:last-child) {
  margin-bottom: 12px;
}
ul.ul_circle li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--green_01);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  ul.ul_circle li {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.6px;
    padding-left: 15px;
  }
  ul.ul_circle li:not(:last-child) {
    margin-bottom: 8px;
  }
  ul.ul_circle li:before {
    top: 8px;
    left: 1px;
  }
}

@media (max-width: 767px) {
  .js-scroll > * {
    width: 520px;
  }
  .js-scroll .scroll-hint-icon {
    top: 21%;
    left: calc(50% - 57px);
  }
}

.highlight {
  color: var(--green_03);
}

.box_bg {
  padding: 68px 70px 70px 80px;
  border-radius: 20px;
  background: var(--white);
}
.box_bg:not(:last-child) {
  margin-bottom: 120px;
}
.box_bg .highlight {
  color: var(--green_03);
}
.box_bg .txt_wrap p {
  font-size: 17px;
  font-weight: 400;
  line-height: 182%;
  letter-spacing: 1.36px;
}
.box_bg figure img {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
}
.box_bg figure figcaption {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #3D3834;
  text-align: right;
  display: block;
  padding: 8px 10px 0 0;
}
.box_bg .inner {
  padding: 58px 60px 60px 60px;
  border-radius: 20px;
  background: var(--bg_green_01);
}
.box_bg .inner:not(:last-child) {
  margin-bottom: clamp(20px, 3.125vw, 40px);
}
@media (max-width: 767px) {
  .box_bg {
    padding: 30px 19px 30px 20px;
  }
  .box_bg:not(:last-child) {
    margin-bottom: 60px;
  }
  .box_bg .txt_wrap p {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 1.2px;
  }
  .box_bg .row .col:not(:last-child) {
    margin-bottom: 29px;
  }
  .box_bg figure figcaption {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.48px;
    padding: 6px 0px 0 0;
  }
  .box_bg .inner {
    border-radius: 14px;
    padding: 30px 20px;
  }
}

.color_box_bg {
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  background: var(--bg_green_01);
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
}
.color_box_bg p {
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.92px;
}
.color_box_bg p .highlight {
  font-size: 30px;
  letter-spacing: 2.4px;
}
.color_box_bg.type_yellow {
  background: #FFFEE0;
}
@media (min-width: 768px) {
  .color_box_bg {
    padding: 36px 30px 33px 34px;
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
}
@media (max-width: 767px) {
  .color_box_bg {
    border-radius: 20px;
  }
  .color_box_bg p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.28px;
  }
  .color_box_bg p .highlight {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}

.bg_gray {
  padding: 31px 30px 30px;
  background: #F7F7F7;
  max-width: 900px;
  width: 100%;
  margin: -4px auto 0;
}
.bg_gray:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bg_gray .bg_gray {
    padding: 10px;
  }
  .bg_gray .bg_gray:not(:last-child) {
    margin-bottom: 18px;
  }
}

.link_txt {
  color: var(--txt_main);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 163%;
  letter-spacing: 0.56px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.link_txt a {
  color: var(--green_03);
  font-size: 13px;
  letter-spacing: 1.04px;
  display: inline-block;
  border-bottom: solid 1px var(--green_03);
  line-height: 22px;
}
@media (max-width: 767px) {
  .link_txt .link_txt {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
  .link_txt .link_txt a {
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 17px;
  }
}

.card_item_contaienr:not(:last-child) {
  margin-bottom: 60px;
}
.card_item_contaienr .txt_wrap p {
  font-size: 17px;
  font-weight: 400;
  line-height: 183%;
  letter-spacing: 1.36px;
}
@media (max-width: 767px) {
  .card_item_contaienr:not(:last-child) {
    margin-bottom: 30px;
  }
  .card_item_contaienr .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .card_item_contaienr .txt_wrap p {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 1.2px;
  }
}
@media (min-width: 768px) {
  .card_item_contaienr {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 60px;
  }
  .card_item_contaienr.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card_item_contaienr.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

h2 {
  margin: 0 auto clamp(43px, 6.32vw, 79px);
}
h2.lp_h2 {
  text-align: center;
  color: var(--main_txt);
  font-size: 38px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.04px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
h2.lp_h2 .en {
  display: table;
  margin: 0 auto 24px;
  border-radius: 30px;
  background: var(--green_gra_01);
  padding: 10px 30px;
  color: var(--green_02);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
  position: relative;
  z-index: 0;
}
h2.lp_h2 .en:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
h2.lp_h2 .highlight {
  color: var(--green_02);
}
h2.lp_h2.typeA .en {
  border-radius: 30px;
  border: 2px solid #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#30C9CB), to(#B2D87A));
  background: linear-gradient(to right, #30C9CB 0%, #B2D87A 100%);
  color: #fff;
  padding: 9px 27px;
}
h2.lp_h2.typeA .en:before {
  display: none;
}
h2.lp_h2.typeB .txt {
  padding: 0 16px;
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.4px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#30C9CB), to(#B2D87A));
  background: linear-gradient(90deg, #30C9CB 0%, #B2D87A 100%);
  display: table;
  margin: 0 auto 5px;
}
h2.lp_h2.typeB .ttl {
  color: var(--main_txt);
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.6px;
  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;
}
h2.lp_h2.typeB .ttl .num {
  color: var(--green_02);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 95px;
  line-height: 100%;
  letter-spacing: 7.6px;
}
h2.lp_h2.typeB .ttl .line {
  border-bottom: 4px dashed var(--green_01);
  padding-bottom: 17px;
  display: inline-block;
}
@media (max-width: 767px) {
  h2.lp_h2 {
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 1.76px;
  }
  h2.lp_h2 .en {
    font-size: 15px;
    letter-spacing: 1.2px;
    padding: 9px 26px 7px;
    margin-bottom: 15px;
  }
  h2.lp_h2.typeA .en {
    padding: 6px 24px;
  }
  h2.lp_h2.typeB .en {
    padding: 6px 24px;
  }
  h2.lp_h2.typeB .txt {
    padding: 0 20px;
    font-size: 19px;
    letter-spacing: 1.52px;
  }
  h2.lp_h2.typeB .ttl {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  h2.lp_h2.typeB .ttl .num {
    font-size: 70px;
    letter-spacing: 5.6px;
    -webkit-transform: translate(3px, -1px);
            transform: translate(3px, -1px);
  }
  h2.lp_h2.typeB .ttl .line {
    padding-bottom: 8px;
    border-bottom: 3px dashed var(--green_01);
  }
  h2.lp_h2.typeB .ttl .line.line01 {
    -webkit-transform: translate(-6px, 8px);
            transform: translate(-6px, 8px);
  }
  h2.lp_h2.typeB .ttl .line.line02 {
    -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px);
  }
}
@media (max-width: 389px) {
  h2.lp_h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h2.lp_h2.typeB .ttl .line.line01 {
    -webkit-transform: translate(-7px, 10px);
            transform: translate(-7px, 10px);
  }
  h2.lp_h2.typeB .ttl .line.line02 {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  h2.lp_h2.typeB .ttl .num {
    -webkit-transform: translate(3px, 0px);
            transform: translate(3px, 0px);
  }
}

h3 {
  padding: 0 0 25px 30px;
  border-bottom: 2px solid var(--gray_01);
  color: var(--green_03);
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.9px;
  position: relative;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-bottom: 44px;
}
h3:before {
  content: "";
  width: 10px;
  height: 69%;
  background: url(../img/h3_line.svg) no-repeat center/cover;
  position: absolute;
  top: -4px;
  left: 0;
  border-radius: 10px;
}
h3.typeA {
  color: var(--green_03);
  font-size: 21px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.92px;
  padding: 0 0 0 23px;
  background: transparent;
  position: relative;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-bottom: clamp(18px, 3.225vw, 40px);
  border: 0;
}
h3.typeA:before {
  content: "";
  width: 8px;
  height: 100%;
  background: url(../img/ic_h4.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  h3 {
    padding: 0 0 12px 26px;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
  }
  h3:before {
    width: 8px;
    height: 36px;
    top: -0.7em;
    bottom: 0;
    margin: auto;
  }
  h3.typeA {
    font-size: 17px;
    letter-spacing: 1.36px;
    padding: 0 0 0 15px;
  }
  h3.typeA:before {
    width: 6px;
  }
}

h4 {
  padding: 8px 14px 10px 16px;
  border-radius: 5px;
  background: var(--green_02);
  color: var(--white);
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.72px;
  display: table;
  margin: 0 auto clamp(14px, 1.53vw, 19px);
}
h4.typeA {
  color: var(--green_03);
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.92px;
  padding: 0 0 0 29px;
  background: transparent;
  position: relative;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-bottom: clamp(30px, 3.225vw, 40px);
  display: block;
}
h4.typeA:before {
  content: "";
  width: 8px;
  height: 100%;
  background: url(../img/ic_h4.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    letter-spacing: 0.64px;
    padding: 7px 12px 7px 14px;
  }
  h4.typeA {
    font-size: 17px;
    letter-spacing: 1.36px;
    padding: 0 0 0 18px;
  }
  h4.typeA:before {
    width: 6px;
  }
}

h5 {
  padding: 8px 14px 10px 14px;
  border-radius: 5px;
  background: var(--green_02);
  color: var(--white, #FFF);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.72px;
  display: inline-block;
}
h5:not(:last-child) {
  margin-bottom: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.table_wrapper {
  border: solid 1px #1C8C81;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .table_wrapper {
    margin-left: -50px;
  }
}

.table-default {
  border-radius: 20px;
}
.table-default thead th,
.table-default thead td {
  background: #1C8C81;
  color: #fff;
  padding: 12px 26px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  vertical-align: middle;
}
.table-default thead th {
  text-align: center;
}
.table-default tbody tr:not(:last-child) th {
  border-bottom: solid 1px #fff;
}
.table-default tbody tr:not(:last-child) td {
  border-bottom: solid 1px #A7D4C8;
}
.table-default tbody th,
.table-default tbody td {
  vertical-align: middle;
}
.table-default tbody th {
  background: var(--bg_green_01);
  color: var(--green_03);
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.68px;
  padding: 18px 26px;
}
.table-default tbody td {
  padding: 15px 18px;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.68px;
  background: #FFF;
}
.table-default tbody td:not(:last-child) {
  border-right: solid 1px #A7D4C8;
}
@media (max-width: 767px) {
  .table-default thead th,
  .table-default thead td {
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.52px;
    padding: 12px 10px;
  }
  .table-default thead th.cell__3 {
    width: 74px;
  }
  .table-default tbody th,
  .table-default tbody td {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .table-default tbody th {
    line-height: 140%;
    padding: 12px 10px;
  }
  .table-default tbody td {
    line-height: 160%;
    padding: 12px 8px;
  }
}

.js-scroll {
  margin-bottom: 1em;
}
.js-scroll table {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .js-scroll table {
    width: auto;
    min-width: 768px;
  }
}

.js-scroll.scroll-hint {
  overflow-y: hidden !important;
}

footer {
  padding: 103px 80px 40px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(49.45%, #EBF7FA), to(#DAEBF0));
  background: linear-gradient(90deg, #EBF7FA 49.45%, #DAEBF0 100%);
}
footer .footer_logo a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .footer_logo a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .access .address {
  color: var(--main_txt);
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 1.36px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-bottom: 13px;
}
footer .access .map a {
  border-radius: 55px;
  background: var(--green_02);
  padding: 8px 20px 10px 19px;
  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;
  height: 34px;
  width: 146px;
  color: var(--white);
  -webkit-font-feature-settings: "palt" on, "pkna" on;
          font-feature-settings: "palt" on, "pkna" on;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.52px;
}
footer .access .map a .ic {
  position: relative;
  padding-left: 20px;
}
footer .access .map a .ic:before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/ic_map.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (hover: hover) {
  footer .map a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .map a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 60px 20px calc(80px + env(safe-area-inset-bottom)) 20px;
    background: -webkit-gradient(linear, left top, right top, color-stop(36.79%, #EBF7FA), color-stop(112.67%, #DAEBF0));
    background: linear-gradient(90deg, #EBF7FA 36.79%, #DAEBF0 112.67%);
  }
  footer .footer_logo {
    width: 210px;
    margin: 0 auto 30px;
  }
  footer .row {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gray_01);
  }
  footer .access .address {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1.1px;
    text-align: center;
    padding-bottom: 11px;
  }
  footer .access .map a {
    width: 125px;
    font-size: 12px;
    letter-spacing: 0.48px;
    margin: auto;
    padding: 6px 14px 8px 14px;
    height: 27px;
  }
  footer .access .map a .ic {
    padding-left: 17px;
  }
  footer .access .map a .ic:before {
    width: 10px;
    height: 14px;
  }
}
@media (min-width: 768px) {
  footer .footer_inner {
    border-bottom: 1px solid var(--gray_01);
  }
  footer .footer_logo {
    margin-top: 3px;
  }
  footer .row {
    max-width: 905px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 180px;
    padding-bottom: 100px;
  }
  footer .row .col:nth-child(odd) {
    position: relative;
  }
  footer .row .col:nth-child(odd):after {
    content: "";
    width: 1px;
    height: calc(100% + 6px);
    background: #5A6066;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 89px);
    margin: auto;
  }
}

.copyright {
  color: var(--gray_02);
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.52px;
  text-align: center;
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .copyright {
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0.44px;
    padding-top: 15px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  a:hover img {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .link_txt a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .link_txt a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
.lp_worrie {
  padding: 44px 0 136px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.lp_worrie:after {
  content: "";
  width: 100%;
  height: 441px;
  background: url(../img/lp_worrie_bg.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.lp_worrie:before {
  content: "";
  width: 188px;
  height: 175px;
  background: url(../img/arrow_worrie.svg) no-repeat center/cover;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
.lp_worrie h2 {
  color: #251E1C;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.4px;
  text-align: center;
  display: table;
  padding-bottom: 8px;
  margin: 0 auto 50px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  position: relative;
}
.lp_worrie h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/dashed_pattern.png) repeat left top;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lp_worrie h2 .highlight {
  color: #3BB0A4;
}
.lp_worrie .image {
  text-align: center;
  display: block;
}
.lp_worrie .checkList li {
  border-radius: 40px;
  border: 4px solid #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(#DFF1F3), to(#E6F1E4));
  background: linear-gradient(0deg, #DFF1F3 0%, #E6F1E4 100%);
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
  padding: 63px 25px 17px;
  color: var(--main_txt);
  font-size: 17px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.68px;
  position: relative;
}
.lp_worrie .checkList li:before {
  content: "";
  width: 35px;
  height: 40px;
  background: url(../img/ic_check.svg) no-repeat center/cover;
  position: absolute;
  top: 10px;
  left: 1px;
  right: 0;
  margin: auto;
}
.lp_worrie .checkList li .highlight {
  color: var(--green_03);
}
@media (max-width: 767px) {
  .lp_worrie:after {
    content: "";
    width: 100%;
    height: 265px;
    background: url(../img/lp_worrie_bg_sp.png) no-repeat center/cover;
    position: absolute;
    bottom: -168px;
    left: 0;
    z-index: -1;
  }
  .lp_worrie:before {
    width: 80px;
    height: 75px;
    bottom: 47px;
  }
  .lp_worrie h2 {
    font-size: 21px;
    letter-spacing: 0.9px;
    margin-bottom: 33px;
    padding-bottom: 6px;
  }
  .lp_worrie h2:before {
    background: url(../img/dashed_pattern_sp.png) repeat left top;
  }
  .lp_worrie .image {
    margin-bottom: 13px;
  }
  .lp_worrie .image img {
    -webkit-transform: translate(4px, 0px);
            transform: translate(4px, 0px);
  }
  .lp_worrie .checkList li {
    padding: 8px 7px 6px 42px;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: -webkit-gradient(linear, left bottom, left top, from(#DFF1F3), to(#E6F1E4));
    background: linear-gradient(0deg, #DFF1F3 0%, #E6F1E4 100%);
    -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
            box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
  }
  .lp_worrie .checkList li:before {
    width: 22px;
    height: 26px;
    top: 13%;
    left: 10px;
    right: auto;
  }
  .lp_worrie .checkList li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 389px) {
  .lp_worrie h2 {
    font-size: 18px;
  }
  .lp_worrie .checkList li {
    font-size: 14px;
  }
}
@media (min-width: 391px) and (max-width: 767px) {
  .lp_worrie:after {
    height: 305px;
  }
}
@media (min-width: 768px) {
  .lp_worrie {
    padding: clamp(5px, 5px + 75 * (100vw - 1280px) / 640, 80px) 0 193px;
  }
  .lp_worrie .container {
    padding: 0;
  }
  .lp_worrie .image img {
    -webkit-transform: translate(12px, 42px);
            transform: translate(12px, 42px);
  }
  .lp_worrie .primary_container {
    max-width: 1200px;
    min-height: 714px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .lp_worrie .checkList li {
    width: 309px;
    text-align: center;
    position: absolute;
  }
  .lp_worrie .checkList li.check1 {
    left: 59px;
    top: 0;
  }
  .lp_worrie .checkList li.check2 {
    left: 0;
    top: 177px;
  }
  .lp_worrie .checkList li.check3 {
    width: 294px;
    left: 74px;
    bottom: 189px;
  }
  .lp_worrie .checkList li.check4 {
    width: 294px;
    right: 82px;
    top: 0;
  }
  .lp_worrie .checkList li.check5 {
    width: 294px;
    right: 0;
    top: 204px;
  }
  .lp_worrie .checkList li.check6 {
    right: 72px;
    bottom: 190px;
  }
  .lp_worrie .checkList li.check7 {
    width: 383px;
    left: 0;
    right: 15px;
    bottom: 110px;
    margin: auto;
    padding: 65px 40px 17px;
  }
}

.lp_about {
  padding: 0 0 151px;
  background: #CBF2E2;
}
@media (max-width: 767px) {
  .lp_about {
    padding: 0 0 81px;
  }
}
@media (min-width: 768px) {
  .lp_about .row {
    display: grid;
    grid-template-columns: 409px 521px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp_about .row figure img {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
}

.lp_contact {
  background: -webkit-gradient(linear, left top, right top, from(#B2EBDF), color-stop(63.78%, #E8FAEC));
  background: linear-gradient(90deg, #B2EBDF 0%, #E8FAEC 63.78%);
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
.lp_contact:before {
  content: "";
  width: 1259px;
  height: 343px;
  background: url(../img/lo_contact_bg.png) no-repeat center top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.lp_contact h2 {
  color: var(--green_02);
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 4.8px;
  margin-bottom: 10px;
}
.lp_contact .txt_wrap {
  margin-bottom: 40px;
}
.lp_contact .txt_wrap p {
  font-size: 30px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2.4px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_contact .conversion_block li {
  position: relative;
}
.lp_contact .conversion_block li:after {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../img/arrow_wh.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  z-index: 1;
}
.lp_contact .conversion_block li a {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  border-radius: 10px;
  overflow: hidden;
}
.lp_contact .conversion_block li a:before, .lp_contact .conversion_block li a:after {
  border-radius: 10px;
}
.lp_contact .conversion_block li .pc-header-only-txt {
  display: none;
}
@media (max-width: 767px) {
  .lp_contact {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(11.79%, #B2EBDF), color-stop(79.02%, #E8FAEC)), -webkit-gradient(linear, left bottom, left top, from(#91BFF2), color-stop(90.82%, #DAF2DF));
    background: linear-gradient(0deg, #B2EBDF 11.79%, #E8FAEC 79.02%), linear-gradient(0deg, #91BFF2 0%, #DAF2DF 90.82%);
    padding: 40px 0;
  }
  .lp_contact:before {
    width: 360px;
    height: 129px;
    background: url(../img/lo_contact_bg_sp.png) no-repeat center/cover;
  }
  .lp_contact h2 {
    font-size: 35px;
    letter-spacing: 2.8px;
    text-align: center;
    padding: 0;
    margin-bottom: 2px;
  }
  .lp_contact h2 .ttl {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
    display: inline-block;
  }
  .lp_contact .container {
    max-width: calc(100% - 33px);
  }
  .lp_contact .txt_wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
  }
  .lp_contact .txt_wrap p {
    font-size: 18px;
    letter-spacing: 1.44px;
    font-size: 18px;
    letter-spacing: 1.44px;
  }
  .lp_contact .image {
    position: relative;
    margin-bottom: 9px;
  }
  .lp_contact .image img {
    width: 180px;
  }
  .lp_contact .row {
    display: grid;
  }
  .lp_contact .row .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp_contact .row .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lp_contact .wrapper {
    padding-left: 10px;
  }
  .lp_contact .conversion_block {
    position: relative;
    z-index: 0;
    max-width: 342px;
    width: 100%;
    margin: auto;
  }
  .lp_contact .conversion_block li {
    width: 100%;
  }
  .lp_contact .conversion_block li:after {
    width: 13px;
    height: 11px;
    top: 1px;
    right: 21px;
  }
  .lp_contact .conversion_block li:not(:last-child) {
    margin-bottom: 10px;
  }
  .lp_contact .conversion_block li a {
    height: 66px;
    padding: 0 13px;
    font-size: 15px;
    line-height: 146%;
    letter-spacing: 1.2px;
    gap: 9px;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
            box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
  }
  .lp_contact .conversion_block li a:before, .lp_contact .conversion_block li a:after {
    border-radius: 40px;
  }
  .lp_contact .conversion_block li a br {
    display: none;
  }
  .lp_contact .conversion_block li a .ic {
    width: 34px;
    height: 34px;
  }
  .lp_contact .conversion_block li a .txt {
    text-align: left;
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  .lp_contact .conversion_block li a .txt .strong_txt {
    font-size: 17px;
    letter-spacing: 1.44px;
  }
  .lp_contact .conversion_block li.existing_bnr a .ic:after {
    width: 18px;
    height: 14px;
  }
  .lp_contact .conversion_block li.new_bnr a .ic:after {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  .lp_contact {
    position: relative;
  }
  .lp_contact .row {
    display: grid;
    grid-template-columns: 564px 510px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    padding: 0 10px 0 14px;
  }
  .lp_contact .image img {
    -webkit-transform: translate(21px, 0px);
            transform: translate(21px, 0px);
  }
  .lp_contact .wrapper {
    margin-top: 59px;
  }
  .lp_contact .conversion_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .lp_contact .conversion_block li {
    width: 265px;
  }
  .lp_contact .conversion_block li a {
    padding: 0 43px 0 20px;
    height: 76px;
    gap: 9px;
  }
  .lp_contact .conversion_block li a .txt {
    font-size: 17px;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 1.36px;
    width: calc(100% - 55px);
  }
  .lp_contact .conversion_block li a .txt .strong_txt {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  .lp_contact .conversion_block li a .ic {
    top: 0;
    left: 1px;
  }
  .lp_contact .conversion_block li.new_bnr a {
    padding-left: 18px;
    padding-right: 34px;
  }
  .lp_contact .conversion_block li.new_bnr a .txt {
    -webkit-transform: translate(4px, 1px);
            transform: translate(4px, 1px);
    line-height: 152%;
    letter-spacing: 0.6px;
  }
  .lp_contact .conversion_block li.new_bnr a .txt .strong_txt {
    letter-spacing: 0.6px;
  }
  .lp_contact .conversion_block li.new_bnr a .ic:after {
    bottom: 3px;
    left: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .lp_contact .row {
    padding: 0 20px;
  }
}

.lp_reasonsWhy {
  padding: 150px 0 150px;
  background: var(--bg_green_01);
}
.lp_reasonsWhy .ttl_wrap {
  text-align: center;
  max-width: 497px;
  width: 100%;
  margin: 0 auto 44px;
}
.lp_reasonsWhy .ttl_wrap .sub {
  color: var(--green_02);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  padding-bottom: 20px;
}
.lp_reasonsWhy .ttl_wrap h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 2px solid #3BB0A4;
  background: #FFF;
  padding: 0;
}
.lp_reasonsWhy .ttl_wrap h4 .en {
  color: var(--white);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
  background: var(--green_02);
  padding: 11px 16px 13px 16px;
  width: 91px;
}
.lp_reasonsWhy .ttl_wrap h4 .ttl {
  color: var(--green_02);
  font-size: 25px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2px;
  width: calc(100% - 80px);
}
.lp_reasonsWhy .image img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp_reasonsWhy .ai_ver {
  background: var(--bg_02);
  padding-bottom: 66px !important;
}
.lp_reasonsWhy .ai_ver .ttl_wrap {
  max-width: 472px;
}
.lp_reasonsWhy .ai_ver .ttl_wrap .sub {
  color: #4168CC;
}
.lp_reasonsWhy .ai_ver .ttl_wrap h4 {
  border-color: var(--blue_02);
}
.lp_reasonsWhy .ai_ver .ttl_wrap h4 .en {
  background: var(--blue_02);
}
.lp_reasonsWhy .ai_ver .ttl_wrap h4 .ttl {
  color: var(--blue_02);
}
.lp_reasonsWhy .box_bg.box2 {
  padding-top: 62px;
}
.lp_reasonsWhy .box_bg.box2 .inner {
  padding: 40px 30px;
  background: #F7F7F7;
  max-width: 901px;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
  border-radius: 0;
  position: relative;
  margin-bottom: 44px;
  z-index: 1;
}
.lp_reasonsWhy .box_bg.box2 .inner:before, .lp_reasonsWhy .box_bg.box2 .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
}
.lp_reasonsWhy .box_bg.box2 .inner:before {
  background: url(../img/lp_reasonsWhy_ic01.png) no-repeat center/cover;
  right: calc(100% - 73px);
  width: 148px;
  height: 362px;
  bottom: -71px;
}
.lp_reasonsWhy .box_bg.box2 .inner:after {
  background: url(../img/lp_reasonsWhy_ic02.png) no-repeat center/cover;
  left: calc(100% - 41px);
  width: 129px;
  height: 358px;
  bottom: -80px;
}
.lp_reasonsWhy .box_bg.box2 .inner figure img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp_reasonsWhy .box_bg.box2 .inner.wow:before, .lp_reasonsWhy .box_bg.box2 .inner.wow:after {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.lp_reasonsWhy .box_bg.box2 .inner.animated:before, .lp_reasonsWhy .box_bg.box2 .inner.animated:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lp_reasonsWhy .box_bg.box2 .inner.animated:before {
  -webkit-transition: 1s 0.5s ease;
  transition: 1s 0.5s ease;
}
.lp_reasonsWhy .box_bg.box2 .inner.animated:after {
  -webkit-transition: 1s 1.5s ease;
  transition: 1s 1.5s ease;
}
.lp_reasonsWhy .box_bg.box2 .txt_wrap:not(:last-child) {
  margin-bottom: 44px;
}
.lp_reasonsWhy .box_bg.box2 h4 {
  margin-bottom: 30px;
}
.lp_reasonsWhy .marketing_box .inner-wrap {
  padding: 50px 60px;
  border-radius: 20px;
  background: #FFFFF5;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
}
.lp_reasonsWhy .marketing_box .inner-wrap:not(:last-child) {
  margin-bottom: 44px;
}
.lp_reasonsWhy .marketing_box .color_box_bg {
  max-width: 100%;
  -webkit-transform: translate(-2px, -1px);
          transform: translate(-2px, -1px);
}
.lp_reasonsWhy .marketing_box .color_box_bg .mark {
  display: inline-block;
}
.lp_reasonsWhy .marketing_box .color_box_bg .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(70%, #FEF4C7));
  background: linear-gradient(transparent 40%, #FEF4C7 70%);
}
.lp_reasonsWhy .marketing_box .color_box_bg.arrow {
  margin-bottom: 127px;
  position: relative;
}
.lp_reasonsWhy .marketing_box .color_box_bg.arrow:after {
  content: "";
  background: url(../img/arrow_guide.svg) no-repeat center/cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(100% + 12px);
  left: 2px;
  right: 0;
  margin: auto;
}
.lp_reasonsWhy .marketing_box .bnr {
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.lp_reasonsWhy .image {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp_reasonsWhy .color_box_bg {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.lp_reasonsWhy .measures_list {
  margin-bottom: 44px;
}
.lp_reasonsWhy .measures_list .col.special {
  padding-left: 10px;
  padding: 25px 22px 16px 28px;
  background: var(--green_gra_01);
  border: 0;
  position: relative;
  z-index: 0;
}
.lp_reasonsWhy .measures_list .col.special:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: var(--bg_green_01);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 28px;
  z-index: -1;
}
.lp_reasonsWhy .measures_list .col.special .ttl {
  color: var(--green_03);
}
.lp_reasonsWhy .measures_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.lp_reasonsWhy .measures_list .col {
  padding: 25px 25px 16px;
  border-radius: 30px;
  border: 3px solid #FFF;
  background: #E1F3FA;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.lp_reasonsWhy .measures_list .ic {
  margin-bottom: 14px;
}
.lp_reasonsWhy .measures_list .ic img {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 88px;
}
.lp_reasonsWhy .measures_list .ttl {
  color: var(--blue_02);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp_reasonsWhy .comparison_container:not(:last-child) {
  margin-bottom: 46px;
}
.lp_reasonsWhy .comparison_container .card_box {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
  border-radius: 20px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lp_reasonsWhy .comparison_container .card_box:not(:last-child) {
  margin-bottom: 22px;
}
.lp_reasonsWhy .comparison_container .card_box .ic img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp_reasonsWhy .comparison_container .card_box .ttl {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
}
.lp_reasonsWhy .comparison_container .card_box .ttl_col {
  padding: 28px 30px 22px 30px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--blue_03);
}
.lp_reasonsWhy .comparison_container .card_box .ttl_col .ic {
  margin-bottom: 9px;
}
.lp_reasonsWhy .comparison_container .card_box .ttl_col .ic img {
  width: 70px;
}
.lp_reasonsWhy .comparison_container .card_box .ttl_col .ttl {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
}
.lp_reasonsWhy .comparison_container .card_box .ctn_col {
  padding: 30px 40px 22px 40px;
  background: var(--bg_02);
}
.lp_reasonsWhy .comparison_container .card_box.c-meo .ttl_col {
  background: -webkit-gradient(linear, left bottom, left top, from(#30C9CB), to(#B2D87A));
  background: linear-gradient(0deg, #30C9CB 0%, #B2D87A 100%);
}
.lp_reasonsWhy .comparison_container .card_box.c-meo .ctn_col {
  background: var(--bg_green_01);
}
.lp_reasonsWhy .comparison_container .card_box.c-meo .ranking_list li {
  border-bottom: 1px solid #8BC1B3;
}
.lp_reasonsWhy .comparison_container .card_box.c-meo .ranking_list li.no1 {
  color: var(--green_03);
}
.lp_reasonsWhy .comparison_container .card_box.c-meo .ranking_list li.no1 .ranking-num {
  background: var(--green_02);
}
.lp_reasonsWhy .comparison_container .txt_box p {
  color: var(--txt_main);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_reasonsWhy .comparison_container .txt_box p a {
  text-decoration: underline;
}
.lp_reasonsWhy .comparison_container .ranking_list {
  margin-bottom: 14px;
}
.lp_reasonsWhy .comparison_container .ranking_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  color: var(--gray_02);
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1.44px;
  padding-bottom: 8px;
  border-bottom: 1px solid #8BA1C1;
  font-weight: 700;
}
.lp_reasonsWhy .comparison_container .ranking_list li .c-strong {
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 1.92px;
}
.lp_reasonsWhy .comparison_container .ranking_list li .ranking-num {
  padding: 6px 10px 4px 12px;
  border-radius: 5px;
  background: #84B2C7;
  color: var(--white);
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.76px;
}
.lp_reasonsWhy .comparison_container .ranking_list li .ranking-num .ranking-label {
  font-size: 14px;
  letter-spacing: 0.56px;
}
.lp_reasonsWhy .comparison_container .ranking_list li.no1 {
  font-size: 20px;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: var(--blue_01);
}
.lp_reasonsWhy .comparison_container .ranking_list li.no1 .ranking-num {
  background: var(--blue_03);
  color: #fff;
  padding: 7px 10px 10px 12px;
  font-size: 22px;
  letter-spacing: 0.88px;
}
.lp_reasonsWhy .comparison_container .ranking_list li.no1 .ranking-num .ranking-label {
  font-size: 18px;
  letter-spacing: 0.72px;
}
@media (hover: hover) and (pointer: fine) {
  .lp_reasonsWhy .card_box .txt_box p {
    color: var(--txt_main);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.48px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .lp_reasonsWhy .card_box .txt_box p a:hover {
    text-decoration-line: none;
  }
  .lp_reasonsWhy .bnr a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .lp_reasonsWhy .bnr a:hover img {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .lp_reasonsWhy {
    padding: 80px 0;
    position: relative;
    z-index: 0;
  }
  .lp_reasonsWhy:before, .lp_reasonsWhy:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_reasonsWhy:before {
    width: 129px;
    height: 2431px;
    background: url(../img/rw_bg_ic01_sp.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_reasonsWhy:after {
    width: 139px;
    height: 373px;
    background: url(../img/rw_bg_ic02_sp.svg) no-repeat center/cover;
    right: 0;
    bottom: 1200px;
  }
  .lp_reasonsWhy .bg_inner01 {
    position: relative;
    z-index: 0;
  }
  .lp_reasonsWhy .bg_inner01:before, .lp_reasonsWhy .bg_inner01:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_reasonsWhy .bg_inner01:before {
    width: 267px;
    height: 398px;
    background: url(../img/rw_bg_ic03_sp.svg) no-repeat center/cover;
    left: 0;
    top: 233px;
  }
  .lp_reasonsWhy .bg_inner01:after {
    width: 160px;
    height: 421px;
    background: url(../img/rw_bg_ic04_sp.svg) no-repeat center/cover;
    left: 0;
    bottom: 3257px;
  }
  .lp_reasonsWhy .box_bg .inner {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .lp_reasonsWhy .box_bg.box_bg__1 {
    padding-right: 18px;
    padding-top: 27px;
  }
  .lp_reasonsWhy .ttl_wrap {
    margin-bottom: 23px;
  }
  .lp_reasonsWhy .ttl_wrap .sub {
    font-size: 15px;
    padding-bottom: 16px;
  }
  .lp_reasonsWhy .ttl_wrap h4 .en {
    font-size: 18px;
    width: 52px;
    padding: 11px 8px 13px 8px;
    letter-spacing: 0.5px;
  }
  .lp_reasonsWhy .ttl_wrap h4 .ttl {
    font-size: 14px;
    width: calc(100% - 52px);
    letter-spacing: 0.56px;
  }
  .lp_reasonsWhy .image {
    margin-left: -6px;
    margin-right: -13px;
  }
  .lp_reasonsWhy .ai_ver {
    padding-top: 30px !important;
    padding-bottom: 16px !important;
    padding-left: 19px;
    padding-right: 22px;
  }
  .lp_reasonsWhy .ai_ver .ttl_wrap .sub {
    padding-bottom: 15px;
  }
  .lp_reasonsWhy .ai_ver .ttl_wrap h4 .ttl {
    font-size: 15px;
  }
  .lp_reasonsWhy .box_bg.box2 {
    padding-top: 30px;
    padding-right: 18px;
  }
  .lp_reasonsWhy .box_bg.box2 .inner {
    padding: 10px;
    -webkit-box-shadow: 1.271px 1.271px 6.356px 0 rgba(68, 62, 55, 0.2);
            box-shadow: 1.271px 1.271px 6.356px 0 rgba(68, 62, 55, 0.2);
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 30px;
  }
  .lp_reasonsWhy .box_bg.box2 .inner:before {
    width: 47px;
    height: 97px;
    background: url(../img/lp_reasonsWhy_ic01_sp.png) no-repeat center/cover;
    right: -16px;
    bottom: 17px;
  }
  .lp_reasonsWhy .box_bg.box2 .inner:after {
    width: 43px;
    height: 122px;
    left: -13px;
    bottom: auto;
    top: calc(100% + 39px);
    background: url(../img/lp_reasonsWhy_ic02_sp.png) no-repeat center/cover;
  }
  .lp_reasonsWhy .box_bg.box2 h4 {
    font-size: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    padding-bottom: 6px !important;
  }
  .lp_reasonsWhy .box_bg.box2 .txt_wrap:not(:last-child) {
    margin-bottom: 30px;
  }
  .lp_reasonsWhy .box_bg.box2 figure {
    padding: 0 0 0 2px;
  }
  .lp_reasonsWhy .color_box_bg {
    padding: 22px 30px 18px;
    margin-left: -2px;
    margin-right: -2px;
  }
  .lp_reasonsWhy .color_box_bg p {
    line-height: 173%;
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  .lp_reasonsWhy .box_bg.measures_box {
    padding-top: 33px;
  }
  .lp_reasonsWhy .box_bg.measures_box h3 {
    padding-bottom: 16px;
  }
  .lp_reasonsWhy .box_bg.measures_box .measures_list {
    gap: 12px;
    margin-bottom: 30px;
  }
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col {
    border-radius: 20px;
    padding: 17px 11px 11px;
  }
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col.special:before {
    border-radius: 15px;
  }
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col .ic {
    margin-bottom: 15px;
  }
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col .ic img {
    width: 60px;
    -webkit-transform: translate(-1px, 0);
            transform: translate(-1px, 0);
  }
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col .ttl {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 767px) and (max-width: 389px) {
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col .ttl {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col.col_faq .ttl {
    -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px);
  }
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col.special {
    padding-bottom: 15px;
  }
  .lp_reasonsWhy .box_bg.measures_box .txt_wrap {
    padding-right: 1px;
  }
  .lp_reasonsWhy .comparison_container {
    margin-right: 2px;
  }
  .lp_reasonsWhy .comparison_container:not(:last-child) {
    margin-bottom: 28px;
  }
  .lp_reasonsWhy .comparison_container .card_box {
    border-radius: 14px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ttl_col {
    padding: 10px 20px 10px 0;
  }
  .lp_reasonsWhy .comparison_container .card_box .ttl_col .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ttl_col .ic {
    margin: 0;
  }
  .lp_reasonsWhy .comparison_container .card_box .ttl_col .ic img {
    width: 32px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ttl_col .ttl {
    font-size: 17px;
    line-height: 160%;
    letter-spacing: 1.36px;
  }
  .lp_reasonsWhy .comparison_container .card_box.typeseo .ttl {
    padding-left: 9px;
  }
  .lp_reasonsWhy .comparison_container .card_box.typeseo .ic img {
    -webkit-transform: translate(8px, 1px);
            transform: translate(8px, 1px);
  }
  .lp_reasonsWhy .comparison_container .card_box.typeseo .ctn_col {
    padding-bottom: 23px;
  }
  .lp_reasonsWhy .comparison_container .card_box.typelisting .ttl {
    padding-left: 9px;
  }
  .lp_reasonsWhy .comparison_container .card_box.typelisting .ranking_list li.no1 {
    padding-bottom: 8px;
  }
  .lp_reasonsWhy .comparison_container .card_box.typelisting .ic img {
    -webkit-transform: translate(8px, 1px);
            transform: translate(8px, 1px);
  }
  .lp_reasonsWhy .comparison_container .card_box.typelisting .ctn_col {
    padding-bottom: 23px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ctn_col {
    padding: 20px 19px 20px 20px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ranking_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ranking_list li {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.6px;
    gap: 8px;
    padding-bottom: 8px;
    width: calc(50% - 5px);
  }
  .lp_reasonsWhy .comparison_container .card_box .ranking_list li.no1 {
    width: 100%;
    gap: 13px;
    letter-spacing: 1.2px;
    padding-bottom: 5px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ranking_list li.no1 .ranking-num {
    padding: 5px 8px;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ranking_list li.no1 .ranking-num .ranking-label {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ranking_list li .c-strong {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ranking_list li .ranking-num {
    padding: 5px 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .lp_reasonsWhy .comparison_container .card_box .ranking_list li .ranking-num .ranking-label {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
  .lp_reasonsWhy .comparison_container .card_box.c-meo .ttl_col {
    background: -webkit-gradient(linear, left top, right top, from(#30C9CB), to(#B2D87A));
    background: linear-gradient(90deg, #30C9CB 0%, #B2D87A 100%);
  }
  .lp_reasonsWhy .comparison_container .card_box:not(.c-meo) .ranking_list {
    gap: 10px 8px;
  }
  .lp_reasonsWhy .comparison_container .card_box:not(.c-meo) .ranking_list li {
    padding-bottom: 6px;
  }
  .lp_reasonsWhy .comparison_container .card_box:not(.c-meo) .ranking_list .other {
    font-size: 13px;
  }
  .lp_reasonsWhy .comparison_container .card_box:not(.c-meo) .ranking_list .other .ranking-num {
    margin-bottom: -1px;
  }
  .lp_reasonsWhy .marketing_box .inner-wrap {
    padding: 10px 10px 10px 8px;
    border-radius: 10px;
    margin-right: 2px;
  }
  .lp_reasonsWhy .marketing_box .inner-wrap:not(:last-child) {
    margin-bottom: 29px;
  }
  .lp_reasonsWhy .marketing_box .inner-wrap .image {
    margin: 0;
  }
  .lp_reasonsWhy .marketing_box .color_box_bg {
    padding: 22px 30px 14px;
  }
  .lp_reasonsWhy .marketing_box .color_box_bg p {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
  .lp_reasonsWhy .marketing_box .color_box_bg p .mark {
    display: inline;
  }
  .lp_reasonsWhy .marketing_box .color_box_bg p .highlight {
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 1.76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(4px, -1px);
            transform: translate(4px, -1px);
  }
  .lp_reasonsWhy .marketing_box .color_box_bg p .first_txt {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  .lp_reasonsWhy .marketing_box .color_box_bg p .last_txt {
    -webkit-transform: translate(1px, -3px);
            transform: translate(1px, -3px);
  }
  .lp_reasonsWhy .marketing_box .color_box_bg .line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(70%, #FEF4C7));
    background: linear-gradient(transparent 40%, #FEF4C7 70%);
  }
  .lp_reasonsWhy .marketing_box .color_box_bg.arrow {
    margin-bottom: 108px;
  }
  .lp_reasonsWhy .marketing_box .color_box_bg.arrow:after {
    width: 80px;
    height: 80px;
    top: calc(100% + 12px);
    left: 3px;
  }
  .lp_reasonsWhy .marketing_box .bnr {
    padding: 0 !important;
    margin-right: 2px;
  }
}
@media (max-width: 389px) {
  .lp_reasonsWhy .ttl_wrap h4 .en {
    font-size: 16px;
  }
  .lp_reasonsWhy .ttl_wrap h4 .ttl {
    font-size: 12px;
  }
  .lp_reasonsWhy .ai_ver .ttl_wrap h4 .en {
    font-size: 16px;
  }
  .lp_reasonsWhy .ai_ver .ttl_wrap h4 .ttl {
    font-size: 12px;
  }
  .lp_reasonsWhy .box_bg.measures_box .measures_list .col .ttl {
    font-size: 11px;
  }
  .lp_reasonsWhy .comparison_container .card_box:not(.c-meo) .ranking_list .other {
    font-size: 12px;
  }
  .lp_reasonsWhy .comparison_container .txt_box p a {
    overflow-wrap: break-word;
  }
  .lp_reasonsWhy .marketing_box .color_box_bg p {
    font-size: 14px;
  }
  .lp_reasonsWhy .marketing_box .color_box_bg p .highlight {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .lp_reasonsWhy {
    position: relative;
    z-index: 0;
  }
  .lp_reasonsWhy:before, .lp_reasonsWhy:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_reasonsWhy:before {
    width: 289px;
    height: 256px;
    background: url(../img/rw_bg_ic01.svg) no-repeat center/cover;
    right: 79px;
    top: 0;
  }
  .lp_reasonsWhy:after {
    width: 355px;
    height: 498px;
    background: url(../img/rw_bg_ic02.svg) no-repeat center/cover;
    left: 0;
    top: 222px;
  }
  .lp_reasonsWhy .bg_inner01 {
    position: relative;
    z-index: 0;
  }
  .lp_reasonsWhy .bg_inner01:before, .lp_reasonsWhy .bg_inner01:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_reasonsWhy .bg_inner01:before {
    width: 339px;
    height: 498px;
    background: url(../img/rw_bg_ic03.svg) no-repeat center/cover;
    top: 1972px;
    right: 0;
  }
  .lp_reasonsWhy .bg_inner01:after {
    width: 386px;
    height: 590px;
    background: url(../img/rw_bg_ic04.svg) no-repeat center/cover;
    top: 3605px;
    left: 0;
  }
  .lp_reasonsWhy .bg_inner02 {
    position: relative;
    z-index: 0;
  }
  .lp_reasonsWhy .bg_inner02:before, .lp_reasonsWhy .bg_inner02:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_reasonsWhy .bg_inner02:before {
    width: 330px;
    height: 497px;
    background: url(../img/rw_bg_ic05.svg) no-repeat center/cover;
    right: 0;
    bottom: 1117px;
  }
  .lp_reasonsWhy .bg_inner02:after {
    width: 359px;
    height: 400px;
    background: url(../img/rw_bg_ic06.svg) no-repeat center/cover;
    left: 0;
    bottom: -150px;
  }
  .lp_reasonsWhy .box_bg {
    padding-right: 75px;
  }
  .lp_reasonsWhy .box_bg .inner {
    max-width: 988px;
    padding: 58px 46px 46px 54px;
  }
  .lp_reasonsWhy .box_bg.box_bg__1 {
    padding-top: 70px;
  }
  .lp_reasonsWhy .ttl_wrap {
    padding-right: 8px;
  }
  .lp_reasonsWhy .ai_ver .ttl_wrap h4 .ttl {
    padding-left: 4px;
  }
  .lp_reasonsWhy .box_bg.box2 .inner {
    -webkit-transform: translate(-3px, 0px);
            transform: translate(-3px, 0px);
  }
  .lp_reasonsWhy .measures_box {
    padding-right: 83px;
  }
  .lp_reasonsWhy .measures_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 266px;
    gap: 24px;
    margin-right: -2px;
  }
  .lp_reasonsWhy .measures_list .ic img {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  .lp_reasonsWhy .measures_list .col.special .ic img {
    -webkit-transform: translate(-2px, 0);
            transform: translate(-2px, 0);
  }
  .lp_reasonsWhy .measures_list .col.special .ttl {
    -webkit-transform: translate(-1px, -2px);
            transform: translate(-1px, -2px);
  }
  .lp_reasonsWhy .comparison_container {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  .lp_reasonsWhy .comparison_container .card_box {
    display: grid;
    grid-template-columns: 264px 1fr;
  }
  .lp_reasonsWhy .comparison_container .ttl_col .ttl {
    padding-left: 4px;
  }
  .lp_reasonsWhy .comparison_container .ranking_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9px 10px;
  }
  .lp_reasonsWhy .comparison_container .ranking_list li {
    width: calc(50% - 5px);
  }
  .lp_reasonsWhy .comparison_container .ranking_list li.no1 {
    width: 100%;
  }
  .lp_reasonsWhy .ctr_txt {
    padding-right: 1px;
  }
}
.lp_reasonsWhy .marketing_box {
  padding-right: 80px;
}

.lp_merit {
  padding: 150px 0 157px;
  background: var(--bg_01);
}
.lp_merit h3 {
  border: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.lp_merit h3:before {
  display: none;
}
.lp_merit h3 .merit {
  color: #FFF;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.88px;
  width: 166px;
  height: 153px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/merit_ttl_bg.png) no-repeat center/cover;
  margin-bottom: 43px;
}
.lp_merit h3 .merit .num {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 68px;
  display: block;
  line-height: 1;
}
.lp_merit h3 .bg {
  color: var(--main_txt);
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2.24px;
  padding: 4px 14px;
  border-radius: 5px;
  background: #CEF4CD;
  display: table;
}
.lp_merit h3 .bg:not(:last-child) {
  margin-bottom: 10px;
}
.lp_merit h3 .large {
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.4px;
}
.lp_merit h3 .mark {
  display: inline-block;
}
.lp_merit .card_container:not(:last-child) {
  margin-bottom: 126px;
}
@media (max-width: 767px) {
  .lp_merit {
    padding: 82px 0;
    position: relative;
    z-index: 0;
  }
  .lp_merit:before, .lp_merit:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_merit:before {
    width: 227px;
    height: 151px;
    background: url(../img/merit_bg01_sp.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_merit:after {
    width: 319px;
    height: 399px;
    background: url(../img/merit_bg02_sp.svg) no-repeat center/cover;
    top: 347px;
    right: 0;
  }
  .lp_merit .bg_inner01 {
    position: relative;
    z-index: 0;
  }
  .lp_merit .bg_inner01:before, .lp_merit .bg_inner01:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_merit .bg_inner01:before {
    width: 266px;
    height: 413px;
    background: url(../img/merit_bg03_sp.svg) no-repeat center/cover;
    top: 1042px;
    left: 0;
  }
  .lp_merit .bg_inner01:after {
    width: 238px;
    height: 508px;
    background: url(../img/merit_bg04_sp.svg) no-repeat center/cover;
    bottom: 1128px;
    right: 0;
  }
  .lp_merit .bg_inner02 {
    position: relative;
    z-index: 0;
  }
  .lp_merit .bg_inner02:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 260px;
    height: 426px;
    background: url(../img/merit_bg05_sp.svg) no-repeat center/cover;
    left: 0;
    bottom: 323px;
  }
  .lp_merit h2.lp_h2 {
    margin-bottom: 45px;
  }
  .lp_merit h2.lp_h2 .en {
    padding: 10px 30px 9px;
  }
  .lp_merit h3 {
    margin-bottom: 16px;
  }
  .lp_merit h3 .merit {
    font-size: 15px;
    letter-spacing: 0.6px;
    width: 103px;
    height: 96px;
    margin-bottom: 22px;
    margin-left: 3px;
  }
  .lp_merit h3 .merit .inner {
    -webkit-transform: translate(5px, 4px);
            transform: translate(5px, 4px);
  }
  .lp_merit h3 .merit .num {
    font-size: 36px;
  }
  .lp_merit h3 .large {
    font-size: 22px;
    letter-spacing: 1.76px;
  }
  .lp_merit h3 .ttl {
    margin-left: 10px;
    display: inline-block;
  }
  .lp_merit h3 .bg {
    font-size: 20px;
    letter-spacing: 1.6px;
    padding: 4px 10px;
  }
  .lp_merit .card_container:not(:last-child) {
    margin-bottom: 72px;
  }
  .lp_merit .card_container .row figure img {
    width: 350px;
    -webkit-transform: translate(-1px, 0);
            transform: translate(-1px, 0);
  }
  .lp_merit .card_container .row:not(.reverse) h3 {
    text-align: right;
    margin-right: 9px;
  }
  .lp_merit .card_container .row:not(.reverse) h3 .merit {
    margin-left: auto;
    margin-right: 3px;
  }
  .lp_merit .card_container .row:not(.reverse) h3 .bg {
    margin-left: auto;
  }
  .lp_merit .card_container .row.merit1 figure img {
    width: 338px;
  }
  .lp_merit .card_container .row.merit2 .box {
    margin-top: -27px;
  }
  .lp_merit .card_container .row.merit3 figure {
    margin-left: -2px;
    margin-right: -2px;
  }
  .lp_merit .card_container .row.merit3 figure img {
    width: auto;
  }
  .lp_merit .card_container .row.merit3 .box {
    margin-top: -8px;
  }
  .lp_merit .card_container .row.merit4 .box {
    margin-top: -30px;
  }
  .lp_merit .card_container .row.merit4 .box .txt_wrap {
    padding-right: 7px;
  }
  .lp_merit .card_container .box .txt_wrap {
    padding-left: 10px;
    padding-right: 5px;
  }
  .lp_merit .card_container .box .txt_wrap p {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 389px) {
  .lp_merit h3 .large {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .lp_merit {
    position: relative;
    z-index: 0;
  }
  .lp_merit:before, .lp_merit:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_merit:before {
    width: 618px;
    height: 260px;
    background: url(../img/merit_bg01.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_merit:after {
    width: 884px;
    height: 762px;
    right: 0;
    top: 444px;
    background: url(../img/merit_bg02.svg) no-repeat center/cover;
  }
  .lp_merit .bg_inner01 {
    position: relative;
    z-index: 0;
  }
  .lp_merit .bg_inner01:before, .lp_merit .bg_inner01:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_merit .bg_inner01:before {
    width: 705px;
    height: 809px;
    background: url(../img/merit_bg03.svg) no-repeat center/cover;
    top: 934px;
    left: 0;
  }
  .lp_merit .bg_inner01:after {
    width: 557px;
    height: 885px;
    background: url(../img/merit_bg04.svg) no-repeat center/cover;
    bottom: 209px;
    right: 0;
  }
  .lp_merit .bg_inner02 {
    position: relative;
    z-index: 0;
  }
  .lp_merit .bg_inner02:before {
    content: "";
    width: 855px;
    height: 714px;
    background: url(../img/merit_bg05.svg) no-repeat center/cover;
    position: absolute;
    bottom: -157px;
    left: 0;
    z-index: -1;
  }
  .lp_merit .container {
    padding: 0;
  }
  .lp_merit h2.lp_h2 {
    margin-bottom: 84px;
  }
  .lp_merit h3 .merit {
    margin-left: -9px;
    margin-top: 0;
  }
  .lp_merit h3 .merit .inner {
    -webkit-transform: translate(1px, 8px);
            transform: translate(1px, 8px);
  }
  .lp_merit h3 .merit .num {
    padding-top: 3px;
  }
  .lp_merit h3 .ttl {
    display: block;
  }
  .lp_merit .card_container .row {
    display: grid;
    grid-template-columns: 1fr 495px;
    gap: 113px;
  }
  .lp_merit .card_container .row figure {
    position: relative;
  }
  .lp_merit .card_container .row figure img {
    position: absolute;
    max-width: none;
  }
  .lp_merit .card_container .row.reverse {
    grid-template-columns: 502px 1fr;
  }
  .lp_merit .card_container .row.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp_merit .card_container .row.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lp_merit .card_container .row.reverse .box {
    padding-left: 9px;
  }
  .lp_merit .card_container .row.reverse figure img {
    left: 0;
    top: 0;
  }
  .lp_merit .card_container .row:not(.reverse) figure img {
    right: 0;
  }
  .lp_merit .card_container .row.merit1 figure {
    height: 587px;
  }
  .lp_merit .card_container .row.merit1 figure img {
    left: -48px;
    top: 4px;
  }
  .lp_merit .card_container .row.merit2 h3 .merit {
    margin-left: -9px;
  }
  .lp_merit .card_container .row.merit2 figure {
    height: 562px;
  }
  .lp_merit .card_container .row.merit2 figure img {
    top: -8px;
    right: 19px;
  }
  .lp_merit .card_container .row.merit3 {
    padding-top: 27px;
    grid-template-columns: 504px 1fr;
  }
  .lp_merit .card_container .row.merit3 figure {
    height: 571px;
  }
  .lp_merit .card_container .row.merit3 figure img {
    top: 5px;
    right: -103px;
    left: auto;
  }
  .lp_merit .card_container .row.merit3 h3 .merit {
    margin-top: -2px;
  }
  .lp_merit .card_container .row.merit4 {
    padding-top: 16px;
  }
  .lp_merit .card_container .row.merit4 figure {
    height: 581px;
  }
  .lp_merit .card_container .row.merit4 figure img {
    top: 49px;
    right: 8px;
    left: auto;
    width: 649px;
  }
  .lp_merit .card_container .row.merit4 h3 .merit {
    margin-left: -9px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .lp_merit .card_container .row figure img {
    max-width: 100%;
  }
  .lp_merit .card_container .row.merit1 figure img {
    left: -49px;
    right: auto;
  }
  .lp_merit .card_container .row.merit2 figure img {
    right: 0;
  }
  .lp_merit .card_container .row.merit3 figure img {
    right: auto;
    left: -40px;
  }
  .lp_merit .card_container .row.merit4 figure img {
    right: 9px;
  }
}

.lp_elements {
  padding: 150px 0;
  background: var(--bg_green_01);
}
.lp_elements .txt_wrap {
  margin-bottom: 45px;
}
.lp_elements .point {
  width: 220px;
  height: 220px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#30c9cb), to(#b2d87a));
  background: linear-gradient(90deg, #30c9cb 0%, #b2d87a 100%);
  position: relative;
  border-radius: 50%;
  z-index: 0;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
}
.lp_elements .point:before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.lp_elements .point .ic {
  width: 55px;
  display: block;
  margin-bottom: 10px;
}
.lp_elements .point .ttl {
  display: block;
  color: var(--green_03);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
}
.lp_elements .box1 {
  padding: 40px;
}
.lp_elements .box3 .inner:not(:last-child) {
  margin-bottom: 116px;
}
.lp_elements .box3 .inner:not(:last-child):after {
  content: "";
  width: 119px;
  height: 55px;
  background: url(../img/arrow_point.svg) no-repeat center/cover;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  right: 0;
  margin: auto;
}
.lp_elements .box3 .inner.image_inner {
  background: #fff;
  padding: 0;
}
.lp_elements .box3 .inner.image_inner figure img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp_elements .elements_box .elements_list {
  margin-bottom: 25px;
}
.lp_elements .elements_box .txt_wrap {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.lp_elements .elements_box .txt_wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.44px;
}
.lp_elements .elements_box .txt_wrap p .highlight {
  font-size: 19px;
  letter-spacing: 1.52px;
}
.lp_elements .point_container {
  border-radius: 20px;
  background: var(--bg_green_01);
  padding: 40px;
}
.lp_elements .point_container:not(:last-child) {
  margin-bottom: 33px;
}
.lp_elements .search_area {
  color: var(--main_txt);
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.76px;
  border-radius: 40px;
  border: 3px solid #DADADA;
  background: #FFF;
  padding: 18px 32px 18px 28px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  position: relative;
}
.lp_elements .search_area:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(../img/ic_search.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
.lp_elements .search_area .ic {
  padding-left: 51px;
  position: relative;
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
  display: inline-block;
}
.lp_elements .search_area .ic:before {
  content: "";
  width: 21px;
  height: 34px;
  background: url(../img/ic_map2.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.lp_elements .color_box_bg p .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(50%, #DAFEC7));
  background: linear-gradient(transparent 40%, #DAFEC7 50%);
  display: inline-block;
}
@media (max-width: 767px) {
  .lp_elements {
    padding: 78px 0;
  }
  .lp_elements .txt_wrap {
    margin-bottom: 19px;
  }
  .lp_elements h2 {
    margin-bottom: 40px;
  }
  .lp_elements .elements_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 324px;
    width: 100%;
    margin: auto;
  }
  .lp_elements .elements_list li:not(:last-child) {
    position: relative;
  }
  .lp_elements .elements_list li:not(:last-child):after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 105%;
    margin: auto;
    background: url(../img/ic_cross.svg) no-repeat center/cover;
  }
  .lp_elements .elements_list .point {
    width: 92px;
    height: 92px;
  }
  .lp_elements .elements_list .point:before {
    width: calc(100% - 4.6px);
    height: calc(100% - 4.6px);
  }
  .lp_elements .elements_list .point .ic {
    width: 22px;
    margin-bottom: 19px;
  }
  .lp_elements .elements_list .point .ttl {
    font-size: 14px;
    line-height: 105%;
    letter-spacing: 0.56px;
    -webkit-transform: translate(0px, -13px);
            transform: translate(0px, -13px);
  }
  .lp_elements .elements_list .point .ttl .en {
    font-size: 11px;
    display: inline-block;
    letter-spacing: normal;
  }
  .lp_elements .point_container {
    padding: 30px 19px 30px 20px;
    border-radius: 20px;
    margin-top: 30px;
  }
  .lp_elements .point_container:not(:last-child) {
    margin-bottom: 27px;
  }
  .lp_elements .point_container .point {
    width: 92px;
    height: 92px;
    margin: 0 auto 20px;
  }
  .lp_elements .point_container .point:before {
    width: calc(100% - 4.6px);
    height: calc(100% - 4.6px);
  }
  .lp_elements .point_container .point .ic {
    width: 22px;
    margin-bottom: 19px;
  }
  .lp_elements .point_container .point .ttl {
    font-size: 14px;
    line-height: 105%;
    letter-spacing: 0.56px;
    -webkit-transform: translate(0px, -13px);
            transform: translate(0px, -13px);
  }
  .lp_elements .point_container .point .ttl .en {
    font-size: 11px;
    display: inline-block;
    letter-spacing: normal;
  }
  .lp_elements .color_box_bg {
    padding: 34px 27px 30px;
  }
  .lp_elements .color_box_bg p {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1.44px;
  }
  .lp_elements .box1 {
    padding: 20px 13px;
  }
  .lp_elements .box2 {
    padding: 30px 20px;
    border-radius: 14px 14px 0 0;
    position: relative;
    margin-bottom: 80px;
  }
  .lp_elements .box2:after {
    content: "";
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 100%, 0 0, 100% 1%);
  }
  .lp_elements .box3 .inner {
    padding: 20px 15px;
  }
  .lp_elements .box3 .inner:not(:last-child) {
    margin-bottom: 50px;
    position: relative;
  }
  .lp_elements .box3 .inner:not(:last-child):after {
    content: "";
    width: 65px;
    height: 30px;
    background: url(../img/arrow_point.svg) no-repeat center/cover;
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .lp_elements .box3 .row {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp_elements .box3 .row .col {
    margin: 0;
  }
  .lp_elements .box3 .row .ic img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lp_elements .box3 .row .search_area {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.12px;
    padding: 9px 17px 9px 15px;
    border-width: 2px;
  }
  .lp_elements .box3 .row .search_area .ic {
    padding-left: 23px;
  }
  .lp_elements .box3 .row .search_area .ic:before {
    width: 12px;
    height: 19px;
    top: 2px;
    left: 1px;
  }
  .lp_elements .box3 .row .search_area:after {
    width: 15px;
    height: 14px;
    right: 15px;
  }
  .lp_elements .box3 .elements_list {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 20px;
    gap: 20px;
  }
  .lp_elements .box3 .elements_list li:not(:last-child):after {
    width: 12px;
    height: 12px;
  }
  .lp_elements .box3 .elements_list .point {
    width: 76px;
    height: 76px;
  }
  .lp_elements .box3 .elements_list .point .ic {
    width: 18px;
    margin-bottom: 11px;
  }
  .lp_elements .box3 .elements_list .point .ic img {
    -webkit-transform: translate(-1px, -5px);
            transform: translate(-1px, -5px);
  }
  .lp_elements .box3 .elements_list .point .ttl {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.467px;
    -webkit-transform: translate(0px, -11px);
            transform: translate(0px, -11px);
  }
  .lp_elements .box3 .elements_list .point .ttl .en {
    font-size: 9.167px;
  }
  .lp_elements .box3 .elements_box {
    padding: 30px 19px 32px;
  }
  .lp_elements .box3 .elements_box .txt_wrap p {
    font-size: 15px;
    line-height: 185%;
    letter-spacing: 1.2px;
  }
  .lp_elements .box3 .elements_box .txt_wrap p .highlight {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 389px) {
  .lp_elements .elements_list .point {
    width: 83px;
    height: 83px;
  }
  .lp_elements .elements_list .point .ttl {
    font-size: 12px;
  }
  .lp_elements .elements_list .point .ttl .en {
    font-size: 9px;
  }
  .lp_elements .box3 .elements_box .elements_list .point {
    width: 67px;
    height: 67px;
  }
  .lp_elements .box3 .elements_box .elements_list .point .ttl {
    font-size: 10px;
  }
  .lp_elements .box3 .elements_box .elements_list .point .en {
    font-size: 7px;
  }
  .lp_elements .color_box_bg p {
    font-size: 15px;
  }
  .lp_elements .color_box_bg p .highlight {
    font-size: 17px;
  }
  .lp_elements .box3 .row .search_area {
    font-size: 12px;
  }
  .lp_elements .box3 .row .search_area .ic {
    padding-left: 18px;
  }
}
@media (min-width: 768px) {
  .lp_elements .elements_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 126px;
    max-width: 912px;
    width: 100%;
    margin: auto;
  }
  .lp_elements .elements_list li:not(:last-child) {
    position: relative;
  }
  .lp_elements .elements_list li:not(:last-child):after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/ic_cross.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 38px);
    margin: auto;
  }
  .lp_elements .box2 {
    padding-top: 63px;
    padding-right: 71px;
    padding-bottom: 60px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 126px;
    position: relative;
  }
  .lp_elements .box2:before {
    content: "";
    width: 100%;
    height: 80px;
    background: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .lp_elements .box3 {
    padding-top: 79px;
    padding-bottom: 78px;
  }
  .lp_elements .box3 .row {
    display: grid;
    grid-template-columns: 130px 365px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    max-width: 569px;
    width: 100%;
    margin: auto;
  }
  .lp_elements .box3 .inner {
    padding: 30px 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-6px, 0px);
            transform: translate(-6px, 0px);
  }
  .lp_elements .box3 .inner .ic img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lp_elements .box3 .elements_list {
    max-width: 680px;
    gap: 99px;
  }
  .lp_elements .box3 .elements_list li:not(:last-child):after {
    width: 40px;
    height: 40px;
    left: calc(100% + 29px);
  }
  .lp_elements .box3 .elements_list .point {
    width: 161px;
    height: 161px;
  }
  .lp_elements .box3 .elements_list .point:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .lp_elements .box3 .elements_list .point .ic img {
    width: 40px;
  }
  .lp_elements .box3 .elements_list .point .ttl {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
  .lp_elements .box3 .elements_box {
    padding: 50px 40px 52px;
  }
  .lp_elements .point_container {
    display: grid;
    grid-template-columns: 180px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-right: 10px;
    padding: 38px 40px 42px 40px;
  }
  .lp_elements .point_container .point {
    width: 180px;
    height: 180px;
  }
  .lp_elements .point_container .point:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .lp_elements .point_container .point .ic {
    width: 45px;
  }
  .lp_elements .point_container .point .ttl {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  .lp_elements .color_box_bg {
    margin-top: 45px;
    margin-right: 6px;
    border-radius: 30px;
    padding: 29px 30px 28px 34px;
  }
  .lp_elements .color_box_bg p .highlight {
    font-size: 24px;
  }
  .lp_elements .color_box_bg p .line {
    padding-left: 2px;
  }
}

.lp_method {
  padding: 150px 0;
  background: var(--bg_03);
  overflow: hidden;
}
.lp_method h2 {
  margin-bottom: 82px;
}
.lp_method h3 {
  margin-bottom: 40px;
}
.lp_method h4.typeA {
  font-size: 21px;
  letter-spacing: 1.68px;
  padding: 0 0 0 23px;
  margin-bottom: 30px;
}
.lp_method .shadow2 img {
  -webkit-box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
}
.lp_method .inner:not(:last-child) {
  margin-bottom: 121px;
}
.lp_method .inner.inner__3 .txt_wrap {
  margin-bottom: 64px;
}
.lp_method .inner.inner__4 {
  margin-bottom: 123px;
}
.lp_method .inner.inner__4 .txt_wrap {
  margin-bottom: 30px;
}
.lp_method .inner.inner__4 .bg_green {
  padding: 26px 24px;
}
.lp_method .inner.inner__4 .bg_green .ul_circle li:not(:last-child) {
  margin-bottom: 3px;
}
.lp_method .inner.inner__5 figure {
  padding: 20px;
  background: #EBFAF4;
}
.lp_method .inner.inner__5 figure img {
  -webkit-box-shadow: 4px 4px 20px rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 20px rgba(68, 62, 55, 0.2);
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}
.lp_method .bg_green {
  border-radius: 10px;
  background: var(--bg_green_01);
  padding: 24px 40px;
}
.lp_method .bg_green:not(:last-child) {
  margin-bottom: 30px;
}
.lp_method .box_bg:not(:last-child) {
  margin-bottom: 60px;
}
.lp_method .box_bg figure:not(:last-child) {
  margin-bottom: 18px;
}
.lp_method .box_bg .txt_wrap:not(:last-child) {
  margin-bottom: 32px;
}
.lp_method .box_bg .ul_circle {
  padding: 0;
}
.lp_method .box_bg.box_bg__3 {
  padding-top: 61px;
}
.lp_method .box_bg.box_bg__3 h4 {
  margin-bottom: 29px;
}
.lp_method .box_bg.box_bg__3 .txt_wrap {
  margin-bottom: 33px;
}
.lp_method .bg_gray {
  padding: 31px 30px 30px;
  background: #F7F7F7;
  max-width: 900px;
  width: 100%;
  margin: -4px auto 0;
}
.lp_method .bg_gray:not(:last-child) {
  margin-bottom: 20px;
}
.lp_method .link_txt {
  color: var(--txt_main);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 163%;
  letter-spacing: 0.56px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_method .link_txt a {
  color: var(--green_03);
  font-size: 13px;
  letter-spacing: 1.04px;
  display: inline-block;
  border-bottom: solid 1px var(--green_03);
  line-height: 22px;
}
@media (max-width: 767px) {
  .lp_method {
    padding: 80px 0;
    position: relative;
    z-index: 0;
  }
  .lp_method:before, .lp_method:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_method:before {
    width: 140px;
    height: 161px;
    background: url(../img/method_bg_ic01_sp.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_method:after {
    width: 128px;
    height: 382px;
    background: url(../img/method_bg_ic03_sp.svg) no-repeat center/cover;
    right: 0;
    top: 2192px;
  }
  .lp_method .bg_inner01 {
    position: relative;
    z-index: 0;
  }
  .lp_method .bg_inner01:before, .lp_method .bg_inner01:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_method .bg_inner01:before {
    width: 98px;
    height: 238px;
    background: url(../img/method_bg_ic02_sp.svg) no-repeat center/cover;
    left: 0;
    top: 407px;
  }
  .lp_method .bg_inner01:after {
    width: 175px;
    height: 343px;
    background: url(../img/method_bg_ic04_sp.svg) no-repeat center/cover;
    left: 0;
    bottom: 1640px;
  }
  .lp_method .bg_inner02 {
    position: relative;
    z-index: 0;
  }
  .lp_method .bg_inner02:before {
    content: "";
    position: absolute;
    width: 177px;
    height: 186px;
    background: url(../img/method_bg_ic05_sp.svg) no-repeat center/cover;
    bottom: -81px;
    right: 0;
    z-index: -1;
  }
  .lp_method h2 {
    margin-bottom: 42px;
  }
  .lp_method h3 {
    margin-bottom: 30px;
  }
  .lp_method h4.typeA {
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.36px;
    padding: 0 0 0 16px;
    margin-bottom: 22px;
  }
  .lp_method .box_bg {
    border-radius: 14px;
  }
  .lp_method .inner:not(:last-child) {
    margin-bottom: 64px;
  }
  .lp_method .inner.inner__1 .bg_green {
    padding-top: 22px;
  }
  .lp_method .inner.inner__2 h3 {
    padding-bottom: 15px;
  }
  .lp_method .inner.inner__2 .txt_wrap:not(:last-child) {
    margin-bottom: 29px;
  }
  .lp_method .inner.inner__3 h3 {
    padding-bottom: 10px;
  }
  .lp_method .inner.inner__3 .txt_wrap {
    padding-right: 1px;
  }
  .lp_method .inner.inner__3 .txt_wrap:not(:last-child) {
    margin-bottom: 29px;
  }
  .lp_method .inner.inner__3 .bg_gray {
    padding: 10px 11px;
  }
  .lp_method .inner.inner__3 .bg_gray:not(:last-child) {
    margin-bottom: 20px;
  }
  .lp_method .inner.inner__3 .box_bg {
    padding: 35px 19px 30px 20px;
  }
  .lp_method .inner.inner__4 h3 {
    padding-bottom: 15px;
  }
  .lp_method .inner.inner__4 .bg_green {
    padding: 30px 16px 30px 4px;
  }
  .lp_method .inner.inner__5 h3 {
    padding-bottom: 15px;
  }
  .lp_method .inner.inner__5 figure {
    padding: 18px 17px;
  }
  .lp_method .inner.inner__5 .row .col:not(:last-child) {
    margin-bottom: 28px;
  }
  .lp_method .inner.inner__5 .row .txt_wrap {
    padding-right: 1px;
  }
  .lp_method .txt_wrap:not(:last-child) {
    margin-bottom: 38px;
  }
  .lp_method .txt_wrap p {
    letter-spacing: 1.1px;
  }
  .lp_method .ul_circle li {
    padding-left: 13px;
  }
  .lp_method .ul_circle li:not(:last-child) {
    margin-bottom: 3px;
  }
  .lp_method .box_bg:not(:last-child) {
    margin-bottom: 40px;
  }
  .lp_method .box_bg .txt_wrap:not(:last-child) {
    margin-bottom: 19px;
  }
  .lp_method .bg_green {
    padding: 20px;
  }
  .lp_method .bg_green:not(:last-child) {
    margin-bottom: 20px;
  }
  .lp_method .bg_gray {
    padding: 10px;
  }
  .lp_method .bg_gray:not(:last-child) {
    margin-bottom: 18px;
  }
  .lp_method .box_bg.box_bg__1 .txt_wrap:not(:last-child) {
    margin-bottom: 22px;
  }
  .lp_method .box_bg.box_bg__2 h4 {
    margin-bottom: 19px;
  }
  .lp_method .box_bg.box_bg__2 .txt_wrap:not(:last-child) {
    margin-bottom: 24px;
  }
  .lp_method .box_bg.box_bg__3 {
    padding-top: 28px;
  }
  .lp_method .box_bg.box_bg__3 h4 {
    margin-bottom: 21px;
  }
  .lp_method .box_bg.box_bg__3 .txt_wrap:not(:last-child) {
    margin-bottom: 24px;
  }
  .lp_method .link_txt {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
  .lp_method .link_txt a {
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .lp_method {
    position: relative;
    z-index: 0;
  }
  .lp_method:before, .lp_method:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_method:before {
    width: 289px;
    height: 256px;
    background: url(../img/method_bg_ic01.svg) no-repeat center/cover;
    right: 79px;
    top: 0;
  }
  .lp_method:after {
    width: 355px;
    height: 498px;
    background: url(../img/method_bg_ic02.svg) no-repeat center/cover;
    left: 0;
    top: 222px;
  }
  .lp_method .bg_inner01 {
    position: relative;
    z-index: 0;
  }
  .lp_method .bg_inner01:before, .lp_method .bg_inner01:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_method .bg_inner01:before {
    width: 339px;
    height: 498px;
    background: url(../img/rw_bg_ic03.svg) no-repeat center/cover;
    top: 2239px;
    right: -27px;
  }
  .lp_method .bg_inner01:after {
    width: 314px;
    height: 498px;
    background: url(../img/method_bg_ic04.svg) no-repeat center/cover;
    top: 4903px;
    left: 0;
  }
  .lp_method .bg_inner02 {
    position: relative;
    z-index: 0;
  }
  .lp_method .bg_inner02:before, .lp_method .bg_inner02:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_method .bg_inner02:before {
    width: 310px;
    height: 497px;
    background: url(../img/method_bg_ic05.svg) no-repeat center/cover;
    right: 0;
    bottom: 718px;
  }
  .lp_method .box_bg {
    padding: 62px 80px 70px 80px;
  }
  .lp_method .list_col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 23px;
  }
  .lp_method .list_col_2 li:not(:last-child) {
    margin: 0;
  }
  .lp_method .bg_gray figure img {
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
  .lp_method .bg_gray.bg_gray__2 {
    padding-top: 24px;
  }
  .lp_method .inner__5 .row {
    display: grid;
    grid-template-columns: 666px 421px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp_method .inner__5 .row.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp_method .inner__5 .row.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.lp_reviews {
  padding: 147px 0 150px;
  background: var(--bg_green_01);
  position: relative;
  z-index: 0;
}
.lp_reviews:before, .lp_reviews:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.lp_reviews .bg_inner01 {
  position: relative;
  z-index: 0;
}
.lp_reviews h2 {
  margin-bottom: 82px;
}
.lp_reviews h3 {
  margin-bottom: 39px;
}
.lp_reviews h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.68px;
  padding-left: 23px;
  margin-bottom: 29px;
}
.lp_reviews .inner:not(:last-child) {
  margin-bottom: 125px;
}
.lp_reviews .inner .box_bg {
  padding: 62px 80px 70px 80px;
}
.lp_reviews .inner .box_bg:not(:last-child) {
  margin-bottom: 60px;
}
.lp_reviews .case_parts:not(:last-child) {
  margin-bottom: 60px;
}
.lp_reviews .case-title {
  padding: 16px 40px 16px 127px;
  border-radius: 10px 10px 0 0;
  background: var(--green_02);
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
}
.lp_reviews .case-title:before {
  content: "";
  width: 88px;
  height: 88px;
  background: url(../img/ic_case.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.lp_reviews .case-title .case-naumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.lp_reviews .case-title .case-naumber .en {
  color: #FFF;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.68px;
  display: inline-block;
  padding: 4px 0;
  position: relative;
}
.lp_reviews .case-title .case-naumber .en:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.lp_reviews .case-title .case-naumber .num {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 100%;
}
.lp_reviews .case-details {
  padding: 44px 48px 41px 47px;
  border-radius: 0 0 10px 10px;
  border: 3px solid var(--green_02);
  background: #FFF;
  border-top: 0;
}
.lp_reviews .assessment_wrap:not(:last-child) {
  margin-bottom: 11px;
}
.lp_reviews .assessment_wrap .col {
  border-radius: 30px;
  border: 6px solid #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(#30C9CB), to(#B2D87A));
  background: linear-gradient(0deg, #30C9CB 0%, #B2D87A 100%);
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
  padding: 39px 30px 22px 30px;
}
.lp_reviews .assessment_list {
  text-align: center;
}
.lp_reviews .assessment_list .normal_txt_typeA {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 152%;
  letter-spacing: 1.6px;
}
.lp_reviews .assessment_list .normal_txt_typeA:not(:last-child) {
  margin-bottom: 12px;
}
.lp_reviews .assessment_list .normal_txt_typeA .large {
  font-size: 28px;
  letter-spacing: 2.24px;
}
.lp_reviews .assessment_list .normal_txt_typeB {
  color: var(--white);
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.36px;
}
.lp_reviews .assessment_list .strong_typeA {
  padding: 14px 20px 12px 20px;
  border-radius: 10px;
  background: #FFF;
  display: inline-block;
  color: var(--green_03);
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.88px;
}
.lp_reviews .assessment_list .strong_typeA:not(:last-child) {
  margin-bottom: 10px;
}
.lp_reviews .assessment_list .strong_typeA .large {
  font-size: 40px;
  letter-spacing: 1.6px;
}
.lp_reviews .assessment_list .strong_typeB {
  padding: 6px 20px 8px 20px;
  color: var(--green_03);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.2px;
  padding: 6px 20px 8px 20px;
  display: inline-block;
  border-radius: 10px;
  background: #FFF;
}
.lp_reviews .assessment_list .strong_typeB:not(:last-child) {
  margin-bottom: 10px;
}
.lp_reviews .bef_aft img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp_reviews .arrow {
  margin-bottom: 116px;
  position: relative;
}
.lp_reviews .arrow:after {
  content: "";
  background: url(../img/arrow_reviews.svg) no-repeat center/cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: auto;
}
.lp_reviews .strong_txt {
  color: var(--green_03);
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.08px;
  text-align: center;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-bottom: 20px;
}
.lp_reviews .inner__2 .box_bg .txt_wrap:not(:last-child) {
  margin-bottom: 38px;
}
.lp_reviews .inner__2 .bg_gray {
  padding: 26px 30px 30px;
}
.lp_reviews .bnr img {
  border-radius: 10px;
}
.lp_reviews .list_wrap_bg {
  padding: 26px 41px;
  border-radius: 10px;
  background: var(--white);
  margin-bottom: 31px;
}
.lp_reviews .list_wrap_bg .ul_circle {
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0.68px;
  padding: 0;
  margin: 0 auto 5px;
}
.lp_reviews .list_wrap_bg .txt:not(:last-child) {
  margin-bottom: 4px;
}
.lp_reviews .inner__2:not(:last-child) {
  margin-bottom: 122px;
}
.lp_reviews .inner__2 .box_bg__1 .txt_wrap:not(:last-child) {
  margin-bottom: 60px;
}
.lp_reviews .inner__3 .txt_wrap {
  margin-bottom: 30px;
}
.lp_reviews .inner__4 .box_bg .txt_wrap {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .lp_reviews {
    padding: 78px 0 80px;
    overflow: hidden;
  }
  .lp_reviews:before {
    width: 390px;
    height: 173px;
    background: url(../img/reviews_bg01_sp.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_reviews:after {
    width: 390px;
    height: 790px;
    background: url(../img/reviews_bg02_sp.svg) no-repeat center/cover;
    top: 2733px;
    left: 0;
  }
  .lp_reviews .bg_inner01 {
    position: relative;
    z-index: 0;
  }
  .lp_reviews .bg_inner01:before {
    content: "";
    width: 371px;
    height: 658px;
    background: url(../img/reviews_bg03_sp.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    bottom: 244px;
    z-index: -1;
  }
  .lp_reviews h2 {
    margin-bottom: 44px;
  }
  .lp_reviews h3 {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .lp_reviews h4 {
    font-size: 17px;
    letter-spacing: 1.36px;
    padding-left: 16px;
    margin-bottom: 19px;
  }
  .lp_reviews h5 {
    font-size: 16px;
    letter-spacing: 0.64px;
    background: transparent;
    padding: 0;
  }
  .lp_reviews h5 .spbg {
    display: inline-block;
    border-radius: 5px;
    background: #3BB0A4;
    padding: 7px 12px 7px 14px;
  }
  .lp_reviews h5 .spbg:not(:last-child) {
    margin-bottom: 4px;
  }
  .lp_reviews .inner:not(:last-child) {
    margin-bottom: 61px;
  }
  .lp_reviews .inner .box_bg {
    padding: 32px 20px;
    border-radius: 14px;
  }
  .lp_reviews .inner__1 .txt_wrap {
    margin-right: -1px;
  }
  .lp_reviews .inner__2 h3 {
    padding-bottom: 12px;
  }
  .lp_reviews .inner__2 .box_bg:not(:last-child) {
    margin-bottom: 31px;
  }
  .lp_reviews .inner__2 .box_bg.box_bg__2 {
    padding: 27px 20px 32px;
  }
  .lp_reviews .inner__2 .box_bg.box_bg__2 h4 {
    margin-bottom: 30px;
  }
  .lp_reviews .inner__2 .box_bg.box_bg__2 .txt_wrap:not(:last-child) {
    margin-bottom: 34px;
  }
  .lp_reviews .inner__2 .box_bg.box_bg__3 {
    padding: 27px 20px 32px;
  }
  .lp_reviews .inner__2 .box_bg.box_bg__3 h4 {
    margin-bottom: 30px;
  }
  .lp_reviews .inner__2 .box_bg.box_bg__3 .txt_wrap:not(:last-child) {
    margin-bottom: 5px;
  }
  .lp_reviews .inner__2 .box_bg.box_bg__3 .bg_gray {
    padding: 30px;
  }
  .lp_reviews .inner__2 .box_bg .txt_wrap:not(:last-child) {
    margin-bottom: 21px;
  }
  .lp_reviews .inner__2 .box_bg h4 {
    margin-bottom: 22px;
  }
  .lp_reviews .inner__2 .bg_gray {
    padding: 10px;
  }
  .lp_reviews .inner__3 h3 {
    padding-bottom: 10px;
  }
  .lp_reviews .inner__3 .txt_wrap {
    margin-right: -2px;
  }
  .lp_reviews .inner__4 h3 {
    padding-bottom: 9px;
  }
  .lp_reviews .inner__4 .bg_gray {
    padding: 10px;
  }
  .lp_reviews .inner__4 .box_bg .txt_wrap {
    margin-bottom: 25px;
  }
  .lp_reviews .case_parts:not(:last-child) {
    margin-bottom: 20px;
  }
  .lp_reviews .case-title {
    padding: 0 20px 0 63px;
    border-radius: 10px 10px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: 33px 1fr;
    gap: 10px;
    min-height: 56px;
  }
  .lp_reviews .case-title:before {
    width: 40px;
    height: 40px;
    left: 12px;
  }
  .lp_reviews .case-title .case-naumber {
    display: table;
    -webkit-transform: translate(0px, -4px);
            transform: translate(0px, -4px);
  }
  .lp_reviews .case-title .case-naumber .en {
    font-size: 12px;
    letter-spacing: 0.48px;
    padding: 5px 0;
  }
  .lp_reviews .case-title .case-naumber .en:before {
    bottom: 3px;
  }
  .lp_reviews .case-title .case-naumber .num {
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: normal;
    display: block;
    -webkit-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
  }
  .lp_reviews .case-title .ttl {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .lp_reviews .case-details {
    padding: 19px 16px 15px;
  }
  .lp_reviews .assessment_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .lp_reviews .assessment_wrap:not(:last-child) {
    margin-bottom: 12px;
  }
  .lp_reviews .assessment_wrap .col {
    padding: 17px 12px;
    border-radius: 20px;
    border-width: 3px;
    margin: 0 !important;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp_reviews .assessment_wrap .col.sp_left {
    padding: 20px 12px;
  }
  .lp_reviews .assessment_wrap .col.sp_left .assessment_list {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  .lp_reviews .assessment_wrap .col.sp_left .assessment_list .strong_typeA {
    -webkit-transform: translate(1px, -2px);
            transform: translate(1px, -2px);
  }
  .lp_reviews .assessment_wrap .col.sp_right .assessment_list .strong_typeA {
    font-size: 14px;
  }
  .lp_reviews .assessment_wrap .col.sp_right .assessment_list .strong_typeA .large {
    font-size: 24px;
    line-height: 125%;
  }
  .lp_reviews .assessment_list {
    width: 100%;
  }
  .lp_reviews .assessment_list .normal_txt_typeA {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.12px;
  }
  .lp_reviews .assessment_list .normal_txt_typeA .large {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
  .lp_reviews .assessment_list .strong_typeA {
    font-size: 14px;
    padding: 8px 2px 8px;
    white-space: nowrap;
    max-width: 103px;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    display: block;
  }
  .lp_reviews .assessment_list .strong_typeA:not(:last-child) {
    margin-bottom: 7px;
  }
  .lp_reviews .assessment_list .strong_typeA .large {
    font-size: 22px;
    letter-spacing: normal;
  }
  .lp_reviews .assessment_list .strong_typeB {
    font-size: 18px;
    letter-spacing: 1.44px;
    padding: 6px 25px 8px 20px;
  }
  .lp_reviews .assessment_list .strong_typeB:not(:last-child) {
    margin-bottom: 7px;
  }
  .lp_reviews .assessment_list .normal_txt_typeB {
    font-size: 11px;
    letter-spacing: 0.88px;
    white-space: nowrap;
  }
  .lp_reviews .bef_aft {
    margin-left: -1px;
    margin-right: -5px;
  }
  .lp_reviews .case1 .bef_aft img {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  .lp_reviews .case2 .case-details {
    padding: 21px 16px 15px;
  }
  .lp_reviews .case2 .bef_aft img {
    -webkit-transform: translate(-5px, -2px);
            transform: translate(-5px, -2px);
  }
  .lp_reviews .sp_case_txt {
    margin-right: -1px;
  }
  .lp_reviews .arrow {
    margin-bottom: 92px;
  }
  .lp_reviews .arrow:after {
    width: 80px;
    height: 80px;
    top: calc(100% + 6px);
  }
  .lp_reviews .strong_txt {
    font-size: 17px;
    letter-spacing: 1.36px;
  }
  .lp_reviews .list_wrap_bg {
    padding: 20px;
    border-radius: 10px;
  }
  .lp_reviews .list_wrap_bg .ul_circle {
    margin: 0 auto 3px;
  }
  .lp_reviews .list_wrap_bg .ul_circle li {
    font-size: 15px;
    letter-spacing: 0.6px;
    padding-left: 13px;
  }
  .lp_reviews .list_wrap_bg .ul_circle li:not(:last-child) {
    margin-bottom: 3px;
  }
  .lp_reviews .link_txt {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.48px;
  }
  .lp_reviews .link_txt a {
    font-size: 12px;
    letter-spacing: 1.3px;
    line-height: 13px;
    display: inline-block;
    -webkit-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
  }
}
@media (max-width: 389px) {
  .lp_reviews h5 {
    font-size: 14px;
  }
  .lp_reviews .case-title .ttl {
    font-size: 14px;
  }
  .lp_reviews .assessment_list .normal_txt_typeA .large {
    font-size: 16px;
  }
  .lp_reviews .assessment_list .normal_txt_typeB {
    font-size: 8px;
  }
  .lp_reviews .assessment_list .strong_typeA {
    font-size: 12px;
  }
  .lp_reviews .assessment_list .strong_typeA .large {
    font-size: 17px;
  }
  .lp_reviews .assessment_wrap .col.sp_right .assessment_list .strong_typeA {
    font-size: 12px;
  }
  .lp_reviews .assessment_wrap .col.sp_right .assessment_list .strong_typeA .large {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .lp_reviews:before {
    width: 918px;
    height: 296px;
    background: url(../img/reviews_bg01.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_reviews:after {
    width: 806px;
    height: 1459px;
    background: url(../img/reviews_bg02.svg) no-repeat center/cover;
    top: 2651px;
    left: 0;
  }
  .lp_reviews .bg_inner01:before {
    content: "";
    position: absolute;
    width: 594px;
    height: 819px;
    background: url(../img/reviews_bg03.svg) no-repeat center/cover;
    bottom: 661px;
    right: 0;
    z-index: -1;
  }
  .lp_reviews .assessment_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .lp_reviews .case1 .bef_aft {
    margin-left: -2px;
    margin-right: -2px;
  }
  .lp_reviews .case1 .bef_aft img {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }
  .lp_reviews .case1 .case-details {
    padding-bottom: 39px;
  }
  .lp_reviews .case2 .assessment_wrap:not(:last-child) {
    margin-bottom: 18px;
  }
  .lp_reviews .case2 .bef_aft {
    margin-left: -2px;
    margin-right: -2px;
  }
  .lp_reviews .case2 .bef_aft img {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
  .lp_reviews .case2 .case-details {
    padding-bottom: 37px;
  }
  .lp_reviews .case_parts + .txt_wrap {
    margin-top: -19px;
  }
  .lp_reviews .inner__3 .txt_wrap {
    margin-right: -1px;
  }
  .lp_reviews .list_wrap_bg .ul_circle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
  }
  .lp_reviews .list_wrap_bg .ul_circle li {
    margin: 0;
  }
}

.lp_voice {
  padding: 150px 0 158px;
  background: var(--bg_03);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.lp_voice:before, .lp_voice:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.lp_voice h2 {
  margin-bottom: 65px;
}
.lp_voice .voice_slider .slick-prev,
.lp_voice .voice_slider .slick-next {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: var(--green_01);
  z-index: 1;
}
.lp_voice .voice_slider .slick-prev:before,
.lp_voice .voice_slider .slick-next:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/arrow_voice.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.lp_voice .voice_slider .slick-prev:hover,
.lp_voice .voice_slider .slick-next:hover {
  opacity: 1;
}
.lp_voice .voice_slider .slick-dots {
  bottom: -37px;
}
.lp_voice .voice_slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 12px;
  border-radius: 50%;
}
.lp_voice .voice_slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
.lp_voice .voice_slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #B4B9C2;
  border-radius: 50%;
  opacity: 1;
}
.lp_voice .voice_slider .slick-dots li button:hover {
  opacity: 1;
}
.lp_voice .voice_slider .slick-dots li.slick-active button:before {
  background: var(--green_02);
}
.lp_voice .voice_slider .card_item {
  padding: 0 80px 60px 80px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 10px 0 rgba(68, 62, 55, 0.2);
  margin: 15px 20px;
}
.lp_voice .voice_slider h3 {
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#30C9CB), to(#B2D87A));
  background: linear-gradient(90deg, #30C9CB 0%, #B2D87A 100%);
  display: table;
  margin: 0 auto 35px;
  border: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.44px;
}
.lp_voice .voice_slider h3:before {
  display: none;
}
.lp_voice .profile_block {
  border-radius: 20px;
  background: #EBFAF4;
  padding: 20px 20px 20px 30px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_voice .profile_block:not(:last-child) {
  margin-bottom: 36px;
}
.lp_voice .profile_block .contents p {
  color: var(--green_03);
  font-size: 23px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.84px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_voice .main_container p {
  color: var(--main_txt);
  font-size: 17px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.36px;
}
@media (hover: hover) and (pointer: fine) {
  .lp_voice .slick-prev,
  .lp_voice .slick-next {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .lp_voice .slick-prev:before,
  .lp_voice .slick-next:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .lp_voice .slick-prev:hover,
  .lp_voice .slick-next:hover {
    background: #52E0DC;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .lp_voice .slick-prev:hover:before,
  .lp_voice .slick-next:hover:before {
    left: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .lp_voice .slick-prev:hover:before {
    right: 10px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .lp_voice {
    padding: 79px 0 77px;
    overflow: hidden;
  }
  .lp_voice:before {
    width: 390px;
    height: 212px;
    background: url(../img/voice_bg1_sp.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_voice:after {
    width: 390px;
    height: 167px;
    background: url(../img/voice_bg2_sp.svg) no-repeat center/cover;
    bottom: 0;
    left: 0;
  }
  .lp_voice h2 {
    margin-bottom: 26px;
  }
  .lp_voice .voice_slider .card_item {
    padding: 0 30px 24px 30px;
    border-radius: 20px;
    margin: 15px 20px;
  }
  .lp_voice .voice_slider .slick-dots {
    bottom: -28px;
  }
  .lp_voice .voice_slider .slick-arrow {
    width: 38px;
    height: 38px;
    top: calc(50% + 21px);
  }
  .lp_voice .voice_slider .slick-arrow:before {
    width: 14px;
    height: 11px;
  }
  .lp_voice .voice_slider .slick-next {
    right: 5px;
  }
  .lp_voice .voice_slider .slick-prev {
    left: 5px;
  }
  .lp_voice .voice_slider .slick-prev:before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .lp_voice .voice_slider h3 {
    font-size: 15px;
    letter-spacing: 1.2px;
    padding: 10px 23px;
    margin: 0 auto 20px;
  }
  .lp_voice .profile_block {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 10px 14px 10px 12px;
    border-radius: 10px;
  }
  .lp_voice .profile_block:not(:last-child) {
    margin-bottom: 21px;
  }
  .lp_voice .profile_block .contents p {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 1.2px;
  }
  .lp_voice .main_container .image {
    display: none;
  }
  .lp_voice .main_container p {
    font-size: 14px;
    line-height: 178%;
    letter-spacing: 1.12px;
  }
}
@media (min-width: 768px) {
  .lp_voice:before {
    width: 918px;
    height: 296px;
    background: url(../img/voice_bg1.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_voice:after {
    width: 1338px;
    height: 386px;
    background: url(../img/voice_bg2.svg) no-repeat center/cover;
    bottom: 0;
    left: 0;
  }
  .lp_voice .voice_slider .card_item {
    width: 1080px;
  }
  .lp_voice .voice_slider .slick-next {
    right: 50%;
    margin-right: -575px;
  }
  .lp_voice .voice_slider .slick-prev {
    left: 50%;
    margin-left: -575px;
  }
  .lp_voice .voice_slider .slick-prev:before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .lp_voice .main_container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 60px;
  }
  .lp_voice .main_container.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp_voice .main_container.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.lp_cost {
  padding: 148px 0 150px;
  background: var(--bg_green_01);
  position: relative;
  z-index: 0;
}
.lp_cost:before, .lp_cost:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.lp_cost .cost_container {
  padding: 80px 80px 70px 80px;
  border-radius: 20px;
  background: #FFFEE0;
  -webkit-box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
          box-shadow: 4px 4px 20px 0 rgba(68, 62, 55, 0.2);
  position: relative;
  z-index: 0;
}
.lp_cost .cost_container:before {
  content: "";
  width: 242px;
  height: 223px;
  background: url(../img/ic_cost.png) no-repeat center/cover;
  position: absolute;
  bottom: calc(100% - 44px);
  right: -5px;
  z-index: -1;
}
.lp_cost .cost_container .row:not(:last-child) {
  margin-bottom: 50px;
}
.lp_cost .cost_container .col {
  background: var(--green_gra_01);
  -webkit-box-shadow: 0 0 30px 0 rgba(19, 183, 134, 0.35);
          box-shadow: 0 0 30px 0 rgba(19, 183, 134, 0.35);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 0;
}
.lp_cost .cost_container .col:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  z-index: -1;
}
.lp_cost .cost_container .ttl {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.92px;
  border-radius: 30px;
  background: var(--green_01);
  margin-bottom: 44px;
  padding: 5px 0px 4px 2px;
}
.lp_cost .cost_container .price {
  color: var(--green_02);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 18px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_cost .cost_container .price .num {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 1.1px;
  -webkit-transform: translate(2px, -1px);
          transform: translate(2px, -1px);
  display: inline-block;
}
.lp_cost .cost_container .price .tax {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 1.28px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.lp_cost .cost_container .price .yen {
  display: inline-block;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.lp_cost .cost_container .first .price {
  font-size: 42px;
  -webkit-transform: translate(2px, -4px);
          transform: translate(2px, -4px);
}
.lp_cost .cost_container .first .price .num {
  font-size: 76px;
  letter-spacing: 1.52px;
  margin-left: 6px;
  -webkit-transform: translate(-2px, -1px);
          transform: translate(-2px, -1px);
}
.lp_cost .cost_container .first .price .tax {
  -webkit-transform: translate(-1px, -4px);
          transform: translate(-1px, -4px);
}
.lp_cost .cost_container .first .price .yen {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.lp_cost .note {
  color: var(--main_txt);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.28px;
  display: grid;
  grid-template-columns: 46px 1fr;
}
.lp_cost .note dt {
  font-weight: normal;
}
@media (max-width: 767px) {
  .lp_cost {
    padding: 59px 0 61px;
  }
  .lp_cost:before {
    width: 123px;
    height: 163px;
    background: url(../img/cost_bg01_sp.svg) no-repeat center/cover;
    top: 0;
    right: 0;
  }
  .lp_cost:after {
    width: 142px;
    height: 159px;
    background: url(../img/cost_bg02_sp.svg) no-repeat center/cover;
    left: 0;
    bottom: 0;
  }
  .lp_cost .container {
    max-width: calc(100% - 60px);
  }
  .lp_cost h2 {
    margin-bottom: 40px;
  }
  .lp_cost .cost_container {
    padding: 50px 34px 30px 34px;
  }
  .lp_cost .cost_container:before {
    width: 89px;
    height: 82px;
    bottom: calc(100% - 34px);
    right: -11px;
  }
  .lp_cost .cost_container .row:not(:last-child) {
    margin-bottom: 22px;
  }
  .lp_cost .cost_container .row .col {
    padding: 30px 30px 26px 30px;
  }
  .lp_cost .cost_container .row .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .lp_cost .cost_container .row .col:before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 17px;
  }
  .lp_cost .cost_container .row .col.first {
    padding: 30px 30px 28px 30px;
  }
  .lp_cost .cost_container .row .col.first .price {
    font-size: 20px;
  }
  .lp_cost .cost_container .row .col.first .price .num {
    font-size: 42px;
    letter-spacing: 0.84px;
    -webkit-transform: translate(-4px, 6px);
            transform: translate(-4px, 6px);
  }
  .lp_cost .cost_container .row .col.first .price .yen {
    -webkit-transform: translate(-1px, 5px);
            transform: translate(-1px, 5px);
  }
  .lp_cost .cost_container .row .col.first .price .tax {
    -webkit-transform: translate(-2px, 3px);
            transform: translate(-2px, 3px);
  }
  .lp_cost .cost_container .ttl {
    font-size: 18px;
    letter-spacing: 1.44px;
    padding: 4px 0px 5px 2px;
    margin-bottom: 32px;
  }
  .lp_cost .cost_container .price {
    font-size: 20px;
  }
  .lp_cost .cost_container .price .num {
    font-size: 34px;
    letter-spacing: 0.68px;
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  .lp_cost .cost_container .price .tax {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
  .lp_cost .cost_container .price .yen {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  .lp_cost .note {
    font-size: 13px;
    letter-spacing: 1.04px;
    grid-template-columns: 38px 1fr;
  }
}
@media (min-width: 768px) {
  .lp_cost:before {
    width: 289px;
    height: 256px;
    background: url(../img/cost_bg01.svg) no-repeat center/cover;
    top: 0;
    right: 77px;
  }
  .lp_cost:after {
    width: 355px;
    height: 466px;
    background: url(../img/cost_bg02.svg) no-repeat center/cover;
    left: 0;
    bottom: 0;
  }
  .lp_cost .cost_container {
    max-width: 980px;
    width: 100%;
    margin: auto;
  }
  .lp_cost .cost_container .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}

.lp_cae {
  padding: 150px 0 150px;
  background: var(--bg_03);
}
.lp_cae .color_box_bg .ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.4px;
}
.lp_cae .color_box_bg .ttl .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(70%, #FEF4C7));
  background: linear-gradient(transparent 40%, #FEF4C7 70%);
}
.lp_cae .card_item_contaienr figure img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp_cae .color_box_bg .ttl {
  display: table;
  margin: auto;
  position: relative;
}
.lp_cae .color_box_bg .ttl:before, .lp_cae .color_box_bg .ttl:after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lp_cae .color_box_bg .ttl:before {
  background: url(../img/ic_meo01.png) no-repeat center/cover;
}
.lp_cae .color_box_bg .ttl:after {
  background: url(../img/ic_meo02.png) no-repeat center/cover;
}
.lp_cae .color_box_bg .ttl .mark {
  display: inline-block;
}
@media (max-width: 767px) {
  .lp_cae {
    padding: 59px 0 60px;
  }
  .lp_cae h2 {
    margin-bottom: 41px;
  }
  .lp_cae .color_box_bg {
    padding: 17px 10px 17px 17px;
    border-radius: 20px;
  }
  .lp_cae .color_box_bg .ttl {
    font-size: 18px;
    line-height: 196%;
    letter-spacing: 1.44px;
    padding-top: 61px;
  }
  .lp_cae .color_box_bg .ttl:before, .lp_cae .color_box_bg .ttl:after {
    width: 50px;
    height: 50px;
    top: 2px;
    bottom: auto;
  }
  .lp_cae .color_box_bg .ttl:before {
    left: 70px;
  }
  .lp_cae .color_box_bg .ttl:after {
    right: 79px;
  }
  .lp_cae .color_box_bg .ttl .highlight {
    font-size: 22px;
    letter-spacing: 1.76px;
  }
}
@media (max-width: 389px) {
  .lp_cae .color_box_bg .ttl {
    font-size: 16px;
  }
  .lp_cae .color_box_bg .ttl .highlight {
    font-size: 19px;
  }
  .lp_cae .color_box_bg .ttl:before {
    left: 55px;
  }
  .lp_cae .color_box_bg .ttl:after {
    right: 64px;
  }
}
@media (max-width: 340px) {
  .lp_cae .color_box_bg .ttl:before {
    left: 35px;
  }
  .lp_cae .color_box_bg .ttl:after {
    right: 44px;
  }
}
@media (min-width: 768px) {
  .lp_cae {
    position: relative;
    z-index: 0;
  }
  .lp_cae:before {
    content: "";
    background: url(../img/cae_bg.svg) no-repeat center/cover;
    width: 918px;
    height: 296px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .lp_cae .box_bg {
    padding-right: 81px;
  }
  .lp_cae .card_item_contaienr {
    gap: 50px;
  }
  .lp_cae .color_box_bg {
    padding: 30px 30px 32px 30px;
    margin-right: -4px;
    margin-left: 5px;
  }
  .lp_cae .color_box_bg .ttl {
    -webkit-transform: translate(5px, 1px);
            transform: translate(5px, 1px);
  }
  .lp_cae .color_box_bg .ttl:before {
    right: calc(100% + 39px);
  }
  .lp_cae .color_box_bg .ttl:after {
    left: calc(100% + 27px);
  }
}

.lp_faq {
  padding: 150px 0 150px;
  position: relative;
  background: url(../img/dots_pattern.svg) repeat top left;
}
.lp_faq h2 {
  margin-bottom: 57px;
}
.lp_faq .table-default .cell__1 {
  width: 240px;
}
.lp_faq .table-default .cell__2 {
  width: 459px;
}
.lp_faq .sp_wide_wrapper:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .lp_faq {
    padding: 80px 0 80px;
  }
  .lp_faq h2 {
    margin-bottom: 41px;
  }
  .lp_faq .table-default .cell__1 {
    width: 86px;
  }
  .lp_faq .table-default .cell__2 {
    width: 160px;
  }
  .lp_faq .sp_wide_wrapper {
    margin-left: -44px;
  }
  .lp_faq .sp_wide_wrapper:not(:last-child) {
    margin-bottom: 18px;
  }
}/*# sourceMappingURL=bond.css.map */