@charset "UTF-8";
.u-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.u-bg-01 {
  background-image: url(../images/kv-bg.jpg);
}

@media screen and (max-width: 768px) {
  .u-bg-01 {
    background-image: url(../images/kv-bg-sp.png);
  }
}

.u-bg-02 {
  background-image: url(../images/bg-01.png);
}

@media screen and (max-width: 768px) {
  .u-bg-02 {
    background-size: cover;
  }
}

.u-bg-03 {
  background-image: url(../images/bg-02.png);
}

@media screen and (max-width: 768px) {
  .u-bg-03 {
    background-size: cover;
  }
}

.u-hover:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.c-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.c-kv {
  position: relative;
  margin-bottom: 100px;
  overflow-x: clip;
}

@media screen and (max-width: 768px) {
  .c-kv {
    margin-bottom: 0;
  }
}

.c-kv__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-kv__main img {
  max-width: 100%;
  height: auto;
}

.c-kv__main--pc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-kv__main--sindan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  .c-kv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

.c-line-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}

.c-line-btn img {
  max-width: 100%;
}

.c-support {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .c-support {
    margin-top: 20px;
  }
}

.c-support__wrap {
  width: 100%;
  max-width: 1160px;
  border: 4px solid rgba(117, 166, 248, 0.7);
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .c-support__wrap {
    padding: 0 10px;
    border-radius: 15px;
  }
}

.c-support__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
}

.c-support__ttl img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-support__ttl {
    padding: 0 5px;
  }
}

.c-support__main {
  padding: 57px 65px 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 768px) {
  .c-support__main {
    padding: 18px 15px;
    margin: 0 -6px;
  }
}

.c-support__meadia {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 42px;
}

.c-support__meadia img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-support__meadia {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
}

.c-support__meadia:hover {
  opacity: 0.7;
}

.c-block {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.c-block__knowledge--img {
  text-align: center;
}

.c-block__knowledge--img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-block__knowledge--img img {
    max-width: 90%;
  }
}

.c-block__knowledge--txt {
  font-size: 24px;
  background: #fff;
  border: 5px solid #000;
  padding: 45px 30px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .c-block__knowledge--txt {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .c-block__knowledge--txt {
    font-size: 16px;
    border: 3px solid #000;
    margin: 0 auto;
    padding: 15px;
  }
}

.c-block__knowledge--txt::before {
  content: "";
  position: absolute;
  background-color: #ff9b3a;
  border: 5px solid #000;
  z-index: -1;
  bottom: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-block__knowledge--txt::before {
    border: 3px solid #000;
    bottom: -12px;
    left: -12px;
  }
}

.c-block__case--img {
  text-align: center;
}

.c-block__case--img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-block__case--img img {
    max-width: 90%;
  }
}

.c-block__case--txt {
  font-size: 24px;
  font-weight: bold;
  margin-left: auto;
  padding: 15px 30px;
  border: 4px solid #264be9;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1100px) {
  .c-block__case--txt {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
    padding: 15px;
  }
}

.c-block__case--txt .list {
  position: relative;
}

.c-block__case--txt .list .item {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .c-block__case--txt .list .item {
    padding-left: 20px;
  }
}

.c-block__case--txt .list .item::before {
  content: "●";
  position: absolute;
  left: 0;
}

.c-block-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-block-center img {
  max-width: 100%;
  height: auto;
}

.c-block-01 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-block-01 {
    margin-top: 30px;
  }
}

.c-block-02 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-block-02 {
    margin-top: 60px;
  }
}

.c-block-03 {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .c-block-03 {
    margin-top: 35px;
  }
}

.c-block-04 {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .c-block-04 {
    margin-top: 60px;
  }
}

.c-block-05 {
  margin-top: 62px;
}

@media screen and (max-width: 768px) {
  .c-block-05 {
    margin-top: 35px;
  }
}

.c-block-06 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-block-06 {
    margin-top: 40px;
    padding: 0 15px;
  }
}

.c-block-08 {
  margin-top: 122px;
}

@media screen and (max-width: 768px) {
  .c-block-08 {
    margin-top: 50px;
  }
}

.c-block-09 {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .c-block-09 {
    margin-top: 35px;
  }
}

.c-block-10 {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .c-block-10 {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.c-block-11 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-block-11 {
    margin-top: 30px;
  }
}

.c-block-11 img {
  width: 100%;
}

.c-block-11 a {
  color: #000;
}

.c-story__ttl {
  background: #fffea1;
  border: 2px solid #ddb63e;
  padding: 10px;
  margin-bottom: 35px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .c-story__ttl {
    margin-bottom: 15px;
  }
}

.c-story__ttl--img {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .c-story__ttl--img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-story__ttl--img img {
    width: 30px;
    height: auto;
  }
}

.c-story__ttl--txt {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .c-story__ttl--txt {
    font-size: 18px;
    line-height: 1.3;
  }
}

.c-story__persona {
  text-align: right;
  margin-bottom: 20px;
}

.c-story__txt--figure {
  position: relative;
  padding: 150px 0 100px;
}

@media screen and (max-width: 1200px) {
  .c-story__txt--figure {
    padding: 30px 0;
  }
}

.c-story__txt--figure .img01 {
  max-width: 100%;
}

.c-story__txt--figure .img02 {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1200px) {
  .c-story__txt--figure .img02 {
    max-width: 100%;
  }
}

.c-one-point {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .c-one-point {
    max-width: 90%;
    margin: 0 auto;
  }
}

.c-one-point__img {
  position: absolute;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .c-one-point__img {
    top: -30px;
    left: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .c-one-point__img img {
    max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .c-one-point__img img {
    max-width: 100px;
  }
}

.c-one-point__txt {
  font-size: 24px;
  font-weight: bold;
  max-width: 80%;
  margin-left: auto;
  padding: 15px 15px 15px 50px;
  border: 4px solid #4f9cf3;
  position: relative;
  background-color: #c0fcfa;
  border-radius: 15px;
}

@media screen and (max-width: 1100px) {
  .c-one-point__txt {
    max-width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  .c-one-point__txt {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 15px 15px 15px;
  }
}

@media screen and (max-width: 768px) {
  .sec-01 {
    padding-bottom: 50px;
  }
}

.sec-02 {
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  .sec-02 {
    padding-top: 40px;
  }
}

.c-voice__ttl {
  background: #0098e7;
  border: 3px solid #fff;
  border-radius: 3px;
  padding: 15px 10px;
}

@media screen and (max-width: 1100px) {
  .c-voice__ttl {
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-voice__ttl img {
    max-width: 200px;
  }
}

.c-voice__main {
  margin-top: 25px;
  background-color: #fff;
  padding: 45px 115px 40px 40px;
}

@media screen and (max-width: 768px) {
  .c-voice__main {
    padding: 25px 0 20px;
  }
}

.c-voice__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .c-voice__item {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px) {
  .c-voice__item:nth-of-type(odd) {
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .c-voice__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-voice__item--avatar img {
  width: 130px;
  height: 130px;
  background: #833ab4;
  background: -webkit-gradient(linear, left top, right top, from(#833ab4), color-stop(50%, #fd1d1d), to(#fcb045));
  background: -webkit-linear-gradient(left, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  padding: 5px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
}

.c-voice__item--text {
  margin: 0 60px;
  width: 630px;
  font-size: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .c-voice__item--text {
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
  }
}

.c-qa {
  border: 4px solid rgba(117, 166, 248, 0.7);
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 45px 0 120px 0;
}

@media screen and (max-width: 768px) {
  .c-qa {
    padding: 30px 0 80px 0;
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-qa__ttl img {
    max-width: 150px;
  }
}

.c-qa__main {
  margin-top: 87px;
  padding: 0 20px 0 76px;
}

@media screen and (max-width: 768px) {
  .c-qa__main {
    margin-top: 20px;
    padding: 0 15px;
  }
}

.c-qa__item {
  width: 100%;
  max-width: 970px;
  border-bottom: 1px solid #0098e7;
  padding-top: 35px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-qa__item {
    padding: 25px 0 30px;
  }
}

.c-qa__item--q, .c-qa__item--a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-qa__item--q {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-qa__item--q {
    margin-bottom: 15px;
  }
}

.c-qa__item--q p,
.c-qa__item--a p {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .c-qa__item--q p,
  .c-qa__item--a p {
    font-size: 14px;
  }
}

.c-qa__item--q p {
  font-weight: bold;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-qa__item--q p {
    padding-top: 5px;
  }
}

.c-qa__item--q:before, .c-qa__item--a:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .c-qa__item--q:before, .c-qa__item--a:before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}

.c-qa__item--q:before {
  background-image: url(../images/icon-q.png);
}

.c-qa__item--a:before {
  background-image: url(../images/icon-a.png);
}

.c-block-deco {
  position: relative;
}

.c-text-bottom {
  position: absolute;
  font-size: 18px;
  right: 45px;
  bottom: 45px;
}

@media screen and (max-width: 768px) {
  .c-text-bottom {
    font-size: 14px;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    text-align: center;
  }
}

.c-fixed-btn {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .c-fixed-btn {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .c-fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
  }
  .c-fixed-btn.remove {
    opacity: 0;
    visibility: hidden;
  }
  .c-fixed-btn a {
    display: block;
  }
  .c-fixed-btn a img {
    width: 100%;
  }
  .c-fixed-btn a:hover {
    opacity: 0.7;
  }
}

.c-fixed-btn::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 25px;
  height: 100%;
  display: inline-block;
  top: -150px;
  left: 0;
  -webkit-animation: shiny 2.5s ease-in-out infinite;
          animation: shiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
