@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  body,
  html {
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 6px rgba(62, 62, 62, 0.2);
            box-shadow: 0 3px 6px rgba(62, 62, 62, 0.2);
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
  padding-top: 76.2px;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 64.9px;
  }
}

#contact,
#id3,
#id4,
#id5,
#id6,
#id7,
#id1,
#id2 {
  position: relative;
  top: -76.2px;
}
@media screen and (max-width: 1000px) {
  #contact,
  #id3,
  #id4,
  #id5,
  #id6,
  #id7,
  #id1,
  #id2 {
    top: -64.9px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 0px 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
}
@media screen and (max-width: 1000px) {
  .header-inner {
    padding: 0 20px;
  }
}

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

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .logo {
  max-width: 120px;
}
.header .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .logo img {
  vertical-align: middle;
}

.section {
  padding: 90px 0 110px;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    padding: 15px 0;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.header-right a {
  color: #000;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-right a:hover {
  opacity: 0.6;
}
.header-right .tel {
  margin-right: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  .header-right .tel {
    padding: 5px 0;
  }
}
.header-right .tel .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-right .tel .flex .text {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #328AD2;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .header-right .tel .flex .text {
    font-size: 18px;
  }
}
.header-right .tel .flex .icon {
  width: 21px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}
@media screen and (max-width: 1000px) {
  .header-right .tel .flex .icon {
    top: -5px;
    width: 15px;
    margin-right: 3px;
  }
}
.header-right .tel .heading {
  border-bottom: 1px solid #000;
}
.header-right .tel .bottom {
  font-size: 14px;
  padding-top: 3px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .header-right .tel .bottom {
    font-size: 11px;
    padding-top: 1px;
  }
}
.header-right .mail {
  width: 228px;
  position: relative;
}
.header-right .mail a {
  background: #328AD2;
  color: #fff;
  display: block;
  padding: 0 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.header-right .mail a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.header-right .mail a .icon {
  width: 25px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.header-right .mail a .text {
  position: relative;
}
.header-right .mail a .text::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #fff;
}
.header-right .line {
  width: 228px;
  position: relative;
}
.header-right .line a {
  background: #00C300;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  display: block;
  padding: 0 20px;
  position: relative;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-right .line a:hover {
  opacity: 0.6;
}
.header-right .line a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.header-right .line a .icon {
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.header-right .line a .text {
  position: relative;
}
.header-right .line a .text::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .mv {
    padding: 20px 0;
    background: url(../img/kv-sp-bg.jpg) no-repeat center center/cover;
  }
  .mv .heading {
    padding-bottom: 10px;
  }
}

.drawer-icon {
  position: fixed;
  top: 24px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 1001px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #328AD2;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow-y: auto;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  max-width: 264px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.drawer-icon-nav ul {
  margin-bottom: 40px;
}
.drawer-icon-nav ul li a {
  display: block;
  text-align: left;
  padding: 20px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.drawer-icon-nav .mail {
  margin-bottom: 20px;
}
.drawer-icon-nav .mail a {
  background: #fff;
  color: #328AD2;
  display: block;
  padding: 13px 20px 22px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.drawer-icon-nav .mail a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.drawer-icon-nav .mail a .icon {
  width: 25px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.drawer-icon-nav .mail a .text {
  position: relative;
}
.drawer-icon-nav .mail a .text::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #328AD2;
}
.drawer-icon-nav .line {
  margin-bottom: 20px;
}
.drawer-icon-nav .line a {
  background: #00C300;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  display: block;
  padding: 9px 20px 17px;
  position: relative;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.drawer-icon-nav .line a:hover {
  opacity: 0.6;
}
.drawer-icon-nav .line a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.drawer-icon-nav .line a .icon {
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.drawer-icon-nav .line a .text {
  position: relative;
}
.drawer-icon-nav .line a .text::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #fff;
}
.drawer-icon-nav .tel {
  text-align: center;
  padding: 10px 0;
}
.drawer-icon-nav .tel .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-icon-nav .tel .flex .text {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
.drawer-icon-nav .tel .flex .icon {
  width: 21px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.drawer-icon-nav .tel .heading {
  border-bottom: 1px solid #fff;
}
.drawer-icon-nav .tel .bottom {
  font-size: 14px;
  padding-top: 3px;
  font-weight: 500;
  text-align: center;
}
.drawer-icon-nav .tel a {
  color: #fff;
}

.section-title {
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 80px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.section-title .section-title-wrap {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section-title img {
  vertical-align: middle;
}

.sec1 .border-line {
  position: absolute;
  width: 67%;
  bottom: -80%;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .sec1 .border-line {
    bottom: -35%;
  }
}
.sec1 .box {
  background: #E5F1F6;
  margin-bottom: 40px;
  padding: 70px 40px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.sec1 .box:last-child {
  margin-bottom: 0;
}
.sec1 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex {
    display: block;
  }
}
.sec1 .box .flex .left {
  position: relative;
}
.sec1 .box .flex .heading {
  color: #32ABD2;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.sec1 .box .flex .heading .heading-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex .heading .heading-flex {
    margin-bottom: 10px;
  }
}
.sec1 .box .flex .heading .merit {
  font-size: 32px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex .heading .merit {
    font-size: 20px;
    margin-right: 5px;
  }
}
.sec1 .box .flex .heading .num {
  font-size: 64px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex .heading .num {
    font-size: 40px;
  }
}
.sec1 .box .flex .sub-title span {
  background: #328AD2;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}
.sec1 .box .flex .sub-title .span1 {
  font-size: 24px;
  margin-bottom: 7px;
  padding: 5px 10px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex .sub-title .span1 {
    font-size: 14px;
    padding: 5px 5px;
  }
}
.sec1 .box .flex .sub-title .span2 {
  font-size: 28px;
  padding: 5px 10px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex .sub-title .span2 {
    font-size: 16px;
    padding: 5px 5px;
  }
}
.sec1 .box .flex .right {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex .right {
    font-size: 14px;
  }
}
.sec1 .box .flex1 .left {
  width: 530px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex1 .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sec1 .box .flex1 .right {
  width: calc(100% - 560px);
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex1 .right {
    width: 100%;
  }
}
.sec1 .box .flex2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec1 .box .flex2 .left {
  width: 430px;
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex2 .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sec1 .box .flex2 .right {
  width: calc(100% - 460px);
}
@media screen and (max-width: 1000px) {
  .sec1 .box .flex2 .right {
    width: 100%;
  }
}
.sec1 .image1 {
  position: absolute;
  max-width: 170px;
  right: 70px;
  top: -20px;
}
@media screen and (max-width: 1000px) {
  .sec1 .image1 {
    top: -10px;
    right: 0;
    width: 30%;
  }
}
.sec1 .image2 {
  position: absolute;
  max-width: 160px;
  right: 50px;
  top: -60px;
}
@media screen and (max-width: 1000px) {
  .sec1 .image2 {
    width: 30%;
    top: -10px;
    right: 0;
  }
}

.sec2 {
  background: url(../img/sec2-bg.jpg) no-repeat center center/cover;
}
.sec2 .big-font {
  display: inline-block;
  font-size: 120%;
  position: relative;
  z-index: 1;
}
.sec2 .border-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 200px;
  width: 100%;
  z-index: -1;
}
.sec2 .section-title {
  color: #fff;
  text-shadow: 0 3px 4px rgba(62, 62, 62, 0.5);
}
.sec2 .box {
  background: rgba(34, 34, 34, 0.7);
  padding: 60px 20px;
}
@media screen and (max-width: 1000px) {
  .sec2 .box {
    padding: 30px 20px;
  }
}
.sec2 .box ul {
  max-width: 913px;
  margin: 0 auto;
}
.sec2 .box ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sec2 .box ul li {
    padding-bottom: 4px;
    margin-bottom: 10px;
  }
}
.sec2 .box ul li:last-child {
  margin-bottom: 0;
}
.sec2 .box ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec2 .box ul li .flex .icon {
  width: 54px;
}
@media screen and (max-width: 1000px) {
  .sec2 .box ul li .flex .icon {
    width: 24px;
  }
}
.sec2 .box ul li .flex .text {
  width: calc(100% - 80px);
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .sec2 .box ul li .flex .text {
    width: calc(100% - 34px);
    font-size: 14px;
  }
}

.sec3 {
  background: url(../img/sec3-bg.jpg) no-repeat center center/cover;
}
.sec3 .section-title {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .sec3 .section-title {
    margin-bottom: 10px;
  }
}
.sec3 .section-title span {
  font-family: "Jost", sans-serif;
  font-size: 72px;
  color: #9ADC54;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .sec3 .section-title span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .sec3 .section-title span {
    position: relative;
    top: 11px;
  }
}
.sec3 ul li {
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 105px, #ffffff 105px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sec3 ul li {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 65px, #ffffff 65px);
    margin-bottom: 0px;
  }
}
.sec3 ul li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Jost", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
  max-width: 150px;
}
@media screen and (max-width: 1000px) {
  .sec3 ul li .heading {
    max-width: 100px;
  }
}
.sec3 ul li .heading .point {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-right: 8px;
}
.sec3 ul li .heading .num {
  font-size: 64px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 2px white;
  /* アウトライン指定 */
  text-stroke: 2px white;
  letter-spacing: -2px;
  /* Firefox対応（ベンダープレフィクス） */
}
.sec3 ul li .title {
  font-size: 24px;
  color: #328AD2;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sec3 ul li .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.sec3 ul li p {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .sec3 ul li p {
    font-size: 14px;
  }
}
.sec3 ul li p span {
  font-size: 90%;
  display: block;
}
.sec3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .sec3 ul li {
    padding: 20px 20px;
  }
}
.sec3 ul li .flex {
  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 screen and (max-width: 1000px) {
  .sec3 ul li .flex {
    display: block;
  }
}
.sec3 ul li .flex .left {
  width: 58%;
}
@media screen and (max-width: 1000px) {
  .sec3 ul li .flex .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sec3 ul li .flex .right {
  width: 38%;
}
@media screen and (max-width: 1000px) {
  .sec3 ul li .flex .right {
    width: 100%;
  }
}
.sec3 ul li:nth-child(2n) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cta {
  background: url(../img/cta-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1001px) {
  .cta {
    padding-top: 120px;
  }
}
.cta .box {
  position: relative;
}
.cta .box .heading {
  background: #fff;
  padding: 10px 60px 30px;
}
@media screen and (max-width: 1000px) {
  .cta .box .heading {
    padding: 20px 20px;
  }
}
.cta .box .heading .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .cta .box .heading .flex {
    display: block;
  }
}
.cta .box .heading .flex .left {
  width: 43%;
}
@media screen and (max-width: 1000px) {
  .cta .box .heading .flex .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cta .box .heading .flex .right {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cta .box .heading .flex .right {
    width: 100%;
  }
}
.cta .box .heading .flex .right p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .cta .box .heading .flex .right p {
    font-size: 14px;
  }
}
.cta .box .heading .flex .right .img {
  position: absolute;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 285px;
  bottom: 130%;
}
@media screen and (max-width: 1000px) {
  .cta .box .heading .flex .right .img {
    display: none;
  }
}
.cta .box .title {
  width: 65%;
  position: relative;
  left: -14%;
}
@media screen and (max-width: 1000px) {
  .cta .box .title {
    left: -5%;
    width: 110%;
    position: absolute;
    top: -10%;
  }
}
.cta .bottom {
  background: url(../img/cta-bottom-bg.jpg) no-repeat center center/cover;
  padding: 50px 80px;
}
@media screen and (max-width: 1000px) {
  .cta .bottom {
    padding: 20px;
  }
}
.cta .bottom .flex2 {
  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;
}
@media screen and (max-width: 1000px) {
  .cta .bottom .flex2 {
    display: block;
  }
}
.cta .bottom .flex2 .left {
  width: 53%;
  text-align: center;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 1000px) {
  .cta .bottom .flex2 .left {
    padding: 20px 20px;
    width: 100%;
  }
}
.cta .bottom .flex2 .left .title2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .cta .bottom .flex2 .left .title2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .cta .bottom .flex2 .left .title2 {
    font-size: 14px;
  }
}
.cta .bottom .flex2 .left .tel-btn a {
  background: #fff;
  border-radius: 40px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #328AD2;
  max-width: 390px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta .bottom .flex2 .left .tel-btn a:hover {
  opacity: 0.6;
}
.cta .bottom .flex2 .left .tel-btn .flex {
  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;
}
.cta .bottom .flex2 .left .tel-btn .flex .icon {
  width: 32px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
@media screen and (max-width: 1000px) {
  .cta .bottom .flex2 .left .tel-btn .flex .icon {
    width: 22px;
    margin-right: 3px;
    top: -2px;
  }
}
@media screen and (max-width: 374px) {
  .cta .bottom .flex2 .left .tel-btn .flex .icon {
    width: 18px;
    top: -4px;
  }
}
.cta .bottom .flex2 .left .tel-btn .flex .icon img {
  vertical-align: middle;
}
.cta .bottom .flex2 .left .tel-btn .flex .num {
  font-size: 40px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .cta .bottom .flex2 .left .tel-btn .flex .num {
    font-size: 26px;
  }
}
@media screen and (max-width: 374px) {
  .cta .bottom .flex2 .left .tel-btn .flex .num {
    font-size: 20px;
  }
}
.cta .bottom .flex2 .left .attention {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .cta .bottom .flex2 .left .attention {
    font-size: 14px;
  }
}
.cta .bottom .flex2 .right {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .cta .bottom .flex2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.cta .bottom .flex2 .right .btn {
  margin-bottom: 15px;
}
.cta .bottom .flex2 .right .btn:last-child {
  margin-bottom: 0;
}
.cta .bottom .flex2 .right .btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta .bottom .flex2 .right .btn a:hover {
  opacity: 0.6;
}

.sec4 {
  background: url(../img/sec4-bg.jpg) no-repeat center center/cover;
}
.sec4 .border-line {
  position: absolute;
  width: 67%;
  bottom: -80%;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .sec4 .border-line {
    bottom: -35%;
  }
}
.sec4 .lead {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .sec4 .lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.sec4 .lead span {
  color: #328AD2;
}
.sec4 .flex {
  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;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .sec4 .flex {
    display: block;
    margin-bottom: 40px;
  }
}
.sec4 .flex .img {
  width: 30%;
}
@media screen and (min-width: 1001px) {
  .sec4 .flex .img {
    position: relative;
    top: 40px;
    left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .sec4 .flex .img {
    width: 60%;
    margin: 0 auto;
  }
}
.sec4 .flex .contents {
  background: #32ABD2;
  color: #fff;
  padding: 40px 100px;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .sec4 .flex .contents {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .sec4 .flex .contents {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec4 .flex .contents .wrap {
  overflow: hidden;
}
.sec4 .flex .contents .sub-title {
  font-size: 24px;
  font-weight: 700;
  color: #328AD2;
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .sec4 .flex .contents .sub-title {
    font-size: 18px;
  }
}
.sec4 .flex .contents h4 {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sec4 .flex .contents h4 {
    font-size: 16px;
  }
}
.sec4 .flex .contents h4::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 110%;
  content: "";
  height: 1px;
  width: 500%;
  background: #fff;
}
.sec4 .flex .contents p {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .sec4 .flex .contents p {
    font-size: 14px;
  }
}
.sec4 .box {
  background: #F0F3F4;
  padding: 30px 20px 60px;
  border: 2px solid #328AD2;
  border-radius: 30px;
  position: relative;
}
.sec4 .box .box-icon {
  position: absolute;
  width: 15%;
  top: -7%;
  left: 5%;
}
@media screen and (max-width: 1000px) {
  .sec4 .box .box-icon {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .sec4 .box {
    padding: 20px 20px 30px;
  }
}
.sec4 .box h3 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #328AD2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .sec4 .box h3 {
    font-size: 20px;
  }
}
.sec4 .box .h4-title {
  color: #88C745;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .sec4 .box .h4-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.sec4 .box .h4-title span {
  font-size: 180%;
}
.sec4 .box .h4-title .wrap {
  display: inline-block;
  position: relative;
}
.sec4 .box .h4-title .wrap .left {
  position: absolute;
  width: 30px;
  bottom: 0;
  left: -40px;
}
@media screen and (max-width: 1000px) {
  .sec4 .box .h4-title .wrap .left {
    width: 20px;
    bottom: 0;
    left: -30px;
  }
}
.sec4 .box .h4-title .wrap .right {
  position: absolute;
  width: 30px;
  bottom: 0;
  right: -40px;
}
@media screen and (max-width: 1000px) {
  .sec4 .box .h4-title .wrap .right {
    width: 20px;
    bottom: 0;
    right: -30px;
  }
}
.sec4 .box .movie {
  max-width: 850px;
  margin: 0 auto;
}
.sec4 .box .movie .movie-wrap {
  position: relative;
  padding-top: 56.25%;
}
.sec4 .box .movie .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec5 {
  background: url(../img/sec5-bg.jpg) no-repeat center center/cover;
}
.sec5 .section-title {
  color: #fff;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .sec5 .section-title {
    margin-bottom: 30px;
  }
}
.sec5 .flex {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .sec5 .flex {
    display: block;
    padding: 0 20px;
    margin-bottom: 0px;
  }
}
.sec5 .flex .left {
  width: 57%;
}
@media screen and (max-width: 1000px) {
  .sec5 .flex .left {
    width: 100%;
  }
}
.sec5 .flex .right {
  width: 37%;
}
@media screen and (max-width: 1000px) {
  .sec5 .flex .right {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.sec5 .blue {
  color: #328AD2;
  font-weight: 700;
}
.sec5 .bold {
  font-weight: 700;
}
.sec5 .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F4D2C8));
  background: linear-gradient(transparent 60%, #F4D2C8 60%);
}
.sec5 .bottom {
  background: url(../img/bottpm-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .sec5 .bottom {
    padding-top: 20px;
  }
}
.sec5 .bottom h4 {
  color: #88C745 !important;
}
.sec5 .bottom-wrap {
  padding: 0 60px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .sec5 .bottom-wrap {
    padding: 0 20px;
    padding-bottom: 30px;
  }
}
.sec5 .box {
  margin-bottom: 100px;
  background: #fff;
  padding: 80px 0 0;
  position: relative;
}
.sec5 .box .h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #328AD2;
}
@media screen and (max-width: 1000px) {
  .sec5 .box .h4 {
    font-size: 18px;
  }
}
.sec5 .box p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .sec5 .box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .sec5 .box {
    margin-bottom: 50px;
    padding: 30px 0px 0;
  }
}
.sec5 .box:last-child {
  margin-bottom: 0;
}
.sec5 .box .h3 {
  background: #328AD2;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: -50px;
  left: 60px;
}
@media screen and (max-width: 1000px) {
  .sec5 .box .h3 {
    padding: 10px 10px 5px;
    position: initial;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
.sec5 .box .h3 .case-text {
  display: inline-block;
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .sec5 .box .h3 .case-text {
    font-size: 18px;
  }
}
.sec5 .box .h3 .num {
  font-size: 60px;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .sec5 .box .h3 .num {
    font-size: 26px;
  }
}
.sec5 .box .h3 .text {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  margin-left: 10px;
  border-bottom: 1.5px solid #fff;
  line-height: 1.5;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 1000px) {
  .sec5 .box .h3 .text {
    font-size: 15px;
    margin-left: 5px;
  }
}

.sec6 {
  overflow: hidden;
  background: #FAFAFA;
}
.sec6 .inner2 {
  padding: 0;
}
.sec6 .section-title .border-line {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .sec6 .img {
    overflow-x: auto;
    padding: 0 15px;
  }
  .sec6 .img .wrap {
    width: 700px;
    overflow-x: auto;
  }
}
.sec6 .attention {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec6 .attention {
    margin-top: 30px;
  }
}
.sec6 .attention .wrap {
  font-size: 24px;
  font-weight: 700;
  color: #328AD2;
  border-bottom: 1px solid #328AD2;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .sec6 .attention .wrap {
    font-size: 16px;
  }
}

.sec7 {
  background: url(../img/sec7-bg.jpg) no-repeat center center/cover;
}
.sec7 .arrow {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .sec7 .arrow {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.sec7 .main-img {
  position: relative;
}
.sec7 .main-img .icon {
  position: absolute;
  width: 20%;
  left: -7%;
  bottom: -5%;
}
@media screen and (max-width: 1000px) {
  .sec7 .main-img .icon {
    display: none;
  }
}
.sec7 h3 {
  text-align: center;
}
.sec7 h3 .wrap {
  background: #fff;
  border-radius: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #328AD2;
  padding: 5px 60px;
  border: 2px solid #328AD2;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sec7 h3 .wrap {
    font-size: 16px;
  }
}
.sec7 h3 .wrap .wrap-wrap {
  position: relative;
}
.sec7 h3 .wrap .left {
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
}
.sec7 h3 .wrap .left img {
  vertical-align: middle;
}
.sec7 h3 .wrap .right {
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}
.sec7 h3 .wrap .right img {
  vertical-align: middle;
}
.sec7 .middle-text {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .sec7 .middle-text {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .sec7 .middle-text {
    font-size: 15px;
  }
}
.sec7 .middle-text span {
  color: #B4F074;
}
.sec7 .flex {
  max-width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .sec7 .flex {
    display: block;
  }
}
.sec7 .flex .item {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .sec7 .flex .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec7 .flex .item:last-child {
    margin-bottom: 0;
  }
}
.sec7 .flex .item .h4 {
  font-size: 24px;
  font-weight: 700;
  color: #B4F074;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .sec7 .flex .item .h4 {
    font-size: 18px;
  }
}
.sec7 .flex .item .icon {
  width: 70px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .sec7 .flex .item .icon {
    width: 40px;
    margin-right: 10px;
  }
}
.sec7 .flex .item p {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .sec7 .flex .item p {
    font-size: 14px;
  }
}
.sec7 .flex .item p span {
  font-weight: 700;
  background: rgba(34, 34, 34, 0.2);
  padding: 0 5px;
}

.sec8 {
  background: #E5F1F6;
}
.sec8 .section-title .border-line {
  position: absolute;
  width: 60%;
  bottom: -80%;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .sec8 .section-title .border-line {
    bottom: -35%;
  }
}
.sec8 .box {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 1000px) {
  .sec8 .box {
    padding: 30px 20px;
  }
}
.sec8 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto;
}
.sec8 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #328AD2;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .sec8 ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  .sec8 ul li {
    font-size: 10px;
  }
}
.sec8 ul li .icon {
  width: 80px;
}
@media screen and (max-width: 1000px) {
  .sec8 ul li .icon {
    width: 30px;
  }
}
.sec8 ul li p {
  width: calc(100% - 80px);
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 1000px) {
  .sec8 ul li p {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1001px) {
  .sec8 ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .sec8 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .sec8 ul li:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .sec8 ul li {
    width: calc(33.333% - 3.3333333333px);
    margin-right: 5px;
  }
  .sec8 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .sec8 ul li:nth-child(n+4) {
    margin-top: 30px;
  }
}
.sec8 .attention {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .sec8 .attention {
    font-size: 14px;
  }
}
.sec8 .attention span {
  font-size: 140%;
  color: #D4693B;
}
@media screen and (max-width: 1000px) {
  .sec8 .attention {
    margin-top: 30px;
  }
}

.flow {
  background: #F4F4F4;
}
.flow .section-title .border-line {
  position: absolute;
  left: 50%;
  width: 70%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.flow .attention {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .flow .attention {
    font-size: 14px;
  }
}
.flow .attention span {
  font-size: 140%;
  color: #D4693B;
}
@media screen and (max-width: 1000px) {
  .flow .attention {
    margin-top: 30px;
  }
}
.flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .flow ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flow ul li {
  width: 20%;
  background: #fff;
  padding: 40px 20px;
  border-right: 1px solid #ECEFF3;
}
.flow ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1000px) {
  .flow ul li {
    padding: 20px 15px;
    width: 50%;
    border-bottom: 1px solid #ECEFF3;
  }
  .flow ul li:nth-child(2n) {
    border-right: none;
  }
}
.flow ul li .img {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.flow ul li h3 {
  font-size: 20px;
  font-weight: 700;
  color: #32ABD2;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .flow ul li h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 374px) {
  .flow ul li h3 {
    font-size: 14px;
  }
}
.flow ul li p {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .flow ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .flow ul li p {
    font-size: 12px;
  }
}

.co-section {
  background: url(../img/co-bg.png) no-repeat center center/cover;
}
.co-section h3 {
  font-size: 22px;
  font-weight: 700;
  color: #328AD2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .co-section h3 {
    font-size: 20px;
    text-align: center;
  }
}
.co-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .co-section .flex {
    display: block;
  }
}
.co-section .flex p {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .co-section .flex p {
    font-size: 14px;
  }
}
.co-section .flex .item {
  background: #E5F1F6;
  border-radius: 30px;
  border: 2px solid #328AD2;
  width: 47%;
  padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
  .co-section .flex .item {
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .co-section .flex .item:last-child {
    margin-bottom: 0;
  }
}
.co-section .flex .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .co-section .flex .item .heading {
    display: block;
  }
}
.co-section .flex .item .heading .img {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .co-section .flex .item .heading .img {
    width: 60%;
    margin: 0 auto 10px;
  }
}
.co-section .flex .item .heading .contents {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .co-section .flex .item .heading .contents {
    width: 100%;
  }
}
.co-section .flex .item .middle {
  padding-bottom: 15px;
}
.co-section .flex .item .bottom {
  border-top: 2px solid #fff;
}
.co-section .flex .item .bottom h4 {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  color: #328AD2;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .co-section .flex .item .bottom h4 {
    font-size: 14px;
  }
}
.co-section .flex .item .bottom p {
  color: #328AD2;
  font-weight: 700;
}

.qa {
  background: #328AD2;
}
.qa .section-title {
  color: #fff;
}
.qa .section-title .border-line {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.qa .row {
  padding: 30px 0;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1000px) {
  .qa .row {
    padding: 15px 0 20px;
  }
}
.qa .row:first-child {
  padding-top: 0;
}
.qa .row .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .qa .row .heading {
    padding-right: 35px;
  }
}
.qa .row .heading::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.qa .row .heading::after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 2px;
  height: 20px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.qa .row .heading.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .row .heading.active::after {
  height: 0px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .row .heading .icon {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 24px;
  width: 40px;
}
@media screen and (max-width: 1000px) {
  .qa .row .heading .icon {
    font-size: 16px;
    width: 25px;
  }
}
.qa .row .text {
  width: calc(100% - 40px);
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .qa .row .text {
    font-size: 14px;
    width: calc(100% - 25px);
  }
}
.qa .row .bottom {
  padding-top: 30px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .qa .row .bottom {
    padding-top: 15px;
  }
}
.qa .row .bottom .text {
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
  .qa .row .bottom .text {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.contact {
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
}
.contact .box {
  background: #fff;
  padding: 80px 100px;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .contact .box {
    border-radius: 20px;
    padding: 40px 15px;
  }
}
.contact .row {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contact .row {
    margin-bottom: 20px;
  }
}
.contact .row .dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .contact .row .dt {
    font-size: 16px;
  }
}
.contact .row .dt span {
  font-size: 13px;
  font-weight: 700;
  background: #DC1C1C;
  color: #fff;
  margin-left: 10px;
  padding: 2px 10px;
}
.contact label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .contact label {
    display: block;
    font-size: 12px;
    line-height: 1.3;
  }
}
.contact label a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #42AADC;
  display: inline-block;
}
.contact label a:hover {
  opacity: 0.6;
}
.contact .checkbox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contact .checkbox {
    margin-bottom: 20px;
  }
}
.contact .submit {
  text-align: center;
}
.contact input[type=submit] {
  background: -webkit-gradient(linear, left top, right bottom, from(#CF424C), to(#DB9C25));
  background: linear-gradient(to bottom right, #CF424C, #DB9C25);
  color: #fff;
  padding: 15px 40px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  font-size: 18px;
  font-weight: 700;
  max-width: 300px;
}
.contact input[type=submit]:hover {
  opacity: 0.6;
}

html {
  scroll-behavior: smooth;
}

input[type=checkbox] {
  opacity: 0;
}

input[type=checkbox]:checked + .c-design::after {
  display: block;
}

textarea {
  height: 150px;
  resize: none;
}

.c-design {
  position: relative;
  width: 15px;
  height: 15px;
  background: #eee;
  border: 1px solid #999;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.c-design::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 15px;
  border-right: 4px solid #328AD2;
  border-bottom: 4px solid #328AD2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 5px;
  display: none;
}

.company {
  background: url(../img/company.jpg) no-repeat right top/cover;
}
@media screen and (max-width: 1000px) {
  .company {
    background: url(../img/company-sp.jpg) no-repeat center center/cover;
  }
}
.company .section-title {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
.company .area {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .company .area {
    font-size: 14px;
  }
}
.company .area .row {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1000px) {
  .company .area .row {
    display: block;
  }
}
.company .area .row:first-child {
  padding-top: 0;
}
.company .area .row .dt {
  font-weight: 700;
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .company .area .row .dt {
    width: 100%;
  }
}
.company .area .row .dd {
  width: calc(100% - 180px);
}
@media screen and (max-width: 1000px) {
  .company .area .row .dd {
    width: 100%;
  }
}

.footer {
  background: #2F393E;
  padding: 30px 0;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .footer ul li {
    font-size: 12px;
  }
}
.footer ul li:first-child a {
  border-right: 1px solid #fff;
  display: block;
}
.footer ul li a {
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .footer ul li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .footer ul li a {
    font-size: 12px;
  }
}
.footer ul li a:hover {
  opacity: 0.6;
}

.fixed {
  position: fixed;
  bottom: 5%;
  right: 2%;
  background: -webkit-gradient(linear, left top, right bottom, from(#02CCBE), to(#015BCC));
  background: linear-gradient(to bottom right, #02CCBE, #015BCC);
  padding: 20px 20px 30px;
  max-width: 264px;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 1000px) {
  .fixed {
    padding: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.fixed .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 3px 6px rgba(34, 34, 34, 0.2);
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .fixed .title {
    display: none;
  }
}
.fixed .box {
  padding: 15px 10px;
  background: white;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .fixed .box {
    border-radius: 6px;
    padding: 4px 10px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .fixed .box .btn {
    width: 48%;
    margin-bottom: 0 !important;
  }
}
.fixed .box .btn:first-child {
  margin-bottom: 10px;
}
.fixed .box .btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed .box .btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  a:hover {
    opacity: 1 !important;
  }
}

.thanks p {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .thanks p {
    font-size: 14px;
    text-align: left;
  }
}
.thanks .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .thanks .btn {
    margin-top: 30px;
  }
}
.thanks .btn a {
  background: #328AD2;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 20px;
}
.thanks .btn a:hover {
  opacity: 0.6;
}