/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,700&family=Poppins:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
/* base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

.anm-tg.y {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.x.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 1s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  opacity: 0;
  transition: 1s;
}

.scl.show {
  opacity: 1;
}

.access {
  padding: 12rem 0;
  background-image: url(../../common/images/access-back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .access {
    padding: 7rem 0;
  }
}
.access__ttl {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  z-index: 1;
}
.access__ttl-txt {
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .access__ttl-txt {
    font-size: 2.2rem;
  }
}
.access__ttl-deco {
  position: absolute;
  display: block;
  top: -7rem;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  z-index: -1;
  font-size: 11rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.0784313725);
}
@media (max-width: 768px) {
  .access__ttl-deco {
    top: -4rem;
    font-size: 6rem;
  }
}
.access__inner {
  display: flex;
  justify-content: space-between;
  margin: 12rem auto 0;
  width: 120rem;
}
@media (max-width: 1232px) {
  .access__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .access__inner {
    margin-top: 5rem;
  }
}
.access__table-wrap {
  display: flex;
  flex-direction: column;
  width: 60rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .access__table-wrap {
    width: 100%;
  }
}
.access__table {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .access__table {
    font-size: 1.6rem;
  }
}
.access__tr, .access__tr--margin-top {
  display: flex;
  gap: 2.4rem;
  line-height: 1.5;
}
.access__tr--margin-top {
  margin-top: 4rem;
}
@media (max-width: 1232px) {
  .access__tr--margin-top {
    margin-top: 1rem;
  }
}
.access__th {
  flex-shrink: 0;
  width: 8.9rem;
}
@media (max-width: 768px) {
  .access__th {
    width: 7rem;
  }
}
.access__td, .access__td--small {
  width: 100%;
}
.access__td--small {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .access__td--small {
    text-align: center;
    font-size: 1.6rem;
  }
}
.access iframe {
  width: 60rem !important;
  height: 35rem !important;
}
@media (max-width: 768px) {
  .access iframe {
    width: 100% !important;
    height: 20rem;
  }
}

.company {
  position: relative;
  padding: 20rem 0 63rem;
}
@media (max-width: 1232px) {
  .company {
    padding: 20rem 0 30rem;
  }
}
@media (max-width: 768px) {
  .company {
    padding: 7rem 0 15rem;
  }
}
.company__deco-txt, .company__deco-txt--bottom, .company__deco-txt--top {
  position: absolute;
  font-size: 11rem;
  font-weight: bold;
  color: rgba(195, 195, 195, 0.1882352941);
}
@media (max-width: 768px) {
  .company__deco-txt, .company__deco-txt--bottom, .company__deco-txt--top {
    font-size: 6rem;
  }
}
.company__deco-txt--top {
  top: 9rem;
  right: 0;
}
@media (max-width: 768px) {
  .company__deco-txt--top {
    top: 1rem;
  }
}
.company__deco-txt--bottom {
  bottom: 3rem;
  left: 0;
}
@media (max-width: 768px) {
  .company__deco-txt--bottom {
    bottom: 1rem;
  }
}
.company__ttl {
  text-align: center;
  font-size: 3.6rem;
  color: #202020;
}
@media (max-width: 768px) {
  .company__ttl {
    font-size: 2.2rem;
  }
}
.company__ttl--bold {
  font-size: 5.7rem;
}
@media (max-width: 768px) {
  .company__ttl--bold {
    font-size: 2.4rem;
  }
}
.company__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .company__list {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .company__list {
    gap: 5rem;
  }
}
.company__item-inner, .company__item-inner--right, .company__item-inner--left {
  display: flex;
}
@media (max-width: 1232px) {
  .company__item-inner, .company__item-inner--right, .company__item-inner--left {
    margin: auto;
    width: 90%;
  }
}
.company__item-inner--left {
  padding-left: 6rem;
}
@media (max-width: 1350px) {
  .company__item-inner--left {
    padding-left: 2.4rem;
  }
}
@media (max-width: 1232px) {
  .company__item-inner--left {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    padding: initial;
  }
}
.company__item-inner--right {
  padding-right: 6rem;
  justify-content: flex-end;
  gap: 5rem;
}
@media (max-width: 1350px) {
  .company__item-inner--right {
    padding-right: 2.4rem;
  }
}
@media (max-width: 1232px) {
  .company__item-inner--right {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2.4rem;
    padding: initial;
  }
}
.company__item-inner--ceo {
  position: relative;
  padding-left: 6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1350px) {
  .company__item-inner--ceo {
    padding-left: 2.4rem;
  }
}
@media (max-width: 1232px) {
  .company__item-inner--ceo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    width: 90%;
    margin: auto;
    padding: initial;
  }
}
.company__item-img, .company__item-img--wide, .company__item-img--small, .company__item-img--middle {
  display: block;
}
.company__item-img--middle {
  width: 55.5rem;
}
@media (max-width: 1232px) {
  .company__item-img--middle {
    width: 55rem;
  }
}
@media (max-width: 768px) {
  .company__item-img--middle {
    width: 100%;
  }
}
.company__item-img--small {
  width: 45.6rem;
}
@media (max-width: 1232px) {
  .company__item-img--small {
    width: 55rem;
  }
}
@media (max-width: 768px) {
  .company__item-img--small {
    width: 100%;
  }
}
.company__item-img--wide {
  width: 69.7rem;
}
@media (max-width: 768px) {
  .company__item-img--wide {
    width: 100%;
  }
}
.company__item-txt-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 65rem;
}
@media (max-width: 1350px) {
  .company__item-txt-box {
    width: 58rem;
  }
}
@media (max-width: 1232px) {
  .company__item-txt-box {
    align-items: center;
    width: 100%;
  }
}
.company__item-ttl {
  padding-left: 3.5rem;
  font-size: 3.8rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3e5c72;
}
@media (max-width: 1232px) {
  .company__item-ttl {
    padding: initial;
  }
}
@media (max-width: 768px) {
  .company__item-ttl {
    font-size: 2.2rem;
  }
}
.company__item-line {
  width: 100%;
  height: 0.4rem;
  background-color: #adc8c1;
}
@media (max-width: 768px) {
  .company__item-line {
    height: 0.2rem;
  }
}
.company__item-txt {
  padding-left: 3.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  color: #3e5c72;
}
@media (max-width: 1232px) {
  .company__item-txt {
    padding: initial;
  }
}
@media (max-width: 768px) {
  .company__item-txt {
    font-size: 1.6rem;
  }
}
.company__item-table {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 1.6rem;
  border: 4px solid #adc8c1;
}
@media (max-width: 1232px) {
  .company__item-table {
    padding: 1.6rem;
    justify-content: flex-start;
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .company__item-table {
    border: 2px solid #adc8c1;
  }
}
.company__item-tr {
  display: flex;
  gap: 2.4rem;
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #3e5c72;
}
@media (max-width: 768px) {
  .company__item-tr {
    font-size: 1.6rem;
  }
}
.company__item-th {
  width: 13rem;
}
@media (max-width: 768px) {
  .company__item-th {
    width: 8.1rem;
    flex-shrink: 0;
  }
}
.company__item-td {
  width: 43.3rem;
}
@media (max-width: 768px) {
  .company__item-td {
    max-width: 26.6rem;
    width: 100%;
  }
}
.company__message-txt-box {
  position: absolute;
  top: 21rem;
  right: -55.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 2.4rem;
  width: 66.2rem;
  background-color: #dae2e7;
}
@media (max-width: 1350px) {
  .company__message-txt-box {
    width: 60rem;
    right: -47rem;
  }
}
@media (max-width: 1232px) {
  .company__message-txt-box {
    top: initial;
    right: initial;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .company__message-txt-box {
    padding: 2rem;
    gap: 1rem;
  }
}
.company__message-txt-box::before {
  content: "";
  position: absolute;
  display: block;
  top: 2.3rem;
  left: -1.8rem;
  width: 100%;
  height: 100%;
  border: 4px solid #adc8c1;
}
@media (max-width: 768px) {
  .company__message-txt-box::before {
    top: 1rem;
    left: -1rem;
    border: 2px solid #adc8c1;
  }
}
.company__message-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #3e5c72;
}
@media (max-width: 1350px) {
  .company__message-txt {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .company__message-txt {
    font-size: 1.6rem;
  }
}

.cta {
  padding: 10rem 0;
  background-image: url(../../common/images/cta-back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .cta {
    padding: 7rem 0;
  }
}
.cta__ttl {
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .cta__ttl {
    font-size: 2.2rem;
  }
}
.cta__ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -3.5rem;
  width: 0.2rem;
  height: 5rem;
  background-color: #202020;
  transform: translateY(-50%) rotate(-30deg);
}
.cta__ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -3.5rem;
  width: 0.2rem;
  height: 5rem;
  background-color: #202020;
  transform: translateY(-50%) rotate(30deg);
}
.cta__ttl--small {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .cta__ttl--small {
    font-size: 1.6rem;
  }
}
.cta__ttl--red {
  color: #e41c01;
}
.cta__inner {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  gap: 4.5rem;
}
@media (max-width: 1232px) {
  .cta__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .cta__inner {
    margin-top: 2rem;
    gap: 3rem;
  }
}
.cta__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cta__btn, .cta__btn--blue, .cta__btn--green {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 46rem;
  height: 9rem;
  border-radius: 100vh;
  color: #ffffff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta__btn, .cta__btn--blue, .cta__btn--green {
    gap: 1rem;
    width: 33rem;
    height: 6rem;
  }
}
.cta__btn--green {
  background-color: #649e83;
}
.cta__btn--blue {
  background-color: #5e90a9;
}
.cta__btn:hover, .cta__btn--green:hover, .cta__btn--blue:hover {
  opacity: 0.8;
}
.cta__btn-txt {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cta__btn-txt {
    font-size: 1.8rem;
  }
}
.cta__tel-icon {
  width: 3.5rem;
}
@media (max-width: 768px) {
  .cta__tel-icon {
    width: 2rem;
  }
}
.cta__btn-arw {
  transform: rotate(45deg);
  margin-left: -1rem;
  width: 2rem;
  height: 2rem;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
@media (max-width: 768px) {
  .cta__btn-arw {
    flex-shrink: 0;
    margin-left: -0.6rem;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.cta__item-txt {
  text-align: center;
  font-size: 2.2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cta__item-txt {
    font-size: 1.6rem;
  }
}

.explanation {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .explanation {
    padding: 7rem 0;
  }
}
.explanation__box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin: auto;
  position: relative;
  width: 105rem;
  border: 1px solid #707070;
}
@media (max-width: 1232px) {
  .explanation__box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .explanation__box {
    padding: 1rem;
  }
}
.explanation__box-ttl {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 768px) {
  .explanation__box-ttl {
    width: -moz-max-content;
    width: max-content;
    top: -1.8rem;
    font-size: 2.2rem;
  }
}
.explanation__box-ttl::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 20%;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 768px) {
  .explanation__box-ttl::before {
    height: 100%;
  }
}
.explanation__box-inner {
  padding: 6rem 10rem;
  width: 100%;
  background-color: #c9d8d4;
}
@media (max-width: 1232px) {
  .explanation__box-inner {
    padding: 6rem 3rem;
  }
}
@media (max-width: 768px) {
  .explanation__box-inner {
    padding: 1rem;
  }
}
.explanation__box-txt {
  font-size: 3.2rem;
  line-height: 2;
  color: #202020;
}
@media (max-width: 768px) {
  .explanation__box-txt {
    font-size: 1.6rem;
  }
}
.explanation__box-txt--line {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media (max-width: 768px) {
  .explanation__box-txt--line {
    display: inline;
    border-bottom: 3px solid #ffed8a;
  }
}
.explanation__box-txt--line::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.2rem;
  width: 100%;
  height: 1rem;
  background-color: #ffed8a;
  z-index: -1;
}
@media (max-width: 768px) {
  .explanation__box-txt--line::before {
    display: none;
  }
}
.explanation__img {
  position: absolute;
  right: -2.5rem;
  bottom: -3.5rem;
  width: 32rem;
}
@media (max-width: 1232px) {
  .explanation__img {
    bottom: -8rem;
  }
}
@media (max-width: 768px) {
  .explanation__img {
    right: -1.5rem;
    bottom: -5.9rem;
    width: 15rem;
  }
}

.flow {
  padding-bottom: 12rem;
  background-color: #efeeed;
}
@media (max-width: 768px) {
  .flow {
    padding-bottom: 7rem;
  }
}
.flow__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15rem 0;
  margin: 18rem auto 0;
  width: 100%;
  max-width: 133rem;
}
@media (max-width: 1448px) {
  .flow__list {
    justify-content: center;
    gap: 15rem 4rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .flow__list {
    margin-top: 12rem;
    padding: initial;
  }
}
.flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 2.2rem;
  width: 40rem;
  background-color: #ffffff;
  height: 64rem;
  z-index: 1;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .flow__item {
    padding-top: 4rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 90%;
  }
}
.flow__item--padding-top {
  padding-top: 20rem;
}
@media (max-width: 768px) {
  .flow__item--padding-top {
    padding: 4rem 0;
  }
}
.flow__item::before {
  content: "";
  position: absolute;
  display: block;
  right: -2rem;
  top: 2rem;
  width: 100%;
  height: 100%;
  background-color: #c9d8d4;
  z-index: -2;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .flow__item::before {
    right: -1rem;
    top: 1rem;
  }
}
.flow__item::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 10px;
}
.flow__item-num-box, .flow__item-num-box--back-green, .flow__item-num-box--back-none {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .flow__item-num-box, .flow__item-num-box--back-green, .flow__item-num-box--back-none {
    top: -9rem;
    width: 11rem;
    height: 11rem;
  }
}
.flow__item-num-box--back-none {
  border: 3px solid #058287;
}
.flow__item-num-box--back-green {
  background-color: #058287;
  color: #ffffff;
}
.flow__item-ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  color: #058287;
}
@media (max-width: 768px) {
  .flow__item-ttl {
    font-size: 2.2rem;
  }
}
.flow__item-txt {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  color: #202020;
}
@media (max-width: 768px) {
  .flow__item-txt {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
.flow__item-txt--red {
  color: #e41c01;
}
.flow__item-num-txt {
  font-size: 3rem;
  font-family: "Poppins", serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .flow__item-num-txt {
    font-size: 2.2rem;
  }
}
.flow__item-nun {
  font-size: 5rem;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .flow__item-nun {
    font-size: 3rem;
  }
}
.flow__item-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  display: block;
  width: 35rem;
}
@media (max-width: 768px) {
  .flow__item-img {
    position: initial;
    transform: inherit;
    margin: 2.4rem auto 0;
    width: 90%;
  }
}
.flow__item-arw {
  position: relative;
  margin: 0 -1rem;
  z-index: 2;
}
@media (max-width: 1448px) {
  .flow__item-arw {
    display: none;
  }
}
.flow__item-arw-img {
  width: 8.5rem;
}

.fv {
  width: 100%;
}
.fv__img {
  width: 100%;
}

.safe {
  position: relative;
  padding: 9rem 0 40rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .safe {
    padding: 7rem 0;
  }
}
.safe__ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 3.2rem;
  color: #484c62;
}
@media (max-width: 768px) {
  .safe__ttl {
    font-size: 1.6rem;
  }
}
.safe__ttl--wide {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .safe__ttl--wide {
    font-size: 2.4rem;
  }
}
.safe__ttl--small {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .safe__ttl--small {
    font-size: 1.6rem;
  }
}
.safe__ttl--line {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.safe__ttl--line::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 1rem;
  width: 100%;
  height: 1rem;
  background-color: #ffed8a;
  z-index: -1;
}
@media (max-width: 768px) {
  .safe__ttl--line::before {
    bottom: 0.3rem;
  }
}
.safe__txt-box-img {
  display: block;
  margin: 9rem auto 0;
  width: 37.5rem;
}
@media (max-width: 768px) {
  .safe__txt-box-img {
    margin-top: 4rem;
    width: 25rem;
  }
}
.safe__img-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .safe__img-flex {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
  }
}
.safe__img, .safe__img--right, .safe__img--arw, .safe__img--left {
  flex-shrink: 0;
}
.safe__img--left {
  width: 35rem;
}
@media (max-width: 1232px) {
  .safe__img--left {
    width: 28rem;
  }
}
.safe__img--arw {
  width: 23rem;
  height: 100%;
}
@media (max-width: 1232px) {
  .safe__img--arw {
    width: 10rem;
  }
}
@media (max-width: 768px) {
  .safe__img--arw {
    transform: rotate(90deg);
    width: 5rem;
  }
}
.safe__img--right {
  width: 30rem;
}
@media (max-width: 1232px) {
  .safe__img--right {
    width: 25rem;
  }
}
.safe__end-txt {
  margin: 8rem auto 0;
  width: 120rem;
  line-height: 2;
  font-size: 2.6rem;
  color: #484c62;
}
@media (max-width: 1232px) {
  .safe__end-txt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .safe__end-txt {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.safe__back-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.strength {
  position: relative;
  padding-bottom: 29rem;
  background-image: url(../../common/images/strength-back.webp);
  background-size: cover;
}
@media (max-width: 1232px) {
  .strength {
    padding-bottom: 25rem;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .strength {
    padding-bottom: 7rem;
  }
}
.strength__ttl {
  position: relative;
}
.strength__ttl-back {
  width: 100%;
}
@media (max-width: 768px) {
  .strength__ttl-back {
    height: 18rem;
  }
}
.strength__ttl-txt {
  display: block;
  text-align: center;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.8;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2078431373);
}
@media (max-width: 1232px) {
  .strength__ttl-txt {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .strength__ttl-txt {
    top: 42%;
    font-size: 2.2rem;
  }
}
.strength__list-wrap {
  position: relative;
  margin: 6.5rem auto 0;
  width: 97rem;
}
@media (max-width: 1232px) {
  .strength__list-wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .strength__list-wrap {
    margin-top: 4rem;
  }
}
.strength__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.strength__item {
  display: flex;
  align-items: center;
  padding: 3px;
  background-color: #f5ba07;
}
@media (max-width: 768px) {
  .strength__item {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 3px 0 1.5rem;
  }
}
.strength__item-num-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem 3rem;
  background-color: #ffffff;
  color: #202020;
}
@media (max-width: 1232px) {
  .strength__item-num-wrap {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 768px) {
  .strength__item-num-wrap {
    padding: 0.5rem 0;
    width: calc(100% - 6px);
  }
}
.strength__item-num-txt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 1232px) {
  .strength__item-num-txt {
    font-size: 2.6rem;
  }
}
@media (max-width: 1232px) {
  .strength__item-num-txt {
    font-size: 2.2rem;
  }
}
.strength__item-num {
  font-size: 6rem;
  font-family: "PT Serif", sans-serif;
}
@media (max-width: 1232px) {
  .strength__item-num {
    font-size: 5rem;
  }
}
@media (max-width: 1232px) {
  .strength__item-num {
    font-size: 3.2rem;
  }
}
.strength__item-txt {
  padding: 1.7rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #202020;
  line-height: 1.5;
}
@media (max-width: 1232px) {
  .strength__item-txt {
    padding: 0 1rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .strength__item-txt {
    font-size: 1.6rem;
  }
}
.strength__img, .strength__img--right, .strength__img--left {
  position: absolute;
}
@media (max-width: 768px) {
  .strength__img, .strength__img--right, .strength__img--left {
    display: none;
  }
}
.strength__img--left {
  left: -20rem;
  bottom: -29rem;
  width: 32rem;
}
@media (max-width: 1448px) {
  .strength__img--left {
    left: -10rem;
    width: 25rem;
  }
}
@media (max-width: 1232px) {
  .strength__img--left {
    bottom: -25rem;
    width: 20rem;
    left: -5%;
  }
}
.strength__img--right {
  right: -20rem;
  bottom: -29rem;
  width: 25rem;
}
@media (max-width: 1448px) {
  .strength__img--right {
    right: -10rem;
    width: 20rem;
  }
}
@media (max-width: 1232px) {
  .strength__img--right {
    bottom: -25rem;
    width: 15rem;
    right: -5%;
  }
}

.target {
  padding: 12rem 0;
  background-image: url(../../common/images/target-back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .target {
    padding: 7rem 0;
  }
}
.target__ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3e5c72;
}
@media (max-width: 1232px) {
  .target__ttl {
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .target__ttl {
    font-size: 2.2rem;
  }
}
.target__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12rem auto 0;
  gap: 10rem 4rem;
  width: 120rem;
}
@media (max-width: 1232px) {
  .target__list {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .target__list {
    margin-top: 5rem;
    gap: 5rem;
  }
}
.target__item {
  display: flex;
  flex-direction: column;
  width: 27rem;
}
@media (max-width: 768px) {
  .target__item {
    width: 70%;
    min-width: 27rem;
  }
}
.target__item-img {
  display: block;
  width: 100%;
}
.target__item-txt {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3e5c72;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .target__item-txt {
    font-size: 1.6rem;
  }
}

.user {
  padding: 12rem 0;
  background-color: #efeeed;
  overflow: hidden;
}
@media (max-width: 768px) {
  .user {
    padding: 7rem 0;
  }
}
.user__ttl {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  z-index: 1;
}
.user__ttl-txt {
  font-size: 3.6rem;
  font-weight: bold;
  color: #202020;
}
@media (max-width: 768px) {
  .user__ttl-txt {
    font-size: 2.2rem;
  }
}
.user__ttl-deco {
  position: absolute;
  display: block;
  top: -7rem;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  z-index: -1;
  font-size: 11rem;
  font-weight: bold;
  color: rgba(195, 195, 195, 0.1882352941);
}
@media (max-width: 768px) {
  .user__ttl-deco {
    top: -4rem;
    font-size: 6rem;
  }
}
.user__list-wrap {
  display: flex;
  justify-content: space-between;
  margin: 12rem auto 0;
  width: 120rem;
}
@media (max-width: 1232px) {
  .user__list-wrap {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16rem;
    margin-top: 13.6rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .user__list-wrap {
    gap: 10rem;
    margin-top: 10rem;
  }
}
.user__list, .user__list--center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 150rem;
}
@media (max-width: 1232px) {
  .user__list, .user__list--center {
    justify-content: center;
    align-items: center;
    gap: 16rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 768px) {
  .user__list, .user__list--center {
    gap: 10rem;
  }
}
.user__list--center {
  justify-content: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .user__list--center {
    gap: 10rem;
  }
}
.user__item {
  position: relative;
  padding: 11rem 3rem 5rem;
  width: 37.5rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0862745098);
}
@media (max-width: 1232px) {
  .user__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .user__item {
    padding: 6rem 1.6rem 1.6rem;
  }
}
.user__item-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7.5rem;
  width: 15.3rem;
}
@media (max-width: 768px) {
  .user__item-img {
    top: -5rem;
    width: 10rem;
  }
}
.user__item-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #3e5c72;
}
@media (max-width: 768px) {
  .user__item-txt {
    font-size: 1.6rem;
  }
}

.worries__inner {
  position: relative;
  padding: 12rem 0 15rem;
  background-size: cover;
}
@media (max-width: 768px) {
  .worries__inner {
    padding: 7rem 0;
  }
}
.worries__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.5rem;
}
@media (max-width: 768px) {
  .worries__ttl {
    gap: 3rem;
  }
}
.worries__ttl-tippy {
  position: relative;
  padding: 3rem 2rem;
  font-size: 4rem;
  font-weight: bold;
  background-color: #202020;
  color: #ffffff;
}
@media (max-width: 768px) {
  .worries__ttl-tippy {
    padding: 1.6rem 2rem;
    font-size: 2.2rem;
  }
}
.worries__ttl-tippy:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.2rem solid transparent;
  border-left: 2.2rem solid transparent;
  border-top: 3rem solid #202020;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .worries__ttl-tippy:before {
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    border-top: 2rem solid #202020;
  }
}
.worries__ttl-txt {
  font-size: 5.2rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media (max-width: 768px) {
  .worries__ttl-txt {
    font-size: 2.2rem;
  }
}
.worries__ttl-txt--gray {
  padding-bottom: 0.6rem;
  color: #3e5c72;
  border-bottom: 4px solid #202020;
}
@media (max-width: 768px) {
  .worries__ttl-txt--gray {
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #202020;
  }
}
.worries__list {
  position: relative;
  padding: 7.5rem 9rem;
  margin: 10rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 120rem;
  background-color: #ffffff;
}
@media (max-width: 1232px) {
  .worries__list {
    gap: 3rem;
    padding: 7.5rem 7%;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .worries__list {
    margin-top: 4rem;
    padding: 3rem 7%;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .worries__list::before {
    content: "";
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 94%;
    height: 95%;
    border: 1px solid #3e5c72;
  }
}
.worries__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.worries__item-icon {
  width: 6.5rem;
}
@media (max-width: 1232px) {
  .worries__item-icon {
    width: 3.5rem;
  }
}
@media (max-width: 768px) {
  .worries__item-icon {
    width: 2rem;
  }
}
.worries__item-txt {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #484c62;
}
@media (max-width: 1232px) {
  .worries__item-txt {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .worries__item-txt {
    font-size: 1.6rem;
  }
}
.worries__list-dotted {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 91%;
  height: 91%;
}
@media (max-width: 768px) {
  .worries__list-dotted {
    display: none;
  }
}
.worries__list-dotted-img {
  width: 100%;
  height: 100%;
}
.worries__txt {
  margin: 3.5rem auto 0;
  width: 120rem;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #3e5c72;
  line-height: 1.5;
}
@media (max-width: 1232px) {
  .worries__txt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .worries__txt {
    font-size: 1.6rem;
  }
}
.worries__back-arw {
  width: 100%;
}
.worries__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.message {
  position: relative;
  padding: 20rem 0 55rem;
  background: linear-gradient(to bottom, #e9f8ff, #fefeff);
  z-index: 1;
}
@media (max-width: 1232px) {
  .message {
    padding-bottom: 39rem;
  }
}
@media (max-width: 768px) {
  .message {
    padding: 7rem 0;
  }
}
.message__ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #202020;
}
@media (max-width: 768px) {
  .message__ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.message__deco, .message__deco--bottom, .message__deco--right {
  position: absolute;
  z-index: -1;
}
.message__deco--right {
  right: 0;
  top: 0;
  width: 84rem;
}
@media (max-width: 1232px) {
  .message__deco--right {
    width: 30%;
  }
}
.message__deco--bottom {
  width: 100%;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .message__deco--bottom {
    opacity: 0.3;
  }
}
.message__txt {
  margin: 10rem auto 0;
  width: 120rem;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  color: #5e90a9;
}
@media (max-width: 1232px) {
  .message__txt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .message__txt {
    margin-top: 5rem;
    font-size: 1.6rem;
  }
}
.message__txt--line {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.message__txt--line::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 0.9rem;
  background-color: #ffed8a;
  z-index: -1;
}
@media (max-width: 768px) {
  .message__txt--line::before {
    bottom: 0.4rem;
  }
}

/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}

/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*//*# sourceMappingURL=style.css.map */