/*▽▽▽初期設定▽▽▽*/
body {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: bottom;
  width: 100%;
}
#wrapper {
  width: 720px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.red {
  color: #aa0000;
}
.fv_area, .cta_area, .scale_area, .kaizen_area, .whats_area, .hiketsu_area, .resolutionnara_area {
  position: relative;
}
/*▽▽▽form_area▽▽▽*/
#form_area {
  background: url("../img/form_bg.jpg")no-repeat bottom center/cover;
  padding: 80px 0;
}
form {
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}
form .ttl {
  border-radius: 15px 15px 0px 0px;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  background-color: #08284D;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
}
form .ttl:before, form .ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 56px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
form .ttl:before {
  left: 10%;
}
form .ttl:after {
  right: 10%;
}
form .ttl span {
  font-size: 70%;
}
.form_wrapper {
  box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 0px 15px 15px;
  text-align: center;
}
form dl {
  text-align: left;
  padding-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 0px;
}
form dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
  width: 30%;
  font-size: 28px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
form dd {
  margin-bottom: 20px;
  width: 340px;
  margin-bottom: 15px;
}
form input, select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
}
form input[type="text"], form input[type="email"], form input[type="tel"] {
  width: 100%;
  display: block;
  font-family: inherit;
  line-height: 1.5;
  font-size: 30px;
  border: #9A9A9A solid 1px;
  border-radius: 8px;
  background-color: #fff;
  padding: 15px 20px;
}
form select {
  width: 100%;
  border-radius: 8px;
  margin: 1rem 0 0 0;
  background: #f7f7f7;
  font-size: 28px;
  border: #9A9A9A solid 1px;
  border-radius: 8px;
  background-color: #fff;
  padding: 15px 20px;
  line-height: 1.3;
  color: #000;
}
.select_box {
  position: relative;
}
.select_box:after {
  position: absolute;
  content: "▼";
  right: 25px;
  top: 50%;
}
form .pv {
  font-size: 22px;
  margin: 20px 0 10px;
  text-align: center;
}
form .pv a {
  color: #296DCC;
}
form .pv a[target="_blank"] {
  background: url(../img/icon_new_window.svg) no-repeat right center;
  padding-right: 15px;
  margin-right: 3px;
}
form .pv a:hover {
  text-decoration: underline;
}
form .nav {
  padding-bottom: 10px;
}
form .nav .btn {
  font-size: 36px;
  font-weight: bold;
  padding: 15px 20px;
  color: #fff;
  background-color: #aa0000;
  border: none;
  border-bottom: 5px solid #9b0001;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  border-radius: 50px;
  margin-top: 15px;
  animation: pulse 2.5s infinite;
  cursor: pointer;
}
/*▽▽▽form_area 編集前▽▽▽*/
form .ti {
  border-radius: 5px 5px 0px 0px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #08284D;
  padding: 5px 10px;
}
form .ti span {
  font-size: 3.6rem;
}
form .ti span.r {
  color: #E0061D;
}
form .box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px 0px 5px 5px;
  padding: 30px 20px 40px 20px;
}
/*▽▽▽fv_area▽▽▽*/
.mv_copy01, .mv_copy02 {
  position: absolute;
}
.mv_copy01 {
  top: 11%;
}
.mv_copy02 {
  top: 39%;
  width: 90%;
  left: 5%;
}
/*▽▽▽scale_area▽▽▽*/
.scale_area {
  margin-top: -30px;
  z-index: 0;
}
.strength_list01 {
  margin-top: -168px;
}
/*▽▽▽whats_area▽▽▽*/
.whats_area {
  margin-top: -30px;
  z-index: 0;
}
/*▽▽▽anshin_area▽▽▽*/
.anshin_area {
  margin-top: -180px;
  z-index: -1;
  position: relative;
}
/*▽▽▽cta_area▽▽▽*/
.reserve_btn {
  position: absolute;
  animation: pulse 2.5s infinite;
  top: 30%;
}
.reserve_btn img {
  cursor: pointer;
}
/*▽▽▽kaizen_area▽▽▽*/
.kaizen_area {
  margin-top: -35px;
}
.kaizen_area .list01, .list02, .list03, .list04, .list05 {
  position: absolute;
}
.kaizen_area .list01 {
  top: 670px;
}
.kaizen_area .list02 {
  top: 1120px;
}
.kaizen_area .list03 {
  top: 1570px;
}
.kaizen_area .list04 {
  top: 2020px;
}
.kaizen_area .list05 {
  top: 2470px;
}
/*▽▽▽hiketsu_area▽▽▽*/
.hiketsu_area .list01, .list02 {
  position: absolute;
}
.hiketsu_area .list01 {
  top: 530px;
}
.hiketsu_area .list02 {
  top: 1570px;
}
/*▽▽▽resolution_area▽▽▽*/
.resolutionnara_area {
  margin-top: -120px;
}
/* ▽▽▽faq_area▽▽▽ */
.faq_area {
  background: url("../img/faq_bg.jpg")no-repeat top center/cover;
  padding-top: 100px;
}
.faq_area .ttl {
  width: 60%;
  margin: 0 auto;
}
.column {
  display: flex;
  flex-direction: column;
}
.accordion-box {
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}
.accordion-box + .accordion-box {
  margin-top: 20px;
}
.accordion {
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  padding: 30px 40px 30px 15px;
  font-size: 30px;
  filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.3));
  line-height: 1.5;
}
.accordion::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: -6px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -5px;
}
.accordion-inner {
  padding: 30px 0 60px 0;
  line-height: 2em;
}
.accordion-content {
  background: url("../img/accordion_pattern.jpg") center/cover repeat;
  display: none;
  padding: 30px;
  width: 100%;
  text-align: left;
  font-size: 28px;
  line-height: 1.5;
  ;
}
/* ▼スクロールアニメーション▼ */
.scrl.delighter {
  transition: all 1s;
  transform: translateY(15%);
  opacity: 0;
}
.scrl.delighter.started {
  transform: none;
  opacity: 1;
}
.scrl-right.delighter {
  transition: all 1s;
  transform: translateX(15%);
  opacity: 0;
}
.scrl-right.delighter.started {
  transform: none;
  opacity: 1;
}
.scrl-right_cutin.delighter {
  transition: all 0.6s;
  transform: translateX(40%)translateY(-25%);
  opacity: 0;
}
.scrl-right_cutin.delighter.started {
  transform: translate3d(0px, 10px, -7px);
  opacity: 1;
}
/* ▲スクロールアニメーション▲ */
.layers-child {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 29%;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.coment_movie {
  position: absolute;
  width: 90%;
  bottom: 10%;
  left: 5%;
  right: 5%;
}
.heading {
  padding: 0 5%;
  margin-bottom: 10px;
}
.open {
  display: block;
}
/* Q&Aエリア */
.gglmaps {
  position: absolute;
  bottom: 3%;
  left: 4%;
}
.map-btn {
  position: relative;
  right: 330px;
  bottom: -50px;
}
.info-desc {
  width: 100%;
  background-color: #ffffff;
}
.btn-map {
  position: relative;
  top: -60px;
  right: -500px;
}
#privacy {
  width: 640px;
  margin: 125px auto 0;
}
#privacy h1 {
  width: 640px;
  background-color: #DBF5F2;
  color: #09B5BF;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  padding: 15px 0px 15px 50px;
  margin-top: 20px;
}
.privacy-container {
  line-height: 1.5em;
  letter-spacing: 0.1em;
  padding: 0 40px;
}
.privacy-container h3 {
  padding: 20px 0px;
}
.privacy-subtitle {
  color: #09B5BF
}
.privacy-right {
  text-align: right;
  font-weight: 700;
}
.privacy-box {
  border: 1px solid #666666;
  padding: 10px 200px 10px 10px;
}
#company {
  width: 640px;
  margin: 125px auto 0;
}
#company h1 {
  width: 640px;
  background-color: #DBF5F2;
  color: #09B5BF;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  padding: 15px 0px 15px 50px;
  margin-top: 20px;
}
.company-container {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.company-logo {
  width: 500px;
  padding: 50px;
}
.company-table {
  width: 100px;
  border-bottom: 1px solid #00B2BC;
  margin-bottom: 50px;
}
.company-table tbody {
  text-align: left;
  margin: 0 auto;
}
.company-table td {
  border-top: 1px solid #00B2BC;
  padding: 20px;
}
.table-title {
  width: 100px;
  color: #00B2BC;
  font-size: 1.1em;
}
.table-desc {
  font-size: 1.1em;
  line-height: 1.3em;
}
.to-top {
  padding-top: 60px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.to-top a {
  color: #666666;
}
.fa-green {
  color: #00B2BC;
  padding-left: 5px;
}
.tel {
  color: #000;
  border-bottom: 1px solid #000;
}
.company-tel {
  color: #919191;
  border-bottom: 1px solid #919191;
}
#ft_bunner {
  position: fixed;
  z-index: 9999;
  width: 720px;
  padding-top: 10px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0 auto;
}
#ft_bunner a {
  display: block;
  width: 94%;
  margin: 0 auto;
  animation: pulse 2.5s infinite;
}
footer {
  width: 100%;
  text-align: right;
  padding: 20px 0px 70px 0px;
}
footer ul {
  width: 580px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 50px;
}
.footer-items {
  color: #000;
  font-size: 20px;
  padding-left: 50px;
}
div.wpcf7-response-output {
	display: none !important;
}
div.wpcf7-validation-errors {
	display: none !important;
}
span.wpcf7-not-valid-tip{
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 1.5;
}