@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.mv
------------------------------ */
.bg_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#030000), to(#A8A8A8));
  background: linear-gradient(to bottom, #030000 0%, #A8A8A8 100%);
}

.bg_gray {
  padding: 8px 0 150px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .bg_gray {
    padding: 9rem 0 10rem;
  }
}

.bg_img {
  width: 100%;
}
.bg_img img {
  width: 100%;
}

.mv {
  padding-top: 137px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 6.6rem;
  }
}
.mv .wrap {
  max-width: 1300px;
}
.mv .mv_box {
  position: relative;
  z-index: 2;
}
.mv .mv_box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_box .wrap {
    display: block;
  }
}
.mv .mv_box .mv_ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 5.5rem;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .mv_ttl {
    font-size: 3rem;
  }
}
.mv .mv_box .txt_box {
  max-width: 650px;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_box .txt_box {
    max-width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box {
    margin-top: 1.5rem;
  }
}
.mv .mv_box .txt_box .txt {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box .txt {
    font-size: 1.4rem;
  }
}
.mv .mv_box .txt_box .btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35.6rem;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .mv .mv_box .txt_box .btn a {
    width: 352px;
    height: 72px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_box .txt_box .btn a {
    -webkit-box-shadow: 0 0.4rem 3rem rgba(7, 52, 139, 0.2);
            box-shadow: 0 0.4rem 3rem rgba(7, 52, 139, 0.2);
  }
}
.mv .mv_slide {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide {
    margin-top: 4rem;
  }
}
.mv .mv_slide .mv_slide_wrap {
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}
.mv .mv_slide .mv_slide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .mv_slide .mv_slide_box + .mv_slide_box {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide .mv_slide_box + .mv_slide_box {
    margin-top: 1rem;
  }
}
.mv .mv_slide .mv_slide_box .box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-right 20s infinite linear 0.5s both;
          animation: infinity-scroll-right 20s infinite linear 0.5s both;
}
.mv .mv_slide .mv_slide_box .mv_slide_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 480px;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide .mv_slide_box .mv_slide_img {
    width: 24.6rem;
    margin-right: 1rem;
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mv .mv_btm .wrap {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mv .mv_btm .wrap {
    margin-top: 11.6rem;
    padding-bottom: 0;
  }
}
.mv .mv_btm .wrap .note {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mv .mv_btm .wrap .note {
    position: relative;
    text-align: left;
  }
}

/* ------------------------------
	.about
------------------------------ */
.about {
  margin-top: 122px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 5.1rem;
  }
}
.about .about_main .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
}
@media screen and (max-width: 1200px) {
  .about .about_main .wrap {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .about .about_main .wrap {
    display: block;
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_main .wrap {
    padding: 0;
  }
}
.about .about_main .sec_ttl_box {
  padding-top: 258px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .about .about_main .sec_ttl_box {
    padding-top: 58px;
  }
}
@media screen and (max-width: 1000px) {
  .about .about_main .sec_ttl_box {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about .about_main .sec_ttl_box {
    margin-bottom: 2.1rem;
  }
}
.about .about_main .sec_ttl_box .big_txt {
  top: -50px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .about .about_main .sec_ttl_box .big_txt {
    top: 0;
    right: auto;
  }
}
.about .about_main .img {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 701px;
  width: 55%;
}
@media screen and (max-width: 1000px) {
  .about .about_main .img {
    width: 100%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .about .about_main .img {
    width: 100vw;
    max-width: 100vw;
    margin: 4.4rem -2rem 0;
  }
}
.about .about_main .txt_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 47%;
  margin-left: -5vw;
}
@media screen and (max-width: 1000px) {
  .about .about_main .txt_box {
    width: 100%;
    margin-left: 0;
  }
}
.about .about_main .txt_box .txt {
  max-width: 510px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .about .about_main .txt_box .txt {
    max-width: 100%;
  }
}
.about .about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .about .about_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about .about_wrap {
    margin-top: -14vw;
  }
}
.about .about_wrap .about_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 26px 0 58px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .about .about_wrap .about_box {
    padding: 26px 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box {
    padding: 2.3rem 0;
  }
}
.about .about_wrap .about_box + .about_box {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .about .about_wrap .about_box + .about_box {
    border-left: 0;
  }
}
.about .about_wrap .about_box .box {
  width: 92%;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .about .about_wrap .about_box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box .box {
    width: calc(100% - 4rem);
    max-width: 100%;
  }
}
.about .about_wrap .about_box .box .ttl {
  position: relative;
  padding-left: 13px;
  margin-bottom: 74px;
  color: #fff;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .about .about_wrap .about_box .box .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box .box .ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.1rem;
  }
}
.about .about_wrap .about_box .box .ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 1.8rem;
  width: 0.3rem;
  background: #fff;
  border-radius: 5rem;
}
.about .about_wrap .about_box .box .big_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box .box .big_txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.7rem;
  }
}
.about .about_wrap .about_box .box .big_txt .num {
  font-size: 11.1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box .box .big_txt .num {
    font-size: 7.8rem;
  }
}
.about .about_wrap .about_box .box .big_txt .en {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box .box .big_txt .en {
    font-size: 4.2rem;
  }
}
.about .about_wrap .about_box .box .big_txt .min_txt {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box .box .big_txt .min_txt {
    font-size: 2.5rem;
    line-height: 2.1;
  }
}
.about .about_wrap .about_box .box .txt {
  margin-top: 38px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .about .about_wrap .about_box .box .txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box .box .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    margin-bottom: 1.3rem;
    text-align: left;
    font-size: 1.4rem;
  }
}
.about .about_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  background: #414141;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .about .about_slide {
    padding: 2.4rem 0;
    -webkit-box-shadow: 0 0 6rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 6rem rgba(0, 0, 0, 0.3);
  }
}
.about .about_slide .about_slide_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 25s infinite linear 0.5s both;
          animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
.about .about_slide .about_slide_box .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .about .about_slide .about_slide_box .logo {
    width: 12rem;
    margin-right: 1.5rem;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* ------------------------------
	.features
------------------------------ */
.features {
  margin-top: 94px;
}
@media screen and (max-width: 768px) {
  .features {
    margin-top: 7.4rem;
  }
}
.features .sec_ttl_box {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .features .sec_ttl_box {
    margin-bottom: 3rem;
  }
}
.features .features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 0;
}
@media screen and (max-width: 768px) {
  .features .features_wrap {
    gap: 2rem 0;
  }
}
.features .features_wrap .features_box {
  position: relative;
  width: calc(50% - 15px);
  padding: 30px 32px 30px 160px;
  border: 1px solid #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1000px) {
  .features .features_wrap .features_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .features .features_wrap .features_box {
    padding: 2rem;
  }
}
.features .features_wrap .features_box .ttl_box {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .features .features_wrap .features_box .ttl_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.features .features_wrap .features_box .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .features .features_wrap .features_box .ico {
    position: relative;
    left: 0;
    width: 6.4rem;
    margin: 0 1rem 0 0;
  }
}
.features .features_wrap .features_box .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}
.features .features_wrap .features_box .txt {
  color: #fff;
}

/* ------------------------------
	.system
------------------------------ */
.system {
  margin-top: 97px;
  padding: 30px 0;
  background: url(../img/system_bg01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .system {
    padding: 4.3rem 0;
    margin-top: 8rem;
    background: url(../img/system_bg01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.system .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .system .wrap {
    display: block;
  }
}
.system .txt_box {
  max-width: 577px;
}
@media screen and (max-width: 1000px) {
  .system .txt_box {
    max-width: 100%;
  }
}
.system .sec_ttl_box {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .system .sec_ttl_box {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .system .sec_ttl_box .sec_ttl {
    white-space: nowrap;
  }
}
.system .txt {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .system .img {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .system .img {
    margin: 1rem -0.5rem 0;
  }
}

/* ------------------------------
	.movie
------------------------------ */
.movie {
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-top: 7.3rem;
  }
}
.movie .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .movie .wrap {
    display: block;
  }
}
.movie .wrap .sec_ttl_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .movie .wrap .sec_ttl_box {
    margin-bottom: 3rem;
  }
}
.movie .movie_wrap {
  width: 100%;
  max-width: 856px;
}
.movie .movie_wrap .movie_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie .movie_wrap .movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ------------------------------
	.company
------------------------------ */
.company {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .company {
    margin-top: 7.3rem;
  }
}
.company .sec_ttl_box {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .company .sec_ttl_box {
    margin-bottom: 3.7rem;
  }
}
.company .company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .company .company_list {
    gap: 2rem 1.7rem;
  }
}
.company .company_list .company_item {
  position: relative;
  width: calc(16.6666666667% - 25px);
}
@media screen and (max-width: 1000px) {
  .company .company_list .company_item {
    width: calc(20% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .company .company_list .company_item {
    width: calc(33.3333333333% - 1.1333333333rem);
  }
}
.company .company_list .company_item .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company .company_list .company_item .txt {
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.cv
------------------------------ */
.cv {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .cv {
    margin-top: 8rem;
  }
}
.cv .cv_box {
  position: relative;
  width: 96%;
  max-width: 1300px;
  min-height: 236px;
  padding: 42px 0;
  margin: 0 auto;
  background: #fff url(../img/cv_bg01.png) no-repeat;
  background-position: calc(100% + 8px) center;
  background-size: 295px;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .cv .cv_box {
    width: calc(100% - 4rem);
    min-height: 0;
    padding: 2.6rem 2rem 3.7rem;
    background-position: calc(100% + 2.4rem) calc(100% + 1.9rem);
    background-size: 19.4rem;
  }
}
.cv .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;
}
@media screen and (max-width: 1200px) {
  .cv .wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .cv .wrap {
    width: 100%;
  }
}
.cv .en_txt {
  position: absolute;
  top: -26px;
  left: 5px;
  font-size: 13rem;
  font-weight: bold;
  opacity: 0.05;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cv .en_txt {
    top: -1.4rem;
    left: -0.5rem;
    font-size: 6rem;
  }
}
.cv .txt_box {
  padding-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .cv .txt_box {
    padding-bottom: 0;
  }
}
.cv .txt_box .ttl {
  margin-bottom: 4px;
  color: #E72F84;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .cv .txt_box .ttl {
    margin-bottom: 1rem;
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
.cv .txt_box .txt {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cv .txt_box .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) {
  .cv .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cv .btn {
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .cv .btn a {
    -webkit-box-shadow: 0 0.4rem 3rem rgba(7, 52, 139, 0.2);
            box-shadow: 0 0.4rem 3rem rgba(7, 52, 139, 0.2);
  }
}
.cv.btm {
  position: relative;
  z-index: 2;
  bottom: -118px;
  margin-top: -18px;
}
@media screen and (max-width: 768px) {
  .cv.btm {
    bottom: -3.7rem;
    margin-top: 3.3rem;
  }
}

/* ------------------------------
	.solution
------------------------------ */
.solution {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .solution {
    margin-top: 9.2rem;
  }
}
.solution .wrap {
  position: relative;
  padding-top: 217px;
}
@media screen and (max-width: 1200px) {
  .solution .wrap {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .solution .wrap {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .solution .wrap {
    padding: 0;
  }
}
.solution .sec_ttl_box {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .solution .sec_ttl_box {
    margin-bottom: 2.1rem;
  }
}
.solution .sec_ttl_box .big_txt {
  right: -145px;
}
@media screen and (max-width: 1400px) {
  .solution .sec_ttl_box .big_txt {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .solution .sec_ttl_box .big_txt {
    right: auto;
  }
}
.solution .txt {
  color: #fff;
}
.solution .solution_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #fff;
  border-radius: 1rem;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .solution .solution_list {
    margin-top: 2rem;
  }
}
.solution .solution_list .solution_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  padding: 30px 25px;
}
@media screen and (max-width: 1000px) {
  .solution .solution_list .solution_item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .solution .solution_list .solution_item {
    width: 100%;
    padding: 2rem;
  }
}
.solution .solution_list .solution_item:nth-child(n+5) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .solution .solution_list .solution_item:nth-child(n+3) {
    border-top: 1px solid #fff;
  }
}
.solution .solution_list .solution_item:not(:nth-child(4n)) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .solution .solution_list .solution_item:not(:nth-child(4n)) {
    border-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .solution .solution_list .solution_item:nth-child(2n) {
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .solution .solution_list .solution_item:nth-child(n+2) {
    border-top: 1px solid #fff;
  }
}
.solution .solution_list .solution_item .marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, rgba(231, 47, 132, 0.5)));
  background: linear-gradient(transparent 65%, rgba(231, 47, 132, 0.5) 0%);
  font-weight: bold;
  font-size: 1.8rem;
}

/* ------------------------------
	.free
------------------------------ */
.free {
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .free {
    margin-top: 7.3rem;
  }
}
.free .sec_ttl_box {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .free .sec_ttl_box {
    margin-bottom: 3.7rem;
  }
}
.free .free_wrap {
  position: relative;
  padding-left: 260px;
}
@media screen and (max-width: 1200px) {
  .free .free_wrap {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .free .free_wrap {
    padding-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .free .free_wrap {
    padding-left: 5rem;
  }
}
.free .free_wrap .left_txt {
  position: absolute;
  top: 0;
  left: -110px;
  font-size: 18rem;
  line-height: 0.87;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .free .free_wrap .left_txt {
    left: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .free .free_wrap .left_txt {
    left: -70px;
  }
}
@media screen and (max-width: 1200px) {
  .free .free_wrap .left_txt {
    left: -4vw;
  }
}
@media screen and (max-width: 1000px) {
  .free .free_wrap .left_txt {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .free .free_wrap .left_txt {
    left: -2.4rem;
    font-size: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .free .free_wrap .left_txt .br {
    display: none;
  }
}
.free .free_wrap .free_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
  padding-bottom: 84px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .free .free_wrap .free_box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box {
    padding-bottom: 3rem;
  }
}
.free .free_wrap .free_box + .free_box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box + .free_box {
    margin-top: 3rem;
  }
}
.free .free_wrap .free_box .txt_box {
  width: 45%;
  max-width: 390px;
}
@media screen and (max-width: 1000px) {
  .free .free_wrap .free_box .txt_box {
    width: 100%;
    max-width: 100%;
  }
}
.free .free_wrap .free_box .free_num {
  display: inline-block;
  gap: 0.5rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
  background: #E72F84;
  border-radius: 0.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box .free_num {
    margin-bottom: 1.2rem;
  }
}
.free .free_wrap .free_box .free_num .en {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box .free_num .en {
    font-size: 1.4rem;
  }
}
.free .free_wrap .free_box .free_num .num {
  font-size: 2rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box .free_num .num {
    font-size: 1.6rem;
  }
}
.free .free_wrap .free_box .ttl {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box .ttl {
    margin-bottom: 1.1rem;
    font-size: 2rem;
  }
}
.free .free_wrap .free_box .txt {
  color: #fff;
}
.free .free_wrap .free_box .img_box {
  width: 55%;
  max-width: 460px;
}
@media screen and (max-width: 1000px) {
  .free .free_wrap .free_box .img_box {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box .img_box {
    position: relative;
    padding-bottom: 3rem;
    margin-top: 1.6rem;
    max-width: 100%;
  }
}
.free .free_wrap .free_box .btm_txt {
  position: absolute;
  right: 0;
  bottom: 18px;
  font-size: 5.3rem;
  color: #75002D;
  opacity: 0.9;
  mix-blend-mode: overlay;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box .btm_txt {
    bottom: 0;
    font-size: 2.5rem;
  }
}
.free .free_wrap .free_box .btm_txt .big {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .free .free_wrap .free_box .btm_txt .big {
    font-size: 4.8rem;
  }
}

/* ------------------------------
	.function
------------------------------ */
.function {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .function {
    margin-top: 9.2rem;
  }
}
.function .wrap {
  position: relative;
  padding-top: 217px;
}
@media screen and (max-width: 1200px) {
  .function .wrap {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .function .wrap {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .function .wrap {
    padding: 0;
  }
}
.function .sec_ttl_box {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .function .sec_ttl_box {
    margin-bottom: 2.1rem;
  }
}
.function .sec_ttl_box .big_txt {
  right: -147px;
}
@media screen and (max-width: 1400px) {
  .function .sec_ttl_box .big_txt {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .function .sec_ttl_box .big_txt {
    right: auto;
  }
}
.function .sec_ttl_box + .txt {
  color: #fff;
}
.function .function_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 22px;
}
@media screen and (max-width: 1100px) {
  .function .function_list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list {
    gap: 2rem 1.8rem;
    margin-top: 2.3rem;
  }
}
.function .function_list .function_item {
  width: calc(16.6666666667% - 25px);
}
@media screen and (max-width: 1100px) {
  .function .function_list .function_item {
    width: calc(16.6666666667% - 16.6666666667px);
  }
}
@media screen and (max-width: 1000px) {
  .function .function_list .function_item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item {
    width: calc(33.3333333333% - 1.2rem);
  }
}
.function .function_list .function_item a {
  display: block;
  height: 165px;
  padding-top: 1.5rem;
  background: #fff url(../img/function_btn_ico01.svg) no-repeat right bottom;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item a {
    height: 12rem;
    background-size: 2.2rem;
  }
}
.function .function_list .function_item .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico {
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico01 img {
    width: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico02 img {
    width: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico03 img {
    width: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico04 img {
    width: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico05 img {
    width: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico06 img {
    width: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico07 img {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico08 img {
    width: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico09 img {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico10 img {
    width: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico11 img {
    width: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .ico.ico12 img {
    width: 2.2rem;
  }
}
.function .function_list .function_item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .function .function_list .function_item .txt {
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.modal
------------------------------ */
.mfp-container {
  padding: 0;
}

.mfp-bg {
  position: fixed !important;
  z-index: 20000;
  opacity: 0.5;
}

.mfp-wrap {
  z-index: 20001;
}

.mfp-close {
  display: none !important;
}

.mfp-arrow {
  display: none !important;
}

.mfp-wrap .modal_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: #E72F84;
  border-radius: 0 1rem 0 1rem;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .mfp-wrap .modal_close_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .mfp-wrap .modal_close_btn {
    width: 3rem;
    height: 3rem;
  }
}

.mfp-wrap .modal_close_btn .line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 50%;
  height: 0.2rem;
  border-radius: 1rem;
  background: #fff;
}
.mfp-wrap .modal_close_btn .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mfp-wrap .modal_close_btn .line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal_wrap {
  display: none;
}

.function_modal {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 700px;
  max-height: calc(100vh - 100px);
  min-height: 100px;
  margin: 0 auto;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .function_modal {
    max-width: initial;
    max-height: calc(100vh - 100px);
    width: calc(100% - 4rem);
  }
}
.function_modal .wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.function_modal .function_box {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .function_modal .function_box {
    padding: 3rem;
  }
}
.function_modal .function_box .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ttl_box {
    gap: 2rem;
    margin-bottom: 1.5rem;
  }
}
.function_modal .function_box .ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.function_modal .function_box .ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico01 img {
    width: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico02 img {
    width: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico03 img {
    width: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico04 img {
    width: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico05 img {
    width: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico06 img {
    width: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico07 img {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico08 img {
    width: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico09 img {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico10 img {
    width: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico11 img {
    width: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .function_modal .function_box .ico.ico12 img {
    width: 2.2rem;
  }
}

/* ------------------------------
	.scene
------------------------------ */
.scene {
  position: relative;
  margin-top: 94px;
}
@media screen and (max-width: 768px) {
  .scene {
    margin-top: 7.3rem;
  }
}
.scene .sec_ttl_box {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .scene .sec_ttl_box {
    margin-bottom: 2.1rem;
  }
}
.scene .txt {
  color: #fff;
}
.scene .scene_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .scene .scene_wrap {
    margin-top: 3rem;
  }
}
.scene .scene_wrap .box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(50% - 570px);
  min-width: 3vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.scene .scene_list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.scene .scene_list .scene_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  min-width: 400px;
  padding: 40px 60px 50px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .scene .scene_list .scene_box {
    min-width: 32.5rem;
    padding: 3rem 3rem 3.8rem;
  }
}
.scene .scene_list .scene_box:last-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .scene .scene_list .scene_box:last-child {
    padding-right: 2rem;
    border-right: 0;
  }
}
.scene .scene_list .scene_box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  margin: auto;
  content: "";
  display: block;
  width: 3rem;
  height: 3.9rem;
  background: url(../img/ico_arw01.svg) no-repeat center center;
  background-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .scene .scene_list .scene_box:first-child {
    padding-left: 2rem;
    border-left: 0;
  }
}
.scene .scene_list .scene_box:first-child::before {
  display: none;
}
.scene .scene_list .scene_box .ttl {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  font-size: 2rem;
}
.scene .scene_list .scene_box .list .txt {
  padding-left: 2.4rem;
  background: url(../img/ico_check01.svg) no-repeat left 0.7rem;
  background-size: 1.7rem;
  line-height: 1.8;
}
.scene .scene_list .scene_box .list .txt + .txt {
  margin-top: 0.3rem;
}
.scene .scroll_box {
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .scene .scroll_box {
    padding-bottom: 3.1rem;
  }
}
.scene .scroll_box .os-scrollbar {
  max-width: 1140px;
  width: 94%;
  height: 1.6rem;
  padding: 0.2rem 0.4rem;
  margin: 0 auto;
  border: 1px solid #030000;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .scene .scroll_box .os-scrollbar {
    width: calc(100% - 4rem);
  }
}
.scene .scroll_box .os-scrollbar .os-scrollbar-handle {
  background: #030000;
}

/* ------------------------------
	.cover
------------------------------ */
.cover {
  position: relative;
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .cover {
    margin-top: 7.3rem;
  }
}
.cover .sec_ttl_box {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .cover .sec_ttl_box {
    margin-bottom: 3rem;
  }
}
.cover .scroll_img {
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .cover .scroll_img {
    padding-bottom: 3.1rem;
  }
}
.cover .scroll_img .os-scrollbar {
  max-width: 1140px;
  width: 94%;
  height: 1.6rem;
  padding: 0.2rem 0.4rem;
  margin: 0 auto;
  border: 1px solid #030000;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .cover .scroll_img .os-scrollbar {
    width: calc(100% - 4rem);
  }
}
.cover .scroll_img .os-scrollbar .os-scrollbar-handle {
  background: #030000;
}
.cover .img {
  max-width: 1140px;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cover .img {
    width: 100%;
    min-width: 56.8rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .cover .img img {
    min-width: 56.8rem;
  }
}

/* ------------------------------
	.flow
------------------------------ */
.flow .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 217px;
}
@media screen and (max-width: 1200px) {
  .flow .wrap {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .flow .wrap {
    display: block;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .flow .wrap {
    padding: 0;
  }
}
.flow .ttl_wrap {
  position: sticky;
  top: 130px;
}
@media screen and (max-width: 1000px) {
  .flow .ttl_wrap {
    position: relative;
    top: 0;
  }
}
.flow .sec_ttl_box {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .flow .sec_ttl_box {
    margin-bottom: 2.1rem;
  }
}
.flow .sec_ttl_box .big_txt {
  right: -147px;
}
@media screen and (max-width: 1400px) {
  .flow .sec_ttl_box .big_txt {
    right: -2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .flow .sec_ttl_box .big_txt {
    right: auto;
  }
}
.flow .ttl_wrap {
  max-width: 417px;
}
@media screen and (max-width: 1000px) {
  .flow .ttl_wrap {
    max-width: 100%;
  }
}
.flow .flow_list {
  position: relative;
  z-index: 2;
  max-width: 666px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .flow .flow_list {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow_list {
    margin-top: 2rem;
  }
}
.flow .flow_list .flow_item {
  position: relative;
  padding: 1.5rem 2rem;
  background: #fff;
  border-radius: 1rem;
}
.flow .flow_list .flow_item + .flow_item {
  margin-top: 4.2rem;
}
.flow .flow_list .flow_item + .flow_item::before {
  position: absolute;
  top: -3.2rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 3rem;
  height: 2.2rem;
  background: url(../img/ico_arw02.svg) no-repeat center center;
  background-size: 3rem;
}
.flow .flow_list .flow_item .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .flow .flow_list .flow_item .ttl_box {
    margin-bottom: 0.5rem;
  }
}
.flow .flow_list .flow_item .ttl_box .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #E72F84;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .flow .flow_list .flow_item .ttl_box .num {
    line-height: 1.5;
  }
}
.flow .flow_list .flow_item .ttl_box .ttl {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .flow .flow_list .flow_item .ttl_box .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.flow .flow_list .flow_item .txt {
  line-height: 1.6;
  font-size: 1.5rem;
}

/* ------------------------------
	.voice
------------------------------ */
.voice {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .voice {
    margin-top: 8.7rem;
  }
}
.voice .wrap {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .voice .wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .voice .wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .voice .wrap {
    padding: 0;
  }
}
.voice .sec_ttl_box {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .voice .sec_ttl_box {
    margin-bottom: 2.1rem;
  }
}
.voice .sec_ttl_box .big_txt {
  right: -147px;
}
@media screen and (max-width: 1400px) {
  .voice .sec_ttl_box .big_txt {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .voice .sec_ttl_box .big_txt {
    right: auto;
  }
}
.voice .voice_slide {
  margin-top: -38px;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide {
    margin-top: -3.7rem;
  }
}
.voice .voice_slide .slick-track {
  padding: 6rem 0;
}
.voice .voice_slide .voice_item {
  max-width: 1000px;
  width: 94vw;
  padding: 36px 45px;
  margin: 0 25px;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item {
    width: calc(100vw - 8rem);
    padding: 2rem 2rem 3rem;
    margin: 0 1rem;
  }
}
.voice .voice_slide .voice_item .ttl {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .ttl {
    margin-bottom: 0.9rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.voice .voice_slide .voice_item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.voice .voice_slide .voice_item .img_box {
  width: 30%;
  max-width: 265px;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .img_box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 65%;
    max-width: 100%;
    margin: 2rem auto 0;
  }
}
.voice .voice_slide .voice_item .img_box .logo {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
.voice .voice_slide .voice_item .img_box .logo.w100 {
  padding: 0;
}
.voice .voice_slide .voice_item .txt_box {
  width: 70%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .txt_box {
    display: contents;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .txt.collapsed {
    position: relative;
    max-height: 10em;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .txt.collapsed::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 100%;
    height: 5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  }
}
.voice .voice_slide .voice_item .toggle-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .toggle-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    text-align: center;
    color: #E72F84;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .toggle-btn .ico {
    position: relative;
    margin-left: 0.7rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .voice .voice_slide .voice_item .toggle-btn .ico::before, .voice .voice_slide .voice_item .toggle-btn .ico::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    background: #E72F84;
    border-radius: 1rem;
  }
  .voice .voice_slide .voice_item .toggle-btn .ico::before {
    width: 100%;
    height: 0.2rem;
  }
  .voice .voice_slide .voice_item .toggle-btn .ico::after {
    width: 0.2rem;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .toggle-btn.open .ico::after {
    display: none;
  }
}
.voice .voice_slide .voice_item .btm_txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.3rem;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .btm_txt_box {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    display: block;
    gap: 0;
    margin-top: 1.4rem;
  }
}
.voice .voice_slide .voice_item .btm_txt_box .btm_txt {
  text-align: right;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .btm_txt_box .btm_txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
.voice .voice_slide .voice_item .btm_txt_box .cate {
  display: inline-block;
  padding: 0 1rem;
  border: 1px solid #030000;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .voice_item .btm_txt_box .cate {
    margin-top: 0.3rem;
    margin-left: 0;
  }
}
.voice .voice_slide .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.7rem;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .slick-dots {
    bottom: 2.5rem;
    gap: 0 1rem;
  }
}
.voice .voice_slide .slick-dots li,
.voice .voice_slide .slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 67px;
  height: 10px;
  border-radius: 2rem;
  background: #DBDBDB;
  line-height: 1;
  font-size: 0;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .slick-dots li,
  .voice .voice_slide .slick-dots button {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
  }
}
.voice .voice_slide .slick-dots .slick-active,
.voice .voice_slide .slick-dots .slick-active button {
  background: #E72F84;
}
.voice .voice_slide .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3.9rem;
  background: url(../img/ico_arw01.svg) no-repeat center center;
  background-size: 2.9rem;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .slick-arrow {
    top: 35rem;
    bottom: auto;
    background-size: 2rem;
  }
}
.voice .voice_slide .slick-arrow.prev_arrow {
  left: calc(50% - 520px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1100px) {
  .voice .voice_slide .slick-arrow.prev_arrow {
    left: 1%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .slick-arrow.prev_arrow {
    left: 2.6rem;
  }
}
.voice .voice_slide .slick-arrow.next_arrow {
  right: calc(50% - 520px);
}
@media screen and (max-width: 1100px) {
  .voice .voice_slide .slick-arrow.next_arrow {
    right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_slide .slick-arrow.next_arrow {
    right: 2.6rem;
  }
}

/* ------------------------------
	.faq
------------------------------ */
.faq {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 0;
  }
}
.faq .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 227px;
}
@media screen and (max-width: 1200px) {
  .faq .wrap {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .faq .wrap {
    display: block;
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .faq .wrap {
    padding: 0;
  }
}
.faq .sec_ttl_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .faq .sec_ttl_box {
    margin-bottom: 3rem;
  }
}
.faq .sec_ttl_box .big_txt {
  right: -147px;
}
@media screen and (max-width: 1400px) {
  .faq .sec_ttl_box .big_txt {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .faq .sec_ttl_box .big_txt {
    right: auto;
  }
}
.faq .faq_wrap {
  position: relative;
  z-index: 2;
  max-width: 670px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .faq .faq_wrap {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap {
    margin-top: 0;
  }
}
.faq .faq_wrap .faq_box {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
}
.faq .faq_wrap .faq_box + .faq_box {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap .faq_box + .faq_box {
    margin-top: 2rem;
  }
}
.faq .faq_wrap .faq_box .faq_ttl,
.faq .faq_wrap .faq_box .faq_txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.faq .faq_wrap .faq_box .faq_ttl .ico,
.faq .faq_wrap .faq_box .faq_txt_box .ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
}
.faq .faq_wrap .faq_box .faq_ttl {
  position: relative;
  padding: 1.7rem 5rem 1.7rem 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap .faq_box .faq_ttl {
    padding-right: 4rem;
    margin-top: 2rem;
  }
}
.faq .faq_wrap .faq_box .faq_ttl .ico {
  background: #030000;
}
.faq .faq_wrap .faq_box .faq_ttl .ttl {
  font-weight: bold;
  line-height: 1.5;
}
.faq .faq_wrap .faq_box .faq_ttl .acc_ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .faq .faq_wrap .faq_box .faq_ttl .acc_ico {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.faq .faq_wrap .faq_box .faq_ttl .acc_ico::before, .faq .faq_wrap .faq_box .faq_ttl .acc_ico::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  border-radius: 1rem;
  background: #030000;
}
.faq .faq_wrap .faq_box .faq_ttl .acc_ico::before {
  width: 100%;
  height: 0.3rem;
}
.faq .faq_wrap .faq_box .faq_ttl .acc_ico::after {
  width: 0.3rem;
  height: 100%;
}
.faq .faq_wrap .faq_box .faq_ttl.open .acc_ico::after {
  display: none;
}
.faq .faq_wrap .faq_box .faq_txt {
  display: none;
  padding: 0.3rem 2rem 1.5rem;
}
.faq .faq_wrap .faq_box .faq_txt .ico {
  background: #E72F84;
  margin-top: 0.2rem;
}
.faq .faq_wrap .faq_box .faq_txt .txt {
  line-height: 1.8;
}

/* ------------------------------
	.contact
------------------------------ */
.contact {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 6rem;
    margin-top: 8.5rem;
  }
}
.contact .wrap {
  position: relative;
  padding-top: 234px;
}
@media screen and (max-width: 1200px) {
  .contact .wrap {
    padding-top: 190px;
  }
}
@media screen and (max-width: 1000px) {
  .contact .wrap {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .contact .wrap {
    padding: 0;
  }
}
.contact .sec_ttl_box {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .contact .sec_ttl_box {
    margin-bottom: 1.5rem;
  }
}
.contact .sec_ttl_box .big_txt {
  right: -147px;
}
@media screen and (max-width: 1400px) {
  .contact .sec_ttl_box .big_txt {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .contact .sec_ttl_box .big_txt {
    right: auto;
  }
}
@media screen and (min-width: 769px) {
  .contact .sec_ttl_box .sec_ttl {
    text-align: center;
  }
}
.contact .sec_ttl_box + .txt {
  margin-bottom: 42px;
}
@media screen and (min-width: 769px) {
  .contact .sec_ttl_box + .txt {
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .sec_ttl_box + .txt {
    margin-bottom: 2.2rem;
  }
}
.contact .contact_box {
  padding: 30px;
  border: 1px solid #030000;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact .contact_box {
    padding: 2.5rem 2rem;
  }
}
.contact .contact_box + .contact_box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contact_box + .contact_box {
    margin-top: 1.5rem;
  }
}
.contact .contact_box .contact_wrap {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.contact .contact_box .contact_ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact .contact_box .contact_ttl {
    font-size: 2rem;
  }
}
.contact .contact_add .contact_ttl {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .contact .contact_add .contact_ttl {
    margin-bottom: 1.5rem;
  }
}
.contact .contact_add .tel_wrap {
  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: 768px) {
  .contact .contact_add .tel_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_add .tel_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1rem;
    border: 1px solid #030000;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_add .tel_box + .tel_box {
    margin-top: 1rem;
  }
}
.contact .contact_add .tel_box .tel_ttl {
  padding: 3px;
  background: #030000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact .contact_add .tel_box .tel_ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.7rem;
    border-radius: 0;
  }
}
.contact .contact_add .tel_box .tel_txt a {
  padding-left: 31px;
  background: url(../img/ico_tel01.svg) no-repeat left center;
  line-height: 1.8;
  color: #E72F84;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 900px) {
  .contact .contact_add .tel_box .tel_txt a {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_add .tel_box .tel_txt a {
    display: block;
    padding-left: 4.5rem;
    background-size: 2rem;
    background-position: 1.5rem center;
    font-size: 2.5rem;
  }
}
.contact .contact_add .tel_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact .contact_add .tel_time {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    white-space: nowrap;
  }
}
.contact .contact_add .tel_time .tel_time_ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1rem;
  margin-right: 1rem;
  border: 1px solid #030000;
  border-radius: 0.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact .contact_add .tel_time .tel_time_ttl {
    margin-right: 0.5rem;
    font-size: 1rem;
  }
}
.contact .contact_form {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .contact .contact_form {
    padding: 0 0 2.5rem;
  }
}
.contact .contact_form .contact_ttl {
  margin-bottom: 4rem;
}
.contact .contact_form .txt {
  margin-bottom: 1rem;
  line-height: 1.8;
}

/* ------------------------------
	.form_wrap
------------------------------ */
.form_wrap .form_box + .form_box {
  margin-top: 2.5rem;
}
.form_wrap .form_ttl {
  margin-bottom: 1rem;
  line-height: 1.8;
  font-weight: 500;
  vertical-align: middle;
}
.form_wrap .form_ttl .req {
  margin-left: 0.3rem;
  color: #E72F84;
  font-size: 1.4rem;
  vertical-align: middle;
}
.form_wrap .form_txt {
  position: relative;
  width: 100%;
  line-height: 1.6;
}
.form_wrap .form_txt * {
  line-height: 1.6;
}
.form_wrap .form_txt .txt {
  padding: 6px 0;
  line-height: 1.8;
}
.form_wrap .form_input,
.form_wrap .form_select,
.form_wrap .form_textarea {
  width: 100%;
  height: 4.5rem;
  padding: 0 1.5rem;
  background: #fff;
  border: 1px solid #030000;
  border-radius: 0.5rem;
  font-size: 1.6rem;
}
.form_wrap .form_input::-webkit-input-placeholder, .form_wrap .form_select::-webkit-input-placeholder, .form_wrap .form_textarea::-webkit-input-placeholder {
  color: #aaa;
}
.form_wrap .form_input::-moz-placeholder, .form_wrap .form_select::-moz-placeholder, .form_wrap .form_textarea::-moz-placeholder {
  color: #aaa;
}
.form_wrap .form_input:-ms-input-placeholder, .form_wrap .form_select:-ms-input-placeholder, .form_wrap .form_textarea:-ms-input-placeholder {
  color: #aaa;
}
.form_wrap .form_input::-ms-input-placeholder, .form_wrap .form_select::-ms-input-placeholder, .form_wrap .form_textarea::-ms-input-placeholder {
  color: #aaa;
}
.form_wrap .form_input::placeholder,
.form_wrap .form_select::placeholder,
.form_wrap .form_textarea::placeholder {
  color: #aaa;
}
.form_wrap .form_select {
  padding-right: 3rem;
  background: #fff url(../img/ico_select01.svg) no-repeat;
  background-size: 1.1rem;
  background-position: calc(100% - 1.2rem) center;
}
.form_wrap .form_textarea {
  width: 100%;
  height: 150px;
  padding: 1rem 1.5rem;
  line-height: 1.8;
}
.form_wrap .checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  line-height: 1.5;
  cursor: pointer;
}
.form_wrap .checkbox label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_wrap .checkbox label span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #030000;
}
@media screen and (max-width: 768px) {
  .form_wrap .checkbox label span::before {
    margin-right: 0.5rem;
  }
}
.form_wrap .checkbox label span::after {
  position: absolute;
  z-index: 2;
  top: 1.3rem;
  left: 0.8rem;
  margin: auto;
  content: "";
  display: none;
  width: 1.2rem;
  height: 0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 0.2rem solid #E72F84;
  border-bottom: 0.2rem solid #E72F84;
}
.form_wrap .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
.form_wrap .radio label span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.2rem;
  line-height: 1.3;
  cursor: pointer;
}
.form_wrap .radio label span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  border: 0.2rem solid #030000;
  border-radius: 50%;
}
.form_wrap .radio label span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.4rem;
  margin: auto;
  content: "";
  display: none;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #E72F84;
}
.form_wrap input[type=checkbox],
.form_wrap input[type=radio] {
  width: 1px;
  margin: 0;
  visibility: hidden;
}
.form_wrap input[type=checkbox]:checked,
.form_wrap input[type=radio]:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_wrap .radio input[type=radio]:checked + span::after,
.form_wrap .checkbox input[type=checkbox]:checked + span::after {
  display: block;
}
.form_wrap .radio_wrap,
.form_wrap .checkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 30px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .radio_wrap,
  .form_wrap .checkbox_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.form_wrap .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .form_wrap .post_box {
    gap: 1rem;
  }
}
.form_wrap .post_box + .post_box {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .form_wrap .post_box + .post_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1rem;
  }
}
.form_wrap .post_box .post {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 176px;
}
@media screen and (max-width: 768px) {
  .form_wrap .post_box .post {
    width: 13.8rem;
  }
}
.form_wrap .post_box .post_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  background: #030000;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .form_wrap .post_box .post_btn {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
}
.form_wrap .post_box .form_select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .form_wrap .post_box .form_select {
    width: 100%;
  }
}
.form_wrap .post_box .form_input:not(.post) {
  width: 100%;
}
.form_wrap .btm_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .form_wrap .btm_check {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 3rem;
  }
}
.form_wrap .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.1rem;
}
.form_wrap .form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 367px;
  height: 86px;
  background: #E72F84;
  border-radius: 50px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .form_wrap .form_btn {
    width: 29.5rem;
    height: 5.4rem;
    border-radius: 5rem;
    font-size: 1.6rem;
  }
}
.form_wrap .form_btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.form_wrap .p-form__error {
  margin-bottom: 0.5rem;
  color: #E72F84;
  font-size: 1.6rem;
  line-height: 1.4;
}

/* ------------------------------
	.confirm
------------------------------ */
.contact.confirm {
  padding-top: 100px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contact.confirm {
    padding-top: 6rem;
  }
}
.contact.confirm .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact.confirm .btn_box {
    margin-top: 4rem;
  }
}
.contact.confirm .btn_box form {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .contact.confirm .btn_box form {
    width: calc(50% - 1rem);
  }
}
.contact.confirm .btn_box .form_btn {
  width: 100%;
}
.contact.confirm .btn_box .form_btn.back {
  background: #414141;
}

/* ------------------------------
	.thanks
------------------------------ */
.contact.thanks {
  padding-top: 100px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contact.thanks {
    padding-top: 6rem;
  }
}