@charset "UTF-8";
/*--------------------------------------------
 *  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.6;
}

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

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 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
}

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

.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ly_header.is-hidden {
  -webkit-transform: translateY(-140%);
      -ms-transform: translateY(-140%);
          transform: translateY(-140%);
}
.ly_header.is_open {
  border-bottom: 2px solid #f2f2f2;
}
.ly_header.is_open .bl_header_block {
  opacity: 1;
  visibility: visible;
  translate: unset;
  z-index: 1;
}
.ly_header.is_open .el_ham span:first-of-type, .ly_header.is_open .el_ham span:nth-of-type(3) {
  display: none;
}

.ly_footer {
  background-color: #333;
  padding: 60px 0 55px;
  padding-right: 300px;
}

@media not all and (min-width: 1500px) {
  .ly_footer {
    padding-right: 350px;
  }
}
@media not all and (min-width: 1280px) {
  .ly_footer {
    padding-right: 0;
  }
}
.bl_section {
  background-color: #f2f2f2;
  padding: 100px 0;
  -webkit-transition: padding-right 0.3s;
  transition: padding-right 0.3s;
  padding-right: 300px;
}

@media not all and (min-width: 1500px) {
  .bl_section {
    padding-right: 320px;
  }
}
@media not all and (min-width: 1280px) {
  .bl_section {
    padding-right: 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_section {
    padding: 80px 0;
  }
}
.bl_mv {
  background-color: #005096;
  padding: 140px 0 20px;
  position: relative;
  border-bottom-left-radius: 1060px 180px;
  border-bottom-right-radius: 1060px 180px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 120px;
  overflow: hidden;
  z-index: 2;
}

.bl_mv_chara {
  position: absolute;
  left: 18%;
  bottom: -11%;
  width: 26%;
  max-width: 400px;
  z-index: 2;
}

.bl_mv_deco {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: center;
}
.bl_mv_deco img {
  display: inline-block;
}

.bl_mv_inner {
  display: block;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.bl_mv_title {
  font-size: min(5vw, 80px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.bl_mv_txt {
  font-size: min(1.4vw, 20px);
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}

.bl_mv_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

.bl_mv_content {
  width: 39%;
}

.bl_mv_slide {
  width: 57%;
  position: relative;
}
.bl_mv_slide .mv_swiper {
  border-radius: 18px;
}
.bl_mv_slide .swiper-paginationMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.bl_mv_slide .custom-pagination {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.3;
  cursor: pointer;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
}
.bl_mv_slide .custom-pagination.active {
  opacity: 1;
  text-decoration: underline;
}
.bl_mv_slide .swiper-button-next, .bl_mv_slide .swiper-button-prev {
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_mv_slide .swiper-button-next::after, .bl_mv_slide .swiper-button-prev::after {
  display: none;
}
.bl_mv_slide .swiper-button-next {
  background-image: url("../../assets/img/mv_next.png");
  right: -30px;
}
.bl_mv_slide .swiper-button-prev {
  background-image: url("../../assets/img/mv_prev.png");
  left: -30px;
}

.bl_mv_catch {
  position: absolute;
  bottom: 17%;
  right: -17px;
  z-index: 2;
  width: 30%;
}
.bl_mv_catch img {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 86px;
}
.bl_mv_catch img.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.bl_mv_bottom {
  background-color: #f2f2f2;
  width: 100%;
}
.bl_mv_bottom img {
  width: 100%;
}

@media not all and (min-width: 768px) {
  .bl_mv {
    padding-top: 90px;
    padding-bottom: min(63%, 320px);
  }
  .bl_mv_chara {
    left: 50%;
    bottom: -7%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
  }
  .bl_mv_inner {
    padding: 0 20px;
  }
  .bl_mv_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .bl_mv_content {
    width: 100%;
  }
  .bl_mv_catch {
    bottom: 51px;
    right: 10px;
    width: 100%;
  }
  .bl_mv_catch img {
    max-height: 50px;
  }
  .bl_mv_slide {
    width: 100%;
  }
  .bl_mv_slide .mv_swiper {
    border-radius: 8px;
  }
  .bl_mv_slide .swiper-button-prev, .bl_mv_slide .swiper-button-next {
    display: none;
  }
  .bl_mv_slide .custom-pagination {
    font-size: 1rem;
  }
  .bl_mv_slide .swiper-paginationMv {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2px;
  }
  .bl_mv_deco img {
    height: 100%;
  }
}
.bl_concept {
  padding-bottom: 0;
}

.bl_concept_headTxt {
  position: absolute;
  top: -6.1vw;
  left: 50%;
  font-family: "Gill Sans", sans-serif;
  color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 7.2vw;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.bl_concept_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;
  margin-bottom: 90px;
  z-index: 2;
  position: relative;
}

.bl_concept_lead {
  width: 47%;
  font-size: 1.875rem;
  line-height: 1.8;
}

.bl_concept_figure {
  width: 50%;
}

.bl_concept_bottom {
  position: relative;
}

.bl_concept_deco {
  position: absolute;
  top: 15.9%;
  right: 19.5%;
  z-index: 2;
}

.bl_concept_bubble {
  margin-top: -50px;
  text-align: center;
  clip-path: url(#arcSpeech);
  padding: 250px 0 85px;
  background-image: repeating-linear-gradient(90deg, #f9f9f9, #f9f9f9 1px, transparent 1px, transparent 20px), repeating-linear-gradient(0deg, #f9f9f9, #f9f9f9 1px, #fff 1px, #fff 20px);
  position: relative;
}

.bl_concept_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.2%;
     -moz-column-gap: 3.2%;
          column-gap: 3.2%;
}

.bl_concept_item {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 160px;
  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;
  border: 2px solid #abddef;
  -webkit-box-shadow: 0px 5px 0px #abddef;
          box-shadow: 0px 5px 0px #abddef;
  border-radius: 8px;
  padding: 14px 10px 0;
}
.bl_concept_item:nth-last-child(1), .bl_concept_item:nth-last-child(4) {
  margin-top: 50px;
}

.bl_concept_num {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bl_concept_lable {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.bl_concept_catch {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1.8;
  border-bottom: 2px dashed #005096;
  padding-bottom: 16px;
  margin-top: 5px;
  letter-spacing: 0.05em;
  position: relative;
}
.bl_concept_catch .small {
  font-size: 2rem;
}
.bl_concept_catch .catch {
  font-size: 2.5rem;
  background-color: #005096;
  color: #fff;
  padding: 4px 20px;
  margin: 0 10px;
  position: relative;
}
.bl_concept_catch .catch::before {
  content: "";
  width: 41px;
  height: 29px;
  position: absolute;
  top: -8px;
  left: -8px;
  background: url("../../assets/img/icon_check.svg") no-repeat center center/contain;
}

@media not all and (min-width: 1280px) {
  .bl_concept_deco {
    top: 18%;
    right: 12%;
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
@media not all and (min-width: 992px) {
  .bl_concept_bubble {
    clip-path: url(#arcSpeech-sp);
  }
  .bl_concept_deco {
    top: 13.6%;
    right: 5%;
    -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
            transform: rotate(-6deg);
    width: 240px;
  }
}
@media not all and (min-width: 768px) {
  .bl_concept_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .bl_concept_headTxt {
    top: -3.8vw;
  }
  .bl_concept_headTxt img {
    width: 100%;
  }
  .bl_concept_lead {
    width: 100%;
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
  .bl_concept_figure {
    width: 100%;
  }
  .bl_concept_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_concept_item {
    margin-top: 50px;
    padding: 10px 10px 0;
    height: 135px;
  }
  .bl_concept_bubble {
    margin-top: -180px;
  }
  .bl_concept_num {
    width: 50px;
  }
  .bl_concept_catch {
    font-size: 1.5rem;
    margin-top: 35px;
    width: 100%;
  }
  .bl_concept_catch .small {
    font-size: 1.25rem;
  }
  .bl_concept_catch .catch {
    font-size: 1.75rem;
    padding: 2px 14px 3px;
    margin: 0 8px;
  }
  .bl_concept_catch .catch::before {
    width: 31px;
    height: 23px;
    top: -6px;
    left: -6px;
  }
  .bl_concept_deco {
    top: 10%;
    right: 3.3%;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
    width: 140px;
  }
}
.bl_reason {
  background-color: #005096;
}

.bl_reason_unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 70px;
  margin-top: 85px;
}

.bl_reason_block {
  position: relative;
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border-radius: 16px;
  -webkit-box-shadow: 0px 10px 0px #002942;
          box-shadow: 0px 10px 0px #002942;
}
.bl_reason_block:nth-child(2) .bl_reason_num {
  color: #9dd239;
}
.bl_reason_block:nth-child(3) .bl_reason_num {
  color: #ffb300;
}
.bl_reason_block:nth-child(4) .bl_reason_num {
  color: #d63b2b;
}

.bl_reason_inner {
  padding: 55px 8% 30px;
}

.bl_reason_num {
  font-size: 5.625rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #139ae5;
  line-height: 1;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
}

.bl_reason_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.bl_reason_list li {
  padding-left: 25px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
}
.bl_reason_list li:last-of-type {
  margin-bottom: 0;
}
.bl_reason_list li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #005096;
  position: absolute;
  top: 4px;
  left: 0;
}

.bl_reason_img {
  width: 100%;
}
.bl_reason_img img {
  border-radius: 0 0 16px 16px;
}

@media not all and (min-width: 768px) {
  .bl_reason_unit {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
    margin-top: 65px;
  }
  .bl_reason_title {
    font-size: 1.125rem;
  }
  .bl_reason_inner {
    padding: 40px 20px 20px;
  }
  .bl_reason_num {
    font-size: 4.125rem;
    left: 20px;
  }
}
.bl_about {
  text-align: center;
}

.bl_about_txt {
  margin-top: 60px;
}

.bl_about_catch {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 40px;
  padding: 0 17%;
}

.bl_about_figure {
  margin-top: -80px;
  pointer-events: none;
}

@media not all and (min-width: 768px) {
  .bl_about_txt {
    font-size: 0.875rem;
    margin-top: 40px;
  }
  .bl_about_catch {
    font-size: 1.25rem;
    padding: 0;
  }
  .bl_about_figure {
    margin-top: 30px;
    pointer-events: auto;
  }
}
.bl_case {
  background-image: repeating-linear-gradient(90deg, #f9f9f9, #f9f9f9 1px, transparent 1px, transparent 20px), repeating-linear-gradient(0deg, #f9f9f9, #f9f9f9 1px, #fff 1px, #fff 20px);
}

.bl_case_unit {
  margin-top: 110px;
}

.bl_case_block {
  background-color: #f2f2f2;
  padding: 0 40px 40px;
  border-radius: 18px;
  margin-top: 85px;
  position: relative;
  z-index: 2;
}
.bl_case_block::before {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  right: 50vw;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.bl_case_block:first-of-type {
  margin-top: 0;
}
.bl_case_block:nth-child(even)::before {
  right: auto;
  left: 50vw;
}
.bl_case_block:nth-child(even) .bl_case_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_case_block:nth-child(2) .bl_case_num {
  color: #9dd239;
}
.bl_case_block:nth-child(2) .bl_case_label {
  background-color: #9dd239;
}
.bl_case_block:nth-child(3) .bl_case_num {
  color: #ffb300;
}
.bl_case_block:nth-child(3) .bl_case_label {
  background-color: #ffb300;
}
.bl_case_block:nth-child(4) .bl_case_num {
  color: #d63b2b;
}
.bl_case_block:nth-child(4) .bl_case_label {
  background-color: #d63b2b;
}

.bl_case_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;
  gap: 3.8%;
  margin-bottom: -30px;
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
}

.bl_case_slide {
  width: 52%;
  position: relative;
}
.bl_case_slide .swiper-pagination {
  display: inline-block;
  background: #f2f2f2;
  width: auto;
  bottom: -10px;
  border-radius: 0 8px 0 0;
  padding: 5px 8px 0 0;
}
.bl_case_slide .swiper-pagination-bullet {
  border: 1px solid #005096;
  opacity: 1;
  background-color: #f2f2f2;
}
.bl_case_slide .swiper-pagination-bullet-active {
  background-color: #005096;
}

.bl_case_heading {
  width: 44%;
}

.bl_case_num {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Gill Sans", sans-serif;
  color: #139ae5;
  line-height: 1;
  margin: -14px 0;
  font-weight: 600;
}

.bl_case_label {
  font-size: 1.375rem;
  font-weight: 700;
  background-color: #139ae5;
  color: #fff;
  padding: 2px 12px 2px 6px;
  clip-path: polygon(100% 0, 98% 50%, 100% 100%, 0 100%, 0 0);
}

.bl_case_lead {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 25px;
}

.bl_case_info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.bl_case_info .detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_case_info .lead {
  color: #005096;
  width: 65px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
.bl_case_info .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_case_content {
  display: none;
  padding-top: 20px;
}

@media not all and (min-width: 768px) {
  .bl_case_unit {
    margin-top: 85px;
  }
  .bl_case_block {
    padding: 0 20px 30px;
  }
  .bl_case_block:nth-child(even) .bl_case_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_case_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .bl_case_slide {
    width: 100%;
  }
  .bl_case_heading {
    width: 100%;
  }
  .bl_case_num {
    font-size: 3.75rem;
    margin: 0;
    margin-bottom: -10px;
  }
  .bl_case_label {
    font-size: 1.125rem;
  }
  .bl_case_lead {
    font-size: 1.125rem;
    margin-top: 20px;
  }
  .bl_case_info {
    margin-top: 25px;
  }
  .bl_case_txt {
    font-size: 0.875rem;
  }
}
.bl_plan {
  background-color: #005096;
}

.bl_plan_head {
  max-width: 900px;
  margin: 0 auto;
}

.bl_plan_figure {
  margin-top: 40px;
}

.bl_plan_foot {
  max-width: 900px;
  margin: 110px auto 0;
}

.bl_plan_block {
  background-color: #fff;
  padding: 50px 5.5%;
  border-radius: 16px;
  margin-top: 40px;
  position: relative;
}

.bl_plan_deco {
  position: absolute;
  top: -154px;
  left: 3.5%;
}

.bl_plan_col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  margin-bottom: 40px;
}

.bl_plan_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.7%;
     -moz-column-gap: 3.7%;
          column-gap: 3.7%;
}

.bl_plan_card {
  background-color: #f2f2f2;
  padding: 35px 7%;
  border-radius: 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 30px;
  position: relative;
}
.bl_plan_card::before {
  content: "";
  width: 68px;
  height: 5px;
  background-color: #005096;
  position: absolute;
  top: 0;
  left: 7%;
}

.bl_plan_laed {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.bl_plan_txt {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.bl_plan_tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.bl_plan_value {
  font-size: 1.875rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_plan_value .small {
  font-size: 0.75rem;
  font-weight: 400;
}
.bl_plan_value .value {
  line-height: 1;
  font-family: "Gill Sans", sans-serif;
}

.bl_plan_catch {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
}

.bl_plan_list {
  display: none;
}

.bl_plan_item {
  margin-top: 30px;
}
.bl_plan_item:first-of-type {
  margin-top: 0;
}
.bl_plan_item:nth-child(2) .bl_plan_label {
  background-color: #9dd239;
}
.bl_plan_item:nth-child(2) .bl_plan_box {
  background-color: rgba(157, 210, 57, 0.15);
}
.bl_plan_item:nth-child(2) .bl_plan_box .ttl {
  color: #9dd239;
}
.bl_plan_item:nth-child(3) .bl_plan_label {
  background-color: #ffb300;
}
.bl_plan_item:nth-child(3) .bl_plan_box {
  background-color: rgba(255, 179, 0, 0.15);
}
.bl_plan_item:nth-child(3) .bl_plan_box .ttl {
  color: #ffb300;
}
.bl_plan_item .el_moreBtn {
  max-width: 170px;
}

.bl_plan_label {
  background-color: #139ae5;
  color: #fff;
  text-align: center;
  padding: 17px 20px;
  font-size: 1.375rem;
  border-radius: 16px 16px 0 0;
}

.bl_plan_group {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 0 0 16px 16px;
}

.bl_plan_emphasis {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.bl_plan_boxWrap {
  display: none;
}

.bl_plan_box {
  padding: 17px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  background-color: rgba(19, 154, 229, 0.1);
}
.bl_plan_box .ttl {
  color: #139ae5;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.bl_plan_box .txt {
  font-weight: 700;
}
.bl_plan_box .figure {
  max-width: 280px;
  margin: 20px auto;
}
.bl_plan_box:last-of-type {
  margin-bottom: 0;
}

@media not all and (min-width: 768px) {
  .bl_plan_figure {
    display: none;
  }
  .bl_plan_foot {
    margin-top: 80px;
  }
  .bl_plan_block {
    padding: 30px 20px;
  }
  .bl_plan_deco {
    top: -40px;
    left: 8px;
    width: 44px;
  }
  .bl_plan_col2, .bl_plan_col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  .bl_plan_laed {
    font-size: 1.125rem;
  }
  .bl_plan_card {
    padding: 24px 20px;
  }
  .bl_plan_catch {
    font-size: 1.125rem;
  }
  .bl_plan_list {
    display: block;
    margin-top: 40px;
  }
}
.bl_flow {
  padding-bottom: 0;
}

.bl_flow_block {
  background-color: #fff;
  padding: 70px 20px;
  margin-top: 40px;
  border-radius: 16px;
}

.bl_flow_wrap {
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.bl_flow_wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 4px dotted #b3b3b3;
  z-index: -1;
  top: 0;
  left: 64px;
}

.bl_flow_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
}
.bl_flow_step:last-of-type {
  padding-bottom: 0;
}
.bl_flow_step:nth-child(2) .bl_flow_catch {
  color: #9dd239;
}
.bl_flow_step:nth-child(3) .bl_flow_catch {
  color: #ffb300;
}
.bl_flow_step:nth-child(4) .bl_flow_catch {
  color: #d63b2b;
}
.bl_flow_step:nth-child(5) .bl_flow_catch {
  color: #005096;
}

.bl_flow_icon {
  width: 130px;
}

.bl_flow_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_flow_head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
  gap: 20px;
}

.bl_flow_catch {
  font-size: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  font-weight: 600;
  font-family: "Gill Sans", sans-serif;
  color: #139ae5;
  font-weight: 600;
}

.bl_flow_num {
  font-size: 2.5rem;
  line-height: 1;
}

.bl_flow_title {
  font-size: 1.25rem;
  font-weight: 700;
}

.bl_flow_txt {
  font-size: 0.875rem;
}

.bl_flow_ttlCatch {
  margin-top: 130px;
  text-align: center;
}

.bl_flow_lead {
  text-align: center;
  font-weight: 700;
  margin-top: 16px;
  font-size: 2rem;
}

.bl_flow_deco {
  text-align: center;
  margin-top: 30px;
}

.bl_flow_decoImg {
  display: inline-block;
  position: relative;
  margin-left: 100px;
}
.bl_flow_decoImg::before {
  content: "";
  width: 55px;
  height: 40px;
  background: url("../../assets/img/flow_deco02.png") no-repeat center center/contain;
  position: absolute;
  bottom: -18px;
  left: -30px;
  z-index: 2;
}

@media not all and (min-width: 768px) {
  .bl_flow_block {
    padding: 40px 20px;
  }
  .bl_flow_wrap::before {
    left: 30px;
    height: 88%;
    border-left: 2px dotted #b3b3b3;
  }
  .bl_flow_step {
    gap: 22px;
  }
  .bl_flow_icon {
    width: 60px;
  }
  .bl_flow_catch {
    font-size: 1rem;
  }
  .bl_flow_num {
    font-size: 1.75rem;
  }
  .bl_flow_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_flow_ttlCatch {
    margin-top: 70px;
  }
  .bl_flow_lead {
    font-size: 1.375rem;
  }
  .bl_flow_decoImg {
    max-width: 300px;
    margin-left: 40px;
  }
  .bl_flow_decoImg::before {
    width: 40px;
    left: -30px;
  }
}
.bl_works {
  background-image: repeating-linear-gradient(90deg, #f9f9f9, #f9f9f9 1px, transparent 1px, transparent 20px), repeating-linear-gradient(0deg, #f9f9f9, #f9f9f9 1px, #fff 1px, #fff 20px);
  text-align: center;
  margin-top: -10px;
}

.bl_works_title {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.bl_works_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 710px;
}

.bl_faq_list {
  max-width: 900px;
  margin: 50px auto 0;
}

.bl_faq_item {
  margin-bottom: 30px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}
.bl_faq_item:last-of-type {
  margin-bottom: 0;
}
.bl_faq_item.is_open {
  border-radius: 30px;
}
.bl_faq_item.is_open .bl_faq_btnQ {
  border-radius: 30px 30px 0 0;
}

/* タイトル部のボタン */
.bl_faq_btnQ {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 25px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #005096;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  line-height: 1.4;
  -webkit-transition: padding 0.5s ease-out, border-radius 0.5s ease-out, background-color 0.2s ease;
  transition: padding 0.5s ease-out, border-radius 0.5s ease-out, background-color 0.2s ease;
}
.bl_faq_btnQ span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #333;
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}
.bl_faq_btnQ::before {
  content: "Q";
  display: block;
  font-size: 2.125rem;
  font-weight: 700;
}

/* プラス→マイナスのアイコン（.el_icon._cross を使って描画） */
.el_icon._cross {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.el_icon._cross::before,
.el_icon._cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 3px;
  background: #005096;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
}

/* 横線（常時表示） */
.el_icon._cross::after {
  /* そのまま横線 */
}

/* 縦線（開いたら消す） */
.el_icon._cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
}

/* 開いた状態のスタイル */
.js-toggleParent.is_open .el_icon._cross::before {
  opacity: 0;
}

/* 本文（初期は閉じる） */
.bl_faq_body {
  display: none;
  background: #fff;
  border-radius: 0 0 30px 30px;
}

/* 本文の内側余白 */
.bl_faq_bodyInner {
  margin: 0 30px;
  padding: 10px 0 20px;
  color: #374151;
  font-size: 1rem;
  line-height: 1.9;
  border-radius: 0 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

@media not all and (min-width: 768px) {
  .bl_faq_btnQ {
    font-size: 1rem;
  }
  .bl_faq_btnQ::before {
    font-size: 1.75rem;
  }
  .bl_faq_bodyInner {
    font-size: 0.875rem;
    padding-top: 20px;
  }
}
.bl_company {
  text-align: center;
  background-color: #fff;
}

.bl_company_logo {
  display: inline-block;
  margin: 40px 0;
}

.bl_company_txt {
  font-size: 0.875rem;
}

.bl_contact {
  position: fixed;
  z-index: 10;
  right: 0;
  max-width: 360px;
  top: 120%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 20px 0 0 0;
  -webkit-box-shadow: -3px -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: -3px -2px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, transform 0.3s;
  transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
}

.bl_contact_title {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #005096;
}

.bl_contact_confirmLead {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8;
}

.bl_form {
  margin: 40px 0 130px;
}

.bl_form_header {
  font-size: 0.875rem;
  font-weight: 700;
}

.bl_form_row {
  margin-bottom: 20px;
}

.bl_form_data {
  margin-top: 4px;
}

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

@media not all and (min-width: 1500px) {
  .bl_contact {
    max-width: 320px;
  }
}
@media not all and (min-width: 1280px) {
  .bl_contact {
    position: relative;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: auto;
    right: auto;
    top: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    background-color: #f2f2f2;
    padding: 100px 0;
  }
  .bl_contact_title {
    font-size: 2.25rem;
  }
  .bl_contact_confirmLead {
    font-size: 1rem;
  }
  .bl_form_agree {
    font-size: 1.125rem;
  }
  .bl_form {
    margin-bottom: 0;
  }
}
@media not all and (min-width: 768px) {
  .bl_contact {
    padding: 80px 0;
  }
  .bl_contact_title {
    font-size: 1.625rem;
  }
}
.bl_header_inner {
  padding: 22px 20px;
}

.bl_header_unit {
  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_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 25px;
}
.bl_header_list a {
  font-size: 0.875rem;
  font-weight: 700;
}

.bl_header_logo {
  z-index: 2;
}

.bl_header_spBox {
  display: none;
}

@media not all and (min-width: 992px) {
  .bl_header_block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: translate 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: translate 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    translate: 0 -50px;
    z-index: -1;
    background-color: #fff;
    margin-top: 2px;
    padding-bottom: 70px;
    border-bottom-left-radius: 800px 50px;
    border-bottom-right-radius: 800px 50px;
  }
  .bl_header_block.is-active {
    top: 60px;
  }
  .bl_header_nav {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  .bl_header_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .bl_header_list a {
    padding: 20px;
    display: block;
    border-bottom: 2px dotted rgba(19, 156, 229, 0.5);
    position: relative;
  }
  .bl_header_list a::after {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #005096;
    border-right: 2px solid #005096;
    content: "";
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-top 0.3s, border-right 0.3s;
    transition: border-top 0.3s, border-right 0.3s;
  }
  .bl_header_inner {
    padding: 2px 0px 2px 20px;
  }
  .bl_header_spBox {
    display: block;
    text-align: center;
  }
  .bl_header_label {
    font-weight: 700;
    color: #005096;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 20px;
  }
}
@media not all and (min-width: 768px) {
  .bl_header_logo {
    width: 190px;
  }
}
.bl_footer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.bl_footer_logo {
  width: 268px;
}

.bl_footer_detail {
  width: 360px;
}

.bl_footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 16px;
}
.bl_footer_list a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
.bl_footer_list a:hover {
  text-decoration: underline;
}

.bl_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  gap: 30px;
}

.bl_footer_copy {
  color: #cccccc;
  text-align: center;
}

@media not all and (min-width: 768px) {
  .bl_footer_head {
    gap: 30px;
  }
  .bl_footer_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_footer_row {
    gap: 20px;
  }
}
.el_button {
  color: #333;
}

.el_btn {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 290px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 20px;
  background: #005096;
  border-radius: 50px;
  position: relative;
  border: 1px solid #005096;
  margin: 50px auto 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.el_btn:after {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-top 0.3s, border-right 0.3s;
  transition: border-top 0.3s, border-right 0.3s;
}
.el_btn:hover {
  background-color: #fff;
  color: #005096;
}
.el_btn:hover::after {
  border-top: 2px solid #005096;
  border-right: 2px solid #005096;
}

.el_btn__red {
  background-color: #d63b2b;
  border: 1px solid #d63b2b;
}
.el_btn__red:hover {
  background-color: #fff;
  color: #d63b2b;
}
.el_btn__red:hover::after {
  border-top: 2px solid #d63b2b;
  border-right: 2px solid #d63b2b;
}

.el_btn__mt0 {
  margin-top: 0;
}

.el_moreBtn {
  display: block;
  margin: 30px auto 0;
  max-width: 290px;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid #005096;
  color: #005096;
  text-align: center;
  border-radius: 40px;
  padding: 8px 20px;
  width: 100%;
  position: relative;
}
.el_moreBtn::before, .el_moreBtn::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #005096;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_moreBtn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.el_moreBtn.is_open::after {
  display: none;
}

.el_ham {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.el_ham span {
  position: absolute;
  height: 3px;
  width: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #005096;
  -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: 20px;
}
.el_ham span:nth-of-type(2) {
  top: 29px;
}
.el_ham span:nth-of-type(3) {
  bottom: 18px;
}
.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: 20px;
  -webkit-transform: rotate(40deg) translateX(-50%);
      -ms-transform: rotate(40deg) translateX(-50%);
          transform: rotate(40deg) translateX(-50%);
}

@media not all and (min-width: 992px) {
  .el_ham {
    display: block;
  }
}
.el_form_input {
  background-color: #f2f2f2;
  border-radius: 50vw;
  padding: 1em;
  width: 100%;
  font-size: 0.875rem;
}

.el_label_alert {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 4px 1px 3px;
  background-color: #d63b2b;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  margin-left: 4px;
}

.el_label_alert__any {
  background-color: #005096;
}

.el_form_caution {
  color: #d63b2b;
  margin-top: 0.5em;
  font-size: 0.75rem;
}

.el_form_textarea {
  background-color: #f2f2f2;
  border-radius: 20px;
  min-height: 140px;
  padding: 0.8em;
  width: 100%;
  font-size: 0.875rem;
}

@media not all and (min-width: 1280px) {
  .el_form_input, .el_form_textarea {
    background-color: #fff;
  }
}
.el_title {
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 48px;
}
.el_title .en {
  font-size: 5.625rem;
  line-height: 1;
  position: absolute;
  letter-spacing: 0.05em;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "Gill Sans", sans-serif;
  font-weight: 600;
}
.el_title .title {
  font-size: 2.25rem;
  line-height: 1.4;
  z-index: 2;
  position: relative;
  letter-spacing: 0.1em;
}
.el_title .catch {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.el_title__gray .en {
  color: rgba(255, 255, 255, 0.1);
}
.el_title__gray .title {
  color: #fff;
}

.el_title__blue .en {
  color: rgba(19, 154, 229, 0.2);
}

.el_note {
  font-size: 0.75rem;
  color: #4d4d4d;
}

@media not all and (min-width: 768px) {
  .el_title {
    padding-top: 26px;
  }
  .el_title .en {
    font-size: 3.875rem;
  }
  .el_title .title {
    font-size: 1.625rem;
  }
  .el_title .catch {
    top: -1px;
    width: 180px;
  }
}
.el_tag {
  color: #139ae5;
  background-color: #fff;
  padding: 1px 5px;
  font-size: 0.75rem;
  border-radius: 30px;
}

.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: #005096;
}

.hp_red {
  color: #d63b2b;
}

.hp_yellow {
  color: #fff200;
}

.hp_link {
  text-decoration: underline;
  color: #139ae5;
}

@media (min-width: 768px) {
  .hp_link:hover {
    text-decoration: none;
  }
}
@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
}
.js_scrollIn,
.js_child {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.2s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.js_scrollIn.in,
.js_child.in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=style.css.map */