/*--------------------------------------------
 *  Global
 * --------------------------------------------*/
html {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
}

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

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  [href=tel] {
    pointer-events: none;
    cursor: initial;
  }
}
.ly_cont {
  background-color: #ebf3f7;
  overflow: hidden;
}

.ly_cont_inner {
  display: block;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
}

.ly_cont_Inner__light {
  max-width: 1040px;
}

.ly_header {
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.ly_footer {
  padding: 50px 0 30px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.bl_mv {
  background: url(/assets/img/top/mv_img.png) no-repeat right top;
  background-size: 1100px auto;
  position: relative;
}
.bl_mv::before {
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #ebf3f7), to(transparent));
  background: linear-gradient(90deg, #ebf3f7 70%, transparent);
  position: absolute;
  top: 0;
  left: 0;
}

.bl_mv_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
}

.bl_mv_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bl_mv_con {
  padding-top: 150px;
  width: 545px;
  position: relative;
  z-index: 2;
}

.bl_mv_title {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.bl_mv_catch {
  font-size: 1.75rem;
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.bl_mv_value {
  margin-top: 50px;
  max-width: 400px;
  display: inline-block;
}

.bl_mv_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
  margin-top: 60px;
  z-index: 2;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_mv_item {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  background-color: #fff;
}

.bl_mv_icon {
  width: 90px;
}

.bl_mv_detail {
  width: 66%;
}

.bl_mv_label {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #1a6aa8;
}
.bl_mv_label .small {
  font-size: 0.875rem;
  color: #808080;
}

.bl_mv_txt {
  font-size: 0.875rem;
}

@media not all and (min-width: 1280px) {
  .bl_mv::before {
    content: "";
    width: 570px;
  }
}
@media not all and (min-width: 768px) {
  .bl_mv {
    background: url(/assets/img/top/mv_img_sp.png) no-repeat center 40%/cover;
    padding-bottom: 50px;
  }
  .bl_mv::before {
    content: none;
  }
  .bl_mv_con {
    padding-top: 80px;
    width: 100%;
    text-align: center;
  }
  .bl_mv_deco {
    display: none;
  }
  .bl_mv_title {
    font-size: 2.25rem;
  }
  .bl_mv_catch {
    margin-bottom: 10px;
  }
  .bl_mv_catch {
    font-size: 1.25rem;
  }
  .bl_mv_value {
    margin-top: 30px;
    max-width: 320px;
  }
  .bl_mv_list {
    gap: 20px;
    margin-top: 51vw;
  }
  .bl_mv_item {
    width: 100%;
    max-width: 550px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    padding: 24px 20px;
  }
  .bl_mv_icon {
    width: 70px;
  }
  .bl_mv_label {
    font-size: 1.125rem;
  }
}
.bl_about {
  padding-top: 160px;
}

.bl_aboutCompare {
  background-color: #fff;
  width: 100%;
  padding: 60px 50px 50px;
  position: relative;
}
.bl_aboutCompare::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(45deg, #1a6aa8, #19a7d6);
}

.bl_aboutCompare_catchDeco {
  position: absolute;
  top: -10%;
  left: 5%;
}

.bl_aboutCompare_label {
  font-size: 2.25rem;
  line-height: 1.3;
  text-align: center;
}
.bl_aboutCompare_label .large {
  font-size: 2.75rem;
}

.bl_aboutCompare_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.bl_aboutCompare_item {
  width: 184px;
  text-align: center;
  padding: 20px 10px;
  line-height: 1.3;
  font-weight: 700;
  background-color: #f4f4f4;
}

.bl_aboutCompare_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.bl_aboutCompare_name {
  font-size: 0.75rem;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.bl_aboutCompare_name .logo {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.bl_aboutCompare_value {
  font-size: 0.875rem;
}
.bl_aboutCompare_value .large {
  font-size: 1.75rem;
  margin-right: 6px;
  font-family: "din-2014", sans-serif;
}

.bl_aboutCompare_pick {
  width: 310px;
  background-color: rgba(255, 232, 97, 0.2);
  position: relative;
}
.bl_aboutCompare_pick .bl_aboutCompare_name {
  font-size: 0.875rem;
}
.bl_aboutCompare_pick .bl_aboutCompare_value .large {
  font-size: 2.375rem;
}
.bl_aboutCompare_pick .bl_aboutCompare_value .middle {
  font-size: 1.25rem;
}

.bl_aboutCompare_deco {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
      -ms-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}

.bl_aboutFlow {
  text-align: center;
  border: 1px dotted #1a6aa8;
  position: relative;
  padding: 85px 80px 50px;
  margin-top: 85px;
  margin-bottom: 80px;
}

.bl_aboutFlow_label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #ebf3f7;
}
.bl_aboutFlow_label span {
  font-size: 1.75rem;
  color: #fff;
  background-color: #1a6aa8;
  padding: 9px 30px 11px;
  border-radius: 60px;
}

.bl_aboutFlow_row {
  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;
}
.bl_aboutFlow_row::before {
  content: "";
  width: 88px;
  height: 75px;
  background: url(/assets/img/top/aboutFlow_arrow.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bl_aboutFlow_item {
  width: 41.6%;
}

.bl_about_slideAuto {
  margin-top: 130px;
}

.bl_aboutDesc {
  text-align: center;
  position: relative;
  padding: 180px 0 150px;
}
.bl_aboutDesc::before {
  pointer-events: none;
  content: "";
  width: 480px;
  height: 480px;
  background: url(/assets/img/top/aboutDesc_circle.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bl_aboutDesc_title {
  font-size: 1.875rem;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.05em;
}
.bl_aboutDesc_title .hp_bgWhite {
  margin: 0 6px;
}

.bl_aboutDesc_txt {
  line-height: 2.2;
}

.bl_aboutDesc_deco {
  position: absolute;
}

.bl_aboutDesc_deco01 {
  top: 24%;
  left: -12%;
  width: 31%;
}

.bl_aboutDesc_deco02 {
  top: 20%;
  right: 0;
  width: 12%;
}

.bl_about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  margin-top: 60px;
}

.bl_about_item {
  width: 308px;
  position: relative;
}
.bl_about_item .label {
  font-size: 1.125rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  padding: 6px 18px 9px 20px;
  background: linear-gradient(45deg, #1a6aa8, #19a7d6);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #fff;
  display: inline-block;
  letter-spacing: 0.07em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.bl_aboutSlide {
  margin-bottom: 165px;
}
.bl_aboutSlide .swiper-slide {
  width: 370px;
}
.bl_aboutSlide .swiper-button-prev,
.bl_aboutSlide .swiper-button-next {
  height: 60px;
  width: 60px;
}
.bl_aboutSlide .swiper-button-prev::after,
.bl_aboutSlide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
}
.bl_aboutSlide .swiper-button-prev {
  left: 0;
}
.bl_aboutSlide .swiper-button-prev::after {
  background-image: url(/assets/img/common/icon_swiper_prev.svg);
}
.bl_aboutSlide .swiper-button-next {
  right: 0;
}
.bl_aboutSlide .swiper-button-next::after {
  background-image: url(/assets/img/common/icon_swiper_next.svg);
}

.bl_aboutSlide_item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.bl_aboutSlide_img {
  width: 100%;
}

.bl_aboutSlide_con {
  padding: 20px 20px 45px;
}

.bl_aboutSlide_label {
  font-weight: 700;
  font-size: 1.125rem;
}

.bl_aboutSlide_info {
  margin-top: 25px;
}

.bl_aboutSlide_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-size: 0.75rem;
  font-weight: 700;
}

.bl_aboutSlide_into {
  background-color: #1a6aa8;
  color: #fff;
  width: 76px;
  text-align: center;
  padding: 2px 0;
}

.bl_aboutSlide_desc {
  font-size: 0.875rem;
}
.bl_aboutSlide_desc .large {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  margin-right: 4px;
}

.bl_aboutSlide_btn {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
}
.bl_aboutSlide_btn .ly_cont_inner {
  position: relative;
}

@media not all and (min-width: 1280px) {
  .bl_aboutSlide .swiper-button-prev {
    left: 4px;
  }
  .bl_aboutSlide .swiper-button-next {
    right: 4px;
  }
  .bl_aboutCompare_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_aboutCompare_catchDeco {
    top: -12%;
    width: 160px;
  }
  .bl_aboutDesc_deco01 {
    top: 10%;
    left: 20px;
    width: 200px;
  }
  .bl_aboutDesc_deco02 {
    top: 6%;
    right: 42px;
    width: 70px;
  }
}
@media not all and (min-width: 992px) {
  .bl_aboutCompare_other {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (min-width: 768px) {
  .bl_about {
    padding-top: 60px;
  }
  .bl_about_list {
    gap: 12px;
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_about_item {
    width: auto;
  }
  .bl_about_item .label {
    font-size: 0.75rem;
    padding: 4px 13px 5px 9px;
  }
  .bl_aboutSlide {
    margin-bottom: 110px;
  }
  .bl_aboutSlide .swiper-slide {
    width: 335px;
  }
  .bl_aboutSlide .swiper-button-prev,
  .bl_aboutSlide .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  .bl_aboutSlide .swiper-button-prev::after,
  .bl_aboutSlide .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }
  .bl_aboutSlide_con {
    padding: 20px 20px 30px;
  }
  .bl_aboutSlide_detail {
    margin-bottom: 15px;
    gap: 14px;
  }
  .bl_aboutSlide_detail:last-of-type {
    margin-bottom: 0;
  }
  .bl_aboutSlide_desc {
    line-height: 1.3;
  }
  .bl_aboutCompare {
    padding: 40px 20px;
  }
  .bl_aboutCompare_label {
    font-size: 1.125rem;
  }
  .bl_aboutCompare_label .large {
    font-size: 1.75rem;
  }
  .bl_aboutCompare_other {
    width: 100%;
  }
  .bl_aboutCompare_item {
    width: 100%;
  }
  .bl_aboutCompare_pick {
    width: 100%;
  }
  .bl_aboutCompare_catchDeco {
    top: -6%;
    width: 96px;
    left: auto;
    right: 67vw;
  }
  .bl_aboutFlow {
    padding: 80px 20px 30px;
  }
  .bl_aboutFlow_label {
    padding: 0 7px;
    width: 94%;
  }
  .bl_aboutFlow_label span {
    display: block;
    font-size: 1rem;
    border-radius: 20px;
    line-height: 1.5;
    padding: 9px 20px 11px;
  }
  .bl_aboutFlow_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
  .bl_aboutFlow_row::before {
    width: 60px;
    height: 48px;
    top: 53%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .bl_aboutFlow_item {
    width: 100%;
    max-width: 400px;
  }
  .bl_aboutDesc {
    padding: 80px 0 220px;
  }
  .bl_aboutDesc::before {
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  .bl_aboutDesc_title {
    font-size: 1.5rem;
  }
  .bl_aboutDesc_deco01 {
    width: 140px;
    top: auto;
    bottom: 90px;
    left: 0;
  }
  .bl_aboutDesc_deco02 {
    width: 60px;
    top: auto;
    bottom: 80px;
    right: 0;
  }
}
.bl_voice {
  position: relative;
}

.bl_voice_con {
  padding: 300px 0 140px;
  background: linear-gradient(45deg, #1a6aa8, #19a7d6);
  -webkit-clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
  margin-top: 50px;
  position: relative;
}

.bl_voice_deco {
  position: absolute;
}

.bl_voice_deco01 {
  right: 0;
  top: 10%;
  z-index: 2;
}

.bl_voice_deco02 {
  left: -20px;
  bottom: 10%;
}

.bl_voice_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
  margin-bottom: 60px;
}

.bl_voice_item {
  background-color: #fff;
  border-radius: 10px 10px 10px 0;
  padding: 40px 30px 44px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.bl_voice_item:nth-child(2) {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.bl_voice_item:nth-child(3) {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.bl_voice_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.bl_voice_label {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a6aa8;
}

.bl_voice_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_voice_detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  font-size: 0.75rem;
  color: #1a6aa8;
}

.bl_voice_into {
  background-color: #ebf3f7;
  width: 68px;
  text-align: center;
}

@media not all and (min-width: 1280px) {
  .bl_voice_deco01 {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@media not all and (min-width: 992px) {
  .bl_voice_con {
    padding-top: 240px;
    -webkit-clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
  }
  .bl_voice_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_voice_list .bl_voice_item {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .bl_voice_deco01 {
    top: 3%;
  }
}
@media not all and (min-width: 768px) {
  .bl_voice_con {
    padding: 100px 0 60px;
    margin-top: 100px;
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  }
  .bl_voice_icon {
    width: 65px;
  }
  .bl_voice_label {
    font-size: 1.125rem;
  }
  .bl_voice_list {
    gap: 30px;
  }
  .bl_voice_item {
    gap: 20px;
    padding: 30px 20px;
  }
  .bl_voice_deco01 {
    top: -0.5%;
    width: 130px;
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
.bl_use {
  background-color: #fff;
  padding: 180px 0 160px;
}

.bl_use_flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  margin-top: -32px;
}

.bl_use_step {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
}
.bl_use_step:last-of-type .bl_use_img::before {
  content: none;
}

.bl_use_img {
  position: relative;
}
.bl_use_img::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #1a6aa8;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, 50%);
      -ms-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
  width: 16px;
  height: 27px;
}

.bl_use_label {
  font-size: 1.25rem;
  color: #1a6aa8;
  text-align: center;
  line-height: 1.5;
}

.bl_usePrepare {
  margin-top: 130px;
}

.bl_usePrepare_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 115px;
  margin-bottom: 90px;
}

.bl_usePrepare_block {
  width: 48.6%;
  position: relative;
  background-color: #ebf3f7;
  padding: 74px 5%;
}

.bl_usePrepare_label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #1192bf;
  padding: 20px;
  border-radius: 10px;
}
.bl_usePrepare_label::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 25px;
  height: 15px;
  background-color: #1192bf;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.bl_usePrepare_label .icon {
  position: absolute;
  left: 25px;
  bottom: 0;
}

.bl_usePrepare_label__blue {
  background-color: #1a6aa8;
}
.bl_usePrepare_label__blue::before {
  background-color: #1a6aa8;
}
.bl_usePrepare_label__blue .icon {
  left: auto;
  right: 25px;
}

.bl_usePrepare_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 16px 23px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
}
.bl_usePrepare_item:last-of-type {
  margin-bottom: 0;
}
.bl_usePrepare_item:last-of-type::before, .bl_usePrepare_item:last-of-type::after {
  content: none;
}
.bl_usePrepare_item::before, .bl_usePrepare_item::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #1a6aa8;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_usePrepare_item::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.bl_usePrepare_name {
  font-size: 1.125rem;
  color: #1a6aa8;
}
.bl_usePrepare_name .small {
  font-size: 0.875rem;
}

@media not all and (min-width: 768px) {
  .bl_use {
    padding: 100px 0 140px;
  }
  .bl_use_flow {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
  .bl_use_step {
    margin-bottom: 50px;
    gap: 13px;
  }
  .bl_use_step:last-of-type {
    margin-bottom: 0;
  }
  .bl_use_step:last-of-type::after {
    content: none;
  }
  .bl_use_step::after {
    content: "";
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 25px;
    height: 18px;
    background-color: #1a6aa8;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .bl_use_img::before {
    content: none;
  }
  .bl_usePrepare {
    margin-top: 100px;
  }
  .bl_usePrepare_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin: 70px 0;
  }
  .bl_usePrepare_block {
    width: 100%;
    padding: 60px 20px 40px;
  }
  .bl_usePrepare_label {
    font-size: 1.125rem;
    padding: 12px 20px;
  }
  .bl_usePrepare_label .icon {
    width: 60px;
    left: 10px;
  }
  .bl_usePrepare_label__blue .icon {
    left: auto;
    right: 10px;
    width: 40px;
  }
  .bl_usePrepare_item {
    gap: 20px;
    padding: 10px 20px;
  }
  .bl_usePrepare_icon {
    width: 55px;
  }
  .bl_usePrepare_name {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.bl_faq {
  padding: 100px 0 120px 0;
}

.bl_faq_box {
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.bl_faq_box:last-of-type {
  margin-bottom: 0;
}

.bl_faq_qBox {
  padding: 22px 50px 22px 40px;
  background-color: #1a6aa8;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out, border-radius 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out, border-radius 0.3s ease-out;
  border-radius: 10px;
  font-size: 1.25rem;
  border: 2px solid transparent;
}
.bl_faq_qBox .icon {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.bl_faq_qBox .icon::before, .bl_faq_qBox .icon::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.bl_faq_qBox .icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bl_faq_qBox.active {
  border-radius: 10px 10px 0 0;
}
.bl_faq_qBox.active .icon::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bl_faq_qBox.active .icon::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bl_faq_q {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_faq_q .num {
  font-size: 1.625rem;
  margin-right: 20px;
}

.bl_faq_aBox {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.bl_faq_aBox.active {
  max-height: 500px;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}
.bl_faq_aBox .el_note {
  color: #999;
  display: inline-block;
}

.bl_faq_a {
  padding: 34px 40px;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.bl_faq_deco {
  position: absolute;
  top: 0;
  left: 10%;
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
  width: 20%;
  min-width: 200px;
}

@media not all and (min-width: 768px) {
  .bl_faq {
    padding: 80px 0;
  }
  .bl_faq_box {
    margin-bottom: 30px;
  }
  .bl_faq_box:last-of-type {
    margin-bottom: 0;
  }
  .bl_faq_qBox {
    padding: 20px 50px 20px 20px;
  }
  .bl_faq_q {
    font-size: 1rem;
    line-height: 1.5;
  }
  .bl_faq_q .num {
    font-size: 1.25rem;
  }
  .bl_faq_a {
    padding: 22px 20px;
  }
  .bl_faq_wrap {
    margin-bottom: 50px;
  }
}
.bl_contact {
  padding: 220px 0 120px;
  background: linear-gradient(45deg, #1a6aa8, #19a7d6);
}
.bl_contact .check {
  resize: vertical;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 17px 20px;
  letter-spacing: 0.06em;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 35px;
  border: 1px solid #e6e6e6;
}
.bl_contact label {
  line-height: 1.2;
}
.bl_contact .input_small {
  max-width: 160px;
}

.bl_contact_wrap {
  background-color: #ebf3f7;
  padding: 60px 8%;
  border-radius: 20px;
}

.bl_contact_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
  gap: 30px;
}
.bl_contact_row:last-of-type {
  margin-bottom: 0;
}
.bl_contact_row dt {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 1.125rem;
}
.bl_contact_row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
}
.bl_contact_row .top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

.bl_conatct_catch {
  text-align: center;
  margin-bottom: 60px;
}

.bl_contact_radioRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.bl_contact_radio input {
  margin-right: 10px;
}

.bl_contact_flexInput {
  margin-bottom: 12px;
}
.bl_contact_flexInput:last-of-type {
  margin-bottom: 0;
}

.bl_contact_flexItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.bl_contact_flexItem label {
  display: inline-block;
  white-space: nowrap;
}

.bl_contact_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

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

.bl_contact_submit_back {
  max-width: 200px;
  width: 100%;
}

.bl_contact_submit_next {
  max-width: 320px;
  width: 100%;
}

.bl_contact_catch {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 40px;
}

.bl_contactPolicy {
  margin-top: 55px;
}

.bl_contactPolicy_catch {
  line-height: 2;
  text-align: center;
}

.bl_contactPolicy_agree {
  text-align: center;
  margin: 30px 0 40px;
}

.bl_conatctInfo {
  text-align: center;
}

.bl_conatctInfo_title {
  font-size: 1.25rem;
  color: #1a6aa8;
}

.bl_conatctInfo_txt {
  font-size: 0.875rem;
  margin-top: 20px;
}

.bl_contact_finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.bl_contact__confirm .bl_contact_row {
  margin-bottom: 0;
  padding: 35px 0;
  border-bottom: 2px dotted #1a6aa8;
}
.bl_contact__confirm .bl_contact_row:first-of-type {
  border-top: 2px dotted #1a6aa8;
}

.bl_contactTop {
  background: linear-gradient(45deg, #1a6aa8, #19a7d6);
  padding: 130px 0;
}

.bl_contactTop_block {
  background-color: #ebf3f7;
  text-align: center;
  padding: 60px 20px;
  border-radius: 20px;
}

.bl_contactTop_txt {
  margin: 40px 0 60px;
}

.bl_contact_error {
  padding: 180px 0;
  text-align: center;
}
.bl_contact_error h2, .bl_contact_error h3 {
  margin-bottom: 20px;
}
.bl_contact_error p {
  margin-bottom: 40px;
}
.bl_contact_error ul {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px) {
  .bl_contact {
    padding: 120px 0;
  }
  .bl_contact__confirm .bl_contact_row {
    padding: 25px 0;
  }
  .bl_contact_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .bl_contact_row dt, .bl_contact_row dd {
    width: 100%;
  }
  .bl_contact_row dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_contact_row dt label {
    font-size: 1rem;
  }
  .bl_contact_row .top {
    margin-top: 0;
  }
  .bl_contact_wrap {
    padding: 40px 20px;
  }
  .bl_conatct_catch {
    margin-bottom: 40px;
  }
  .bl_contact_confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_contactTop {
    padding: 80px 0;
  }
  .bl_contactTop_txt {
    margin: 20px 0 30px;
  }
}
.bl_progress {
  max-width: 350px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.bl_progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #fff;
  z-index: -2;
}
.bl_progress .txt {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.bl_progress_inner {
  background-color: #fff;
  color: #1a6aa8;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.bl_progress_inner::before {
  content: "";
  width: 78px;
  height: 78px;
  border: 1px solid #1a6aa8;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_progress_inner.current {
  background-color: #1a6aa8;
  color: #fff;
}
.bl_progress_inner.current::before {
  border: 1px solid #fff;
}

@media not all and (min-width: 768px) {
  .bl_progress {
    margin-bottom: 40px;
    max-width: 260px;
  }
  .bl_progress_inner {
    width: 70px;
    height: 70px;
  }
  .bl_progress_inner::before {
    width: 62px;
    height: 62px;
  }
  .bl_progress_inner .txt {
    font-size: 1rem;
  }
}
.bl_cont_txt {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 100px;
}

.bl_cont_txt__white {
  color: #fff;
}

.bl_lowerKv {
  margin-bottom: 60px;
}

.bl_lowerKv__mb0 {
  margin-bottom: 0;
}

.bl_lowerKv_txt {
  text-align: center;
  color: #fff;
  margin-top: -10px;
  font-size: 0.875rem;
}

.bl_header {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_header.is_scrolled {
  background-color: rgba(40, 40, 40, 0.8);
}

.bl_header_inner {
  padding-left: 20px;
}

.bl_header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.bl_header_item {
  margin-right: 45px;
  font-weight: 700;
}

.bl_header_contact {
  font-size: 0.875rem;
  padding: 30px 43px;
  background-color: #d63f24;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.bl_header_contact span {
  padding-left: 30px;
  position: relative;
}
.bl_header_contact span::before {
  content: "";
  width: 23px;
  height: 18px;
  background: url(/assets/img/common/icon_mail.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .bl_header_link {
    position: relative;
  }
  .bl_header_link:hover::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1a6aa8;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
}
@media (min-width: 768px) {
  .bl_header_contact:hover {
    background-color: #1a6aa8;
    color: #fff;
  }
  .bl_header_contact:hover span::before {
    background: url(/assets/img/common/icon_mail.svg) no-repeat center/cover;
  }
}
@media not all and (min-width: 1280px) {
  .bl_header_content {
    display: none;
    position: fixed;
    z-index: -1;
    margin-right: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding: 150px 40px 100px;
    background-color: #fff;
    overflow-y: scroll;
  }
  .bl_header_logo {
    max-width: 220px;
    margin: 13px 0;
  }
  .bl_header_box {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .bl_header_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    margin-bottom: 50px;
  }
  .bl_header_item {
    margin-right: 0;
    font-size: 1.125rem;
  }
  .bl_header_link {
    padding-left: 20px;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .bl_header_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #1a6aa8;
  }
  .bl_header_link:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .bl_header_contact {
    font-size: 1.125rem;
  }
}
@media not all and (min-width: 768px) {
  .bl_header_item {
    font-size: 0.875rem;
  }
  .bl_header_contact {
    font-size: 0.875rem;
  }
  .bl_header_logo {
    max-width: 190px;
    margin: 0;
  }
}
.bl_footer_operation {
  font-size: 1.125rem;
  margin-bottom: 5px;
  line-height: 1.2;
}

.bl_footer_logo {
  margin-bottom: 20px;
  display: inline-block;
}

.bl_footer_address {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.bl_footer_copy {
  color: #b3b3b3;
  display: inline-block;
}

.el_button {
  color: #333;
}

.el_contactBtnWrap {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.el_contactBtn_catch {
  display: inline-block;
  background-color: #ffd23c;
  font-size: 1.375rem;
  border-radius: 40px;
  padding: 4px 20px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.el_contactBtn_catch::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 16px;
  height: 14px;
  background-color: #ffd23c;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.el_contactBtn {
  background-color: #d63f24;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 23px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 0 #a02315;
          box-shadow: 0px 10px 0 #a02315;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.el_contactBtn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el_contactBtn .ai {
  position: absolute;
  left: 10px;
  bottom: 0;
  pointer-events: none;
}

.el_contactBtn__small {
  font-size: 1.25rem;
  padding: 17px 20px;
  max-width: 320px;
  width: 100%;
}

.el_contactBtn__exSmall {
  font-size: 1.25rem;
  padding: 17px 20px;
  max-width: 200px;
  width: 100%;
}

.el_contactBtn__rev {
  border: 1px solid #d63f24;
  background-color: #fff;
  color: #d63f24;
}

.el_ham {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.el_ham span {
  position: absolute;
  height: 2px;
  width: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1a6aa8;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.el_ham span:first-of-type {
  top: 22px;
}
.el_ham span:nth-of-type(2) {
  top: 30px;
}
.el_ham span:nth-of-type(3) {
  bottom: 20px;
}
.el_ham.is_open span {
  left: 48%;
}
.el_ham.is_open span:first-of-type {
  top: 24px;
  -webkit-transform: rotate(-40deg) translateX(-50%);
      -ms-transform: rotate(-40deg) translateX(-50%);
          transform: rotate(-40deg) translateX(-50%);
}
.el_ham.is_open span:nth-of-type(2) {
  opacity: 0;
}
.el_ham.is_open span:nth-of-type(3) {
  bottom: 18px;
  -webkit-transform: rotate(40deg) translateX(-50%);
      -ms-transform: rotate(40deg) translateX(-50%);
          transform: rotate(40deg) translateX(-50%);
}

@media (min-width: 768px) {
  .el_contactBtn:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media not all and (min-width: 1280px) {
  .el_ham {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .el_contactBtn_catch {
    font-size: 0.875rem;
    padding: 8px 40px 10px;
  }
  .el_contactBtn {
    font-size: 1.125rem;
    gap: 10px;
  }
  .el_contactBtn .icon {
    width: 26px;
  }
  .el_contactBtn .ai {
    width: 70px;
  }
}
.el_noteWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 4px;
}

.el_note {
  color: #666666;
  font-size: 0.75rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.55;
}

.el_title {
  font-weight: 700;
  position: relative;
  text-align: center;
}
.el_title .en {
  font-family: "Albert Sans", sans-serif;
  font-size: 15rem;
  opacity: 0.5;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  width: 100%;
  pointer-events: none;
}
.el_title .en__light {
  color: #ebf3f7;
}
.el_title .catch {
  font-size: 2.125rem;
  z-index: 2;
  position: relative;
  line-height: 1.3;
  padding-top: 20px;
  margin-bottom: 110px;
}
.el_title .catch::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 3px;
  background-color: #1a6aa8;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.el_title__white {
  color: #fff;
}
.el_title__white .en {
  opacity: 0.1;
}
.el_title__white .catch::after {
  background-color: #fff;
}

.el_catch {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
}
.el_catch .inner {
  padding: 0 55px;
  position: relative;
  display: inline-block;
}
.el_catch .inner::before, .el_catch .inner::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 42px;
  height: 42px;
}
.el_catch .inner::before {
  background: url(/assets/img/common/slash_deco01.svg) no-repeat center center/cover;
  left: 0;
}
.el_catch .inner::after {
  background: url(/assets/img/common/slash_deco02.svg) no-repeat center center/cover;
  right: 0;
}

.el_subTitle {
  font-size: 1.625rem;
  text-align: center;
}
.el_subTitle .inner {
  position: relative;
  padding: 0 30px;
  line-height: 1.2;
  display: inline-block;
}
.el_subTitle .inner::before, .el_subTitle .inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(45deg, #1a6aa8, #19a7d6);
}
.el_subTitle .inner::before {
  left: 0;
}
.el_subTitle .inner::after {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media not all and (min-width: 1280px) {
  .el_title .en {
    font-size: 11.25rem;
  }
}
@media not all and (min-width: 992px) {
  .el_title .en {
    font-size: 7.5rem;
    top: 0;
  }
}
@media not all and (min-width: 768px) {
  .el_title .en {
    font-size: 4.125rem;
    top: 13px;
  }
  .el_title .catch {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
  .el_title .catch::after {
    height: 2px;
    bottom: -15px;
  }
  .el_subTitle {
    font-size: 1.375rem;
  }
  .el_catch {
    font-size: 1.25rem;
  }
  .el_catch .inner {
    padding: 0 35px;
  }
  .el_catch .inner::before, .el_catch .inner::after {
    bottom: -4px;
    width: 30px;
    height: 30px;
  }
}
.el_link {
  color: #1a6aa8;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el_link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

@media (min-width: 768px) {
  .el_link:hover {
    text-decoration: none;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.hp_blue {
  color: #1a6aa8;
}

.hp_red {
  color: #d63f24;
}

.hp_dot {
  position: relative;
  margin-top: 13px;
  display: inline-block;
}
.hp_dot::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d63f24;
  border-radius: 50%;
}

.hp_bgWhite {
  background-color: #fff;
  padding: 4px 8px;
}

.hp_tiltBlue {
  -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  padding: 2px 30px 5px 20px;
  background: linear-gradient(45deg, #1a6aa8, #19a7d6);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #fff;
  display: inline-block;
  letter-spacing: 0.07em;
}

.hp_slideAuto .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hp_required {
  width: 46px;
  height: 29px;
  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;
  background-color: #d63f24;
  color: #fff;
  line-height: 1;
  font-size: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
}

@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
  .hp_tiltBlue {
    padding: 2px 22px 3px 10px;
  }
  .hp_required {
    width: 41px;
    height: 23px;
    font-size: 0.75rem;
  }
}
.un_agreeBtn {
  text-align: center;
}
.un_agreeBtn:hover {
  color: #1a6aa8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.un_agreeBtn label,
.un_agreeBtn input,
.un_agreeBtn span {
  cursor: pointer;
}
.un_agreeBtn input[type=checkbox] {
  opacity: 0;
  width: 10px;
  position: absolute;
}
.un_agreeBtn label {
  position: relative;
}
.un_agreeBtn input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
}
.un_agreeBtn input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(50% - 4px);
  display: block;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(38deg) translateY(-50%);
      -ms-transform: rotate(38deg) translateY(-50%);
          transform: rotate(38deg) translateY(-50%);
  border-right: 3px solid #1a6aa8;
  border-bottom: 3px solid #1a6aa8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.un_agreeBtn input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.un_checkboxTxt {
  position: relative;
  padding-left: 40px;
}

.un_formCaution {
  color: #d63f24;
  font-weight: 500;
  font-size: 0.875rem;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.fade-in {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}/*# sourceMappingURL=style.css.map */