.container {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.container .br {
  display: block;
}

.container .section {
  margin-bottom: 56px;
}

.container .section .section-title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #112267;
  text-align: center;
}

.container .cta-btn {
  -webkit-transition: .5s;
  transition: .5s;
}

.container .cta-btn:hover {
  opacity: .8;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

@media (max-width: 480px) {
  .container .section {
    margin-bottom: 32px;
  }
  .container .section .section-title {
    width: 95%;
    margin: auto;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: .12em;
    color: #112267;
    text-align: center;
  }
}

@media (max-width: 280px) {
  .container .section .section-title {
    font-size: 28px;
  }
}

.top {
  width: 100%;
  height: 800px;
  background-image: url(./img/top-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  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;
}

.top .top-inner {
  width: 100%;
  max-width: 1184px;
  margin: auto;
}

.top .top-inner .top-title {
  margin-bottom: 56px;
}

.top .top-inner .top-title .title-job {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #333333;
  background-color: #FED949;
  padding: 2px 16px;
  margin-bottom: 18px;
}

.top .top-inner .top-title .title-sub {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #333333;
  margin-bottom: 18px;
}

.top .top-inner .top-title .title-logo {
  width: 560px;
  height: auto;
}

.top .top-inner .top-content {
  margin-bottom: 28px;
}

.top .top-inner .top-content .content-main {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.7;
  margin-bottom: 24px;
}

.top .top-inner .top-content .content-sub {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.6;
}

.top .top-inner .top-cta {
  display: inline-block;
}

.top .top-inner .top-cta .cta-btn {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #ffffff;
  background-color: #43B12E;
  padding: 18px 108px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1240px) {
  .top {
    background-position: 90% 0;
  }
  .top .top-inner {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  .top {
    background-position: 80% 0;
  }
  .top .top-inner {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .top {
    background-size: 250%;
    background-position: 87% 0;
    position: relative;
    z-index: 2;
  }
  .top .top-inner {
    width: 90%;
  }
  .top .top-inner .top-title .title-sub {
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  }
  .top .top-inner .top-title .title-logo {
    width: 100%;
  }
  .top .top-inner .top-title .title-logo img {
    width: 500px;
  }
  .top .top-inner .top-content .content-main {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  }
  .top .top-inner .top-cta {
    display: block;
    text-align: center;
  }
  .top .top-inner .top-cta .cta-btn {
    font-size: 20px;
    padding: 16px 64px;
  }
  .top:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
}

@media (max-width: 540px) {
  .top .top-inner .top-content .content-main .br {
    display: none;
  }
}

@media (max-width: 480px) {
  .top {
    background-size: cover;
    background-position: 100% 0;
    height: 740px;
  }
  .top .top-inner .top-title .title-job {
    font-size: 20px;
  }
  .top .top-inner .top-title .title-sub {
    font-size: 22px;
  }
  .top .top-inner .top-title .title-logo {
    width: 320px;
  }
  .top .top-inner .top-content .content-main {
    font-size: 28px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.1);
  }
  .top .top-inner .top-content .content-main .br {
    display: none;
  }
  .top .top-inner .top-content .content-sub {
    font-weight: 500;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.1);
  }
  .top .top-inner .top-cta .cta-btn {
    font-size: 18px;
    padding: 16px 32px;
  }
  .top:after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

@media (max-width: 320px) {
  .top {
    height: 570px;
  }
  .top .top-inner .top-title .title-logo {
    width: 90%;
  }
  .top .top-inner .top-content .content-main {
    font-size: 20px;
  }
  .top .top-inner .top-content .content-sub {
    font-size: 16px;
  }
  .top .top-inner .top-cta .cta-btn {
    font-size: 16px;
    padding: 14px 24px;
  }
}

@media (max-width: 280px) {
  .top .top-inner .top-cta .cta-btn {
    font-size: 14px;
  }
}

@media (min-width: 2000px) {
  .top {
    height: 1000px;
    background-position: 100% -100px;
  }
}

.service {
  width: 100%;
  padding: 96px 0;
}

.service .service-inner {
  width: 100%;
  max-width: 1152px;
  margin: auto;
  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;
}

.service .service-inner .service-content {
  width: 700px;
}

.service .service-inner .service-content .service-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.6;
  color: #543F00;
  margin-bottom: 56px;
}

.service .service-inner .service-content .service-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.7;
  color: #1A1A1A;
}

.service .service-inner .service-img {
  width: 590px;
  height: auto;
}

.service .service-inner .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1240px) {
  .service .service-inner {
    max-width: 960px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service .service-inner .service-content {
    width: 520px;
  }
  .service .service-inner .service-img {
    width: 420px;
  }
}

@media (max-width: 1024px) {
  .service .service-inner {
    max-width: 768px;
  }
  .service .service-inner .service-content {
    max-width: 420px;
  }
  .service .service-inner .service-img {
    width: 340px;
  }
}

@media (max-width: 768px) {
  .service .service-inner {
    max-width: 90%;
    display: block;
  }
  .service .service-inner .service-content {
    width: 100%;
    max-width: 100%;
  }
  .service .service-inner .service-content .service-title {
    text-align: center;
  }
  .service .service-inner .service-img {
    width: 80%;
    margin: 24px auto 0;
  }
}

@media (max-width: 480px) {
  .service {
    padding: 56px 0;
  }
  .service .service-inner .service-content .service-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .service .service-inner .service-content .service-text {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .service .service-inner .service-content .service-title .sp {
    display: block;
  }
}

.change {
  background: #F1F5F9;
}

.change-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 120px;
}

@media (max-width: 1024px) {
  .change-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.change-heading {
  font-size: 40px;
  color: #112267;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .change-heading {
    font-size: 32px;
  }
}

.change-icon {
  width: 235px;
  margin: 28px auto 0;
  display: block;
}

.change-icon__right {
  width: 157px;
  margin: 20px auto 0;
  display: block;
}

.change-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}

@media (max-width: 1024px) {
  .change-list {
    display: block;
  }
}

.change-item {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .change-item {
    padding: 0;
    margin-bottom: 40px;
  }
}

.change-top {
  font-size: 18px;
  text-align: center;
}

.change-middle {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.change-middle__number {
  font-size: 32px;
  color: #FF3C96;
}

.change-middle__small {
  font-size: 15px;
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .change-middle__small {
    margin-bottom: 30px;
  }
}

.change-bottom {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: auto;
}

.point {
  width: 100%;
  padding: 64px 0;
  background-color: #F1F5F9;
}

.point .point-inner {
  width: 100%;
  max-width: 1176px;
  margin: auto;
  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;
}

.point .point-inner .point-box {
  width: 50%;
  max-width: 368px;
  background-color: #fff;
  border-radius: 24px;
  padding: 12px 12px 24px 12px;
}

.point .point-inner .point-box:nth-of-type(2) {
  margin: 0 24px;
}

.point .point-inner .point-box .point-img {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
}

.point .point-inner .point-box .point-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point .point-inner .point-box .point-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.5;
  color: #112267;
  margin-bottom: 30px;
}

.point .point-inner .point-box .point-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.7;
  min-height: 159px;
}

@media (max-width: 1240px) {
  .point .point-inner {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  .point .point-inner {
    max-width: 768px;
    display: block;
  }
  .point .point-inner .point-box {
    width: 280px;
    padding: 18px 40px;
    margin: 0 auto;
  }
  .point .point-inner .point-box:nth-of-type(2) {
    margin: 40px auto;
  }
  .point .point-inner .point-box .point-text {
    min-height: 190px;
  }
}

@media (max-width: 768px) {
  .point {
    padding: 32px 0;
  }
  .point .point-inner {
    max-width: 90%;
    display: block;
  }
  .point .point-inner .point-box {
    width: 80%;
    max-width: 360px;
    margin: 0 auto 40px;
  }
  .point .point-inner .point-box .point-text {
    min-height: auto;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .point .point-inner .point-box {
    width: calc(100% - 80px);
  }
}

@media (max-width: 375px) {
  .point .section .section-title .sp {
    display: block;
  }
  .point .point-inner .point-box .point-title {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .point .point-inner .point-box .point-title .br {
    display: none;
  }
  .point .point-inner .point-box .point-title .sp {
    display: block;
  }
}

@media (max-width: 280px) {
  .point .point-inner .point-box .point-title .sp {
    display: none;
  }
}

.cta {
  width: 100%;
  padding: 64px 0;
  background-color: #92D3F0;
}

.cta .cta-inner {
  width: 100%;
  max-width: 1152px;
  margin: auto;
  text-align: center;
}

.cta .cta-inner .cta-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #333333;
  margin-bottom: 44px;
}

.cta .cta-inner .cta-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.6;
  margin-bottom: 24px;
}

.cta .cta-inner .cta-sub {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .12em;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 30px;
}

.cta .cta-inner .cta-btn {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .12em;
  background-color: #43B12E;
  color: #ffffff;
  padding: 18px 108px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
}

.cta .cta-inner .cta-btn:hover {
  opacity: .8;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

@media (max-width: 1240px) {
  .cta .cta-inner {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  .cta .cta-inner {
    max-width: 95%;
  }
}

@media (max-width: 768px) {
  .cta .cta-inner {
    max-width: 90%;
  }
  .cta .cta-inner .cta-title .tab {
    display: block;
  }
  .cta .cta-inner .cta-text {
    letter-spacing: .02em;
  }
  .cta .cta-inner .cta-btn {
    font-size: 20px;
    padding: 16px 64px;
  }
}

@media (max-width: 480px) {
  .cta {
    padding: 32px 0 48px;
  }
  .cta .cta-inner .cta-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .cta .cta-inner .cta-title .sp {
    display: block;
  }
  .cta .cta-inner .cta-text {
    font-size: 16px;
  }
  .cta .cta-inner .cta-btn {
    font-size: 18px;
    padding: 16px 32px;
  }
}

@media (max-width: 320px) {
  .cta .cta-inner .cta-btn {
    font-size: 16px;
    padding: 14px 24px;
  }
}

@media (max-width: 280px) {
  .cta .cta-inner .cta-btn {
    font-size: 14px;
  }
}

.user {
  width: 100%;
  padding: 96px 0;
}

.user .user-inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

.user .user-inner .user-box {
  width: 100%;
  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: 96px;
}

.user .user-inner .user-box .user-img {
  width: 240px;
  height: 240px;
}

.user .user-inner .user-box .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user .user-inner .user-box .user-content {
  width: 740px;
}

.user .user-inner .user-box .user-content .user-age {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .04em;
  color: #333333;
  margin-bottom: 16px;
}

.user .user-inner .user-box .user-content .user-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #333333;
  margin-bottom: 24px;
}

.user .user-inner .user-box .user-content .user-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.7;
}

.user .user-inner .user-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .user .user-inner {
    max-width: 960px;
  }
  .user .user-inner .user-box .user-content {
    width: 660px;
  }
}

@media (max-width: 1024px) {
  .user .user-inner {
    max-width: 768px;
  }
  .user .user-inner .user-box .user-content {
    width: 480px;
  }
}

@media (max-width: 768px) {
  .user .user-inner {
    max-width: 90%;
  }
  .user .user-inner .user-box {
    display: block;
    margin-bottom: 40px;
  }
  .user .user-inner .user-box .user-img {
    margin: auto;
  }
  .user .user-inner .user-box .user-content {
    margin: auto;
  }
}

@media (max-width: 480px) {
  .user {
    padding: 32px 0;
  }
  .user .user-inner .user-box .user-content {
    width: 100%;
  }
  .user .user-inner .user-box .user-content .user-title .sp {
    display: block;
  }
}

@media (max-width: 280px) {
  .user .user-inner .user-box .user-content .user-title {
    font-size: 22px;
  }
}

.consultant {
  width: 100%;
  padding: 96px 0;
  background-color: #F3FAFA;
}

.consultant .consultant-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  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;
}

.consultant .consultant-inner .consultant-content .consultant-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #543F00;
  margin-bottom: 48px;
}

.consultant .consultant-inner .consultant-content .consultant-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.8;
  color: #1A1A1A;
  margin-bottom: 44px;
}

.consultant .consultant-inner .consultant-content .consultant-cta {
  display: inline-block;
}

.consultant .consultant-inner .consultant-content .consultant-cta .cta-btn {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #ffffff;
  background-color: #43B12E;
  padding: 18px 108px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
}

.consultant .consultant-inner .consultant-img {
  width: 400px;
  height: 400px;
  -webkit-transform: translateY(96px);
          transform: translateY(96px);
}

.consultant .consultant-inner .consultant-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1240px) {
  .consultant .consultant-inner {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  .consultant .consultant-inner {
    max-width: 768px;
  }
  .consultant .consultant-inner .consultant-img {
    width: 200px;
    height: 200px;
    -webkit-transform: translateY(164px);
            transform: translateY(164px);
  }
}

@media (max-width: 768px) {
  .consultant .consultant-inner {
    max-width: 90%;
    display: block;
  }
  .consultant .consultant-inner .consultant-content {
    width: 100%;
    text-align: center;
  }
  .consultant .consultant-inner .consultant-content .consultant-cta .cta-btn {
    font-size: 20px;
    padding: 16px 64px;
  }
  .consultant .consultant-inner .consultant-img {
    width: 300px;
    height: 300px;
    margin: 40px auto 0;
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
  }
}

@media (max-width: 480px) {
  .consultant {
    padding: 32px 0;
  }
  .consultant .consultant-inner .consultant-content .consultant-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .consultant .consultant-inner .consultant-content .consultant-text {
    font-size: 16px;
  }
  .consultant .consultant-inner .consultant-content .consultant-cta .cta-btn {
    font-size: 18px;
    padding: 16px 32px;
  }
  .consultant .consultant-inner .consultant-img {
    width: 240px;
    height: 240px;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}

@media (max-width: 320px) {
  .consultant .consultant-inner .consultant-content .consultant-title .sp {
    display: block;
  }
  .consultant .consultant-inner .consultant-content .consultant-cta .cta-btn {
    font-size: 16px;
    padding: 14px 24px;
  }
  .consultant .consultant-inner .consultant-img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 280px) {
  .consultant .consultant-inner .consultant-content .consultant-cta .cta-btn {
    font-size: 14px;
  }
}

.purpose {
  width: 100%;
  padding: 96px 0;
  background-color: #FFFAE7;
}

.purpose .purpose-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  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;
}

.purpose .purpose-inner .purpose-content {
  max-width: 620px;
}

.purpose .purpose-inner .purpose-content .purpose-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #543F00;
  margin-bottom: 48px;
}

.purpose .purpose-inner .purpose-content .purpose-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.8;
  color: #1A1A1A;
  margin-bottom: 32px;
}

.purpose .purpose-inner .purpose-content .purpose-text:last-child {
  margin-bottom: 0;
}

.purpose .purpose-inner .purpose-img {
  width: 420px;
  height: auto;
}

@media (max-width: 1240px) {
  .purpose .purpose-inner {
    max-width: 960px;
  }
  .purpose .purpose-inner .purpose-content {
    width: 560px;
  }
  .purpose .purpose-inner .purpose-img {
    width: 380px;
  }
}

@media (max-width: 1024px) {
  .purpose .purpose-inner {
    max-width: 768px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .purpose .purpose-inner .purpose-content {
    width: 440px;
  }
  .purpose .purpose-inner .purpose-img {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .purpose .purpose-inner {
    max-width: 90%;
    display: block;
  }
  .purpose .purpose-inner .purpose-content {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .purpose .purpose-inner .purpose-content .purpose-text {
    text-align: left;
  }
  .purpose .purpose-inner .purpose-img {
    width: 360px;
    margin: 40px auto 0;
  }
}

@media (max-width: 480px) {
  .purpose {
    padding: 32px 0;
  }
  .purpose .purpose-inner .purpose-content .purpose-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .purpose .purpose-inner .purpose-content .purpose-text {
    font-size: 16px;
  }
  .purpose .purpose-inner .purpose-img {
    width: 100%;
  }
}

.intro {
  background: url(/img/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 56px 0 88px !important;
   overflow-x:hidden;
}

.intro:before {
  content: "";
  background: linear-gradient(64deg, #92D3F0 0%, #92D3F0 100%);
  opacity: .6;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
}

.intro-inner {
  max-width: 880px;
  margin: 0 auto;
  display: block;
  padding-top: 100px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .intro-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.intro-heading {
  font-size: 28px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

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

@media (max-width: 1024px) {
  .intro-list {
    display: flex;
  }
}

.intro-item {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 20px 24px 20px 32px;
}

.intro-item .intro-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 72px;
  position: absolute;
  left: -10px;
  top: 4px;
}

.intro-item:nth-of-type(1) .intro-title::before {
  background: #E0B811;
}

.intro-item:nth-of-type(2) .intro-title::before {
  background: #2C6A3D;
}

.intro-item:nth-of-type(3) .intro-title::before {
  background: #31BC61;
}

.intro-item:nth-of-type(4) .intro-title::before {
  background: #8B34D6;
}

.intro-item:nth-of-type(5) .intro-title::before {
  background: #FF624D;
}

.intro-item:nth-of-type(6) .intro-title::before {
  background: #DB95DB;
}

.intro-item:nth-of-type(7) .intro-title::before {
  background: #EAAB00;
}

.intro-item:nth-of-type(8) .intro-title::before {
  background: #E0B811;
}

.intro-item:nth-of-type(9) .intro-title::before {
  background: #2C6A3D;
}

.intro-item:nth-of-type(10) .intro-title::before {
  background: #31BC61;
}

.intro-item:nth-of-type(11) .intro-title::before {
  background: #8B34D6;
}

.intro-item:nth-of-type(12) .intro-title::before {
  background: #FF624D;
}

.intro-item:nth-of-type(13) .intro-title::before {
  background: #DB95DB;
}

.intro-item:nth-of-type(14) .intro-title::before {
  background: #EAAB00;
}

.intro-item:nth-of-type(1) .intro-name__large.color {
  color: #E0B811;
}

.intro-item:nth-of-type(2) .intro-name__large.color {
  color: #2C6A3D;
}

.intro-item:nth-of-type(3) .intro-name__large.color {
  color: #31BC61;
}

.intro-item:nth-of-type(4) .intro-name__large.color {
  color: #8B34D6;
}

.intro-item:nth-of-type(5) .intro-name__large.color {
  color: #FF624D;
}

.intro-item:nth-of-type(6) .intro-name__large.color {
  color: #DB95DB;
}

.intro-item:nth-of-type(7) .intro-name__large.color {
  color: #EAAB00;
}

.intro-item:nth-of-type(8) .intro-name__large.color {
  color: #E0B811;
}

.intro-item:nth-of-type(9) .intro-name__large.color {
  color: #2C6A3D;
}

.intro-item:nth-of-type(10) .intro-name__large.color {
  color: #31BC61;
}

.intro-item:nth-of-type(11) .intro-name__large.color {
  color: #8B34D6;
}

.intro-item:nth-of-type(12) .intro-name__large.color {
  color: #FF624D;
}

.intro-item:nth-of-type(13) .intro-name__large.color {
  color: #DB95DB;
}

.intro-item:nth-of-type(14) .intro-name__large.color {
  color: #EAAB00;
}

.intro-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro-content__ml35 {
  margin-left: 35px;
}

.intro-title {
  font-size: 16px;
  letter-spacing: .32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 24px;
  height: 72px;
}

@media (max-width: 1024px) {
  .intro-title {
    font-size: 13px;
  }
}

.intro-key {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .28px;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .intro-key {
    font-size: 12px;
    white-space: nowrap;
  }
}

.intro-name {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .32px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .intro-name {
    font-size: 16px;
  }
}

.intro-name__large {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .32px;
  margin-bottom: 20px;
  margin-top: -3px;
}

@media (max-width: 1024px) {
  .intro-name__large {
    font-size: 16px;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: 60px !important;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  position: relative;
  background: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet:before {
  content: url(/img/bullet.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-pagination-bullet-active {
  position: relative;
  background: transparent !important;
}

.swiper-pagination-bullet-active:before {
  content: url(/img/bullet-active.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
}



.line {
  width: 100%;
  padding: 64px 0;
}

.line .line-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.line .line-inner .line-cta {
  display: inline-block;
}

.line .line-inner .line-cta .cta-btn {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #ffffff;
  background-color: #43B12E;
  padding: 18px 108px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
  margin: auto;
}

@media (max-width: 1240px) {
  .line .line-inner {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  .line .line-inner {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .line .line-inner {
    max-width: 90%;
  }
  .line .line-inner .line-cta .cta-btn {
    font-size: 20px;
    padding: 16px 64px;
  }
}

@media (max-width: 480px) {
  .line {
    padding: 32px 0;
  }
  .line .line-inner .line-cta .cta-btn {
    font-size: 18px;
    padding: 16px 32px;
  }
}

@media (max-width: 320px) {
  .line .line-inner .line-cta .cta-btn {
    font-size: 16px;
    padding: 14px 24px;
  }
}

@media (max-width: 280px) {
  .line .line-inner .line-cta .cta-btn {
    font-size: 14px;
  }
}

.footer {
  width: 100%;
  padding: 40px 0;
  background-color: #F0F0F0;
}

.footer .footer-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  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;
}

.footer .footer-inner .footer-left {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer .footer-inner .footer-left .footer-img {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.footer .footer-inner .footer-left .footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer .footer-inner .footer-left .footer-job {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #333333;
}

.footer .footer-inner .footer-right {
  display: inline-block;
}

.footer .footer-inner .footer-right .footer-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.8;
  color: #4D4D4D;
}

@media (max-width: 1240px) {
  .footer .footer-inner {
    max-width: 960px;
  }
}

@media (max-width: 1024px) {
  .footer .footer-inner {
    max-width: 95%;
  }
}

@media (max-width: 768px) {
  .footer .footer-inner {
    max-width: 95%;
    display: block;
  }
  .footer .footer-inner .footer-left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 32px;
  }
  .footer .footer-inner .footer-left .footer-img {
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .footer .footer-inner .footer-left .footer-job {
    font-size: 16px;
    margin-left: 8px;
  }
  .footer .footer-inner .footer-right {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 32px 0;
  }
}

@media (max-width: 320px) {
  .footer .footer-inner .footer-left .footer-job {
    font-size: 14px;
  }
  .footer .footer-inner .footer-right .footer-text {
    font-size: 12px;
  }
}

@media (max-width: 280px) {
  .footer .footer-inner .footer-left .footer-img {
    width: 40px;
    height: 40px;
  }
}

.copyright {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #4D4D4D;
}

@media (max-width: 320px) {
  .copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */