@charset "utf-8";

.page.hacomotion {
  color: #000;
  background: #414141;
  overflow-x: hidden;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  animation: fadeIn ease .5s;
}
.page.hacomotion li{
  list-style: none;
}
.page.hacomotion img{
  width: auto;
  max-width: 100%;
}

.page.hacomotion .inner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.page.hacomotion .content.one-col {
  width: 100%!important;
}

.article-hacomotion {
  padding: 0 0 0;
}

.page.hacomotion .entry-title.single-title {
  display: none;
}

.page.hacomotion .main-wrap {
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}

.page.hacomotion #dp_breadcrumb_div {
  border-top: 2px solid;
  border: 0;
  margin: 0 auto;
  padding: 20px 10px;
}

.page.hacomotion .animate {
  visibility: hidden;
}

@media screen and (max-width: 1366px) {
  .page.hacomotion .main-wrap {
    min-width: 100%;
    width: 100%!important;
  }
}
@media screen and (max-width: 768px) {
  .page.hacomotion .inner {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .page.hacomotion .header_container {
    border-color: #fff;
  }
  .article-hacomotion {
    padding: 0 0 86px;
  }
}

/* -----------------------------------
    reset
--------------------------------------*/
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap h6 {
  line-height: normal;
  margin: 0;
  padding: 0;
  border-left-style: none;
  border-left-width: 0;
}
.wrap ul,
.wrap ol {
  margin: 0;
  padding: 0;
}
.wrap ul li,
.wrap ol li {
  line-height: normal;
  padding: 0;
}
.wrap ul {
  margin-left: 0;
}
.wrap ul li {
  position: unset;
}
.wrap ul li::before {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 1em;
  height: 1em;
  border: 0 transparent;
  box-shadow: none;
  background: none;
}
.wrap img {
  margin: 0;
  opacity: 1;
}
.wrap p {
  padding: 0;
}
.wrap a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.wrap a,.wrap a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  transition: .25s;
}
.container a:hover,.wrap a:hover,.fake-hover:hover {
  color: #000;
  text-decoration: none;
}

.content dl {
  border: 0;
}
.content dl, .content table {
  margin-bottom: 0;
}
.content dt, .content table th, .wrap .wp-caption, #wp-calendar caption, #wp-calendar th, #wp-calendar td {
  background-color: #fff;
  border: 0;
}
.content dd, .content dt {
  padding: 0;
  border: 0;
}
#footer {
  padding: 0;
}

/* -----------------------------------
    style
--------------------------------------*/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

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

.wrap section {
  width: 100%;
  margin: 0 auto;
}

.wrap .orange {
  color: #ffbd2a;
}

.wrap .nowrap {
  white-space: nowrap;
}

.wrap a:hover {
  opacity: .7;
  transition: .25s;
}

#footer a:hover {
  color: #000;
  opacity: .7;
  transition: .25s;
}

.pagetop_btn {
  background-color: transparent;
  border: 0;
  transition: .25s;
}
.pagetop_btn:hover {
  cursor: pointer;
  opacity: .7;
}

@media screen and (max-width: 768px){
  .wrap  .inner {
    max-width: 100%;
  }
}

/* --------------------------------
  scrollbar
------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: #414141;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2px;
}

.no_scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no_scrollbar::-webkit-scrollbar {
  display: none;
}

/* -----------------------------------
    .video-wrap
--------------------------------------*/
.video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------
    .scroll-fade
--------------------------------------*/
.scroll-fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s;
  transition-delay: .25s;
}
.scroll-fade.active {
  opacity: 1;
  visibility: visible;
}
.scroll-fade:nth-of-type(2) {
  transition-delay: .5s;
}
.scroll-fade:nth-of-type(3) {
  transition-delay: .75s;
}

.scroll-fade-down {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  transition-delay: .25s;
  transform: translateY(-100px);
}
.scroll-fade-down.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-fade-down:nth-of-type(1) {
  transition-delay: .5s;
}
.scroll-fade-down:nth-of-type(2) {
  transition-delay: .75s;
}
.scroll-fade-down:nth-of-type(3) {
  transition-delay: 1s;
}

/* -----------------------------------
    .hacomotion_header
--------------------------------------*/
.hacomotion_header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 69px;
  font-size: 15px;
  color: #fff;
  background: #414141;
}
.hacomotion_header a {
  display: block;
  font-weight: 500;
  color: #fff;
}
.wrap .hacomotion_header a:not(.nav_btn):hover {
  color: #ffbd2a!important;
  opacity: 1;
}
.wrap .hacomotion_header a:visited {
  color: #fff;
}
.hacomotion_header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_logo {
  margin: 0 54px 0 21px;
}
.title_logo img {
  width: 89px;
}
.wrap .hacomotion_header .title_logo a:hover {
  opacity: .7;
}

.hd_nav ul {
  display: flex;
  align-items: center;
  width: 878px;
  justify-content: space-between;
}

/* -----------------------------------
    .contact_btn
--------------------------------------*/
.hacomotion a.contact_btn {
  display: flex;
  align-items: center;
  width: 166px;
  height: 46px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  background: #84D83B;
  border-radius: 13px;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
}
.hacomotion a.contact_btn::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 25px;
  margin-right: 2px;
  background: url(img/ico_mail.svg) no-repeat;
  background-size: cover;
}
.hacomotion a.contact_orange {
  background: #FFBD2A;
}

/* -----------------------------------
    .download_btn
--------------------------------------*/
.hacomotion a.download_btn {
  display: flex;
  align-items: center;
  width: 166px;
  height: 46px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  background: #FFBD2A;
  border-radius: 13px;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
}
.hacomotion a.download_btn::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-right: 2px;
  background: url(img/ico_download.svg) no-repeat;
  background-size: cover;
}



@media screen and (max-width: 768px) {
  .title_logo {
    margin: 0 21px 0;
  }
  .hacomotion_header .hd_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    padding: 42px 0 80px;
    background: #414141;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    visibility: hidden;
    opacity: 0;
    transition: .25s;
  }
  .hacomotion_header .hd_nav::-webkit-scrollbar {
    display: none;
  }
  .hacomotion_header .hd_nav.active {
    visibility: visible;
    opacity: 1;
  }

  .hacomotion_header .hd_nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .hacomotion_header .hd_nav li {
    display: block;
    text-align: center;
  }
  .hacomotion_header .hd_nav li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
  }

  /* .btn_box */
  .btn_box {
    position: fixed;
    top: 6px;
    right: 6px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    z-index: 1000;
  }
  .btn {
    position: absolute;
    top: 16px;
    right: 8px;
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 22px;
    background-color: transparent;
  }
  .btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffbd2a;
  }
  .btn,
  .btn span {
    transition: .25s;
  }
  .btn span:nth-of-type(1) {
    top: 0px;
  }
  .btn span:nth-of-type(2) {
    top: 10px;
  }
  .btn span:nth-of-type(3) {
    bottom: 0px;
  }
  .btn.close span:nth-of-type(1) {
    transform: translateY(8px) rotate(-41deg);
  }
  .btn.close span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: height0 .25s forwards;
  }
  .btn.close span:nth-of-type(3) {
    transform: translateY(-12px) rotate(41deg);
  }

  .hacomotion a.contact_btn {
    display: flex;
    align-items: center;
    width: auto;
    height: 46px;
    margin: 20px auto;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 13px;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
  }
  .hacomotion a.download_btn {
    display: flex;
    align-items: center;
    width: auto;
    height: 46px;
    margin: 20px auto;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 13px;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
  }
}
/* -----------------------------------
    .fv_wrap video
--------------------------------------*/
.fv_wrap{
  height: 854px;
  background: #FFBD2A;
}
.fv_wrap .fv_video {
  position: absolute;
  overflow: hidden;
  height: 854px;
  width: 100%;
}
video{
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
}


.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .fv_wrap{
    height: 600px;
  }
  .fv_wrap .fv_video {
    height: 600px;
  }
}

/* -----------------------------------
    .fv
--------------------------------------*/
.fv {
  height: 785px;
  padding-top: 69px;
  text-align: center;
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.fv_lead {
  text-align: center;
  font-size: 31px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin:0 0 19px 0;
}
.fv_lead .txt{
  letter-spacing: 5px;
}

.fv_inner{
  height: 570px;
}
.fv_inner .fv_text_list{
  margin: 30px auto 0;
  width: min(95%, 544px);
  display: flex;
  justify-content: space-between;
}
.fv_inner .fv_text_list li{
  width: min(32%, 167px);
  font-size: 17px;
  color: #fff;
  padding: 11px 0;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
}

.fv_text_price{
  margin: 42px 0 0 0;
}
.fv_text_price .fv_text_price01{
position: relative;
display: inline-block;
margin: 0;
width: min(95%, 267px);
color: #FFBD2A;
font-size: 31px;
background: #fff;
border-radius: 5px;
}
.fv_text_price .fv_text_price01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-top: 10px solid #fff;
}

.fv_text_price .fv_text_price02{
  margin: 0;
  font-size: 64px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .wrap .top_logo {
    width: 90%;
    margin: 0 auto;
  }
  .fv {
    height: auto;
    background-size: cover;
    background-position: top center;
  }
  .fv_lead .txt{
    font-size: 20px;
  }
  .fv_inner{
    height: auto;
    margin: 10% 0 0;
  }
  .fv_inner .fv_text_list li{
    font-size: 13px;
  }
  .fv_text_price .fv_text_price01{
    font-size: 20px;
  }
  .fv_text_price .fv_text_price02{
    font-size: 50px;
  }
}


/* -----------------------------------
    .sample_movie
--------------------------------------*/
.sample_movie {
  padding: 67px 0;
  background: #414141
}
.sample_movie .video {
  width: 728px;
  height: 209px;
  margin: 0 auto;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
}
.sample_movie a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 22px 0 60px;
  background: url(img/sample_movie.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.sample_movie a:hover {
  color: #fff;
}

.sample_movie .sec_hd {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
}

@media screen and (max-width: 768px) {
  .sample_movie .video {
    width: 100%;
    max-width: 326px;
    height: 165px;
  }
  .sample_movie a {
    padding: 17px 0 15px;
    background: url(img/sample_movie_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sample_movie .sec_hd {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .sample_movie .img_box {
    width: 62px;
  }
}

/* -----------------------------------
    .about
--------------------------------------*/
.about {
  padding: 68px 0;
  color: #fff;
  background: #343434;
}
.about .sec_hd {
  margin-bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.about .sec_hd img {
  width: 214px;
  margin-bottom: 8px;
}

.about .lead {
  margin-bottom: 130px;
  font-size: 52px;
    font-weight: bold;
  text-align: center;
  line-height: 80px;
}

@media screen and (max-width: 768px) {
  .about .sec_hd {
    margin-bottom: 34px;
    font-size: 19px;
  }
  .about .sec_hd img {
    width: 140px;
    margin-bottom: 8px;
  }
  .about .lead {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 43px;
  }
}

/* -----------------------------------
    .scene
--------------------------------------*/
.scene {
  padding: 210px 0 100px;
  background-color: #ededed;
  background-image: url(img/scene_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 760px center;
}

.scene .sec_hd {
  margin-bottom: 109px;
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 87px;
}
.scene .sec_hd .big {
  font-size: 63px;
}

.scene_box {
  margin-bottom: 231px;
}
.scene_box:last-of-type {
  margin-bottom: 100px;
}
.scene_box .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.scene_box .txt_box {
  order: 2;
  position: relative;
  right: 100px;
  top: 308px;
  width: 470px;
  height: 100%;
  border-radius: 16px;
  background: #fff;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
}
.scene_box:nth-of-type(odd) .txt_box {
  order: 1;
  right: -73px;
  top: 268px;
}

.scene_box .hd {
  margin: 49px 10.6382% 29px;
  font-size: 35px;
  font-weight: bold;
}
.scene_box .txt {
  margin: 0 10.6382% 49px;
}
.scene_box .img_box {
  order: 1;
  width: 543px;
  height: 655px;
  border-radius: 16px;
  overflow: hidden;
}
.scene_box:nth-of-type(odd) .img_box {
  order: 2;
}

@media screen and (max-width: 768px) {
  .scene {
    padding: 100px 0 50px;
  }
  .scene .sec_hd {
    margin-bottom: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 49px;
  }
  .scene .sec_hd .big {
    font-size: 35px;
  }
  .scene_box {
    width: 86.9333%;
    margin: 0 auto 50px;
  }
  .scene_box:last-of-type {
    margin-bottom: 0;
  }
  .scene_box .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .scene_box .img_box {
    order: 1;
    width: 255px;
    width: 78.2208%;
    height: auto;
  }
  .scene_box .txt_box {
    order: 2;
    left: 70px;
    top: -51px;
    width: 80.0613%;
    height: 100%;
    border-radius: 16px;
  }
  .scene_box:nth-of-type(odd) .img_box {
    order: 1;
    margin-left: auto;
  }
  .scene_box:nth-of-type(odd) .txt_box {
    order: 2;
    left: 0;
    top: -51px;
  }

  .scene_box .hd {
    margin: 33px 30px 29px;
    font-size: 20px;
    line-height: 30px;
  }
  .scene_box .txt {
    margin: 0 30px 33px;
  }
}

/* -----------------------------------
    .service
--------------------------------------*/
.service {
  padding: 184px 0 240px;
  background: #ffbd2a;
}

.service .sec_hd {
  margin-bottom: 17px;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  line-height: 68px;
}
.service .service_price {
  margin-bottom: 40px;
  font-size: 124px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.service .lead {
  margin-bottom: 48px;
  font-size: 30px;
  font-weight: bold;
  line-height: 55px;
  color: #000;
  text-align: center;
}

/* .service_list */
.service_list ul {
  display: flex;
  width: 100%;
  max-width: 943px;
  margin: 0 auto 94px;
}
.service_list li.circle {
  position: relative;
  width: 314px;
  width: 33.3333%;
  margin-right: 8px;
  padding: 16.66665%;
  color: #000;
  text-align: center;
  outline: 1px solid #fff;
  border-radius: 50%;
}
.service_list li.circle:last-of-type {
  margin-right: 0;
}
.service_list .circle_inner {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -36% 0 0;
  width: 100%;
}

.service_list li .hd {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.service_list li .hd .big {
  display: block;
  font-size: 60px;
}
.service_list li .txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
}

/* .item_order */
.item_order {
  padding: 98px 0 125px;
  background: #fff;
  border-radius: 20px;
}

.item_order .hd {
  margin-bottom: 103px;
  font-size: 38px;
  font-weight: bold;
  line-height: 64px;
  text-align: center;
}

.item_order .order_hd {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.item_order .order_hd .number {
  margin-right: 14px;
  font-size: 50px;
  font-weight: bold;
  color: #ffbd2a;
  vertical-align: text-bottom;
}

/* .item_order_box */
.item_order_box {
  width: 790px;
  margin: 0 auto;
}

/* .item_box */
.item_box .dl_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 91px;
}
.item_box .dl_box dl {
  flex-basis: 246px;
  margin-right: 26px;
  margin-bottom: 18px;
}
.item_box .dl_box dl:nth-child(3n) {
  margin-right: 0;
}
.item_box .dl_box dt {
  font-size: 18px;
  font-weight: bold;
  color: #8d8d8d;
}
.item_box .dl_box dd {
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
}

@media screen and (max-width: 768px) {
  .service {
    padding: 100px 0;
    background: #ffbd2a;
  }

  .service .sec_hd {
    margin-bottom: 17px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 43px;
  }
  .service .service_price {
    margin-bottom: 40px;
    font-size: 74px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .service .lead {
    margin-bottom: 48px;
    font-size: 17px;
    font-weight: bold;
    line-height: 34px;
    color: #000;
    text-align: center;
  }

  /* .service_list */
  .service_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 282px;
    margin: 0 auto 80px;
  }
  .service_list li.circle {
    position: relative;
    display: block;
    width: 282px;
    height: 282px;
    margin-right: 0;
    margin-bottom: 18px;
    padding: 0;
    outline: 0;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .service_list .circle_inner {
    position: relative;
    left: 0;
    top: 50%;
    margin: -36% 0 0;
    width: 100%;
  }

  .service_list li .hd {
    margin-bottom: 21px;
    font-size: 23px;
  }
  .service_list li .hd .big {
    font-size: 54px;
  }
  .service_list li .txt {
    font-size: 18px;
    line-height: 27px;
  }

  /* .item_order */
  .item_order {
    padding: 100px 0;
    border-radius: 0;
  }

  .item_order .hd {
    margin-bottom: 103px;
    font-size: 27px;
    line-height: 41px;
  }

  .item_order .order_hd {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 37px;
  }
  .item_order .order_hd .number {
    margin-right: 14px;
    font-size: 40px;
    vertical-align: text-bottom;
  }

  /* .item_order_box */
  .item_order_box {
    width: 88%;
    margin: 0 auto;
  }

  /* .item_box */
  .item_box .dl_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 377px;
    margin: 0 auto 91px;
  }
  .item_box .dl_box dl {
    flex-basis: 46.9696%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .item_box .dl_box dl:nth-child(2n) {
    margin-right: 0;
  }
  .item_box .dl_box dt {
    font-size: 15px;
    color: #8d8d8d;
  }

  .item_order_box .img_box {
    max-width: 284px;
    margin: 0 auto;
  }
}



/* -----------------------------------
    .price
--------------------------------------*/
.price {
  padding: 241px 0 216px;
  background: #eaeaea;
}
.price .sec_hd {
  margin-bottom: 31px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.price_box {
  padding: 70px 0 35px;
  background: #fff;
  border-radius: 20px;
}

.price_01,
.price_02 {
  display: flex;
  width: 926px;
  padding: 41px 0;
  margin: 0 auto;
}
.price_01 {
  border-bottom: 3px solid #eaeaea;
}
.price_01 .big,
.price_02 .big {
  display: block;
  margin-top: 26px;
  font-size: 75px;
  font-weight: 500;
}
.price_01 .hd,
.price_02 .hd {
  margin-top: 14px;
  flex-basis: 50%;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
}

.price_list {
  flex-basis: 50%;
  margin-bottom: 26px;
}
.price_list ul {
  margin: 0 2em;
}
.price_list li {
  display: flex;
  font-size: 18px;
  margin-bottom: 8px;
}
.entry{
  padding: 0;
}
.entry .price_list li::before {
  content: "・";
  display: inline-block;
  color: #000;
}
.entry .price_list li.nodot::before {
  content: "";
}
.entry .price_list li a.contact_btn {
  width: 193px;
  height: 56px;
  padding: 0 15px;
  margin-top: 32px;
}
.entry .price_list li a.contact_btn::before {
  width: 38px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .price {
    padding: 100px 0;
    background: #eaeaea;
  }

  .price .sec_hd {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }

  .price_box {
    width: 93.6%;
    margin: 0 auto;
    padding: 60px 0 0;
    background: #fff;
    border-radius: 20px;
  }

  .price_01,
  .price_02 {
    display: block;
    width: 100%;
    width: 91.7378%;
    padding: 40px 0 20px;
    margin: 0 auto;
  }
  .price_01 {
    border-bottom: 3px solid #eaeaea;
  }
  .price_01 .big,
  .price_02 .big {
    display: block;
    margin-top: 0;
    font-size: 56px;
  }
  .price_01 .hd,
  .price_02 .hd {
    margin: 0 auto 33px;
    font-size: 29px;
  }

  .price_list {
    flex-basis: 50%;
    margin-bottom: 26px;
  }
  .price_list ul {
    margin: 0;
  }
  .price_list li {
    display: flex;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .entry .price_list li::before {
    content: "・";
    display: inline-block;
    color: #000;
  }
  .entry .price_list li.nodot::before {
    display: none;
  }
  .entry .price_list li a.contact_btn {
    width: 193px;
    height: 56px;
    padding: 0 15px;
    margin-top: 32px;
  }
  .entry .price_list li a.contact_btn::before {
    width: 38px;
    height: 30px;
  }
}

/* -----------------------------------
    .point
--------------------------------------*/
.point .sec_hd {
  margin-bottom: 41px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

/* .point .point_box */
.point .point_box {
  background: #fff;
}
.point .point_box:nth-of-type(even) {
  background: #eaeaea;
}

.point .point_box .inner {
  display: flex;
  margin-bottom: 65px;
  padding: 144px 0 152px;
}
.point .point_box .inner:last-of-type {
  margin-bottom: 0;
  padding: 144px 0 92px;
}

.point .point_box .sample_box,
.point .point_box .lead_box {
  flex-basis: 50%;
}

/* .point .point_box .hd_box */
.point .point_box .hd_box {
  margin-bottom: 45px;
  color: #ffbd2a;
}
.point .point_box:nth-of-type(even) .hd_box {
  color: #d84d3b;
}

.point .point_box .hd_box .point_hd {
  font-size: 90px;
  font-weight: bold;
}

/* .number_box */
.point .point_box .number_box {
  display: flex;
  align-items: center;
  line-height: 1;
}
.point .point_box .number_box .txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
}
.point .point_box .number_box .big {
  font-size: 18px;
}
.point .point_box .number_box .number {
  margin-top: -3px;
  font-size: 57px;
  font-weight: bold;
}

.point .point_box .hd {
  margin-bottom: 32px;
  font-size: 35px;
  font-weight: bold;
  line-height: 60px;
}
.point .point_box .lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

/* .sample_box */
.point .sample_box .sample_hd {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #a2a2a2;
}

/* .point .bgm_box */
.point .bgm_box {
  display: flex;
  flex-wrap: wrap;
  width: 532px;
  flex-shrink: 0;
  margin-right: -20px;
}
.point .bgm_box .bgm_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 116px;
  margin: 0 11px 11px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .025em;
  border-width: 0;
  background: url(img/bgm_play.png) no-repeat;
  background-size: cover;
  background-position: center;
  transition: .25s;
}
.point .bgm_box .bgm_btn:nth-child(4n) {
  margin-right: 0;
}
.point .bgm_box .bgm_btn:hover {
  opacity: .7;
  cursor: pointer;
}
.point .bgm_box .bgm_btn.clicked {
  width: 122px;
  height: 116px;
  background: url(img/bgm_pause.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.point_box .sample_box .img_box {
  margin: auto;
}

.point_movie .inner,
.point_nouhin .inner {
  align-items: center;
}
.point_movie .sample_box .img_box {
  max-width: 377px;
}
.point_nouhin .sample_box .img_box {
  max-width: 457px;
}

@media screen and (max-width: 768px) {
  .point .sec_hd {
    margin-bottom: 41px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
  }

  /* .point .point_box */
  .point .point_box {
    background: #fff;
  }
  .point .point_box:nth-of-type(even) {
    background: #eaeaea;
  }

  .point .point_box .inner {
    display: block;
    width: 86.4%;
    margin: 0 auto 65px;
    padding: 100px 0;
  }
  .point .point_box .inner:last-of-type {
    margin-bottom: 0;
    padding: 100px 0;
  }

  .point .point_box .lead_box {
    margin-bottom: 57px;
  }
  .point .point_box .sample_box {
    margin-bottom: 0;
  }

  /* .point .point_box .hd_box */
  .point .point_box .hd_box {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    color: #ffbd2a;
  }
  .point .point_box:nth-of-type(even) .hd_box {
    color: #d84d3b;
  }

  .point .point_box .hd_box .point_hd {
    margin-left: 5px;
    font-size: 58px;
    font-weight: bold;
    line-height: 1;
  }

  /* .number_box */
  .point .point_box .number_box {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .point .point_box .number_box .txt {
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.35;
  }
  .point .point_box .number_box .big {
    font-size: 18px;
  }
  .point .point_box .number_box .number {
    margin-top: -3px;
    margin-right: 6.1728%;
    font-size: 57px;
    font-weight: bold;
  }

  .point .point_box .hd {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 50px;
  }
  .point .point_box .lead {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  /* .sample_box */
  .point .sample_box .sample_hd {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #a2a2a2;
  }

  /* .point .bgm_box */
  .point .bgm_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 305px;
    margin: 0 auto;
  }
  .point .bgm_box .bgm_btn {
    width: 95px;
    height: 90px;
    margin: 0 0 9px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    border-width: 0;
    background: url(img/bgm_play.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .point .bgm_box .audio_box:nth-child(4n) {
    margin-right: 0px;
  }
  .point .bgm_box .audio_box:nth-child(3n) {
    margin-right: 0;
  }
  .point .bgm_box .bgm_btn:hover {
    opacity: 1;
  }
  .point .bgm_box .bgm_btn.clicked {
    width: 95px;
    height: 90px;
    background: url(img/bgm_pause.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }

  .point_box .sample_box .img_box {
    max-width: 377px;
    margin: auto;
  }

  .point_movie .inner,
  .point_nouhin .inner {
    align-items: center;
  }
  .point_movie .sample_box .img_box {
    max-width: 377px;
  }
  .point_nouhin .sample_box .img_box {
    max-width: 457px;
  }
}


/* -----------------------------------
    .flow
--------------------------------------*/
.flow {
  background: #fff;
  padding: 193px 0 56px;
}

.flow .sec_hd {
  margin-bottom: 90px;
  font-size: 63px;
  font-weight: bold;
  text-align: center;
}
.flow .sec_lead {
  width: 483px;
  margin: 0 auto 54px;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}

/* .flow_list */
.flow .flow_list {
  padding: 0 68px;
}
.flow .flow_list li {
  position: relative;
  display: flex;
  flex-basis: 325px;
  margin-bottom: 65px;
  height: 184px;
}
.flow .flow_list li::after {
  content: "";
  position: absolute;
  top: 203px;
  left: 147px;
  display: block;
  width: 31px;
  height: 27px;
  background: url(img/ico_triangle_down.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.flow .flow_list li:last-of-type::after {
  display: none;
}

.flow .flow_list .img_box {
  position: relative;
  max-width: 255px;
  padding: 0 35px;
}
.flow .flow_list .img_box img {
  border-radius: 14px;
}
.flow .flow_list .number {
  position: absolute;
  top: -36px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 71px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  background: #ffbd2a;
  border-radius: 50%;
}

.flow .flow_list .lead_box {
  flex-basis: 610px;
  padding: 10px 18px;
}
.flow .flow_list .lead_box .hd {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  line-height: 50px;
}
.flow .flow_list .lead_box .lead {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 35px;
}

.flow .note {
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 100px 0;
  }

  .flow .sec_hd {
    margin-bottom: 47px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  .flow .sec_lead {
    width: 90%;
    margin: 0 auto 54px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
  }

  /* .flow_list */
  .flow .flow_list {
    width: 100%;
    padding: 0;
  }
  .flow .flow_list li {
    position: relative;
    display: block;
    width: 84.8%;
    margin: 0 auto 24px;
    height: auto;
  }
  .flow .flow_list li::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    width: 31px;
    height: 27px;
    background: url(img/ico_triangle_down.svg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .flow .flow_list li:last-of-type::after {
    display: none;
  }

  .flow .flow_list .img_box {
    position: relative;
    max-width: 255px;
    margin: 0 auto;
    padding: 0 35px;
  }
  .flow .flow_list .img_box img {
    border-radius: 14px;
  }
  .flow .flow_list .number {
    position: absolute;
    top: -36px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 71px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    background: #ffbd2a;
    border-radius: 50%;
  }

  .flow .flow_list .lead_box {
    padding: 30px 0;
  }
  .flow .flow_list .lead_box .hd {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
  }
  .flow .flow_list .lead_box .lead {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 35px;
  }

  .flow .note {
    display: block;
    width: 84.8%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
  }
}

/* -----------------------------------
    .contact
--------------------------------------*/
.contact {
  padding: 241px 0 258px;
  text-align: center;
  background: #eaeaea;
}
.contact .sec_hd {
  margin-bottom: 56px;
  font-size: 60px;
  font-weight: bold;
  color: #FFBD2A;
}

.contact a.contact_btn {
  display: flex;
  align-items: center;
  width: calc(329px - 44px);
  height: 82px;
  margin: 0 auto;
  padding: 0 22px;
  font-size: 22px;
  color: #fff;
  border-radius: 22px;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
}
.contact a.contact_btn::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 45px;
  margin-right: 2px;
  background: url(img/ico_mail.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 27px 0;
  }
  .contact .sec_hd {
    margin-bottom: 27px;
    font-size: 22px;
  }
  .contact a.contact_btn {
    width: 80%;
    max-width: calc(300px - 44px);
    height: 75px;
    font-size: 20px;
    white-space: nowrap;
  }
  .contact a.contact_btn::before {
    width: 51px;
    height: 41px;
  }
}



/* .cf7_box */
.cf7_box{
  width: min(90%, 879px);
  margin: 0 auto;
  background: #fff;
  padding: 40px 0;
}
.cf7_box input:focus,
.cf7_box select:focus,
.cf7_box textarea:focus {
  outline: 0;
  background: #eee;
}
.cf7_box label {
  -webkit-transition: .25s;
  transition: .25s;
}
.cf7_box label:hover {
  cursor: pointer;
  color: #E60012;
}

.cf7_box ol li {
  margin: 0;
}
.cf7_box blockquote {
  position: relative;
  padding: 0;
  margin: 0;
}
.cf7_box blockquote:before,
.cf7_box blockquote:after {
  display: block;
  font-size: 25px
}
.cf7_box blockquote:before {
  margin: 0;
}
.cf7_box blockquote:after {
  margin: 0;
  text-align: left;
}
.cf7_box blockquote p {
  padding: 0;
}
.cf7_box pre {
  padding: 0;
  margin-bottom: 0;
  line-height: unset;
  font-size: inherit;
  overflow: auto;
}
.cf7_box address {
  padding: 0;
  margin-bottom: 0;
  border-left-style: unset;
  border-left-width: 0
}
.cf7_box table,
.cf7_box dl {
  margin-bottom: 0;
}
.cf7_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 auto 40px;
  border-top: 0;
}
.cf7_box dl.dl-tel {
  margin-bottom: 40px;
}
.cf7_box dl.dl-checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 26px;
  font-weight: bold;
}
.cf7_box dl.dl-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 52px;
}
.cf7_box dl.dl-textarea textarea {
  height: 450px;
}
.cf7_box dt,
.cf7_box dd {
  padding: 0;
  border: 0;
  border-top: 0;
  font-size: 16px;
  line-height: 28px;
  background: transparent;
}
.cf7_box dt {
  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-preferred-size: 224px;
      flex-basis: 224px;
  min-width: 224px;
  margin-right: 40px;
  text-align: right;
  font-weight: bold;
}
.cf7_box dl.dl-checkbox dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cf7_box dd {
  width: 100%;
  height: 100%;
  max-width: 560px;
}
.cf7_box dl.dl-checkbox dd {
  max-width: 696px;
}
.cf7_box dl.dl-onlinemtg dd {
  width: auto;
}

.cf7_box .required {
  width: 60px;
  height: 28px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #FFBD2A;
}
.cf7_box .any {
  width: 60px;
  height: 28px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  background: transparent;
  outline: 1px solid #555555;
  outline-offset: -1px;
}

.cf7_box .wpcf7-form input[type="text"],
.cf7_box .wpcf7-form input[type="password"],
.cf7_box .wpcf7-form input[type="datetime"],
.cf7_box .wpcf7-form input[type="datetime-local"],
.cf7_box .wpcf7-form input[type="date"],
.cf7_box .wpcf7-form input[type="month"],
.cf7_box .wpcf7-form input[type="time"],
.cf7_box .wpcf7-form input[type="week"],
.cf7_box .wpcf7-form input[type="number"],
.cf7_box .wpcf7-form input[type="email"],
.cf7_box .wpcf7-form input[type="url"],
.cf7_box .wpcf7-form input[type="search"],
.cf7_box .wpcf7-form input[type="tel"],
.cf7_box .wpcf7-form input[type="color"],
.cf7_box .wpcf7-form .uneditable-input,
.cf7_box .wpcf7-form select {
  max-width: 560px;
  height: 100%;
  max-height: 56px;
  padding: 20px 20px;
  margin: 0;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #D2D2D2;
}
.cf7_box .wpcf7-form textarea {
  max-width: 560px;
  height: auto;
  padding: 13px 23px;
  margin: 0;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #D2D2D2;
}
.cf7_box .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.cf7_box .wpcf7-form .wpcf7-list-item {
  display: inline-block;
  line-height: normal;
  margin: 0 20px 12px 0;
  text-align: left;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  text-align: left;
  margin: 0 auto 10px auto
}
.cf7_box .wpcf7-form input::-webkit-input-placeholder, .cf7_box .wpcf7-form textarea::-webkit-input-placeholder {
  font-weight: bold;
  color: #aaa;
}
.cf7_box .wpcf7-form input::-moz-placeholder, .cf7_box .wpcf7-form textarea::-moz-placeholder {
  font-weight: bold;
  color: #aaa;
}
.cf7_box .wpcf7-form input:-ms-input-placeholder, .cf7_box .wpcf7-form textarea:-ms-input-placeholder {
  font-weight: bold;
  color: #aaa;
}
.cf7_box .wpcf7-form input::-ms-input-placeholder, .cf7_box .wpcf7-form textarea::-ms-input-placeholder {
  font-weight: bold;
  color: #aaa;
}
.cf7_box .wpcf7-form input::placeholder,
.cf7_box .wpcf7-form textarea::placeholder {
  font-weight: bold;
  color: #aaa;
}
.cf7_box .submit_btn {
  position: relative;
  width: 335px;
  height: 78px;
  margin: 0 auto;
}
.cf7_box .submit_btn input[type="submit"] {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #FFBD2A;
  border: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.16);
          box-shadow: 0 5px 10px rgba(0,0,0,.16);
}
.cf7_box .submit_btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
          transform: translate(0,-50%);
  right: 13px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  z-index: 9;
  background: url(img/ico_right_arrow_white.svg) no-repeat;
  background-size: contain;
}
.cf7_box .submit_btn input[type="submit"]:hover {
  opacity: .7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cf7_box input[type="checkbox"],
.cf7_box input[type="radio"] {
  position: relative;
  margin-right: 7px;
  top: -2px;
  border: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: unset;
  border: 2px solid #FFBD2A;
}
.cf7_box input[type="checkbox"]:checked:before,
.cf7_box input[type="checkbox"]:checked:after,
.cf7_box input[type="radio"]:checked:before,
.cf7_box input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #D60F15;
}
.cf7_box input[type="checkbox"]:checked:before {
  left: 0;
  top: 10px;
  width: 7px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  color: #D60F15;
}
.cf7_box input[type="checkbox"]:checked:after {
  left: 6px;
  top: 11px;
  width: 12px;
  height: 3px;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  color: #D60F15;
}
.cf7_box input[type="radio"] {
  border-radius: 50%
}
.cf7_box input[type="radio"]:checked:before {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%
}
.cf7_box input[type="radio"]:checked:after {
  display: none;
  width: 0;
  height: 0
}

.cf7_box .wpcf7-form select {
  height: 56px;
  padding: 4px 20px;
}
.cf7_box .dl-select dd {
  position: relative;
}
.cf7_box .dl-select dd::after {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 30px;
  z-index: 9;
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(img/select_ico.svg) no-repeat;
  background-size: cover;
}

.cf7_box div.wpcf7-mail-sent-ok {
  max-width: 796px;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
}
.cf7_box div.wpcf7-validation-errors,
.cf7_box div.wpcf7-acceptance-missing {
  max-width: 796px;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
  border: 2px solid #dd3333;
}



@media screen and (max-width: 768px) {
  /* .cf7_box */
.cf7_box{
  padding: 3%;
}
.cf7_box input:focus,
.cf7_box select:focus,
.cf7_box textarea:focus {
  outline: 0;
  background: #eee;
}
.cf7_box label {
  display: flex;
  transition: .25s;
}

.cf7_box ol li {
  margin: 0;
}
.cf7_box blockquote {
  position: relative;
  padding: 0;
  margin: 0;
}
.cf7_box blockquote:before,
.cf7_box blockquote:after {
  display: block;
  font-size: 25px
}
.cf7_box blockquote:before {
  margin: 0;
}
.cf7_box blockquote:after {
  margin: 0;
  text-align: left;
}
.cf7_box blockquote p {
  padding: 0;
}
.cf7_box pre {
  padding: 0;
  margin-bottom: 0;
  line-height: unset;
  font-size: inherit;
  overflow: auto;
}
.cf7_box address {
  padding: 0;
  margin-bottom: 0;
  border-left-style: unset;
  border-left-width: 0
}
.cf7_box table,
.cf7_box dl {
  margin-bottom: 0;
}
.cf7_box dl {
  display: block;
  margin: 0 auto 16px;
  padding: 0;
  border-top: 0;
}
.cf7_box dl.dl-tel {
  margin-bottom: 18px;
}
.cf7_box dl.dl-checkbox {
  align-items: flex-start;
  margin-bottom: 11px;
  font-weight: bold;
}
.cf7_box dl.dl-onlinemtg {
  margin-bottom: 21px;
}
.cf7_box dl.dl-onlinemtg dt {
  margin-bottom: 13px;
}
.cf7_box dl.dl-textarea {
  align-items: flex-start;
  margin-bottom: 30px;
}
.cf7_box dl.dl-textarea textarea {
  height: 356px;
}
.cf7_box dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.cf7_box dl dd {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
}
.cf7_box dl.dl-checkbox dd {}

.cf7_box .required {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #FFBD2A;
}
.cf7_box .any {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  background: transparent;
  outline: 1px solid #555555;
  outline-offset: -1px;
}

.cf7_box .wpcf7-form input[type="text"],
.cf7_box .wpcf7-form input[type="password"],
.cf7_box .wpcf7-form input[type="datetime"],
.cf7_box .wpcf7-form input[type="datetime-local"],
.cf7_box .wpcf7-form input[type="date"],
.cf7_box .wpcf7-form input[type="month"],
.cf7_box .wpcf7-form input[type="time"],
.cf7_box .wpcf7-form input[type="week"],
.cf7_box .wpcf7-form input[type="number"],
.cf7_box .wpcf7-form input[type="email"],
.cf7_box .wpcf7-form input[type="url"],
.cf7_box .wpcf7-form input[type="search"],
.cf7_box .wpcf7-form input[type="tel"],
.cf7_box .wpcf7-form input[type="color"],
.cf7_box .wpcf7-form .uneditable-input {
  width: 100%;
  height: 44px;
  padding: 10px 10px;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #D2D2D2;
}
.cf7_box .wpcf7-form textarea {
  max-width: 100%;
  height: auto;
  padding: 10px 10px;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #D2D2D2;
}
.cf7_box .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
}
.cf7_box .wpcf7-form-control-wrap.detail >span {
  display: flex;
  flex-wrap: wrap;
}
.cf7_box .wpcf7-form .wpcf7-list-item {
  flex-basis: 50%;
  margin: 0 0 18px;
  line-height: normal;
}
.cf7_box .wpcf7-form input::placeholder,
.cf7_box .wpcf7-form textarea::placeholder {
  font-weight: bold;
  color: #aaa;
}
.cf7_box .submit_btn {
  position: relative;
  width: 90%;
  max-width: 295px;
  height: 56px;
  margin: 0 auto;
}
.cf7_box .submit_btn input[type="submit"] {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #FFBD2A;
  border: 0;
  box-shadow: 0 5px 10px rgba(0,0,0,.16);
}
.cf7_box .submit_btn::after {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 13px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  z-index: 9;
  background: url(../img/common/ico_right_arrow_white.svg) no-repeat;
  background-size: contain;
}
.cf7_box .submit_btn input[type="submit"]:hover {
  opacity: .7;
  box-shadow: none;
}
.cf7_box input[type="checkbox"],
.cf7_box input[type="radio"] {
  position: relative;
  margin-right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: unset;
  border: 2px solid #FFBD2A;
}
.cf7_box input[type="checkbox"]:checked:before,
.cf7_box input[type="checkbox"]:checked:after,
.cf7_box input[type="radio"]:checked:before,
.cf7_box input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #D60F15;
}
.cf7_box input[type="checkbox"]:checked:before {
  left: 0;
  top: 10px;
  width: 7px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  color: #D60F15;
}
.cf7_box input[type="checkbox"]:checked:after {
  left: 6px;
  top: 11px;
  width: 12px;
  height: 3px;
  -webkit-transform: rotate(-53deg);
  -moz-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  -o-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  color: #D60F15;
}
.cf7_box input[type="checkbox"]:checked,
.cf7_box input[type="radio"]:checked {
  background-color: #fff;
}
.cf7_box input[type="checkbox"]:checked+span {
  color: #D60F15;
}
.cf7_box input[type="radio"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}
.cf7_box input[type="radio"]:checked:before {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}
.cf7_box input[type="radio"]:checked:after {
  display: none;
  width: 0;
  height: 0
}

.cf7_box div.wpcf7-mail-sent-ok {
  max-width: 100%;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
}
.cf7_box div.wpcf7-validation-errors,
.cf7_box div.wpcf7-acceptance-missing {
  max-width: 100%;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
  border: 2px solid #dd3333;
}
}


/* -----------------------------------
    .hacomotion_footer
--------------------------------------*/
.hacomotion_footer {
  padding: 32px 0 53px;
  font-size: 16px;
  background: #ffbd2a;
}

.hacomotion_footer .ft_nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1024px;
}
.hacomotion_footer .ft_nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 590px;
}
.hacomotion_footer .ft_nav li {
  margin-right: 30px;
}
.hacomotion_footer .ft_nav li:last-of-type {
  margin-right: 0;
}
.hacomotion_footer .copy {
  line-height: normal;
}

/* pagetop */
#pagetop {
  position: absolute;
  right: 80px;
  opacity: 0;
  transition: .25s;
}
.pagetop_btn {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  width: 80px;
  height: 80px;
  transition: .75s;
}
.pagetop_btn.adjust {
  bottom: 138px;
}
.pagetop_btn img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hacomotion_footer {
    padding: 32px 0;
    font-size: 16px;
    background: #ffbd2a;
  }

  .hacomotion_footer .ft_nav {
    display: block;
    width: 100%;
  }
  .hacomotion_footer .ft_nav ul {
    display: block;
    width: 85.6%;
    margin: 0 auto 28px;
  }
  .hacomotion_footer .ft_nav li {
    margin-right: 0;
  }
  .hacomotion_footer .copy {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
  }

  /* pagetop */
  #pagetop {
    position: absolute;
    right: 82px;
    opacity: 0;
    transition: .25s;
  }
  .pagetop_btn {
    position: fixed;
    z-index: 99;
    bottom: 16px;
    width: 59px;
    height: 59px;
    transition: 1.25s;
  }
  .pagetop_btn.adjust {
    bottom: 214px;
  }
}
/* ========================================
   新テーマの外周余白をリセット
======================================== */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

body.lp-hacomotion {
    margin: 0 !important;
    padding: 0 !important;
}

body.lp-hacomotion #main-wrap,
body.lp-hacomotion .page.hacomotion {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}