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

/* _privacy.scss */
.ly_cont {
  background: #FAFAFA;
}

.ly_privacy {
  margin: 0 auto;
  max-width: 108rem;
  padding-top: 7rem;
  padding-bottom: 10rem;
}

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

.bl_privacy_heading {
  font-size: 1.6rem;
  font-weight: 600;
}
.bl_privacy_li {
  margin-top: 5rem;
}
.bl_privacy_li h3:first-of-type {
  font-size: 1.6rem;
  font-weight: 600;
  color: #31748E;
}
.bl_privacy_li span {
  margin-right: 1rem;
}
.bl_privacy_li p {
  margin-left: 2.2rem;
}
.bl_privacy_innerOl {
  width: 100%;
  margin-left: 2.2rem;
}
.bl_privacy_innerOl li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_privacy_date {
  text-align: right;
}

/* _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;
}