@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #386593));
    background: linear-gradient(#fff 50%, #386593 50%);
  }
}

body {
  font-size: 16px;
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: #fff;
  letter-spacing: 2px;
  padding-bottom: 6.8%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-bottom: 44px;
  }
}

@media screen and (max-width: 767px) {
  body.add {
    margin-bottom: 28.5%;
    padding-bottom: 0;
  }
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

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

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

::-webkit-input-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="tel"],
input[type="submit"],
input[type="button"],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #2784e5;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 18px;
  margin: 0;
  outline: none;
  border-radius: 10px;
  line-height: 1 !important;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="submit"],
  input[type="button"],
  select,
  textarea {
    padding: 15px;
  }
}

textarea {
  line-height: 1.5 !important;
}

.header {
  padding: 5px 0;
  -webkit-box-shadow: 0 1px 4px #eee;
          box-shadow: 0 1px 4px #eee;
}

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

.header .text {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .header .text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .header .text {
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (max-width: 400px) {
  .header .text {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-width: 360px) {
  .header .text {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

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

@media screen and (max-width: 767px) {
  .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.headerLogo {
  max-width: 250px;
  margin-right: 20px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .headerLogo {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .headerLogo {
    max-width: 250px;
    margin-right: 0;
  }
}

.headerLogo a {
  -webkit-transition: .3s;
  transition: .3s;
}

.headerLogo a:hover {
  opacity: .6;
}

.main-lead1 {
  color: #2784e5;
  font-size: 30px;
  line-height: 1.3;
  padding: 30px 0;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .main-lead1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-lead1 {
    font-size: 20px;
    line-height: 1.5;
    padding: 15px 0;
  }
}

@media screen and (max-width: 400px) {
  .main-lead1 {
    font-size: 18px;
  }
}

.main-lead1 span {
  font-weight: 700;
  font-size: 120%;
  display: inline-block;
  border-bottom: 2px solid #2784e5;
}

@media screen and (max-width: 767px) {
  .main-lead1 span {
    display: inline;
  }
}

.main-lead2 {
  font-size: 36px;
  background: #2784e5;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.main-lead2::after {
  position: absolute;
  content: "";
  bottom: -29.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 30.0px 20px 0 20px;
  border-color: #2784e5 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .main-lead2::after {
    bottom: -14.5px;
    border-width: 15.0px 12px 0 12px;
  }
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .main-lead2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-lead2 {
    font-size: 22px;
    line-height: 1.3;
    padding: 15px 0;
  }
}

.main-lead2 .wrap {
  display: inline-block;
  position: relative;
}

.main-lead2 .wrap::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
  left: -30px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .main-lead2 .wrap::before {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .main-lead2 .wrap::before {
    top: 58%;
    height: 40px;
    left: -15px;
  }
}

.main-lead2 .wrap::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
  right: -30px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .main-lead2 .wrap::after {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .main-lead2 .wrap::after {
    top: 58%;
    height: 40px;
    right: -15px;
  }
}

.cta {
  padding: 60px 0 60px;
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 30px 0 30px;
  }
}

.cta .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 767px) {
  .cta .wrap {
    display: block;
  }
}

.cta .wrap .btn {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .cta .wrap .btn {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cta .wrap .btn:last-child {
    margin-bottom: 0;
  }
}

.cta .wrap .btn a {
  -webkit-transition: .3s;
  transition: .3s;
}

.cta .wrap .btn a:hover {
  opacity: .6;
}

.cta .wrap .btn:nth-child(1) {
  position: relative;
}

.cta .wrap .btn p {
  position: absolute;
  color: #fff;
  top: 40%;
  left: 23%;
  font-size: 2vw;
  font-weight: bold;
  text-shadow: 1px 1px 3px #333333
}

@media screen and (max-width: 767px) {
  .cta .wrap .btn p {
  font-size: 6vw;
}
}

.presentation {
  background: #f0f0f0;
  padding: 60px 0 120px;
}

@media screen and (max-width: 767px) {
  .presentation {
    padding: 30px 0 60px;
  }
}

.presentation .title {
  padding: 30px 0;
  font-size: 36px;
  text-align: center;
  border-top: 3px solid #386593;
  border-bottom: 3px solid #386593;
  font-weight: 600;
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .presentation .title {
    font-size: 22px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .presentation .title {
    padding: 15px 0;
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 360px) {
  .presentation .title {
    font-size: 20px;
    white-space: nowrap;
  }
}

.presentation .title::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 30.0px 20px 0 20px;
  border-color: #386593 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .presentation .title::after {
    bottom: -15px;
    border-width: 15.0px 12px 0 12px;
  }
}

.presentation .title span {
  font-size: 120%;
}

.presentation ul {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.presentation ul .man {
  position: absolute;
  max-width: 300px;
  left: -300px;
  bottom: -120px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .presentation ul .man {
    max-width: 150px;
    left: -150px;
    bottom: -120px;
  }
}

@media screen and (max-width: 767px) {
  .presentation ul .man {
    display: none;
  }
}

.presentation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2784e5;
  line-height: 1.3;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.presentation ul li.lastLi {
  margin-bottom: 0 !important;
}

.presentation ul li .icon {
  max-width: 40px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .presentation ul li .icon {
    max-width: 20px;
    top: 0;
  }
}

.presentation ul li .text {
  font-size: 20px;
  font-weight: 500;
}

.presentation ul li .text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f56823));
  background: linear-gradient(transparent 50%, #f56823 50%);
}

@media screen and (max-width: 767px) {
  .presentation ul li .text {
    font-size: 16px;
  }
}

.solution {
  background: url(../img/solution-bg.png) no-repeat center center/cover;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .solution {
    background: url(../img/solution-bg-sp.png) no-repeat center center/cover;
  }
}

.solution .tra {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .solution .tra {
    top: -30px;
  }
}

.solution .so-text {
  max-width: 530px;
  margin: 0 auto;
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .solution .so-text {
    margin-top: -25px;
  }
}

.main-lead3 {
  font-size: 36px;
  background: #2784e5;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .main-lead3 .inner {
    padding: 0 5px;
  }
}

@media screen and (max-width: 350px) {
  .main-lead3 .inner {
    padding: 0;
  }
}

.main-lead3::after {
  position: absolute;
  content: "";
  bottom: -29.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 30.0px 20px 0 20px;
  border-color: #2784e5 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .main-lead3::after {
    bottom: -14.5px;
    border-width: 15.0px 12px 0 12px;
  }
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .main-lead3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-lead3 {
    font-size: 20px;
    line-height: 1.5;
    padding: 15px 0;
    text-align: left;
  }
}

@media screen and (max-width: 410px) {
  .main-lead3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 400px) {
  .main-lead3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 380px) {
  .main-lead3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 370px) {
  .main-lead3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .main-lead3 {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 350px) {
  .main-lead3 {
    font-size: 14px;
  }
}

.main-lead3 .wrap {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-lead3 .wrap {
    padding-left: 90px;
  }
}

.main-lead3 .wrap .woman-pc {
  position: absolute;
  max-width: 350px;
  right: -350px;
  bottom: -30px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .main-lead3 .wrap .woman-pc {
    max-width: 180px;
    right: -180px;
  }
}

.main-lead3 .wrap .woman-sp {
  position: absolute;
  bottom: -15px;
  left: -16px;
  max-width: 100px;
}

.point {
  padding: 60px 0;
  background: url(../img/point-bg-pc.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .point {
    padding: 30px 0;
    background: url(../img/point-bg-sp.png) no-repeat center center/cover;
  }
}

.point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .point ul {
    display: block;
  }
}

.point ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #2784e5;
  -webkit-box-shadow: 0 0 8px 2px #ccc;
          box-shadow: 0 0 8px 2px #ccc;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .point ul li {
    width: calc(50% - 20px * 1/2);
    margin-right: 20px;
  }
  .point ul li:nth-child(2n) {
    margin-right: 0;
  }
  .point ul li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .point ul li {
    -webkit-box-shadow: 0 0 4px 2px #ccc;
            box-shadow: 0 0 4px 2px #ccc;
    margin-bottom: 10px;
  }
  .point ul li:last-child {
    margin-bottom: 0;
  }
}

.point ul li .left {
  width: 90px;
  padding: 13px 0;
  background: #2784e5;
  color: #fff;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .point ul li .left {
    width: 60px;
  }
}

.point ul li .left .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.point ul li .left .point-text {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .point ul li .left .point-text {
    font-size: 16px;
  }
}

.point ul li .left .num {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .point ul li .left .num {
    font-size: 32px;
  }
}

.point ul li .right {
  width: calc(100% - 90px);
  padding: 13px 0;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point ul li .right {
    width: calc(100% - 60px);
  }
}

.point ul li .right .title {
  font-weight: bold;
  color: #2784e5;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .point ul li .right .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .point ul li .right .title {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 380px) {
  .point ul li .right .title {
    font-size: 17px;
  }
}

@media screen and (max-width: 360px) {
  .point ul li .right .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 340px) {
  .point ul li .right .title {
    font-size: 14px;
  }
}

.point ul li .right .text {
  font-weight: 600;
  line-height: 1.2;
  font-size: 15px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .point ul li .right .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .point ul li .right .text {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 410px) {
  .point ul li .right .text {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .point ul li .right .text {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 390px) {
  .point ul li .right .text {
    font-size: 11px;
  }
}

@media screen and (max-width: 380px) {
  .point ul li .right .text {
    font-size: 10.5px;
  }
}

@media screen and (max-width: 370px) {
  .point ul li .right .text {
    font-size: 10.5px;
  }
}

@media screen and (max-width: 360px) {
  .point ul li .right .text {
    font-size: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 330px) {
  .point ul li .right .text {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.point ul li .wrap2 {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .point ul li .wrap2 {
    height: 70px;
    width: 60%;
  }
}

.point ul li .wrap2 .in {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.feature {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 30px 0;
  }
}

.feature .box {
  border: 1px solid #2784e5;
  -webkit-box-shadow: 0 0 4px 2px #ccc;
          box-shadow: 0 0 4px 2px #ccc;
  padding: 50px 40px 60px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .feature .box {
    padding: 30px 10px;
    border-radius: 5px;
  }
}

.feature .box .sub-title {
  text-align: center;
  color: #2784e5;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .feature .box .sub-title {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 370px) {
  .feature .box .sub-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 350px) {
  .feature .box .sub-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  .feature .box .sub-title {
    font-size: 13px;
  }
}

.feature .box .sub-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fbf205));
  background: linear-gradient(transparent 70%, #fbf205 70%);
}

.feature .box .main-title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .feature .box .main-title {
    margin-bottom: 20px;
  }
}

.feature .box .main-title .wrap {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #262626;
  line-height: 1.2;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .feature .box .main-title .wrap {
    font-size: 25px;
    border-bottom: 1.5px solid #262626;
  }
}

.feature .box .main-title span {
  font-size: 70%;
}

.feature .box .about-text {
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
  padding: 13px 0px;
  border-radius: 40px;
  border: 2px solid #2784e5;
  -webkit-box-shadow: 0 0 4px 2px #ccc;
          box-shadow: 0 0 4px 2px #ccc;
  max-width: 420px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .feature .box .about-text {
    font-size: 14px;
    margin: 0 30px;
    margin-bottom: 15px;
    padding: 10px 0px;
  }
}

@media screen and (max-width: 340px) {
  .feature .box .about-text {
    margin: 0 0px;
    margin-bottom: 15px;
  }
}

.feature .box .flex {
  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: 1040px) and (min-width: 768px) {
  .feature .box .flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .feature .box .flex {
    display: block;
  }
}

.feature .box .flex .left {
  width: 37%;
  font-weight: 500;
  font-size: 20px;
  line-height: 2.3;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .feature .box .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature .box .flex .left {
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .feature .box .flex .left {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 370px) {
  .feature .box .flex .left {
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .feature .box .flex .left {
    font-size: 10px;
  }
}

@media screen and (max-width: 340px) {
  .feature .box .flex .left {
    -webkit-transform: scale(0.9) translateX(0%);
            transform: scale(0.9) translateX(0%);
  }
}

@media screen and (max-width: 330px) {
  .feature .box .flex .left {
    -webkit-transform: scale(0.88) translateX(-1%);
            transform: scale(0.88) translateX(-1%);
  }
}

.feature .box .flex .right {
  width: 59%;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .feature .box .flex .right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .feature .box .flex .right {
    width: 100%;
  }
}

.case {
  padding: 60px 0;
  background: url(../img/case-bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .case {
    padding: 30px 0;
    background: url(../img/case-bg-sp.png) no-repeat center center/cover;
  }
}

.case .main-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .case .main-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.case ul li {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 40px;
  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: 767px) {
  .case ul li {
    display: block;
    padding: 20px 10px;
    margin-bottom: 15px;
  }
}

.case ul li .img {
  width: 280px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .case ul li .img {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .case ul li .img {
    width: 50%;
    margin: 0 auto 10px;
  }
}

.case ul li .contents {
  width: calc(100% - 340px);
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .case ul li .contents {
    width: calc(100% - 230px);
  }
}

@media screen and (max-width: 767px) {
  .case ul li .contents {
    width: 100%;
  }
}

.case ul li .contents .title {
  font-size: 24px;
  color: #2784e5;
  padding-bottom: 10px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 3px solid #386593;
}

@media screen and (max-width: 767px) {
  .case ul li .contents .title {
    font-size: 18px;
    text-align: center;
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}

.case ul li .contents .text {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .case ul li .contents .text {
    font-size: 13px;
  }
}

.flow {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 30px 0;
  }
}

.flow .main-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 60px;
  background: #2784e5;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .flow .main-title {
    margin-bottom: 20px;
    font-size: 20px;
    padding: 15px 0;
  }
}

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

@media screen and (max-width: 767px) {
  .flow ul {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
}

.flow ul li {
  border: 2px solid #2784e5;
  padding: 20px 17px;
  position: relative;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .flow ul li {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li {
    padding: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li {
    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: 768px) {
  .flow ul li::after {
    position: absolute;
    content: "";
    background: url(../img/tra-blue.png) no-repeat center center/cover;
    top: 50%;
    right: -42px;
    width: 25px;
    height: 51px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li::after {
    position: absolute;
    content: "";
    background: url(../img/tra-blue.png) no-repeat center center/cover;
    bottom: -33px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 15px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li:last-child {
    margin-bottom: 0;
  }
}

.flow ul li:last-child::after {
  position: initial;
  content: initial;
}

@media screen and (min-width: 768px) {
  .flow ul li {
    width: calc(25% - 50px * 3/4);
    margin-right: 50px;
  }
  .flow ul li:last-child {
    margin-right: 0;
  }
}

.flow ul li .img {
  width: 70%;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .flow ul li .img {
    width: 110px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li .contents {
    width: calc(100% - 120px);
    padding: 10px 0;
  }
}

.flow ul li .title {
  font-size: 20px;
  color: #2784e5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .flow ul li .title {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li .title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1;
  }
}

.flow ul li .text {
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .flow ul li .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li .text {
    font-size: 13px;
  }
}

.qa {
  padding: 60px 0;
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .qa {
    padding: 30px 0;
  }
}

.qa .main-title {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .qa .main-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.qa ul {
  max-width: 800px;
  margin: 0 auto;
}

.qa ul li {
  border: 1px solid #2784e5;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 4px 2px #ccc;
          box-shadow: 0 0 4px 2px #ccc;
  padding: 30px 30px 20px;
}

@media screen and (max-width: 767px) {
  .qa ul li {
    -webkit-box-shadow: 0 0 2px 2px #ccc;
            box-shadow: 0 0 2px 2px #ccc;
    padding: 20px 20px 10px;
    margin-bottom: 12px;
  }
}

.qa ul li:last-child {
  margin-bottom: 0;
}

.qa ul li .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qa ul li .row .icon {
  font-size: 30px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 1;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .qa ul li .row .icon {
    font-size: 22px;
    width: 35px;
    height: 35px;
    top: -4px;
  }
}

.qa ul li .row .icon .wrap {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qa ul li .row .text {
  width: calc(100% - 70px);
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .qa ul li .row .text {
    font-size: 15px;
    width: calc(100% - 45px);
  }
}

.qa ul li .q-wrap {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .qa ul li .q-wrap {
    margin-bottom: 15px;
  }
}

.qa ul li .q-wrap .icon {
  background: #386593;
}

.qa ul li .q-wrap .text {
  color: #386593;
  font-weight: 500;
}

.qa ul li .a-wrap .icon {
  background: #2784e5;
}

.company {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 30px 0;
  }
}

.company .main-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 50px;
  background: #2784e5;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .company .main-title {
    margin-bottom: 20px;
    font-size: 20px;
    padding: 15px 0;
  }
}

.company .wrap {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .company .wrap {
    font-size: 14px;
  }
}

.company .wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.company .wrap .row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .company .wrap .row {
    margin-bottom: 0;
  }
}

.company .wrap .dt {
  font-weight: 500;
  border-bottom: 3px solid #2784e5;
  padding: 10px 20px;
  width: 180px;
}

@media screen and (max-width: 767px) {
  .company .wrap .dt {
    width: 120px;
    padding: 10px;
  }
}

.company .wrap .dd {
  border-bottom: 1px solid #2784e5;
  padding: 10px 20px;
  width: calc(100% - 180px);
}

@media screen and (max-width: 767px) {
  .company .wrap .dd {
    width: calc(100% - 120px);
    padding: 10px;
  }
}

.contact {
  padding: 60px 0;
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
}

.contact .main-title {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contact .main-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.contact .lead {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contact .lead {
    font-size: 13px;
  }
}

.footer {
  background: #386593;
  padding: 20px 0;
}

.footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 340px) {
  .footer .copyright {
    font-size: 10px;
  }
}

.fix-cta-pc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  background: rgb(255, 255, 255, 0.6);
}

.fix-cta-pc .btn {
  width: 33.333333%;
}

.fix-cta-pc .btn a {
  -webkit-transition: .3s;
  transition: .3s;
}

.fix-cta-pc .btn a:hover {
  opacity: .6;
}

.fix-cta-pc .btn:nth-child(1) {
  position: relative;
}

.fix-cta-pc .btn p {
  position: absolute;
  top: 10%;
  left: 29%;
  color: #fff;
  font-size: 2.2vw;
  font-weight: bold;
  text-shadow: 1px 1px 3px #333333;
}

body,
html {
  overflow-x: hidden;
}

.fade-in-element {
  opacity: 1;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity .3s ease, -webkit-transform 1s ease;
  transition: opacity .3s ease, -webkit-transform 1s ease;
  transition: opacity .3s ease, transform 1s ease;
  transition: opacity .3s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-element.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fix-cta-sp .fix-cta-sp-btn {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  background: #2784e5;
  color: #fff;
  padding: 5px 0;
}

.fix-cta-sp-btn {
  position: relative;
}

.fix-cta-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fix-cta-sp {
  opacity: 1;
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
  -webkit-transition: opacity .3s ease, -webkit-transform 1s ease;
  transition: opacity .3s ease, -webkit-transform 1s ease;
  transition: opacity .3s ease, transform 1s ease;
  transition: opacity .3s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fix-cta-sp .icon {
  position: absolute;
  top: 44%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 30px;
}

.fix-cta-sp .icon img {
  vertical-align: middle;
}

.fix-cta-sp.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fix-cta-sp .bottom-wrap {
  display: none;
}

.fix-cta-sp .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  background-color: #f56823;
  /* background: linear-gradient(90deg, #529bff 0%, #539bff 50%, #f56823 50%, #f56823 100%); */
  /* gap: 70px; */
}

.fix-cta-sp .bottom .btn {
  width: 33.333333%;
}

.form-wrap {
  max-width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .form-wrap {
    margin: 30px auto 0;
  }
}

.form-wrap .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 4px solid #2784e5;
  border-bottom: 1px solid #2784e5;
}

@media screen and (max-width: 767px) {
  .form-wrap .title {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}

.form-wrap .row {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .form-wrap .row {
    margin-bottom: 20px;
  }
}

.form-wrap .row .dt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .form-wrap .row .dt {
    font-size: 14px;
  }
}

.form-wrap .row .dt .required-text {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  background: #f20f1a;
  color: #fff;
  line-height: 1;
  padding: 7px 10px;
  font-weight: 300;
}

.form-wrap .row .dt .required-text.no {
  background: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .form-wrap .row .dt .required-text {
    font-size: 12px;
    padding: 5px 8px;
    margin-left: 5px;
  }
}

.form-wrap .row .dd.select-add {
  width: 70%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form-wrap .row .dd.select-add {
    width: 100%;
  }
}

.form-wrap .row .dd.select-add::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #2784e5;
  width: 54px;
  height: 54px;
  pointer-events: none;
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 767px) {
  .form-wrap .row .dd.select-add::after {
    width: 46px;
    height: 46px;
  }
}

.form-wrap .row .dd.select-add::before {
  position: absolute;
  content: "";
  top: 21px;
  right: 21px;
  border-style: solid;
  border-width: 13.0px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .form-wrap .row .dd.select-add::before {
    top: 17px;
    right: 16px;
    border-width: 13.0px 7.5px 0 7.5px;
  }
}

.form-wrap textarea {
  resize: none;
}

@media screen and (max-width: 767px) {
  .form-wrap textarea {
    height: 200px;
  }
}

.form-wrap .lead2 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .form-wrap .lead2 {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.privacy-box {
  border: 1px solid #262626;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  height: 350px;
  overflow: scroll;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .privacy-box {
    padding: 15px;
    height: 200px;
    margin-bottom: 30px;
  }
}

.privacy-box .p-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .privacy-box .p-title {
    font-size: 16px;
  }
}

.privacy-box .sub-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .privacy-box .sub-title {
    font-size: 14px;
  }
}

.privacy-box p {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .privacy-box p {
    font-size: 13px;
  }
}

.submit {
  text-align: center;
  margin: auto;
  width: 90%;
  max-width: 400px;
}

.submit button {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  background: #f56823;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0 6px 0px #763211;
          box-shadow: 0 6px 0px #763211;
  padding: 20px 10px;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  margin-bottom: 50px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .submit button {
    font-size: 16px;
    padding: 10px;
    max-width: 250px;
    margin-bottom: 20px;
  }
}

.submit button:hover {
  opacity: .6;
}

.submit input[type="submit"] {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  background: #f56823;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0 6px 0px #763211;
          box-shadow: 0 6px 0px #763211;
  padding: 20px 10px;
  width: 100%;
  /*max-width: 400px;*/
  font-weight: bold;
  margin-bottom: 50px;
  transition: .3s;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .submit input[type="submit"] {
    font-size: 16px;
    padding: 10px;
    /*max-width: 250px;*/
    margin-bottom: 20px;
  }
}

.submit input[type="submit"]:hover {
  opacity: .6;
}

.error {
  color: red;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .error {
    font-size: 14px;
  }
}

.gray-section {
  background: #f0f0f0;
  padding: 60px 0;
}

.gray-section .box {
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 30px 0;
  background: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px #b4c8dc;
          box-shadow: 0 2px 4px #b4c8dc;
  max-width: 860px;
}

@media screen and (max-width: 767px) {
  .gray-section .box {
    margin-bottom: 20px;
    padding: 20px 15px;
    font-size: 12px;
    text-align: left;
  }
}

@media screen and (max-width: 360px) {
  .gray-section .box {
    font-size: 11px;
  }
}

.gray-section .box .span1 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .gray-section .box .span1 {
    font-size: 16px;
  }
}

.gray-section .box .span1 a {
  color: #000;
}

.gray-section .row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #5d5d5d;
}

@media screen and (max-width: 767px) {
  .gray-section .row {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.gray-section .row .dt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .gray-section .row .dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.gray-section .row .dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .gray-section .row .dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .gray-section {
    padding: 30px 0;
  }
}

.gray-section .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 4px solid #2784e5;
  border-bottom: 1px solid #2784e5;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .gray-section .title {
    border-bottom: 0.5px solid #2784e5;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 10px;
    margin-top: 30px;
  }
}

.gray-section .submit {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .gray-section .submit {
    margin-top: 30px;
  }
}

.gray-section .submit input[type="submit"] {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  background: #f56823;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0 6px 0px #763211;
          box-shadow: 0 6px 0px #763211;
  padding: 20px 10px;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  margin-bottom: 50px;
  transition: .3s;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .gray-section .submit input[type="submit"] {
    font-size: 16px;
    padding: 10px;
    max-width: 250px;
    margin-bottom: 20px;
  }
}

.gray-section .submit input[type="submit"]:hover {
  opacity: .6;
}

.submit2 {
  text-align: center;
}

.submit2 input[type="button"] {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  background: #2784e5;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0 6px 0px #386593;
          box-shadow: 0 6px 0px #386593;
  padding: 20px 10px;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  margin-bottom: 50px;
  transition: .3s;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .submit2 input[type="button"] {
    font-size: 16px;
    padding: 10px;
    max-width: 250px;
    margin-bottom: 20px;
  }
}

.submit2 input[type="button"]:hover {
  opacity: .6;
}

.page-mv {
  background: #2784e5;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 80px 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-mv {
    font-size: 20px;
    padding: 40px 0;
  }
}

.con {
  max-width: 800px;
  margin: 0 auto;
}

.fix-cta-pc {
  z-index: 100;
}

.top-back {
  text-align: center;
}

.top-back a {
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  background: #f56823;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0 6px 0px #763211;
          box-shadow: 0 6px 0px #763211;
  padding: 20px 10px;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  margin-bottom: 50px;
  transition: .3s;
  border: none !important;
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .top-back a {
    font-size: 16px;
    padding: 10px;
    max-width: 250px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.top-back a:hover {
  opacity: .6;
}