@charset "UTF-8";
.pc_item {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc_item {
    display: none;
  }
}

.sp_item {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_item {
    display: block;
  }
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background-color: #f4f2ea;
}
@supports (-webkit-touch-callout: none) {
  body {
    -webkit-font-feature-settings: "tnum";
            font-feature-settings: "tnum";
  }
}

.lp_wrap {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lp_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap {
    width: 100vw;
  }
}
.lp_wrap * {
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp_wrap a {
  color: #333333;
  text-decoration: none;
  vertical-align: baseline;
}
.lp_wrap a:hover {
  opacity: 0.8;
}
.lp_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.lp_wrap ul li {
  list-style: none;
}
.lp_wrap table {
  border-spacing: 0;
}

/* =========================================================
  resetここまで
========================================================= */
@media screen and (max-width: 1000px) {
  .lp_wrap {
    width: 100vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap {
    width: 100vw;
  }
}

.fix_header {
  position: fixed;
  width: 100%;
  height: 130px;
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  .fix_header {
    height: 13vw;
  }
}
@media screen and (max-width: 750px) {
  .fix_header {
    height: 11.2vw;
  }
}
.fix_header.fix_header2 {
  background-color: rgba(255, 255, 255, 0.9);
}
.fix_header .fix_l_area {
  position: fixed;
  left: calc((100% - 1000px) / 2 - 240px);
  top: 30px;
  width: calc((100% - 1000px) / 2);
  z-index: 999;
}
@media screen and (max-width: 1500px) {
  .fix_header .fix_l_area {
    left: 20px;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .fix_header .fix_l_area {
    display: block;
    width: auto;
    top: 2.67vw;
    left: 6.67vw;
  }
}
.fix_header .fix_l_area .fix_l_area_in {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .fix_header .fix_l_area .fix_l_area_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
.fix_header .fix_l_area .fix_l_logo {
  width: 184px;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .fix_header .fix_l_area .fix_l_logo {
    width: 26.53vw;
    height: 4.53vw;
  }
}
.fix_header .fix_l_area .fix_l_txt {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 750px) {
  .fix_header .fix_l_area .fix_l_txt {
    margin-top: 0;
    margin-left: 2.67vw;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }
}
.fix_header .fix_l_area .fix_l_txt .blue {
  color: #1496b4;
}
.fix_header .fix_r_area {
  position: fixed;
  top: 40px;
  left: calc((100% - 1000px) / 2 + 1000px + 40px);
  width: calc((100% - 1000px) / 2);
  z-index: 999;
}
@media screen and (max-width: 1500px) {
  .fix_header .fix_r_area {
    right: 20px;
    left: auto;
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .fix_header .fix_r_area {
    top: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .fix_header .fix_r_area {
    display: block;
    top: 1.33vw;
    left: auto;
    right: 0;
    width: 32vw;
  }
}
@media screen and (max-width: 750px) {
  .fix_header .fix_r_area .fix_r_area_in {
    width: 32vw;
  }
}
.fix_header .fix_r_area .fix_r_btn {
  display: block;
  background: #64be46;
  width: 200px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  border-radius: 4px;
}
@media screen and (max-width: 750px) {
  .fix_header .fix_r_area .fix_r_btn {
    width: 32vw;
    height: 8.67vw;
    text-align: center;
    color: #fff;
    font-size: 2.93vw;
    line-height: 8.67vw;
    border-radius: 0 0 0 0.53vw;
  }
}

.contents_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  .contents_wrap {
    position: relative;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 100vw;
  }
}
@media screen and (max-width: 750px) {
  .contents_wrap {
    position: relative;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 100vw;
  }
}

.fv_area .fv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .fv_area .fv_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.fv_area .fv_in_wrap {
  padding-top: 160px;
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_in_wrap {
    padding-top: 16vw;
    width: 50vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_in_wrap {
    padding-top: 0vw;
    width: 100vw;
  }
}
.fv_area .fv_onestop_tit_area {
  text-align: center;
  padding-left: 14px;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_onestop_tit_area {
    padding-left: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_onestop_tit_area {
    padding-left: 1.87vw;
  }
}
.fv_area .fv_onestop_tit {
  display: inline-block;
  margin-top: 33px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_onestop_tit {
    margin-top: 3.3vw;
    margin-bottom: 2vw;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_onestop_tit {
    margin-top: 6vw;
    margin-bottom: 3.33vw;
    font-size: 4.4vw;
  }
}
.fv_area .fv_onestop_tit::after, .fv_area .fv_onestop_tit::before {
  content: "";
  display: block;
  background: url("../images/fv_onestop_tit.png") no-repeat center/100%;
  position: absolute;
  top: 0px;
  left: -35px;
  width: 17px;
  height: 32px;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_onestop_tit::after, .fv_area .fv_onestop_tit::before {
    left: -3.5vw;
    width: 1.7vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_onestop_tit::after, .fv_area .fv_onestop_tit::before {
    background: url("../images/fv_onestop_tit_sp.png") no-repeat center/100%;
    top: -0.67vw;
    left: -4.67vw;
    width: 2.93vw;
    height: 5.6vw;
  }
}
.fv_area .fv_onestop_tit::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: -35px;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_onestop_tit::before {
    right: -3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_onestop_tit::before {
    right: -4.67vw;
  }
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_img {
    width: 48vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_img {
    width: 100vw;
  }
}
.fv_area .fv_onestop_txt {
  margin-top: 9px;
  padding-left: 12px;
  color: #231f20;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_onestop_txt {
    margin-top: 0.9vw;
    padding-left: 1.2vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_onestop_txt {
    margin-top: 3.33vw;
    padding-left: 0vw;
    font-size: 3.73vw;
  }
}
.fv_area .fv_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 160px;
  margin-top: 25px;
  padding-left: 70px;
  border: 1px solid #8cc63f;
  border-radius: 8px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_btn_box {
    width: 97vw;
    height: 16vw;
    margin: 2.5vw auto 0;
    padding-left: 7vw;
    border-radius: 0.8vw;
    -webkit-filter: drop-shadow(1vw 1vw 1vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(1vw 1vw 1vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_btn_box {
    display: block;
    width: 86.67vw;
    height: 42.67vw;
    margin: 7.6vw auto 0;
    padding-top: 4vw;
    padding-left: auto;
    border-radius: 1.07vw;
    -webkit-filter: drop-shadow(1.33vw 1.33vw 1.33vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(1.33vw 1.33vw 1.33vw rgba(0, 0, 0, 0.2));
  }
}
.fv_area .fv_btn_txt {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_btn_txt {
    font-size: 2.2vw;
    line-height: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_btn_txt {
    text-align: center;
    font-size: 3.47vw;
    line-height: 5.6vw;
  }
}
.fv_area .fv_btn {
  display: block;
  width: 500px;
  height: 100px;
  border-radius: 50px;
  margin-left: 37px;
  padding-right: 17px;
  font-size: 24px;
  line-height: 100px;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #64be46;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_btn {
    width: 50vw;
    height: 10vw;
    border-radius: 5vw;
    margin-left: 3.7vw;
    padding-right: 1.7vw;
    font-size: 2.4vw;
    line-height: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_btn {
    width: 74.67vw;
    height: 18.67vw;
    border-radius: 9.33vw;
    margin: 2.93vw auto 0;
    padding-top: 2.93vw;
    padding-right: 2.27vw;
    font-size: 4vw;
    line-height: 5.6vw;
  }
}
.fv_area .fv_btn::after {
  content: "";
  display: block;
  background: url("../images/fv_btn_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 21px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .fv_area .fv_btn::after {
    right: 2.1vw;
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_btn::after {
    background: url("../images/fv_btn_arrow_sp.png") no-repeat center/100%;
    right: 2.8vw;
    width: 6.67vw;
    height: 6.67vw;
  }
}

.all_area {
  margin-top: 94px;
}
@media screen and (max-width: 1200px) {
  .all_area {
    margin-top: 9.4vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area {
    margin-top: 12.53vw;
  }
}
.all_area .all_tit_area {
  text-align: center;
  padding-left: 24px;
}
@media screen and (max-width: 1200px) {
  .all_area .all_tit_area {
    padding-left: 2.4vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_tit_area {
    padding-left: 3.2vw;
  }
}
.all_area .all_tit {
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.07em;
  font-weight: 900;
  color: #1a1a1a;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .all_area .all_tit {
    font-size: 4.8vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_tit {
    font-size: 6.67vw;
    line-height: 8.27vw;
  }
}
.all_area .all_tit::after, .all_area .all_tit::before {
  content: "";
  display: block;
  background: url("../images/all_tit.png") no-repeat center/100%;
  position: absolute;
  top: 35px;
  left: -72px;
  width: 48px;
  height: 94px;
}
@media screen and (max-width: 1000px) {
  .all_area .all_tit::after, .all_area .all_tit::before {
    top: 3.5vw;
    left: -7.2vw;
    width: 4.8vw;
    height: 9.4vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_tit::after, .all_area .all_tit::before {
    background: url("../images/all_tit_sp.png") no-repeat center/100%;
    top: 2vw;
    left: -9.6vw;
    width: 9.07vw;
    height: 24.4vw;
  }
}
.all_area .all_tit::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: -50px;
}
@media screen and (max-width: 1000px) {
  .all_area .all_tit::before {
    right: -5vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_tit::before {
    right: -8.8vw;
  }
}
.all_area .all_tit * {
  color: #1a1a1a;
  letter-spacing: 0.07em;
}
.all_area .all_tit .blue {
  font-size: 100%;
  color: #1496b4;
}
.all_area .all_tit .small {
  margin-left: -20px;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .all_area .all_tit .small {
    margin-left: -2vw;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_tit .small {
    margin-left: -2.67vw;
    font-size: 4.53vw;
  }
}
.all_area .all_tit .more_small {
  font-size: 80%;
  font-weight: 500;
  color: #4d4d4d;
}
.all_area .all_tit .main_small {
  font-size: 80%;
}
.all_area .all_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 76px auto 0;
}
@media screen and (max-width: 1000px) {
  .all_area .all_list {
    width: 96vw;
    margin: 7.6vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_list {
    display: block;
    width: 80vw;
    margin: 8.8vw auto 0;
  }
}
.all_area .all_list .list_item {
  width: 300px;
  height: 350px;
  border-radius: 10px;
  margin-bottom: 60px;
  padding-top: 118px;
  background-color: #fff;
  border: 2px solid #cccccc;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .all_area .all_list .list_item {
    width: 30vw;
    height: 35vw;
    border-radius: 1vw;
    margin-bottom: 6vw;
    padding-top: 11.8vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_list .list_item {
    width: 80vw;
    height: auto;
    border-radius: 1.33vw;
    margin-bottom: 8vw;
    padding-top: 6.67vw;
    padding-bottom: 6.67vw;
  }
}
.all_area .all_list .list_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: -32px;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1000px) {
  .all_area .all_list .list_item::after {
    top: -3.2vw;
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_list .list_item::after {
    top: 4.53vw;
    left: 4.8vw;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 16vw;
    height: 16vw;
  }
}
.all_area .all_list .list_item:nth-of-type(1)::after {
  background: url("../images/all_list_01.png") no-repeat center/100%;
}
.all_area .all_list .list_item:nth-of-type(2)::after {
  background: url("../images/all_list_02.png") no-repeat center/100%;
}
.all_area .all_list .list_item:nth-of-type(3)::after {
  background: url("../images/all_list_03.png") no-repeat center/100%;
}
.all_area .all_list .list_item:nth-of-type(4)::after {
  background: url("../images/all_list_04.png") no-repeat center/100%;
}
.all_area .all_list .list_item:nth-of-type(5)::after {
  background: url("../images/all_list_05.png") no-repeat center/100%;
}
.all_area .all_list .list_item:nth-of-type(6)::after {
  background: url("../images/all_list_06.png") no-repeat center/100%;
}
.all_area .all_list .list_item:nth-of-type(n+4) {
  height: 380px;
  padding-top: 128px;
}
@media screen and (max-width: 1000px) {
  .all_area .all_list .list_item:nth-of-type(n+4) {
    height: 38vw;
    padding-top: 12.8vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_list .list_item:nth-of-type(n+4) {
    height: auto;
    padding-top: 6.67vw;
  }
}
.all_area .all_list .list_tit {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .all_area .all_list .list_tit {
    font-size: 2vw;
    line-height: 2.6vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_list .list_tit {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3em;
    margin-left: 24.67vw;
    font-size: 4vw;
    line-height: 6.13vw;
  }
}
.all_area .all_list .list_txt {
  width: 250px;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1000px) {
  .all_area .all_list .list_txt {
    width: 25vw;
    margin: 1.4vw auto 0;
    font-size: 1.6vw;
    line-height: 2.6vw;
  }
}
@media screen and (max-width: 750px) {
  .all_area .all_list .list_txt {
    width: 68vw;
    margin: 4.67vw auto 0;
    font-size: 3.47vw;
    line-height: 6.13vw;
  }
}

.campaign_area {
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 1200px) {
  .campaign_area {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area {
    margin-top: 2.67vw;
    border: none;
  }
}
.campaign_area .campaign_tit {
  padding-top: 62px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #1a1a1a;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_tit {
    padding-top: 6.2vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_tit {
    border-top: 1px solid #b3b3b3;
    width: 86.67vw;
    margin: 0 auto;
    padding-top: 12vw;
    font-size: 4.8vw;
  }
}
.campaign_area .campaign_list {
  width: 880px;
  margin-top: 67px;
  margin-left: 62px;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list {
    width: 88vw;
    margin-top: 6.7vw;
    margin-left: 6.2vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list {
    width: 84vw;
    margin: 18.67vw auto 0;
  }
}
.campaign_area .campaign_list .list_item {
  background-color: #fff;
  min-height: 350px;
  margin-bottom: 50px;
  padding-top: 60px;
  padding-bottom: 44px;
  padding-left: 279px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item {
    min-height: 35vw;
    margin-bottom: 5vw;
    padding-top: 6vw;
    padding-bottom: 4.4vw;
    padding-left: 27.9vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item {
    min-height: auto;
    margin-bottom: 20vw;
    padding-top: 38.67vw;
    padding-bottom: 8.53vw;
    padding-left: 0vw;
    border-radius: 1.33vw;
  }
}
.campaign_area .campaign_list .list_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 270px;
  height: 310px;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_list .list_item::after {
    left: -4vw;
    width: 27vw;
    height: 31vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item::after {
    top: -13.33vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 41.33vw;
    height: 46.8vw;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(1)::after {
  background: url("../images/campaign_list_01.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(1)::after {
    background: url("../images/campaign_list_01_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(2)::after {
  background: url("../images/campaign_list_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(2)::after {
    background: url("../images/campaign_list_02_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(3)::after {
  background: url("../images/campaign_list_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(3)::after {
    background: url("../images/campaign_list_03_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(4)::after {
  background: url("../images/campaign_list_04.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(4)::after {
    background: url("../images/campaign_list_04_sp.png") no-repeat center/100%;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(5) {
    margin-bottom: 0;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(5)::after {
  background: url("../images/campaign_list_05.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(5)::after {
    background: url("../images/campaign_list_05_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item .list_tit {
  font-size: 34px;
  color: #14468c;
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_list .list_item .list_tit {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item .list_tit {
    font-size: 5.33vw;
    line-height: 7.2vw;
    text-align: center;
  }
}
.campaign_area .campaign_list .list_item .list_tit .small {
  font-size: 80%;
  color: #14468c;
  font-weight: 500;
}
.campaign_area .campaign_list .list_item .list_txt {
  width: 560px;
  margin-top: 26px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_list .list_item .list_txt {
    width: 56vw;
    margin-top: 2.6vw;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item .list_txt {
    width: 68vw;
    margin: 3.47vw auto 0;
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
}
.campaign_area .campaign_others_area {
  background: url("../images/campaign_others_bg.png") no-repeat center/100%;
  width: 1000px;
  height: 561px;
  margin-top: 132px;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_area {
    width: 100vw;
    height: 56.1vw;
    margin-top: 13.2vw;
    padding-top: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_area {
    background: url("../images/campaign_others_bg_sp.png") no-repeat center/100%;
    width: 86.67vw;
    height: 150.8vw;
    margin: 13.33vw auto 0;
    padding-top: 9.33vw;
  }
}
.campaign_area .campaign_others_tit_area {
  position: absolute;
  left: 0;
  top: -26px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_tit_area {
    top: -2.6vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_tit_area {
    top: -3.47vw;
  }
}
.campaign_area .campaign_others_tit {
  position: relative;
  display: inline-block;
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_tit {
    font-size: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_tit {
    font-size: 5.33vw;
  }
}
.campaign_area .campaign_others_tit::after, .campaign_area .campaign_others_tit::before {
  content: "";
  display: block;
  background: url("../images/campaign_others_tit.png") no-repeat center/100%;
  position: absolute;
  top: -5px;
  left: -35px;
  width: 26px;
  height: 49px;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_tit::after, .campaign_area .campaign_others_tit::before {
    top: -0.5vw;
    left: -3.5vw;
    width: 2.6vw;
    height: 4.9vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_tit::after, .campaign_area .campaign_others_tit::before {
    background: url("../images/campaign_others_tit_sp.png") no-repeat center/100%;
    top: -0.67vw;
    left: -6vw;
    width: 4.27vw;
    height: 8.53vw;
  }
}
.campaign_area .campaign_others_tit::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: -35px;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_tit::before {
    right: -3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_tit::before {
    right: -6vw;
  }
}
.campaign_area .campaign_others_list {
  width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_list {
    width: 78vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_list {
    display: block;
    width: 57.33vw;
    margin-left: 17.33vw;
  }
}
.campaign_area .campaign_others_list .list_item {
  width: 240px;
  height: 170px;
  padding-top: 94px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_list .list_item {
    width: 24vw;
    height: 17vw;
    padding-top: 9.4vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_list .list_item {
    width: 57.33vw;
    height: 21.33vw;
    margin-bottom: 2.67vw;
    padding-top: 0vw;
    padding-left: 16vw;
    font-size: 4.53vw;
    line-height: 6.13vw;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.campaign_area .campaign_others_list .list_item::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_list .list_item::after {
    top: -3vw;
    width: 11vw;
    height: 11vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_list .list_item::after {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    left: -7.33vw;
    width: 18.67vw;
    height: 18.67vw;
  }
}
.campaign_area .campaign_others_list .list_item:nth-of-type(1)::after {
  background: url("../images/campaign_others_list_01.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_list .list_item:nth-of-type(1)::after {
    background: url("../images/campaign_others_list_01_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_others_list .list_item:nth-of-type(2)::after {
  background: url("../images/campaign_others_list_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_list .list_item:nth-of-type(2)::after {
    background: url("../images/campaign_others_list_02_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_others_list .list_item:nth-of-type(3)::after {
  background: url("../images/campaign_others_list_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_list .list_item:nth-of-type(3)::after {
    background: url("../images/campaign_others_list_03_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_others_list_txt {
  margin-top: 11px;
  margin-right: 82px;
  text-align: right;
  font-size: 20px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_list_txt {
    margin-top: 1.1vw;
    margin-right: 8.2vw;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_list_txt {
    margin-top: 1.47vw;
    margin-right: 12vw;
    font-size: 3.2vw;
  }
}
.campaign_area .campaign_others_txt {
  margin-top: 32px;
  margin-left: 426px;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_txt {
    margin-top: 3.2vw;
    margin-left: 42.6vw;
    font-size: 2.2vw;
    line-height: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_txt {
    margin-top: 4.93vw;
    margin-left: auto;
    font-size: 4vw;
    line-height: 5.33vw;
    text-align: center;
  }
}
.campaign_area .campaign_others_lead {
  margin-top: 10px;
  margin-left: 422px;
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .campaign_area .campaign_others_lead {
    margin-top: 1vw;
    margin-left: 42.2vw;
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_others_lead {
    margin-top: 2vw;
    margin-left: auto;
    font-size: 5.6vw;
    text-align: center;
  }
}

.plan_area .plan_tit {
  background: url("../images/plan_tit_bg.png") no-repeat center/100%;
  width: 313px;
  height: 127px;
  margin: 92px auto 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .plan_area .plan_tit {
    width: 31.3vw;
    height: 12.7vw;
    margin: 9.2vw auto 0;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_tit {
    width: 41.73vw;
    height: 16.93vw;
    margin: 16vw auto 0;
    font-size: 4.8vw;
  }
}
.plan_area .plan_txt {
  margin-top: 23px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .plan_area .plan_txt {
    margin-top: 2.3vw;
    font-size: 1.8vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_txt {
    margin-top: 4.53vw;
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
}
.plan_area .plan_list {
  width: 1000px;
  margin: 47px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .plan_area .plan_list {
    width: 98vw;
    margin: 4.7vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_list {
    display: block;
    width: 84vw;
    margin: 8vw auto 0;
  }
}
.plan_area .plan_list .list_item {
  background: url("../images/plan_list_bg_01.png") no-repeat center/100%;
  width: 192px;
  height: 280px;
  padding-top: 13px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .plan_area .plan_list .list_item {
    width: 19vw;
    height: 28vw;
    padding-top: 1.3vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_list .list_item {
    background: url("../images/plan_list_bg_01_sp.png") no-repeat center/100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84vw;
    height: 22.67vw;
    padding-top: 0vw;
    margin-bottom: 2.67vw;
  }
}
.plan_area .plan_list .list_item:nth-of-type(even) {
  background: url("../images/plan_list_bg_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .plan_area .plan_list .list_item:nth-of-type(even) {
    background: url("../images/plan_list_bg_01_sp.png") no-repeat center/100%;
  }
}
.plan_area .plan_list .list_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 4em;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .plan_area .plan_list .list_tit {
    font-size: 2vw;
    line-height: 2.6vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_list .list_tit {
    width: 42.67vw;
    height: 22.67vw;
    font-size: 4.27vw;
    line-height: 5.6vw;
  }
}
.plan_area .plan_list .list_tit .small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .plan_area .plan_list .list_tit .small {
    font-size: 1.6vw;
    line-height: 2.6vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_list .list_tit .small {
    font-size: 3.73vw;
    line-height: 5.07vw;
    white-space: nowrap;
  }
}
.plan_area .plan_list .list_price_txt {
  width: 140px;
  margin: 50px auto 0;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 1000px) {
  .plan_area .plan_list .list_price_txt {
    width: 14vw;
    margin: 5vw auto 0;
    padding-bottom: 1.3vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_list .list_price_txt {
    white-space: nowrap;
    width: 18.67vw;
    margin: 3.33vw auto 0;
    padding-bottom: 1.73vw;
    font-size: 3.73vw;
  }
}
.plan_area .list_price {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .plan_area .list_price {
    width: 38.67vw;
    left: auto;
    right: 0;
  }
}
.plan_area .plan_list_note {
  margin-top: 21px;
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #4d4d4d;
}
@media screen and (max-width: 1000px) {
  .plan_area .plan_list_note {
    margin-top: 2.1vw;
    margin-right: 2.5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_list_note {
    margin-top: 3.33vw;
    margin-right: 7.33vw;
    font-size: 2.67vw;
  }
}

.case_area {
  margin-top: 84px;
  padding-top: 104px;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 1000px) {
  .case_area {
    margin-top: 8.4vw;
    padding-top: 10.4vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area {
    border: none;
    margin-top: 11.2vw;
    padding-top: 13.87vw;
  }
}
.case_area .case_tit_area {
  text-align: center;
}
.case_area .case_tit {
  display: inline-block;
  color: #1a1a1a;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.07em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .case_area .case_tit {
    font-size: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_tit {
    font-size: 7.47vw;
  }
}
.case_area .case_tit::after, .case_area .case_tit::before {
  content: "";
  display: block;
  background: url("../images/case_tit.png") no-repeat center/100%;
  position: absolute;
  top: -17px;
  left: -67px;
  width: 37px;
  height: 104px;
}
@media screen and (max-width: 1000px) {
  .case_area .case_tit::after, .case_area .case_tit::before {
    top: -1.7vw;
    left: -6.7vw;
    width: 3.7vw;
    height: 10.4vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_tit::after, .case_area .case_tit::before {
    top: -0.93vw;
    left: -8.93vw;
    width: 4.93vw;
    height: 13.87vw;
  }
}
.case_area .case_tit::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: -67px;
}
@media screen and (max-width: 1000px) {
  .case_area .case_tit::before {
    right: -6.7vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_tit::before {
    right: -8.93vw;
  }
}
.case_area .case_tit_eng {
  width: 112px;
  margin: 13px auto 0;
}
@media screen and (max-width: 1000px) {
  .case_area .case_tit_eng {
    width: 11.2vw;
    margin: 1.3vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_tit_eng {
    width: 21.07vw;
    margin: 1.73vw auto 0;
  }
}
.case_area .case_list {
  margin-top: 129px;
}
@media screen and (max-width: 1000px) {
  .case_area .case_list {
    margin-top: 12.9vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list {
    margin-top: 30.53vw;
  }
}
.case_area .case_list > .list_item {
  margin-bottom: 149px;
  padding-top: 200px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(94, 78, 0, 0.2));
          filter: drop-shadow(10px 10px 10px rgba(94, 78, 0, 0.2));
}
@media screen and (max-width: 1000px) {
  .case_area .case_list > .list_item {
    margin-bottom: 14.9vw;
    padding-top: 20vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item {
    width: 86.67vw;
    margin: 0 auto 33.2vw;
    padding-top: 53.33vw;
    border-radius: 1.33vw;
  }
}
.case_area .case_list > .list_item:nth-of-type(2) {
  padding-top: 180px;
}
@media screen and (max-width: 1000px) {
  .case_area .case_list > .list_item:nth-of-type(2) {
    padding-top: 18vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(2) {
    padding-top: 53.33vw;
  }
}
.case_area .case_list > .list_item:nth-of-type(2) .list_item_box {
  padding-bottom: 26px;
}
@media screen and (max-width: 1000px) {
  .case_area .case_list > .list_item:nth-of-type(2) .list_item_box {
    padding-bottom: 2.6vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(2) .list_item_box {
    padding-bottom: 3.47vw;
  }
}
.case_area .case_list > .list_item:nth-of-type(2) .list_item_box::after {
  background: url("../images/case_02_box_img.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(2) .list_item_box::after {
    background: url("../images/case_02_box_img_sp.png") no-repeat center/100%;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(2) .list_item_consulting_list {
    margin: 21.33vw auto 0;
  }
}
.case_area .case_list > .list_item:nth-of-type(2) .list_item_service_img_list .list_item {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .case_area .case_list > .list_item:nth-of-type(2) .list_item_service_img_list .list_item {
    width: 30vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(2) .list_item_service_img_list .list_item {
    width: 76vw;
  }
}
.case_area .case_list > .list_item:nth-of-type(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(3) {
    padding-top: 66.67vw;
  }
}
.case_area .case_list > .list_item:nth-of-type(3) .list_item_box::after {
  background: url("../images/case_03_box_img.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(3) .list_item_box::after {
    background: url("../images/case_03_box_img_sp.png") no-repeat center/100%;
  }
}
.case_area .case_list > .list_item:nth-of-type(3) .list_item_service_img_list .list_item {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .case_area .case_list > .list_item:nth-of-type(3) .list_item_service_img_list .list_item {
    width: 30vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(3) .list_item_service_img_list .list_item {
    width: 76vw;
  }
}
.case_area .case_list > .list_item:nth-of-type(3) .list_item_consulting_list {
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .case_area .case_list > .list_item:nth-of-type(3) .list_item_consulting_list {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(3) .list_item_consulting_list {
    margin-top: 20.67vw;
  }
}
.case_area .case_list > .list_item:nth-of-type(3) .list_item_consulting_list .list_item {
  width: 880px;
  height: 90px;
  margin-right: 0;
  padding: 0 22px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .case_area .case_list > .list_item:nth-of-type(3) .list_item_consulting_list .list_item {
    width: 88vw;
    height: 9vw;
    padding: 0 2.2vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .case_list > .list_item:nth-of-type(3) .list_item_consulting_list .list_item {
    width: 100vw;
    height: auto;
    padding: 3.47vw 3.33vw;
  }
}
.case_area .list_item_box {
  width: 880px;
  margin: 80px auto 0;
  padding-bottom: 18px;
  border: 6px solid #46505a;
  border-radius: 10px;
  background-color: #f0f5fa;
  position: absolute;
  top: -150px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box {
    width: 88vw;
    margin: 8vw auto 0;
    padding-bottom: 1.8vw;
    border: 0.6vw solid #46505a;
    border-radius: 1vw;
    top: -15vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box {
    width: 77.33vw;
    margin: 0vw auto 0;
    padding-bottom: 5.6vw;
    border: 0.8vw solid #46505a;
    border-radius: 1.33vw;
    top: -21.33vw;
  }
}
.case_area .list_item_box::after {
  content: "";
  display: block;
  background: url("../images/case_01_box_img.png") no-repeat center/100%;
  width: 164px;
  height: 164px;
  position: absolute;
  top: 12px;
  left: 32px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box::after {
    width: 16.4vw;
    height: 16.4vw;
    top: 1.2vw;
    left: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box::after {
    background: url("../images/case_01_box_img_sp.png") no-repeat center/100%;
    width: 21.87vw;
    height: 21.87vw;
    top: -3.6vw;
    left: -3.6vw;
  }
}
.case_area .list_item_box_tit_area {
  width: 101%;
  margin-left: -0.5%;
  background-color: #46505a;
}
.case_area .list_item_box_tit {
  height: 66px;
  margin-top: -2px;
  padding-left: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box_tit {
    height: 6.6vw;
    margin-top: -0.2vw;
    padding-left: 23.4vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box_tit {
    display: block;
    height: 21.33vw;
    margin-top: -0.27vw;
    padding-top: 4.67vw;
    padding-left: 21.07vw;
  }
}
.case_area .list_item_box_tit .eng {
  display: inline-block;
  width: 103px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box_tit .eng {
    width: 10.3vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box_tit .eng {
    display: block;
    width: 16.4vw;
    margin-bottom: 0.67vw;
  }
}
.case_area .list_item_box_tit .txt {
  margin-top: -4px;
  margin-left: 17px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box_tit .txt {
    margin-top: -0.4vw;
    margin-left: 1.7vw;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box_tit .txt {
    margin-top: 0vw;
    margin-left: 0vw;
    font-size: 4vw;
  }
}
.case_area .list_item_box_list {
  margin-top: 30px;
  padding-left: 273px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box_list {
    margin-top: 3vw;
    padding-left: 27.3vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box_list {
    margin-top: 4vw;
    padding-left: 13.33vw;
  }
}
.case_area .list_item_box_list .list_item {
  width: 550px;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box_list .list_item {
    width: 55vw;
    margin-bottom: 3.4vw;
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box_list .list_item {
    width: 57.33vw;
    margin-bottom: 8.53vw;
    font-size: 3.47vw;
    line-height: 5.87vw;
  }
}
.case_area .list_item_box_list .list_item .orange {
  font-weight: 400;
  color: #eb821e;
}
.case_area .list_item_box_list .list_item:last-of-type {
  margin-bottom: 0;
}
.case_area .list_item_box_list .list_item::after {
  content: "";
  display: block;
  background: url("../images/case_box_line.png") no-repeat center/100%;
  width: 610px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: -49px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box_list .list_item::after {
    width: 61vw;
    bottom: -1.5vw;
    left: -4.9vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box_list .list_item::after {
    background: url("../images/case_box_line_sp.png") no-repeat center/100%;
    width: 69.33vw;
    bottom: -4vw;
    left: -6.53vw;
  }
}
.case_area .list_item_box_list .list_item::before {
  content: "";
  display: block;
  background: url("../images/case_box_check.png") no-repeat center/100%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  left: -40px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_box_list .list_item::before {
    width: 2.6vw;
    height: 2.6vw;
    left: -4vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_box_list .list_item::before {
    background: url("../images/case_box_check_sp.png") no-repeat center/100%;
    width: 5.33vw;
    height: 5.33vw;
    top: 0.67vw;
    left: -8.93vw;
  }
}
.case_area .list_item_box_list .list_item:last-of-type::after {
  display: none;
}
.case_area .list_item_consulting_lead {
  background: url("../images/case_consulting_lead.png") no-repeat center/100%;
  width: 370px;
  height: 60px;
  margin-top: 30px;
  margin-left: 50px;
  padding-top: 30px;
  padding-left: 72px;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_consulting_lead {
    width: 37vw;
    height: 6vw;
    margin-top: 3vw;
    margin-left: 5vw;
    margin: 3vw auto 0;
    padding-top: 3vw;
    padding-left: 7.2vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_consulting_lead {
    background: url("../images/case_consulting_lead_sp.png") no-repeat center/100%;
    width: 61.33vw;
    height: 10.67vw;
    margin: 4vw auto 0;
    padding-top: 5.07vw;
    padding-left: 13.33vw;
    font-size: 3.2vw;
  }
}
.case_area .list_item_consulting_tit {
  width: 620px;
  margin-top: 10px;
  margin-left: 60px;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_consulting_tit {
    width: 62vw;
    margin-top: 1vw;
    margin-left: 6vw;
    font-size: 2.8vw;
    line-height: 4.4vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_consulting_tit {
    white-space: wrap;
    width: 72vw;
    margin-top: 4vw;
    margin-left: 8vw;
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
.case_area .list_item_consulting_tit .bg {
  padding: 0 0.1em;
  font-weight: 700;
  background-color: #fae664;
  color: #1a1a1a;
  position: relative;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fae664), to(#fae664));
  background: linear-gradient(#fae664 0%, #fae664 100%);
  background-size: 100% 1.2em;
  background-repeat: no-repeat;
  background-position: 0 0.15em;
}
.case_area .list_item_consulting_list {
  width: 880px;
  margin: 42px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_consulting_list {
    width: 88vw;
    margin: 4.2vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_consulting_list {
    width: 74.67vw;
    margin: 13.33vw auto 0;
  }
}
.case_area .list_item_consulting_list::before {
  content: "";
  background: url("../images/case_consulting_list_img.png") no-repeat center/100%;
  display: block;
  width: 210px;
  height: 210px;
  position: absolute;
  top: -210px;
  right: 30px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_consulting_list::before {
    width: 21vw;
    height: 21vw;
    top: -21vw;
    right: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_consulting_list::before {
    background: url("../images/case_consulting_list_img_sp.png") no-repeat center/100%;
    width: 24vw;
    height: 24vw;
    top: -20.27vw;
    right: 4vw;
  }
}
.case_area .list_item_consulting_list .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0 22px;
  background-color: #1496b4;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_consulting_list .list_item {
    width: 28vw;
    height: 12vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
    padding: 0 2.2vw;
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_consulting_list .list_item {
    width: 74.67vw;
    height: auto;
    margin-right: 0vw;
    margin-bottom: 2.67vw;
    padding: 3.47vw 3.33vw;
    font-size: 3.47vw;
    line-height: 5.07vw;
  }
}
.case_area .list_item_consulting_list .list_item:nth-of-type(3n) {
  margin-right: 0;
}
.case_area .list_item_consulting_list .list_item:nth-of-type(n+4) {
  height: 90px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_consulting_list .list_item:nth-of-type(n+4) {
    height: 9vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_consulting_list .list_item:nth-of-type(n+4) {
    height: auto;
  }
}
.case_area .list_item_service {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
  border-radius: 0 0 10px 10px;
  background-color: #fefae0;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service {
    margin-top: 4vw;
    padding-top: 4vw;
    padding-bottom: 8vw;
    border-radius: 0 0 1vw 1vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service {
    margin-top: 9.33vw;
    padding-top: 8vw;
    padding-bottom: 5.33vw;
    border-radius: 0 0 1.33vw 1.33vw;
  }
}
.case_area .list_item_service_tit {
  background: url("../images/case_service_lead.png") no-repeat center/100%;
  width: 900px;
  height: 51px;
  margin: 0 auto;
  color: #3264b4;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_tit {
    width: 90vw;
    height: 5.1vw;
    font-size: 2.6vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_tit {
    background: url("../images/case_service_lead_sp.png") no-repeat center/100%;
    width: 77.33vw;
    height: 16.13vw;
    font-size: 4vw;
    line-height: 5.87vw;
    padding-top: 1.33vw;
  }
}
.case_area .list_item_service_tit .white {
  width: 152px;
  height: 50px;
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_tit .white {
    width: 15.2vw;
    height: 5vw;
    margin-right: 1.7vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_tit .white {
    width: 40vw;
    height: 16vw;
    margin-top: -1.33vw;
    margin-right: 6.27vw;
    font-size: 2.93vw;
  }
}
.case_area .list_item_service_list {
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_list {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_list {
    margin-top: 4vw;
  }
}
.case_area .list_item_service_list .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_list .list_item {
    width: 88vw;
    margin: 0 auto 1.5vw;
    padding-bottom: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_list .list_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 74.67vw;
    margin: 0 auto 4vw;
    padding-bottom: 4vw;
  }
}
.case_area .list_item_service_list .list_item:last-of-type::before {
  display: none;
}
.case_area .list_item_service_list .list_item::before {
  content: "";
  background: url("../images/case_service_line.png") no-repeat center/100%;
  display: block;
  width: 880px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_list .list_item::before {
    width: 88vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_list .list_item::before {
    background: url("../images/case_service_line_sp.png") no-repeat center/100%;
    width: 74.67vw;
  }
}
.case_area .list_item_service_list .list_item .list_item_tit {
  width: 140px;
  height: 30px;
  margin-right: 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  background-color: #e1dcbe;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_list .list_item .list_item_tit {
    width: 14vw;
    height: 3vw;
    margin-right: 2vw;
    border-radius: 0.4vw;
    font-size: 1.6vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_list .list_item .list_item_tit {
    width: 28vw;
    height: 8vw;
    margin-right: 4vw;
    border-radius: 0.53vw;
    font-size: 2.93vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_list .list_item .list_item_tit.two {
    height: 13.33vw;
  }
}
.case_area .list_item_service_list .list_item .list_item_txt {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_list .list_item .list_item_txt {
    font-size: 2vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_list .list_item .list_item_txt {
    width: 42.67vw;
    font-size: 3.2vw;
    line-height: 5.07vw;
  }
}
.case_area .list_item_service_img_list {
  width: 920px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_img_list {
    width: 92vw;
    margin: 2vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_img_list {
    width: 76vw;
    margin: 2.67vw auto 0;
    display: block;
  }
}
.case_area .list_item_service_img_list .list_item {
  width: 450px;
}
@media screen and (max-width: 1000px) {
  .case_area .list_item_service_img_list .list_item {
    width: 45vw;
  }
}
@media screen and (max-width: 750px) {
  .case_area .list_item_service_img_list .list_item {
    width: 76vw;
    margin-bottom: 4vw;
  }
}

.flow_area {
  margin-top: 100px;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 1200px) {
  .flow_area {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area {
    width: 86.67vw;
    margin: 16vw auto 0;
  }
}
.flow_area .flow_tit {
  background: url("../images/flow_tit_bg.png") no-repeat center/100%;
  width: 335px;
  height: 131px;
  margin: 72px auto 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .flow_area .flow_tit {
    width: 35.5vw;
    height: 13.1vw;
    margin: 7.2vw auto 0;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_tit {
    background: url("../images/flow_tit_bg_sp.png") no-repeat center/100%;
    width: 49.6vw;
    height: 19.6vw;
    margin: 14.67vw auto 0;
    font-size: 4.8vw;
  }
}
.flow_area .flow_txt {
  margin-top: 26px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .flow_area .flow_txt {
    margin-top: 2.6vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_txt {
    margin-top: 6.13vw;
    font-size: 3.73vw;
  }
}
.flow_area .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin-top: 42px;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list {
    width: 100vw;
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list {
    display: block;
    width: 80vw;
    margin: 10.67vw auto 0;
  }
}
.flow_area .flow_list .list_item {
  background-color: #d0eaf0;
  width: 220px;
  height: 330px;
  border-radius: 10px;
  position: relative;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(87, 150, 158, 0.2));
          filter: drop-shadow(8px 8px 8px rgba(87, 150, 158, 0.2));
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .list_item {
    width: 22vw;
    height: 33vw;
    border-radius: 1vw;
    -webkit-filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(87, 150, 158, 0.2));
            filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(87, 150, 158, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item {
    width: 80vw;
    height: 30.67vw;
    margin-bottom: 8vw;
    padding-top: 7.33vw;
    padding-left: 26.67vw;
    border-radius: 1.33vw;
    -webkit-filter: drop-shadow(1.07vw 1.07vw 1.07vw rgba(87, 150, 158, 0.2));
            filter: drop-shadow(1.07vw 1.07vw 1.07vw rgba(87, 150, 158, 0.2));
  }
}
.flow_area .flow_list .list_item:last-of-type::after {
  display: none;
}
.flow_area .flow_list .list_item::after {
  content: "";
  background: url("../images/flow_list_arrow.png") no-repeat center/100%;
  display: block;
  width: 10px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: -25px;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .list_item::after {
    width: 1vw;
    height: 3vw;
    right: -2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item::after {
    background: url("../images/flow_list_arrow_sp.png") no-repeat center/100%;
    width: 8vw;
    height: 2.67vw;
    right: auto;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    bottom: -5.87vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .step {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.67vw;
  }
}
.flow_area .flow_list .list_item_tit {
  margin-top: 21px;
  margin-left: 19px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .list_item_tit {
    margin-top: 2.1vw;
    margin-left: 1.9vw;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item_tit {
    margin-top: 0vw;
    margin-left: 0vw;
    font-size: 4vw;
    line-height: 4.8vw;
  }
}
.flow_area .flow_list .list_item_txt {
  width: 180px;
  margin: 8px auto 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .list_item_txt {
    width: 18vw;
    margin: 0.8vw auto 0;
    font-size: 1.8vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item_txt {
    width: 49.33vw;
    margin: 1.07vw 0 0;
    font-size: 3.47vw;
    line-height: 5.6vw;
  }
}
.flow_area .flow_laed_area {
  background: url("../images/flow_lead.png") no-repeat center/100%;
  width: 884px;
  height: 204px;
  margin: 28px auto 0;
}
@media screen and (max-width: 1000px) {
  .flow_area .flow_laed_area {
    width: 88.4vw;
    height: 20.4vw;
    margin: 2.8vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_laed_area {
    background: url("../images/flow_lead_sp.png") no-repeat center/100%;
    width: 73.87vw;
    height: 64.53vw;
    margin: 3.73vw auto 0;
  }
}
.flow_area .flow_laed {
  padding-top: 90px;
  padding-left: 322px;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (max-width: 1000px) {
  .flow_area .flow_laed {
    padding-top: 8vw;
    padding-left: 32.2vw;
    font-size: 2.6vw;
    line-height: 4.2vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_laed {
    padding-top: 6.67vw;
    padding-left: 0vw;
    font-size: 4.53vw;
    line-height: 6.67vw;
    text-align: center;
  }
}

.form_area {
  background: #fff;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 70px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(94, 78, 0, 0.2));
          filter: drop-shadow(10px 10px 10px rgba(94, 78, 0, 0.2));
}
@media screen and (max-width: 1200px) {
  .form_area {
    margin-top: 12vw;
    padding-top: 6vw;
    padding-bottom: 7vw;
    border-radius: 1vw;
    -webkit-filter: drop-shadow(1vw 1vw 1vw rgba(94, 78, 0, 0.2));
            filter: drop-shadow(1vw 1vw 1vw rgba(94, 78, 0, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .form_area {
    margin-top: 16vw;
    padding-top: 8vw;
    padding-bottom: 9.33vw;
    border-radius: 1.33vw;
    -webkit-filter: drop-shadow(1.33vw 1.33vw 1.33vw rgba(94, 78, 0, 0.2));
            filter: drop-shadow(1.33vw 1.33vw 1.33vw rgba(94, 78, 0, 0.2));
  }
}
.form_area .form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .form_area .form_box {
    width: 100vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_box {
    display: block;
    width: 100vw;
  }
}
.form_area .form_txt_area {
  width: 481px;
  padding-left: 60px;
  padding-right: 50px;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 1000px) {
  .form_area .form_txt_area {
    width: 48.1vw;
    padding-left: 6vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_txt_area {
    width: 86.67vw;
    margin: 0 auto;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 8vw;
    border-right: none;
    border-bottom: 1px solid #999999;
  }
}
.form_area .form_tit {
  padding-top: 31px;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #14468c;
}
@media screen and (max-width: 1200px) {
  .form_area .form_tit {
    padding-top: 3.1vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_tit {
    padding-top: 5.47vw;
    font-size: 5.33vw;
    line-height: 8vw;
    text-align: center;
  }
}
.form_area .form_tit_txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #4d4d4d;
}
@media screen and (max-width: 1200px) {
  .form_area .form_tit_txt {
    margin-top: 3vw;
    font-size: 1.6vw;
    line-height: 3.1vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_tit_txt {
    width: 80vw;
    margin: 6.67vw auto 0;
    font-size: 3.47vw;
    line-height: 6.13vw;
  }
}
.form_area form {
  width: 410px;
  margin-left: 59px;
  padding-top: 46px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .form_area form {
    width: 41vw;
    margin-left: 5.9vw;
    padding-top: 4.6vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area form {
    width: 80vw;
    margin: 0 auto;
    padding-top: 7.33vw;
    padding-bottom: 5.33vw;
  }
}
.form_area .form_in_area {
  display: block;
  width: 100%;
}
.form_area .form_in_area .form_item {
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 1200px) {
  .form_area .form_in_area .form_item {
    margin-bottom: 1.8vw;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_in_area .form_item {
    margin-bottom: 5.6vw;
    padding-bottom: 5.87vw;
  }
}
.form_area .form_in_area .form_item label {
  position: relative;
}
.form_area .form_in_area .form_item:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form_area .form_in_box {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #1a1a1a;
}
@media screen and (max-width: 1200px) {
  .form_area .form_in_box {
    font-size: 1.8vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_in_box {
    font-size: 3.73vw;
    line-height: 4vw;
  }
}
.form_area .form_in_box.required::after, .form_area .form_in_box.any::after {
  content: "必須";
  display: block;
  height: 20px;
  background: #e64632;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: -3.9em;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 0.4em;
}
@media screen and (max-width: 1200px) {
  .form_area .form_in_box.required::after, .form_area .form_in_box.any::after {
    height: 2vw;
    font-size: 1.4vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_in_box.required::after, .form_area .form_in_box.any::after {
    height: 4vw;
    font-size: 2.67vw;
    line-height: 4vw;
  }
}
.form_area input, .form_area select, .form_area textarea {
  display: block;
  width: 400px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 1em;
  border-radius: 4px;
  margin-top: 12px;
  border: 1px solid #d2d2d2;
}
@media screen and (max-width: 1200px) {
  .form_area input, .form_area select, .form_area textarea {
    width: 40vw;
    height: 4vw;
    font-size: 1.4vw;
    line-height: 4vw;
    border-radius: 0.4vw;
    margin-top: 1.2vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area input, .form_area select, .form_area textarea {
    width: 80vw;
    height: 10.67vw;
    font-size: 3.2vw;
    line-height: 10.67vw;
    border-radius: 0.53vw;
    margin-top: 2.67vw;
    padding: 0 0.5em;
  }
}
.form_area input::-webkit-input-placeholder, .form_area select::-webkit-input-placeholder, .form_area textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form_area input::-moz-placeholder, .form_area select::-moz-placeholder, .form_area textarea::-moz-placeholder {
  color: #b3b3b3;
}
.form_area input:-ms-input-placeholder, .form_area select:-ms-input-placeholder, .form_area textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.form_area input::-ms-input-placeholder, .form_area select::-ms-input-placeholder, .form_area textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.form_area input::placeholder, .form_area select::placeholder, .form_area textarea::placeholder {
  color: #b3b3b3;
}
.form_area .form_item_radio .form_in_box {
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .form_area .form_item_radio .form_in_box {
    margin-bottom: 2.4vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_item_radio .form_in_box {
    margin-bottom: 5.87vw;
  }
}
.form_area .form_item_radio label {
  position: relative;
  display: block;
  margin-bottom: 18px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1000px) {
  .form_area .form_item_radio label {
    margin-bottom: 1.8vw;
    padding-left: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_item_radio label {
    margin-bottom: 7.73vw;
    padding-left: 8vw;
    font-size: 3.2vw;
  }
}
.form_area .form_item_radio label input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.form_area .form_item_radio label .radio-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #d2d2d2;
}
@media screen and (max-width: 1000px) {
  .form_area .form_item_radio label .radio-select {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_item_radio label .radio-select {
    top: -0.93vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}
.form_area .form_item_radio label .radio-select::after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  border-radius: 50%;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .form_area .form_item_radio label .radio-select::after {
    top: 0.3vw;
    bottom: 0.3vw;
    left: 0.3vw;
    right: 0.3vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_item_radio label .radio-select::after {
    top: 0.8vw;
    bottom: 0.8vw;
    left: 0.8vw;
    right: 0.8vw;
  }
}
.form_area .form_item_radio label input:checked + .radio-select:after {
  opacity: 1;
}
.form_area .error-message {
  position: absolute;
  bottom: -20px;
  left: 317px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .form_area .error-message {
    bottom: -2vw;
    left: 31.7vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .error-message {
    bottom: -2.67vw;
    left: 42.27vw;
    font-size: 1.87vw;
  }
}
.form_area .form_submit {
  display: block;
  background: #0078b4;
  width: 280px;
  height: 70px;
  margin-top: 40px;
  padding-right: 41px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .form_area .form_submit {
    width: 28vw;
    height: 7vw;
    margin-top: 4vw;
    padding-right: 4.1vw;
    border-radius: 0.6vw;
    font-size: 1.8vw;
    line-height: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_submit {
    width: 64vw;
    height: 16vw;
    margin: 9.33vw auto 0;
    padding-right: 4.27vw;
    border-radius: 0.8vw;
    font-size: 4vw;
    line-height: 16vw;
  }
}
.form_area .form_submit::after {
  content: "";
  display: block;
  background: url("../images/form_arrow.png") no-repeat center/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .form_area .form_submit::after {
    width: 2vw;
    height: 2vw;
    right: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_submit::after {
    background: url("../images/form_arrow_sp.png") no-repeat center/100%;
    width: 4vw;
    height: 4vw;
    right: 3.33vw;
  }
}
.form_area .form_submit:hover {
  opacity: 0.8;
  cursor: pointer;
}

.copyright {
  margin-top: 50px;
  padding-bottom: 48px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .copyright {
    margin-top: 5vw;
    padding-bottom: 4.8vw;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 750px) {
  .copyright {
    margin-top: 5.33vw;
    padding-bottom: 4.67vw;
    font-size: 2.4vw;
  }
}

.check {
  background-color: #fff;
}
.check .check_wrap {
  background-color: #f4f2ea;
  position: relative;
  width: 100%;
}
.check .contents_wrap {
  position: relative;
}
.check form {
  padding-top: 26px;
}
@media screen and (max-width: 1200px) {
  .check form {
    padding-top: 2.6vw;
  }
}
@media screen and (max-width: 750px) {
  .check form {
    padding-top: 4.67vw;
  }
}
.check .form_err_area {
  text-align: center;
}
.check .form_err_area .form_txt {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .check .form_err_area .form_txt {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_err_area .form_txt {
    margin-top: 4vw;
    margin-bottom: 5.33vw;
  }
}
.check .form_err_area .error_messe {
  line-height: 1.7;
}
.check .form_err_area .form_history_back {
  text-align: center;
}
.check .form_err_area .btn_back {
  margin: 0 auto;
}
.check .form_area {
  margin-top: 0;
  background: transparent;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 750px) {
  .check .form_area {
    padding-top: 10.67vw;
  }
}
.check .form_area .formTable {
  margin-top: 0px;
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable {
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable {
    margin-top: 7.6vw;
  }
}
.check .form_area .formTable tr:nth-of-type(2) th::after, .check .form_area .formTable tr:nth-of-type(5) th::after {
  display: none;
}
.check .form_area .formTable tr:last-of-type td {
  border-bottom: none;
}
.check .form_area .formTable th {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #1a1a1a;
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable th {
    font-size: 1.8vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable th {
    font-size: 3.73vw;
    line-height: 4vw;
  }
}
.check .form_area .formTable th::after {
  content: "必須";
  display: block;
  height: 20px;
  background: #e64632;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: -3.9em;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 0.4em;
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable th::after {
    height: 2vw;
    font-size: 1.4vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable th::after {
    height: 4vw;
    font-size: 2.67vw;
    line-height: 4vw;
  }
}
.check .form_area .formTable td {
  display: block;
  width: 400px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 0 20px;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable td {
    width: 40vw;
    height: 4vw;
    font-size: 1.4vw;
    line-height: 4vw;
    border-radius: 0.4vw;
    margin-top: 0.2vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable td {
    width: 80vw;
    height: 10.67vw;
    font-size: 3.2vw;
    line-height: 10.67vw;
    border-radius: 0.53vw;
    margin-top: 0.27vw;
    margin-bottom: 2.67vw;
    padding: 0 0 2.67vw;
  }
}
.check .form_area .formTable td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable td::after {
    bottom: -1vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable td::after {
    bottom: -3.47vw;
  }
}
.check .btn_wrap {
  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;
  margin: 34px auto 0;
  width: 390px;
}
@media screen and (max-width: 1200px) {
  .check .btn_wrap {
    margin: 3.4vw auto 0;
    width: 39vw;
  }
}
@media screen and (max-width: 750px) {
  .check .btn_wrap {
    display: block;
    margin: 4vw auto 0;
    width: 64vw;
  }
}
.check .form_submit {
  margin-top: 0;
}
.check .form_submit.formBtn {
  background: url("../images/check_send_btn.png") no-repeat center/100%;
  width: 180px;
  height: 71px;
}
@media screen and (max-width: 1200px) {
  .check .form_submit.formBtn {
    width: 18vw;
    height: 7.1vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_submit.formBtn {
    background: url("../images/check_send_btn_sp.png") no-repeat center/100%;
    width: 64vw;
    height: 16.13vw;
    margin-top: 4vw;
    padding-right: 1.33vw;
  }
}
.check .form_submit.btn_back {
  background: url("../images/check_return_btn.png") no-repeat center/100%;
  width: 180px;
  height: 71px;
  padding-right: 0;
  padding-left: 41px;
  color: #0078b4;
}
@media screen and (max-width: 1200px) {
  .check .form_submit.btn_back {
    width: 18vw;
    height: 7.1vw;
    padding-left: 4.1vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_submit.btn_back {
    background: url("../images/check_return_btn_sp.png") no-repeat center/100%;
    width: 64vw;
    height: 16.13vw;
    padding-left: 1.33vw;
  }
}

.thanks {
  background-color: #fff;
}
.thanks .thanks_wrap {
  background-color: #f4f2ea;
  position: relative;
  width: 100%;
}
.thanks .contents_wrap {
  position: relative;
}
.thanks .form_area {
  background: transparent;
  padding-top: 113px;
  margin-top: 0;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 1000px) {
  .thanks .form_area {
    padding-top: 11.3vw;
  }
}
@media screen and (max-width: 750px) {
  .thanks .form_area {
    padding-top: 15.07vw;
  }
}
.thanks .form_area .form_tit {
  padding-top: 0;
  text-align: center;
}
.thanks .form_area .form_tit_txt {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .thanks .form_area .form_tit_txt {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .thanks .form_area .form_tit_txt {
    margin-top: 8vw;
  }
}
.thanks .form_area .btn_area {
  width: 600px;
  margin: 70px auto;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 1000px) {
  .thanks .form_area .btn_area {
    width: 60vw;
    margin: 7vw auto;
  }
}
@media screen and (max-width: 750px) {
  .thanks .form_area .btn_area {
    width: 80vw;
    margin: 9.33vw auto;
  }
}
.thanks .form_area .btn {
  display: block;
  color: #0078b4;
  background: #fff;
  border: 1px solid #0078b4;
  width: 180px;
  height: 70px;
  margin: 40px auto 0;
  padding-left: 41px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 70px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .thanks .form_area .btn {
    width: 18vw;
    height: 7vw;
    margin-top: 4vw;
    padding-left: 4.1vw;
    border-radius: 0.6vw;
    font-size: 1.8vw;
    line-height: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .thanks .form_area .btn {
    width: 64vw;
    height: 16vw;
    margin: 9.33vw auto 0;
    padding-left: 4.27vw;
    border-radius: 0.8vw;
    font-size: 4vw;
    line-height: 16vw;
  }
}
.thanks .form_area .btn::after {
  content: "";
  display: block;
  background: url("../images/form_back_arrow.png") no-repeat center/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 20px;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 1200px) {
  .thanks .form_area .btn::after {
    width: 2vw;
    height: 2vw;
    left: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .thanks .form_area .btn::after {
    background: url("../images/form_back_arrow_sp.png") no-repeat center/100%;
    width: 4vw;
    height: 4vw;
    left: 3.33vw;
  }
}
.thanks .form_area .btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.thanks .copyright {
  padding-top: 18px;
  color: #666;
  background-color: #fff;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .thanks .copyright {
    padding-top: 1.8vw;
  }
}
@media screen and (max-width: 750px) {
  .thanks .copyright {
    padding-top: 5.6vw;
  }
}/*# sourceMappingURL=style.css.map */