/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://use.typekit.net/aob0oor.css");
@import url(//db.onlinewebfonts.com/c/12cff83c23b642a97c6a98ef97f8ba38?family=Karbon+Regular);
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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; }

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.inner .con-name {
  margin-top: 6rem; }
  .inner .con-name .en {
    font-family: 'Bergamo Std', sans-serif;
    font-weight: 300;
    font-style: normal; }

.illust {
  position: absolute;
  z-index: 2; }
  .illust img {
    height: 10rem;
    width: auto; }
  @media screen and (max-width: 768px) {
    .illust img {
      height: 7rem; } }

.infinite-slider {
  position: relative;
  z-index: 2;
  margin-top: -3.5rem; }
  .infinite-slider .swiper-wrapper {
    transition-timing-function: linear; }
  .infinite-slider .swiper-slide {
    width: auto !important;
    height: 10rem;
    box-sizing: border-box;
    padding: 0 2rem; }
    .infinite-slider .swiper-slide img {
      width: auto;
      height: 100%; }
  @media screen and (max-width: 600px) {
    .infinite-slider {
      margin-top: -2.5rem; }
      .infinite-slider .swiper-slide {
        height: 7rem;
        padding: 0 1.5rem; } }

.inner .lead {
  font-size: 1.8rem; }
.inner .a-btn01 {
  max-width: 36rem; }
  .inner .a-btn01 a {
    background: #00c586;
    height: 6.5rem; }
    .inner .a-btn01 a .kana {
      font-size: 1.8rem;
      font-weight: bold;
      color: #fff; }
    .inner .a-btn01 a .arrow:before {
      border-right: 1px solid #00c586;
      border-top: 1px solid #00c586; }
    .inner .a-btn01 a .arrow:after {
      background: #00c586; }
    .inner .a-btn01 a:before {
      background: #fff; }
    .inner .a-btn01 a:hover {
      background: #008b80; }

.top-midashi {
  font-size: 4.6rem;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  font-family: "ta-oonishi", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #008b80; }
  @media screen and (max-width: 768px) {
    .top-midashi {
      font-size: 3.6rem; } }

.conc-midashi {
  font-size: 5.5rem;
  margin-top: 5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3rem;
  font-family: "ta-oonishi", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 768px) {
    .conc-midashi {
      font-size: 4.5rem; } }

.conc-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  margin-top: 4rem;
  font-weight: bold;
  letter-spacing: 0.3rem; }

.concept-sec {
  margin-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden; }
  .concept-sec .bg {
    position: absolute;
    z-index: -0;
    left: 0;
    right: 0;
    top: 0; }
  .concept-sec .inner {
    max-width: 1300px;
    display: flex;
    position: relative;
    z-index: 1; }
    .concept-sec .inner .copy {
      width: 50%;
      margin-top: 30%;
      box-sizing: border-box;
      padding-left: 6%; }
      .concept-sec .inner .copy .lead {
        margin-top: 3rem;
        line-height: 2; }
      .concept-sec .inner .copy .a-btn01 {
        margin-top: 4rem; }
    .concept-sec .inner .photo {
      width: 50%; }
      .concept-sec .inner .photo .img:nth-child(1) {
        width: 60%;
        margin-right: 5%;
        margin-left: 35%; }
      .concept-sec .inner .photo .img:nth-child(2) {
        width: 35%;
        margin-right: 55%;
        margin-left: 10%;
        margin-top: -10%; }
      .concept-sec .inner .photo .img:nth-child(3) {
        width: 45%;
        margin-right: 0%;
        margin-left: 55%;
        margin-top: -25%; }
  @media screen and (max-width: 768px) {
    .concept-sec {
      margin-top: 1rem;
      padding-bottom: 2rem; }
      .concept-sec .bg {
        left: -10%;
        right: -50%; }
      .concept-sec .inner {
        display: block; }
        .concept-sec .inner .copy {
          width: 100%;
          margin-top: 45%;
          padding-left: 0%; }
        .concept-sec .inner .photo {
          width: 90%;
          margin-right: 10%;
          margin-top: 6rem; } }

.inner .copy .lead {
  margin-top: 3rem;
  line-height: 2; }
.inner .copy .a-btn01 {
  margin-top: 4rem; }

.business-sec {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  background: linear-gradient(to right, #2a604a, #009d94); }
  .business-sec .business1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    .business-sec .business1 .copy {
      flex: 1;
      padding-right: 5%; }
      .business-sec .business1 .copy .top-midashi {
        color: #fff; }
      .business-sec .business1 .copy .lead {
        line-height: 2;
        margin-top: 3rem;
        color: #fff; }
    .business-sec .business1 .btn {
      width: 36rem; }
      .business-sec .business1 .btn .a-btn01 {
        max-width: 36rem;
        margin-top: 3rem; }
        .business-sec .business1 .btn .a-btn01 a {
          background: #fff;
          height: 6.5rem; }
          .business-sec .business1 .btn .a-btn01 a .kana {
            color: #008b80; }
          .business-sec .business1 .btn .a-btn01 a .arrow:before {
            border-right: 1px solid #fff;
            border-top: 1px solid #fff; }
          .business-sec .business1 .btn .a-btn01 a .arrow:after {
            background: #fff; }
          .business-sec .business1 .btn .a-btn01 a:before {
            background: #008b80; }
          .business-sec .business1 .btn .a-btn01 a:hover {
            background: #d8f3f0; }
    @media screen and (max-width: 768px) {
      .business-sec .business1 {
        display: block; }
        .business-sec .business1 .copy {
          flex: none;
          padding-right: 0%;
          width: 100%; } }

.business-slide {
  padding: 1rem 0 1rem; }
  @media screen and (max-width: 768px) {
    .business-slide {
      padding: 1rem 0 1rem; } }
  .business-slide ul {
    padding-bottom: 6rem; }
    .business-slide ul li {
      margin-top: 2rem;
      position: relative;
      padding: 0 7%; }
      .business-slide ul li a {
        width: 100%;
        display: block; }
        .business-slide ul li a .img {
          border-radius: 1rem;
          overflow: hidden; }
          .business-slide ul li a .img img {
            transition: 0.5s; }
        .business-slide ul li a .lead {
          color: #fff;
          margin-top: 1.5rem;
          font-size: 1.5rem; }
        .business-slide ul li a .con-name {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          color: #fff;
          margin-top: 1.9rem;
          font-size: 2rem;
          line-height: 1.6;
          font-weight: bold; }
          .business-slide ul li a .con-name .arrow {
            width: 2rem;
            height: 2rem;
            background: #fff;
            position: relative;
            border-radius: 50%;
            margin-left: 1rem; }
            .business-slide ul li a .con-name .arrow:before, .business-slide ul li a .con-name .arrow:after {
              content: "";
              position: absolute; }
            .business-slide ul li a .con-name .arrow:before {
              background: #008b80;
              height: 1px;
              width: 0.8rem;
              top: 50%;
              right: 50%;
              transform: translateX(50%) translateY(-50%); }
            .business-slide ul li a .con-name .arrow:after {
              width: 0.6rem;
              height: 0.6rem;
              border-right: 1px solid #008b80;
              border-bottom: 1px solid #008b80;
              top: 50%;
              right: 50%;
              transform: translateX(50%) translateY(-50%) rotate(-45deg); }
          @media screen and (max-width: 1000px) {
            .business-slide ul li a .con-name {
              margin-top: 1vw;
              font-size: 1.8vw; } }
          @media screen and (max-width: 768px) {
            .business-slide ul li a .con-name {
              margin-top: 2vw;
              font-size: 3.8vw; } }
        .business-slide ul li a:hover .img img {
          transform: scale(1.2); }
  .business-slide .slick-dotted .slick-dots {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    display: flex;
    justify-content: center;
    max-width: 460px; }
    .business-slide .slick-dotted .slick-dots > li {
      background: #fff;
      display: block;
      width: 0rem !important;
      height: 0.4rem;
      opacity: 0.4; }
      .business-slide .slick-dotted .slick-dots > li button {
        text-indent: -9999px; }
      .business-slide .slick-dotted .slick-dots > li.slick-active {
        opacity: 1; }
    @media screen and (max-width: 768px) {
      .business-slide .slick-dotted .slick-dots {
        width: 80%; } }

.flow-sec {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow-x: hidden; }
  .flow-sec .bg {
    position: absolute;
    z-index: -0;
    left: 0;
    right: 0;
    top: 7rem; }
  .flow-sec .inner {
    max-width: 1100px;
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 1; }
    .flow-sec .inner .flow-left,
    .flow-sec .inner .flow-right {
      width: 45%; }
      .flow-sec .inner .flow-left .img,
      .flow-sec .inner .flow-right .img {
        margin-bottom: 4rem; }
    .flow-sec .inner .flow-right {
      margin-top: 10%; }
  @media screen and (max-width: 768px) {
    .flow-sec .bg {
      left: -10%;
      right: -50%; }
    .flow-sec .inner {
      display: block; }
      .flow-sec .inner .flow-left,
      .flow-sec .inner .flow-right {
        width: 85%; }
      .flow-sec .inner .flow-left {
        margin-right: 10%; }
      .flow-sec .inner .flow-right {
        margin-left: 15%;
        margin-top: 8rem; } }

.bana-qa {
  margin: auto;
  max-width: 1350px;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .bana-qa .bana-body {
    border: 2px solid #1dccad;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-radius: 1.5rem;
    max-width: none;
    padding: 6rem 0;
    display: flex;
    justify-content: flex-end; }
    .bana-qa .bana-body .bana-photo {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
      .bana-qa .bana-body .bana-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .bana-qa .bana-body .baan-copy {
      position: relative;
      z-index: 1;
      width: 44rem;
      margin-right: 5%; }
      .bana-qa .bana-body .baan-copy .top-midashi {
        margin-top: 0;
        line-height: 1.1;
        color: #fff; }
      .bana-qa .bana-body .baan-copy .lead {
        margin-top: 3rem;
        color: #fff;
        line-height: 2; }
      .bana-qa .bana-body .baan-copy .a-btn01 {
        margin-top: 3rem; }
        .bana-qa .bana-body .baan-copy .a-btn01 a {
          background: #004ac5; }
          .bana-qa .bana-body .baan-copy .a-btn01 a .arrow:before {
            border-right: 1px solid #004ac5;
            border-top: 1px solid #004ac5; }
          .bana-qa .bana-body .baan-copy .a-btn01 a .arrow:after {
            background: #004ac5; }
          .bana-qa .bana-body .baan-copy .a-btn01 a:hover {
            background: #1e3b6c; }
  @media screen and (max-width: 768px) {
    .bana-qa .bana-body {
      padding: 0rem 0;
      display: block;
      background: #009973; }
      .bana-qa .bana-body .bana-photo {
        position: relative;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        overflow: hidden; }
        .bana-qa .bana-body .bana-photo img {
          width: 200%;
          margin-top: -3%;
          height: auto;
          object-fit: cover; }
      .bana-qa .bana-body .baan-copy {
        width: 84%;
        margin-right: 8%;
        margin-left: 8%;
        padding: 4.5rem 0 !important;
        display: block; } }

.business1 {
  position: relative; }
  .business1 .illust01 {
    top: 0;
    right: 5%;
    transform: translateY(-135%); }

.flow-left .img .illust02 {
  top: 0;
  left: 0%;
  transform: translateX(-50%) translateY(-50%); }

.flow-right .img .illust03 {
  bottom: 0;
  right: 0%;
  transform: translateX(30%) translateY(30%); }

.bana-qa {
  position: relative; }
  .bana-qa .illust04 {
    top: 0;
    left: 10%;
    transform: translateY(-50%); }
  .bana-qa .illust05 {
    bottom: 0;
    right: 10%;
    transform: translateY(50%); }

.main-slide01 {
  margin-bottom: 0 !important; }
  .main-slide01 .slick-list .slick-track .slick-slide .img .pc {
    display: block !important; }
  .main-slide01 .slick-list .slick-track .slick-slide .img .sp {
    display: none !important; }
  @media screen and (max-width: 600px) {
    .main-slide01 .slick-list .slick-track .slick-slide .img .pc {
      display: none !important; }
    .main-slide01 .slick-list .slick-track .slick-slide .img .sp {
      display: block !important; } }
  .main-slide01 .slick-dots {
    position: absolute;
    bottom: 6rem; }
    .main-slide01 .slick-dots li {
      width: 1.3rem;
      height: 1.3rem;
      background: #fff;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #fff;
      margin: 1rem; }
      .main-slide01 .slick-dots li button {
        text-indent: -9999px; }
      .main-slide01 .slick-dots li.slick-active {
        opacity: 1;
        background: #00c586; }

.insta-bana {
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 5rem;
  width: 88%;
  max-width: 90rem; }
  .insta-bana a, .insta-bana p {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    transition: 0.5s; }
    .insta-bana a img, .insta-bana p img {
      width: 100%;
      height: auto;
      transition: 0.5s filter; }
  .insta-bana a {
    cursor: pointer; }
    .insta-bana a:hover {
      border: 1px solid rgba(0, 0, 0, 0.7); }
      .insta-bana a:hover img {
        filter: brightness(1.1); }
