@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;
}
@supports (-webkit-touch-callout: none) {
  body {
    font-feature-settings: "tnum";
  }
}

.no-scroll {
  overflow: hidden;
}

.lp_wrap {
  max-width: 2000px;
  margin: 0 auto;
  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%;
  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;
  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ここまで
========================================================= */
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    width: 100vw;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 80px;
  z-index: 998;
  filter: drop-shadow(5px 5px 10px rgba(0, 13, 45, 0.2));
}
@media screen and (max-width: 1200px) {
  .header {
    height: 6.67vw;
    filter: drop-shadow(0.42vw 0.42vw 0.83vw rgba(0, 13, 45, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .header {
    height: 12vw;
    filter: drop-shadow(0.67vw 0.67vw 1.33vw rgba(0, 13, 45, 0.2));
  }
}
.header .inner {
  display: flex;
  justify-content: space-between;
  height: 90px;
}
@media screen and (max-width: 1200px) {
  .header .inner {
    height: 6.67vw;
  }
}
@media screen and (max-width: 750px) {
  .header .inner {
    height: 12vw;
  }
}
.header .header_l {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1200px) {
  .header .header_l {
    height: 6.67vw;
  }
}
@media screen and (max-width: 750px) {
  .header .header_l {
    height: 12vw;
    margin-left: 2.67vw;
  }
}
.header .header_r {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1200px) {
  .header .header_r {
    height: 6.67vw;
  }
}
@media screen and (max-width: 750px) {
  .header .header_r {
    height: 12vw;
  }
}
.header .header_logo {
  width: 357px;
}
@media screen and (max-width: 1200px) {
  .header .header_logo {
    width: 29.75vw;
  }
}
@media screen and (max-width: 750px) {
  .header .header_logo {
    width: 36.4vw;
  }
}
.header .header_logo_support {
  width: 101px;
}
@media screen and (max-width: 1200px) {
  .header .header_logo_support {
    width: 8.42vw;
  }
}
@media screen and (max-width: 750px) {
  .header .header_logo_support {
    width: 10.27vw;
  }
}
.header .header_list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .header .header_list {
    display: none;
  }
}
.header .header_list .list_item:last-of-type a::after {
  display: none;
}
.header .header_list .list_item a {
  padding: 0 16px;
  color: #1a2f71;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.025em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .header_list .list_item a {
    padding: 0 1.33vw;
    font-size: 1.33vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .header .header_list .list_item a {
    padding: 0 2.13vw;
    font-size: 2.13vw;
    line-height: 4vw;
  }
}
.header .header_list .list_item a::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #96a0be;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
}
@media screen and (max-width: 1200px) {
  .header .header_list .list_item a::after {
    height: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .header .header_list .list_item a::after {
    height: 4vw;
  }
}
.header .header_btn {
  display: block;
  background: url("../images/header_btn.png") no-repeat center/100%;
  width: 220px;
  height: 50px;
  padding-left: 55px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.075em;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1200px) {
  .header .header_btn {
    width: 18.33vw;
    height: 4.17vw;
    padding-left: 4.58vw;
    font-size: 1.67vw;
    line-height: 4.17vw;
    filter: drop-shadow(0.42vw 0.42vw 0.42vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .header .header_btn {
    background: url("../images/header_btn_sp.png") no-repeat center/100%;
    width: 36vw;
    height: 9.33vw;
    padding-left: 8.67vw;
    font-size: 3.2vw;
    line-height: 9.33vw;
    filter: drop-shadow(0.67vw 0.67vw 0.67vw rgba(0, 0, 0, 0.2));
  }
}
.header .ham_wrap {
  display: none;
}
@media screen and (max-width: 750px) {
  .header .ham_wrap {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .header .ham_btn {
    position: relative;
    width: 12vw;
    height: 12vw;
    z-index: 9999;
  }
  .header .ham_btn.active span:nth-of-type(1) {
    transform: translate(-50%, 0%) rotate(45deg);
    top: 6vw;
  }
  .header .ham_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .ham_btn.active span:nth-of-type(3) {
    transform: translate(-50%, 0%) rotate(-45deg);
    top: 6vw;
  }
  .header .ham_btn span {
    display: block;
    width: 5.33vw;
    height: 0.53vw;
    background: #1c2a9e;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all 0.3s;
  }
  .header .ham_btn span:nth-of-type(1) {
    top: 4.27vw;
  }
  .header .ham_btn span:nth-of-type(2) {
    top: 6vw;
  }
  .header .ham_btn span:nth-of-type(3) {
    top: 7.73vw;
  }
}
.header .ham_area {
  display: none;
}
@media screen and (max-width: 750px) {
  .header .ham_area {
    position: fixed;
    top: 12vw;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    background: rgba(26, 26, 26, 0.6);
  }
  .header .ham_area.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 750px) {
  .header .ham_menu {
    width: 57.33vw;
    margin-left: auto;
    margin-right: 0;
    background: #f2f2f2;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.5s;
    padding-bottom: 6.67vw;
  }
  .header .ham_menu.active {
    visibility: visible;
    transform: translateX(0);
  }
}
@media screen and (max-width: 750px) {
  .header .ham_menu .ham_list li a {
    display: block;
    font-size: 3.73vw;
    line-height: 4.53vw;
    padding: 4.93vw 0 4.93vw 4.93vw;
    border-bottom: 1px solid #b3b3b3;
    width: 100%;
    color: #1a2f71;
    text-align: center;
    font-weight: 500;
  }
}

.fv_area {
  background: url("../images/fv_bg.jpg") top center no-repeat;
  background-size: 2000px 1054px;
  height: 1054px;
}
@media screen and (max-width: 1200px) {
  .fv_area {
    background-size: 166.67vw 87.83vw;
    height: 87.83vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area {
    background: url("../images/fv_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 184vw;
    height: 184vw;
  }
}
.fv_area .fv_wrap {
  padding-top: 131px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .fv_area .fv_wrap {
    padding-top: 10.92vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_wrap {
    padding-top: 17.47vw;
    display: block;
  }
}
.fv_area .fv_tit {
  width: 560px;
}
@media screen and (max-width: 1200px) {
  .fv_area .fv_tit {
    width: 46.67vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_tit {
    width: 100vw;
  }
}
.fv_area .fv_zero {
  width: 239px;
}
@media screen and (max-width: 1200px) {
  .fv_area .fv_zero {
    width: 19.92vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_zero {
    width: 100vw;
  }
}
.fv_area .fv_list {
  width: 1090px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .fv_area .fv_list {
    width: 90.83vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_list {
    width: 94.67vw;
  }
}
.fv_area .fv_list .list_item {
  background: url("../images/fv_list_01.png") no-repeat center/100%;
  width: 350px;
  height: 320px;
}
@media screen and (max-width: 1200px) {
  .fv_area .fv_list .list_item {
    width: 29.17vw;
    height: 26.67vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_list .list_item {
    background: url("../images/fv_list_01_sp.png") no-repeat center/100%;
    width: 30.67vw;
    height: 45.33vw;
  }
}
.fv_area .fv_list .list_item:nth-of-type(2) {
  background: url("../images/fv_list_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .fv_area .fv_list .list_item:nth-of-type(2) {
    background: url("../images/fv_list_02_sp.png") no-repeat center/100%;
  }
  .fv_area .fv_list .list_item:nth-of-type(2) .tit {
    padding-top: 7.73vw;
  }
  .fv_area .fv_list .list_item:nth-of-type(2) .txt {
    margin-top: 2.67vw;
  }
}
.fv_area .fv_list .list_item:nth-of-type(3) {
  background: url("../images/fv_list_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .fv_area .fv_list .list_item:nth-of-type(3) {
    background: url("../images/fv_list_03_sp.png") no-repeat center/100%;
  }
}
.fv_area .fv_list .tit {
  padding-top: 38px;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .fv_area .fv_list .tit {
    padding-top: 3.17vw;
    font-size: 2.83vw;
    line-height: 4.17vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_list .tit {
    padding-top: 5.07vw;
    font-size: 4vw;
    line-height: 5.33vw;
  }
}
.fv_area .fv_list .orange {
  color: #f5ab28;
}
.fv_area .fv_list .txt {
  margin-top: 8px;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .fv_area .fv_list .txt {
    margin-top: 0.67vw;
    font-size: 1.67vw;
    line-height: 2.83vw;
  }
}
@media screen and (max-width: 750px) {
  .fv_area .fv_list .txt {
    margin-top: 0.53vw;
    font-size: 2.93vw;
    line-height: 4.8vw;
  }
}

.plan_area {
  background: url("../images/plan_bg.jpg") top center no-repeat;
  background-size: 2000px 940px;
  height: 940px;
  padding-top: 84px;
}
@media screen and (max-width: 1200px) {
  .plan_area {
    background-size: 166.67vw 78.33vw;
    height: 78.33vw;
    padding-top: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area {
    background: url("../images/plan_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 144vw;
    height: 144vw;
    padding-top: 13.6vw;
  }
}
.plan_area .plan_callout {
  background: url("../images/plan_callout.png") no-repeat center/100%;
  width: 396px;
  height: 82px;
  margin: 0 auto;
  padding-top: 5px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.026em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_callout {
    width: 33vw;
    height: 6.83vw;
    padding-top: 0.42vw;
    font-size: 3.33vw;
    line-height: 4.17vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_callout {
    background: url("../images/plan_callout_sp.png") no-repeat center/100%;
    width: 52.8vw;
    height: 10.93vw;
    padding-top: 0.67vw;
    font-size: 5.33vw;
    line-height: 6.67vw;
  }
}
.plan_area .plan_callout .small {
  color: #fff;
  font-size: 80%;
}
.plan_area .plan_tit {
  width: 910px;
  margin: 14px auto 0;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_tit {
    width: 75.83vw;
    margin: 1.17vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_tit {
    width: 66.67vw;
    margin: 1.87vw auto 0;
  }
}
.plan_area .plan_wrap {
  margin-top: 41px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_wrap {
    margin-top: 3.42vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_wrap {
    width: 90.67vw;
    margin: 7.33vw auto 0;
  }
}
.plan_area .plan_box_area {
  width: 480px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_box_area {
    width: 40vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_box_area {
    width: 44vw;
  }
}
.plan_area .plan_box_area:nth-of-type(2) {
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_box_area:nth-of-type(2) {
    margin-left: 4.17vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_box_area:nth-of-type(2) {
    margin-left: 2.67vw;
  }
}
.plan_area .plan_box_area:nth-of-type(2) .plan_box_tit {
  color: #fff;
}
.plan_area .plan_box {
  filter: drop-shadow(10px 10px 15px #000d2d);
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_box {
    filter: drop-shadow(0.83vw 0.83vw 1.25vw #000d2d);
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_box {
    filter: drop-shadow(1.33vw 1.33vw 2vw #000d2d);
  }
}
.plan_area .plan_box_tit {
  position: absolute;
  top: 28px;
  left: 0;
  color: #004ea2;
  font-size: 48px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_box_tit {
    top: 2.33vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_box_tit {
    top: 3.73vw;
    font-size: 5.33vw;
  }
}
.plan_area .plan_box_txt {
  position: absolute;
  top: 326px;
  left: 100px;
  font-size: 20px;
  line-height: 46px;
  font-weight: 500;
  color: #1a2f71;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_box_txt {
    top: 27.17vw;
    left: 8.33vw;
    font-size: 1.67vw;
    line-height: 3.83vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_box_txt {
    top: 37.87vw;
    left: 11.47vw;
    font-size: 3.07vw;
    line-height: 3.73vw;
    text-align: center;
    white-space: nowrap;
  }
}
.plan_area .plan_price_area {
  background-color: #e7f5f9;
  width: 1010px;
  height: 130px;
  border-radius: 20px;
  margin: 44px auto 0;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_area {
    width: 84.17vw;
    height: 10.83vw;
    border-radius: 1.67vw;
    margin: 3.67vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_area {
    width: 90.67vw;
    height: 22.67vw;
    border-radius: 2.67vw;
    margin: 6.53vw auto 0;
  }
}
.plan_area .plan_price_tel_box {
  background-color: #a1d8e6;
  width: 286px;
  border-radius: 20px 0 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_tel_box {
    width: 23.83vw;
    border-radius: 1.67vw 0 0 1.67vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_tel_box {
    width: 21.33vw;
    border-radius: 2.67vw 0 0 2.67vw;
  }
}
.plan_area .plan_price_tel_box::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url("../images/plan_price_tel.png") no-repeat center/100%;
  position: absolute;
  top: 20px;
  left: 50px;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_tel_box::after {
    width: 7.5vw;
    height: 7.5vw;
    top: 1.67vw;
    left: 4.17vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_tel_box::after {
    background: url("../images/plan_price_tel_sp.png") no-repeat center/100%;
    width: 12vw;
    height: 12vw;
    top: 2vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.plan_area .plan_price_tel {
  margin-left: 145px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.085em;
  color: #1a2f71;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_tel {
    margin-left: 12.08vw;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_tel {
    margin: auto;
    padding-top: 11.2vw;
    font-size: 5.6vw;
    text-align: center;
  }
}
.plan_area .plan_price_box_txt {
  padding-top: 20px;
  font-size: 30px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #1a2f71;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_box_txt {
    padding-top: 1.67vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_box_txt {
    padding-top: 5.33vw;
    font-size: 4vw;
  }
}
.plan_area .plan_price_box_01 {
  width: 343px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_box_01 {
    width: 28.58vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_box_01 {
    width: 32.13vw;
  }
}
.plan_area .plan_price_box_01::after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background: #1a2f71;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_box_01::after {
    height: 7.5vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_box_01::after {
    height: 21.33vw;
  }
}
.plan_area .plan_price_box_01 .plan_price_box_yen {
  width: 154px;
  margin-top: 16px;
  margin-left: 103px;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_box_01 .plan_price_box_yen {
    width: 12.83vw;
    margin-top: 1.33vw;
    margin-left: 8.58vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_box_01 .plan_price_box_yen {
    width: 22.67vw;
    margin-top: 2.13vw;
    margin-left: 4.4vw;
  }
}
.plan_area .plan_price_box_02 {
  width: 381px;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_box_02 {
    width: 31.75vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_box_02 {
    width: 37.2vw;
  }
}
.plan_area .plan_price_box_02 .plan_price_box_txt {
  padding-top: 16px;
  padding-left: 108px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_box_02 .plan_price_box_txt {
    padding-top: 1.33vw;
    padding-left: 9vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_box_02 .plan_price_box_txt {
    padding-top: 3.47vw;
    padding-left: 9.73vw;
  }
}
.plan_area .plan_price_box_02 .plan_price_box_yen {
  width: 175px;
  margin-top: 12px;
  margin-left: 84px;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_box_02 .plan_price_box_yen {
    width: 14.58vw;
    margin-top: 1vw;
    margin-left: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_box_02 .plan_price_box_yen {
    width: 25.73vw;
    margin-top: 1.6vw;
    margin-left: 5.87vw;
  }
}
.plan_area .plan_price_box_02 .plan_price_box_note {
  margin-top: 2px;
  padding-left: 109px;
  font-size: 14px;
  color: #1a2f71;
}
@media screen and (max-width: 1200px) {
  .plan_area .plan_price_box_02 .plan_price_box_note {
    margin-top: 0.17vw;
    padding-left: 9.08vw;
    font-size: 1.17vw;
  }
}
@media screen and (max-width: 750px) {
  .plan_area .plan_price_box_02 .plan_price_box_note {
    margin-top: 1.6vw;
    padding-left: 6vw;
    font-size: 2.67vw;
  }
}

.campaign_area {
  background: url("../images/campaign_bg.jpg") top center no-repeat;
  background-size: 2000px 1638px;
  height: 1638px;
}
@media screen and (max-width: 1200px) {
  .campaign_area {
    background-size: 166.67vw 136.5vw;
    height: 136.5vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area {
    background: #fff;
    background-size: 100%;
    height: auto;
  }
}
.campaign_area .campaign_list {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list {
    width: 98.33vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list {
    width: 90.67vw;
  }
}
.campaign_area .campaign_list .list_item {
  background: url("../images/campaign_list_01.png") no-repeat center/100%;
  width: 380px;
  height: 320px;
  margin-bottom: 16px;
  position: relative;
  text-align: center;
  filter: drop-shadow(10px 10px 15px rgba(0, 13, 45, 0.3));
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item {
    width: 31.67vw;
    height: 26.67vw;
    margin-bottom: 1.33vw;
    filter: drop-shadow(0.83vw 0.83vw 1.25vw rgba(0, 13, 45, 0.3));
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item {
    background: url("../images/campaign_list_01_sp.png") no-repeat center/100%;
    width: 44vw;
    height: 61.33vw;
    margin-bottom: 2.13vw;
    filter: drop-shadow(1.33vw 1.33vw 2vw rgba(0, 13, 45, 0.3));
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(2) {
  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) {
    background: url("../images/campaign_list_02_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(2) .txt_area {
  bottom: 33px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item:nth-of-type(2) .txt_area {
    bottom: 2.75vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(2) .txt_area {
    bottom: 13.33vw;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(3) {
  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) {
    background: url("../images/campaign_list_03_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(3) .txt_area {
  bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item:nth-of-type(3) .txt_area {
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(3) .txt_area {
    bottom: 6.67vw;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(4) {
  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) {
    background: url("../images/campaign_list_04_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(4) .txt_area {
  bottom: 33px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item:nth-of-type(4) .txt_area {
    bottom: 2.75vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(4) .txt_area {
    bottom: 5.33vw;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(4) .txt {
  line-height: 41px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item:nth-of-type(4) .txt {
    line-height: 3.42vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(4) .txt {
    line-height: 6.4vw;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(5) {
  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) {
    background: url("../images/campaign_list_05_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(5) .txt_area {
  bottom: 33px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item:nth-of-type(5) .txt_area {
    bottom: 2.75vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(5) .txt_area {
    bottom: 9.73vw;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(5) .txt {
  line-height: 37px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item:nth-of-type(5) .txt {
    line-height: 3.08vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(5) .txt {
    line-height: 5.33vw;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(6) {
  background: url("../images/campaign_list_06.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(6) {
    background: url("../images/campaign_list_06_sp.png") no-repeat center/100%;
  }
}
.campaign_area .campaign_list .list_item:nth-of-type(6) .txt_area {
  bottom: 36px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .list_item:nth-of-type(6) .txt_area {
    bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .list_item:nth-of-type(6) .txt_area {
    bottom: 6.13vw;
  }
}
.campaign_area .campaign_list .txt_area {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .txt_area {
    bottom: 2.33vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_area {
    bottom: 3.73vw;
  }
}
.campaign_area .campaign_list .txt {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .txt {
    font-size: 2.5vw;
    line-height: 3.67vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt {
    font-size: 5.33vw;
    line-height: 5.87vw;
  }
}
.campaign_area .campaign_list .txt strong {
  color: #fff;
  font-weight: 700;
}
.campaign_area .campaign_list .txt small {
  color: #fff;
  font-weight: 700;
}
.campaign_area .campaign_list .txt_01 .big {
  font-size: 140%;
}
.campaign_area .campaign_list .txt_02 {
  width: 100px;
  margin-top: 7px;
  border-radius: 15px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  color: #1a2f71;
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .txt_02 {
    width: 8.33vw;
    margin-top: 0.58vw;
    border-radius: 1.25vw;
    font-size: 1.67vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_02 {
    width: 18.67vw;
    margin-top: 1.87vw;
    border-radius: 2.67vw;
    font-size: 3.47vw;
    line-height: 5.33vw;
  }
}
.campaign_area .campaign_list .txt_03 {
  margin-top: -8px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .txt_03 {
    margin-top: -0.67vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_03 {
    margin-top: 0.53vw;
    font-size: 5.07vw;
    line-height: 6.4vw;
  }
}
.campaign_area .campaign_list .txt_03 .big {
  font-size: 110%;
}
.campaign_area .campaign_list .txt_03 .more_big {
  font-size: 150%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_04 {
    font-size: 5.33vw;
    line-height: 5.87vw;
  }
}
.campaign_area .campaign_list .txt_04 .big {
  margin-top: 4px;
  font-size: 140%;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .txt_04 .big {
    margin-top: 0.33vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_04 .big {
    margin-top: 1.07vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_05 {
    font-size: 4.8vw;
    line-height: 5.87vw;
  }
}
.campaign_area .campaign_list .txt_05 .small {
  font-size: 80%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_05 .small {
    font-size: 4.8vw;
    line-height: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_05 .big {
    font-size: 5.87vw;
    line-height: 8vw;
  }
}
.campaign_area .campaign_list .txt_05 .more_big {
  margin-top: 7px;
  font-size: 140%;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .txt_05 .more_big {
    margin-top: 0.58vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_05 .more_big {
    margin-top: 0.27vw;
    font-size: 8.53vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_06 {
    font-size: 5.07vw;
    line-height: 6.4vw;
  }
}
.campaign_area .campaign_list .txt_06 .small {
  font-size: 80%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_06 .small {
    font-size: 100%;
    line-height: 6.4vw;
  }
}
.campaign_area .campaign_list .txt_06 .more_small {
  font-size: 70%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_07 {
    white-space: nowrap;
  }
}
.campaign_area .campaign_list .txt_07 .small {
  font-size: 80%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_07 .small {
    font-size: 3.47vw;
    line-height: 5.87vw;
  }
}
.campaign_area .campaign_list .txt_07 .big {
  margin-top: 9px;
  font-size: 110%;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .txt_07 .big {
    margin-top: 0.75vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_07 .big {
    display: inline;
    margin-top: 1.2vw;
    font-size: 4.53vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_08 {
    font-size: 4.8vw;
    line-height: 6.13vw;
  }
}
.campaign_area .campaign_list .txt_08 .small {
  font-size: 80%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_08 .small {
    font-size: 4vw;
    line-height: 6.13vw;
  }
}
.campaign_area .campaign_list .txt_08 .big {
  font-size: 130%;
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_08 .big {
    font-size: 6.27vw;
  }
}
.campaign_area .campaign_list .txt_08 .note {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .campaign_area .campaign_list .txt_08 .note {
    margin-top: 0.83vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_area .campaign_list .txt_08 .note {
    margin-top: 2.8vw;
    font-size: 2.67vw;
  }
}
.campaign_area .campaign_list .txt_08 sup {
  color: #fff;
  font-size: 50%;
}

.contact_area {
  background: url("../images/contact_box.png") no-repeat top center;
  background-size: 1200px 577px;
  width: 1200px;
  margin-top: 44px;
  padding-bottom: 275px;
}
@media screen and (max-width: 1200px) {
  .contact_area {
    background-size: 100vw 48.08vw;
    width: 100vw;
    margin-top: 3.67vw;
    padding-bottom: 22.92vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area {
    background: url("../images/contact_box_sp.png") no-repeat top center;
    background-size: 90.67vw 144.8vw;
    width: 90.67vw;
    margin: 5.87vw auto 0;
    padding-bottom: 25.2vw;
  }
}
.contact_area_02 {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .contact_area_02 {
    margin-top: 5.83vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area_02 {
    margin-top: 13.33vw;
  }
}
.contact_area .contact_wrap {
  width: 1060px;
  margin: 0 auto;
  padding-top: 78px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_wrap {
    width: 88.33vw;
    padding-top: 6.5vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_wrap {
    width: 81.87vw;
    padding-top: 13.07vw;
    display: block;
  }
}
.contact_area .contact_btn {
  display: block;
  background: url("../images/contact_form_btn.png") no-repeat center/100%;
  width: 520px;
  height: 110px;
  padding-left: 155px;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 110px;
  letter-spacing: 0.025em;
  filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_btn {
    width: 43.33vw;
    height: 9.17vw;
    padding-left: 12.92vw;
    font-size: 2.5vw;
    line-height: 9.17vw;
    filter: drop-shadow(0.83vw 0.83vw 0.5vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_btn {
    background: url("../images/contact_form_btn_sp.png") no-repeat center/100%;
    width: 81.87vw;
    height: 17.33vw;
    padding-left: 24.67vw;
    font-size: 4.73vw;
    line-height: 17.33vw;
    filter: drop-shadow(1.33vw 1.33vw 0.8vw rgba(0, 0, 0, 0.2));
  }
}
.contact_area .contact_btn_mail {
  background: url("../images/contact_mail_btn.png") no-repeat center/100%;
  padding-left: 130px;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_btn_mail {
    padding-left: 10.83vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_btn_mail {
    background: url("../images/contact_mail_btn_sp.png") no-repeat center/100%;
    padding-left: 21.33vw;
    margin-top: 5.33vw;
  }
}
.contact_area .contact_gray_area {
  width: 1000px;
  height: 140px;
  margin: 50px auto 0;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_gray_area {
    width: 83.33vw;
    height: 11.67vw;
    margin: 4.17vw auto 0;
    padding-left: 2.5vw;
    border-radius: 1.67vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_gray_area {
    width: 80vw;
    height: 36vw;
    margin: 6.67vw auto 0;
    padding-top: 4.13vw;
    padding-left: 0;
    border-radius: 2.67vw;
    display: block;
  }
}
.contact_area .contact_gray_area:nth-of-type(2) {
  margin: 15px auto 0;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_gray_area:nth-of-type(2) {
    margin: 1.25vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_gray_area:nth-of-type(2) {
    margin: 3.33vw auto 0;
  }
}
.contact_area .contact_gray_icon_wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .contact_area .contact_gray_icon_wrap {
    margin-left: 11.47vw;
  }
}
.contact_area .contact_gray_icon {
  width: 86px;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_gray_icon {
    width: 7.17vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_gray_icon {
    width: 11.47vw;
  }
}
.contact_area .contact_txt {
  margin-left: 17px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #1a2f71;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_txt {
    margin-left: 1.42vw;
    font-size: 2.5vw;
    line-height: 3.33vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_txt {
    margin-left: 2vw;
    font-size: 4.53vw;
    line-height: 5.87vw;
  }
}
.contact_area .contact_tel_box {
  margin-left: 53px;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_tel_box {
    margin-left: 4.42vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_tel_box {
    margin: 3.47vw auto 0;
  }
}
.contact_area .contact_tel {
  width: 455px;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_tel {
    width: 37.92vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_tel {
    width: 80vw;
  }
}
.contact_area .contact_tel_time {
  margin-top: 10px;
  margin-left: -8px;
  font-size: 16px;
  color: #1a2f71;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_tel_time {
    margin-top: 0.83vw;
    margin-left: -0.67vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_tel_time {
    margin: 1.33vw auto 0;
    font-size: 2.67vw;
    text-align: center;
  }
}
.contact_area .contact_line_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .contact_area .contact_line_box {
    margin-top: 2.4vw;
  }
}
.contact_area .contact_line {
  width: 100px;
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_line {
    width: 8.33vw;
    margin-left: 4.17vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_line {
    width: 14.67vw;
    margin-left: 9.07vw;
  }
}
.contact_area .contact_line_txt {
  display: inline-block;
  margin-top: -10px;
  margin-left: 25px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #1a2f71;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_line_txt {
    margin-top: -0.84vw;
    margin-left: 2.08vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_line_txt {
    margin-top: -1.34vw;
    margin-left: 2.93vw;
    font-size: 4.72vw;
    line-height: 5.67vw;
  }
}
.contact_area .contact_line_txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1a2f71;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .contact_area .contact_line_txt::after {
    height: 0.17vw;
    bottom: -0.84vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_area .contact_line_txt::after {
    height: 0.27vw;
    bottom: -1.34vw;
  }
}

.reason_area {
  background: url("../images/reason_bg.jpg") top center no-repeat;
  background-size: 2000px 1332px;
  height: 1332px;
}
@media screen and (max-width: 1200px) {
  .reason_area {
    background-size: 166.67vw 111vw;
    height: 111vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area {
    background: url("../images/reason_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 333.33vw;
    height: 333.33vw;
  }
}
.reason_area .reason_tit_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 70px;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_tit_wrap {
    padding-top: 5.83vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_tit_wrap {
    padding-top: 0;
    display: block;
  }
}
.reason_area .reason_tit_logo {
  width: 374px;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_tit_logo {
    width: 31.17vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_tit_logo {
    width: 100vw;
  }
}
.reason_area .reason_tit_txt {
  margin-left: 6px;
  font-size: 48px;
  font-weight: 700;
  color: #1a2f71;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_tit_txt {
    margin-left: 0.5vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_tit_txt {
    margin-left: 0vw;
    margin-top: 2vw;
    font-size: 7.47vw;
    text-align: center;
  }
}
.reason_area .reason_tit_txt .big {
  font-size: 60px;
  color: #1a2f71;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_tit_txt .big {
    font-size: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_tit_txt .big {
    font-size: 9.33vw;
  }
}
.reason_area .reason_list {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_list {
    margin-top: 3.92vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list {
    margin-top: 10.27vw;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.reason_area .reason_list .list_item {
  background: url("../images/reason_list_01.png") no-repeat center/100%;
  width: 380px;
  height: 487px;
  filter: drop-shadow(10px 10px 15px rgba(0, 13, 45, 0.3));
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_list .list_item {
    width: 31.67vw;
    height: 40.58vw;
    filter: drop-shadow(0.83vw 0.83vw 1.25vw rgba(0, 13, 45, 0.3));
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item {
    background: url("../images/reason_list_01_sp.png") no-repeat center/100%;
    width: 44vw;
    height: 61.73vw;
    filter: drop-shadow(1.33vw 1.33vw 2vw rgba(0, 13, 45, 0.3));
  }
}
.reason_area .reason_list .list_item:nth-of-type(2) {
  background: url("../images/reason_list_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item:nth-of-type(2) {
    background: url("../images/reason_list_02_sp.png") no-repeat center/100%;
    margin-left: 2.93vw;
  }
}
.reason_area .reason_list .list_item:nth-of-type(2) .txt {
  top: 326px;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_list .list_item:nth-of-type(2) .txt {
    top: 27.17vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item:nth-of-type(2) .txt {
    top: 36vw;
  }
}
.reason_area .reason_list .list_item:nth-of-type(2) .txt .orange {
  margin-top: 3px;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_list .list_item:nth-of-type(2) .txt .orange {
    margin-top: 0.25vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item:nth-of-type(2) .txt .orange {
    margin-top: 0.4vw;
    font-size: 4.67vw;
  }
}
.reason_area .reason_list .list_item:nth-of-type(2) .txt .big {
  font-size: 126%;
}
.reason_area .reason_list .list_item:nth-of-type(2) .txt .more_big {
  font-size: 152%;
  color: #ff7c00;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item:nth-of-type(2) .txt .more_big {
    font-size: 142%;
  }
}
.reason_area .reason_list .list_item:nth-of-type(3) {
  background: url("../images/reason_list_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item:nth-of-type(3) {
    background: url("../images/reason_list_03_sp.png") no-repeat center/100%;
    margin-top: 2.93vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item:nth-of-type(3) .txt {
    top: 33.73vw;
  }
}
.reason_area .reason_list .list_item .txt {
  position: absolute;
  top: 310px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 27px;
  line-height: 40px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_list .list_item .txt {
    top: 25.83vw;
    font-size: 2.25vw;
    line-height: 3.33vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item .txt {
    top: 37.73vw;
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
}
.reason_area .reason_list .list_item .txt .orange {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #ff7c00;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_list .list_item .txt .orange {
    font-size: 3.17vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_list .list_item .txt .orange {
    font-size: 5.33vw;
    line-height: 6.93vw;
  }
}
.reason_area .reason_list .list_item .txt .big {
  font-size: 120%;
  color: #ff7c00;
  font-weight: 700;
}
.reason_area .reason_scene_area {
  background: url("../images/reason_scene_bg.png") no-repeat center/100%;
  width: 1200px;
  height: 432px;
  margin-top: 108px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_scene_area {
    width: 100vw;
    height: 36vw;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_scene_area {
    background: url("../images/reason_scene_bg_sp.png") no-repeat center/100%;
    width: 90.67vw;
    height: 126.67vw;
    margin: 14.4vw auto 0;
  }
}
.reason_area .reason_scene_area .reason_scene {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -60px;
  width: 800px;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_scene_area .reason_scene {
    top: -5vw;
    width: 66.67vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_scene_area .reason_scene {
    top: -6vw;
    width: 86.93vw;
  }
}
.reason_area .reason_scene_list {
  width: 1130px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_scene_list {
    width: 94.17vw;
    padding-top: 6.67vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_scene_list {
    flex-wrap: wrap;
    width: 80vw;
    padding-top: 16vw;
  }
}
.reason_area .reason_scene_list .list_item {
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_scene_list .list_item {
    width: 21.67vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_scene_list .list_item {
    width: 37.87vw;
    margin-bottom: 4.67vw;
  }
}
.reason_area .reason_scene_list .txt {
  margin-top: 18px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .reason_area .reason_scene_list .txt {
    margin-top: 1.5vw;
    font-size: 1.67vw;
    line-height: 2.67vw;
  }
}
@media screen and (max-width: 750px) {
  .reason_area .reason_scene_list .txt {
    white-space: nowrap;
    margin-top: 2.4vw;
    font-size: 3.47vw;
    line-height: 5.87vw;
  }
}

.worries_area {
  background: url("../images/worries_bg.jpg") top center no-repeat;
  background-size: 2000px 634px;
  height: 634px;
  padding-top: 70px;
}
@media screen and (max-width: 1200px) {
  .worries_area {
    background-size: 166.67vw 52.83vw;
    height: 52.83vw;
    padding-top: 5.83vw;
  }
}
@media screen and (max-width: 750px) {
  .worries_area {
    background: url("../images/worries_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 158.93vw;
    height: 158.93vw;
    padding-top: 12vw;
  }
}
.worries_area .worries_subtit {
  width: 520px;
  font-size: 36px;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .worries_area .worries_subtit {
    width: 43.33vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .worries_area .worries_subtit {
    width: 73.33vw;
    font-size: 5.33vw;
  }
}
.worries_area .worries_subtit::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .worries_area .worries_subtit::after {
    height: 0.17vw;
    bottom: -1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .worries_area .worries_subtit::after {
    height: 0.27vw;
    bottom: -2.4vw;
  }
}
.worries_area .worries_tit {
  width: 755px;
  margin: 33px auto 0;
}
@media screen and (max-width: 1200px) {
  .worries_area .worries_tit {
    width: 62.92vw;
    margin: 2.75vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .worries_area .worries_tit {
    width: 100vw;
    margin: 7.33vw auto 0;
  }
}
.worries_area .worries_list {
  width: 1064px;
  margin: 38px auto 0;
}
@media screen and (max-width: 1200px) {
  .worries_area .worries_list {
    width: 88.67vw;
    margin: 3.17vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .worries_area .worries_list {
    width: 90.67vw;
    margin: 8.67vw auto 0;
  }
}
.worries_area .worries_list .list_item {
  height: 60px;
  margin-bottom: 20px;
  background: rgba(26, 26, 26, 0.8);
}
@media screen and (max-width: 1200px) {
  .worries_area .worries_list .list_item {
    height: 5vw;
    margin-bottom: 1.67vw;
  }
}
@media screen and (max-width: 750px) {
  .worries_area .worries_list .list_item {
    height: 18.67vw;
    margin-bottom: 4vw;
  }
}
.worries_area .worries_list .txt {
  padding-left: 65px;
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .worries_area .worries_list .txt {
    padding-left: 5.42vw;
    font-size: 2.33vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .worries_area .worries_list .txt {
    padding-top: 2.67vw;
    padding-left: 12.67vw;
    font-size: 4.27vw;
    line-height: 6.67vw;
  }
}
.worries_area .worries_list .txt::after {
  content: "";
  display: block;
  width: 30px;
  height: 27px;
  background: url("../images/worries_list_check.png") no-repeat center/100%;
  position: absolute;
  top: 18px;
  left: 20px;
}
@media screen and (max-width: 1200px) {
  .worries_area .worries_list .txt::after {
    width: 2.5vw;
    height: 2.25vw;
    top: 1.5vw;
    left: 1.67vw;
  }
}
@media screen and (max-width: 750px) {
  .worries_area .worries_list .txt::after {
    background: url("../images/worries_list_check_sp.png") no-repeat center/100%;
    width: 5.33vw;
    height: 4.8vw;
    top: 7.07vw;
    left: 3.33vw;
  }
}
.worries_area .worries_list .yellow {
  color: #ffd981;
}

.point_area {
  background: url("../images/point_bg.jpg") top center no-repeat;
  background-size: 2000px 2902px;
  height: 2902px;
  padding-top: 90px;
}
@media screen and (max-width: 1200px) {
  .point_area {
    background-size: 166.67vw 241.83vw;
    height: 241.83vw;
    padding-top: 7.5vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area {
    background: url("../images/point_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 362.4vw;
    height: auto;
    padding-top: 14vw;
  }
}
.point_area .point_tit {
  width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .point_area .point_tit {
    width: 72.5vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_tit {
    width: 100vw;
  }
}
.point_area .point_tit_txt {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .point_area .point_tit_txt {
    margin-top: 1.25vw;
    font-size: 1.67vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_tit_txt {
    margin-top: 2.67vw;
    font-size: 3.73vw;
    line-height: 5.6vw;
  }
}
.point_area .point_arrow {
  background: url("../images/point_triangle.png") no-repeat center/100%;
  width: 600px;
  height: 100px;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 20px;
  font-size: 34px;
  letter-spacing: 0.09em;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .point_area .point_arrow {
    width: 50vw;
    height: 8.33vw;
    top: -10vw;
    padding-top: 1.67vw;
    font-size: 2.83vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_arrow {
    background: url("../images/point_triangle_sp.png") no-repeat center/100%;
    width: 80vw;
    height: 13.33vw;
    top: -19.34vw;
    padding-top: 2.67vw;
    font-size: 4.53vw;
  }
}
.point_area .point_list {
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .point_area .point_list {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_list {
    margin-top: 9.07vw;
  }
}
.point_area .point_list .list_item {
  background: url("../images/point_list_01.png") no-repeat center/100%;
  width: 1200px;
  height: 345px;
  padding-top: 61px;
  padding-left: 590px;
}
@media screen and (max-width: 1200px) {
  .point_area .point_list .list_item {
    width: 100vw;
    height: 28.75vw;
    padding-top: 5.08vw;
    padding-left: 49.17vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_list .list_item {
    background: url("../images/point_list_01_sp.png") no-repeat center/100%;
    width: 100vw;
    height: 108.67vw;
    padding-top: 50vw;
    padding-left: 11.33vw;
  }
}
.point_area .point_list .list_item:nth-of-type(2) {
  background: url("../images/point_list_02.png") no-repeat center/100%;
  height: 340px;
  padding-top: 73px;
  padding-left: 164px;
}
@media screen and (max-width: 1200px) {
  .point_area .point_list .list_item:nth-of-type(2) {
    height: 28.33vw;
    padding-top: 6.08vw;
    padding-left: 13.67vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_list .list_item:nth-of-type(2) {
    background: url("../images/point_list_02_sp.png") no-repeat center/100%;
    height: 100.4vw;
    padding-top: 50.67vw;
    padding-left: 14vw;
  }
}
.point_area .point_list .list_item:nth-of-type(3) {
  background: url("../images/point_list_03.png") no-repeat center/100%;
  height: 340px;
  padding-top: 82px;
}
@media screen and (max-width: 1200px) {
  .point_area .point_list .list_item:nth-of-type(3) {
    height: 28.33vw;
    padding-top: 6.83vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_list .list_item:nth-of-type(3) {
    background: url("../images/point_list_03_sp.png") no-repeat center/100%;
    height: 97.6vw;
    padding-top: 50.13vw;
    padding-left: 11.2vw;
  }
}
.point_area .point_list .tit {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  color: #1a2f71;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .point_area .point_list .tit {
    font-size: 2.83vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_list .tit {
    font-size: 6.67vw;
    line-height: 8.8vw;
  }
}
.point_area .point_list .txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .point_area .point_list .txt {
    margin-top: 1.67vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_list .txt {
    margin-top: 2.67vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}
.point_area .point_list .txt .blue {
  color: #67cfee;
  font-weight: 500;
}
.point_area .point_support_area {
  background: url("../images/point_support_box.png") no-repeat center/100%;
  width: 1200px;
  height: 801px;
  margin-top: 28px;
}
@media screen and (max-width: 1200px) {
  .point_area .point_support_area {
    width: 100vw;
    height: 66.75vw;
    margin-top: 2.33vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_support_area {
    background: url("../images/point_support_box_sp.png") no-repeat center/100%;
    width: 90.67vw;
    height: 236.8vw;
    margin: 3.73vw auto 0;
  }
}
.point_area .point_support_box_subtit {
  padding-top: 15px;
  font-size: 46px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .point_area .point_support_box_subtit {
    padding-top: 1.25vw;
    font-size: 3.83vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_support_box_subtit {
    padding-top: 2.67vw;
    font-size: 6.67vw;
  }
}
.point_area .point_support_box_subtit .small {
  font-size: 80%;
  color: #fff;
}
.point_area .point_support_box_tit {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .point_area .point_support_box_tit {
    margin-top: 3.33vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_support_box_tit {
    margin-top: 10vw;
  }
}
.point_area .point_support_list {
  width: 1050px;
  margin: 39px auto 0;
}
@media screen and (max-width: 1200px) {
  .point_area .point_support_list {
    width: 87.5vw;
    margin: 3.25vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_support_list {
    width: 80vw;
    margin: 8.67vw auto 0;
  }
}
.point_area .point_support_list .list_item {
  background: url("../images/point_support_box_01.png") no-repeat center/100%;
  width: 1050px;
  height: 160px;
  padding-top: 30px;
  padding-left: 447px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .point_area .point_support_list .list_item {
    width: 87.5vw;
    height: 13.33vw;
    padding-top: 2.5vw;
    padding-left: 37.25vw;
    margin-bottom: 1.67vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_support_list .list_item {
    background: url("../images/point_support_box_01_sp.png") no-repeat center/100%;
    width: 80vw;
    height: 53.33vw;
    padding-top: 32.67vw;
    padding-left: 0;
    margin-bottom: 5.07vw;
    text-align: center;
  }
}
.point_area .point_support_list .list_item:nth-of-type(2) {
  background: url("../images/point_support_box_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .point_area .point_support_list .list_item:nth-of-type(2) {
    background: url("../images/point_support_box_02_sp.png") no-repeat center/100%;
  }
}
.point_area .point_support_list .list_item:nth-of-type(3) {
  background: url("../images/point_support_box_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .point_area .point_support_list .list_item:nth-of-type(3) {
    background: url("../images/point_support_box_03_sp.png") no-repeat center/100%;
  }
}
.point_area .point_support_list .txt {
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .point_area .point_support_list .txt {
    font-size: 2.5vw;
    line-height: 4.17vw;
  }
}
@media screen and (max-width: 750px) {
  .point_area .point_support_list .txt {
    font-size: 4.8vw;
    line-height: 6.67vw;
  }
}
.point_area .point_support_list .txt .orange {
  color: #ff7c00;
  font-weight: 500;
}

.movie_area {
  background: url("../images/movie_bg.jpg") top center no-repeat;
  background-size: 2000px 802px;
  height: 802px;
  padding-top: 71px;
}
@media screen and (max-width: 1200px) {
  .movie_area {
    background-size: 166.67vw 66.83vw;
    height: 66.83vw;
    padding-top: 5.92vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area {
    background: url("../images/movie_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 230.13vw;
    height: 230.13vw;
    padding-top: 9.47vw;
  }
}
.movie_area .movie_subtit {
  background: url("../images/movie_tit_01.png") no-repeat center/100%;
  width: 356px;
  height: 60px;
  margin: 0 auto;
  padding-left: 14px;
  font-size: 46px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1a2f71;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_subtit {
    width: 29.67vw;
    height: 5vw;
    padding-left: 1.17vw;
    font-size: 3.83vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_subtit {
    background: url("../images/movie_tit_01_sp.png") no-repeat center/100%;
    width: 56.8vw;
    height: 9.33vw;
    padding-left: 1.87vw;
    font-size: 6.67vw;
  }
}
.movie_area .movie_subtit .small {
  color: #1a2f71;
  font-size: 80%;
  font-weight: 900;
}
.movie_area .movie_tit {
  margin-top: 15px;
  color: #1a2f71;
  font-size: 51px;
  line-height: 78px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_tit {
    margin-top: 1.25vw;
    font-size: 4.25vw;
    line-height: 6.5vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_tit {
    margin-top: 2vw;
    font-size: 8.8vw;
    line-height: 11.73vw;
  }
}
.movie_area .movie_tit .small {
  font-size: 80%;
  color: #1a2f71;
  font-weight: 900;
}
.movie_area .movie_tit .orange {
  background: url("../images/movie_tit_02.png") no-repeat center/100%;
  width: 830px;
  height: 78px;
  margin-right: 19px;
  font-size: 51px;
  line-height: 78px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.03em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_tit .orange {
    width: 69.17vw;
    height: 6.5vw;
    margin-right: 1.58vw;
    font-size: 4.25vw;
    line-height: 6.5vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_tit .orange {
    background: url("../images/movie_tit_02_01_sp.png") no-repeat center/100%;
    width: 73.33vw;
    height: 11.47vw;
    margin-right: 0vw;
    font-size: 8.8vw;
    line-height: 11.47vw;
  }
}
.movie_area .movie_tit .orange .small {
  font-size: 80%;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .movie_area .movie_tit .orange:nth-of-type(2) {
    background: url("../images/movie_tit_02_02_sp.png") no-repeat center/100%;
    width: 80.8vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
.movie_area .movie_list {
  margin-top: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_list {
    margin-top: 5.17vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_list {
    display: block;
    width: 90.67vw;
    margin: 6.93vw auto 0;
  }
}
.movie_area .movie_list .list_item {
  width: 570px;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_list .list_item {
    width: 47.5vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_list .list_item {
    width: 90.67vw;
  }
}
.movie_area .movie_list .list_item:nth-of-type(2) {
  margin-left: 22px;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_list .list_item:nth-of-type(2) {
    margin-left: 1.83vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_list .list_item:nth-of-type(2) {
    margin-left: 0vw;
    margin-top: 10.8vw;
  }
}
.movie_area .movie_list .list_item:nth-of-type(2) .txt {
  margin-left: 155px;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_list .list_item:nth-of-type(2) .txt {
    margin-left: 12.92vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_list .list_item:nth-of-type(2) .txt {
    margin-left: 22.93vw;
  }
}
.movie_area .movie_list .list_item:nth-of-type(2) .txt::after {
  background: url("../images/movie_link_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .movie_area .movie_list .list_item:nth-of-type(2) .txt::after {
    background: url("../images/movie_link_02_sp.png") no-repeat center/100%;
  }
}
.movie_area .movie_list .txt {
  margin-left: 148px;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #1a2f71;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_list .txt {
    margin-left: 12.33vw;
    font-size: 2.17vw;
    line-height: 3.33vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_list .txt {
    margin-left: 22.93vw;
    font-size: 4.53vw;
    line-height: 5.33vw;
  }
}
.movie_area .movie_list .txt::after {
  content: "";
  display: block;
  width: 92px;
  height: 58px;
  background: url("../images/movie_link_01.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: -105px;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_list .txt::after {
    width: 7.67vw;
    height: 4.83vw;
    left: -8.75vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_list .txt::after {
    background: url("../images/movie_link_01_sp.png") no-repeat center/100%;
    width: 15.2vw;
    height: 9.87vw;
    left: -18vw;
  }
}
.movie_area .movie_list .txt .orage {
  display: inline-block;
  height: 40px;
  margin-bottom: 2px;
  padding: 0 0.5em;
  border-radius: 10px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  background-color: #ff9f00;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie_list .txt .orage {
    height: 3.33vw;
    margin-bottom: 0.17vw;
    border-radius: 0.83vw;
    font-size: 2vw;
    line-height: 3.33vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie_list .txt .orage {
    height: 6.67vw;
    margin-bottom: 1.33vw;
    border-radius: 1.33vw;
    font-size: 4vw;
    line-height: 6.67vw;
  }
}
.movie_area .movie {
  width: 570px;
  height: 330px;
  margin-top: 18px;
}
@media screen and (max-width: 1200px) {
  .movie_area .movie {
    width: 47.5vw;
    height: 27.5vw;
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .movie_area .movie {
    width: 90.67vw;
    height: 52.53vw;
    margin-top: 3.33vw;
  }
}
.movie_area .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.support_area {
  background: url("../images/support_bg.jpg") top center no-repeat;
  background-size: 2000px 970px;
  height: 970px;
  padding-top: 48px;
}
@media screen and (max-width: 1200px) {
  .support_area {
    background-size: 166.67vw 80.83vw;
    height: 80.83vw;
    padding-top: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .support_area {
    background: url("../images/support_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 195.87vw;
    height: 195.87vw;
    padding-top: 10.4vw;
  }
}
.support_area .support_logo {
  width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .support_area .support_logo {
    width: 37.5vw;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_logo {
    width: 100vw;
  }
}
.support_area .support_tit {
  width: 550px;
  margin: 8px auto 0;
  font-size: 44px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .support_area .support_tit {
    width: 45.83vw;
    margin: 0.67vw auto 0;
    font-size: 3.67vw;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_tit {
    width: 88vw;
    margin: 1.07vw auto 0;
    font-size: 6.93vw;
  }
}
.support_area .support_tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -16px;
}
@media screen and (max-width: 1200px) {
  .support_area .support_tit::after {
    bottom: -1.34vw;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_tit::after {
    bottom: -2.67vw;
  }
}
.support_area .support_tit .small {
  font-size: 80%;
  color: #fff;
  font-weight: 900;
}
.support_area .support_lead {
  width: 850px;
  margin: 52px auto 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .support_area .support_lead {
    width: 70.83vw;
    margin: 4.33vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_lead {
    width: 100vw;
    margin: 8.27vw auto 0;
  }
}
.support_area .support_lead_txt {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 320px;
  border-radius: 25px;
  padding-left: 20px;
  font-size: 39px;
  line-height: 50px;
  letter-spacing: 0.025em;
  color: #1a2f71;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .support_area .support_lead_txt {
    width: 26.67vw;
    border-radius: 2.08vw;
    padding-left: 1.67vw;
    font-size: 3.25vw;
    line-height: 4.17vw;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_lead_txt {
    width: 48vw;
    border-radius: 3.6vw;
    padding-left: 2.67vw;
    font-size: 5.33vw;
    line-height: 7.2vw;
  }
}
.support_area .support_lead_txt .small {
  font-size: 80%;
  color: #1a2f71;
  font-weight: 700;
}
.support_area .support_list {
  width: 1090px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .support_area .support_list {
    width: 90.83vw;
    margin: 2.67vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_list {
    display: block;
    width: 100vw;
    margin: 3.47vw auto 0;
  }
}
.support_area .support_list .list_item {
  background: url("../images/support_link_01.png") no-repeat center/100%;
  width: 350px;
  height: 463px;
  padding-top: 265px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .support_area .support_list .list_item {
    width: 29.17vw;
    height: 38.58vw;
    padding-top: 22.08vw;
    filter: drop-shadow(0.83vw 0.83vw 0.83vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_list .list_item {
    background: url("../images/support_link_01_sp.png") no-repeat center/100%;
    width: 100vw;
    height: 41.6vw;
    padding-top: 2.93vw;
    padding-left: 36vw;
    filter: drop-shadow(1.33vw 1.33vw 1.33vw rgba(0, 0, 0, 0.2));
  }
}
.support_area .support_list .list_item:nth-child(2) {
  background: url("../images/support_link_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .support_area .support_list .list_item:nth-child(2) {
    background: url("../images/support_link_02_sp.png") no-repeat center/100%;
  }
}
.support_area .support_list .list_item:nth-child(2) .txt {
  white-space: nowrap;
}
.support_area .support_list .list_item:nth-child(2) .txt .orange {
  margin-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .support_area .support_list .list_item:nth-child(2) .txt .orange {
    margin: 0;
  }
}
.support_area .support_list .list_item:nth-child(3) {
  background: url("../images/support_link_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .support_area .support_list .list_item:nth-child(3) {
    background: url("../images/support_link_03_sp.png") no-repeat center/100%;
  }
}
.support_area .support_list .list_item:nth-child(3) .txt .orange {
  font-size: 44px;
}
@media screen and (max-width: 1200px) {
  .support_area .support_list .list_item:nth-child(3) .txt .orange {
    font-size: 3.67vw;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_list .list_item:nth-child(3) .txt .orange {
    font-size: 6.67vw;
  }
}
.support_area .support_list .txt_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 196px;
}
@media screen and (max-width: 1200px) {
  .support_area .support_list .txt_area {
    height: 16.33vw;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_list .txt_area {
    height: 32.27vw;
  }
}
.support_area .support_list .txt {
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .support_area .support_list .txt {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .support_area .support_list .txt {
    font-size: 5.07vw;
    line-height: 7.2vw;
  }
}
.support_area .support_list .txt .orange {
  font-weight: 700;
  color: #ff7c00;
}

.flow_area {
  padding-top: 83px;
}
@media screen and (max-width: 1200px) {
  .flow_area {
    padding-top: 6.92vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area {
    padding-top: 12vw;
  }
}
.flow_area .flow_eng {
  width: 88px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_eng {
    width: 7.33vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_eng {
    width: 11.73vw;
  }
}
.flow_area .flow_tit {
  margin-top: 10px;
  font-size: 42px;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_tit {
    margin-top: 0.83vw;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_tit {
    margin-top: 1.33vw;
    font-size: 6.67vw;
  }
}
.flow_area .flow_list {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list {
    display: block;
    margin-top: 7.2vw;
  }
}
.flow_area .flow_list .list_item {
  background: url("../images/flow_link_01.png") no-repeat center/100%;
  width: 280px;
  height: 290px;
  text-align: center;
  padding-top: 59px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .list_item {
    width: 23.33vw;
    height: 24.17vw;
    padding-top: 4.92vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item {
    background: url("../images/flow_link_01_sp.png") no-repeat center/100%;
    width: 90.67vw;
    height: 33.73vw;
    padding-top: 4vw;
    margin: 0 auto 5.2vw;
  }
}
.flow_area .flow_list .list_item::after {
  content: "";
  display: block;
  width: 50px;
  height: 86px;
  background: url("../images/flow_link_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -51px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .list_item::after {
    width: 4.17vw;
    height: 7.17vw;
    right: -4.25vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item::after {
    background: url("../images/flow_link_arrow_sp.png") no-repeat center/100%;
    width: 11.47vw;
    height: 6.67vw;
    right: auto;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -3.47vw;
  }
}
.flow_area .flow_list .list_item:first-of-type {
  padding-top: 38px;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .list_item:first-of-type {
    padding-top: 3.17vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item:first-of-type {
    padding-top: 4vw;
  }
}
.flow_area .flow_list .list_item:nth-of-type(2) {
  background: url("../images/flow_link_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item:nth-of-type(2) {
    background: url("../images/flow_link_02_sp.png") no-repeat center/100%;
  }
}
.flow_area .flow_list .list_item:nth-of-type(3) {
  background: url("../images/flow_link_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item:nth-of-type(3) {
    background: url("../images/flow_link_03_sp.png") no-repeat center/100%;
  }
}
.flow_area .flow_list .list_item:nth-of-type(4) {
  background: url("../images/flow_link_04.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .list_item:nth-of-type(4) {
    background: url("../images/flow_link_04_sp.png") no-repeat center/100%;
  }
}
.flow_area .flow_list .list_item:nth-of-type(4)::after {
  display: none;
}
.flow_area .flow_list .step {
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .step {
    width: 6.67vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .step {
    width: 12.8vw;
  }
}
.flow_area .flow_list .tit {
  margin-top: 9px;
  font-size: 29px;
  line-height: 39px;
  font-weight: 700;
  color: #1a2f71;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .tit {
    margin-top: 0.75vw;
    font-size: 2.42vw;
    line-height: 3.25vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .tit {
    margin-top: 1.2vw;
    font-size: 4.8vw;
    line-height: 5.6vw;
  }
}
.flow_area .flow_list .txt {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .flow_area .flow_list .txt {
    bottom: 3.33vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_area .flow_list .txt {
    margin-top: 1.33vw;
    position: static;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}

.form_area {
  background: url("../images/form_bg.jpg") bottom center no-repeat;
  background-size: 2000px 1230px;
  padding-top: 84px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .form_area {
    background-size: 166.67vw 102.5vw;
    padding-top: 7vw;
    padding-bottom: 5.83vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area {
    background: url("../images/form_bg_sp.jpg") bottom center no-repeat;
    background-size: 100vw 156.67vw;
    padding-top: 14vw;
    padding-bottom: 13.33vw;
  }
}
.form_area .form_box {
  background: url("../images/form_box.png") no-repeat center/100%;
  width: 1000px;
  height: 1160px;
  margin: 0 auto;
  padding-top: 93px;
}
@media screen and (max-width: 1200px) {
  .form_area .form_box {
    width: 83.33vw;
    height: 96.67vw;
    padding-top: 7.75vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_box {
    background: url("../images/form_box_sp.png") no-repeat center/100%;
    width: 90.67vw;
    height: 218.67vw;
    padding-top: 9.73vw;
  }
}
.form_area .form_eng {
  width: 144px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .form_area .form_eng {
    width: 12vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_eng {
    width: 21.33vw;
  }
}
.form_area .form_tit {
  margin-top: 10px;
  font-size: 42px;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .form_area .form_tit {
    margin-top: 0.83vw;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_tit {
    margin-top: 1.33vw;
    font-size: 6.67vw;
  }
}
.form_area form {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .form_area form {
    width: 60vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area form {
    width: 80vw;
  }
}
.form_area .form_in_area {
  display: block;
  width: 720px;
  margin: 43px auto 0;
}
@media screen and (max-width: 1200px) {
  .form_area .form_in_area {
    width: 60vw;
    margin: 3.58vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_in_area {
    width: 80vw;
    margin: 8vw auto 0;
  }
}
.form_area .form_in_area .form_item {
  margin-bottom: 27px;
}
@media screen and (max-width: 1200px) {
  .form_area .form_in_area .form_item {
    margin-bottom: 2.25vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_in_area .form_item {
    margin-bottom: 5.33vw;
  }
}
.form_area .form_in_area .form_item label {
  position: relative;
}
.form_area .form_in_box {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .form_area .form_in_box {
    font-size: 1.67vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_in_box {
    font-size: 3.47vw;
    line-height: 4.8vw;
  }
}
.form_area .form_in_box.required::after, .form_area .form_in_box.any::after {
  content: "必須";
  display: block;
  height: 26px;
  background: #ff9f00;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -3.7em;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.025em;
  text-align: center;
  border-radius: 4px;
  padding: 0 0.6em;
}
@media screen and (max-width: 1200px) {
  .form_area .form_in_box.required::after, .form_area .form_in_box.any::after {
    height: 2.17vw;
    font-size: 1.25vw;
    line-height: 2.17vw;
    border-radius: 0.33vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_in_box.required::after, .form_area .form_in_box.any::after {
    height: 5.07vw;
    font-size: 2.93vw;
    line-height: 5.07vw;
    border-radius: 0.53vw;
  }
}
.form_area .form_in_box.any::after {
  content: "任意";
  background: #999999;
}
.form_area input, .form_area select, .form_area textarea {
  display: block;
  width: 720px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding: 0 1em;
  border-radius: 12px;
  margin-top: 7px;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .form_area input, .form_area select, .form_area textarea {
    width: 60vw;
    height: 4.17vw;
    font-size: 1.5vw;
    line-height: 4.17vw;
    border-radius: 1vw;
    margin-top: 0.58vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area input, .form_area select, .form_area textarea {
    width: 80vw;
    height: 12vw;
    font-size: 3.47vw;
    line-height: 12vw;
    border-radius: 1.6vw;
    margin-top: 3.33vw;
    padding: 0 0.5em;
  }
}
.form_area input::placeholder, .form_area select::placeholder, .form_area textarea::placeholder {
  color: #b3b3b3;
}
.form_area textarea {
  height: 180px;
  line-height: 26px;
  padding: 0.7em 1.3em;
  border: none;
}
@media screen and (max-width: 1200px) {
  .form_area textarea {
    height: 15vw;
    line-height: 2.17vw;
  }
}
@media screen and (max-width: 750px) {
  .form_area textarea {
    height: 38.67vw;
    line-height: 4vw;
    padding: 0.7em 0.5em;
  }
}
.form_area .error-message {
  position: absolute;
  bottom: -20px;
  left: 317px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .form_area .error-message {
    bottom: -1.67vw;
    left: 26.42vw;
    font-size: 1.17vw;
  }
}
@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: url("../images/form_btn.png") no-repeat center/100%;
  width: 530px;
  height: 80px;
  margin: 71px auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 80px;
  letter-spacing: 0.025em;
  filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1200px) {
  .form_area .form_submit {
    width: 44.17vw;
    height: 6.67vw;
    margin: 5.92vw auto 0;
    font-size: 2.33vw;
    line-height: 6.67vw;
    filter: drop-shadow(0.83vw 0.83vw 0.5vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .form_area .form_submit {
    background: url("../images/form_btn_sp.png") no-repeat center/100%;
    width: 73.33vw;
    height: 17.33vw;
    margin: 9.33vw auto 0;
    font-size: 5.33vw;
    line-height: 17.33vw;
    filter: drop-shadow(1.33vw 1.33vw 0.8vw rgba(0, 0, 0, 0.4));
  }
}
.form_area .form_submit:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .check .form_area, .thanks .form_area {
    padding-top: 10.67vw;
  }
}
.check .form_area .form_box, .thanks .form_area .form_box {
  background: url("../images/form_box.png") no-repeat top center, #1a2f71;
  background-size: 1000px 1160px,100%;
  height: auto;
  border-radius: 40px;
  padding-bottom: 86px;
}
@media screen and (max-width: 1200px) {
  .check .form_area .form_box, .thanks .form_area .form_box {
    background-size: 83.33vw 96.67vw, 100%;
    border-radius: 3.33vw;
    padding-bottom: 7.17vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .form_box, .thanks .form_area .form_box {
    background: url("../images/form_box_sp.png") no-repeat top center, #1a2f71;
    background-size: 90.67vw 218.67vw, 100%;
    border-radius: 5.33vw;
    padding-bottom: 13.33vw;
  }
}
.check .form_area .form_tit, .thanks .form_area .form_tit {
  font-size: 40px;
  font-weight: 500;
  color: #ffd981;
}
@media screen and (max-width: 1200px) {
  .check .form_area .form_tit, .thanks .form_area .form_tit {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .form_tit, .thanks .form_area .form_tit {
    font-size: 6.67vw;
  }
}
.check .form_area .form_txt, .thanks .form_area .form_txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .check .form_area .form_txt, .thanks .form_area .form_txt {
    margin-top: 2.5vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .form_txt, .thanks .form_area .form_txt {
    margin-top: 2.67vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area form, .thanks .form_area form {
    width: 86.67vw;
  }
}
.check .form_area .formTable, .thanks .form_area .formTable {
  margin-top: 47px;
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable, .thanks .form_area .formTable {
    margin-top: 3.92vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable, .thanks .form_area .formTable {
    margin-top: 7.6vw;
  }
}
.check .form_area .formTable tr:first-of-type th::after, .thanks .form_area .formTable tr:first-of-type th::after {
  content: "任意";
  background: #999999;
}
.check .form_area .formTable tr:last-of-type td::after, .thanks .form_area .formTable tr:last-of-type td::after {
  display: none;
}
.check .form_area .formTable th, .thanks .form_area .formTable th {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable th, .thanks .form_area .formTable th {
    font-size: 1.67vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable th, .thanks .form_area .formTable th {
    margin-left: 3.2vw;
    font-size: 4vw;
    line-height: 4.8vw;
    line-height: 1;
  }
}
.check .form_area .formTable th::after, .thanks .form_area .formTable th::after {
  content: "必須";
  display: block;
  height: 26px;
  background: #ff9f00;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -3.7em;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.025em;
  text-align: center;
  border-radius: 4px;
  padding: 0 0.6em;
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable th::after, .thanks .form_area .formTable th::after {
    height: 2.17vw;
    font-size: 1.25vw;
    line-height: 2.17vw;
    border-radius: 0.33vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable th::after, .thanks .form_area .formTable th::after {
    height: 5.07vw;
    font-size: 2.93vw;
    line-height: 5.07vw;
    border-radius: 0.53vw;
  }
}
.check .form_area .formTable td, .thanks .form_area .formTable td {
  display: block;
  width: 720px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  padding: 0 1em;
  margin-top: 3px;
  margin-bottom: 45px;
  color: #fff;
  position: relative;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable td, .thanks .form_area .formTable td {
    width: 60vw;
    height: 3vw;
    font-size: 1.5vw;
    line-height: 3vw;
    margin-top: 0.25vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable td, .thanks .form_area .formTable td {
    width: 86.67vw;
    height: auto;
    padding: 0 1.5em;
    font-size: 3.47vw;
    line-height: 5.6vw;
    margin-top: 4vw;
    margin-bottom: 8.27vw;
  }
}
.check .form_area .formTable td::after, .thanks .form_area .formTable td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1200px) {
  .check .form_area .formTable td::after, .thanks .form_area .formTable td::after {
    bottom: -0.84vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_area .formTable td::after, .thanks .form_area .formTable td::after {
    bottom: -3.47vw;
  }
}
.check .btn_wrap, .thanks .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 44px auto 0;
  width: 690px;
}
@media screen and (max-width: 1200px) {
  .check .btn_wrap, .thanks .btn_wrap {
    margin: 3.67vw auto 0;
    width: 57.5vw;
  }
}
@media screen and (max-width: 750px) {
  .check .btn_wrap, .thanks .btn_wrap {
    display: block;
    margin: 4vw auto 0;
    width: 73.33vw;
  }
}
.check .form_submit, .thanks .form_submit {
  margin-top: 0;
}
.check .form_submit.formBtn, .thanks .form_submit.formBtn {
  background: url("../images/form_send_btn.png") no-repeat center/100%;
  width: 330px;
}
@media screen and (max-width: 1200px) {
  .check .form_submit.formBtn, .thanks .form_submit.formBtn {
    width: 27.5vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_submit.formBtn, .thanks .form_submit.formBtn {
    background: url("../images/form_send_btn_sp.png") no-repeat center/100%;
    width: 73.33vw;
    margin-top: 4vw;
  }
}
.check .form_submit.btn_back, .thanks .form_submit.btn_back {
  background: url("../images/form_return_btn.png") no-repeat center/100%;
  width: 330px;
}
@media screen and (max-width: 1200px) {
  .check .form_submit.btn_back, .thanks .form_submit.btn_back {
    width: 27.5vw;
  }
}
@media screen and (max-width: 750px) {
  .check .form_submit.btn_back, .thanks .form_submit.btn_back {
    background: url("../images/form_return_btn_sp.png") no-repeat center/100%;
    width: 73.33vw;
  }
}

@media screen and (max-width: 750px) {
  .thanks .form_area .form_tit {
    line-height: 10.67vw;
  }
}
@media screen and (max-width: 750px) {
  .thanks .form_area .form_txt {
    margin-top: 8vw;
  }
}
.thanks .form_area .btn {
  display: block;
  background: url("../images/form_totop_btn.png") no-repeat center/100%;
  width: 530px;
  height: 80px;
  margin: 71px auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 80px;
  letter-spacing: 0.025em;
  filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.2));
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .thanks .form_area .btn {
    width: 44.17vw;
    height: 6.67vw;
    margin: 5.92vw auto 0;
    font-size: 2.33vw;
    line-height: 6.67vw;
    filter: drop-shadow(0.83vw 0.83vw 0.5vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 750px) {
  .thanks .form_area .btn {
    background: url("../images/form_totop_btn_sp.png") no-repeat center/100%;
    width: 73.33vw;
    height: 17.33vw;
    margin: 9.47vw auto 0;
    padding-left: 0vw;
    font-size: 5.33vw;
    line-height: 17.33vw;
    filter: drop-shadow(1.33vw 1.33vw 0.8vw rgba(0, 0, 0, 0.4));
  }
}
.thanks .form_area .btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
