@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}

a, b, dd, dt, li, p, span, td, th {
  letter-spacing: 0.05em;
  font-size: 1em;
  line-height: 1.2;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

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

.txt_base {
  font-size: 1.6rem;
}

.txt_base p {
  line-height: 1.8;
  font-size: 1em;
}

.txt_base p:not(:last-child) {
  margin-bottom: 1em;
}

.txt_base.fs24 {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}

.txt_base.fs20 {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.tel_link,
.tel_link a {
  color: inherit;
  font-size: 1em;
}

.bg_white {
  background-color: rgba(255, 255, 255, 0.7);
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}

.main_width.size1040 {
  max-width: 1040px;
}

section {
  padding: 80px 0;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
}

.header .logo {
  width: 20%;
  max-width: 200px;
  margin-right: 5%;
}

.header .logo a img {
  height: 100%;
}

.header .right_txt {
  text-align: right;
  font-size: clamp(1.2rem, 1.3vw, 1.8rem);
  font-weight: 500;
}

/********************************************/
/*main */
/********************************************/
.main_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/lp/main-bg.jpg) no-repeat center/cover;
  z-index: -1;
}

.main_visual {
  position: relative;
  margin-bottom: 120px;
  padding: 40px 15px 0;
  text-align: center;
}

.main_visual .img {
  position: relative;
  display: inline-block;
  max-width: 898px;
  z-index: 2;
}

.main_visual .human_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main_visual .human_img img:nth-child(1) {
  position: absolute;
  top: 100px;
  right: 4%;
  width: 20%;
  max-width: 360px;
}

.main_visual .human_img img:nth-child(2) {
  position: absolute;
  right: 14%;
  bottom: 100px;
  width: 15%;
  max-width: 220px;
}

.main_visual .human_img img:nth-child(3) {
  position: absolute;
  bottom: 140px;
  left: 15%;
  width: 15%;
  max-width: 240px;
}

.main_visual .human_img img:nth-child(4) {
  position: absolute;
  top: 350px;
  left: 8%;
  width: 12%;
  max-width: 195px;
}

/********************************************/
/* contact_block */
/********************************************/
.contact_block {
  position: relative;
  padding-bottom: 35px;
  background: #E50111;
}

.contact_block:before, .contact_block:after {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
}

.contact_block:before {
  left: 0;
  width: 27%;
  max-width: 516px;
  background: url(../img/lp/contact-bg.svg) no-repeat top left/contain;
}

.contact_block:after {
  right: 0;
  width: 29%;
  max-width: 548px;
  background: url(../img/lp/contact-bg-right.svg) no-repeat bottom right/contain;
}

.contact_block .ttl {
  text-align: center;
  font-size: clamp(1.8rem, 3.5vw, 4rem);
}

.contact_block .ttl span {
  position: relative;
  display: inline-block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: calc(clamp(10px, 5.3em, 215px) + 20px);
  color: #fff;
  font-size: 1em;
  font-weight: 900;
}

.contact_block .ttl span:before {
  position: absolute;
  top: 45%;
  left: 0;
  content: "";
  width: 5.4em;
  max-width: 215px;
  height: 227px;
  background: url(../img/lp/yoshio.png) no-repeat left center/contain;
  font-size: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact_block .white_box {
  position: relative;
  padding: 35px 0;
  background: #fff;
  border-radius: 10px;
  z-index: 2;
}

.contact_block .white_box .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_block .white_box .inner .left {
  margin-right: 3%;
  color: #E50111;
  text-align: center;
  font-size: clamp(1.2rem, 1.5vw, 2rem);
}

.contact_block .white_box .inner .left p {
  color: inherit;
  font-size: 1em;
  font-weight: 500;
}

.contact_block .white_box .inner .tel_link {
  display: block;
  color: inherit;
  font-size: 2.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.contact_block .white_box .inner .tel_link:before {
  display: inline-block;
  content: "";
  width: 0.84em;
  max-width: 47px;
  height: 58px;
  background: url(../img/lp/ico-tel.svg) no-repeat center/contain;
  vertical-align: middle;
}

.contact_block .white_box .inner .right {
  margin-left: 3%;
}

.btn_red a {
  display: block;
  padding: 1em 2em;
  border-radius: 80px;
  border: 2px solid #E50111;
  background: #E50111;
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 2.5vw, 3rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_red a span {
  display: inline-block;
  color: inherit;
  font-size: 1em;
  font-weight: 700;
}

.btn_red a span:before {
  content: "";
  display: inline-block;
  width: 1.26em;
  height: 25px;
  margin-right: 10px;
  background: url(../img/lp/ico-mail.svg) no-repeat center/contain;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_red a:hover {
  background-color: #fff;
  color: #E50111;
}

.btn_red a:hover span:before {
  background-image: url(../img/lp/ico-mail-red.svg);
}

/********************************************/
/* about_block */
/********************************************/
.about_block {
  position: relative;
  padding-top: 118px;
}

.about_block:after {
  position: absolute;
  top: 60px;
  right: -180px;
  content: "";
  width: 40%;
  max-width: 745px;
  height: 450px;
  background: url(../img/lp/daruma-img.svg) no-repeat top right/contain;
}

.about_block .ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 1.0em;
  padding-bottom: 0.35em;
  color: #E50111;
  font-size: clamp(2.5rem, 4.5vw, 5rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.about_block .ttl:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: url(../img/lp/dot-line.png) repeat-x top left/contain;
}

.about_block .ttl small {
  font-size: 0.8em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.about_block .txt_base {
  margin-bottom: 90px;
}

.about_block .txt_base p {
  font-weight: 700;
}

.about_block .about_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: item;
  list-style-type: none;
}

.about_block .about_list li {
  position: relative;
  width: 48%;
  margin-bottom: 90px;
}

.about_block .about_list li .inner {
  position: relative;
  height: 100%;
  border: solid 6px #E50111;
  background: #fff;
  padding: 35px 15px;
}

.about_block .about_list li .inner:before {
  position: absolute;
  top: -0.5em;
  left: 0.5em;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  display: block;
  padding: 0 0.1em;
  background: linear-gradient(transparent 43%, #fff 43%);
  letter-spacing: 0;
  line-height: 1;
  color: #E50111;
  font-size: 9.0rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  z-index: 3;
}

.about_block .about_list li:before, .about_block .about_list li:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: #E50111;
  border-radius: 3px;
}

.about_block .about_list li:before {
  width: 6px;
  height: calc(100% - 20px);
}

.about_block .about_list li:after {
  width: calc(100% - 20px);
  height: 6px;
}

.about_block .about_list li {
  text-align: center;
  padding-right: 23px;
  padding-bottom: 23px;
}

.about_block .about_list li .img {
  margin-bottom: 20px;
}

.about_block .about_list li p {
  line-height: 1.66em;
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  font-weight: 700;
}

.about_block .about_list li p small {
  font-size: 0.66em;
}

/********************************************/
/* voice_block */
/********************************************/
.center_ttl {
  margin-bottom: 2em;
  color: #E50111;
  text-align: center;
  font-size: 2.0rem;
}

.center_ttl .en {
  display: block;
  color: inherit;
  font-size: 4.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.center_ttl .jp {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 1em;
  font-weight: 500;
}

.center_ttl .jp:before, .center_ttl .jp:after {
  position: absolute;
  top: 0.5em;
  content: "";
  width: 30px;
  height: 3px;
  background: #E50111;
  border-radius: 3px;
  font-size: 1em;
}

.center_ttl .jp:before {
  left: calc(100% + 8px);
}

.center_ttl .jp:after {
  right: calc(100% + 8px);
}

.voice_list li {
  position: relative;
  padding: 45px;
  background: #fff;
  border: solid 6px #333;
}

.voice_list li:not(:last-child) {
  margin-bottom: 80px;
}

.voice_list li:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 41px);
  content: "";
  width: 82px;
  height: 40px;
  background: url(../img/lp/voice-bubble.svg) no-repeat center/contain;
}

.voice_list li .ttl {
  margin-bottom: 0.9em;
  color: #E50111;
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  font-weight: 700;
}

/********************************************/
/* flow_block */
/********************************************/
.flow_block {
  max-width: 1670px;
  padding-bottom: 150px;
}

.flow_list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  margin-top: 134px;
  padding-left: 82px;
  padding-right: 82px;
  counter-reset: item;
  list-style-type: none;
  z-index: 2;
}

.flow_list:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 15px;
  background: #E50111;
  border-radius: 10px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow_list:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 47px;
  height: 100%;
  background: url(../img/lp/step-arr.svg) no-repeat center right/contain;
  z-index: -1;
}

.flow_list li {
  position: relative;
  width: 32%;
}

.flow_list li:before {
  position: absolute;
  top: -1.5em;
  left: 0;
  counter-increment: item;
  content: "STEP." counter(item, decimal-leading-zero);
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  color: #E50111;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/********************************************/
/* media_block */
/********************************************/
.media_block .video_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media_block .video_box .left {
  width: 50%;
}

.media_block .video_box .right {
  width: 50%;
}

.media_block .video_box .right .border_box {
  padding: 38px 20px 38px 28px;
  background: #fff;
  border: solid 6px #E50111;
  border-left: none;
  font-size: 2.5rem;
}

.media_block .video_box .right .border_box p {
  letter-spacing: 0;
  line-height: 1.66;
  font-size: 1em;
  font-weight: bold;
}

.media_block .video_box .right .border_box p.red_txt {
  color: #E50111;
  font-size: 1.2em;
}

.media_block .video_box .right .bg_red {
  display: block;
  margin-top: -1.3em;
  text-align: right;
}

.media_block .video_box .right .bg_red span {
  display: inline-block;
  padding: 0.5em;
  background: #E50111;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 700;
}

.media_block video {
  width: 100%;
}

/********************************************/
/* character_block */
/********************************************/
.character_block {
  padding-bottom: 150px;
}

.character_list {
  margin-bottom: 120px;
}

.character_list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.character_list li:not(:last-child) {
  margin-bottom: 80px;
}

.character_list li:nth-child(odd) {
  flex-flow: row-reverse;
}

.character_list li:nth-child(odd) .txt_img {
  left: -23%;
}

.character_list li .img_box,
.character_list li .txt_box {
  width: 50%;
}

.character_list li .txt_box {
  padding-top: 30px;
}

.character_list li .ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 0.3em;
  color: #E50111;
  font-size: clamp(4.8rem, 3vw, 6rem);
  font-weight: 700;
}

.character_list li .ttl:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: url(../img/lp/dot-line.png) repeat-x top left/contain;
}

.character_list li .ttl small {
  display: inline-block;
  padding-left: 1em;
  font-size: 0.33em;
}

.character_list li .txt_img {
  position: relative;
  width: 123%;
  max-width: 738px;
  z-index: 2;
}

.product_block {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}

.product_block:before, .product_block:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: #E50111;
  border-radius: 3px;
}

.product_block:before {
  width: 6px;
  height: calc(100% - 20px);
}

.product_block:after {
  width: calc(100% - 20px);
  height: 6px;
}

.product_block .inner {
  background: #fff;
  border: solid 6px #E50111;
  border-top: none;
}

.product_block .ttl {
  margin-bottom: 60px;
  padding: 0.8em 0.2em;
  background: #E50111;
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 700;
}

.product_block .product_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-left: 55px;
  padding-right: 55px;
}

.product_block .product_list li {
  width: 48%;
  margin-bottom: 40px;
}

/********************************************/
/* faq_block */
/********************************************/
.faq_list li {
  padding: 40px 45px;
  border: solid 6px #E50111;
  border-radius: 70px;
  background: #fff;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}

.faq_list li:not(:last-child) {
  margin-bottom: 40px;
}

.faq_list li .ttl:before,
.faq_list li .txt_base:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  line-height: 1.8em;
  border-radius: 100px;
  text-align: center;
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.faq_list li .ttl {
  position: relative;
  margin-bottom: 1.2em;
  padding: 1.2em 0 1.2em 5em;
  font-size: 1em;
  font-weight: 700;
}

.faq_list li .ttl:before {
  content: "Q";
  background: #E50111;
  color: #fff;
}

.faq_list li .txt_base {
  position: relative;
  padding: 1.2em 0 1.2em 5em;
  font-size: 1em;
}

.faq_list li .txt_base:before {
  content: "A";
  background: #fff;
  line-height: calc(1.8em - 12px);
  border: solid 6px #E50111;
  color: #E50111;
  box-sizing: border-box;
}

.faq_list li .txt_base p {
  font-weight: 500;
}

.monitor_block {
  padding-bottom: 150px;
}

/********************************************/
/* contact_form_block */
/********************************************/
.contact_form_block {
  padding-top: 0;
  padding-bottom: 20px;
}

.form_box {
  position: relative;
  margin-bottom: 70px;
  padding: 50px 30px 80px;
  border-radius: 10px;
  background: #fff;
  z-index: 2;
}

/********************************************/
/* mailform */
/********************************************/
.form_table {
  width: 100%;
}

.form_table th,
.form_table td {
  padding: 1.5em 4em;
  vertical-align: top;
  text-align: left;
}

.form_table th {
  width: 12em;
  padding: 2.2em 1em 1em 0;
  font-size: 2.0rem;
  font-weight: 700;
}

.form_table td {
  padding-right: 0;
}

.form_table .required th {
  position: relative;
  padding-right: 3em;
}

.form_table .required th:after {
  position: absolute;
  top: 2.8em;
  right: 0;
  content: "必須";
  padding: 0.2em 0.4em;
  background: #E50111;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8em;
}

.error {
  padding-top: 1em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 1.5em 1em;
  border: solid 2px #ddd;
  border-radius: 5px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}

textarea {
  height: 14em;
}

.submit_btn {
  margin-top: 30px;
}

.submit_btn .input_btn {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 0.8em;
  border: solid 2px #E50111;
  border-radius: 50px;
  background: #E50111;
  color: #fff;
  font-size: clamp(2rem, 2.5vw, 2.7rem);
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.submit_btn .input_btn:hover {
  background: #fff;
  color: #E50111;
}

.form_table input[type=radio] {
  display: none;
}

.form_table input[type=radio]:checked + span:before {
  opacity: 1;
}

.form_table .radio_button {
  padding-top: 2.3em;
}

.form_table .radio_button > span {
  margin-bottom: 5px;
}

.form_table .radio_button label span {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 1.5em 1em 0;
  padding: 0.1em 0 0.1em 25px;
  border-radius: 8px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  cursor: pointer;
}

.form_table .radio_button label span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  background: #fff;
  border: solid 2px #ddd;
  border-radius: 20px;
  content: '';
}

.form_table .radio_button label span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #E50111;
  content: '';
  opacity: 0;
  z-index: 1;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

#mw_wp_form_mw-wp-form-563.mw_wp_form_input {
  margin-top: -200px;
  padding-top: 200px;
}

/********************************************/
/* contact_check_block */
/********************************************/
.contact_check_block {
  margin-top: 90px;
}

.contact_check_block .form_table th {
  padding-top: 1.2em;
}

.contact_check_block .form_table .required th:after {
  content: none;
}

.contact_check_block .form_table .radio_button {
  padding-top: 1.2em;
}

/********************************************/
/* contact_thanks_block */
/********************************************/
.contact_thanks_block {
  margin-top: 90px;
}

.contact_thanks_block .link_txt {
  text-decoration: underline;
  color: #E50111;
}

/********************************************/
/* footer */
/********************************************/
.copyright {
  display: block;
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  font-family: 'Montserrat', sans-serif;
}

/*=============================================*/
/*media query    1450px(MV調整用) */
/*=============================================*/
@media screen and (max-width: 1450px) {
  /********************************************/
  /*main */
  /********************************************/
  .main_visual .human_img img:nth-child(2) {
    bottom: 50px;
    right: 10%;
  }
  .main_visual .human_img img:nth-child(3) {
    bottom: 60px;
    left: 8%;
  }
  .main_visual .human_img img:nth-child(4) {
    left: 5%;
  }
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
  /********************************************/
  /*main */
  /********************************************/
  .main_visual .human_img {
    display: none;
  }
  /********************************************/
  /* about_block */
  /********************************************/
  .about_block .about_list li .inner:before {
    background: linear-gradient(transparent 40%, #fff 40%);
    font-size: 7.0rem;
  }
  .about_block {
    padding-top: 100px;
  }
  .about_block:after {
    position: absolute;
    top: 40px;
    right: -80px;
    width: 33%;
  }
  /********************************************/
  /* flow_block */
  /********************************************/
  .flow_list {
    padding-left: 30px;
    padding-right: 50px;
  }
  .flow_list:before {
    height: 10px;
  }
  .flow_list:after {
    width: 33px;
  }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*=============================================*/
  /*  layout  Base                        */
  /*=============================================*/
  section {
    padding: 60px 0;
  }
  /********************************************/
  /* body fixed*/
  /********************************************/
  body {
    width: 100%;
  }
  /********************************************/
  /*header */
  /********************************************/
  .header .logo {
    width: 30%;
    max-width: 150px;
  }
  /********************************************/
  /*main */
  /********************************************/
  .main_visual {
    margin-bottom: 80px;
    padding-top: 80px;
  }
  /********************************************/
  /* contact_block */
  /********************************************/
  .contact_block .ttl span {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    text-align: left;
  }
  .contact_block .ttl span:before {
    width: 6em;
  }
  .contact_block .white_box .inner {
    display: block;
  }
  .contact_block .white_box .inner .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact_block .white_box .inner .tel_link:before {
    height: 45px;
  }
  .contact_block .white_box .inner .right {
    margin-left: 0;
  }
  /********************************************/
  /* about_block */
  /********************************************/
  .about_block .ttl:after {
    height: 5px;
    bottom: -5px;
  }
  .about_block .about_list {
    display: block;
  }
  .about_block .about_list li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .about_block .about_list li .inner:before {
    background: linear-gradient(transparent 36%, #fff 36%);
    font-size: 5.0rem;
  }
  .about_block {
    padding-top: 100px;
  }
  .about_block:after {
    top: 40px;
    right: -30px;
  }
  /********************************************/
  /* voice_block */
  /********************************************/
  .center_ttl {
    font-size: 1.6rem;
  }
  .center_ttl .en {
    font-size: 3.75em;
  }
  .voice_list li {
    padding: 30px;
  }
  .voice_list li:not(:last-child) {
    margin-bottom: 60px;
  }
  /********************************************/
  /* flow_block */
  /********************************************/
  .flow_block {
    padding-bottom: 80px;
  }
  .flow_block .txt_img {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow_list {
    display: block;
    margin-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flow_list:before, .flow_list:after {
    content: none;
  }
  .flow_list li {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .flow_list li:not(:last-child) {
    margin-bottom: 50px;
  }
  /********************************************/
  /* media_block */
  /********************************************/
  .media_block .video_box {
    display: block;
  }
  .media_block .video_box .left {
    width: 100%;
  }
  .media_block .video_box .right {
    width: 100%;
  }
  .media_block .video_box .right .border_box {
    padding: 20px 15px;
    border: solid 4px #E50111;
    border-top: none;
    font-size: 1.8rem;
  }
  .media_block video {
    display: block;
  }
  /********************************************/
  /* character_block */
  /********************************************/
  .character_block {
    padding-bottom: 100px;
  }
  .character_list {
    margin-bottom: 80px;
  }
  .character_list li {
    display: block;
  }
  .character_list li:not(:last-child) {
    margin-bottom: 60px;
  }
  .character_list li:nth-child(odd) {
    display: block;
  }
  .character_list li:nth-child(odd) .txt_img {
    left: 0;
  }
  .character_list li .img_box {
    margin-top: -60px;
  }
  .character_list li .img_box,
  .character_list li .txt_box {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .character_list li .txt_box {
    padding-top: 30px;
  }
  .character_list li .ttl {
    font-size: 3.5rem;
  }
  .character_list li .ttl:after {
    height: 5px;
    bottom: -5px;
  }
  .character_list li .ttl small {
    font-size: 0.4em;
  }
  .character_list li .txt_img {
    width: 100%;
  }
  .product_block {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .product_block .ttl {
    margin-bottom: 30px;
    padding: 0.8em 0.2em;
    font-size: clamp(1.8rem, 3.5vw, 4rem);
  }
  .product_block .product_list {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_block .product_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .price_block .table_box {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .price_block .table_box img {
    width: 100%;
  }
  /********************************************/
  /* faq_block */
  /********************************************/
  .faq_list li {
    padding: 30px 20px;
    border-radius: 30px;
  }
  .faq_list li .ttl,
  .faq_list li .txt_base {
    padding: 0.4em 0 0.4em 3em;
  }
  .faq_list li .ttl:before,
  .faq_list li .txt_base:before {
    width: 1.5em;
    line-height: 1.5em;
    font-size: 1.5em;
  }
  .faq_list li .txt_base:before {
    line-height: calc(1.5em - 6px);
    border-width: 3px;
  }
  .monitor_block {
    padding-bottom: 80px;
  }
  /********************************************/
  /* contact_form_block */
  /********************************************/
  .form_box {
    padding: 30px 20px 60px;
  }
  /********************************************/
  /* mailform */
  /********************************************/
  .form_table th,
  .form_table td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .form_table th {
    padding: 1em 1em .5em 0;
    font-size: 1.6rem;
  }
  .form_table td {
    padding-top: 0;
  }
  .form_table .required th:after {
    top: 1.1em;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    padding: 1em 1em;
  }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/

/*# sourceMappingURL=lp.css.map */