@charset "UTF-8";
/*
Theme Name: jbl_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 medium 500 bold 700 extrabold 800*/
  font-family: "M PLUS Rounded 1c", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-strict;
  color: #333;
  text-rendering: optimizeLegibility;
}
body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}

.thumbimg:hover {
  opacity: 0.9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

body {
  _display: inline;
  _zoom: 1;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr th, table tbody tr td {
  font-weight: 500;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  top: -110px;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
}

section {
  position: relative;
  display: block;
}

/****************************************
				スクロールフェード
*****************************************/
/*アニメーション要素のスタイル*/
.animation {
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animation.active {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._btn {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: -webkit-filter 200ms 0s ease;
  transition: -webkit-filter 200ms 0s ease;
  transition: filter 200ms 0s ease;
  transition: filter 200ms 0s ease, -webkit-filter 200ms 0s ease;
  border: none;
  border-radius: 50px;
  -webkit-filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.25));
}
._btn:hover {
  -webkit-filter: drop-shadow(0px 0 0px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0 0px rgba(0, 0, 0, 0.25));
}
._btn .__inn {
  position: relative;
}
._btn .__inn p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
._btn .__inn p strong {
  font-size: 160%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms 0s ease;
  transition: -webkit-transform 200ms 0s ease;
  transition: transform 200ms 0s ease;
  transition: transform 200ms 0s ease, -webkit-transform 200ms 0s ease;
  -webkit-transform: translateY(-110px);
          transform: translateY(-110px);
  background-color: #fff;
}
.header.__on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header ._inner {
  position: relative;
  height: 110px;
}
.header ._inner ul {
  position: absolute;
  top: 50%;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.header ._inner ul li:nth-child(2) {
  margin: 0 5px 0 20px;
}
.header ._inner ul li ._btn {
  width: 110px;
  border-radius: 10px;
  background-color: #333;
}
.header ._inner ul li ._btn._l {
  background-color: #06c755;
}
.header ._inner ul li ._btn .__inn {
  height: 70px;
}

.footer {
  padding: 70px 0 30px;
  text-align: center;
}
.footer p {
  font-size: 94%;
  font-weight: 500;
}

/****************************************
		top Setting 
*****************************************/
.sec_top_mv {
  position: relative;
  overflow-x: hidden;
  background-image: url(./img/top_mv_bg_01@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec_top_mv .wrap {
  min-height: 685px;
}

.top_mv_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 15px solid #ff4132;
}

.top_mv_clms {
  position: absolute;
  top: 50%;
  left: 0;
  width: 69.4%;
  max-width: 750px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  text-align: center;
}

.top_mv_clm {
  margin-top: 21px;
}
.top_mv_clm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_mv_clm ul li {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  margin-bottom: 15px;
}
.top_mv_clm ul li:nth-child(3) {
  margin-right: 0;
}
.top_mv_clm ul li:nth-child(3)::after {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
  content: "";
}

.top_mv_btns {
  margin-top: 14px;
}
.top_mv_btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 734px;
}
.top_mv_btns ul li {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}
.top_mv_btns ul li ._btn {
  width: 100%;
  background-color: #333;
}
.top_mv_btns ul li ._btn .__inn {
  height: 80px;
}

.top_mv_img {
  position: absolute;
  z-index: 11;
  right: clamp(-110px, -6vw, 0px);
  bottom: 0;
  width: 33.7%;
  max-width: 364px;
}

.sec_top_trouble {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 89px 0 0;
}

.top_trouble ._tit {
  margin-bottom: 45px;
}
.top_trouble ._tit h2 {
  text-align: center;
}
.top_trouble ._tit h2 span {
  font-size: 200%;
  font-weight: 800;
  line-height: 1.5;
}
.top_trouble ._tit h2 strong {
  font-size: 200%;
  font-weight: 800;
  line-height: 150%;
  display: block;
  color: #ff4132;
}
.top_trouble .boxs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.top_trouble .boxs .box {
  position: relative;
  width: 410px;
  height: 160px;
  border-radius: 15px;
  background: #fffde8;
}
.top_trouble .boxs .box:nth-child(3) {
  width: 310px;
}
.top_trouble .boxs .box:nth-child(3)::after {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
  content: "";
}
.top_trouble .boxs .box:nth-child(4) {
  width: 259px;
}
.top_trouble .boxs .box:nth-child(5) {
  width: 310px;
}
.top_trouble .boxs .box h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.top_trouble .boxs .box h3 span {
  font-size: 134%;
  font-weight: 500;
  line-height: 1.5;
}
.top_trouble .boxs .box h3 strong {
  font-size: 200%;
  font-weight: 800;
  line-height: 1.27;
  display: block;
  color: #ff4132;
}
.top_trouble ._clms {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.top_trouble ._clms p {
  font-size: 120%;
  font-weight: 500;
}
.top_trouble ._clms p ._pd {
  display: none;
}
.top_trouble ._ist {
  position: absolute;
}
.top_trouble ._ist.__i01 {
  top: -443px;
  right: -50px;
}
.top_trouble ._ist.__i02 {
  bottom: -86px;
  left: -110px;
}

.top_trouble_read {
  margin-top: 85px;
  text-align: center;
  background-image: url(./img/top_trouble_bg_01@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top_trouble_read .wrap {
  height: 310px;
}
.top_trouble_read .wrap::after {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  border-width: 53px 86px 0 86px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.top_trouble_read h4 {
  font-size: 200%;
  font-weight: 800;
  line-height: 45px;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

.sec_top_comparison {
  padding: 100px 0;
}

.top_comparison ._tit {
  margin-bottom: 24px;
  padding: 12px 0 13px;
  text-align: center;
  border-radius: 40px;
  background: #ff4132;
}
.top_comparison ._tit h2 {
  font-size: 134%;
  font-weight: 800;
  color: #fff;
}

.sec_top_reason {
  padding: 100px 0;
  background-color: #fefcec;
}

.top_reason ._tit {
  margin-bottom: 40px;
  text-align: center;
}
.top_reason ._tit h2 {
  font-size: 200%;
  font-weight: 800;
  line-height: 160%;
}
.top_reason ._tit h2 strong {
  font-size: 180%;
  color: #ff4132;
}
.top_reason ._tit h2 span {
  color: #ff4132;
}
.top_reason .boxs .box {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  border-radius: 10px;
  background-color: #fff;
}
.top_reason .boxs .box:last-child {
  margin-right: 0;
}
.top_reason .boxs .box_clms {
  padding: 40px 40px 0;
}
.top_reason .boxs .box_clms span {
  font-size: 334%;
  font-weight: 800;
  line-height: 1.2;
  display: block;
  text-align: center;
  color: #ff4132;
}
.top_reason .boxs .box_clms h3 {
  font-size: 134%;
  font-weight: 500;
  display: block;
  margin: 20px 0 25px;
  text-align: center;
}
.top_reason .boxs .box_clms p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
.top_reason .boxs .box_img {
  position: relative;
  height: 189px;
  text-align: center;
}
.top_reason .boxs .box_img ._pict {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.sec_top_point {
  padding: 100px 0;
}

.top_point ._tit {
  margin-bottom: 40px;
  text-align: center;
}
.top_point ._tit h2 {
  font-size: 200%;
  font-weight: 800;
  line-height: 160%;
}
.top_point ._tit h2 strong {
  font-size: 180%;
  color: #ff4132;
}
.top_point .boxs {
  display: block;
}
.top_point .boxs .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  padding: 44px 40px;
  border: 2px solid #ff4132;
  border-radius: 10px;
}
.top_point .boxs .box:last-child {
  margin-bottom: 0;
}
.top_point .boxs .box ._num {
  width: 66px;
  text-align: center;
  color: #ff4132;
}
.top_point .boxs .box ._num span {
  font-size: 94%;
  font-weight: 800;
  line-height: 1;
}
.top_point .boxs .box ._num strong {
  font-size: 334%;
  font-weight: 800;
  line-height: 1;
}
.top_point .boxs .box ._clms {
  width: calc(100% - 130px - 66px);
  margin: 0 82px 0 40px;
}
.top_point .boxs .box ._clms h3 {
  font-size: 134%;
  font-weight: 800;
  margin-bottom: 10px;
}
.top_point .boxs .box ._clms h3 strong {
  font-size: 148%;
  font-weight: 800;
  color: #ff4132;
}
.top_point .boxs .box ._clms p {
  font-size: 107%;
  font-weight: 500;
}
.top_point .boxs .box ._img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 130px;
}

.sec_top_flow {
  position: relative;
}
.sec_top_flow ._bg {
  position: absolute;
  top: 192px;
  left: 0;
  width: 100%;
  height: calc(100% - 192px);
  background-color: #fefcec;
}

.top_flow {
  padding-bottom: 95px;
}
.top_flow ._tit {
  text-align: center;
}
.top_flow ._tit span {
  font-size: 134%;
  font-weight: 800;
  line-height: 1.15;
  display: block;
  margin-bottom: 15px;
  color: #ff4132;
}
.top_flow ._tit h2 {
  font-size: 267%;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}
.top_flow ._com {
  position: relative;
  width: 500px;
  margin: 32px auto 18px;
  padding: 10px 0;
  text-align: center;
  border-radius: 40px;
  background: #ff4132;
}
.top_flow ._com::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  border-width: 18px 9px 0 9px;
  border-style: solid;
  border-color: #ff4132 transparent transparent transparent;
}
.top_flow ._com p {
  font-size: 134%;
  font-weight: 500;
  color: #fff;
}
.top_flow ._list {
  max-width: 698px;
  margin: 0 auto;
  padding: 40px 0 84px;
}
.top_flow ._list p {
  font-size: 107%;
  font-weight: 500;
  text-align: center;
}
.top_flow ._list ol {
  margin: 10px 0;
}
.top_flow ._list ol li {
  position: relative;
  padding: 8px 0 8px 43px;
  border-bottom: 1px dotted #9e9e9e;
}
.top_flow ._list ol li i {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background: #ff4132;
}
.top_flow ._list ol li strong, .top_flow ._list ol li span {
  font-size: 134%;
  font-weight: 500;
}
.top_flow ._list ol li span {
  margin-left: 15px;
}
.top_flow .boxs .box {
  position: relative;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding: 70px 40px 20px;
  border: 2px solid #ff4132;
  border-radius: 10px;
  background-color: #fff;
}
.top_flow .boxs .box:last-child {
  margin-right: 0;
}
.top_flow .boxs .box_num {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  text-align: center;
  border-radius: 50%;
  background-color: #ff4132;
}
.top_flow .boxs .box_num span {
  font-size: 107%;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin: 18px 0 3px;
  color: #fff;
}
.top_flow .boxs .box_num strong {
  font-size: 267%;
  line-height: 1;
  color: #fff;
}
.top_flow .boxs .box_img {
  text-align: center;
}
.top_flow .boxs .box_clms {
  margin-top: 20px;
}
.top_flow .boxs .box_clms h3 {
  margin-bottom: 7px;
  text-align: center;
}
.top_flow .boxs .box_clms h3 strong {
  font-size: 134%;
  font-weight: 500;
  color: #ff4132;
}
.top_flow .boxs .box_clms p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.5;
}
.top_flow .boxs .box_clms p small {
  font-size: 94%;
}
.top_flow ._foot {
  padding-top: 20px;
  text-align: center;
}
.top_flow ._foot p {
  font-size: 107%;
  font-weight: 500;
}
.top_flow ._foot h4 strong {
  font-size: 134%;
  font-weight: 500;
  display: inline;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #ff4132));
  background: linear-gradient(transparent 80%, #ff4132 0%);
}

.sec_top_voice {
  position: relative;
  padding: 100px 0;
}
.sec_top_voice ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-image: url(./img/top_dot_bg_01@2x.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 16px;
}

.top_voice ._tit {
  margin-bottom: 40px;
  text-align: center;
}
.top_voice ._tit span {
  font-size: 134%;
  font-weight: 800;
  line-height: 1.15;
  display: block;
  margin-bottom: 15px;
  color: #ff4132;
}
.top_voice ._tit p {
  font-size: 200%;
  font-weight: 800;
  margin-bottom: 10px;
}
.top_voice ._tit h2 {
  font-size: 267%;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}
.top_voice .boxs {
  display: block;
}
.top_voice .boxs .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #fff;
}
.top_voice .boxs .box:last-child {
  margin-bottom: 0;
}
.top_voice .boxs .box ._img {
  width: 180px;
}
.top_voice .boxs .box ._clms {
  width: calc(100% - 180px - 40px);
  margin-left: 40px;
}
.top_voice .boxs .box ._clms h3 {
  font-size: 134%;
  font-weight: 500;
  color: #ff4132;
}
.top_voice .boxs .box ._clms p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #9e9e9e;
}
.top_voice .boxs .box ._clms ul li {
  font-size: 94%;
  font-weight: 500;
  line-height: 1.5;
}

.sec_top_faq {
  padding: 100px 0;
}

.top_faq ._tit {
  margin-bottom: 44px;
  text-align: center;
}
.top_faq ._tit span {
  font-size: 134%;
  font-weight: 800;
  line-height: 1.15;
  display: block;
  margin-bottom: 15px;
  color: #ff4132;
}
.top_faq ._tit h2 {
  font-size: 267%;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}
.top_faq ._com {
  margin-top: 30px;
  text-align: center;
}
.top_faq ._com p {
  font-size: 134%;
  font-weight: 500;
}
.top_faq .boxs {
  display: block;
}
.top_faq .boxs .box {
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.top_faq .boxs .box:last-child {
  margin-bottom: 0;
}
.top_faq .boxs .box_head {
  position: relative;
  padding: 20px 40px;
  cursor: pointer;
}
.top_faq .boxs .box_head h3 {
  padding: 5px 64px;
}
.top_faq .boxs .box_head h3 strong {
  font-size: 134%;
  font-weight: 500;
}
.top_faq .boxs .box_head.__open ._ico img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.top_faq .boxs .box_body {
  position: relative;
  display: none;
  padding: 25px 40px;
}
.top_faq .boxs .box_body::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 80px);
  height: 1px;
  content: "";
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  background-color: #eaeaea;
}
.top_faq .boxs .box_body ._c {
  color: #ff4132;
  border-color: #ff4132;
  background-color: #fff;
}
.top_faq .boxs .box_body p {
  font-size: 134%;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 64px;
}
.top_faq .boxs ._c {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #ff4132;
  border-radius: 50%;
  background-color: #ff4132;
}
.top_faq .boxs ._ico {
  position: absolute;
  top: 30px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}
.top_faq .boxs ._ico img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec_top_message {
  position: relative;
  padding: 60px 0 73px;
}
.sec_top_message ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/top_message_bg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec_top_message.animation {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.top_message {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 80px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.top_message .animation {
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.top_message .animation.active {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.top_message ._tit {
  margin-bottom: 40px;
  text-align: center;
}
.top_message ._tit span {
  font-size: 134%;
  font-weight: 800;
  line-height: 1.15;
  display: block;
  margin-bottom: 15px;
  color: #ff4132;
}
.top_message ._tit h2 {
  font-size: 267%;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}
.top_message ._btit {
  position: relative;
  max-width: 677px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.top_message ._btit h3 {
  font-size: 200%;
  font-weight: 500;
}
.top_message ._btit ._ico {
  position: absolute;
  top: 0;
  left: 0;
}
.top_message ._btit ._ico._l {
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top_message ._com {
  text-align: center;
}
.top_message ._com p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
}
.top_message ._com p:last-child {
  margin-bottom: 0;
}

.sec_top_form {
  position: relative;
  padding: 100px 0;
}
.sec_top_form ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-image: url(./img/top_dot_bg_01@2x.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 16px;
}

.top_form ._tit {
  margin-bottom: 40px;
  text-align: center;
}
.top_form ._tit span {
  font-size: 134%;
  font-weight: 800;
  line-height: 1.15;
  display: block;
  margin-bottom: 15px;
  color: #ff4132;
}
.top_form ._tit p {
  font-size: 200%;
  font-weight: 800;
  margin-bottom: 10px;
}
.top_form ._tit h2 {
  font-size: 267%;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}
.top_form ._tbl {
  padding: 70px 0;
  border: 1px solid #eaeaea;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.top_form ._tbl table {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.top_form ._tbl table th, .top_form ._tbl table td {
  position: relative;
  padding: 15px;
  text-align: left;
  border-bottom: 1px dotted #9e9e9e;
}
.top_form ._tbl table th strong, .top_form ._tbl table td strong {
  font-size: 107%;
  font-weight: 500;
  color: #ff4132;
}
.top_form ._tbl table th ._cau, .top_form ._tbl table td ._cau {
  font-size: 107%;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 0;
  display: inline-block;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #ff4132;
}
.top_form ._tbl table th {
  width: 232px;
}
.top_form ._tbl table td {
  width: calc(100% - 232px);
  padding-left: 43px;
}
.top_form ._tbl table [type=text] {
  font-size: 107%;
  width: 320px;
  padding: 5px;
  border: none;
  border-radius: 5px;
  background-color: #d9d9d9;
}
.top_form ._tbl table select {
  font-size: 107%;
  width: 200px;
  padding: 5px;
  border: none;
  border-radius: 5px;
  background-color: #d9d9d9;
}
.top_form ._tbl table label {
  font-size: 107%;
  font-weight: 500;
}
.top_form ._tbl table label:nth-child(2) {
  margin-left: 20px;
}
.top_form ._tbl p {
  font-size: 107%;
  font-weight: 500;
  display: block;
  padding-top: 30px;
  text-align: center;
}
.top_form ._tbl p a {
  text-decoration: underline;
  color: #ff4132;
}
.top_form ._foot {
  margin-top: 40px;
  text-align: center;
}
.top_form ._foot ._btn {
  width: 430px;
  background-color: #ff4132;
}
.top_form ._foot ._btn .__inn {
  height: 60px;
}

.sec_top_company {
  position: relative;
  padding: 100px 0;
}

.top_company ._tit {
  margin-bottom: 40px;
  text-align: center;
}
.top_company ._tit span {
  font-size: 134%;
  font-weight: 800;
  line-height: 1.15;
  display: block;
  margin-bottom: 15px;
  color: #ff4132;
}
.top_company ._tit h2 {
  font-size: 267%;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}
.top_company ._tbl table {
  width: 100%;
}
.top_company ._tbl table tbody tr:first-child th {
  border-top: 2px solid #ff4132;
}
.top_company ._tbl table tbody tr:first-child td {
  border-top: 2px solid #d9d9d9;
}
.top_company ._tbl table tbody tr th, .top_company ._tbl table tbody tr td {
  font-size: 134%;
  font-weight: 500;
  padding: 25px 40px;
  text-align: left;
}
.top_company ._tbl table tbody tr th {
  width: 159px;
  white-space: nowrap;
  border-bottom: 2px solid #ff4132;
}
.top_company ._tbl table tbody tr td {
  width: calc(100% - 159px);
  border-bottom: 2px solid #d9d9d9;
}
.top_company ._tbl table tbody tr td a {
  text-decoration: underline;
  color: #ff4132;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1169px) {
  .wrap {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .top_mv_clms {
    left: 6%;
    width: 64.4%;
  }
  .top_trouble .boxs {
    font-size: 1.4vw;
    width: 90%;
  }
  .top_trouble ._clms {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .top_trouble ._clms p ._pd {
    display: block;
  }
}
@media (max-width: 820px) {
  .top_trouble .boxs .box {
    width: 40%;
  }
  .top_trouble ._ist.__i02 {
    left: -130px;
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 809px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type=submit], input[type=button] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  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;
  }
  /****************************************
  		Base Setting 
  *****************************************/
  .target_line {
    top: -90px;
  }
  .wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
  ._btn {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: -webkit-filter 200ms 0s ease;
    transition: -webkit-filter 200ms 0s ease;
    transition: filter 200ms 0s ease;
    transition: filter 200ms 0s ease, -webkit-filter 200ms 0s ease;
    border: none;
    border-radius: 50px;
    -webkit-filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.25));
  }
  ._btn:hover {
    -webkit-filter: drop-shadow(0px 0 0px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 0 0px rgba(0, 0, 0, 0.25));
  }
  ._btn .__inn {
    position: relative;
  }
  ._btn .__inn p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center;
  }
  ._btn .__inn p strong {
    font-size: 160%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
  }
  .header {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  .header ._inner {
    height: 90px;
  }
  .header ._inner ul {
    right: 10px;
  }
  .header ._inner ul li:nth-child(2) {
    margin: 0 5px;
  }
  .header ._inner ul li ._btn {
    width: 75px;
    border-radius: 10px;
    background-color: #333;
  }
  .header ._inner ul li ._btn._l {
    background-color: #06c755;
  }
  .header ._inner ul li ._btn .__inn {
    height: 70px;
  }
  .footer {
    padding: 70px 0 80px;
    text-align: center;
  }
  .footer p {
    font-size: 94%;
    font-weight: 500;
  }
  /****************************************
  		top Setting 
  *****************************************/
  .sec_top_mv {
    position: relative;
    overflow-x: hidden;
    background-image: url(./img/sp_top_mv_bg_01@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .sec_top_mv .wrap {
    min-height: 550px;
  }
  .top_mv_line {
    border: 10px solid #ff4132;
  }
  .top_mv_clms {
    position: absolute;
    z-index: 21;
    top: 25px;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
    text-align: left;
  }
  .top_mv_tit p {
    text-align: center;
  }
  .top_mv_tit p ._pict {
    display: block;
    width: 100%;
  }
  .top_mv_tit p ._pict img {
    width: 100%;
  }
  .top_mv_tit h1 {
    padding-top: 20px;
    padding-left: 25px;
  }
  .top_mv_clm {
    margin-top: 15px;
    padding-left: 25px;
  }
  .top_mv_clm ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .top_mv_clm ul li {
    width: calc((90% - 10px) / 3);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .top_mv_clm ul li:nth-child(2) {
    margin-right: 50px;
  }
  .top_mv_clm ul li:nth-child(2)::after {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
    content: "";
  }
  .top_mv_clm ul li:nth-child(3) {
    margin-right: 5px;
  }
  .top_mv_clm ul li:nth-child(3)::after {
    display: none;
  }
  .top_mv_btns {
    margin-top: 14px;
    padding-left: 25px;
  }
  .top_mv_btns ul {
    display: block;
    max-width: inherit;
  }
  .top_mv_btns ul li {
    width: 204px;
    margin-right: 0;
  }
  .top_mv_btns ul li ._btn {
    width: 100%;
  }
  .top_mv_btns ul li ._btn .__inn {
    height: 46px;
  }
  .top_mv_btns ul li ._btn .__inn p {
    width: 70%;
  }
  .top_mv_img {
    position: absolute;
    z-index: 11;
    right: -15vw;
    bottom: 0;
    width: 60%;
    max-width: inherit;
  }
  .sec_top_trouble {
    overflow: visible;
    padding: 67px 0 0;
  }
  .top_trouble ._tit {
    margin-bottom: 28px;
  }
  .top_trouble ._tit h2 span {
    font-size: 120%;
  }
  .top_trouble ._tit h2 strong {
    font-size: 120%;
  }
  .top_trouble .boxs {
    font-size: 100%;
    display: block;
    width: 100%;
    gap: 0;
  }
  .top_trouble .boxs .box {
    width: 100%;
    height: 117px;
    margin-bottom: 20px;
  }
  .top_trouble .boxs .box:nth-child(3) {
    width: 100%;
  }
  .top_trouble .boxs .box:nth-child(4) {
    width: 100%;
  }
  .top_trouble .boxs .box:nth-child(5) {
    width: 100%;
    margin-bottom: 0;
  }
  .top_trouble .boxs .box h3 span {
    font-size: 107%;
  }
  .top_trouble .boxs .box h3 strong {
    font-size: 160%;
  }
  .top_trouble ._clms {
    position: relative;
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .top_trouble ._clms p {
    font-size: 107%;
    line-height: 1.5;
  }
  .top_trouble ._clms p ._pd {
    display: none;
  }
  .top_trouble ._ist {
    position: absolute;
  }
  .top_trouble ._ist.__i01 {
    top: -313px;
    right: -5px;
    width: 91px;
  }
  .top_trouble ._ist.__i02 {
    bottom: -140px;
    left: 0;
    width: 130px;
  }
  .top_trouble_read {
    margin-top: 140px;
    background-image: url(./img/sp_top_trouble_bg_01@2x.png);
  }
  .top_trouble_read .wrap {
    height: 273px;
  }
  .top_trouble_read .wrap::after {
    border-width: 34px 48.5px 0 48.5px;
  }
  .top_trouble_read h4 {
    font-size: 134%;
    line-height: 1.5;
    top: 55%;
  }
  .sec_top_comparison {
    padding: 70px 0;
  }
  .top_comparison ._tit h2 {
    font-size: 107%;
  }
  .sec_top_reason {
    padding: 70px 0;
  }
  .top_reason ._tit {
    margin-bottom: 30px;
  }
  .top_reason ._tit h2 {
    font-size: 120%;
  }
  .top_reason ._tit h2 strong {
    font-size: 150%;
  }
  .top_reason .boxs {
    display: block;
  }
  .top_reason .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_reason .boxs .box:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .sec_top_point {
    padding: 70px 0 58px;
  }
  .top_point ._tit {
    margin-bottom: 30px;
  }
  .top_point ._tit h2 {
    font-size: 120%;
  }
  .top_point ._tit h2 strong {
    font-size: 150%;
  }
  .top_point .boxs {
    display: block;
  }
  .top_point .boxs .box {
    display: block;
    margin-bottom: 0;
    margin-bottom: 20px;
    padding: 30px 40px 40px;
    border-radius: 10px;
  }
  .top_point .boxs .box:last-child {
    margin-bottom: 0;
  }
  .top_point .boxs .box:nth-child(1) ._img ._pict {
    width: 100px;
  }
  .top_point .boxs .box:nth-child(2) ._img ._pict {
    width: 88px;
  }
  .top_point .boxs .box:nth-child(3) ._img ._pict {
    width: 99px;
  }
  .top_point .boxs .box:nth-child(4) ._img ._pict {
    width: 97px;
  }
  .top_point .boxs .box:nth-child(5) ._img ._pict {
    width: 104px;
  }
  .top_point .boxs .box ._num {
    width: 100%;
    text-align: center;
  }
  .top_point .boxs .box ._num strong {
    display: block;
  }
  .top_point .boxs .box ._clms {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .top_point .boxs .box ._clms h3 {
    font-size: 107%;
    margin-bottom: 18px;
  }
  .top_point .boxs .box ._clms p {
    font-size: 107%;
    text-align: justify;
  }
  .top_point .boxs .box ._img {
    width: 100%;
    margin: 20px 0 15px;
    text-align: center;
  }
  .top_point .boxs .box ._img ._pict {
    display: inline-block;
  }
  .sec_top_flow ._bg {
    top: 152px;
    height: calc(100% - 152px);
  }
  .top_flow {
    padding-bottom: 75px;
  }
  .top_flow ._tit span {
    font-size: 107%;
    margin-bottom: 15px;
  }
  .top_flow ._tit h2 {
    font-size: 174%;
  }
  .top_flow ._com {
    width: 100%;
  }
  .top_flow ._com p {
    font-size: 107%;
  }
  .top_flow ._list {
    max-width: 698px;
    margin: 0 auto;
    padding: 40px 0 84px;
  }
  .top_flow ._list p {
    font-size: 94%;
  }
  .top_flow ._list ol {
    margin: 20px 0;
  }
  .top_flow ._list ol li {
    padding: 12px 0 12px 33px;
  }
  .top_flow ._list ol li i {
    top: 15px;
    left: 10px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .top_flow ._list ol li strong, .top_flow ._list ol li span {
    font-size: 107%;
    font-weight: 500;
  }
  .top_flow ._list ol li span {
    display: block;
    margin-left: 0;
  }
  .top_flow .boxs {
    display: block;
  }
  .top_flow .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
    padding: 70px 40px 30px;
  }
  .top_flow .boxs .box:last-child {
    margin-bottom: 0;
  }
  .top_flow ._foot p {
    font-size: 94%;
    font-weight: 500;
  }
  .top_flow ._foot h4 {
    display: block;
    margin-top: 10px;
  }
  .top_flow ._foot h4 strong {
    font-size: 120%;
    display: inline;
    padding-bottom: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #ff4132));
    background: linear-gradient(transparent 90%, #ff4132 0%);
  }
  .sec_top_voice {
    padding: 86px 0;
  }
  .top_voice ._tit {
    margin-bottom: 35px;
  }
  .top_voice ._tit span {
    font-size: 107%;
    margin-bottom: 15px;
  }
  .top_voice ._tit p {
    font-size: 120%;
    margin-bottom: 8px;
  }
  .top_voice ._tit h2 {
    font-size: 174%;
  }
  .top_voice .boxs .box {
    display: block;
    margin-bottom: 15px;
    padding: 50px 40px;
    border-radius: 10px;
    background-color: #fff;
  }
  .top_voice .boxs .box:last-child {
    margin-bottom: 0;
  }
  .top_voice .boxs .box ._img {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
  .top_voice .boxs .box ._img ._pict {
    display: inline-block;
    width: 160px;
  }
  .top_voice .boxs .box ._clms {
    width: 100%;
    margin-left: 0;
  }
  .top_voice .boxs .box ._clms h3 {
    font-size: 134%;
    line-height: 1.4;
    text-align: center;
  }
  .top_voice .boxs .box ._clms p {
    font-size: 107%;
    line-height: 1.5;
    margin: 33px 0 20px;
    padding-bottom: 20px;
  }
  .top_voice .boxs .box ._clms ul li {
    line-height: 1.5;
  }
  .sec_top_faq {
    padding: 70px 0;
  }
  .top_faq ._tit {
    margin-bottom: 44px;
    text-align: center;
  }
  .top_faq ._tit span {
    font-size: 107%;
    margin-bottom: 25px;
  }
  .top_faq ._tit h2 {
    font-size: 174%;
  }
  .top_faq ._com {
    margin-top: 10px;
  }
  .top_faq ._com p {
    font-size: 107%;
  }
  .top_faq .boxs .box {
    margin-bottom: 15px;
  }
  .top_faq .boxs .box_head {
    padding: 10px 20px;
  }
  .top_faq .boxs .box_head h3 {
    padding: 5px 25px;
  }
  .top_faq .boxs .box_body {
    padding: 15px 10px 20px 20px;
  }
  .top_faq .boxs .box_body::before {
    width: calc(100% - 40px);
  }
  .top_faq .boxs .box_body p {
    font-weight: 500;
    line-height: 1.5;
    padding: 0 25px;
  }
  .top_faq .boxs ._c {
    font-size: 20px;
    line-height: 28px;
    top: 18px;
    left: 10px;
    width: 28px;
    height: 28px;
  }
  .top_faq .boxs ._ico {
    top: 30px;
    right: 20px;
    width: 19px;
    height: 19px;
  }
  .top_faq .boxs ._ico img {
    width: 11px;
  }
  .sec_top_message {
    padding: 50px 0;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .sec_top_message ._bg {
    position: fixed;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec_top_message.animation.active {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .top_message {
    padding: 50px 0;
  }
  .top_message ._tit {
    margin-bottom: 30px;
  }
  .top_message ._tit span {
    font-size: 107%;
  }
  .top_message ._tit h2 {
    font-size: 174%;
    line-height: 1.15;
  }
  .top_message ._btit {
    padding: 20px 0;
  }
  .top_message ._btit h3 {
    font-size: 134%;
  }
  .top_message ._btit ._ico {
    left: 15px;
  }
  .top_message ._btit ._ico img {
    width: 21px;
  }
  .top_message ._btit ._ico._l {
    right: 15px;
  }
  .top_message ._com {
    margin-top: 35px;
    padding: 0 30px;
  }
  .top_message ._com p {
    margin-bottom: 25px;
  }
  .top_message ._com p:last-child {
    margin-bottom: 0;
  }
  .sec_top_form {
    padding: 61px 0;
  }
  .top_form ._tit {
    margin-bottom: 35px;
  }
  .top_form ._tit span {
    font-size: 107%;
    margin-bottom: 20px;
  }
  .top_form ._tit h2 {
    font-size: 174%;
  }
  .top_form ._tbl {
    padding: 40px 40px 30px;
  }
  .top_form ._tbl table {
    display: block;
  }
  .top_form ._tbl table tbody, .top_form ._tbl table tr {
    display: block;
  }
  .top_form ._tbl table th, .top_form ._tbl table td {
    display: block;
  }
  .top_form ._tbl table th ._cau, .top_form ._tbl table td ._cau {
    font-size: 94%;
    position: relative;
    top: inherit;
    right: inherit;
    width: 64px;
  }
  .top_form ._tbl table th {
    width: 100%;
    padding: 10px 0 0 0;
    border: none;
  }
  .top_form ._tbl table td {
    width: 100%;
    padding: 10px 0 10px 0;
  }
  .top_form ._tbl table [type=text] {
    width: 100%;
  }
  .top_form ._tbl table select {
    width: 100%;
  }
  .top_form ._tbl p {
    padding-top: 10px;
    text-align: left;
  }
  .top_form ._foot {
    margin-top: 30px;
  }
  .top_form ._foot ._btn {
    width: 260px;
  }
  .top_form ._foot ._btn .__inn {
    height: 40px;
  }
  .sec_top_company {
    padding: 70px 0 0;
  }
  .top_company ._tit {
    margin-bottom: 32px;
  }
  .top_company ._tit span {
    font-size: 107%;
    margin-bottom: 25px;
  }
  .top_company ._tit h2 {
    font-size: 174%;
  }
  .top_company ._tbl table tbody tr th, .top_company ._tbl table tbody tr td {
    font-size: 107%;
    padding: 11px 5px;
  }
  .top_company ._tbl table tbody tr th {
    width: 84px;
  }
  .top_company ._tbl table tbody tr td {
    width: calc(100% - 84px);
  }
}/*# sourceMappingURL=style.css.map */