@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  color: #1d1d1f;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

body {
  position: relative;
  background-color: #f5f5fc;
}

body .wrapper {
  overflow-x: hidden;
}

p {
  margin-bottom: 1em;
  font-weight: 700;
  color: #6e6e73;
  line-height: 1.6;
  text-align: justify;
}

.pc {
  display: none;
}

.shdw {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.cnr {
  border-radius: 15px;
  overflow: hidden;
}

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

a:hover {
  cursor: pointer;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  text-decoration: none;
}

header .pc_wide {
  padding: 15px;
  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;
  background-color: #f5f5fc;
}

header .pc_wide h1 {
  font-size: 20px;
  font-weight: 800;
}

header .pc_wide .h_logo {
  max-width: 110px;
  width: 20vw;
  display: inline-block;
}

header .pc_wide .hdr_btn {
  background: -webkit-gradient(linear, left top, right top, from(#f7b710), to(#ff6e00));
  background: linear-gradient(90deg, #f7b710, #ff6e00);
  border-radius: 20px;
  border: none;
  padding: 5px 6vw;
  color: #fff;
  font-weight: 700;
  font-size: 80%;
  line-height: 2;
}

.kv {
  position: relative;
  width: 100%;
  padding: 30px 0 60px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
}

.kv a {
  display: none;
}

.kv p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 5px;
  z-index: 100;
  position: relative;
}

.kv h1 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  z-index: 100;
}

.kv .kv_wrap:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(#f7b710), to(#ff6e00));
  background: linear-gradient(#f7b710, #ff6e00);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  top: 0;
  width: 110%;
  height: 100%;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-radius: 15px;
}

.kv img {
  z-index: 0;
  width: 180px;
  position: absolute;
  bottom: -50px;
}

.kv .left {
  left: -30px;
}

.kv .right {
  right: -30px;
}

section h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}

.about {
  padding: 27.5px;
}

.about .about-box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

.about .about-box_wrap .title_item p {
  font-weight: 800;
  color: #1d1d1f;
  font-size: 20px;
  letter-spacing: -1.5px;
}

.about .about-box_wrap .img_item {
  margin-bottom: 30px;
}

.flow {
  padding: 27.5px;
}

.flow img {
  margin: auto;
}

.jcg {
  padding: 27.5px;
}

.jcg .jcg_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jcg .jcg_item_wrap .jcg_item {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.jcg .jcg_item_wrap .jcg_item img {
  width: 90px;
  margin: auto;
  display: block;
}

.jcg .jcg_item_wrap .jcg_title {
  text-align: center;
  color: #1d1d1f;
  font-size: 20px;
}

.jcg .jcg_item_wrap .jcg_title span {
  color: #6e6e73;
  font-size: 14px;
  display: block;
}

.jcg .jcg_item_wrap .jcg_text {
  margin: 0;
}

.pv {
  padding: 27.5px;
  background: url(../img/pv_img.jpg?1) center no-repeat;
  background-size: 150%;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.pv::before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pv p {
  position: relative;
  color: #fff;
  letter-spacing: -1.1px;
}

.pv p.pv_title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 5px;
}

.pv a {
  background: -webkit-gradient(linear, left top, right top, from(#f7b710), to(#ff6e00));
  background: linear-gradient(90deg, #f7b710, #ff6e00);
  border-radius: 20px;
  border: none;
  padding: 10px 7vw;
  position: relative;
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
}

.case {
  margin-bottom: 50px;
}

.case h2 {
  margin-bottom: 0;
}

footer {
  background-color: #1d1d1f;
  padding: 100px 0 50px;
  text-align: center;
}

footer a {
  display: inline-block;
  margin: 0 auto 90px;
}

footer a img {
  width: 235px;
}

footer .copy {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* Animation */
.fade {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.fade.scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*　1024px　*/
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .pc_wide {
    max-width: 90%;
    margin: auto;
  }
  section h2 {
    font-size: 3vw;
    margin-bottom: 1.5em;
  }
  header .pc_wide {
    margin: 30px auto;
  }
  header .pc_wide h1 {
    font-size: 32px;
  }
  header .pc_wide .hdr_btn {
    width: 200px;
    padding: 10px 0;
    border-radius: 35px;
    font-size: 18px;
    text-align: center;
  }
  .kv .kv_wrap {
    height: 30vw;
  }
  .kv .kv_wrap h1 {
    margin-bottom: 2vw;
  }
  .kv .kv_wrap .kv_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .kv .kv_wrap .kv_txt a {
    display: inline-block;
    width: 200px;
    padding: 20px;
    border-radius: 35px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #ff6e00;
    background-color: #fff;
    text-shadow: none;
  }
  .kv .kv_wrap p {
    font-size: 2vw;
  }
  .kv .kv_wrap h1 {
    font-size: 4vw;
  }
  .kv .kv_wrap br {
    display: none;
  }
  .kv .kv_wrap::before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f7b710), to(#ff6e00));
    background: linear-gradient(90deg, #f7b710, #ff6e00);
  }
  .kv img {
    width: 30vw;
  }
  .about {
    margin: 10vw auto 0;
  }
  .about.pc_wide {
    width: 80%;
  }
  .about .about-box_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    grid-column-gap: 7vw;
    grid-row-gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7vw;
  }
  .about .about-box_wrap .img_item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-bottom: 0;
  }
  .about .about-box_wrap .img_item.r {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .about .about-box_wrap .title_item p {
    font-size: 1.7vw;
    margin-bottom: 10px;
  }
  .about .about-box_wrap .text_item p {
    font-size: 1vw;
  }
  .flow.pc_wide {
    width: 80%;
    margin-bottom: 7vw;
  }
  .jcg h2 br {
    display: none;
  }
  .jcg.pc_wide {
    width: 80%;
    margin-bottom: 7vw;
  }
  .jcg .jcg_item_wrap .jcg_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jcg .jcg_item_wrap .jcg_item img {
    width: 10vw;
  }
  .jcg .jcg_item_wrap .jcg_item div {
    width: 70%;
  }
  .jcg .jcg_item_wrap .jcg_item div p {
    text-align: justify;
  }
  .jcg .jcg_item_wrap .jcg_item div p.jcg_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .pv {
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    padding: 3vw 0;
  }
  .pv.pc_wide {
    width: 80%;
    margin-bottom: 7vw;
  }
  .pv p.pv_title {
    font-size: 3vw;
  }
  .pv p.pv_text {
    text-align: center;
    font-size: 21px;
  }
  .pv a {
    width: 200px;
    padding: 15px 0;
    border-radius: 35px;
    border: none;
    margin: 50px auto 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .case h2 {
    margin-bottom: 1.5em;
  }
  .case h2 br {
    display: none;
  }
  .case.pc_wide {
    width: 83%;
    margin-bottom: 7vw;
  }
}
/*# sourceMappingURL=style.css.map */