@charset "utf-8";

/*

Theme Name:LP + BLOG

Template:lightning

Version:1.0

*/

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

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 {
  background-color: #c30111;
  min-width: 1620px;

  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;
}

input[type='submit'],
textarea {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

input {
  outline: none;
}

/*=================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) 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 {
    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: 1280px;

  width: 100%;

  margin-left: auto;

  margin-right: auto;

  padding: 0 40px;
}

body {
  line-height: 1.75;

  letter-spacing: 0;

  font-size: 16px;
}

.jp {
  font-family: 'Noto Sans JP', sans-serif;
}

.num {
  font-family: futura-pt, sans-serif;

  font-weight: 500;

  font-style: normal;
}

.jp2 {
  font-family: fot-chiaro-std, sans-serif;
}

@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

--------------------------------------*/

html,
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

/*color*/

html,
body {
  color: #000;

  max-width: 100%;
}

/*

--------------------------------------*/

.header {
  position: fixed;

  background-color: transparent;

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  font-size: 0;

  z-index: 100;

  pointer-events: none;
}

.header .logo_head {
  pointer-events: all;
}

.header .btn_head {
  pointer-events: all;
}

.header .logo_head {
  padding: 20px 24px;
}

.header .btn_head a {
  display: block;
}

.mv {
  background: url(../images-lp/bg_mv.jpg) left top;

  min-height: 800px;

  position: relative;

  background-repeat: no-repeat;
  background-size: cover;
}

.mv .wrap01 {
  position: absolute;

  bottom: 95px;

  left: 100px;
}

.mv .wrap01 .txt {
  font-size: 150%;

  font-weight: bold;

  letter-spacing: 0;

  line-height: 1.667;

  margin-bottom: 35px;

  color: #fff;
}

.mv .wrap01 .ttl {
  font-size: 312.5%;

  font-weight: bold;

  letter-spacing: 0;

  line-height: 1.6;

  color: #fff;
}

.mv .wrap02 {
  position: absolute;

  right: 85px;

  bottom: 60px;
}

.mv .wrap02 .icn01 {
  margin-right: 30px;
}

.gd {
  background: #ebebeb;

  padding: 75px 0 80px;
}

.gd .ttl {
  font-size: 200%;

  letter-spacing: 0;

  line-height: 1;

  margin-bottom: 30px;

  text-align: center;
}

.gd .ttl span {
  display: inline-block;

  color: #cf000e;

  border-bottom: 2px solid;

  padding-bottom: 10px;
}

.gd .list {
  max-width: 1120px;

  margin: 0 auto;
}

.gd .list li {
  background: url(../images-lp/bg_gd01.png) center center;

  background-repeat: no-repeat;

  width: calc(205 / 1440 * 100%);


  padding-top: 28px;
}

.gd .list li .txt {
  width: 100%;

  height: 100%;

  text-align: center;
}

.gd .list li .txt span {
  width: 100%;

  color: #fff;

  font-size: 112.5%;

  font-weight: bold;

  letter-spacing: 0;

  line-height: 1.444;
}

.intro .wrap01 {
  background: rgb(75, 75, 75);

  background: linear-gradient(
    180deg,
    rgba(75, 75, 75, 1) 0%,
    rgba(50, 50, 50, 1) 100%
  );

  padding: 40px 0 40px;

  position: relative;
}

.intro .wrap01::before {
  content: '';

  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

  bottom: -30px;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 30px 25px 0 25px;

  border-color: rgba(50, 50, 50) transparent transparent transparent;
}

.intro .wrap01 .txt {
  font-weight: bold;

  font-size: 125%;

  letter-spacing: 0;

  line-height: 1.9;

  color: #fff;

  margin-left: 1rem;
}

.intro .wrap02 {
  padding: 90px 0 50px;

  text-align: center;

  overflow: hidden;
}

.intro .wrap02 .txt01 {
  font-size: 187.5%;

  font-weight: bold;

  letter-spacing: 0;

  line-height: 1;

  margin-bottom: 25px;

  color: #cf000e;
}

.intro .wrap02 .ttl span {
  line-height: 1.35;

  font-size: 300%;

  color: #cf000e;

  letter-spacing: 0.05rem;

  position: relative;

  display: inline-block;
}

.intro .wrap02 .ttl span::before {
  content: '';

  position: absolute;

  top: -135px;

  bottom: 0;

  margin: auto;

  background: url(../images-lp/icn_introduce02.png) center center;

  background-repeat: no-repeat;

  width: 320px;

  height: 320px;

  right: -345px;
}

.intro .wrap02 .txt02 {
  font-size: 112.5%;

  font-weight: bold;

  letter-spacing: 0.05rem;

  line-height: 1;

  margin-top: 20px;
}

.intro .wrap03 {
  width: 100%;
}

.intro .wrap03 li {
  font-size: 0;

  width: calc(1 / 5 * 100%);

  box-sizing: border-box;

  border-right: 1px solid #fff;
}

.intro .wrap03 li img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  font-family: 'object-fit:cover';
}

.bnr01 {
  background: url(../images-lp/bg_bnr01.jpg) center top;

  background-repeat: no-repeat;

  padding: 50px 0 40px;

  text-align: center;

  background-size: cover;
}

.bnr01 .ttl {
  font-size: 125%;

  line-height: 1.5;

  margin-bottom: 30px;

  color: #fff;
}

.bnr01 .wrap {
  display: block;

  text-align: center;

  width: 420px;

  height: 100px;

  background: #fff;

  border-radius: 100px;
}

.bnr01 .wrap01 {
  margin-right: 32px;

  box-sizing: border-box;
}

.bnr01 .wrap01 .txt {
  font-size: 87.5%;

  font-weight: bold;

  letter-spacing: 0.05rem;

  line-height: 1;

  width: 100%;

  color: #000;
}

.bnr01 .wrap01 .tel {
  width: 100%;

  font-size: 212.5%;

  letter-spacing: 0.05rem;

  line-height: 1;
}

.bnr01 .wrap > span {
  height: 100%;

  width: 100%;

  position: relative;
}

.bnr01 .wrap01 > span {
  padding: 24px 0 16px 50px;
}

.bnr01 .wrap > span::before {
  content: '';

  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto;
}

.bnr01 .wrap01 > span::before {
  background: url(../images-lp/icn_tel.png) center center;

  background-repeat: no-repeat;

  width: 33px;

  height: 41px;

  left: 62px;
}

.bnr01 .wrap02 > span::before {
  background: url(../images-lp/icn_mail.png) center center;

  background-repeat: no-repeat;

  width: 31px;

  height: 23px;

  left: 78px;
}

.bnr01 .wrap02 > span::after {
  content: '';

  position: absolute;

  top: 0;

  bottom: 0;

  right: 20px;

  margin: auto;

  background: url(../images-lp/icn_arw.png) center center;

  background-repeat: no-repeat;

  width: 13px;

  height: 23px;
}

.bnr01 .wrap > span > span {
  display: block;

  color: #cf000e;
}

.bnr01 .wrap02 > span {
  padding: 0 0 0 32px;
}

.bnr01 .wrap02 > span > span {
  width: 100%;

  font-size: 125%;

  line-height: 1;

  font-weight: bold;
}

.bnr01 .wrap02 {
  box-sizing: border-box;
}

.ckp {
  background: #ebebeb;

  padding: 90px 0 105px;
}

.ckp .inner {
  background: #fff;

  padding-bottom: 50px;
}

.ckp .wrap01 {
  padding: 50px 50px 40px;
}

.ckp .wrap01 .ttl {
  color: #cf000e;

  line-height: 1;

  text-align: center;

  position: relative;

  padding-bottom: 30px;

  margin-bottom: 40px;

  font-weight: bold;

  font-size: 185%;

  line-height: 1;

  border-bottom: 2px solid;
}

.ckp .wrap01 .ttl::before {
  width: 0;

  height: 0;

  border-style: solid;

  border-width: 15px 20px 0 20px;

  border-color: #cf000e transparent transparent transparent;

  content: '';

  position: absolute;

  margin: auto;

  bottom: -17px;

  left: 0;

  right: 0;
}

.ckp .wrap01 .ttl::after {
  width: 0;

  height: 0;

  border-style: solid;

  border-width: 15px 20px 0 20px;

  border-color: #fff transparent transparent transparent;

  content: '';

  position: absolute;

  margin: auto;

  bottom: -15px;

  left: 0;

  right: 0;
}

.ckp .wrap01 .list {
  padding: 0 0 0 225px;

  position: relative;

  line-height: 1.5;
}

.ckp .wrap01 .list::before {
  content: '';

  position: absolute;

  bottom: 10px;

  left: 45px;

  background: url(../images-lp/img_checkpoint01.png) center center;

  background-repeat: no-repeat;

  width: 126px;

  height: 224px;
}

.ckp .wrap01 .list li {
  position: relative;

  padding-left: 40px;

  margin-bottom: 16px;

  font-size: 112.5%;

  font-weight: bold;

  letter-spacing: 0.05rem;
}

.ckp .wrap01 .list li span {
  color: #cf000e;
}

.ckp .wrap01 .list li::before {
  content: '';

  position: absolute;

  top: -3px;

  left: 0px;

  margin: auto;

  background: url(../images-lp/icn_check.png) center center;

  background-repeat: no-repeat;

  width: 26px;

  height: 26px;
}

.ckp .txt {
  text-align: center;

  background: #e3e3e3;

  font-weight: bold;

  line-height: 1.85;

  padding: 20px 0;
}

.ckp .txt span {
  color: #cf000e;
}

.point {
  padding: 200px 20px 20px;

  background: url(../images-lp/bg_point01.jpg) center top;

  background-repeat: no-repeat;

  position: relative;

  background-size: contain;
}

.point .ttl {
  width: 816ox;
  height: 186px;
  position: absolute;
  top: -55px;

  left: 0;

  right: 0;

  margin: auto;

  background: url(../images-lp/icn_point00.png) center top;

  background-repeat: no-repeat;

  text-align: center;

  padding-top: 60px;
}

.point .ttl small {
  font-size: 137.5%;

  line-height: 1;

  display: inline-block;
}

.point .ttl strong {
  line-height: 1;

  color: #cf000e;

  padding-top: 2px;
}

.point .ttl strong .jp2 {
  font-size: 375%;

  margin-right: -5px;
}

.point .ttl strong .jp {
  font-size: 225%;
}

.point .list {
  max-width: 1020px;

  margin: 0 auto;
}

.point .list li {
  position: relative;

  background: #fff;

  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);

  width: 320px;

  height: 320px;

  padding: 60px 0;

  margin-bottom: 60px;
}

.point .list li .box {
  position: absolute;

  width: 80px;

  height: 80px;

  background: #000;

  color: #fff;

  margin: auto;

  top: -40px;

  left: 0;

  right: 0;

  border-radius: 80px;

  padding-top: 21px;

  padding-bottom: 15px;
}

.point .list li .box .ptxt {
  font-weight: bold;

  font-size: 75%;

  letter-spacing: 0.05rem;

  display: block;

  width: 100%;

  text-align: center;

  line-height: 1;
}

.point .list li .box .num {
  display: block;

  width: 100%;

  text-align: center;

  font-size: 175%;

  line-height: 1;
}

.point .list li .icn {
  height: 120px;
}

.point .list li .txt {
  text-align: center;

  font-weight: bold;

  padding-top: 8px;
}

.usage {
  padding: 80px 20px 60px;

  background: #ebebeb;
}

.usage .ttl {
  font-size: 125%;

  text-align: center;

  position: relative;

  line-height: 1;

  padding-bottom: 15px;

  margin-bottom: 35px;
}

.usage .ttl::before {
  content: '';

  background: #cf000e;

  position: absolute;

  margin: auto;

  left: 0;

  right: 0;

  bottom: -3px;

  width: 100px;

  height: 3px;
}

.usage .list {
  max-width: 1120px;

  margin: 0 auto;
}

.usage .list li {
  margin-bottom: 40px;
}

.usage .list li .img {
  width: 250px;

  height: 250px;

  background: #fff;

  border-radius: 250px;

  position: relative;
}

.usage .list li .upon {
  line-height: 1;

  display: inline-block;

  width: 100%;

  font-size: 150%;
}

.usage .list li .btm {
  line-height: 1;

  display: inline-block;

  width: 100%;
}

.usage .list li .icn {
  position: absolute;

  top: 0;

  left: 0;

  width: 68px;

  height: 68px;

  border-radius: 68px;

  background: #cf000e;

  color: #fff;
}

.usage .list li .num {
  width: 100%;

  text-align: center;

  height: 42px;

  line-height: 1;
}

.usage .list li .txt {
  font-size: 112.5%;

  text-align: center;

  font-weight: bold;

  line-height: 1;

  margin-top: 16px;
}

.usage .tbl01 {
  width: 100%;

  text-align: center;
}

.usage .tbl .row01,
.usage .tbl .row02 {
  height: 50px;
}

.usage .tbl .row01 {
  background: #000;

  color: #fff;

  font-weight: bold;

  font-size: 112.5%;

  letter-spacing: 0.05rem;
}

.usage .tbl .row02 {
  background: #fff;

  color: #000;

  font-weight: bold;

  font-size: 112.5%;

  letter-spacing: 0.05rem;
}

.usage .tbl .row01 p,
.usage .tbl .row02 p {
  width: calc(200 / 1200 * 100%);

  height: 50px;

  line-height: 50px;

  border-right: 1px solid #e3e3e3;
}

.usage .tbl .row02.border01 p {
  border-bottom: 1px solid #e3e3e3;
}

.usage .tbl .row02 p:nth-of-type(1) {
  background: #c5c5c5;
}

.usage .tbl_txt {
  font-size: 87.5%;

  line-height: 1.65;

  font-weight: 500;

  margin-top: 20px;
}

.usage .tbl_txt li {
  padding-left: 1.5em;

  position: relative;
}

.usage .tbl_txt li::before {
  content: '※';

  position: absolute;

  left: 0;

  top: 1px;
}

.case .inner {
  max-width: 1180px;

  background: #fff;
}

.case .inner01 {
  margin-bottom: 75px;

  background: #fff;

  padding-top: 45px;

  padding-bottom: 50px;
}

.case .inner02 {
  background: #fff;

  padding-top: 45px;

  padding-bottom: 50px;
}

.case .thb {
  font-size: 0;

  margin-bottom: 40px;
}

.case {
  padding: 90px 0 120px;

  background: url(../images-lp/bg_case01.jpg) center top;

  background-repeat: no-repeat;
  background-size: cover;
}

.case .ttl {
  font-size: 200%;

  line-height: 1;

  color: #cf000e;

  margin-bottom: 20px;

  text-align: center;
}

.case .ttl_txt {
  text-align: center;

  letter-spacing: 0.05rem;

  line-height: 1;

  margin-bottom: 65px;

  font-weight: bold;
}

.case .icn {
  position: relative;

  width: 100%;
}

.case .icn .thb {
  font-size: 0;
}

.case .inner_ttl {
  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  width: 216px;

  height: 250px;
}

.case .inner_ttl span {
  position: absolute;

  width: 100%;

  text-align: center;

  top: 45px;

  color: #fff;

  font-size: 162.5%;

  letter-spacing: 0.05rem;

  line-height: 1.35;

  right: 9px;
}

.case .inner_ttl::after {
  content: '';

  width: 216px;

  height: 250px;

  position: absolute;

  background: url(../images-lp/icn_case01.png) center top;

  background-repeat: no-repeat;

  top: -60px;

  left: 0;

  z-index: -1;

  opacity: 0.9;
}

.case .inner_ttl.inner_ttl2::after {
  background: url(../images-lp/icn_case02.png) center top;
}

.case .item .col_r {
  width: 570px;

  font-size: 0;
}

.case .item .col_l {
  width: 480px;
}

.inner_ttl02 {
  background: #000;

  color: #fff;

  padding: 0.75em 1em;

  line-height: 1;

  margin-bottom: 10px;
}

.inner_ttl02.red {
  background: #cf000e;
}

.inner_txt {
  letter-spacing: -0.02em;

  font-weight: bold;
}

.inner_txt.txt01 {
  margin-bottom: 20px;

  font-weight: 500;
}

.voice {
  padding: 95px 0 100px;

  background: #cf000e;
}

.voice .ttl {
  color: #fff;

  margin-bottom: 55px;

  line-height: 1;

  font-size: 200%;

  text-align: center;
}

.voice .inner .item {
  background: #fff;

  margin-bottom: 45px;

  padding: 50px;
}

.voice .inner .item:nth-of-type(2) {
  margin-bottom: 0;
}

.voice .inner .item .col_l {
  width: 548px;

  padding: 40px 24px 0;
}

.voice .inner .item .col_r {
  width: 500px;
}

.voice .inner .item .inner_ttl {
  position: relative;

  padding-bottom: 48px;

  text-align: center;

  letter-spacing: 0.05rem;

  font-size: 150%;

  line-height: 1;

  margin-bottom: 30px;
}

.voice .inner .item .inner_ttl::before {
  content: '';

  margin: auto;

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  background: url(../images-lp/bdr_voice01.png) center bottom;

  background-repeat: no-repeat;

  width: 316px;

  height: 64px;
}

.voice .inner .item .txt {
  line-height: 2;

  letter-spacing: 0.03rem;

  font-weight: 500;
}

.voice .inner .item .img {
  font-size: 0;
}

.product {
  background: #ebebeb;

  padding: 100px 0 50px;
}

.product .ttl {
  line-height: 1;

  color: #cf000e;

  font-size: 200%;

  margin-bottom: 16px;

  text-align: center;
}

.product .ttl_txt {
  text-align: center;

  font-weight: bold;

  margin-bottom: 42px;
}

.product .item {
  padding: 55px 50px 60px;

  background: #fff;

  margin-bottom: 50px;
}

.product .inner_ttl {
  width: 100%;

  background: #000;

  color: #ffffff;

  line-height: 1;

  margin-bottom: 40px;

  padding: 9px 24px;
}

.product .inner_ttl strong {
  display: inline-block;

  margin-right: 10px;

  font-size: 137.5%;
}

.product .item .col_l {
  width: 280px;
}

.product .item .col_r {
  width: 800px;
}

.product .item .col_l .num {
  width: 80px;

  height: 80px;

  color: #ffffff;

  background: #cf000e;

  border-radius: 80px;

  position: relative;
}

.product .item .col_l .num span {
  position: absolute;

  line-height: 1;

  top: 0;

  bottom: 0;

  margin: auto;

  left: 0;

  right: 0;

  width: 40px;

  height: 40px;

  text-align: center;

  letter-spacing: 0.05rem;

  font-weight: normal;
}

.product .item .col_l .num strong {
  font-size: 150%;

  font-weight: normal;

  letter-spacing: 0;

  padding-right: 3px;

  display: inline-block;
}

.product .item .col_l .img01 {
  margin-top: -27px;
}

.product .item .col_l .img02 {
  border: 2px solid #ebebeb;

  position: relative;

  width: 280px;

  height: 280px;
}

.product .item .col_l .img02 p {
  position: absolute;

  margin: auto;

  top: 0;

  right: 0;
}

.product .item .col_l .img02 p.area01 {
  bottom: 18px;

  left: 44px;

  width: 116px;

  height: 87px;
}

.product .item .col_l .img02 p.area02 {
  bottom: 24px;

  left: 40px;

  width: 169px;

  height: 95px;
}

.product .item .col_l .img02 p.area03 {
  bottom: 6px;

  left: 17px;

  width: 222px;

  height: 168px;
}

.product .item .col_r .list {
  width: 50%;
}

.product .item .col_r .list dt {
  background: #c5c5c5;

  border-bottom: 1px solid #e3e3e3;

  width: 50%;

  padding: 15px 10px 15px 10px;

  font-weight: 500;
}

.product .item .col_r .list dd {
  border-bottom: 1px solid #e3e3e3;

  width: 50%;

  padding: 15px 10px 15px 10px;

  font-weight: 500;
}

.product .item .col_r .list dd:nth-of-type(1) {
  border-top: 1px solid #e3e3e3;
}

.flow {
  background: #ebebeb;

  padding: 35px 0 80px;
}
.add_about {
  background: #fafafa;

  padding: 70px 0 80px;
}

.flow .ttl01,
.add_about .ttl01 {
  text-align: center;

  font-weight: bold;

  color: #cf000e;

  line-height: 1;

  margin-bottom: 45px;

  font-size: 225%;

  font-weight: bold;
}

.flow .inner {
  max-width: 1080px;
}

.flow .inner .wrap {
  background: #fff;

  border: 2px solid #cf000e;

  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.25);

  padding: 25px 25px 25px 180px;

  margin-bottom: 30px;

  position: relative;
}

.flow .inner .wrap h3 {
  font-size: 150%;

  line-height: 1;

  margin-bottom: 20px;

  font-weight: bold;
}

.flow .inner .wrap h3 .txt {
  line-height: 1.75;

  font-weight: normal;
}

.flow .icn {
  position: absolute;

  left: 25px;

  top: -1px;

  background: url(../images-lp/bg_flow01.png) center center;

  background-repeat: no-repeat;

  width: 105px;

  height: 105px;

  text-align: center;

  color: #fff;
}

.flow .icn .num {
  font-size: 200%;
}

.flow .icn span {
  width: 105px;

  height: 45px;

  display: block;

  line-height: 1.2;

  padding-top: 23px;
}

.flow .icn span small {
  font-weight: 500;
}

.flow .icn span strong {
  font-weight: 500;
}

.blog {
  background: #e3e3e3;

  padding: 100px 0;
  overflow: hidden;
}

.blog .ttl {
  color: #cf000e;

  font-size: 225%;

  line-height: 1;

  margin-bottom: 50px;

  text-align: center;
}

.blog .slider {
  width: 100%;

  margin-bottom: 60px;
}

.blog .slick-slide {
  padding: 0 10px 0;
}

.blog .card {
  display: block;

  box-sizing: border-box;

  width: 100%;

  height: 360px;

  background: #fff;

  overflow: hidden;
}

.blog .card .img {
  width: 100%;

  height: 220px;

  display: block;
}

.blog .card img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.blog .card .date {
  padding: 25px 20px 15px 25px;

  font-size: 75%;

  color: #cf000e;

  font-weight: bold;

  display: block;

  line-height: 1;
}

.blog .card .inner_ttl {
  display: block;

  padding: 0 20px 10px 25px;

  font-weight: bold;
}

.blog .blog_btn {
  text-align: center;
}

.blog .blog_btn a {
  background: #fff;

  font-weight: bold;

  position: relative;

  line-height: 70px;

  height: 70px;

  min-width: 280px;

  border-radius: 70px;

  display: inline-block;

  box-sizing: border-box;
}

.blog .blog_btn a::before {
  content: '';

  margin: auto;

  top: 0;

  bottom: 0;

  right: 20px;

  width: 10px;

  height: 18px;

  background: url(../images-lp/icn_arw_blog.png) center center;

  background-repeat: no-repeat;

  position: absolute;
}

.footer {
  background: #595757;
}

.footer .wrap01 {
  padding-top: 50px;

  padding-bottom: 90px;

  color: #fff;
}

.footer .wrap01 .name {
  line-height: 1;

  font-size: 112.5%;

  font-weight: bold;

  margin-bottom: 10px;
}

.footer .wrap01 .address {
  font-size: 87.5%;
}

.footer .wrap02 {
  text-align: right;

  border-top: 1px solid #fff;

  color: #fff;

  font-size: 75%;

  padding: 20px 0 30px;
}

.footer .col_l {
  width: 556px;
}

.footer .col_l .list {
  padding-left: 24px;
}

.footer .col_r {
  width: 603px;

  height: 88px;

  padding: 16px 25px;

  background: #fff;

  color: #000;

  box-sizing: border-box;
}

.footer .col_r .list span {
  display: block;

  box-sizing: border-box;

  font-weight: bold;
}

.footer .col_r .list .txt01 {
  font-size: 100%;

  line-height: 1;

  margin-bottom: 6px;
}

.footer .col_r .list .txt02 {
  font-size: 75%;

  line-height: 1;
}

.footer .col_r .num {
  font-size: 225%;

  letter-spacing: 0.08rem;

  padding-left: 40px;

  position: relative;
}

.footer .col_r .num::before {
  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  content: '';

  background: url(../images-lp/icn_tel.png) center center;

  background-repeat: no-repeat;

  width: 33px;

  height: 41px;
}

.wrap_form {
  background: #fff;

  padding: 90px 0 85px;
}

.wrap_form .ttl {
  font-size: 187.5%;

  text-align: center;

  line-height: 1;

  margin-bottom: 25px;
}

.wrap_form .ttl_txt01 {
  line-height: 1;

  font-weight: bold;

  text-align: center;

  margin-bottom: 20px;
}

.wrap_form .ttl_txt02 {
  font-weight: bold;

  text-align: center;

  color: #cf000e;

  margin-bottom: 25px;
}

.wrap_form .area {
  background: #ececec;
}

.wrap_form .area .wrap {
  padding: 65px 100px 0px;
}

.wrap_form .area .col_l {
  width: 280px;

  font-weight: bold;

  line-height: 43px;

  margin-bottom: 30px;

  height: 43px;
}

.wrap_form .col_l span {
  display: inline-block;

  position: relative;

  padding-right: 1em;
}

.wrap_form .col_l span::before {
  content: '必須';

  font-weight: 600;

  color: #fff;

  font-size: 87.5%;

  background: #cf000e;

  position: absolute;

  top: 9px;

  right: -60px;

  width: 60px;

  height: 24px;

  line-height: 24px;

  border-radius: 5px;

  text-align: center;
}

.wrap_form .area .col_r {
  width: 700px;

  height: 43px;

  margin-bottom: 30px;
}

.wrap_form .area .col_r:nth-of-type(6) {
  margin-bottom: 20px;
}

.wrap_form .area .col_r:nth-of-type(6),
.wrap_form .area .col_r:nth-of-type(10) {
  height: auto;
}

.wrap_form .area .col_r span {
  display: inline-block;

  box-sizing: border-box;
}

.wrap_form .area .col_r > span {
  width: 100%;

  display: inline-block;

  box-sizing: border-box;
}

.wrap_form .area .col_r input {
  display: inline-block;

  width: 100%;

  line-height: 43px;

  height: 43px;

  box-sizing: border-box;

  padding-left: 0.8em;

  font-size: 18px;
}

.wrap_form .area .col_r:nth-of-type(2) > span {
  width: 49%;
}

.wrap_form .area .col_r:nth-of-type(2) > span:first-child {
  margin-right: 2%;
}

.wrap_form .area .col_r:nth-of-type(6) > span > span {
  width: 100%;
}

.wrap_form .area .col_r:nth-of-type(6) > span > span:first-child {
  margin-bottom: 10px;
}

.wrap_form .area .col_r .your-message {
  width: 100%;
}

.wrap_form .area .col_r .your-message textarea {
  width: 100%;

  box-sizing: border-box;

  outline: none;

  line-height: 1.6;

  padding: 0.5em 1em;

  font-size: 18px;

  height: 12.5em;
}

.wrap_form .txt001 {
  width: 100%;
}

.wrap_form .txt002 {
  width: 100%;

  padding-left: 100px;

  margin-bottom: 30px;
}

.wrap_form .submit {
  width: 100%;

  text-align: center;
}

.wrap_form .area .col_r input[type='radio'] {
  width: 20px;

  height: 20px;

  margin-top: -3px;

  margin-right: 6px;

  margin-left: 0;
}

.wrap_form .area .col_r span.wpcf7-list-item {
  display: inline-block;

  margin: 0 0 0 0em;
}

.wrap_form .area .col_r span.wpcf7-list-item-label {
  margin-right: 16px;
}

.wrap_form .submit input {
  display: inline-block;

  width: 300px;

  height: 50px;

  background: #000;

  color: #fff;

  font-size: 112.5%;

  font-weight: bold;

  border-radius: 50px;

  position: relative;
}

.wrap_form .submit span {
  width: 300px;

  height: 50px;

  margin: 0 auto;

  position: relative;
}

.wrap_form .submit span::before {
  position: absolute;

  width: 8px;

  height: 13px;

  content: '';

  background: url(../images-lp/icn_arw_submit.png) center center;

  background-repeat: no-repeat;

  top: 0;

  bottom: 0;

  right: 20px;

  margin: auto;

  z-index: 1;
}

.wrap_form .submit input.wpcf7c-btn-back {
  background: #ddd;

  margin-right: 16px;
}

.wrap_form .area .col_r input[name='file-order_conf'] {
  background-color: inherit;

  border: none;
}

.wrap_form .area .col_r .wpcf7c-conf {
  background-color: #ddd;
}

.wrap_form form {
  padding-bottom: 55px;
}

.wrap_form .submit > span:nth-of-type(1) {
}

.wrap_form .submit > span:nth-of-type(2)::before {
  display: none;
}

.wrap_form .submit > span:nth-of-type(3)::before {
  display: none;
}

.custom-wpcf7c-confirmed .submit > span:nth-of-type(3)::before {
  display: block;

  right: 38px;
}

.page_top {
  z-index: 1;

  position: fixed;

  bottom: min(12px, 3.2vw);

  right: min(12px, 3.2vw);

  font-size: 0;
}

.grecaptcha-badge {
  bottom: 100px !important;
  display: none;
}

.add_about .list {
}

.add_about .list dt {
  width: 25%;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #ebebeb;
  font-size: 125%;
  font-weight: bold;
  line-height: 56px;
}
.add_about .list dt:last-of-type {
  border-bottom: 1px solid #ccc;
}
.add_about .list dd {
  width: 75%;
  font-size: 125%;
  padding: 12px 8px 12px 32px;
  border: 1px solid #ccc;
  border-left: none;
  border-bottom: none;
}
.add_about .list dd:last-of-type {
  border-bottom: 1px solid #ccc;
}
.add_about .about_btn {
  text-align: center;
  margin-top: 45px;
}

.add_about .about_btn a {
  background: #fff;

  font-weight: bold;

  position: relative;

  line-height: 70px;

  height: 70px;

  min-width: 280px;

  border-radius: 70px;

  display: inline-block;

  box-sizing: border-box;
  padding: 0 50px;
}

.add_about .about_btn a::before {
  content: '';

  margin: auto;

  top: 0;

  bottom: 0;

  right: 20px;

  width: 10px;

  height: 18px;

  background: url(../images-lp/icn_arw_blog.png) center center;

  background-repeat: no-repeat;

  position: absolute;
}
@media (max-width: 767px) {
  .add_about .list dt,
  .add_about .list dd {
    width: 100%;
    font-size: 107.5%;
  }
  .add_about .list dd {
    border-left: 1px solid #ccc;
    padding: 5vw;
  }
  .add_about .list dt:last-of-type {
    border-bottom: none;
  }
  .add_about .about_btn a {
    line-height: 1.6;
    height: auto;
    padding: 2vw;
  }
  .add_about .about_btn {
    text-align: center;
    margin-top: 11vw;
    padding-bottom: 7vw;
  }
  .page_top {
    z-index: 1;

    position: fixed;

    bottom: min(4px, 3.2vw);

    right: min(4px, 3.2vw);

    font-size: 0;
  }

  .gd .list {
    width: 100%;

    margin: 0 auto;
  }

  .point .list {
    width: 90vw;

    margin: 0 auto;
  }

  .point .list li {
    width: 100%;

    height: 90vw;

    padding: 20vw 0;

    margin-bottom: 20vw;
  }

  .usage .list {
    width: 100%;
  }

  .voice .inner .item .col_l {
    width: 100%;

    padding: 40px 24px 0;
  }

  .voice .inner .item .inner_ttl {
    overflow: hidden;
  }

  .bnr01 .wrap {
    width: 100%;
  }

  .wrap_form .area .col_l {
    width: 100%;
  }

  .wrap_form .area .col_r {
    width: 100%;
  }

  .blog {
    overflow: hidden;
  }

  .header {
    width: 100%;

    height: 20vw;

    background: rgba(255, 255, 255, 0.75);
  }

  .mv {
    background: url(../images-lp/bg_mv_sp2.jpg) left top;

    min-height: 100vh;

    position: relative;

    background-repeat: no-repeat;

    background-size: contain;
  }

  .mv .wrap01 {
    position: absolute;

    bottom: auto;

    left: 0;

    width: 100%;

    top: 0;

    padding: 84vw 3.2vw 0;
  }

  .mv .wrap01 .txt {
    font-size: 120%;

    font-weight: bold;

    letter-spacing: 0;

    line-height: 1.667;

    margin-bottom: -2vw;

    color: #fff;
  }

  .mv .wrap01 .ttl {
    font-size: 160%;

    font-weight: bold;

    letter-spacing: 0;

    line-height: 1.6;

    color: #fff;

    padding-top: 3vw;
  }

  .mv .wrap02 {
    position: absolute;

    right: 0;

    bottom: 5vw;

    width: 78%;

    left: 0;

    padding-left: 3.2vw;
  }

  .mv .wrap02 .icn {
    width: 40vw;

    margin-right: 3vw;
  }

  .mv .wrap02 .icn {
    width: 46%;

    margin-right: 1%;
  }

  .gd {
    background: #ebebeb;

    padding: 6vw 3.2vw;
  }

  .gd .ttl span {
    display: inline-block;

    padding-bottom: 0px;

    margin-bottom: 3vw;
  }

  .gd .ttl {
    font-size: 150%;

    line-height: 1.6;

    margin-bottom: 6vw;

    text-align: center;
  }

  .gd .list li {
    background: url(../images-lp/bg_gd01.png) center center;

    background-repeat: no-repeat;

    width: 46vw;

    height: 50vw;

    padding-top: 4vw;

    background-size: contain;
  }

  .intro .wrap01 {
    padding: 5vw 3.2vw 10vw;

    position: relative;
  }

  .intro .wrap01 .txt {
    margin-left: 0;
  }

  .intro .wrap02 {
    padding: 14vw 0;

    text-align: center;
  }

  .intro .wrap02 .ttl span::before {
    bottom: -152vw;

    background: url(../images-lp/icn_introduce02.png) center center;

    background-repeat: no-repeat;

    width: 90vw;

    height: 90vw;

    right: 0;
  }

  .intro .wrap02 .txt01 {
    font-size: 140%;

    line-height: 1;

    margin-bottom: 1vw;
  }

  .intro .wrap02 .txt02 {
    font-size: 100%;

    font-weight: bold;

    letter-spacing: 0.05rem;

    line-height: 1;

    margin-top: 100vw;
  }

  .intro .wrap02 .txt02 {
    font-size: 100%;

    font-weight: bold;

    letter-spacing: 0.05rem;

    line-height: 1.6;

    margin-top: 100vw;

    padding: 0 3.2vw;
  }

  .intro .wrap02 .ttl span {
    line-height: 1.35;

    font-size: 140%;
  }

  .intro .wrap02 {
    padding: 14vw 0 7vw;
  }

  .bnr01 {
    background: url(../images-lp/bg_bnr01.jpg) center top;

    background-repeat: no-repeat;

    padding: 6vw 3.2vw;

    text-align: center;

    background-size: cover;
  }

  .bnr01 .ttl {
    font-size: 125%;

    line-height: 1.5;

    margin-bottom: 4vw;

    color: #fff;
  }

  .bnr01 .wrap01 > span::before {
    background: url(../images-lp/icn_tel.png) center center;

    width: 10vw;

    height: 12vw;

    left: 10vw;

    background-repeat: no-repeat;
  }

  .bnr01 ul li:nth-of-type(2) {
    width: 100%;

    margin-top: 4vw;
  }

  .bnr01 .wrap02 > span::before {
    width: 9vw;

    height: 7vw;

    left: 11vw;
  }

  .ckp {
    padding: 7vw 3.2vw 12vw;
  }

  .ckp .wrap01 {
    padding: 7.6vw 3.2vw 1.6vw;
  }

  .ckp .wrap01 .ttl {
    padding-bottom: 30px;

    margin-bottom: 40px;

    font-weight: bold;

    font-size: 150%;

    line-height: 1.4;

    border-bottom: 2px solid;
  }

  .ckp .wrap01 .ttl {
    color: #cf000e;

    line-height: 1;

    text-align: center;

    position: relative;

    padding-bottom: 4vw;

    margin-bottom: 13vw;

    font-weight: bold;

    font-size: 120%;

    line-height: 1.4;

    border-bottom: 2px solid;
  }

  .ckp .wrap01 .list {
    padding: 0;

    position: relative;

    line-height: 1.5;
  }

  .ckp .wrap01 {
    padding: 7.6vw 0vw 1.6vw;
  }

  .ckp .wrap01 .list::before {
    bottom: -56vw;

    right: -4vw;

    width: 42vw;

    height: 60vw;

    left: auto;
  }

  .ckp .txt {
    line-height: 1.85;

    padding: 2vw 36vw 2vw 3vw;

    text-align: left;
  }

  .ckp .inner {
    background: #fff;

    padding-bottom: 4vw;
  }

  .ckp .wrap01 .list li {
    padding-left: 10vw;

    margin-bottom: 0;

    font-size: 99%;

    font-weight: bold;

    letter-spacing: 0.05rem;

    padding-bottom: 4vw;
  }

  .point .ttl small {
    font-size: 125%;

    line-height: 1.2;

    display: inline-block;

    padding: 0 3.2vw;
  }

  .point {
    padding: 65vw 0 0;

    background-position-y: 30vw;
  }

  .point .ttl {
    height: 77vw;

    top: -8vw;

    left: 0;

    right: 0;

    padding-top: 20vw;

    background-size: contain;

    width: 90%;

    background-position-y: 32vw;

    z-index: 10;
  }

  .point .ttl strong .jp2 {
    font-size: 250%;

    margin-right: -1vw;
  }

  .point .ttl strong {
    line-height: 1;

    color: #cf000e;

    padding-top: 1vw;
  }

  .point .ttl strong .jp {
    font-size: 180%;
  }

  .point .list li .box {
    width: 22vw;

    height: 22vw;

    top: -11vw;

    border-radius: 22vw;

    padding-top: 6vw;

    padding-bottom: 5vw;
  }

  .usage {
    padding: 12vw 0 8vw;

    background: #ebebeb;
  }

  .usage .ttl {
    font-size: 125%;

    padding-bottom: 3vw;

    margin-bottom: 10vw;
  }

  .usage .list li {
    margin-bottom: 12vw;

    width: 100%;
  }

  .usage .list li .img {
    width: 67vw;

    height: 67vw;

    background: #fff;

    border-radius: 67vw;

    position: relative;

    margin: 0 auto;
  }

  .usage .list li .img {
    width: 67vw;

    height: 67vw;

    background: #fff;

    border-radius: 67vw;

    position: relative;

    margin: 0 auto;
  }

  .usage .tbl .row01 p,
  .usage .tbl .row02 p {
    width: 20%;

    height: 13.3vw;

    line-height: 13.3vw;

    border-right: 1px solid #e3e3e3;
  }

  .usage .tbl .row02 {
    font-size: 87.5%;

    letter-spacing: 0.05rem;
  }

  .usage .tbl .row02 p:nth-of-type(1) {
    font-size: 75%;

    width: 27%;
  }

  .usage .tbl .row02 p:nth-of-type(2) {
    width: 18%;
  }

  .usage .tbl .row02 p:nth-of-type(3) {
    width: 18%;
  }

  .usage .tbl .row02 p:nth-of-type(4) {
    width: 18%;
  }

  .usage .tbl .row02 p:nth-of-type(5) {
    width: 19%;

    border-right: none;
  }

  .usage .tbl .row01 p:nth-of-type(1) {
    font-size: 75%;

    width: 27%;
  }

  .usage .tbl .row01 p:nth-of-type(2) {
    width: 18%;

    font-size: 70%;

    line-height: 1.2;

    padding: 3vw 0;
  }

  .usage .tbl .row01 p:nth-of-type(3) {
    width: 18%;

    font-size: 70%;

    line-height: 1.2;

    padding: 3vw 0;
  }

  .usage .tbl .row01 p:nth-of-type(4) {
    width: 18%;

    font-size: 70%;

    line-height: 1.2;

    padding: 3vw 0;
  }

  .usage .tbl .row01 p:nth-of-type(5) {
    width: 19%;

    border-right: none;

    font-size: 70%;

    line-height: 1.2;

    padding: 3vw 0;
  }

  .usage .tbl .row02.row03 p:nth-of-type(1) {
    line-height: 1.6;

    padding: 2.4vw 0;
  }

  .case {
    padding: 10vw 3.2vw;

    background: url(../images-lp/bg_case01.jpg) center top;

    background-repeat: no-repeat;

    background-size: cover;
  }

  .case .ttl {
    font-size: 175%;

    line-height: 1;

    margin-bottom: 4vw;

    text-align: center;
  }

  .case .ttl_txt {
    letter-spacing: 0.05rem;

    line-height: 1.4;

    margin-bottom: 10vw;

    font-weight: bold;
  }

  .case .inner_ttl::after {
    content: '';

    width: 32vw;

    height: 37vw;

    position: absolute;

    background: url(../images-lp/icn_case01.png) center top;

    background-repeat: no-repeat;

    top: -14vw;

    left: 0;

    z-index: -1;

    opacity: 0.9;

    background-size: contain;
  }

  .case .inner_ttl {
    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    width: 32vw;

    height: 37vw;
  }

  .case .inner_ttl span {
    position: absolute;

    width: 100%;

    text-align: center;

    top: 1vw;

    color: #fff;

    font-size: 100%;

    letter-spacing: 0.05rem;

    line-height: 1.35;

    right: 1vw;
  }

  .case .thb {
    font-size: 0;

    margin-bottom: 4vw;
  }

  .case .item .col_l .inner_ttl02 {
    margin-bottom: 2vw;
  }

  .case .item .col_l .inner_txt.txt01 {
    margin-bottom: 5vw;

    font-weight: 500;
  }

  .case .item .col_l .inner_txt {
    letter-spacing: -0.02em;

    font-weight: bold;

    margin-bottom: 5vw;
  }

  .case .item .col_l {
    width: 100%;
  }

  .case .item .col_r {
    width: 100%;

    font-size: 0;
  }

  .case .item .col_r .img {
    width: 50%;
  }

  .case .inner01 {
    margin-bottom: 10vw;

    background: #fff;

    padding-top: 10vw;

    padding-bottom: 10vw;
  }

  .voice {
    padding: 10vw 0 12vw;

    background: #cf000e;
  }

  .voice .ttl {
    margin-bottom: 11vw;

    font-size: 185%;

    text-align: center;
  }

  .voice .inner .item {
    background: #fff;

    margin-bottom: 10vw;

    padding: 0vw 0vw;
  }

  .voice .inner .item .col_l {
    width: 100%;

    padding: 7vw 4vw 0;
  }

  .voice .inner .item .inner_ttl {
    position: relative;

    padding-bottom: 8vw;

    text-align: center;

    letter-spacing: 0.05rem;

    font-size: 140%;

    line-height: 1;

    margin-bottom: 4vw;
  }

  .voice .inner .item .txt {
    line-height: 2;

    letter-spacing: 0.03rem;

    font-weight: 500;

    margin-bottom: 4vw;
  }

  .product {
    background: #ebebeb;

    padding: 10vw 0 1vw;
  }

  .product .ttl {
    line-height: 1;

    color: #cf000e;

    font-size: 175%;

    margin-bottom: 4vw;

    text-align: center;

    line-height: 1.3;

    padding: 0 3.2vw;
  }

  .product .ttl_txt {
    text-align: center;

    font-weight: bold;

    margin-bottom: 5vw;
  }

  .product .item {
    padding: 5vw 3.2vw;

    background: #fff;

    margin-bottom: 12vw;
  }

  product .inner_ttl {
    width: 100%;

    background: #000;

    color: #ffffff;

    line-height: 1;

    margin-bottom: 6vw;

    padding: 3vw 5vw;

    text-align: center;
  }

  .product .item .col_l {
    width: 100%;

    text-align: center;
  }

  .product .item .col_l .num {
    width: 22vw;

    height: 22vw;

    border-radius: 22vw;
  }

  .product .item .col_l .num span {
    position: absolute;

    line-height: 1;

    width: 11vw;

    height: 11vw;
  }

  .product .item .col_l .img01 {
    margin-top: -5vw;

    width: 100%;
  }

  .product .item .col_l .img02 {
    width: 87vw;

    height: 87vw;

    margin-bottom: 5vw;
  }

  .product .item .col_l .img02 p.area01 {
    bottom: calc(18 / 375 * 100vw);

    left: calc(44 / 375 * 100vw);

    width: calc(116 / 375 * 100vw);

    height: calc(87 / 375 * 100vw);
  }

  .product .item .col_r .list {
    width: 100%;
  }

  .product .item .col_l .img02 p.area02 {
    bottom: calc(24 / 375 * 100vw);

    left: calc(40 / 375 * 100vw);

    width: calc(169 / 375 * 100vw);

    height: calc(95 / 375 * 100vw);
  }

  .product .item .col_l .img02 p.area03 {
    bottom: calc(6 / 375 * 100vw);

    left: calc(17 / 375 * 100vw);

    width: calc(222 / 375 * 100vw);

    height: calc(168 / 375 * 100vw);
  }

  .flow {
    background: #ebebeb;

    padding: 10vw 0 6vw;
  }
  .add_about {
    background: #fafafa;

    padding: 10vw 0 6vw;
  }

  .flow .inner .wrap {
    background: #fff;

    padding: 33vw 5vw 5vw;

    margin-bottom: 10vw;

    position: relative;
  }

  .flow .inner .wrap h3 {
    font-size: 150%;

    margin-bottom: 3vw;

    text-align: center;
  }

  .wrap_form .ttl_txt01 {
    line-height: 1.6;

    font-weight: bold;

    text-align: center;

    margin-bottom: 4vw;
  }

  .wrap_form {
    background: #fff;

    padding: 10vw 0 10vw;
  }

  .wrap_form .area .wrap {
    padding: 5vw 3vw;
  }

  .wrap_form .area .col_l {
    width: 100%;

    line-height: 7vw;

    height: 7vw;

    margin-bottom: 1vw;
  }

  .wrap_form .col_l span::before {
    top: 0vw;

    right: -12vw;

    width: 14vw;

    height: 7vw;

    line-height: 7vw;
  }

  .wrap_form .area .col_r {
    width: 100%;

    line-height: 7vw;

    margin-bottom: 5vw;
  }

  .wrap_form .area .col_r input {
    line-height: 10vw;

    height: 10vw;

    box-sizing: border-box;

    padding-left: 0.8em;

    font-size: 16px;
  }

  .wrap_form .txt002 {
    width: 100%;

    padding-left: 0;

    margin-bottom: 0;

    padding: 0 3vw 7vw;

    margin-top: -4vw;
  }

  .wrap_form .area .wrap {
    padding: 5vw 3vw 0;
  }

  .wrap_form .area .wrap {
    padding: 5vw 3vw 0;
  }

  .wrap_form form {
    padding-bottom: 8vw;
  }

  .blog {
    background: #e3e3e3;

    padding: 9vw 0;
  }

  .blog .ttl {
    color: #cf000e;

    font-size: 150%;

    line-height: 1;

    margin-bottom: 9vw;

    text-align: center;
  }

  .case .inner_ttl.inner_ttl2::after {
    background: url(../images-lp/icn_case02.png) center top;

    background-size: contain;

    background-repeat: no-repeat;
  }

  .case .inner02 {
    background: #fff;

    padding-top: 12vw;

    padding-bottom: 10vw;
  }

  .flow .icn {
    position: absolute;

    left: 0;

    top: -1px;

    width: calc(105 / 375 * 100vw);

    height: calc(105 / 375 * 100vw);

    right: 0;

    margin: auto;
  }

  .wrap_form .submit input {
    display: inline-block;

    width: 36vw;

    height: 14vw;

    background: #000;

    color: #fff;

    font-size: 112.5%;

    font-weight: bold;

    border-radius: 14vw;

    position: relative;
  }

  .footer .wrap01 {
    padding-top: 7vw;

    padding-bottom: 10vw;

    color: #fff;
  }

  .footer .col_l .list {
    padding-left: 0;

    padding: 3vw 0 5vw 0px;
  }

  .footer .col_l {
    width: 100%;
  }

  .footer .col_r {
    width: 100%;

    height: 30vw;

    padding: 4vw 8vw;
  }

  .footer .wrap02 {
    text-align: center;

    padding: 5vw 0 23vw;
  }

  .blog .slick-slide {
    padding: 0 2vw 0;
  }

  .blog .card .img {
    width: 100%;

    height: calc(180 / 375 * 100vw);

    display: block;
  }

  .blog .card .date {
    padding: 5vw 5vw 1vw;

    font-size: 75%;
  }

  .blog .card {
    width: 100%;

    height: 85vw;
  }

  .blog .slider {
    width: 100%;

    margin-bottom: 10vw;
  }

  .product .item .col_r .btn_item + div {
    display: none;
  }

  .btn_item {
    width: 100%;

    padding: 1rem;

    text-align: center;

    background: currentColor;

    background: rgb(207, 0, 14);

    background: linear-gradient(
      180deg,
      rgba(207, 0, 14, 1) 0%,
      rgba(162, 1, 1, 1) 100%
    );

    background-image: -moz-linear-gradient(
      180deg,
      rgba(207, 0, 14, 1) 0%,
      rgba(162, 1, 1, 1) 100%
    );

    background-image: -webkit-linear-gradient(
      270deg,
      rgba(207, 0, 14, 1) 0%,
      rgba(162, 1, 1, 1) 100%
    );

    background-image: -ms-linear-gradient(
      180deg,
      rgba(207, 0, 14, 1) 0%,
      rgba(162, 1, 1, 1) 100%
    );

    color: #fff;

    font-weight: bold;

    font-size: 125%;
  }
}
@media (min-width: 961px) and (max-width: 1620px) {
  html,
  body {
    min-width: auto !important;
  }
  .intro .wrap02 .ttl span::before {
    width: 220px;
    height: 220px;
    right: -220px;
    border-radius: 50%;
  }
}
