/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv {
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .kv {
    padding: 12px 15px 15px;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv {
    padding: 12px 47px 40px;
  }
}
.kv .inner {
  max-width: 930px;
  width: 97%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .kv .inner {
    width: 90%;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv .inner {
    max-width: 1200px;
  }
}
.kv__logoTxt {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 3px 4px;
}
@media screen and (min-width: 640px) {
  .kv__logoTxt {
    font-size: 1.1rem;
    margin: 0 0 3px 8px;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv__logoTxt .--br {
    display: none;
  }
}
.kv__logo {
  width: 180px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .kv__logo {
    width: 240px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv__logo {
    width: 330px;
  }
}
.kv__wrap {
  max-width: 365px;
  margin: 0 auto 35px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .kv__wrap {
    max-width: 520px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .kv__wrap {
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.kv__body {
  position: relative;
  z-index: 2;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 1024px) {
  .kv__body {
    margin: 0 3% 0 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__body {
    margin: 10px 5% 0 0;
  }
}
.kv__right {
  max-width: 590px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 124px;
}
@media screen and (min-width: 640px) {
  .kv__right {
    top: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .kv__right {
    width: 64%;
    -webkit-transform: none;
            transform: none;
    position: initial;
  }
}
.kv__right__txt {
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) {
  .kv__right__txt {
    font-size: 1.4rem;
  }
}
.kv__right__txt .t-blue {
  color: #0095d8;
  font-weight: bold;
}
.kv__right__txt .t-blue .t-l {
  font-size: 1.8em;
}
.kv__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv__tag li {
  text-align: center;
  color: #0095d8;
  font-size: 1rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid #0095d8;
  margin: 0 2px 2px 0;
  max-width: 116px;
  width: 100%;
  padding: 3px 1px;
}
@media screen and (max-width: 639px) {
  .kv__tag li {
    line-height: 1;
  }
}
@media screen and (min-width: 640px) {
  .kv__tag li {
    font-size: 1.2rem;
    padding: 1px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__tag li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .kv__tag li:not(:nth-child(2)) {
    padding: 8px 1px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__img {
    margin-top: -30px;
  }
}
.kv__subTtl {
  display: inline-block;
  padding: 5px 24px 7px;
  background: #0070C0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 40px;
  position: relative;
  top:-3px;
  text-align: center;
}

.kv__subTtl::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #0070C0;
}

.kv__subTtl span {
  font-size:2rem;
}
@media print, screen and (min-width: 1280px) {
  .kv__subTtl span {
    font-size:2.3rem;
  }
}

@media screen and (min-width: 640px) {
  .kv__subTtl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__subTtl {
    font-size: 1.8rem;
  }
}
.kv__ttl {
  color: #11114c;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 8px;
  margin-bottom: 270px;
}
@media screen and (min-width: 640px) {
  .kv__ttl {
    margin-bottom: 350px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .kv__ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__ttl {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .kv__ttl {
    font-size: 4.2rem;
  }
}
.kv__ttl span {
  font-size: 0.7em;
}
.kv__txt {
  font-size: 1.4rem;
  line-height: 1.89;
}
@media screen and (min-width: 640px) {
  .kv__txt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__txt {
    font-size: 1.6rem;
  }
}
.kv__cta {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .kv__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.kv__cta .btn {
  max-width: 210px;
  font-size: 1.6rem;
  padding: 11px 0;
  margin: 0 auto;
  line-height: 1.45;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kv__cta .btn {
    margin: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__cta .btn {
    font-size: 1.8rem;
    max-width: 240px;
  }
}
@media print, screen and (min-width: 1330px) {
  .kv__cta .btn {
    font-size: 2rem;
    max-width: 285px;
  }
}
.kv__cta .btn .kv__cta__txt {
  position: absolute;
  color: #11114c;
  font-size: 1.3rem;
  font-weight: bold;
  width: 100px;
  left: 50%;
  top: -27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .kv__cta .btn .kv__cta__txt {
    left: 104%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__cta .btn .kv__cta__txt {
    width: 125px;
  }
}
@media print, screen and (min-width: 1330px) {
  .kv__cta .btn .kv__cta__txt {
    font-size: 1.5rem;
  }
}
.kv__cta .btn .kv__cta__txt::before, .kv__cta .btn .kv__cta__txt::after {
  position: absolute;
  content: "";
  background: #11114c;
  height: 2px;
  width: 20px;
}
@media screen and (min-width: 640px) {
  .kv__cta .btn .kv__cta__txt::before, .kv__cta .btn .kv__cta__txt::after {
    width: 52px;
  }
}
.kv__cta .btn .kv__cta__txt::before {
  top: 11px;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
  left: -5px;
}
@media screen and (min-width: 640px) {
  .kv__cta .btn .kv__cta__txt::before {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: -11px;
    left: 4px;
  }
}
.kv__cta .btn .kv__cta__txt::after {
  top: 11px;
  -webkit-transform: rotate(-58deg);
          transform: rotate(-58deg);
  right: -3px;
}
@media screen and (min-width: 640px) {
  .kv__cta .btn .kv__cta__txt::after {
    right: auto;
    top: auto;
    left: 4px;
    bottom: -11px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.kv__info {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .kv__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 580px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__info {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media print, screen and (min-width: 1330px) {
  .kv__info {
    margin: 0;
    max-width: 754px;
  }
}
.kv__info__item {
  background: #fff;
  text-align: center;
  border-radius: 18px;
  max-width: 180px;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .kv__info__item {
    width: 32%;
    margin: 0;
    padding: 10px 10px 0;
    max-width: 200px;
  }
}
@media print, screen and (min-width: 1280px) {
  .kv__info__item {
    min-height: 70px;
  }
}
@media print, screen and (min-width: 1330px) {
  .kv__info__item {
    max-width: 244px;
    min-height: 80px;
  }
}
.kv__info__txt {
  font-size: 1.1rem;
  font-weight: 600;
  color: #11114c;
}
@media print, screen and (min-width: 1280px) {
  .kv__info__txt {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1330px) {
  .kv__info__txt {
    font-size: 1.4rem;
  }
}
.kv__info__ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
@media print, screen and (min-width: 1280px) {
  .kv__info__ttl {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1330px) {
  .kv__info__ttl {
    font-size: 2rem;
  }
}
.kv__info__ttl.--red {
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#ff4768));
  background: linear-gradient(to right, #ff8a00, #ff4768);
  background: -webkit-linear-gradient(to right, #ff8a00, #ff4768);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv__info__ttl.--blue {
  background: -webkit-gradient(linear, left top, right top, from(#003867), color-stop(44%, #0076be), to(#59c3e1));
  background: linear-gradient(to right, #003867 0%, #0076be 44%, #59c3e1 100%);
  background: -webkit-linear-gradient(to right, #003867 0%, #0076be 44%, #59c3e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv__info__ttl .--en {
  font-family: "Jost", serif;
  font-size: 2.8rem;
}
@media print, screen and (min-width: 1280px) {
  .kv__info__ttl .--en {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1330px) {
  .kv__info__ttl .--en {
    font-size: 4rem;
  }
}
.kv__info__ttl .--txt1 {
  display: block;
  margin-top: 4px;
  font-size: 2rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#003867), color-stop(44%, #0076be), to(#59c3e1));
  background: linear-gradient(to right, #003867 0%, #0076be 44%, #59c3e1 100%);
  background: -webkit-linear-gradient(to right, #003867 0%, #0076be 44%, #59c3e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 1280px) {
  .kv__info__ttl .--txt1 {
    font-size: 2.5rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1330px) {
  .kv__info__ttl .--txt1 {
    font-size: 2.8rem;
  }
}
.kv .note {
  margin-top: 10px;
}
.kv .square1 {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  top: 100px;
  left: -65px;
  width: 125px;
  height: 194px;
}
@media screen and (min-width: 640px) {
  .kv .square1 {
    border-radius: 30px;
    width: 250px;
    height: 388px;
  }
}
.kv .square2 {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  top: -40px;
  left: 460px;
  width: 125px;
  height: 194px;
}
@media screen and (min-width: 640px) {
  .kv .square2 {
    border-radius: 30px;
    width: 250px;
    height: 388px;
  }
}
.kv .square3 {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  width: 161px;
  height: 250px;
  top: 240px;
  left: 285px;
}
@media screen and (min-width: 640px) {
  .kv .square3 {
    border-radius: 30px;
    width: 322px;
    height: 460px;
  }
}
.kvBottom {
  background-color: #fff;
  padding: 25px 0;
  position: relative;
  z-index: 2;
}

.kvSlider {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kvSlider > div {
  margin: 0 20px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .kvSlider > div {
    margin: 0;
  }
}
.kvSlider > div img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
  width: auto;
}
@media screen and (max-width: 639px) {
  .kvSlider > div img {
    width: 80%;
  }
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .about__body {
    max-width: 500px;
    width: 42%;
  }
}
.about__txt {
  margin-top: 25px;
}
.about__txt span {
  color: #11114c;
  font-weight: bold;
}
.about__right {
  max-width: 665px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 640px) {
  .about__right {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .about__right {
    width: 56%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about__graph {
    margin-top: 100px;
  }
}

/* --------------------------------------------------
	service
-------------------------------------------------- */
.service {
  background: #0095d8;
  border-radius: 60px;
}
@media screen and (min-width: 640px) {
  .service {
    border-radius: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .service {
    border-radius: 120px;
  }
}
@media screen and (max-width: 639px) {
  .service .--inner1 {
    width: 82%;
  }
}
.service .secTtl {
  color: #99d5f0;
}
.service__catch {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .service__catch {
    font-size: 2.2rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .service__catch {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .service__catch {
    font-size: 3rem;
  }
}
.service__catch__inline {
  background: #33A9E0;
  display: inline-block;
  max-width: 600px;
  width: 100%;
  padding: 8px;
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .service__catch__inline {
    padding: 14px 10px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .service__catch__inline {
    max-width: 932px;
  }
}
.service__catch__inline .dot {
  position: relative;
}
.service__catch__inline .dot::after {
  position: absolute;
  content: "";
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .service__catch__inline .dot::after {
    width: 5px;
    height: 5px;
  }
}
@media screen and (min-width: 640px) {
  .service__merit {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .service__merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service__merit__item {
  padding: 15px 0;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .service__merit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .service__merit__item {
    text-align: center;
    width: 60%;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .service__merit__item {
    width: 31%;
    margin: 0;
    padding: 20px;
  }
}
.service__merit__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .service__merit__item:not(:last-child) {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}
.service__merit__num {
  background-color: #fff;
  color: #0095d8;
  border-radius: 20px;
  display: inline-block;
  font-family: "Montserrat", serif;
  font-size: 1.4rem;
  font-weight: 700;
  width: 98px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .service__merit__num {
    margin-right: 18px;
  }
}
@media screen and (min-width: 640px) {
  .service__merit__num {
    font-size: 2rem;
    width: 156px;
  }
}
@media print, screen and (min-width: 1280px) {
  .service__merit__num {
    font-size: 2.3rem;
  }
}
.service__merit__txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  .service__merit__txt {
    font-size: 2rem;
    margin: 16px 0 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .service__merit__txt {
    font-size: 2.4rem;
    margin: 32px 0 0;
  }
}
.service__merit__txt .txt-l {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .service__merit__txt .txt-l {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .service__merit__txt .txt-l {
    font-size: 3.4rem;
  }
}
.service__merit__txt .txt-m {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .service__merit__txt .txt-m {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .service__merit__txt .txt-m {
    font-size: 1.8rem;
  }
}
.service__merit__txt .txt-s {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  .service__merit__txt .txt-s {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .service__merit__txt .txt-s {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__list {
    margin: 40px 0;
  }
}
.service__item {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .service__item {
    margin-top: 50px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__item {
    padding: 65px 0;
  }
}
.service__item::after {
  position: absolute;
  content: "";
  width: 94%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e0f2fa;
  border-radius: 0 70px 70px 0;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .service__item::after {
    border-radius: 0 100px 100px 0;
  }
}
.service__item .inner {
  max-width: 1300px;
}
@media screen and (min-width: 640px) {
  .service__item .inner {
    margin: 0 auto 0 0;
  }
}
.service__item:nth-child(1) .service__item__wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service__item:nth-child(1) .service__item__num {
  margin-right: 6%;
}
.service__item:nth-child(1) .service__item__body {
  width: auto;
}
.service__item:nth-child(1) .service__item__img {
  border-radius: 0;
  max-width: 280px;
}
@media screen and (max-width: 639px) {
  .service__item:nth-child(1) .service__item__img {
    width: 80%;
  }
}
@media screen and (min-width: 640px) {
  .service__item:nth-child(2) {
    margin-top: 110px;
  }
}
@media screen and (min-width: 640px) {
  .service__item:nth-child(2) .inner {
    margin: 0 0 0 auto;
  }
}
.service__item:nth-child(2)::after {
  left: auto;
  right: 0;
  border-radius: 70px 0 0 70px;
}
@media screen and (min-width: 640px) {
  .service__item:nth-child(2)::after {
    border-radius: 100px 0 0 100px;
  }
}
.service__item:nth-child(2) .service__item__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 639px) {
  .service__item:nth-child(2) .service__item__body {
    margin-top: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(2) .service__item__body {
    margin-right: -90px;
  }
}
.service__item:nth-child(2) .service__item__img {
  max-width: 200px;
  border-radius: 0;
}
@media screen and (min-width: 640px) {
  .service__item:nth-child(2) .service__item__img {
    max-width: 282px;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(2) .service__item__img {
    margin: 0 72px 0 0;
  }
}
@media screen and (max-width: 639px) {
  .service__item:nth-child(2) .service__item__num {
    text-align: right;
    margin: 0 -15px 0 0;
  }
}
.service__item:nth-child(2) .service__item__cont {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(2) .service__item__cont {
    max-width: 670px;
  }
}
@media screen and (max-width: 639px) {
  .service__item:nth-child(3) .service__item__img {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 188px;
  }
}
.service__item:nth-child(3) .service__item__cont {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 639px) {
  .service__item:nth-child(3) .service__item__cont {
    margin-top: 25px;
  }
}
.service__item__wrap {
  padding: 0 6%;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .service__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 2%;
  }
}
.service__item__num {
  font-family: "Montserrat", serif;
  color: #bfe4f5;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .service__item__num {
    margin-left: -15px;
  }
}
@media screen and (min-width: 640px) {
  .service__item__num {
    margin-right: 20px;
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.service__item__num .--txt {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .service__item__num .--txt {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .service__item__num .--txt {
    padding-top: 25px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__num .--txt {
    font-size: 2.3rem;
    margin-right: -10px;
  }
}
.service__item__num .--num {
  font-size: 9rem;
  font-weight: 300;
}
@media screen and (max-width: 639px) {
  .service__item__num .--num {
    display: block;
    margin-top: -5px;
  }
}
@media screen and (min-width: 640px) {
  .service__item__num .--num {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__num .--num {
    font-size: 14rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .service__item__num .--num {
    font-size: 17rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .service__item__cont {
    margin-right: 5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__cont {
    max-width: 530px;
  }
}
.service__item__subTtl {
  color: #11114c;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  .service__item__subTtl {
    font-size: 2.2rem;
  }
}
.service__item__ttl {
  color: #11114c;
  font-size: 2.8rem;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .service__item__ttl {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1295px) {
  .service__item__ttl {
    font-size: 4.4rem;
  }
}
.service__item__ttl span {
  font-weight: bold;
}
.service__item__txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .service__item__txt {
    font-size: 1.6rem;
  }
}
.service__item__point {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 20px 0;
}
@media screen and (min-width: 640px) {
  .service__item__point {
    font-size: 1.6rem;
    margin: 40px 0 20px;
  }
}
.service__item__point li {
  margin: 10px 0;
  padding-left: 28px;
  background: url(../img/icn_checkbox_navy.svg) no-repeat 0 6px/20px;
}
@media screen and (min-width: 640px) {
  .service__item__point li {
    padding-left: 32px;
    background-position: 0 50%;
  }
}
.service__item__img {
  max-width: 376px;
  width: 100%;
  margin: 10px auto;
  border-radius: 110px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .service__item__img {
    margin: 20px auto;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__img {
    width: 42%;
    margin: 0;
  }
}
.service__item__img .--cap {
  text-align: center;
  color: #0095d8;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.15;
  padding-left: 8px;
  margin-top: -19px;
}
@media screen and (min-width: 640px) {
  .service__item__img .--cap {
    font-size: 1.5rem;
    padding-left: 16px;
    margin-top: -28px;
  }
}
.service__item__img .--cap .--en {
  font-size: 3.5rem;
  font-family: "Montserrat", serif;
}
@media screen and (min-width: 640px) {
  .service__item__img .--cap .--en {
    font-size: 5rem;
  }
}
.service__item__note {
  width: 90%;
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .service__item__note {
    position: absolute;
    top: 101%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__note {
    top: 102%;
  }
}
.service__item__note .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.service__item__note p {
  font-size: 1rem;
  line-height: 1.72;
}
@media screen and (min-width: 640px) {
  .service__item__note p {
    color: #fff;
    font-size: 1.1rem;
  }
}
.service__item .bg-yellow {
  background: #dbff26;
  font-weight: bold;
}
.service__item .fwb {
  font-weight: bold;
}
.service .inquiry__txt {
  color: #fff;
}

/* --------------------------------------------------
	engineer
-------------------------------------------------- */
.engineer__txt {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .engineer__list {
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .engineer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.engineer__item {
  max-width: 580px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 15px 25px 25px;
  margin: 16px auto 0;
}
@media screen and (min-width: 640px) {
  .engineer__item {
    border-radius: 30px;
    padding: 20px 30px 40px;
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .engineer__item {
    width: 48%;
    margin: 40px 0 0;
  }
}
.engineer__item__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .engineer__item__ttl {
    font-size: 2rem;
  }
}
.engineer__item__img {
  margin-top: 20px;
}

/* --------------------------------------------------
	inquiry
-------------------------------------------------- */
.inquiry {
  padding: 30px 0;
}
.inquiry__txt {
  text-align: center;
  color: #11114c;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .inquiry__txt {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .inquiry__txt {
    font-size: 3rem;
  }
}
.inquiry__txt2 {
  text-align: center;
  color: #11114c;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .inquiry__txt2 {
    font-size: 2rem;
    margin-top: 5px;
  }
}
.inquiry__list {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .inquiry__list {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .inquiry__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.inquiry__item {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .inquiry__item {
    margin: 0;
    width: 50%;
    max-width: 430px;
  }
}
.inquiry__item:not(:last-child) {
  margin: 0 auto 15px;
}
@media screen and (min-width: 640px) {
  .inquiry__item:not(:last-child) {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1024px) {
  .inquiry__item:not(:last-child) {
    margin: 0 3% 0 0;
  }
}
.inquiry__item__txt {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .inquiry__item__txt {
    margin-bottom: 14px;
  }
}
.inquiry__item__txt span {
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 640px) {
  .inquiry__item__txt span {
    font-size: 1.6rem;
  }
}
.inquiry__item__txt span::before, .inquiry__item__txt span::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 2px;
  background: #11114c;
  bottom: 0;
}
.inquiry__item__txt span::before {
  left: 0;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
.inquiry__item__txt span::after {
  right: 0;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
.inquiry__link {
  margin: 0 auto;
}

.inquiry2 .inquiry__list {
  text-align: center;
}
.inquiry2 .inquiry__item {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 640px) {
  .inquiry2 .inquiry__item {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .inquiry2 .inquiry__item {
    display: block;
  }
}
.inquiry2 .btn {
  max-width: 100%;
  padding: 15px 20px;
}
@media screen and (min-width: 640px) {
  .inquiry2 .btn {
    padding: 27px 32px;
  }
}

/* --------------------------------------------------
	case
-------------------------------------------------- */
.case {
  background: #fff;
  border-radius: 60px;
}
@media screen and (min-width: 640px) {
  .case {
    border-radius: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .case {
    border-radius: 120px;
  }
}
.case__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1126px;
  width: 100%;
  margin: 20px auto 0;
}
.case__logo li {
  max-width: 120px;
  width: 100%;
  margin: 10px;
}
@media screen and (min-width: 640px) {
  .case__logo li {
    max-width: 144px;
    margin: 10px 15px;
  }
}
.case__list {
  margin-top: 24px;
}
.case__item {
  margin-bottom: 20px;
  border-radius: 30px;
  background: #f0f4f6;
  padding: 25px;
}
@media screen and (min-width: 640px) {
  .case__item {
    border-radius: 60px;
    margin-bottom: 32px;
    padding: 44px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .case__item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.case__item__img {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .case__item__img {
    width: 32%;
    margin: 0 64px 0 0;
  }
}
.case__item__name {
  color: #0095d8;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (min-width: 640px) {
  .case__item__name {
    font-size: 1.8rem;
  }
}
.case__item__ttl {
  color: #11114c;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  .case__item__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .case__item__ttl {
    font-size: 3rem;
  }
}
.case__item__business {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case__item__business__ttl {
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case__item__business__ttl span {
  font-size: 1.1rem;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 2px 7px 4px;
  vertical-align: text-top;
}
@media screen and (min-width: 640px) {
  .case__item__business__ttl span {
    font-size: 1.2rem;
    vertical-align: text-bottom;
  }
}
.case__item__business__txt {
  color: #11114c;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .case__item__business__txt {
    font-size: 1.6rem;
  }
}
.case__item__bottom {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .case__item__bottom {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .case__item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.case__item__info {
  background: #dcedf5;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .case__item__info {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .case__item__info {
    width: 54%;
    padding: 30px 90px 30px 34px;
  }
}
.case__item__info__ttl {
  background: #e6e6e6;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 19px;
  padding: 3px;
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .case__item__info__ttl {
    font-size: 1.6rem;
    margin-bottom: 16px;
    padding: 5px;
  }
}
.case__item__info__txt {
  font-size: 1.4rem;
  line-height: 2;
}
.case__item__info.--info1 {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .case__item__info.--info1 {
    background: #dcedf5;
    position: relative;
    z-index: 2;
  }
  .case__item__info.--info1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../img/case_info_bg.png) no-repeat center right/cover;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .case__item__info.--info2 {
    width: 46%;
    padding: 30px 34px;
  }
}
.case__item__info.--info2 .case__item__info__ttl {
  color: #fff;
  background: #11114c;
}
.case__btn {
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (min-width: 640px) {
  .case__btn {
    margin: 68px 0 20px;
  }
}

/* --------------------------------------------------
	flow
-------------------------------------------------- */
.flow__ttl {
  text-align: center;
}
.flow__wrap {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 640px) {
  .flow__wrap {
    margin: 50px auto 0;
  }
}
.flow__list {
  border-radius: 40px;
  border: 1px dotted #b3b3b3;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .flow__list {
    border-radius: 60px;
  }
}
.flow__item {
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .flow__item {
    padding: 25px 85px;
  }
}
@media screen and (min-width: 1024px) {
  .flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 85px 25px 100px;
  }
}
.flow__item:not(:last-child) {
  border-bottom: 1px dotted #b3b3b3;
}
.flow__item__num {
  font-family: "Montserrat", serif;
  font-size: 3rem;
  font-weight: 300;
  color: #999;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .flow__item__num {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .flow__item__num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    margin-right: 4.5%;
  }
}
.flow__item__icn {
  max-width: 70px;
  width: 100%;
  margin: 10px auto 20px;
}
@media screen and (min-width: 1024px) {
  .flow__item__icn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 2.5% 0 0;
  }
}
.flow__item__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 15px;
}
@media screen and (min-width: 1024px) {
  .flow__item__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    max-width: 130px;
    width: 100%;
    margin: 0;
  }
}
.flow__item__ttl span {
  font-size: 0.7em;
}
.flow__item__subTxt {
  background: #dcedf5;
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 13px;
  margin-bottom: 4px;
  height: 26px;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .flow__item__subTxt {
    font-size: 1.4rem;
  }
}
.flow__item__subTxt.--icn {
  padding: 4px 12px 4px 6px;
}
.flow__item__subTxt.--icn span {
  font-family: "Lato", serif;
  font-size: 1.5rem;
  font-weight: 600;
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}
.flow__item__txt a {
  text-decoration: underline;
}

/* --------------------------------------------------
	faq
-------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .faq__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .faq__left {
    width: 25%;
  }
}
.faq__list {
  margin: 30px 0 0;
}
@media screen and (min-width: 1024px) {
  .faq__list {
    max-width: 847px;
    width: 72%;
    margin: 0;
  }
}
.faq__item {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .faq__item {
    border-radius: 50px;
    margin-bottom: 20px;
  }
}
.faq__item.open .faq__item__question::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 56px 16px 16px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .faq__item__question {
    padding: 30px 70px 30px 40px;
  }
}
.faq__item__question::after, .faq__item__question::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background: #0095d8;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .faq__item__question::after, .faq__item__question::before {
    right: 40px;
  }
}
.faq__item__question::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__item__question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq__item__answer {
  padding: 0 40px 20px 20px;
  display: none;
}
@media screen and (min-width: 640px) {
  .faq__item__answer {
    padding: 0 13% 40px 40px;
  }
}
.faq__item__answer .faq__item__num {
  opacity: 0;
}
.faq__item__answer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__item__num {
  font-family: "Montserrat", serif;
  color: #0095d8;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.1;
  margin-right: 15px;
}
@media screen and (min-width: 640px) {
  .faq__item__num {
    margin-right: 40px;
    font-size: 3rem;
  }
}
.faq__item__ttl {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .faq__item__ttl {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------
	company
-------------------------------------------------- */
.company {
  background: #0095d8;
  border-radius: 50px 50px 0 0;
}
@media screen and (min-width: 640px) {
  .company {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .company {
    border-radius: 120px 120px 0 0;
  }
}
.company .secTtl {
  color: #99d5f0;
}
.company__wrap {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .company__wrap {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .company__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.company__logo {
  width: 80px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 640px) {
  .company__logo {
    width: 124px;
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1024px) {
  .company__logo {
    margin: 0 auto;
  }
}
.company__body {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .company__body {
    max-width: 804px;
    width: 75%;
  }
}
@media screen and (max-width: 639px) {
  .company__body .company__dl:last-child {
    margin-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .company__body .company__dl:last-child .company__dt,
  .company__body .company__dl:last-child .company__dd {
    padding-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .company__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company__dt {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
  .company__dt {
    width: 145px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-right: 1px solid #fff;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.company__dt__ttl {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .company__dd {
    padding: 0 0 0 30px;
  }
}
.company__dd__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .company__dd__txt {
    margin-bottom: 5px;
  }
}
.company__dd__txt .--ttl {
  font-size: 1.4rem;
  font-weight: 600;
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .company__dd__txt .--ttl {
    font-size: 1.6rem;
  }
}
.company__dd__txt .--txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .company__dd__txt .--txt {
    font-size: 1.6rem;
  }
}
.company__cta {
  background: #fff;
  border-radius: 30px;
  margin-top: 40px;
  padding: 35px 20px 30px;
}
@media screen and (min-width: 640px) {
  .company__cta {
    margin-top: 56px;
    padding: 45px 20px 55px;
  }
}
.company__cta__logo {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 640px) {
  .company__cta__logo {
    margin: 0 auto 30px;
    max-width: 347px;
  }
}
.company__cta .inquiry {
  padding: 0;
}
/*# sourceMappingURL=style.css.map */