@charset "utf-8";
/*
Theme Name:LP + BLOG
Template:lightning
Version:1.0
*/

/*============reset============ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main,
aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-break: break-all;
}

body {
  line-height: 1.6;
  font-size: 16px;
  min-width: 1280px;
  margin-top: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

/*=================reset end=================*/

/*based
---------------------------------------------*/
iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  color: inherit;
}

table {
  table-layout: fixed;
}

td input {
  max-width: 100%;
}

#map {
  position: relative;
  width: 100%;
  padding: 500px 0 0 0;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slick-slide {
  outline: none;
}

.tb_only {
  display: none;
}

.sp_only {
  display: none;
}

.tb_pc {
  display: inherit;
}

.sp_tb {
  display: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex.start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex.end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex.center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex.around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex.between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex.stretchf {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flex.ai_center {
  -webkit-align-items: center;
  align-items: center;
}

.flex.ai_start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex.ai_end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex.row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex.c_reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex.r_reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.noshrink {
  flex: 0 0 auto;
}

.grow {
  flex: 1 1 auto;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

main,
article {
  display: block;
}

.ojf_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (min-width: 768px) {
}

@media (min-width: 768px) and (max-width: 960px) {
  .pc_only {
    display: none;
  }

  .tb_only {
    display: inherit;
  }

  .sp_only {
    display: none;
  }

  .tb_pc {
    display: inherit;
  }

  .sp_tb {
    display: inherit;
  }

  body {
    min-width: 100%;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  body {
    min-width: 100%;
    max-width: 100%;
  }

  .pc_only {
    display: none;
  }

  .tb_only {
    display: none;
  }

  .sp_only {
    display: inherit;
  }

  .tb_pc {
    display: none;
  }

  .sp_tb {
    display: inherit;
  }

  #map {
    padding-top: 250px;
  }
}

/*int common
-------------------------------------*/
.inner {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.inner1280 {
  max-width: 1280px;
}

body {
  line-height: 1.75;
  letter-spacing: 0;
  font-size: 16px;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 4.27vw;
    line-height: 1.5625;
    letter-spacing: 0.025em;
  }

  .inner {
    padding: 0 3.6vw;
  }
}

/*font-family
--------------------------------------*/
/*@font-face {
    font-family: "hvb";
    src: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/font/hvb.woff) format("woff");
}*/

html,
body {
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', sans-serif;
}

/*color*/
html,
body {
  color: #000;
  background-color: #fff;
}

.txt_link,
.post_content a {
  text-decoration: underline;
  color: cornflowerblue;
}

.txt_link_red {
  color: #cd171a;
}

.txt_link_red:hover {
  text-decoration: underline;
}

.num {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}

.btn a {
  border-radius: 7px;
  background: rgb(4, 129, 73);
  background-image: -moz-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
  box-shadow: 0px 3px 0px 0px rgb(2, 70, 39);
  color: #fff;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
}

.btn a::before {
  content: '';
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/icn_floating.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 20px;
}

/*header
----------------------------------------------------------*/
.header .logo {
  padding-top: 24px;
  padding-left: 36px;
  /* font-size: 0; */
}

.header .icn {
  padding-top: 23px;
  margin-right: 16px;
}

.header .icn span {
  display: inline-block;
  background: #e00002;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  line-height: 1.35;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.header .cmn_tel01 {
  padding-top: 5px;
  margin-right: 24px;
}

.btn_head01 a {
  position: relative;
  font-weight: bold;
  background: #05a65e;
  padding: 25px 20px 28px 50px;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
}

.btn_head01 a::before {
  content: '';
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/icn_head01.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 15px;
}

/*floating
----------------------------------------------------------*/

.floating {
  border-top: 3px solid #e00002;
  padding-bottom: 12px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  display: none;
}

.floating::after {
  content: '';
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_floating.png);
  background-position: center center;
  background-repeat: repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.floating .inner {
  position: relative;
}

.floating .inner .logo {
  margin-right: 2rem;
  font-size: 0;
}

.floating .inner .logo {
  margin-right: 2rem;
}

.floating .inner .area01 {
  margin-right: 1.5rem;
  padding-top: 5px;
}

.txt_tel01 {
  text-align: center;
  border: 1px solid #ddd;
  font-weight: 300;
}

.floating .inner .btn01 a {
  padding: 16px 16px 16px 46px;
}

.floating .inner .img {
  position: absolute;
  right: 40px;
  bottom: -12px;
  font-size: 0;
  z-index: 2;
}

/* mv
----------------------------------------*/
.mv {
  width: 100%;
  height: 1080px;
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/mv01-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mv .area01 {
  padding-top: 135px;
}

.mv .area01 .item1 {
  padding-top: 12px;
}

.mv .area01 .item1 h2 {
  background: #e00002;
  color: #fff;
  padding: 6px 20px;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1;
}

.mv .area01 .item1 h2 strong {
  font-size: 2rem;
  line-height: 1;
  padding: 0 2px;
  vertical-align: text-bottom;
  font-weight: 900;
}

.mv .area01 .item2 h2 {
  background: #000;
  color: #fff;
  padding: 6px 20px;
  font-weight: bold;
  font-size: 120%;
  line-height: 1;
}

.mv .area01 .item2 h2 strong {
  font-size: 2.75rem;
  line-height: 1;
  padding: 0 5px;
  font-weight: 900;
  vertical-align: sub;
}

.mv .area01 .item11 {
  color: #fff;
  padding: 7px 16px 10px;
  background: #e00002;
  margin-right: 16px;
  font-size: 150%;
  line-height: 1;
}
.mv .area01 .item11 span {
  padding-top: 3px;
}
.mv .area01 .item11 .num {
  font-size: 2.75rem;
  display: inline-block;
  padding: 3px 3px 0;
}
.mv .area01 .item12 {
  color: #fff;
  padding: 10px 16px 10px;
  background: #e00002;
  font-size: 150%;
  line-height: 1;
}
.mv .area01 .item12 .num {
  font-size: 2.75rem;
  display: inline-block;
  padding: 0px 3px 0;
}
.mv .area01 .item12 small {
  vertical-align: super;
  font-size: 66%;
}
.mv .area02 {
  padding-top: 50px;
}

.mv .area02 .item1 {
  background: #000;
  color: #fff;
  padding: 10px 20px 12px;
  font-weight: bold;
  font-size: 120%;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2rem;
}

.mv .area02 .item4 {
  background: #000;
  color: #fff;
  padding: 10px 20px 12px;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.4;
  display: inline-block;
}

.mv .area02 .item3 {
  background: #fff;
  color: #000;
  padding: 6px 20px 15px;
  font-weight: bold;
  font-size: 312.5%;
  line-height: 1;
  display: inline-block;
  font-style: italic;
  margin-bottom: 2.5rem;
}

.mv .area02 .item2 {
  background: #fff;
  color: #000;
  padding: 6px 20px 15px;
  font-weight: bold;
  font-size: 312.5%;
  line-height: 1;
  display: inline-block;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.mv .area02 .item3 strong,
.mv .area02 .item2 strong {
  color: #df0000;
}
.mv .area02 .item11 {
  font-size: 375%;
  background: #fff;
  color: #000;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  padding: 16px 20px 20px;
}
.mv .area02 .item12 {
  font-size: 375%;
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 5px 20px 20px;
  line-height: 1;
}
.mv .area02 .item13 span {
  font-size: 155%;
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 12px 16px 12px;
  line-height: 1;
  margin-top: 15px;
}
.txt_mv01 {
  margin-top: 60px;
  display: inline-block;
  font-size: 112.5%;
  padding: 8px 16px 8px;
  background: #000;
  color: #fff;
}
.mv .area03 {
  text-align: center;
  margin-top: 16px;
}
.mv .area03 li {
  width: 120px;
  height: 120px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  margin-right: 24px;
}
.mv .area03 li:last-child {
  margin-right: 0;
}

.mv .area03 li p {
  width: 100%;
}
.txt_mv02 {
  position: absolute;
  bottom: 24px;
  right: 24px;
  color: #fff;
}
/* nav
----------------------------------------*/
.nav {
  width: 100%;
  height: 185px;
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_nav01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav .inner li {
  position: relative;
  height: 185px;
  color: #fff;
  background: #e00002;
  width: 20%;
  box-sizing: border-box;
  border-left: 1px solid #bf0000;
  text-align: center;
  font-weight: 900;
  font-weight: bold;
}

.nav .inner li a {
  padding-top: 3rem;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 100;
  position: relative;
}

.nav .inner li span {
  color: #ffff00;
}

.nav .inner li:last-of-type {
  border-right: 1px solid #bf0000;
}

.nav .inner li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 36px;
  border-color: #bf0000 transparent transparent transparent;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  content: '';
}

.nav .inner li::after {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  content: '0';
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.nav .inner li:nth-of-type(1)::after {
  content: '1';
}

.nav .inner li:nth-of-type(2)::after {
  content: '2';
}

.nav .inner li:nth-of-type(3)::after {
  content: '3';
}

.nav .inner li:nth-of-type(4)::after {
  content: '4';
}

.nav .inner li:nth-of-type(5)::after {
  content: '5';
}

/* bnr01
----------------------------------------*/

.bnr01 {
  height: 286px;
  width: 100%;
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_bnr01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bnr01 h3 {
  padding-top: 40px;
  text-align: center;
  font-size: 125%;
  color: #fff;
  padding-bottom: 30px;
}
.bnr01 h3::after {
  display: none;
}
.bnr01 .icn span {
  display: inline-block;
  background: #e00002;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  line-height: 1.35;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.bnr01 .box {
  width: 1000px;
  margin: auto;
}

.bnr01 .box .area {
  background: #fff;
  padding: 10px 24px 18px;
  border-radius: 15px;
}

.bnr01 .box .area .icn {
  margin-right: 20px;
  margin-top: 18px;
}

.bnr01 .btn02 a {
  background: rgb(4, 129, 73);
  background-image: -moz-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
  box-shadow: 0px 3px 0px 0px rgb(0, 0, 0);
  color: #fff;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  padding: 30px 115px 33px 145px;
  border-radius: 15px;
  font-size: 150%;
}

.bnr01 .btn02 a::before {
  content: '';
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/icn_bnr01.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 109px;
}

/* mes01
------------------------------------*/
.mes01 {
  background: #fafafa;
  padding-top: 80px;
  padding-bottom: 30px;
}

.mes01 h2 {
  text-align: center;
  font-size: 2.65rem;
  line-height: 1.6;
  margin-bottom: 60px;
}

.mes01 h2 span {
  color: #df0000;
}

.mes01 .list .icn {
  width: 60px;
  border-radius: 10px;
  background: rgb(223, 0, 1);
  background-image: -moz-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.mes01 .list .icn::before {
  content: '';
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/icn_mes01.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mes01 .list .txt {
  width: calc(100% - 80px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  font-size: 120%;
  /* font-weight: bold; */
  margin-bottom: 30px;
  line-height: 1.6;
  padding: 16px 20px;
}

.mes01 .list .txt span {
  background: linear-gradient(transparent 60%, rgb(255, 204, 204) 60%);
}

/*reason
-----------------------------------------*/
.reason_head {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_reason_head.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 224px;
  position: relative;
  z-index: 1;
}

.reason_head::before,
.reason_head::after {
  content: '';
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.reason_head::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 187.5px 0 187.5px;
  border-color: #fff transparent transparent transparent;
  z-index: 200;
}

.reason_head::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 400px 0 400px;
  border-color: #e71a1b transparent transparent transparent;
  z-index: 100;
}

.reason_head .txt {
  color: #000;
  text-align: center;
  position: absolute;
  width: 800px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.reason_head .txt::before {
  content: '';
  position: absolute;
  bottom: -85px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 400px 0 400px;
  border-color: #fff transparent transparent transparent;
  z-index: 200;
}

.reason_head .txt::after {
  content: '';
  position: absolute;
  bottom: -90px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 400px 0 400px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  z-index: 100;
}

.reason_head .area {
  background: #fff;
  margin: auto;
  width: 800px;
  position: relative;
  height: 100%;
}

.reason_head .txt span {
  color: #bf1733;
  font-size: 2.8rem;
}

.reason {
  min-height: 200px;
  background: #df0000;
  padding-top: 140px;
  padding-bottom: 20px;
}

.reason .ttl {
  font-size: 2.65rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 60px;
}

.list101 li {
  background: #ffff;
  border-radius: 15px;
  padding: 40px 40px 30px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.list101 li .img {
  font-size: 0;
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}

.list101 li .txt {
  letter-spacing: 0.18em;
}

.reason .list101 li {
  margin-bottom: 60px;
}

.reason .list101 li .img {
  margin-top: 30px;
  margin-bottom: 24px;
}

.reason .list101 li dt {
  width: 60px;
  border-radius: 10px;
  background: rgb(223, 0, 1);
  background-image: -moz-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  position: relative;
  display: table;
  text-align: center;
  padding-top: 0px;
}

.reason .list101 li dt span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.65rem;
  font-weight: bold;
}

.reason .list101 li dd {
  width: calc(100% - 80px);
  background: #fff;
  border-radius: 10px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 20px;
  border: 2px solid #ddd;
}

/*point
-----------------------------------*/
.point {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_point01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 613px;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 50px;
}

.point .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}

.point .ttl span {
  color: #df0000;
}

.point .list .icn {
  width: 60px;
  border-radius: 10px;
  background: rgb(223, 0, 1);
  background-image: -moz-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.point .list .icn::before {
  content: '';
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/icn_mes01.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.point .list .txt {
  width: calc(100% - 80px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  font-size: 120%;
  /* font-weight: bold; */
  margin-bottom: 30px;
  line-height: 1.6;
  padding: 16px 20px;
}

.point .list .txt span {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
  color: #df0000;
}

.point .list li:nth-of-type(3) .txt span {
  color: #000;
}

.point .list .txt a {
  text-decoration: underline;
}

.point .list .txt a:hover {
  color: #df0000;
}

/*what
------------------------------------*/
.what {
  padding-top: 80px;
  padding-bottom: 80px;
}

.what .img {
  font-size: 0;
}

.what .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 20px;
  color: #df0000;
}

.what .ttl02 {
  font-size: 200%;
  margin-top: 4rem;
}

.what .txt01 {
  text-align: center;
  margin-bottom: 35px;
}

.what .list {
  margin-bottom: 30px;
}

.what .list li {
  position: relative;
  margin-right: 104px;
  text-align: center;
  min-height: 404px;
}

.what .list li .img {
  font-size: 0;
}

.what .list li > .icn {
  background: #df0000;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  min-width: 200px;
  margin: 1rem 0 0.5rem;
}

.what .list li:last-of-type {
  margin-right: 0;
}

.what .list li .sub_ttl {
  font-weight: bold;
  font-size: 125%;
  color: #df0000;
}

.what .list li.arw::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 35px;
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/arw_what.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -70px;
}

.what .txt02 {
  text-align: center;
  margin: 5rem 0 1rem;
  font-weight: bold;
  font-size: 112.5%;
}

.what .img03 {
  text-align: center;
}

.what .txt03 {
  text-align: center;
  margin: 5rem 0 2rem;
  font-weight: bold;
  font-size: 200%;
  color: #df0000;
}

.what .list02 li {
  min-width: 480px;
  margin-bottom: 2rem;
}

.what .list02 li img {
  width: 100%;
}

.what .list02 li .txt10 {
  /* font-weight: bold; */
  margin-top: 0.25rem;
  text-align: center;
}

.what .txt11 {
  text-align: center;
  margin: 5rem 0 2rem;
  font-weight: bold;
  font-size: 150%;
}

/*case
-----------------------------------*/
.case {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_case01.jpg);
  background-position: center center;
  /* background-repeat: no-repeat; */
  width: 100%;
  min-height: 613px;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 30px;
}

.case .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}

.case .ttl span {
  color: #df0000;
}

.case .cap {
  text-align: center;
  font-size: 1.07rem;
  margin-bottom: 50px;
  /* font-weight: bold; */
}

.list201 {
  width: 1000px;
  margin: 0 auto;
}

.list201 li {
  width: 300px;
  margin-right: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  border: 1px solid rgb(221, 221, 221);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.list201 li:nth-of-type(3n) {
  margin-right: 0;
}

.list201 li .img {
  font-size: 0;
}

.list201 li .txt {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  /* font-weight: bold; */
  letter-spacing: 0.1em;
}

/*voice
-----------------------------------*/
.voice {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_voice01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 613px;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 20px;
}

.voice .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}

.voice .ttl span {
  color: #df0000;
}

.voice .list li {
  margin-bottom: 60px;
  padding: 25px 30px 30px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: #fff;
}

.voice .list li .img {
  width: 280px;
  border-radius: 10px;
  font-size: 0;
}

.voice .list li .img img {
  border-radius: 10px;
}

.voice .list li dl {
  width: calc(100% - 310px);
}

.voice .list li dt {
  font-weight: bold;
  border: 2px solid #ddd;
  border-radius: 0 10px 10px 0;
  font-size: 107%;
  position: relative;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.voice .list li dt::after {
  content: '';
  height: calc(100% + 4px);
  background: #df0000;
  width: 4px;
  left: -4px;
  top: -2px;
  position: absolute;
}

/*product
-----------------------------------*/
.product {
  background: #df0000;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 20px;
}

.product .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
  color: #fff;
}

.product .item {
  background: #fff;
  margin-bottom: 60px;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 40px 40px;
}

.product .area01 {
  margin-bottom: 30px;
}

.product .area01 .img {
  font-size: 0;
  width: 400px;
}

.product .area01 ul {
  width: calc(100% - 430px);
}

.product .area01 .icn {
  color: #df0000;
  font-weight: bold;
  font-size: 112.5%;
  background: #fdf2f2;
  display: inline-block;
  padding: 0.2em 1em;
  margin-bottom: 16px;
}

.product .area01 .name {
  font-weight: bold;
  font-size: 133.3%;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.product .area01 .txt {
  letter-spacing: 0.02em;
}

.product .area02 .list {
  width: 50%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.product .area02 .list:nth-of-type(1) {
  border-right: none;
}

.product .area02 .list dt {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 210px;
  width: 210px;
  padding: 1rem 1rem;
  background: #f4f4f4;
  font-size: 87.5%;
  letter-spacing: 0.1em;
}

.product .area02 .list dd {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: calc(100% - 210px);
  font-size: 87.5%;
  padding: 1rem 1rem;
  letter-spacing: 0.1em;
}

.product .area02 .list dt:nth-of-type(2),
.product .area02 .list:nth-of-type(1) dd:nth-of-type(2) {
  line-height: 82px;
  padding: 0 1rem;
}

.product .area02 .list:nth-of-type(2) dd:last-of-type {
  font-size: 0;
  padding: 0.9rem 1rem;
}

/*flow
-----------------------------------------------*/
.flow .list li {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 100px;
}

.flow .list li:last-of-type {
  margin-bottom: 0;
}

.flow .list li::after {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/svg_arw01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -70px;
}

.flow .list li:last-of-type::after {
  display: none;
}

.flow .list li dl {
  margin-bottom: 30px;
}

.flow .list li dt {
  width: 60px;
  border-radius: 10px 0 0 10px;
  background: rgb(223, 0, 1);
  background-image: -moz-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  position: relative;
  display: table;
  text-align: center;
  padding-top: 0px;
}

.flow .list li dt span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.65rem;
  font-weight: bold;
}

.flow .list li dd {
  width: calc(100% - 60px);
  background: #fdf2f2;
  border-radius: 0 10px 10px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 20px;
  border-left: none;
}

.flow .list li p {
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.flow .list li p:last-of-type {
  margin-bottom: 0rem;
}

.flow .list li p a {
  display: inline-block;
  border-bottom: 1px solid #df0000;
  color: #df0000;
}

.flow {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_flow01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 613px;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.flow .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}

.flow .ttl span {
  color: #df0000;
}

.txt_red {
  color: #df0000;
}

.wpcf7-spinner {
  display: block !important;
}

/*question
-----------------------------------*/
.question {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_question01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 613px;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 20px;
}

.question .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}

.question .ttl span {
  color: #df0000;
}

.question dl dt > span:first-of-type {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgb(223, 0, 1);
  background-image: -moz-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(223, 0, 1) 0%, rgb(251, 89, 89) 100%);
  position: relative;
  display: table;
  text-align: center;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
}

.question dl dt > span:first-of-type > span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.65rem;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}

.question dl dt > span:last-of-type {
  width: calc(100% - 100px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
  font-size: 125%;
  font-weight: bold;
  line-height: 1.46;
  padding: 26px 20px 25px;
  color: #df0000;
}

.question dl dt {
  margin-bottom: 30px;
}

.question dl {
  margin-bottom: 60px;
}

.question dl dd > p:first-of-type {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgb(0, 0, 0);
  position: relative;
  display: table;
  text-align: center;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
}

.question dl dd > p:first-of-type > span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.65rem;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}

.question dl dd .content {
  width: calc(100% - 100px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
  padding: 26px 20px 25px;
}

.question dl dd .content .txt {
  margin-bottom: 25px;
}

.question dl dd .content .img {
  margin-bottom: 25px;
  font-size: 0;
}

.question dl dd .content .gal .img {
  margin-right: 25px;
}

.question dl dd .content .gal .img:last-of-type {
  margin-right: 0px;
}

.question dl dd .content .gal .txt {
  margin-bottom: 0;
}

.question dl dd .content > *:last-child {
  margin-bottom: 0px !important;
}

/*footer else
-----------------------------------*/
#form {
  background: #ffd4d4;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

#form .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 15px;
  color: #000;
}
#form .txt {
  text-align: center;
  margin-bottom: 35px;
}

.sec_logo {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ccc;
}
.sec_logo .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}
.sec_logo ul li {
  width: calc(1 / 6 * 100% - 10px);
  margin-right: 12px;
  margin-bottom: 12px;
  background: #fff;
  font-size: 0;
  padding: 5px;
}
.sec_logo ul li:nth-of-type(6n) {
  margin-right: 0;
}

.sec_logo .bg01 {
  background: #aaa;
}
.sec_logo .bg02 {
  background: #000;
}
.sec_logo .pl15 {
  padding-left: 15px;
}

.policy {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_policy01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.policy .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}

.policy .ttl span {
  color: #df0000;
}

.policy {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_policy01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.policy .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}

.policy .ttl span {
  color: #df0000;
}

.policy .txt {
  text-align: center;
  margin-bottom: 50px;
  /* font-weight: bold; */
}

.policy .img {
  background: #fff;
  border-radius: 10px;
  padding: 30px 50px 25px;
  font-size: 0;
  text-align: center;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
}

img {
  max-width: 100%;
}

.corp {
  background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_corp01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.corp .ttl {
  text-align: center;
  font-size: 2.65rem;
  padding-bottom: 50px;
}

.corp dl {
  background: #fff;
  border-radius: 10px;
  padding: 50px 50px 40px;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
  border-top: 1px solid #ddd;
}

.corp dl dt {
  width: 190px;
  padding: 25px 30px 30px 0;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.corp dl dd {
  width: calc(100% - 190px);
  padding: 25px 30px 30px 0;
  border-bottom: 1px solid #ddd;
}

.corp dl dd .txt {
  margin-bottom: 25px;
}

.corp dl dd .txt:last-of-type {
  margin-bottom: 0px;
}

.footer {
  margin-bottom: 95px;
}

.footer .logo {
  font-size: 0;
  text-align: center;
  padding: 30px 16px;
}

.footer .copyright {
  background: #f8f8f8;
  text-align: center;
  color: #b8b8b8;
  padding: 30px 16px;
}

.btn_top {
  position: fixed;
  bottom: 100px;
  right: 16px;
  z-index: 10000;
  display: none;
}

/*form*/
.wrap_form {
  position: relative;
}

.wrap_form .col_l {
  width: 300px;
  margin-bottom: 3rem;
  font-size: 125%;
  font-weight: bold;
}

.wrap_form .col_l.p05 {
  padding-top: 0.5em;
}

.wrap_form .col_l.p025 {
  padding-top: 0.25em;
}

.wrap_form .col_r {
  width: calc(100% - 300px);
  padding-left: 30px;
  margin-bottom: 3rem;
  font-size: 125%;
}

.wrap_form input[type='text'],
.wrap_form input[type='tel'],
.wrap_form input[type='email'] {
  background: #fff;
  padding: 0.75em 1em;
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

.wrap_form .ln01,
.wrap_form .ln02,
.wrap_form .ln04,
.wrap_form .ln06 {
  margin-bottom: 0.5em;
}

.wrap_form .ln04 input[type='text'],
.wrap_form .ln05 input[type='text'] {
  width: 100%;
}

.wrap_form .ln10 {
  margin-bottom: 2em;
}

.wrap_form textarea {
  background: #fff;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  width: 100%;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', sans-serif;
  height: 180px;
  box-sizing: border-box;
  font-size: 100%;
}

.wrap_form .wpcf7-form-control-wrap {
  display: block;
}

.wrap_form .ln04 .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 0 15px 0 9px;
  width: 43.8%;
}

.wrap_form .ln05 .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 0 0 0 0.5em;
}

.wrap_form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}

.wrap_form span.wpcf7-list-item {
  position: relative;
  width: auto;
}

.wrap_form .w50 span.wpcf7-list-item {
  position: relative;
  width: 50%;
}

.wrap_form span.wpcf7-list-item {
  margin: 0 !important;
}

.wrap_form .wpcf7-list-item-label {
  cursor: pointer;
  margin-right: 2em;
}

.wrap_form input[type='radio'] {
  position: absolute;
  opacity: 0;
}

.wrap_form .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.wrap_form input[type='radio']:checked + .wpcf7-list-item-label:before,
.wrap_form input[type='hidden'] + .wpcf7-list-item-label:before {
  background-color: #e10001;
  box-shadow: inset 0 0 0 2px #fff;
}

.wrap_form input[type='text'].text_free {
  width: auto;
}

.wrap_form .wpcf7-list-item.has-free-text {
  width: calc(100% - 184px);
}

.wrap_form .has-free-text .wpcf7-list-item-label {
  margin-right: 15px;
}

.wrap_form input[type='text'].wpcf7-free-text {
  width: calc(100% - 115px);
  position: relative;
}

.wrap_form .col_l .txt {
  position: relative;
  display: block;
}

.wrap_form .col_l .txt .image {
  position: absolute;
  display: block;
  bottom: -1.75em;
  color: #fff;
  background: #e10001;
  width: auto;
  text-align: center;
  font-weight: normal;
  padding: 0.3em 1em;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
}

.wrap_form .item01 .placeholder {
  display: block;
  white-space: pre;
  position: absolute;
  top: 10px;
  left: 131px;
  color: #bbb;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #6e6e6e;
}

.wrap_form input[type='file'] {
  font-size: 100%;
  margin: 0.5em 0 0.75em;
  cursor: pointer;
}

.wrap_form .txt01 {
  font-size: 1rem;
}

.wrap_form .txt02 {
  margin-bottom: 1em;
}

.wrap_form .txt03 {
  margin-bottom: 2em;
}

.wrap_form .txt03 a {
  color: #009c94;
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0;
  line-height: 0.7;
}

.wrap_form .area {
  height: 100px;
  border: 1px solid #24262f;
  overflow-y: auto;
  padding: 0.5em 1em 0;
  margin-bottom: 1em;
}

.wrap_form .area dt {
  text-align: center;
  font-weight: bold;
}

.wrap_form .area dd {
  font-size: 1rem;
}

.wrap_form .ln11 {
  font-size: 1rem;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 3em;
}

.wrap_form .ln11 .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  position: relative;
  top: -0.1em;
  margin-right: 0.25em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border-radius: 0;
}

.wrap_form .ln11 input[type='checkbox']:checked + .wpcf7-list-item-label:before,
.wrap_form .ln11 input[type='hidden'] + .wpcf7-list-item-label:before {
  background-color: #e10001;
  border-color: #e10001;
  box-shadow: none;
  background-image: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/page/contact/check_w.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.wrap_form .ln11 input[type='checkbox'] {
  display: none;
}

.wrap_form .txt04 {
  text-align: center;
  font-size: 1rem;
}

.wrap_form .submit {
  text-align: center;
  margin-bottom: 1em;
}

.wrap_form .submit input {
  background: #e10001;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: bold;
  width: 275px;
  padding: 0.5em;
  outline: none;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3', sans-serif;
}

.wrap_form .submit input:hover {
  background: #000;
}

.wrap_form .txt13 {
  font-size: 0.9rem;
  font-weight: normal;
}

.wrap_form .txt11 {
  margin-right: 1em;
}

.wrap_form .txt10 {
  font-size: 0.95rem;
  margin-top: 0.5em;
}

.wrap_form .ln01 input[type='text'] {
  width: 325px;
}

.wrap_form .ln01 .wpcf7-form-control-wrap {
  display: inline-block;
}

.wrap_form .submit input:disabled {
  cursor: not-allowed;
}

.wrap_form .box {
  background: #e10001;
  padding: 1rem 1rem;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}

.wrap_form .box .txt31 {
  font-size: 100%;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: center;
}

.wrap_form .box .txt31 span {
  text-decoration: underline;
}

.wrap_form .box .txt32 {
  font-weight: bold;
  position: relative;
  font-size: 120%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.wrap_form .box .txt33 {
  font-weight: bold;
  position: relative;
  font-size: 120%;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.wrap_form .box2 {
  margin-top: 2rem;
}

.wrap_form .box2 li {
  text-align: center;
  width: 273px;
}

.wrap_form .box2 li:nth-child(3n) {
  margin-right: 0;
}

.wrap_form .box2 li .img {
  height: 241px;
  position: relative;
}

.wrap_form .box2 li .img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wrap_form .box2 li .txt {
  font-size: 0.9rem;
  border-bottom: 3px solid #e10001;
  line-height: 1;
  padding-bottom: 1em;
  margin-bottom: 0em;
  padding-top: 1em;
}

.wpcf7-form {
  position: relative;
}

.wrap_form .wpcf7c-elm-step2.txt {
  position: absolute;
  top: 1rem;
  left: 0;
  color: #fff;
  background: #e10001;
  width: 100%;
  padding: 0.5em;
  text-align: center;
}

.wrap_form .submit input.wpcf7-back {
  margin-right: 1em;
  background: #000;
}

.wrap_form .ln09 input[name='file-order_conf'] {
  background: #fff;
}

.contact .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wrap_form .ln21 input[type='text'],
.wrap_form .ln22 input[type='text'] {
  width: 316px;
}

.wrap_form .ln21 .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 0 1em 0;
}

.wrap_form .ln22 .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 0 0 0 0.2em;
}

.wrap_form .ln23 .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 0 1em 0 0;
}

.wrap_form input[type='number'] {
  background: #eeeeee;
  padding: 0.75em 1em;
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 100%;
  text-align: center;
}

.wrap_form .ln23 input[type='number'] {
  width: 400px;
}

.wrap_form .col_l.mb5 {
  margin-bottom: 5rem;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 2px solid red !important;
  background: #fafafa !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 auto 0 300px !important;
  width: 700px;
  text-align: center;
}
i.cly {
  color: yellow;
  font-style: inherit;
}

.wrap_form .ln04 {
  display: inline-block;
}
.mv .area01 .item11 small {
  vertical-align: super;
  font-size: 66%;
}

@media (min-width: 768px) and (max-width: 960px) {
  .what .list {
    margin-bottom: 30px;
  }
  .what .list02 li {
    min-width: 480px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .what .list li {
    margin-right: 0;
    text-align: center;
    min-height: auto;
    width: 100%;
    margin-bottom: 60px;
  }

  .what .list li .sub_ttl {
    font-weight: bold;
    font-size: 112.5%;
    color: #df0000;
  }

  .what .list li.arw::before {
    transform: rotateZ(90deg);
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
  }

  /*header
    ----------------------------------------------------------*/

  /*floating
    ----------------------------------------------------------*/
  .floating .inner .logo {
    margin-right: 12px;
    width: 22%;
  }

  .floating .inner .area01 {
    margin-right: 20px;
    padding-top: 5px;
  }

  /* mv
    ----------------------------------------*/
  .mv .area01 {
    padding-top: 35px;
  }

  .mv .area02 {
    padding-top: 385px;
  }

  /* nav
    ----------------------------------------*/
  .nav .inner li {
    width: calc(100% / 3);
  }

  .nav {
    width: 100%;
    height: auto;
  }

  /* bnr01
    ----------------------------------------*/
  .bnr01 .box {
    width: 100%;
    margin: auto;
  }

  .bnr01 {
    height: auto;
    padding-bottom: 60px;
    background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_bnr01.jpg);
    background-position-x: -290px;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .bnr01 .box .area {
    margin: 0 auto 30px;
    width: 440px;
  }

  .bnr01 .btn02 {
    text-align: center;
    margin: 0 auto;
  }

  .bnr01 .btn02 a {
    width: 440px;
    padding: 30px 30px 30px 70px;
  }

  .bnr01 .btn02 a::before {
    left: 70px;
  }

  /* mes01
    ------------------------------------*/

  /*reason
    -----------------------------------------*/
  .reason .list101 li dt span {
    height: 66.72px;
  }

  .reason .list101 li:nth-of-type(1) dt span {
    height: 97.44px;
  }

  .reason .list101 li:nth-of-type(5) dt span {
    height: 97.44px;
  }

  .reason_head {
    background: #fff;
  }

  .reason_head::before {
    border-width: 45px 25vw 0 25vw;
  }

  .reason_head::after {
    border-width: 85px 50vw 0 50vw;
  }

  .reason_head .txt::before {
    border-width: 85px 50vw 0 50vw;
  }

  .reason_head .txt::after {
    border-width: 85px 50vw 0 50vw;
  }

  .list101 li .img {
    width: 100%;
  }

  .list101 li .img img {
    width: 100%;
  }

  .list201 li .img img {
    width: 100%;
  }

  .list201 li {
    width: 32%;
    margin-right: 2%;
  }

  .list201 li:nth-child(3n) {
    margin-right: 0%;
  }

  .reason_head .area,
  .reason_head .txt {
    width: 100%;
  }

  /*point
    -----------------------------------*/
  .point {
    background-repeat: repeat;
  }

  /*case
    -----------------------------------*/
  .list201 {
    width: 100%;
    margin: 0 auto;
  }

  /*voice
    -----------------------------------*/
  .voice {
    background-repeat: repeat;
  }

  /*product
    -----------------------------------*/
  .product .area01 .img {
    font-size: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .product .area01 ul {
    width: 100%;
  }

  .product .area02 .list dt {
    width: 100%;
  }

  .product .area02 .list dd {
    width: 100%;
  }

  .product .area02 .list dt:nth-of-type(2),
  .product .area02 .list:nth-of-type(1) dd:nth-of-type(2) {
    line-height: 81px;
  }

  .product .area02 .list:nth-of-type(2) dd:last-of-type {
    font-size: 0;
    padding: 0.95rem 1rem;
  }

  /*question
    -----------------------------------*/
  .question {
    background-repeat: repeat;
  }

  /*flow
    -----------------------------------*/
  .flow {
    background-repeat: repeat;
  }

  .flow .list li dt {
    height: 62.72px;
  }

  /*footer else
    -----------------------------------*/

  .wrap_form .col_l {
    width: 100%;
    margin-bottom: 15px;
  }

  .wrap_form .col_r {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 125%;
  }

  .footer {
    margin-bottom: 96px;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /*header
    ----------------------------------------------------------*/
  .header .logo {
    /* padding-top: 3.2vw; */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3.2vw;
    /* font-size: 0; */
    width: 100%;
    /* padding-bottom: 3.2vw; */
  }

  /*floating
    ----------------------------------------------------------*/
  .floating .inner .logo {
    margin-right: 12px;
    width: 22%;
  }

  .floating .inner .area01 {
    margin-right: 20px;
    padding-top: 5px;
  }

  /* mv
    ----------------------------------------*/
  .mv .area02 .item1,
  .mv .area02 .item4 {
    padding: 10px 3.2vw 12px;
    font-weight: bold;
    font-size: 100%;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 2rem;
  }

  .mv .area02 .item2,
  .mv .area02 .item3 {
    padding: 6px 3.2vw 8px;
    font-size: 175%;
    line-height: 1.2;
  }

  .mv .area02 .item4 {
    display: none;
  }

  .mv .area02 {
    padding-top: 320px;
  }

  .mv .area01 {
    padding-top: 35px;
  }

  /* nav
    ----------------------------------------*/
  .nav .inner li {
    width: calc(100% / 2);
  }

  .nav {
    width: 100%;
    height: auto;
  }

  /* bnr01
    ----------------------------------------*/
  .bnr01 .box {
    width: 100%;
    margin: auto;
  }

  .bnr01 {
    height: auto;
    padding-bottom: 60px;
    background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_bnr01.jpg);
    background-position-x: -290px;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .bnr01 .box .area {
    margin: 0 auto 30px;
    width: 100%;
  }

  .bnr01 .btn02 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .bnr01 .btn02 a {
    width: 440px;
    padding: 30px 30px 30px 70px;
  }

  .bnr01 .btn02 a::before {
    left: 7vw;
    top: 1vw;
  }

  .bnr01 .icn span {
    padding: 12px 12px;
  }

  .bnr01 .box .area {
    background: #fff;
    padding: 1.6vw 3.2vw 3.6vw;
    border-radius: 15px;
  }

  .bnr01 .box .area .icn {
    margin-right: 2vw;
    margin-top: 2vw;
  }

  .bnr01 .cmn_tel01 {
    width: 65%;
  }

  .bnr01 .btn02 a {
    width: 100%;
    padding: 3.6vw 1vw 3.6vw 13vw;
  }

  .bnr01 .txt_tel01 {
    font-size: 71%;
    margin-top: 7px;
  }

  /* mes01
    ------------------------------------*/
  .mes01 {
    background: #fafafa;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .mes01 h2 {
    text-align: center;
    font-size: 135%;
    line-height: 1.6;
    margin-bottom: 7vw;
  }

  .mes01 .list .icn {
    margin-bottom: 5vw;
    width: 50vw;
    height: 40px;
    margin: 0 auto 5vw;
  }

  .mes01 .list .txt {
    font-size: 100%;
    margin-bottom: 12vw;
    width: 100%;
    padding: 3vw 5vw;
  }

  /*reason
    -----------------------------------------*/
  .reason_head .txt span {
    font-size: 150%;
  }

  .reason_head .txt {
    font-size: 125%;
  }

  .reason .ttl {
    font-size: 135%;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 7vw;
  }

  .reason {
    background: #df0000;
    padding-top: 115px;
    padding-bottom: 7vw;
  }

  .reason .list101 li {
    margin-bottom: 7vw;
    padding: 6.4vw;
  }

  .reason .list101 li dt {
    height: auto;
    width: 50vw;
    margin: 0 auto 5vw;
    padding: 2vw 2vw;
  }

  .reason .list101 li dd {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.6;
    padding: 3.2vw;
    border: 2px solid #ddd;
  }

  .reason_head {
    background: #fff;
  }

  .reason_head::before {
    border-width: 45px 25vw 0 25vw;
  }

  .reason_head::after {
    border-width: 85px 50vw 0 50vw;
  }

  .reason_head .txt::before {
    border-width: 85px 50vw 0 50vw;
  }

  .reason_head .txt::after {
    border-width: 85px 50vw 0 50vw;
  }

  .list101 li .img {
    width: 100%;
  }

  .list101 li .img img {
    width: 100%;
  }

  .list201 li .img img {
    width: 100%;
  }

  .list201 li {
    width: 32%;
    margin-right: 2%;
  }

  .list201 li:nth-child(3n) {
    margin-right: 0%;
  }

  .reason_head .area,
  .reason_head .txt {
    width: 100%;
  }

  /*point
    -----------------------------------*/
  .point {
    background-repeat: repeat;
    padding: 7vw 0 5vw;
  }

  .point .ttl {
    text-align: center;
    font-size: 155%;
    padding-bottom: 7vw;
  }

  .point .list .icn {
    width: 50vw;
    height: 40px;
    margin: 0 auto 0vw;
  }

  .point .list .txt {
    width: 100%;
    margin-top: 2vw;
    padding: 3vw 5vw 5vw;
    font-size: 100%;
    margin-bottom: 12vw;
  }

  /*case
    -----------------------------------*/
  .list201 {
    width: 100%;
    margin: 0 auto;
  }

  .case {
    background-repeat: repeat;
    width: 100%;
    min-height: auto;
    position: relative;
    z-index: 1;
    padding-top: 7vw;
    padding-bottom: 3vw;
  }

  .case .ttl {
    text-align: center;
    font-size: 135%;
    padding-bottom: 5vw;
  }

  .case .cap {
    text-align: center;
    font-size: 1.07rem;
    margin-bottom: 7vw;
    /* font-weight: bold; */
  }

  .list201 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7vw;
  }

  .list201 li .txt {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    /* font-weight: bold; */
    letter-spacing: 0.1em;
    font-size: 85%;
    text-align: center;
  }

  /*voice
    -----------------------------------*/
  .voice {
    background-repeat: repeat;
  }

  .voice {
    background-repeat: repeat;
    padding-top: 7vw;
    padding-bottom: 2vw;
  }

  .voice .ttl {
    text-align: center;
    font-size: 175%;
    padding-bottom: 7vw;
  }

  .voice .list li {
    margin-bottom: 7vw;
    padding: 5vw;
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    background: #fff;
  }

  .voice .list li .img {
    width: 100%;
    border-radius: 10px;
  }

  .voice .list li .img img {
    width: 100%;
  }

  .voice .list li dl {
    width: 100%;
    margin-top: 5vw;
  }

  /*product
    -----------------------------------*/
  .product {
    background: #df0000;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 7vw;
    padding-bottom: 2vw;
  }

  .product .area01 .name {
    font-weight: bold;
    font-size: 110%;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .product .area01 .icn {
    color: #df0000;
    font-weight: bold;
    font-size: 100%;
  }

  .product .area01 .img {
    font-size: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .product .area02 .list {
    width: 100%;
  }

  .product .area02 .list:nth-of-type(1) {
    border-right: 1px solid #ddd;
  }

  .product .area01 ul {
    width: 100%;
  }

  .product .area02 .list dt {
    width: 100%;
  }

  .product .area02 .list dd {
    width: 100%;
  }

  .product .area02 .list dt:nth-of-type(2),
  .product .area02 .list:nth-of-type(1) dd:nth-of-type(2) {
    line-height: inherit;
    padding: 1rem;
  }

  .product .area02 .list:nth-of-type(2) dd:last-of-type {
    font-size: 0;
    padding: 0.95rem 1rem;
  }

  .product .item {
    background: #fff;
    margin-bottom: 7vw;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 10%);
    padding: 5vw;
  }

  .product .ttl {
    font-size: 175%;
    padding-bottom: 7vw;
  }

  /*question
    -----------------------------------*/
  .question {
    background-repeat: repeat;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .question .ttl {
    text-align: center;
    font-size: 175%;
    padding-bottom: 7vw;
  }

  .question dl dt > span:last-of-type,
  .question dl dd .content {
    width: 100%;
  }

  .question dl dt > span:first-of-type,
  .question dl dd > p:first-of-type {
    margin: 0 auto 3vw;
  }

  .question dl dd .content .gal .img {
    margin-right: 0;
    width: 100%;
  }

  .question dl dd .content .gal .img img {
    width: 100%;
  }

  .question dl dd .content {
    padding: 5vw;
  }

  .question dl {
    margin-bottom: 12vw;
  }

  /*flow
    -----------------------------------*/
  .flow {
    background-repeat: repeat;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .flow .list li dt {
    height: 62.72px;
  }

  .flow .list li dl {
    margin-bottom: 5vw;
  }

  .flow .ttl {
    text-align: center;
    font-size: 145%;
    padding-bottom: 7vw;
  }

  /*footer else
    -----------------------------------*/

  .wrap_form .col_l {
    width: 100%;
    margin-bottom: 15px;
  }

  .wrap_form .col_r {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 95%;
  }

  .footer {
    margin-bottom: 90px;
  }

  .policy .ttl {
    text-align: center;
    font-size: 135%;
    padding-bottom: 7vw;
  }

  .policy .txt {
    text-align: center;
    margin-bottom: 7vw;
    /* font-weight: bold; */
  }

  .policy .img {
    background: #fff;
    border-radius: 10px;
    padding: 5vw;
    font-size: 0;
    text-align: center;
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
  }

  .policy {
    background-repeat: repeat;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .sec_logo {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .sec_logo .ttl {
    text-align: center;
    font-size: 135%;
    padding-bottom: 7vw;
  }
  .sec_logo ul li {
    width: calc(1 / 4 * 100% - 9px);
    margin-right: 12px;
    margin-bottom: 12px;
    background: #fff;
    font-size: 0;
    padding: 5px;
  }
  .sec_logo ul li:nth-of-type(6n) {
    margin-right: 12px;
  }
  .sec_logo ul li:nth-of-type(4n) {
    margin-right: 0px;
  }

  .sec_logo .pl15 {
    padding-left: 15px;
  }

  .corp {
    background: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/bg_corp01.jpg);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .corp .ttl {
    text-align: center;
    font-size: 175%;
    padding-bottom: 50px;
  }

  .corp dl {
    background: #fff;
    border-radius: 10px;
    padding: 5vw;
    box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 5%);
    border-top: 1px solid #ddd;
  }

  .corp dl dt {
    width: 100%;
    padding: 0;
    font-weight: bold;
    border-bottom: none;
  }

  .corp dl dd {
    width: 100%;
    padding: 1vw 0 2vw;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5vw;
  }

  .corp dl dd .txt {
    margin-bottom: 5vw;
  }

  .txt_tel01 {
    text-align: center;
    border: 1px solid #ddd;
    font-weight: 300;
    font-size: 50%;
  }

  .floating .inner .area01 {
    margin-right: 5%;
    padding-top: 5px;
    width: 45%;
  }

  .floating::after {
    display: none;
  }

  .btn a::before {
    left: 15px;
  }

  .floating .inner .btn01 a {
    padding: 10px 10px 10px 20px;
    font-size: 100%;
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }

  .floating .inner .btn01 {
    width: 50%;
  }

  #form {
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 7vw;
    padding-bottom: 7vw;
    overflow: hidden;
  }

  #form .ttl {
    text-align: center;
    font-size: 175%;
    padding-bottom: 3vw;
    color: #000;
  }
  #form .txt {
    text-align: left;
    margin-bottom: 35px;
  }

  .wrap_form .ln04 .wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0 15px 0 9px;
    width: 89%;
    margin-right: 0;
    margin-bottom: 3vw;
  }

  .nav .inner li a {
    padding-top: 3rem;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    font-size: 90%;
  }

  .mv {
    width: 100%;
    height: calc(100vh - 60px);
    min-height: 607px;
    position: relative;
    background-image: url(/mirrored/video-wall.jp/wp-content/themes/child_theme/images/sp-top.jpg);
  }

  .mv .area02 {
    /* padding-top: 20vh; */
    position: absolute;
    bottom: 0;
  }

  .wrap_form .wpcf7-list-item-label {
    cursor: pointer;
    margin-right: 1em;
  }

  .footer .copyright {
    background: #f8f8f8;
    text-align: center;
    color: #b8b8b8;
    padding: 5vw 3.2vw;
    font-size: 87.5%;
  }

  .btn_item {
    width: 100%;
    padding: 1rem;
    text-align: center;
    background: currentColor;
    background: rgb(4, 129, 73);
    background-image: -moz-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(6, 207, 117) 0%, rgb(4, 129, 73) 100%);
    color: #fff;
    font-weight: bold;
    font-size: 125%;
  }

  #content01,
  #content02,
  #content03,
  #content04,
  #content05,
  #content06 {
    display: none;
  }

  .wrap_form .submit input {
    margin-left: 0rem;
  }

  .bnr01 h3 {
    padding-top: 40px;
    text-align: left;
    font-size: 110%;
  }

  .wrap_form .wpcf7-form-control.wpcf7-radio {
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    width: 100%;
    text-align: left;
  }

  /*what
    ------------------------------------*/

  .what {
    padding-top: 7vw;
    padding-bottom: 12vw;
  }

  .what .ttl {
    font-size: 140%;
    padding-bottom: 20px;
  }

  .what .ttl02 {
    font-size: 118%;
    margin-top: 0rem;
  }

  .what .txt01 {
    text-align: left;
  }

  .what .list {
    margin-bottom: 30px;
  }

  .what .list li {
    margin-right: 0;
    text-align: center;
    min-height: auto;
    width: 100%;
    margin-bottom: 60px;
  }

  .what .list li .sub_ttl {
    font-weight: bold;
    font-size: 112.5%;
    color: #df0000;
  }

  .what .list li.arw::before {
    transform: rotateZ(90deg);
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
  }
  .what .list li:nth-of-type(2) {
    margin: 0 0 100px;
  }
  .what .list li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }

  .what .txt02 {
    text-align: center;
    margin: 2rem 0 1rem;
    font-weight: bold;
    font-size: 85%;
  }

  .what .img03 {
    text-align: center;
  }

  .what .txt03 {
    text-align: center;
    margin: 3rem 0 2rem;
    font-weight: bold;
    font-size: 125%;
  }

  .what .list02 li {
    min-width: auto;
  }

  .what .txt11 {
    text-align: center;
    margin: 3rem 0 1rem;
    font-weight: bold;
    font-size: 112.5%;
  }

  .txt_sp001 {
    color: #fff;
    text-align: right;
    margin-bottom: 1rem;
    font-size: 11px;
  }
}
