@charset "UTF-8";
/* foundation */
/*! destyle.css v3.0.0 | 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 */
}

caption {
  text-align: left;
}

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

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

html {
  overflow-x: hidden;
  font-size: 0.52vw;
}

body {
  color: #171717;
  font-weight: 500;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 1120px) {
  body.open {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
body.fadein {
  opacity: 1;
}

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

/* layout */
.l-inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1140px;
}
@media (max-width: 1120px) {
  .l-inner {
    padding: 0 24px;
    max-width: inherit;
  }
}

.l-flex {
  display: flex;
}

.scroll-hidden {
  display: block;
  display: none;
}

.contact_btn {
  background-color: #4CBBB4;
  color: #fff;
  border: 1px solid #4CBBB4;
  transition: all 0.5s;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.contact_btn:hover {
  background-color: color-white;
  color: color-main;
}
.contact_btn:hover .contact_link path {
  fill: color-main;
}

.contact_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.contact_link path {
  transition: all 0.5s;
}
.contact_link span {
  font-size: 13px;
  padding-left: 6px;
}

.header {
  display: block;
  position: fixed;
  z-index: 99;
  width: 100%;
  display: none;
}

.header_wrap {
  padding: 13px;
  background: #fff;
  height: 80px;
}
@media (max-width: 568px) {
  .header_wrap {
    height: 66px;
    padding: 15px 10px;
  }
}

.header_item-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_item-logo img {
  width: 90%;
  max-width: 174px;
}
@media (max-width: 568px) {
  .header_item-logo img {
    width: 100%;
    max-width: 100px;
  }
}

.header_item-contact-block {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
@media (max-width: 568px) {
  .header_item-contact-block {
    width: 60%;
  }
}

.header_tel-block {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 568px) {
  .header_tel-block {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.header_tel-block span {
  display: block;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 568px) {
  .header_tel-block span {
    font-size: 11px;
    text-align: end;
  }
}

.header_tel-link {
  display: block;
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 568px) {
  .header_tel-link {
    font-size: 26px;
    text-align: end;
    pointer-events: all;
  }
}
@media (max-width: 768px) {
  .header_tel-link {
    font-size: 26px;
  }
}
.header_tel-link img {
  vertical-align: baseline;
  max-width: 16px;
  width: 100%;
}
@media (max-width: 568px) {
  .header_tel-link img {
    max-width: 10px;
  }
}

@media (max-width: 568px) {
  .header_contact-block {
    display: none;
  }
}

.header-contact-btn {
  max-width: 240px;
  padding: 16px 25px;
}
@media (max-width: 768px) {
  .header-contact-btn {
    padding: 16px 10px;
  }
}
@media (max-width: 770px) {
  .header-contact-btn {
    max-width: 260px;
  }
}

.l-footer {
  padding: 75px 40px 57px;
  background: #ffffff;
}
@media (max-width: 1120px) {
  .l-footer {
    padding: 38px 24px 88px;
  }
}

.l-footer__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 56px;
  max-width: 1140px;
  border-bottom: 1px solid #171717;
}
@media (max-width: 1120px) {
  .l-footer__inner {
    flex-direction: column;
    padding: 0 24px;
    border-bottom: none;
  }
}

.l-footer__logo {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
@media (max-width: 1120px) {
  .l-footer__logo {
    gap: 8px;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1120px) {
  .l-footer__logo img {
    width: 132px;
    height: 49px;
  }
}
.l-footer__logo span {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #727171;
}
@media (max-width: 1120px) {
  .l-footer__logo span {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.l-footer__address {
  margin-top: 32px;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1120px) {
  .l-footer__address {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }
}

.l-footer__sitemap {
  display: grid;
  gap: 24px 48px;
  margin-left: auto;
  grid-template-columns: repeat(4, auto);
}
@media (max-width: 1120px) {
  .l-footer__sitemap {
    gap: 0;
    width: 100%;
    grid-template-columns: repeat(1, auto);
  }
}
.l-footer__sitemap > li {
  letter-spacing: 0.03em;
  font-size: 16px;
}
@media (max-width: 1120px) {
  .l-footer__sitemap > li {
    display: block;
    border-bottom: 1px solid #707070;
  }
}
@media (max-width: 1120px) {
  .l-footer__sitemap > li > a {
    display: block;
    padding: 16px 0;
  }
}

.l-footer__sitemap__sub > li {
  flex-direction: column;
  margin-top: 8px;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media (max-width: 1120px) {
  .l-footer__sitemap__sub > li {
    margin: 0 0 16px;
  }
}
.l-footer__sitemap__sub > li::before {
  content: "・";
}

.l-footer__link {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 56px;
}
@media (max-width: 1120px) {
  .l-footer__link {
    gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    padding: 0 24px;
  }
}
.l-footer__link li {
  font-size: 16px;
}

.l-footer__copyright {
  margin-top: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 1120px) {
  .l-footer__copyright {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
}

.l-footer__pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
@media (max-width: 1120px) {
  .l-footer__pagetop {
    right: 16px;
    bottom: 64px;
  }
}
.l-footer__pagetop.fade-in {
  opacity: 1;
  pointer-events: all;
}
.l-footer__pagetop.stop-scroll {
  bottom: 0;
}
@media (max-width: 1120px) {
  .l-footer__pagetop.stop-scroll {
    bottom: 64px;
  }
}

.c-btn-alpha {
  transition: 0.25s;
}
.c-btn-alpha:hover {
  opacity: 0.6;
}

.c-breadcrumb {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.c-breadcrumb li {
  font-size: 14px;
}
@media (max-width: 1120px) {
  .c-breadcrumb li {
    font-size: 12px;
  }
}
.c-breadcrumb li::after {
  margin: 0 12px;
  content: "›";
}
.c-breadcrumb a {
  color: #bfbfbf;
  transition: 0.25s;
}
.c-breadcrumb a:hover {
  color: #1c1c1c;
}
.c-breadcrumb li:last-child::after {
  content: none;
}

.p-fv {
  padding: 0 40px;
  min-height: 402px;
  background: #f5f5f5;
}
@media (max-width: 1120px) {
  .p-fv {
    padding: 0 24px;
    min-height: 176px;
  }
}
.p-fv__inner {
  margin: 0 auto;
  max-width: 1140px;
}
.p-fv__breadcrumb {
  padding: 48px 0;
}
@media (max-width: 1120px) {
  .p-fv__breadcrumb {
    padding: 20px 0;
  }
}
.p-fv__wrap-ttl {
  padding-top: 32px;
}
@media (max-width: 1120px) {
  .p-fv__wrap-ttl {
    padding: 0 0 32px;
  }
}
.p-fv__ttl-en {
  color: #5fcac0;
  text-align: center;
  font-weight: bold;
  font-size: 56px;
  font-family: Roboto;
}
@media (max-width: 1120px) {
  .p-fv__ttl-en {
    font-size: 32px;
  }
}
.p-fv__ttl-ja {
  margin-top: 8px;
  color: #4CBBB4;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 1120px) {
  .p-fv__ttl-ja {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
}

.p-contact {
  padding: 60px 40px;
  background: #4CBBB4;
}
@media (max-width: 1120px) {
  .p-contact {
    padding: 56px 24px;
  }
}
.p-contact .p-contact__ttl {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
}
@media (max-width: 1120px) {
  .p-contact .p-contact__ttl {
    font-size: 18px;
  }
}
.p-contact .p-contact__ttl strong {
  display: block;
  margin-top: 10px;
  font-size: 26px;
}
@media (max-width: 1120px) {
  .p-contact .p-contact__ttl strong {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
  }
}
.p-contact .p-contact__txt {
  margin: 40px 0 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1120px) {
  .p-contact .p-contact__txt {
    margin: 40px 0 10px;
    font-size: 16px;
  }
}
.p-contact .p-contact__txt::before {
  margin-right: 16px;
  content: "＼";
}
@media (max-width: 1120px) {
  .p-contact .p-contact__txt::before {
    margin-right: 8px;
    font-size: 20px;
  }
}
.p-contact .p-contact__txt::after {
  margin-left: 16px;
  content: "／";
}
@media (max-width: 1120px) {
  .p-contact .p-contact__txt::after {
    margin-left: 8px;
    font-size: 20px;
  }
}
.p-contact .p-contact__btn {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 18px 10px;
  max-width: 340px;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  color: #4CBBB4;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: 0.25s;
  border: 1px solid #fff;
}
@media (max-width: 1120px) {
  .p-contact .p-contact__btn {
    padding: 16px 14px;
    max-width: 300px;
    font-size: 16px;
  }
}
.p-contact .p-contact__btn::before {
  width: 24px;
  height: 24px;
  background: url("../img/common/ico_mail_bk.svg") no-repeat 50% 75%/contain;
  content: "";
  transition: 0.25s;
}
@media (max-width: 1120px) {
  .p-contact .p-contact__btn::before {
    width: 20px;
    height: 20x;
  }
}
.p-contact .p-contact__btn:hover {
  background-color: #4CBBB4;
  color: #fff;
  border: 1px solid #fff;
}
.p-contact .p-contact__btn:hover::before {
  background-image: url("../img/common/ico_mail_wh.svg");
}

.p-foam {
  padding: 60px 40px;
  background: #f5f5f5;
}
@media (max-width: 1120px) {
  .p-foam {
    padding: 56px 24px;
  }
}
.p-foam .p-foam__ttl {
  color: #171717;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
}
@media (max-width: 1120px) {
  .p-foam .p-foam__ttl {
    font-size: 18px;
  }
}
.p-foam .p-foam__ttl strong {
  display: block;
  margin-top: 10px;
  font-size: 26px;
}
@media (max-width: 1120px) {
  .p-foam .p-foam__ttl strong {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
  }
}
.p-foam .p-foam__txt {
  margin: 40px 0 20px;
  color: #171717;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1120px) {
  .p-foam .p-foam__txt {
    margin: 40px 0 10px;
    font-size: 16px;
  }
}
.p-foam .p-foam__txt::before {
  margin-right: 16px;
  content: "＼";
}
@media (max-width: 1120px) {
  .p-foam .p-foam__txt::before {
    margin-right: 8px;
    font-size: 20px;
  }
}
.p-foam .p-foam__txt::after {
  margin-left: 16px;
  content: "／";
}
@media (max-width: 1120px) {
  .p-foam .p-foam__txt::after {
    margin-left: 8px;
    font-size: 20px;
  }
}

.p-flow .p-flow__inner {
  margin: 0 auto;
  max-width: 980px;
}
.p-flow .p-flow__ttl {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 1120px) {
  .p-flow .p-flow__ttl {
    text-align: center;
    font-size: 16px;
  }
}
.p-flow .p-flow__list {
  display: grid;
  gap: 30px;
  margin-top: 16px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
@media (max-width: 1120px) {
  .p-flow .p-flow__list {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-flow .p-flow__list__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 30px;
  border: 1px solid #707070;
  border-radius: 8px;
}
@media (max-width: 1120px) {
  .p-flow .p-flow__list__item {
    padding: 16px 20px 40px;
  }
}
.p-flow .p-flow__list__item::before {
  position: absolute;
  top: calc(50% - 15px);
  right: -30px;
  width: 30px;
  height: 30px;
  background: url("../img/common/ico_arrow_simple_bk.svg") no-repeat 50% 50%;
  content: "";
}
@media (max-width: 1120px) {
  .p-flow .p-flow__list__item::before {
    top: auto;
    right: auto;
    bottom: -30px;
    transform: rotate(90deg);
  }
}
.p-flow .p-flow__list__item:last-child::before {
  display: none;
}
.p-flow .p-flow__list__ttl {
  color: #5fcac0;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 16px;
}
.p-flow .p-flow__list__txt {
  margin-top: 8px;
  color: #222;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 24px;
}

.pc {
  display: block;
}
@media (max-width: 1120px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1120px) {
  .sp {
    display: block;
  }
}

.anchor {
  position: absolute;
  top: -80px;
}

.anchor-wrap {
  position: relative;
}

.flex-auto {
  flex: 1;
}

.slick-dots {
  bottom: -32px !important;
}

.slick-dots li {
  margin: 0 2px !important;
}

.slick-dots li button:before {
  font-size: 8px !important;
}

.slick-dots li.slick-active button:before {
  color: #5fcac0 !important;
}

.color-red {
  color: red;
}

.animate.fade-up {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30px);
}
.animate.fade-up.is-animated {
  opacity: 1;
  transform: inherit;
}/*# sourceMappingURL=style.css.map */