@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* common.scss */
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #3A3A3D;
  width: 100%;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  display: block;
}

.ly_cont {
  width: 100%;
  padding-top: 13rem;
}

.el_ttl h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
.el_ttl p {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.el_subTtl {
  position: relative;
  font-weight: bold;
  padding-left: 2.7rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1;
}
.el_subTtl::before {
  display: block;
  position: absolute;
  background-image: url(../../assets/img/parts/icon_sub_ttl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.el_subTtl__white {
  color: #fff;
}
.el_subTtl__white::before {
  background-image: url(../../assets/img/parts/icon_sub_ttl_white.svg);
}

.el_desc {
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.7px;
}

.el_squareBrackets {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.el_squareBrackets::before, .el_squareBrackets::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.5rem;
  height: 100%;
  top: 0;
  z-index: 1;
  border-top: 5px solid #31748E;
  border-bottom: 5px solid #31748E;
}
.el_squareBrackets::before {
  left: 0;
  border-left: 5px solid #31748E;
}
.el_squareBrackets::after {
  right: 0;
  border-right: 5px solid #31748E;
}

.el_borderTop {
  border-top: 1px solid #E4E4E4;
}

.el_acd_input {
  display: none;
}

.el_acd_labe {
  display: block;
}

.el_subTtl_moreBtn_Wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.el_subTtl_moreBtn_Wrap h3.el_subTtl {
  margin-bottom: 0;
}

.el_acd_cont {
  height: 0;
  display: none;
}

.el_acd_input:checked ~ .el_acd_cont {
  height: auto;
  display: block;
}

.el_label_moreBtn {
  margin-left: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7rem;
  width: 8.2rem;
  height: 2.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  border: 2px solid #31748E;
  background-color: #31748E;
  color: #fff;
}
.el_label_moreBtn::after {
  margin-top: 1px;
  content: "MORE";
  display: block;
  line-height: 1;
}

.el_acd_input:checked ~ .el_subTtl_moreBtn_Wrap .el_label_moreBtn {
  border: 2px solid #31748E;
  background-color: #fff;
}
.el_acd_input:checked ~ .el_subTtl_moreBtn_Wrap .el_label_moreBtn::after {
  color: #31748E;
  content: "CLOSE";
}

.el_label_moreBtn__white {
  border-radius: 2px solid #fff;
  background-color: #fff;
  color: #0F89AA;
}

.el_acd_input:checked ~ .el_subTtl_moreBtn_Wrap .el_label_moreBtn__white {
  background-color: #31748E;
  border: 2px solid #31748E;
}
.el_acd_input:checked ~ .el_subTtl_moreBtn_Wrap .el_label_moreBtn__white::after {
  color: #fff;
}

/* _header.scss */
.ly_header {
  width: 100%;
  position: fixed;
  z-index: 600;
  background-color: #fff;
}
.ly_header_inner {
  margin: 0 auto;
  height: 9rem;
  max-width: 138rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

.bl_header_linkBtn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #DB4522;
  border-radius: 5rem;
  font-weight: 600;
  padding: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
}

/* _nav.scss */
.ly_nav {
  width: 100%;
  position: fixed;
  z-index: 500;
  padding-top: 9rem;
  background-color: #3A3A3D;
}
.ly_nav ul {
  margin: 0 auto;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_nav li {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0 2.7rem;
}
.ly_nav li:not(:last-child) {
  border-right: 1px solid #fff;
}
.ly_nav li:first-child {
  padding-left: 0;
}
.ly_nav li:last-child {
  padding-right: 0;
}

/* _mv.scss */
.ly_mv {
  position: relative;
}

.bl_mv_imgWrap img {
  width: 100%;
}

.bl_mv_logoWrap {
  position: absolute;
  width: 26%;
  left: 22%;
  top: 12%;
}

/* _about.scss */
.ly_about {
  max-width: 108rem;
  margin: 0 auto;
  padding-top: 7.8rem;
}
.ly_about_inner {
  padding-top: 2rem;
}

.bl_about_ttlWrap {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_about_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_about_info p {
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #30738C;
}

.bl_about_modal_cont {
  overflow-y: auto;
  padding: 4.9rem 4.9rem 2.2rem;
  text-align: center;
  margin: 0 auto;
}
.bl_about_modal_cont h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #31748E;
}
.bl_about_modal_cont p {
  margin-top: 1.5rem;
  font-size: 1.3rem;
}
.bl_about_modal_cont div {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal_wrap input {
  display: none;
}

.modal_labelOpen {
  display: inline-block;
}
.modal_labelOpen:hover {
  cursor: pointer;
}

.modal_area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal_open:checked + .modal_labelOpen + .modal_close + .modal_area {
  display: block;
  -webkit-animation: modal-animation 0.6s;
          animation: modal-animation 0.6s;
}

@-webkit-keyframes modal-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bl_about_modal_contWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 98rem;
  background-color: #fff;
  z-index: 2;
  border-radius: 2rem;
  text-align: center;
}

.modal_close {
  margin: 0 auto 4.9rem;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22rem;
  height: 4.5rem;
  background: #31748E;
  color: #fff;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* concepts.scss */
.ly_concepts {
  position: relative;
  padding-top: 9.7rem;
  padding-bottom: 10rem;
}
.ly_concepts_inner {
  padding-top: 2rem;
  position: relative;
  z-index: 2;
  max-width: 108rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bl_concepts_flexItem {
  margin-right: 3.6rem;
}

.bl_concepts_txtWrap {
  width: 100%;
  margin-top: 8rem;
}

.bl_concepts_imgWrap {
  width: 36%;
}

.bl_concepts_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.bl_concepts_bg_front {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
}

/* _merits.scss */
.ly_merits {
  background-color: #31748E;
  position: relative;
  width: 100%;
  color: #fff;
}
.ly_merits_inner {
  padding-top: 2rem;
  max-width: 108rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_merits_imgWrap_car {
  width: 100%;
}

.bl_merits_sideImg {
  position: absolute;
  z-index: 10;
}
.bl_merits_sideImg img {
  width: 100%;
}
.bl_merits_sideImg__phone {
  width: 20%;
  max-width: 38.2rem;
  bottom: -15rem;
  left: 0;
}
.bl_merits_sideImg__key {
  max-width: 39.2rem;
  width: 20%;
  top: -20rem;
  right: 0;
}

/* _device.scss */
.ly_device {
  width: 100%;
  padding-top: 13.2rem;
  padding-bottom: 20rem;
  background-image: url(../../assets/img/index/bg_device.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.ly_device_inner {
  padding-top: 2rem;
  max-width: 108rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_device_ul {
  margin-top: 2rem;
  color: #31748E;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4;
}

.bl_device_option {
  width: 100%;
  margin-top: 10rem;
}
.bl_device_option div {
  margin-left: 3.1rem;
}
.bl_device_option h4 {
  color: #31748E;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.bl_device_option h4:not(:first-of-type) {
  margin-top: 3rem;
}
.bl_device_option p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-left: 2rem;
}
.bl_device_option p span {
  display: block;
  font-size: 1.3rem;
}

/* _howTo.scss */
.ly_howTo {
  padding-top: 8rem;
  padding-bottom: 33.6rem;
  background: url(../../assets/img/index/bg_howto.png), #65c3d3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  color: #fff;
}
.ly_howTo_inner {
  padding-top: 2rem;
  max-width: 108rem;
  margin: 0 auto;
}

.bl_howTo_contWrap {
  margin-top: 8.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_howTo_contWrap p {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
  margin: 2rem auto 0;
}

.bl_howTo_videoGroup {
  width: 48%;
}

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

/* _image.scss */
.ly_image {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #FAFAFA;
}
.ly_image_inner {
  padding-top: 2rem;
  max-width: 108rem;
  margin: 0 auto;
}

.bl_image_contGroup {
  padding: 5rem 0;
}
.bl_image_contGroup .el_subTtl_moreBtn_Wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_image_ex_contWrap {
  margin-top: 5.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.1rem;
}
.bl_image_ex_contWrap p {
  margin-top: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}

.bl_image_expect_contWrap {
  margin-top: 11.3rem;
}
.bl_image_expect_contWrap .el_squareBrackets {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 2.8px;
  color: #31748E;
}
.bl_image_expect_tabGroup {
  margin: 12.3rem auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_image_expect_label {
  width: 47%;
  border-radius: 2rem;
  background-color: #65C3D3;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 3px;
  padding: 10.8rem 0;
  text-align: center;
  display: block;
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.bl_image_expect_label__2 {
  background-color: #0F89AA;
}
.bl_image_expect_input {
  display: none;
}

.bl_image_expect_input:checked + .bl_image_expect_label {
  -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}

.bl_image_expect_input:checked + .bl_image_expect_label + .bl_image_expect_ul {
  display: block;
}

.bl_image_expect_ul {
  margin-top: 3rem;
  position: relative;
  display: none;
  width: 100%;
  padding: 4rem;
  color: #65C3D3;
  background: #fff;
  border: 4px solid #65C3D3;
  border-radius: 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}
.bl_image_expect_ul::after, .bl_image_expect_ul::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 22%;
  border-color: #65C3D3;
}
.bl_image_expect_ul:after {
  border-color: rgba(247, 247, 247, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #fff;
}
.bl_image_expect_ul:before {
  border-color: rgba(15, 137, 170, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  margin-bottom: 4px;
  border-bottom-color: #65C3D3;
}
.bl_image_expect_ul__2 {
  color: #0F89AA;
  border: 4px solid #0F89AA;
}
.bl_image_expect_ul__2::after, .bl_image_expect_ul__2::before {
  left: 78%;
  border-color: #0F89AA;
}
.bl_image_expect_ul__2:after {
  border-color: rgba(247, 247, 247, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #fff;
}
.bl_image_expect_ul__2:before {
  border-color: rgba(15, 137, 170, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  margin-bottom: 4px;
  border-bottom-color: #0F89AA;
}

.bl_image_method .el_desc {
  width: 100%;
  margin: 3.2rem 0 0 3.2rem;
}
.bl_image_method_contWrap {
  margin-left: 3.2rem;
}
.bl_image_method_cont {
  border-radius: 2rem;
  padding: 4rem;
  background-color: #fff;
  margin-top: 5rem;
}
.bl_image_method_cont h4 {
  color: #65C3D3;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.bl_image_method_cont div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_image_results .el_desc {
  width: 100%;
  margin: 3.2rem 0 0 3.2rem;
}
.bl_image_results_contWrap {
  margin: 3rem auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_image_results_head {
  margin-top: 3rem;
  margin-bottom: 6rem;
  width: 100%;
  font-size: 1.4rem;
}
.bl_image_results_head span {
  font-size: 2rem;
  font-weight: 600;
}
.bl_image_results_label {
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 8.2rem;
  margin-right: 1rem;
  padding: 0.6rem;
  border-radius: 7rem;
  background-color: #fff;
  border: 2px solid #31748E;
  color: #31748E;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.bl_image_results_input {
  display: none;
}
.bl_image_results_unit {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
.bl_image_results_unit:not(:first-child) {
  margin-top: 3rem;
}
.bl_image_results_unit table {
  width: 100%;
  font-size: 1.3rem;
  position: relative;
}
.bl_image_results_unit caption {
  position: absolute;
  right: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #31748E;
}
.bl_image_results_unit tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_image_results_unit tr:not(:first-child) {
  margin-top: 1rem;
}
.bl_image_results_unit th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  height: 2.2rem;
  background-color: #31748E;
  color: #fff;
  position: relative;
  margin-right: 1.1rem;
}
.bl_image_results_unit th::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-flex-basis: 2.2rem;
      -ms-flex-preferred-size: 2.2rem;
          flex-basis: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  right: -2.2rem;
  z-index: 1;
  border-style: solid;
  border-color: transparent transparent transparent #31748E;
  border-width: 1.1rem 0 1.1rem 1.1rem;
}
.bl_image_results_unit td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  line-height: 1.8;
}
.bl_image_results_btmNote {
  margin-top: 5rem;
}
.bl_image_results_btmNote h3 {
  font-size: 2rem;
  font-weight: 600;
}
.bl_image_results_btmNote h4 {
  margin-top: 4rem;
  color: #31748E;
  font-size: 1.8rem;
}
.bl_image_results_btmNote p {
  margin-top: 2rem;
  margin-left: 2rem;
  font-size: 1.6rem;
}

.bl_image_results_input:checked + .bl_image_results_label {
  background-color: #31748E;
  color: #fff;
}

.bl_image_results_input:checked + .bl_image_results_label + .bl_image_results_tabCont {
  display: block;
}

.bl_image_results_tabCont {
  display: none;
}

/* _support.scss */
.ly_support {
  padding-top: 20.4rem;
  padding-bottom: 13.4rem;
  background-color: #FAFAFA;
  background-image: url(../../assets/img/index/bg_support.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
  color: #fff;
}
.ly_support_inner {
  padding-top: 2rem;
  max-width: 108rem;
  margin: 0 auto;
}

.bl_support_contWrap:not(:first-child) {
  margin-top: 6rem;
}
.bl_support_unit {
  margin-left: 3.1rem;
  padding: 3rem;
  color: #fff;
  border-radius: 2rem;
  border: 3px solid #fff;
  margin-top: 3rem;
}
.bl_support_unit:nth-of-type(2) {
  margin-bottom: 6.2rem;
}
.bl_support_unit h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.bl_support_unit p {
  font-size: 1.4rem;
  line-height: 2;
}

/* _faq.scss */
.ly_faq {
  padding-top: 13rem;
  padding-bottom: 10rem;
}
.ly_faq_inner {
  padding-top: 2rem;
  max-width: 108rem;
  margin: 0 auto;
}

.bl_faq_unit:not(:first-child) {
  margin-top: 3rem;
}

.bl_faq_txt {
  width: 100%;
  padding-left: 6rem;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 2.1rem 1.8rem;
  border: 1px solid #E4E4E4;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2.2rem 2.2rem 2.2rem 6rem;
}
.bl_faq_txtQ {
  background-image: url(../../assets/img/index/icon_faq_q.svg);
  line-height: 1;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.bl_faq_txtBtn {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.bl_faq_txtBtn::before, .bl_faq_txtBtn::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #3A3A3D;
}
.bl_faq_txtBtn::before {
  width: 14px;
  height: 2px;
  top: 6px;
  right: 0;
}
.bl_faq_txtBtn::after {
  top: 0;
  width: 2px;
  height: 14px;
  right: 6px;
}
.bl_faq_txtA {
  border-top: 1px solid transparent;
  background-image: url(../../assets/img/index/icon_faq_a.svg);
  line-height: 1.9;
  padding: 1.2rem 2.2rem 1.2rem 6rem;
}

.bl_faq_unit .el_acd_input:checked + .bl_faq_txtQ .bl_faq_txtBtn:after {
  opacity: 0;
}

/* _contact.scss */
.ly_contact {
  max-width: 108rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem 0 15rem;
}
.ly_contact h2.el_subTtl {
  margin-bottom: 0;
}

.bl_contact_linkBtn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #31748E;
  border-radius: 5rem;
  font-weight: 600;
  padding: 1.45rem;
  color: #fff;
  font-size: 1.6rem;
}

/* _footer.scss */
.ly_footer {
  width: 100%;
  background-color: #282628;
  color: #fff;
  height: 37rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_footer_inner {
  margin: 0 auto;
  max-width: 138rem;
  width: 100%;
  display: grid;
  grid-template-columns: auto 22.3rem;
  grid-template-rows: 7rem auto auto;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  row-gap: 3rem;
  grid-template-areas: "footer_logo footer_topBtn " "footer_txt footer_txt" "footer_nav footer_copy";
}

.bl_footer_topBtn {
  grid-area: footer_topBtn;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.bl_footer_logo {
  text-align: right;
}

.bl_footer_txt {
  grid-area: footer_txt;
  line-height: 2;
}
.bl_footer_txt p:first-of-type {
  font-size: 1.3rem;
  line-height: 1;
}
.bl_footer_txt p span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 2rem;
}
.bl_footer_txt p:nth-of-type(2) {
  font-size: 1.4rem;
}
.bl_footer_txt address {
  font-size: 1.2rem;
}

.bl_footer_nav {
  grid-area: footer_nav;
}
.bl_footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_footer_nav li:not(:first-child) {
  padding-left: 2rem;
}
.bl_footer_nav li:not(:last-child) {
  padding-right: 2rem;
  border-right: 1px solid #fff;
}

.bl_footer_copy {
  grid-area: footer_copy;
  text-align: right;
  font-size: 1.2rem;
}