@charset "UTF-8";
@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: #bac7d4;
  --gray_02: #5a6066;
  --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;
}

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: #3D3834;
  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: #3D3834;
}

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: #3D3834;
  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: #0f406c;
  border-color: #0f406c;
  color: #fff;
}
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;
  }
}
.container {
  max-width: calc(100% - 40px);
  margin-inline: auto;
  width: 1200px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 25px;
  }
}

.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 .header_conversion .new_bnr a .break {
    display: block;
  }
  header.scrolled .header_inner {
    padding: 20px 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 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: 20px 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 img {
    width: 206px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 12px 10px 16px;
    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);
  }
}
@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: 70px;
  height: 70px;
  border-radius: 70px;
  background: var(--blue_01);
  -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: 26px;
}
.sp_nav .hamburger span:nth-child(2) {
  top: 34px;
  background: #AAC6F4;
}
.sp_nav .hamburger span:nth-child(3) {
  bottom: 26px;
}
.sp_nav .hamburger.open span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sp_nav .hamburger.open span:nth-child(1) {
  top: 34px;
  -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: 34px;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.sp_nav .hamburger:hover {
  background: #1761B0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@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);
  }
}

.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 .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: 18px;
  line-height: 160%;
  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: #95B9C2;
  z-index: 0;
}
.global_nav .menu a:after {
  background: #B4D7E0;
  z-index: 1;
  width: 0;
}
.global_nav .menu a .arrow {
  width: 15px;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto 0;
  overflow: hidden;
}
.global_nav .menu a .arrow:before, .global_nav .menu a .arrow:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
}
.global_nav .menu a .arrow:before {
  background: url(../img/arrow_wh.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_blue.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.6);
  }
  .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 40px 30px;
    position: absolute;
    top: 100%;
    right: 15px;
    background: linear-gradient(174deg, #5290CC 4.74%, #3675B2 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;
  }
}
@media (max-width: 767px) {
  .global_nav {
    height: calc(100vh - 76px);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#A7CBF2), color-stop(93.76%, #EAFEEE));
    background: linear-gradient(0deg, #A7CBF2 0%, #EAFEEE 93.76%);
    -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);
    overflow: auto;
    padding-bottom: 168px;
  }
  .global_nav .menu {
    max-width: calc(100% - 48px);
    margin: 34px auto 43px;
  }
  .global_nav .menu a {
    color: var(--main_txt);
    font-size: 17px;
    line-height: 160%;
    letter-spacing: 1.36px;
    padding: 16px 4px 16px 8px;
  }
  .global_nav .menu a .arrow:after {
    display: none;
  }
  .global_nav .menu a .arrow:before {
    background: url(../img/arrow_lightBlue.svg) no-repeat center/cover;
    width: 14px;
    height: 12px;
  }
  .global_nav .drawer_conversion .conversion_block li {
    max-width: 330px;
    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: 17px;
    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;
  }
  .global_nav .drawer_conversion .conversion_block li a br {
    display: none;
  }
  .global_nav .drawer_conversion .conversion_block li a .strong_txt {
    font-size: 18px;
  }
  .global_nav .drawer_conversion .conversion_block li a .ic {
    width: 34px;
    height: 34px;
  }
  .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;
}

.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 .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;
}
@media only screen and (max-width: 767px) {
  .mainimage_wrap {
    position: relative;
    z-index: 0;
  }
  .mainimage_wrap:after {
    content: "";
    background: url(../img/mainimage_bg_sp.png) no-repeat center/cover;
    width: 100%;
    height: 1175px;
    position: absolute;
    top: -4px;
    z-index: -1;
  }
  .mainimage_wrap .maininner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mainimage_wrap .mainimage {
    margin-top: 88px;
    text-align: center;
  }
  .mainimage_wrap .mainimage img {
    max-width: 390px;
    width: 100%;
    margin: auto;
  }
  .mainimage_wrap .maincopy {
    max-width: 342px;
    width: 100%;
    margin: 32px auto 0;
  }
  .mainimage_wrap .maincopy .conversion_block {
    margin: 30px auto 25px;
    width: 330px;
  }
  .mainimage_wrap .maincopy .conversion_block li {
    width: 100%;
  }
  .mainimage_wrap .maincopy .conversion_block li:after {
    right: 16px;
  }
  .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: 18px;
    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 (min-width: 768px) {
  .mainimage_wrap {
    background: url(../img/mainimage_bg.png) no-repeat center/cover, #F5F5F5;
    height: 960px;
  }
  .mainimage_wrap .maininner {
    max-width: 1710px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 112px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .mainimage_wrap .maininner {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .mainimage_wrap .maincopy {
    width: clamp(641px, 51.075vw, 708px);
    padding-left: clamp(20px, 5.82vw, 97px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .mainimage_wrap .maincopy img {
    width: clamp(541px, 42.265vw, 570px);
  }
}
@media only screen and (min-width: 768px) {
  .mainimage_wrap .mainimage {
    width: calc(100% - 660px);
    position: relative;
  }
  .mainimage_wrap .mainimage img {
    position: absolute;
    left: -14px;
    bottom: -69px;
    max-width: none;
    width: clamp(769px, 58vw, 1018px);
  }
  .mainimage_wrap .conversion_block {
    display: grid;
    grid-template-columns: repeat(2, clamp(251px, 19.609vw, 265px));
    gap: 21px;
    margin: 27px auto 0 5px;
  }
  .mainimage_wrap .conversion_block li {
    width: 100%;
  }
  .mainimage_wrap .conversion_block li a {
    padding: 0 12px 0 20px;
    height: 76px;
    font-size: 17px;
    line-height: 146%;
    gap: clamp(10px, 0.796vw, 18px);
    letter-spacing: 2px;
  }
  .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;
    width: calc(100% - clamp(72px, 5.9vw, 92px));
  }
  .mainimage_wrap .conversion_block li a .ic {
    width: clamp(40px, 3.187vw, 43px);
    height: clamp(40px, 3.187vw, 43px);
  }
  .mainimage_wrap .conversion_block li.new_bnr a .strong_txt {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .mainimage_wrap {
    background: url(../img/mainimage_bg_tab.png) no-repeat center/cover, #F5F5F5;
  }
  .mainimage_wrap .mainimage img {
    -webkit-transform: translate(-99px, -68px);
            transform: translate(-99px, -68px);
    width: clamp(701px, 57.5vw, 731px);
  }
  .mainimage_wrap .maincopy {
    position: relative;
    z-index: 1;
  }
  .mainimage_wrap .conversion_block {
    -webkit-transform: translate(2px, -5px);
            transform: translate(2px, -5px);
  }
  .mainimage_wrap .maininner {
    bottom: 124px;
  }
}
@media (min-width: 1281px) and (max-width: 1749px) {
  .mainimage_wrap .mainimage img {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 1921px) {
  .mainimage_wrap {
    height: clamp(960px, 50vw, 1280px);
  }
  .mainimage_wrap .maininner {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.conversion_block {
  padding: 0;
  list-style: none;
  z-index: 5;
}
.conversion_block li {
  width: 228px;
}
.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: 12px;
  height: 70px;
  color: #fff;
  line-height: 147%;
  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: #E7F0F6;
}
.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% - 55px);
}
@media (hover: hover) {
  .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;
}
.conversion_block li.existing_bnr a:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#123D66), to(#387ABA));
  background: linear-gradient(0deg, #123D66 0%, #387ABA 100%);
}
.conversion_block li.existing_bnr a:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#12508C), to(#47A5ED));
  background: linear-gradient(0deg, #12508C 0%, #47A5ED 100%);
  -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:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#2053B2), to(#4D9DFF)), -webkit-gradient(linear, left bottom, left top, from(#123D66), to(#387ABA));
  background: linear-gradient(0deg, #2053B2 0%, #4D9DFF 100%), linear-gradient(0deg, #123D66 0%, #387ABA 100%);
}
.conversion_block li.new_bnr a:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#3063C2), to(#78B5FF));
  background: linear-gradient(0deg, #3063C2 0%, #78B5FF 100%);
}
.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: 3px;
  }
}

.side_block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: env(safe-area-inset-bottom);
  margin: auto;
  width: calc(100% - 26px);
  z-index: 1;
}
.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 .ic:after {
  width: 19px;
  height: 14px;
}
.side_block .conversion_block li.new_bnr a .ic:after {
  width: 23px;
  height: 23px;
  left: 3px;
}
.side_block .conversion_block li.new_bnr a .strong_txt {
  display: block;
}

.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: 40px;
    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: #6C8BD9;
    -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:hover {
    background: #85A4F2;
    -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;
  }
}
@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:not(:last-child) {
  margin-bottom: clamp(20px, 3.225vw, 40px);
}

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

.card_container:not(:last-child) {
  margin-bottom: clamp(60px, 9.67vw, 120px);
}
.card_container .secondary_block .box_bg:not(:last-child) {
  margin-bottom: clamp(37px, 4.83vw, 60px);
}
.card_container .secondary_block .sub_container .row {
  background: #F7F7F7;
  -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);
  padding: 30px;
}
.card_container .secondary_block .sub_container .row:not(:last-child) {
  margin-bottom: 20px;
}
.card_container .secondary_block .sub_container .row.type_normal {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.card_container .secondary_block .sub_container .row.type_normal:not(:last-child) {
  margin-bottom: clamp(18px, 1.61vw, 20px);
}
.card_container .secondary_block .sub_container .row.type_normal .col {
  -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);
}
.card_container .secondary_block .sub_container .row.type_normal .col:not(:last-child) {
  margin-bottom: clamp(20px, 2.4vw, 30px);
}
.card_container .secondary_block .txt {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.12px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-bottom: 2px;
}
.card_container .secondary_block .txt a {
  color: var(--blue_01);
  font-size: 13px;
  line-height: 170%;
  letter-spacing: 1.04px;
  display: inline-block;
  padding-bottom: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: underline;
}
.card_container .secondary_block .txt a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .card_container .box_bg {
    padding: 30px 20px;
  }
  .card_container h3 {
    margin-bottom: 30px;
  }
  .card_container .secondary_block .sub_container .row {
    padding: 10px 10px;
  }
  .card_container .secondary_block .sub_container .row .col:not(:last-child) {
    margin-bottom: 13px;
  }
  .card_container .secondary_block h4 {
    margin-bottom: 18px;
  }
  .card_container .secondary_block .txt {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.96px;
  }
  .card_container .secondary_block .txt a {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
  .card_container .box_bg .txt_wrap p {
    letter-spacing: 1.1px;
  }
}
@media (min-width: 768px) {
  .card_container .box_bg {
    padding: 70px 80px 60px;
  }
  .card_container .primary_block h3 {
    margin-bottom: 39px;
  }
  .card_container .primary_block .row {
    display: grid;
    grid-template-columns: 400px 688px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
  .card_container .primary_block .row.reverse {
    grid-template-columns: 688px 400px;
  }
  .card_container .primary_block .row.reverse .col_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card_container .primary_block .row.reverse .col_ctn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card_container .primary_block .row.size-custom {
    grid-template-columns: 673px 415px;
  }
  .card_container .secondary_block .inner {
    margin: 0 44px;
  }
  .card_container .secondary_block .box_bg h4 {
    margin-bottom: 32px;
  }
  .card_container .secondary_block .box_bg.editor_area h4 {
    margin-bottom: 20px;
  }
  .card_container .secondary_block .sub_container .col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@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;
  }
}
pre[class*=language-] {
  white-space: pre-line !important;
  font-family: "Noto Sans JP" !important;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  font-weight: 400;
}

pre[class*=language-].line-numbers {
  padding: 20px 20px 23px 59px !important;
  border-radius: 5px !important;
  line-height: 180% !important;
}
pre[class*=language-].line-numbers.double-digit {
  padding: 20px 20px 23px 69px !important;
}
pre[class*=language-].line-numbers.double-digit .line-numbers-rows {
  left: -67px !important;
}
@media (min-width: 768px) {
  pre[class*=language-].line-numbers {
    line-height: 177% !important;
  }
}
@media (max-width: 767px) {
  pre[class*=language-].line-numbers {
    font-size: 13px !important;
    letter-spacing: 1.04px !important;
    padding: 20px 10px 14px 44px !important;
  }
  pre[class*=language-].line-numbers.double-digit {
    padding: 20px 20px 14px 42px !important;
  }
  pre[class*=language-].line-numbers.double-digit .line-numbers-rows {
    left: -47px !important;
  }
}

pre[class*=language-].line-numbers > code {
  -webkit-font-feature-settings: "palt" on !important;
          font-feature-settings: "palt" on !important;
  font-family: "Noto Sans JP" !important;
}
@media (max-width: 767px) {
  pre[class*=language-].line-numbers > code {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 180% !important;
    letter-spacing: 1.04px !important;
  }
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #1B2332 !important;
}

code[class*=language-],
pre[class*=language-] {
  text-shadow: none !important;
  color: #fff !important;
}

.line-numbers .line-numbers-rows {
  left: -67px !important;
  top: 2px !important;
}
@media (max-width: 767px) {
  .line-numbers .line-numbers-rows {
    left: -47px !important;
    top: -3px !important;
  }
}

.line-numbers-rows > span:before {
  color: #D9AC90 !important;
  font-family: "Fira Code", monospace !important;
}

.line-numbers .line-numbers-rows {
  border-right: 0 !important;
  position: relative;
  height: 100%;
}
.line-numbers .line-numbers-rows:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #D9AC90;
  position: absolute;
  top: 0;
  right: 5px;
}
@media (max-width: 767px) {
  .line-numbers .line-numbers-rows:after {
    right: 2px;
    top: -1px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .line-numbers .line-numbers-rows:after {
    height: calc(100% + 8px);
  }
}

.radius_img img {
  border-radius: clamp(14px, 2.41vw, 30px);
}

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

.check_list li {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.2px;
  padding: 8px 10px 8px 48px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#66B8F2), to(#2C55B5));
  background: linear-gradient(90deg, #66B8F2 0%, #2C55B5 100%);
  position: relative;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.check_list li:before {
  content: "";
  width: 25px;
  height: 24px;
  background: url(../img/ic_check.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
}
.check_list li:not(:last-child) {
  margin-bottom: 10px;
}
.check_list.color_typeA li {
  background: -webkit-gradient(linear, left top, right top, from(#D1A5D4), to(#4168CC));
  background: linear-gradient(90deg, #D1A5D4 0%, #4168CC 100%);
}
.check_list.color_typeA li:before {
  background: url(../img/ic_check02.svg) no-repeat center/cover;
}
.check_list.dots {
  position: relative;
}
.check_list.dots:after {
  content: "";
  width: 7px;
  height: 31px;
  background: url(../img/ic_dots02.svg) no-repeat center/cover;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .check_list li {
    font-size: 17px;
    line-height: 170%;
    letter-spacing: 1.02px;
    padding: 6px 8px 6px 43px;
  }
  .check_list li:before {
    width: 23px;
    height: 22px;
  }
}

.faq_parts {
  padding: 28px 40px 0;
  border-radius: 10px;
  background: var(--bg_02);
  -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);
}
.faq_parts:not(:last-child) {
  margin-bottom: clamp(30px, 2.58vw, 32px);
}
.faq_parts .question {
  position: relative;
}
.faq_parts .question:before, .faq_parts .question:after {
  content: "";
  width: 24px;
  height: 3px;
  background: var(--blue_02);
  position: absolute;
  top: 0;
  bottom: 27px;
  right: 10px;
  margin: auto;
}
.faq_parts .question:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq_parts .question.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq_parts .question .title {
  color: var(--main_txt);
  font-size: 21px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.84px;
  padding: 0 0 24px 69px;
  margin: 0;
  border: 0;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  cursor: pointer;
}
.faq_parts .question .title:after {
  display: none;
}
.faq_parts .question .title:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ic_q.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 24px;
  left: 5px;
  margin: auto;
}
.faq_parts .answer {
  border-top: solid 1px var(--blue_03);
  padding: 34px 5px 28px 69px;
  position: relative;
  display: none;
}
.faq_parts .answer:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ic_a.svg) no-repeat center/cover;
  position: absolute;
  top: 34px;
  left: 5px;
}
.faq_parts .answer p {
  font-size: 17px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.36px;
}
.faq_parts .answer .txt:not(:last-child) {
  margin-bottom: clamp(15px, 1.5vw, 20px);
}
.faq_parts .answer p:not(:last-child),
.faq_parts .answer div:not(:last-child) {
  margin-bottom: clamp(24px, 1.9vw, 30px);
}
.faq_parts .answer .box_bg {
  background: #fff;
  padding: 30px 40px 34px 40px;
  border-radius: 10px;
}
.faq_parts .answer .box_bg p {
  line-height: 170%;
  letter-spacing: 1.36px;
}
.faq_parts .answer .box_bg p:not(:last-child),
.faq_parts .answer .box_bg ul:not(:last-child),
.faq_parts .answer .box_bg ol:not(:last-child),
.faq_parts .answer .box_bg div:not(:last-child) {
  margin-bottom: 24px;
}
.faq_parts .answer .box_bg .ul_circle {
  padding-left: 0;
}
.faq_parts .answer .bg_title {
  color: var(--blue_01);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
  padding: 8px 16px;
  border-radius: 5px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.faq_parts .answer .bg_title.bg_blue {
  background: var(--blue_01);
  color: #fff;
}
.faq_parts .answer .sub_title {
  background: transparent;
  display: block;
  color: var(--blue_01);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
  padding: 0 5px 10px 5px;
  border-bottom: 1px solid #7691D5;
  border-radius: 0;
  margin: 0;
}
.faq_parts .answer .sub_title:not(:last-child) {
  margin-bottom: 24px;
}
.faq_parts .answer .ul_circle + .bg_title {
  margin-top: clamp(20px, 3.2vw, 40px);
}
@media (max-width: 767px) {
  .faq_parts {
    padding: 21px 14px 0 15px;
  }
  .faq_parts .question:before, .faq_parts .question:after {
    width: 18px;
    bottom: 1.2em;
    right: 0;
  }
  .faq_parts .question .title {
    padding: 0 32px 19px 42px;
    line-height: 150%;
    letter-spacing: 0.64px;
    font-size: 16px;
  }
  .faq_parts .question .title:before {
    width: 30px;
    height: 30px;
    bottom: 1em;
    left: 0;
  }
  .faq_parts .answer {
    padding: 30px 0 20px 41px;
  }
  .faq_parts .answer:after {
    width: 30px;
    height: 30px;
    top: 30px;
    left: 0;
  }
  .faq_parts .answer p {
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 1.2px;
  }
  .faq_parts .answer .box_bg {
    padding: 21px 20px 20px;
  }
  .faq_parts .answer .sub_title {
    padding: 0 5px 10px 5px;
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .faq_parts .answer .sub_title:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq_parts .answer .bg_title {
    font-size: 15px;
    letter-spacing: 0.6px;
    padding: 10px;
  }
}

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: 20px;
  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(--blue_02);
  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);
  }
}

h2 {
  margin: 0 auto clamp(40px, 4.838vw, 60px);
}
h2.lp_h2 {
  color: var(--blue_01);
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 160%;
  padding-top: 79px;
  position: relative;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 3.04px;
}
h2.lp_h2:before {
  content: "";
  width: 1px;
  height: 65px;
  background: #BAC7D4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
h2.lp_h2 .en {
  color: #93A3CC;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  display: block;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
h2.lp_h2 .num {
  font-size: 56px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 4.48px;
}
@media (max-width: 767px) {
  h2.lp_h2 {
    font-size: 22px;
    letter-spacing: 1.76px;
  }
  h2.lp_h2 .en {
    font-size: 14px;
    letter-spacing: 1.12px;
    padding-bottom: 12px;
  }
  h2.lp_h2 .num {
    font-size: 30px;
    line-height: 155%;
    letter-spacing: 2.4px;
  }
}

h3 {
  padding: 0 0 27px 30px;
  border-bottom: 2px solid var(--gray_01);
  color: var(--blue_01);
  font-size: 27px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2.16px;
  position: relative;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-bottom: 40px;
}
h3:before {
  content: "";
  width: 10px;
  height: 74.42%;
  background: url(../img/h3_line.svg) no-repeat center/cover;
  position: absolute;
  top: -4px;
  left: 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  h3 {
    padding: 0 0 13px 26px;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1.44px;
  }
  h3:before {
    width: 8px;
    height: 36px;
    top: -0.7em;
    bottom: 0;
    margin: auto;
  }
}

h4 {
  padding: 8px 14px 10px 16px;
  border-radius: 5px;
  background: var(--blue_02);
  color: var(--white);
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.72px;
  display: table;
  margin-bottom: clamp(14px, 1.53vw, 19px);
}
h4.typeA {
  color: var(--blue_01);
  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);
}
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;
  }
}

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

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

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable.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%, #EBF1FA), to(#D2E2FA));
  background: linear-gradient(90deg, #EBF1FA 49.45%, #D2E2FA 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(--blue_01);
  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: 154px;
  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: 28px;
}
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, from(#EBF1FA), to(#D2E2FA));
    background: linear-gradient(90deg, #EBF1FA 0%, #D2E2FA 100%);
  }
  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: solid 1px #BAC7D4;
  }
  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;
  }
}

.lp_structure {
  padding: clamp(130px, 12.2vw, 234px) 0 260px;
  position: relative;
  background: var(--bg_01);
  overflow: hidden;
  z-index: 0;
}
.lp_structure:before {
  content: "";
  width: 100%;
  height: clamp(94px, 7.8vw, 149px);
  background: url(../img/lp_structure_bg_top.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lp_structure:after {
  content: "";
  background: url(../img/lp_structure_bg_bottom.svg) no-repeat center/cover;
  width: 100%;
  height: 488px;
  position: absolute;
  top: calc(100% - 110px);
  z-index: -1;
}
.lp_structure h2 {
  color: var(--blue_01);
  font-size: 34px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.72px;
  margin-bottom: clamp(40px, 5.241vw, 65px);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  position: relative;
  z-index: 0;
}
.lp_structure h2:before {
  content: "";
  width: 663px;
  height: 319px;
  background: url(../img/lp_structure_logo.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 40px;
  right: calc(100% - 435px);
  margin: auto;
  z-index: -1;
}
.lp_structure h2 .line {
  border-bottom: 2px solid var(--blue_01);
  display: inline-block;
  padding-bottom: 4px;
}
.lp_structure h2 .line:not(:last-child) {
  margin-bottom: 10px;
}
.lp_structure .txt_wrap p {
  font-size: 17px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.36px;
}
.lp_structure .fadein {
  -webkit-transition: 1s 0.5s ease;
  transition: 1s 0.5s ease;
}
.lp_structure .fadein.delay1 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (max-width: 767px) {
  .lp_structure {
    padding: 198px 0 140px;
  }
  .lp_structure:before {
    width: 100%;
    height: 123px;
    background: url(../img/lp_structure_bg_top_sp.svg) no-repeat center/cover;
  }
  .lp_structure:after {
    width: 100%;
    height: 47px;
    background: url(../img/lp_structure_bg_bottom_sp.svg) no-repeat center/cover;
    top: auto;
    bottom: 0;
  }
  .lp_structure h2 {
    font-size: 21px;
    letter-spacing: 1.68px;
  }
  .lp_structure h2:before {
    background: url(../img/lp_structure_logo_sp.svg) no-repeat center/cover;
    width: 251px;
    height: 196px;
    right: auto;
    left: calc(100% - 231px);
    bottom: 47px;
  }
  .lp_structure h2 .line {
    padding-bottom: 3px;
  }
  .lp_structure h2 .line:not(:last-child) {
    margin-bottom: 12px;
  }
  .lp_structure .txt_wrap p {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
  .lp_structure .row .col:not(:last-child) {
    margin-bottom: 50px;
  }
  .lp_structure .fadein.delay1 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media (min-width: 768px) {
  .lp_structure h2 {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .lp_structure .primary_block {
    display: grid;
    grid-template-columns: 633px 415px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1921px) {
  .lp_structure:before {
    height: 194px;
  }
  .lp_structure:after {
    height: 650px;
  }
}

.lp_about {
  padding: 0 0 clamp(80px, 12.096vw, 150px);
}
.lp_about .primary_ctn .txt_wrap:not(:last-child) {
  margin-bottom: clamp(40px, 4.8387vw, 62px);
}
.lp_about .bef_aft_parts .txt {
  color: var(--blue_01);
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 1.6px;
  text-align: center;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_about .bef_aft_parts .txt:not(:last-child) {
  margin-bottom: 15px;
}
.lp_about .bef_aft_parts .col_bef {
  position: relative;
}
.lp_about .bef_aft_parts .col_bef:after {
  content: "";
  width: 78px;
  height: 75px;
  background: url(../img/arrow_bef_aft.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 34px);
  margin: auto;
}
.lp_about .bef_aft_parts .col_bef figure {
  margin-bottom: 22px;
}
.lp_about .bef_aft_parts .gd_strong_wrap {
  display: table;
  margin: auto;
}
.lp_about .bef_aft_parts .gd_strong_wrap:not(:last-child) {
  margin-bottom: clamp(12px, 1.45vw, 17px);
}
.lp_about .bef_aft_parts .gd_strong {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.lp_about .bef_aft_parts .gd_strong li {
  padding: 2px 10px 2px 12px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#66B8F2), to(#2C55B5));
  background: linear-gradient(90deg, #66B8F2 0%, #2C55B5 100%);
  color: var(--white);
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.38px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_about .col_aft figure {
  margin-bottom: 20px;
}
.lp_about .col_aft .gd_strong li {
  background: -webkit-gradient(linear, left top, right top, from(#D1A5D4), to(#4168CC));
  background: linear-gradient(90deg, #D1A5D4 0%, #4168CC 100%);
}
.lp_about .countermeasure_bl .inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.lp_about .countermeasure_bl .inner figure:not(:last-child) {
  margin-bottom: clamp(20px, 2.822vw, 35px);
}
.lp_about .countermeasure_bl .box {
  padding: 31px 30px;
  border-radius: 30px;
  background: var(--white);
  -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-bottom: 61px;
  position: relative;
}
.lp_about .countermeasure_bl .box:after {
  content: "";
  width: 44px;
  height: 83px;
  background: url(../img/ic_dots.svg) no-repeat center/cover;
  position: absolute;
  top: calc(100% + 12px);
  left: 7px;
  right: 0;
  margin: auto;
}
.lp_about .countermeasure_bl .box p {
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 1.92px;
  text-align: center;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_about .countermeasure_bl .box p strong {
  font-size: 26px;
  letter-spacing: 2.08px;
  color: var(--blue_01);
}
.lp_about .countermeasure_bl .image_note {
  margin: clamp(40px, 4.83vw, 60px) auto clamp(58px, 9.677vw, 120px);
}
.lp_about .style_container {
  padding: 59px 67px 64px 75px;
}
.lp_about .style_container:not(:last-child) {
  margin-bottom: clamp(29px, 3.38vw, 42px);
}
.lp_about .style_container .ttl_wrap {
  text-align: center;
  max-width: 508px;
  width: 100%;
  margin: 0 auto 50px;
}
.lp_about .style_container .ttl_wrap .sub {
  color: var(--blue_01);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  padding-bottom: 20px;
}
.lp_about .style_container .ttl_wrap h5 {
  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 var(--blue_01);
  background: #FFF;
}
.lp_about .style_container .ttl_wrap h5 .en {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
  background: var(--blue_01);
  padding: 11px 16px 13px 16px;
  width: 97px;
}
.lp_about .style_container .ttl_wrap h5 .ttl {
  color: var(--blue_01);
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.08px;
  width: calc(100% - 97px);
}
.lp_about .ai_ver .title {
  background: -webkit-gradient(linear, left top, right top, from(#D4B2D6), to(#4168CC));
  background: linear-gradient(90deg, #D4B2D6 0%, #4168CC 100%);
  margin-bottom: 22px;
}
.lp_about .ai_ver .title:after {
  background-color: #4168CC;
}
.lp_about .ai_ver .ttl_wrap .sub {
  color: var(--blue_02);
}
.lp_about .ai_ver .ttl_wrap h5 {
  border: 2px solid var(--blue_02);
}
.lp_about .ai_ver .ttl_wrap h5 .en {
  background: var(--blue_02);
}
.lp_about .ai_ver .ttl_wrap h5 .ttl {
  color: var(--blue_02);
}
.lp_about .search_issue {
  padding: 82px 80px 80px;
}
.lp_about .search_issue:not(:last-child) {
  margin-bottom: clamp(60px, 9.677vw, 120px);
}
.lp_about .search_issue .box {
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  border-radius: 30px;
  -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_about .search_issue .box p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.92px;
}
.lp_about .search_issue .box p .color {
  color: var(--blue_01, #10457D);
}
.lp_about .search_issue_list {
  margin-bottom: 48px;
}
.lp_about .search_issue_list li {
  text-align: center;
  padding: 0 11px;
}
.lp_about .search_issue_list .ttl {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.08px;
  border-radius: 40px;
  background: var(--blue_02);
  padding: 13px 10px;
  margin-bottom: 26px;
}
.lp_about .search_issue_list .image {
  padding: 0 3px;
  display: inline-block;
}
.lp_about .search_issue_list .image img {
  -webkit-box-shadow: 4px 4px 30px 0 rgba(68, 62, 55, 0.3);
          box-shadow: 4px 4px 30px 0 rgba(68, 62, 55, 0.3);
  border-radius: 40px;
}
.lp_about .youtubeModal_area h4 {
  margin-bottom: clamp(20px, 4.19vw, 52px);
}
@media (max-width: 767px) {
  .lp_about .bef_aft_parts .col_bef {
    margin-bottom: 94px;
  }
  .lp_about .bef_aft_parts .col_bef:after {
    left: 0;
    right: 0;
    top: calc(100% + 18px);
    bottom: auto;
    width: 56px;
    height: 58px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lp_about .bef_aft_parts .col_bef figure {
    margin-bottom: 14px;
  }
  .lp_about .bef_aft_parts .col_aft figure {
    margin-bottom: 10px;
  }
  .lp_about .bef_aft_parts .gd_strong {
    gap: 5px;
  }
  .lp_about .bef_aft_parts .gd_strong li {
    padding: 2px 10px 2px 12px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 170%;
    letter-spacing: 1.02px;
  }
  .lp_about .bef_aft_parts .txt {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.28px;
  }
  .lp_about .countermeasure_bl {
    margin-bottom: 64px;
  }
  .lp_about .countermeasure_bl h3 + .txt_wrap {
    margin-bottom: 39px;
  }
  .lp_about .countermeasure_bl .box {
    padding: 20px 25px;
    border-radius: 20px;
    margin-bottom: 32px;
  }
  .lp_about .countermeasure_bl .box:after {
    width: 30px;
    height: 48px;
    top: calc(100% + 6px);
    left: 7px;
    background: url(../img/ic_dots_sp.svg) no-repeat center/cover;
  }
  .lp_about .countermeasure_bl .box p {
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 187%;
  }
  .lp_about .countermeasure_bl .box p strong {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
  .lp_about .style_container {
    padding: 30px 6px 14px 13px;
  }
  .lp_about .style_container .ttl_wrap {
    margin-bottom: clamp(24px, 4.03vw, 50px);
    max-width: none;
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .lp_about .style_container .ttl_wrap .sub {
    font-size: 15px;
    letter-spacing: 1.2px;
    padding-bottom: 16px;
  }
  .lp_about .style_container .ttl_wrap h5 {
    margin-left: 2px;
  }
  .lp_about .style_container .ttl_wrap h5 .en {
    font-size: 19px;
    letter-spacing: 0.76px;
    padding: 10px 13px 13px 11px;
    width: 64px;
  }
  .lp_about .style_container .ttl_wrap h5 .ttl {
    width: calc(100% - 64px);
    font-size: 15px;
    letter-spacing: 1.2px;
    padding: 0 9px;
  }
  .lp_about .search_issue {
    padding: 38px 0 30px 0;
    margin-top: 40px;
  }
  .lp_about .search_issue .box {
    padding: 20px;
    border-radius: 20px;
    width: calc(100% - 40px);
    margin: auto;
  }
  .lp_about .search_issue .box p {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1.44px;
  }
  .lp_about .search_issue_list {
    margin-bottom: 36px !important;
  }
  .lp_about .search_issue_list li {
    padding: 0;
  }
  .lp_about .search_issue_list .ttl {
    font-size: 15px;
    letter-spacing: 0.9px;
    padding: 8px 10px;
    width: 220px;
    margin: 0 auto 20px;
  }
  .lp_about .search_issue_list .image {
    padding: 0 14px 20px;
  }
  .lp_about .search_issue_list .image img {
    border-radius: 30px;
    -webkit-box-shadow: 3.055px 3.055px 22.909px 0 rgba(68, 62, 55, 0.3);
            box-shadow: 3.055px 3.055px 22.909px 0 rgba(68, 62, 55, 0.3);
  }
  .lp_about .slick-prev,
  .lp_about .slick-next {
    width: 38px;
    height: 38px;
    z-index: 1;
    top: calc(50% - 3px);
  }
  .lp_about .slick-prev:before,
  .lp_about .slick-next:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/arrow_slider.svg) no-repeat center/cover;
    opacity: 1;
    display: block;
  }
  .lp_about .slick-prev {
    left: 20px;
  }
  .lp_about .slick-prev:before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .lp_about .slick-next {
    right: 20px;
  }
  .lp_about .slick-dots {
    bottom: -8px;
  }
  .lp_about .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .lp_about .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .lp_about .slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #B4B9C2;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .lp_about .slick-dots li.slick-active button:before {
    background: var(--blue_02);
  }
}
@media (min-width: 768px) {
  .lp_about .col_bef figure {
    margin-top: 3px;
  }
  .lp_about .style_container .ttl_wrap {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    margin: 0 auto 43px;
  }
  .lp_about .search_issue_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .lp_about .youtubeModal_area {
    padding: 70px 80px 80px;
  }
}

.lp_reason {
  padding: 130px 0 0;
  position: relative;
  z-index: 0;
}
.lp_reason:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 0 0;
  background: var(--bg_01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp_reason .loss_container {
  padding: 110px 0 100px;
}
.lp_reason .loss_container h3 {
  color: var(--white);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.56px;
  padding: 0;
  border: 0;
  display: table;
  margin: 0 auto clamp(40px, 4.83vw, 60px);
  border-bottom: solid 2px #fff;
}
.lp_reason .loss_container h3:before, .lp_reason .loss_container h3:after {
  background: transparent;
  width: auto;
  height: auto;
  color: #C0CCFC;
  text-align: center;
  font-size: 107px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 17.12px;
}
.lp_reason .loss_container h3:before {
  content: "“";
  top: -32px;
  left: auto;
  right: calc(100% - 2px);
}
.lp_reason .loss_container h3:after {
  content: "”";
  position: absolute;
  left: calc(100% + 17px);
  bottom: -62px;
}
.lp_reason .loss_container .image 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_reason .loss_container .box {
  padding: 80px 124px;
  background: #fff;
  border-radius: 20px;
}
.lp_reason .loss_container .txt_wrap {
  color: #fff;
}
.lp_reason .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #C7862C));
  background: linear-gradient(transparent 50%, #C7862C 50%);
}
.lp_reason .step_container {
  margin-top: 51px;
  position: relative;
}
.lp_reason .step_container:before, .lp_reason .step_container:after {
  content: "";
  position: absolute;
  bottom: 0;
}
.lp_reason .step_container:before {
  background: url(../img/llmo_reason_lose_ic01.png) no-repeat center/cover;
  right: calc(100% - 2px);
  width: 149px;
  height: 362px;
  bottom: 5px;
}
.lp_reason .step_container:after {
  background: url(../img/llmo_reason_lose_ic02.png) no-repeat center/cover;
  left: calc(100% - 4px);
  width: 129px;
  height: 358px;
  bottom: -3px;
}
.lp_reason .step_container .col {
  border-radius: 30px;
  background: var(--bg_02);
  -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: 35px 30px;
}
.lp_reason .step_container .col:not(:last-child) {
  margin-bottom: 81px;
  position: relative;
}
.lp_reason .step_container .col:not(:last-child):after {
  content: "";
  width: 190px;
  height: 39px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #8DA2D8;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  right: 0;
  margin: auto;
}
.lp_reason .step_container .col .txt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.92px;
}
.lp_reason .step_container .col .txt .color {
  font-size: 30px;
  letter-spacing: 2.4px;
  color: var(--blue_01);
}
.lp_reason .step_container .col .txt .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FEF4C7));
  background: linear-gradient(transparent 50%, #FEF4C7 50%);
  padding: 0 10px;
  display: inline-block;
  padding-top: 8px;
}
.lp_reason .step_container.wow:before, .lp_reason .step_container.wow:after {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.lp_reason .step_container.animated:before, .lp_reason .step_container.animated:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lp_reason .step_container.animated:before {
  -webkit-transition: 1s 0.5s ease;
  transition: 1s 0.5s ease;
}
.lp_reason .step_container.animated:after {
  -webkit-transition: 1s 1.5s ease;
  transition: 1s 1.5s ease;
}
@media (min-width: 768px) {
  .lp_reason .loss_container {
    position: relative;
    margin-top: clamp(58px, 6.76vw, 120px);
    z-index: 0;
  }
  .lp_reason .loss_container:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0 180px 0 0;
    background: url(../img/loss_container_bg.png) no-repeat right top, #355C8C;
    position: absolute;
    top: 1px;
    right: clamp(10px, (100vw - 1250px) * 225 / 670 + 10px, 245px);
    z-index: -1;
  }
  .lp_reason .loss_container h3 .ttl {
    -webkit-transform: translate(-4px, -2px);
            transform: translate(-4px, -2px);
    display: inline-block;
  }
  .lp_reason .loss_container .inner {
    max-width: calc(100% - 40px);
    margin-inline: auto;
    width: 1200px;
    padding: 0 32px 0 21px;
  }
  .lp_reason .loss_container .txt_wrap {
    margin-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .lp_reason {
    padding: 60px 0 0;
  }
  .lp_reason .loss_container {
    position: relative;
    z-index: 0;
    padding: 70px 0 60px;
    margin-top: 80px;
  }
  .lp_reason .loss_container:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/loss_container_bg_sp.png) no-repeat top right, #355C8C;
    position: absolute;
    top: 0;
    right: 14px;
    border-radius: 0 120px 0 0;
    z-index: -1;
  }
  .lp_reason .loss_container h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 1.6px;
    border: 0;
    text-align: center;
  }
  .lp_reason .loss_container h3:before, .lp_reason .loss_container h3:after {
    font-size: 40px;
    letter-spacing: 6.4px;
  }
  .lp_reason .loss_container h3:before {
    top: -7px;
    right: calc(100% + 2px);
  }
  .lp_reason .loss_container h3:after {
    left: calc(100% - 11px);
    bottom: -22px;
  }
  .lp_reason .loss_container h3 .sp_line {
    display: table;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    margin: auto;
  }
  .lp_reason .loss_container h3 .sp_line:not(:last-child) {
    margin-bottom: 3px;
  }
  .lp_reason .loss_container h3 + .txt_wrap {
    margin-bottom: 40px;
  }
  .lp_reason .loss_container .image img {
    -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);
  }
  .lp_reason .loss_container .inner {
    margin: 0 34px 0 20px;
  }
  .lp_reason .loss_container .box {
    padding: 30px 20px;
    border-radius: 14px;
  }
  .lp_reason .loss_container .step_container {
    margin-top: 30px;
  }
  .lp_reason .loss_container .step_container:before {
    width: 54px;
    height: 111px;
    background: url(../img/llmo_reason_lose_ic01_sp.png) no-repeat center/cover;
    right: -32px;
    bottom: calc(100% + 35px);
  }
  .lp_reason .loss_container .step_container:after {
    width: 43px;
    height: 122px;
    left: -28px;
    bottom: auto;
    top: 14px;
    background: url(../img/llmo_reason_lose_ic02_sp.png) no-repeat center/cover;
  }
  .lp_reason .loss_container .step_container .col {
    padding: 21px 20px;
    border-radius: 20px;
  }
  .lp_reason .loss_container .step_container .col:not(:last-child) {
    margin-bottom: 60px;
  }
  .lp_reason .loss_container .step_container .col:not(:last-child):after {
    width: 136px;
    height: 28px;
    top: calc(100% + 19px);
  }
  .lp_reason .loss_container .step_container .col .txt {
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 191%;
  }
  .lp_reason .loss_container .step_container .col .txt .color {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
  .lp_reason .loss_container .step_container .col .txt .line {
    padding-top: 0;
  }
  .lp_reason:before {
    border-radius: 40px 40px 0 0;
  }
  .lp_reason .container {
    max-width: calc(100% - 28px);
  }
  .lp_reason h2.lp_h2 .en {
    padding-bottom: 12px;
  }
  .lp_reason .reason_container {
    border-radius: 20px;
    padding: 38px 20px 30px 20px;
  }
}

.lp_forClinic {
  padding: 150px 0 150px;
  background: #355C8C;
  position: relative;
  z-index: 0;
}
.lp_forClinic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp_forClinic .primary_block:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lp_forClinic .primary_block:not(:last-child) {
    margin-bottom: 40px;
  }
  .lp_forClinic .primary_block .row figure {
    margin-bottom: 30px;
  }
  .lp_forClinic .primary_block h4 {
    margin-bottom: 20px;
  }
  .lp_forClinic .secondary_block h4 + .txt_wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .lp_forClinic {
    padding: 60px 0 80px;
  }
  .lp_forClinic:before {
    border-radius: 40px 0 0 0;
  }
}

.lp_ccba {
  padding: 130px 0 150px;
  background: var(--bg_01);
  position: relative;
  z-index: 0;
}
.lp_ccba:before {
  content: "";
  width: 100%;
  height: 100px;
  background: url(../img/lp_ccba_bg.svg) no-repeat center/cover;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.lp_ccba:after {
  content: "";
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
.lp_ccba .card_container .row .col {
  background: #fff;
  padding: 36px 50px 47px 50px;
  border-radius: 26px;
  -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_ccba .card_container h3 {
  color: var(--blue_01);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.92px;
  padding: 0;
  border: 0;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.lp_ccba .card_container h3:before {
  display: none;
}
.lp_ccba .card_container figure:not(:last-child) {
  margin-bottom: 25px;
}
.lp_ccba .txt_wrap + .card_container {
  margin-top: 63px;
}
.lp_ccba .ic_arrow {
  position: relative;
  margin-bottom: 83px;
}
.lp_ccba .ic_arrow:after {
  content: "";
  width: 190px;
  height: 39px;
  background: #8DA2D8;
  position: absolute;
  top: calc(100% + 32px);
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.lp_ccba .contents {
  padding: 48px 30px;
  border-radius: 30px;
  background: var(--white);
  -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_ccba .contents .txt {
  color: var(--blue_01);
  font-size: 30px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.4px;
  text-align: center;
}
.lp_ccba .contents .txt .ic {
  position: relative;
  display: inline-block;
  padding-left: 125px;
}
.lp_ccba .contents .txt .ic:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/ic_ai.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
}
.lp_ccba .contents .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FEF4C7));
  background: linear-gradient(transparent 50%, #FEF4C7 50%);
}
@media (max-width: 767px) {
  .lp_ccba {
    padding: 60px 0 80px;
  }
  .lp_ccba:before {
    width: 100%;
    height: 39px;
    background: url(../img/lp_ccba_bg_sp.svg) no-repeat center/cover;
  }
  .lp_ccba:after {
    height: 30px;
  }
  .lp_ccba .txt_wrap + .card_container {
    margin-top: 27px;
  }
  .lp_ccba .card_container .row .col {
    padding: 26px 20px 30px 20px;
    border-radius: 14px;
  }
  .lp_ccba .card_container .row .col:not(:last-child) {
    margin-bottom: 67px;
    position: relative;
  }
  .lp_ccba .card_container .row .col:not(:last-child):before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/ic_plus.svg) no-repeat center/cover;
    position: absolute;
    top: calc(100% + 13px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .lp_ccba .card_container .row .last_col {
    padding-bottom: 62px;
  }
  .lp_ccba .card_container .ic_arrow {
    margin-bottom: 71px;
  }
  .lp_ccba .card_container .ic_arrow:after {
    width: 142px;
    height: 32px;
    top: calc(100% + 24px);
  }
  .lp_ccba .card_container .contents {
    border-radius: 20px;
    padding: 20px;
  }
  .lp_ccba .card_container .contents .txt {
    font-size: 18px;
    letter-spacing: 1.44px;
    line-height: 173%;
  }
  .lp_ccba .card_container .contents .txt .ic {
    padding: 77px 0 0 10px;
  }
  .lp_ccba .card_container .contents .txt .ic:before {
    width: 70px;
    height: 70px;
    bottom: auto;
    right: 0;
  }
  .lp_ccba .card_container h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
  }
  .lp_ccba .card_container .pc_image:not(:last-child) {
    margin-bottom: 17px;
  }
  .lp_ccba .card_container .pc_image img {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .lp_ccba .row.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 114px;
  }
  .lp_ccba .row.col2 .col:nth-child(odd) {
    position: relative;
  }
  .lp_ccba .row.col2 .col:nth-child(odd):after {
    content: "";
    width: 70px;
    height: 70px;
    background: url(../img/ic_plus.svg) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 22px);
    margin: auto;
  }
}

.lp_cost {
  padding: 150px 0;
  background: var(--bg_01);
  position: relative;
  z-index: 0;
}
.lp_cost:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.lp_cost .table_inner {
  border-radius: 30px;
  background: #F7F1EB;
  padding: 70px 61px;
  position: relative;
}
.lp_cost .table_inner:before {
  content: "";
  width: 206px;
  height: 176px;
  background: url(../img/ic_cost.svg) no-repeat center/cover;
  position: absolute;
  right: 52px;
  bottom: calc(100% - 35px);
}
.lp_cost .thead {
  display: grid;
  grid-template-columns: 370px repeat(2, 1fr);
  border-radius: 10px;
  background: var(--blue_01);
  max-width: 988px;
  width: 100%;
  margin: 0 auto -10px;
  -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_cost .thead li {
  text-align: center;
  padding: 14px 10px 14px 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.76px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp_cost .shadow_wrap {
  -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: 20px;
  border-radius: 10px;
}
.lp_cost .cnt_table {
  border-radius: 10px;
  table-layout: fixed;
  overflow: hidden;
}
.lp_cost .cnt_table th,
.lp_cost .cnt_table td {
  padding: 17px 18px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  vertical-align: middle;
}
.lp_cost .cnt_table th {
  color: var(--blue_01);
  font-size: 17px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.68px;
  background: var(--bg_02);
  width: 370px;
  padding-left: 29px;
}
.lp_cost .cnt_table td {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.68px;
  background: #FFF;
  border-right: 1px solid var(--gray_01);
}
.lp_cost .cnt_table td:last-child {
  border-right: 0;
}
.lp_cost .cnt_table tr:not(:last-child) th {
  border-bottom: 1px solid var(--white);
}
.lp_cost .cnt_table tr:not(:last-child) td {
  border-bottom: 1px solid var(--gray_01);
}
.lp_cost .cnt_table .strong_bg {
  background: #FFFFED;
  font-weight: 500;
  color: var(--blue_01);
  padding: 12px 24px;
}
.lp_cost .cnt_table .btn {
  border-radius: 55px;
  background: var(--blue_01);
  color: #fff;
  display: inline-block;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
          font-feature-settings: "palt" on, "pkna" on;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.6px;
  padding: 3px 27px 5px 16px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(10px, -2px);
          transform: translate(10px, -2px);
}
.lp_cost .cnt_table .btn:after {
  content: "";
  width: 10px;
  height: 9px;
  background: url(../img/arrow_wh.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
.lp_cost .cnt_table .btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp_cost .cnt_table .ic_note {
  padding-left: 38px;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
  display: inline-block;
}
.lp_cost .cnt_table .ic_note:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/ic_note.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.lp_cost .cnt_table .ul_circle {
  display: table;
  margin: auto;
}
.lp_cost .cnt_table .list {
  padding-left: 17px;
}
.lp_cost .cnt_table .list li {
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.68px;
}
.lp_cost .cnt_table .list li:not(:last-child) {
  margin-bottom: 12px;
}
.lp_cost .cnt_table .list li .ttl {
  display: inline-block;
  position: relative;
}
.lp_cost .cnt_table .list li .ttl:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--blue_02);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
}
.lp_cost .cnt_table .list li .ttl.mb5 {
  margin-bottom: 5px;
}
.lp_cost .cnt_table .list li .wp {
  -webkit-transform: translate(-8px, -1px);
          transform: translate(-8px, -1px);
  display: inline-block;
}
@media (max-width: 767px) {
  .lp_cost {
    padding: 60px 0 0;
    z-index: 0;
  }
  .lp_cost:before {
    border-radius: 0 40px 0 0;
  }
  .lp_cost:after {
    content: "";
    width: 262px;
    height: 366px;
    background: url(../img/cost_bg01_sp.png) no-repeat center/cover;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: -1;
  }
  .lp_cost h2 {
    margin-bottom: 50px;
  }
  .lp_cost .container {
    max-width: 100%;
  }
  .lp_cost .table_inner {
    padding: 50px 0 27px 10px;
    background: transparent;
    position: relative;
    z-index: 0;
  }
  .lp_cost .table_inner:after {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    background: #F7F1EB;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
    border-radius: 20px 20px 0 0;
  }
  .lp_cost .table_inner:before {
    content: "";
    width: 100px;
    height: 85px;
    right: 17px;
    bottom: calc(100% - 47px);
  }
  .lp_cost .shadow_wrap {
    margin: 10px;
    border-radius: 10px;
  }
  .lp_cost .table_box {
    padding-right: 20px;
    margin: auto;
  }
  .lp_cost .thead {
    max-width: 480px;
    grid-template-columns: 140px repeat(2, 1fr);
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .lp_cost .thead li {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.56px;
    padding: 10px 6px;
  }
  .lp_cost .cnt_table th,
  .lp_cost .cnt_table td {
    padding: 16px 10px;
  }
  .lp_cost .cnt_table th {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.56px;
    width: 140px;
  }
  .lp_cost .cnt_table td {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .lp_cost .cnt_table td.spsize {
    padding: 7px 10px;
  }
  .lp_cost .cnt_table .strong_bg {
    padding: 13px 6px 18px 17px;
  }
  .lp_cost .cnt_table .ic_note {
    text-align: left;
  }
  .lp_cost .cnt_table .ic_note:before {
    top: auto;
    bottom: -5px;
  }
  .lp_cost .cnt_table .btn {
    display: block;
    width: 133px;
    padding: 3px 8px 5px 16px;
    font-size: 14px;
    letter-spacing: 0.56px;
    text-align: left;
    -webkit-transform: translate(30px, 7px);
            transform: translate(30px, 7px);
  }
  .lp_cost .cnt_table .list {
    padding-left: 12px;
  }
  .lp_cost .cnt_table .list li {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.6px;
  }
  .lp_cost .cnt_table .list li .ttl:before {
    bottom: auto;
    top: 8px;
    left: -13px;
  }
  .lp_cost .cnt_table .list li .wp {
    -webkit-transform: translate(-12px, -1px);
            transform: translate(-12px, -1px);
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .lp_cost .bg {
    z-index: 0;
    overflow: hidden;
  }
  .lp_cost .bg:before, .lp_cost .bg:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .lp_cost .bg:before {
    width: 775px;
    height: 858px;
    background: url(../img/cost_bg01.png) no-repeat center/cover;
    position: absolute;
    top: 100px;
    right: 0;
  }
  .lp_cost .bg:after {
    width: 651px;
    height: 465px;
    background: url(../img/cost_bg02.png) no-repeat center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.lp_contact {
  background: -webkit-gradient(linear, left bottom, left top, from(#91BFF2), color-stop(90.82%, #DAF2DF));
  background: linear-gradient(0deg, #91BFF2 0%, #DAF2DF 90.82%);
  padding: 60px 0;
}
.lp_contact h2 {
  color: var(--blue_01);
  font-family: "Poppins", sans-serif;
  font-size: 73px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 10px;
  letter-spacing: normal;
}
.lp_contact .txt_wrap {
  margin-bottom: 40px;
}
.lp_contact .txt_wrap p {
  font-size: 36px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2.88px;
  -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;
}
.lp_contact .conversion_block li a:before, .lp_contact .conversion_block li a:after {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .lp_contact {
    padding: 60px 0 41px;
  }
  .lp_contact h2 {
    font-size: 37px;
    margin-bottom: 8px;
  }
  .lp_contact .container {
    max-width: calc(100% - 44px);
  }
  .lp_contact .txt_wrap {
    position: relative;
    z-index: 1;
  }
  .lp_contact .txt_wrap p {
    font-size: 18px;
    letter-spacing: 1.44px;
    white-space: nowrap;
  }
  .lp_contact .image {
    position: relative;
  }
  .lp_contact .image img {
    max-width: none;
    width: 158px;
    position: absolute;
    top: -10px;
    left: -3px;
  }
  .lp_contact .wrapper {
    padding-left: 10px;
  }
  .lp_contact .row {
    display: grid;
    grid-template-columns: 58.1% 41.9%;
  }
  .lp_contact .conversion_block {
    position: relative;
    z-index: 0;
  }
  .lp_contact .conversion_block li {
    width: 100%;
  }
  .lp_contact .conversion_block li:after {
    width: 13px;
    height: 11px;
    right: 16px;
  }
  .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: 10px;
  }
  .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;
  }
  .lp_contact .conversion_block li a .txt .strong_txt {
    font-size: 18px;
    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;
  }
  .lp_contact .sp .conversion_block {
    margin: -7px 8px 0;
  }
}
@media (min-width: 768px) {
  .lp_contact .row {
    display: grid;
    grid-template-columns: 551px 480px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
  .lp_contact h2 {
    margin-top: 40px;
  }
  .lp_contact .image img {
    -webkit-transform: translate(21px, 0px);
            transform: translate(21px, 0px);
  }
  .lp_contact .conversion_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
  }
  .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;
  }
  .lp_contact .conversion_block li a .txt .strong_txt {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  .lp_contact .conversion_block li a .ic {
    top: 3px;
    left: 2px;
  }
  .lp_contact .conversion_block li.new_bnr a .txt {
    -webkit-transform: translate(5px, 3px);
            transform: translate(5px, 3px);
  }
  .lp_contact .conversion_block li.new_bnr a .icafter {
    bottom: 3px;
    left: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .lp_contact .row {
    padding: 0 20px;
  }
}

.lp_faq {
  padding: 60px 0 150px;
  position: relative;
  z-index: 0;
}
.lp_faq:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/ic_pattern.svg) repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .lp_faq {
    padding: 42px 0 80px;
  }
}/*# sourceMappingURL=bond.css.map */