@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap");
html {
  scroll-behavior: smooth;
  font-size: calc(100vw / 144);
}

@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 42.8);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #333;
  background-color: #fff;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

a,
button {
  outline: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

a:hover, a:focus,
button:hover,
button:focus {
  opacity: .7;
}

img {
  pointer-events: none;
  max-width: 100%;
  vertical-align: bottom;
}

.d-pc {
  display: initial;
}

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

.d-sp {
  display: none;
}

@media (max-width: 767px) {
  .d-sp {
    display: initial;
  }
}

.container {
  max-width: calc((128rem) + (8rem * 2));
  padding: 0 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.cta-btn {
  display: inline-block;
  min-width: 38rem;
  height: 9rem;
  border-radius: .1rem;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 4.2rem;
  letter-spacing: .055em;
  text-align: center;
  text-decoration: none;
  padding: 2.4rem 3.6rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#6EC9BF), to(#FFE061));
  background: linear-gradient(90deg, #6EC9BF, #FFE061);
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .cta-btn {
    min-width: 23.2rem;
    height: 5.3rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 1.25rem 2.5rem;
  }
}

.cta-btn::after {
  display: inline-block;
  content: '';
  width: 4.5rem;
  height: 4.8rem;
  vertical-align: top;
  margin-left: 3.2rem;
  background: url("../images/icon_send.svg") no-repeat center/contain;
}

@media (max-width: 767px) {
  .cta-btn::after {
    width: 2.6rem;
    height: 2.8rem;
    margin-left: 1.8rem;
  }
}

.cta-btn:focus, .cta-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
}

.heading {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 4.8rem;
  letter-spacing: .055em;
  text-align: center;
  margin-bottom: 14rem;
}

@media (max-width: 767px) {
  .heading {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 7rem;
  }
}

.heading::after {
  content: attr(data-heading);
  display: block;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.2rem;
  text-transform: uppercase;
  padding-bottom: 3.2rem;
  margin-top: 2.9rem;
  color: #A0D0CB;
  background: url("../images/heading-line.svg") no-repeat center bottom/37.4rem 2.1rem;
}

@media (max-width: 767px) {
  .heading::after {
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding-bottom: 2.3rem;
    margin-top: 1rem;
    background: url("../images/heading-line.svg") no-repeat center bottom/29.7rem 1.7rem;
  }
}

.animate {
  opacity: 0;
}

.animated.fadeInUp {
  -webkit-animation: fadeInUp 1s forwards;
          animation: fadeInUp 1s forwards;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .header {
    padding: 1rem 0;
  }
}

.header .logo-wrap {
  display: inline-block;
}

.header__logo {
  display: inline-block;
  margin-left: -1.2rem;
}

@media (max-width: 767px) {
  .header__logo {
    margin-left: -1rem;
  }
}

.header__logo img {
  width: 20.4rem;
  height: 8.5rem;
}

@media (max-width: 767px) {
  .header__logo img {
    width: 11.6rem;
    height: 4.8rem;
  }
}

.fv {
  padding: 16.5rem 0 9rem;
  background: #fff url("../images/fv-bg.png") center/cover;
}

@media (max-width: 767px) {
  .fv {
    padding: 9.1rem 0 3.4rem;
    background: #fff url("../images/fv-bg_sp.png") center/cover;
  }
}

.fv .container {
  position: relative;
}

.fv__copy {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 8.1rem;
  margin-bottom: 7.9rem;
}

@media (max-width: 767px) {
  .fv__copy {
    font-size: 2.9rem;
    line-height: 4.2rem;
    white-space: nowrap;
    margin-left: .6rem;
    margin-bottom: 3.5rem;
  }
}

.fv__copy .space {
  content: '';
  display: block;
  height: 1rem;
}

.fv__copy .em {
  font-size: 5.8rem;
  line-height: 8.4rem;
}

@media (max-width: 767px) {
  .fv__copy .em {
    font-size: 3.1rem;
    line-height: 4.5rem;
  }
}

.fv__txt {
  max-width: 50.7rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 4.3rem;
  margin-bottom: 5.2rem;
}

@media (max-width: 767px) {
  .fv__txt {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 22rem;
  }
}

.fv__img {
  position: absolute;
  top: -.4rem;
  right: 3.7rem;
}

@media (max-width: 767px) {
  .fv__img {
    top: 20.1rem;
    right: 2.8rem;
  }
}

.fv__img img {
  width: 66.7rem;
  height: 56.1rem;
}

@media (max-width: 767px) {
  .fv__img img {
    width: 24.6rem;
    height: 20.2rem;
  }
}

@media (max-width: 767px) {
  .fv .btn-wrap {
    text-align: center;
  }
}

.prob {
  position: relative;
  padding: 12.2rem 0 6.6rem;
  background-color: #A0D0CB;
}

@media (max-width: 767px) {
  .prob {
    padding: 5.4rem 0 0;
  }
}

.prob::after {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  content: '';
  border-style: solid;
  border-width: 13.2rem 50vw 0 50vw;
  border-color: #A0D0CB transparent transparent transparent;
}

@media (max-width: 767px) {
  .prob::after {
    border-width: 10rem 50vw 0 50vw;
  }
}

.prob .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .prob .container-inner {
    display: block;
  }
}

.prob .container-inner .txt-content,
.prob .container-inner .img-content {
  width: 50%;
}

@media (max-width: 767px) {
  .prob .container-inner .txt-content,
  .prob .container-inner .img-content {
    width: 100%;
  }
}

.prob .txt-wrap {
  margin-left: 9.8rem;
}

@media (max-width: 767px) {
  .prob .txt-wrap {
    margin-left: 0;
  }
}

.prob__head {
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 5.5rem;
  margin-bottom: 5.1rem;
}

@media (max-width: 767px) {
  .prob__head {
    max-width: 30.8rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
    white-space: nowrap;
    margin: 0 auto 3.6rem;
  }
}

.prob__head::before {
  position: absolute;
  top: -3.1rem;
  left: -3.3rem;
  content: '“';
  font-size: 6rem;
  line-height: 8.7rem;
}

@media (max-width: 767px) {
  .prob__head::before {
    display: none;
  }
}

.prob__txt {
  max-width: 49rem;
  font-size: 2rem;
  line-height: 2.9rem;
}

@media (max-width: 767px) {
  .prob__txt {
    max-width: 34rem;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 0 auto 1.5rem;
  }
}

.prob__txt .space {
  content: '';
  display: block;
  height: 1.3rem;
}

@media (max-width: 767px) {
  .prob__txt .space {
    height: 1.4rem;
  }
}

.prob__img {
  margin-left: -3.8rem;
  -webkit-filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}

@media (max-width: 767px) {
  .prob__img {
    text-align: center;
  }
}

.prob__img img {
  width: 65.9rem;
  height: 38rem;
}

@media (max-width: 767px) {
  .prob__img img {
    width: 28.9rem;
    height: 17.3rem;
  }
}

.soln {
  padding: 17rem 0 8.4rem;
  background: #f8f8f8 url("../images/soln-bg.png") no-repeat center/130.4rem 48.8rem;
}

@media (max-width: 767px) {
  .soln {
    padding: 12.1rem 0 4.3rem;
    background: #f8f8f8 url("../images/soln-bg_sp.png") no-repeat center/38.9rem 33.4rem;
  }
}

.soln__head {
  text-align: center;
  margin-bottom: -.9rem;
}

@media (max-width: 767px) {
  .soln__head {
    margin-bottom: 2.2rem;
  }
}

.soln__head img {
  width: 43rem;
  height: 18rem;
}

@media (max-width: 767px) {
  .soln__head img {
    width: 14.6rem;
    height: 6.1rem;
  }
}

.soln__txt {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .soln__txt {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}

.soln__txt .em {
  font-size: 3.6rem;
  line-height: 5.1rem;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .soln__txt .em {
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: .075em;
  }
}

.about {
  padding: 12.2rem 0 4.6rem;
}

@media (max-width: 767px) {
  .about {
    padding: 5rem 0 2.6rem;
  }
}

.about__head .txt-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: -3rem;
}

@media (max-width: 767px) {
  .about__head .txt-img {
    margin-right: -1.1rem;
  }
}

.about__head .txt-img img {
  width: 21rem;
  height: 8.8rem;
}

@media (max-width: 767px) {
  .about__head .txt-img img {
    width: 11.1rem;
    height: 4.7rem;
  }
}

.about__head .txt {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .about__head::after {
    margin-top: -.1rem;
  }
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.4rem;
}

@media (max-width: 767px) {
  .about__list {
    display: block;
    margin: 0;
  }
}

.about__list .list-item {
  width: 50%;
  padding: 0 4.2rem;
}

@media (max-width: 767px) {
  .about__list .list-item {
    width: 100%;
    padding: 0;
  }
}

.about__list .list-item:nth-last-of-type(n + 3) {
  margin-bottom: 10.9rem;
}

@media (max-width: 767px) {
  .about__list .list-item:nth-last-of-type(n + 3) {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .about__list .list-item:not(:last-of-type) {
    margin-bottom: 7.2rem;
  }
}

.about__list .list-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 38.7rem;
  padding: 12rem 6.7rem 4rem;
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .about__list .list-item-inner {
    min-height: 18rem;
    padding: 5rem 4.5rem 2.2rem;
  }
}

.about__list .ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 7.6rem;
  margin-bottom: 2.8rem;
}

@media (max-width: 767px) {
  .about__list .ttl-wrap {
    display: block;
    min-height: auto;
    margin-bottom: 1.3rem;
  }
}

.about__list .ttl-wrap .ttl {
  width: 100%;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.8rem;
  text-align: center;
}

@media (max-width: 767px) {
  .about__list .ttl-wrap .ttl {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}

.about__list .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .about__list .list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__list .list li {
  min-width: 50%;
  font-size: 2rem;
  line-height: 2.9rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .about__list .list li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.about__list .list li::before {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.6rem;
  background: url("../images/icon_check.svg") no-repeat center/contain;
}

@media (max-width: 767px) {
  .about__list .list li::before {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .8rem;
  }
}

.about__list .list li:not(:last-of-type) {
  margin-bottom: 1.8rem;
}

@media (max-width: 767px) {
  .about__list .list li:not(:last-of-type) {
    margin-bottom: .5rem;
  }
}

.about__list .img {
  position: absolute;
  top: -7.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .about__list .img {
    top: -4.2rem;
  }
}

.about__list .img img {
  width: 17.5rem;
  height: 17.5rem;
}

@media (max-width: 767px) {
  .about__list .img img {
    width: 7.4rem;
    height: 7.4rem;
  }
}

.about__list .list-item:nth-of-type(3) .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__list .list-item:nth-of-type(4) .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .about__list .list-item:nth-of-type(4) .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flow {
  padding: 4.6rem 0 14.8rem;
}

@media (max-width: 767px) {
  .flow {
    padding: 2.7rem 0 11.7rem;
  }
}

.flow__head {
  margin-bottom: 12.9rem;
}

@media (max-width: 767px) {
  .flow__head {
    margin-bottom: 3.9rem;
  }
}

.flow__head::after {
  margin-top: 1.8rem;
  padding-bottom: 3.4rem;
}

@media (max-width: 767px) {
  .flow__head::after {
    margin-top: 1.2rem;
    padding-bottom: 2.7rem;
  }
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.3rem;
}

@media (max-width: 767px) {
  .flow__list {
    display: block;
    margin: 0;
  }
}

.flow__list .list-item {
  width: 25%;
  padding: 0 3.3rem;
}

@media (max-width: 767px) {
  .flow__list .list-item {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .flow__list .list-item:not(:last-of-type) {
    margin-bottom: 5.6rem;
  }
}

.flow__list .list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .flow__list .list-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flow__list .txt-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .flow__list .txt-wrap {
    width: calc(100% - 18rem);
    padding-left: 1rem;
  }
}

.flow__list .txt-wrap .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 2.2rem;
}

@media (max-width: 767px) {
  .flow__list .txt-wrap .ttl {
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
  }
}

.flow__list .txt-wrap .txt {
  line-height: 2.6rem;
}

@media (max-width: 767px) {
  .flow__list .txt-wrap .txt {
    max-width: 17rem;
    line-height: 2rem;
  }
}

.flow__list .img {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 4.1rem;
}

@media (max-width: 767px) {
  .flow__list .img {
    width: 18rem;
    margin-bottom: 0;
  }
}

.flow__list .img img {
  width: 27rem;
  height: 27rem;
  border-radius: 50%;
  border: 0.5rem solid #A0D0CB;
}

@media (max-width: 767px) {
  .flow__list .img img {
    width: 18rem;
    height: 18rem;
  }
}

.flow__list .img::before {
  position: absolute;
  top: -4.3rem;
  left: 0;
  content: '';
  width: 4.8rem;
  height: 7.7rem;
}

@media (max-width: 767px) {
  .flow__list .img::before {
    width: 4.2rem;
    height: 6.7rem;
  }
}

.flow__list .list-item:nth-of-type(1) .img::before {
  background: url("../images/flow-list-unm_1.svg") no-repeat center/contain;
}

.flow__list .list-item:nth-of-type(2) .img::before {
  background: url("../images/flow-list-unm_2.svg") no-repeat center/contain;
}

.flow__list .list-item:nth-of-type(3) .img::before {
  background: url("../images/flow-list-unm_3.svg") no-repeat center/contain;
}

.flow__list .list-item:nth-of-type(4) .img::before {
  background: url("../images/flow-list-unm_4.svg") no-repeat center/contain;
}

.flow__list .list-item:not(:last-of-type) .img::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
  content: '';
  width: 7rem;
  height: 0;
  border-top: 0.3rem solid #A0D0CB;
}

@media (max-width: 767px) {
  .flow__list .list-item:not(:last-of-type) .img::after {
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    width: 0;
    height: 5.6rem;
    border-left: 0.3rem solid #A0D0CB;
  }
}

.value {
  padding: 10.6rem 0 10.8rem;
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .value {
    padding: 4.8rem 0 10.6rem;
  }
}

.value .container {
  position: relative;
}

.value__head {
  margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .value__head {
    margin-bottom: 3.7rem;
  }
}

.value__head::after {
  margin-top: 3.1rem;
  padding-bottom: 3.7rem;
}

@media (max-width: 767px) {
  .value__head::after {
    margin-top: 1.9rem;
    padding-bottom: 2.4rem;
  }
}

.value__list {
  max-width: 84rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .value__list {
    max-width: 100%;
  }
}

.value__list .list-item:not(:last-of-type) {
  margin-bottom: 2.1rem;
}

@media (max-width: 767px) {
  .value__list .list-item:not(:last-of-type) {
    margin-bottom: 2.8rem;
  }
}

.value__list .list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .value__list .ttl {
    width: 7.6rem;
  }
}

.value__list .ttl img {
  width: 10.5rem;
  height: 9.9rem;
}

@media (max-width: 767px) {
  .value__list .ttl img {
    width: 7.6rem;
    height: 7.2rem;
  }
}

.value__list .txt {
  font-size: 2rem;
  line-height: 2.9rem;
  margin-left: 3.3rem;
}

@media (max-width: 767px) {
  .value__list .txt {
    width: calc(100% - 7.6rem);
    max-width: 26rem;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 2.4rem;
  }
}

.value__list .txt .em {
  color: #A0D0CB;
}

.value__img {
  position: absolute;
  bottom: -11.4rem;
  right: 7.6rem;
}

@media (max-width: 767px) {
  .value__img {
    bottom: -10.6rem;
    right: -.6rem;
  }
}

.value__img img {
  width: 45.3rem;
  height: 27.2rem;
}

@media (max-width: 767px) {
  .value__img img {
    width: 17.8rem;
    height: 10.7rem;
  }
}

.contact-us {
  padding: 9.6rem 0 10.2rem;
}

@media (max-width: 767px) {
  .contact-us {
    padding: 4.4rem 0 5.2rem;
  }
}

.contact-us__head {
  margin-bottom: 4.8rem;
}

@media (max-width: 767px) {
  .contact-us__head {
    margin-bottom: 4rem;
  }
}

.contact-us__head::after {
  margin-top: 2.6rem;
  padding-bottom: 4.4rem;
}

@media (max-width: 767px) {
  .contact-us__head::after {
    margin-top: 1.8rem;
    padding-bottom: 2.2rem;
  }
}

.contact-us .btn-wrap {
  text-align: center;
}

.contact-us__btn {
  min-width: 57.6rem;
  height: 11.7rem;
  font-size: 3.2rem;
  line-height: 5.5rem;
  padding: 3.1rem 6.2rem;
}

@media (max-width: 767px) {
  .contact-us__btn {
    min-width: 32rem;
    height: 8.6rem;
    font-size: 2.1rem;
    line-height: 3rem;
    padding: 2.8rem 4.2rem;
  }
}

.contact-us__btn::after {
  width: 5.3rem;
  height: 5.7rem;
  margin-left: 3.7rem;
}

@media (max-width: 767px) {
  .contact-us__btn::after {
    width: 3rem;
    height: 3.2rem;
    margin-left: .6rem;
  }
}

.contact-us .caption {
  display: block;
  font-size: 100%;
  line-height: 2.6rem;
  letter-spacing: .055em;
  text-align: center;
  margin-top: 6.5rem;
}

@media (max-width: 767px) {
  .contact-us .caption {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-top: 3.9rem;
  }
}

.footer {
  color: #a0a0a0;
  background-color: #f8f8f8;
}

.footer .content-area {
  padding: 7.3rem 0 16.9rem;
}

@media (max-width: 767px) {
  .footer .content-area {
    padding: 3.8rem 0 13.6rem;
  }
}

.footer .copyright-area {
  text-align: center;
  padding: 4rem 0;
  margin: 0 calc(50% - 50vw);
}

@media (max-width: 767px) {
  .footer .copyright-area {
    padding: 2.7rem 0;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .footer__list {
    display: block;
    padding-left: 1rem;
  }
}

.footer__list .list-item {
  width: 50%;
  padding: 0 5.2rem;
}

@media (max-width: 767px) {
  .footer__list .list-item {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .footer__list .list-item:not(:last-of-type) {
    margin-bottom: 8.3rem;
  }
}

.footer__list .list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.footer__list .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 9rem;
  margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .footer__list .logo-wrap {
    display: block;
    min-height: auto;
    margin-bottom: 0;
  }
}

.footer__list .logo-wrap .brand-logo {
  display: inline-block;
  margin-left: -1.4rem;
}

@media (max-width: 767px) {
  .footer__list .logo-wrap .brand-logo {
    margin-left: 0;
  }
}

.footer__list .logo-wrap .brand-logo img {
  width: 21.2rem;
  height: 8.8rem;
}

@media (max-width: 767px) {
  .footer__list .logo-wrap .brand-logo img {
    width: 10.8rem;
    height: 4.4rem;
  }
}

.footer__list .logo-wrap .company-logo {
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__list .logo-wrap .company-logo {
    margin-bottom: 1.2rem;
  }
}

.footer__list .logo-wrap .company-logo img {
  width: 23rem;
  height: 9rem;
}

@media (max-width: 767px) {
  .footer__list .logo-wrap .company-logo img {
    width: 13rem;
    height: 5.1rem;
  }
}

.footer__list .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.6rem;
  letter-spacing: .055em;
}

@media (max-width: 767px) {
  .footer__list .txt {
    font-size: 1.3rem;
    line-height: 1.9rem;
    padding-left: .8rem;
  }
}

.footer .copyright {
  font-size: 100%;
  line-height: 2.3rem;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .footer .copyright {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */