@charset "UTF-8";
/*----------------------------------
        setting
----------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, address, em, img, q, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tr, th, td, article, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size: 16px;*/
  vertical-align: baseline;
  background: transparent;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font-weight: 600;
}
html, body {
  min-width: 1300px;
  color: #222222;
  line-height: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  overflow-x: hidden;
}

ul, ol {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

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

.wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
main{
  margin: 90px 0 0;
}

/*----------------------------------
				content
----------------------------------*/
a:hover {
  opacity: 0.7;
}

.sec_title_b, .sec_title_w {
  text-align: center;
  position: relative;
}
.sec_title_b h2, .sec_title_w h2 {
  display: inline-block;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.6;
  position: relative;
}
.sec_title_b h2 span, .sec_title_w h2 span {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  display: inline-block;
}
.sec_title_b h2 .large, .sec_title_w h2 .large {
  font-size: 8.6rem;
  line-height: 0.8;
  color: #ffed20;
}
.sec_title_b h2 {
  color: #0369b6;
  text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -2px #fff, 0px 2px #fff, 0px -2px #fff, -2px 0px #fff, 2px 0px #fff;
}
.sec_title_b h2::before, .sec_title_b h2::after {
  background-image: url(../img/shape.png);
}
.sec_title_w {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
}
.sec_title_w h2 {
  color: #fff;
  text-shadow: 2px 2px #024b82, -2px -2px #024b82, -2px 2px #024b82, 2px -2px #024b82, 0px 2px #024b82, 0px -2px #024b82, -2px 0px #024b82, 2px 0px #024b82;
  margin: 10px 0 0;
}
.sec_title_w h2::before, .sec_title_w h2::after {
  background-image: url(../img/shape02.png);
}
.sec_title_w .sec_title_img {
  width: 380px;
  margin: 0 auto;
}
.shine {
  position: relative;
  overflow: hidden;
}
.shine::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*--------header------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  z-index: 999;
  background-color: #0475ca;
}
header .h_top {
  border-bottom: 1px solid #fff;
  /*background-color: #fff;*/
  height: 90px;
}
header .h_top .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
header .h_top .wrapper .logo p {
  font-size: 1.4rem;
  margin: 0 0 5px;
  color: #fff;
}
header .h_top .wrapper .logo img {
  width: 360px;
}
header .h_top .wrapper .tel {
  margin: 0 0 0 auto;
}
header .h_top .wrapper .tel p {
  font-size: 4.6rem;
  font-weight: 900;
  color: #df0202;
  text-shadow: 2px 2px #fff, -2px -2px #fff,
 -2px 2px #fff, 2px -2px #fff,
 0px 2px #fff, 0px -2px #fff,
 -2px 0px #fff, 2px 0px #fff;
  line-height: 1;
  margin: 0 5px 2px;
  letter-spacing: -2px;
}

header .h_top .wrapper .tel p img {
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

header .h_top .wrapper .tel span {
  display: block;
  border-radius: 15px;
  border: 1px solid #2034ca;
  background-color: #fff;
  color: #007bd7;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 4px;
  line-height: 18px;
}
#header_scroll .h_top {
  height: 90px;
  border-top: 1px solid #cc0d15;
  border-bottom: none;
  position: fixed;
  bottom: -130px;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#header_scroll .h_top .wrapper .logo {
  width: 360px;
  margin: 0 0 0 30px;
}
#header_scroll .h_top .wrapper .logo img{
  width: 100%;
}
#header_scroll .h_top .wrapper .head_img {
  width: 270px;
  margin: 0 0 25px 5px;
}
#header_scroll .h_top .wrapper .tel {
  position: absolute;
  top: 10px;
  right: 30px;
}

/*--------footer------------------------*/
footer {
  padding: 0 0 80px;
}
footer .f_top {
  border-bottom: 1px solid #0475ca;
}
footer .f_top .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 120px;
}
footer .f_top .wrapper .logo p {
  font-size: 1.4rem;
  margin: 5px 0 0;
}
footer .f_top .wrapper .logo img {
  width: 360px;
}
footer .f_top .wrapper .tel {
  margin: 0 0 0 auto;
}
footer .f_top .wrapper .tel p {
  font-size: 4.6rem;
  font-weight: 900;
  color: #df0202;
  text-shadow: 2px 2px #fff, -2px -2px #fff,
 -2px 2px #fff, 2px -2px #fff,
 0px 2px #fff, 0px -2px #fff,
 -2px 0px #fff, 2px 0px #fff;
  line-height: 1;
  margin: 0 5px 5px;
}
footer .f_top .wrapper .tel p img {
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: baseline;
}
footer .f_top .wrapper .tel span {
  display: block;
  border-radius: 15px;
  border: 1px solid #2034ca;
  background-color: #fff;
  color: #007bd7;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 4px;
  line-height: 18px;
}
footer .copyright {
  background-color: #0369b6;
  font-size: 1.2rem;
  color: #fff;
  height: 70px;
  padding: 20px 0 0;
  text-align: center;
}
#pagetop {
  position: fixed;
  bottom: 180px;
  right: 2vw;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #59b7ff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 996;
}

#pagetop::before, #pagetop::after {
  content: "";
  width: 25px;
  height: 5px;
  background-color: #fff;
  position: absolute;
}

#pagetop::before {
  top: 20px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pagetop::after {
  top: 20px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------mv------------------------*/
#mv {
  position: relative;
}
#mv h1 {
  height: auto;
  min-height: auto;
}

/*--------trouble_tel------------------------*/
.trouble_tel {
  background-color: #0067b4;
  position: relative;
  height: 125px;
}
.trouble_tel .wrapper {
  height: 100%;
}
.trouble_tel .person {
  width: 155px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.trouble_tel .wrapper .card {
  width: 775px;
  margin: 15px 0px 0 60px;
}
.trouble_tel .wrapper .tpoint {
  width: 160px;
  position: absolute;
  top: -110px;
  right: 140px;
}
/*--------section_trouble------------------------*/
#section_trouble {
  padding: 0 0 40px;
  background-color: #b6dafc;
}
#section_trouble .sec_title_w {
  background-image: url(../img/flow_top_bg.png);
  height: 230px;
}
#section_trouble .sec_title_w h2 {
  line-height: 1.2;
  margin: 40px 0 0;
}

#section_trouble .wrapper .container {
  padding: 25px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#section_trouble .wrapper .container .content {
  width: 235px;
  position: relative;
}
#section_trouble .wrapper .container .content .txt1 {
  text-align: center;
  padding: 5px 0 15px;
  font-size: 2.4rem;
  font-weight: 900;
  color: #0475ca;
  text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -2px #fff, 0px 2px #fff, 0px -2px #fff, -2px 0px #fff, 2px 0px #fff;
}
#section_trouble .wrapper .txt2 {
  text-align: center;
  font-size: 2rem;
  padding: 50px 0 20px;
  color: #0f4d7c;
  line-height: 1.3;
  font-weight: 900;
}
#section_trouble .wrapper .txt2 span {
  background-color: #ffed20;
  display: inline-block;
  line-height: 1;
  font-weight: 900;
}
#section_trouble .wrapper .txt3 {
  text-align: center;
  color: #0f4d7c;
}
#section_trouble .wrapper .coupon {
  width: 100%;
  height: 170px;
}

/*--------section_coupon------------------------*/
#section_coupon{
  padding: 0 0 50px;
	background-color: #fffab1;
}
#section_coupon .wrapper p {
  padding: 40px 0 0;
}
#section_coupon .wrapper p:nth-child(1) img {
  height: 379px;
}
#section_coupon .wrapper p:nth-child(2) img {
  height: 127px;
}
/*--------section_reason------------------------*/
#section_reason{
  background-color: #e5e5e5;
}
#section_reason .sec_title_w {
  background-image: url(../img/reason_top_bg.png);
  height: 260px;
}
#section_reason .sec_title_w h2 {
  font-size: 3.6rem;
  margin-bottom: 5px;
  margin-top: 30px;
}
#section_reason .sec_title_w h2 span {
  font-size: 6.6rem;
}
#section_reason .sec_bg .wrapper .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 25px 0 50px;
}
#section_reason .sec_bg .wrapper .container .content {
  width: 32%;
  margin: 30px 0 0;
  text-align: center;
}
#section_reason .sec_bg .wrapper .container .content .img {
  position: relative;
}
#section_reason .sec_bg .wrapper .container .content .img .point {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 2.4rem;
  color: #ffed20;
  background-color: #0369b6;
  padding: 10px 5px;
  font-weight: 900;
}
#section_reason .sec_bg .wrapper .container .content .txt1 {
  font-size: 2.6rem;
  color: #ffed20;
  padding: 15px 0;
  background-color: #007bd7;
  text-shadow: 2px 2px #024b82, -2px -2px #024b82, -2px 2px #024b82, 2px -2px #024b82, 0px 2px #024b82, 0px -2px #024b82, -2px 0px #024b82, 2px 0px #024b82;
}
#section_reason .sec_bg .wrapper .container .content .txt2 {
  line-height: 1.6;
  padding: 10px;
  border: 5px solid #007bd7;
  background-color: #fff;
  text-align: left;
  color: #222;
  height: 205px;
}

/*--------section_tel------------------------*/
#section_tel {
  padding: 40px 0;
  background-color: #b0ddff;
}
#section_tel .wrapper .content {
  background-image: url(../img/tel_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#section_tel .wrapper .content .txt_box {
  padding: 15px 0 5px 25px;
  position: relative;
}
#section_tel .wrapper .content .txt_box .img {
  position: absolute;
  bottom: -220px;
  right: 30px;
  width: 190px;
}
#section_tel .wrapper .content .txt_box .txt1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 5px;
  position: relative;
  z-index: 1;
  max-width: 780px;
}
#section_tel .wrapper .content .txt_box .txt1 span {
  background-color: #ffed20;
  border-radius: 5px;
  display: inline-block;
  padding: 2px;
  margin: 0 2px 0 0;
}
#section_tel .wrapper .content .txt_box .txt1 span span {
  font-size: 2.5rem;
  font-weight: 900;
  color: #df0202;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid;
  padding: 3px 15px 5px;
  margin: 0;
}
#section_tel .wrapper .content .txt_box .txt2 {
  font-size: 4.4rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.4;
  position: relative;
}
#section_tel .wrapper .content .txt_box .txt2 .r {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 2px;
  margin: 0 5px 0 0;
}
#section_tel .wrapper .content .txt_box .txt2 .r span {
  font-size: 6.5rem;
  font-weight: 900;
  color: #0475ca;
  background-color: #ffed20;
  border-radius: 3px;
  border: 2px solid;
  display: block;
  padding: 3px 5px 5px;
  margin: 0;
  line-height: 1;
}
#section_tel .wrapper .content .txt_box .txt2 .r span span {
  font-size: 4.6rem;
  border: none;
  padding: 0;
  display: inline-block;
}
#section_tel .wrapper .content .txt_box .txt2 .w {
  font-size: 6.5rem;
  font-weight: 900;
  color: #fff;
}
#section_tel .wrapper .content .tel {
  width: 100%;
  padding: 0 20px 30px;
  position: relative;
  z-index: 0;
}
#section_tel .wrapper .content .tel a {
  display: block;
  height: 268px;
}
#section_tel .wrapper .content .tel a p {
  text-shadow: 2px 2px #fff57f, -2px -2px #fff57f,
 -2px 2px #fff57f, 2px -2px #fff57f,
 0px 2px #fff57f, 0px -2px #fff57f,
 -2px 0px #fff57f, 2px 0px #fff57f;
  font-size: 11.5rem;
  font-weight: 900;
  color: #fb0202;
  position: absolute;
  top: 100px;
  right: 45px;
  letter-spacing: -4px;
  font-family: 'Noto Sans JP', sans-serif;
}
#section_tel .wrapper .content .tel a p::before {
  content: attr(data-split);
  position: absolute;
  top: 0;
  left: 0;
  height: 55%;
  color: #df0202;
  overflow: hidden;
}

#section_tel .wrapper .content .tel::before {
  content: "";
  position: absolute;
  width: 960px;
  height: 265px;
  border-radius: 10px 10px 40px 40px;
  background-color: #0475ca;
}

/*--------section_flow------------------------*/
#section_flow {
  position: relative;
  background-position: 100% 100%;
}
#section_flow .sec_title_w {
  background-image: url(../img/flow_top_bg.png);
  height: 228px;
  margin-bottom: 40px;
}
#section_flow .sec_title_w h2 {
  margin: 60px 0 0;
  font-size: 3.6rem;
  letter-spacing: -3px;
}
#section_flow .sec_title_w h2 span {
  font-size: 6.6rem;
}
#section_flow .wrapper .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  background-color: #dceeff;
  position: relative;
  border: 1px solid #0369b6;
  margin-bottom: 50px;
}
#section_flow .wrapper .container::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #0369b6 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#section_flow .wrapper .container::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #dceeff transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
#section_flow .wrapper .container:last-child::before, #section_flow .wrapper .container:last-child::after {
  content: none;
}
#section_flow .wrapper .container .img {
  width: 256px;
}
#section_flow .wrapper .container .content {
  margin: 0 0 20px;
  width: calc( 100% - 256px);
  padding-left: 15px;
}
#section_flow .wrapper .container .content .txt1 {
  font-size: 2rem;
  font-weight: 900;
  color: #0369b6;
  height: 95px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#section_flow .wrapper .container .content .txt1 .step {
  background-color: #0369b6;
  font-size: 2.6rem;
  font-weight: 900;
  color: #ffed20;
  display: block;
  width: 95px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_flow .wrapper .container .content .txt1 .step_list-ttl {
  width: calc( 100% - 95px);
  background: #fff;
  height: 100%;
  /* display: block; */
  padding: 5px 30px;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.3;
}
#section_flow .wrapper .container .content .txt2 {
  margin: 10px 0 0;
  font-size: 2rem;
  line-height: 1.5;
}

/*--------section_price------------------------*/
/*--------section_qa------------------------*/
#section_qa {
  padding: 0 0 90px;
  position: relative;
}
#section_qa .sec_title_w {
  background-image: url(../img/qa_top_bg.png);
  height: 200px;
}
#section_qa .sec_title_w h2 {
  margin: 45px 0 0;
}
#section_qa .sec_title_w h2 span {
  font-size: 2rem;
}
#section_qa .wrapper .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #007bd7;
  margin: 30px 0 0;
  padding: 20px;
}
#section_qa .wrapper .container .content {
  width: calc( 100% - 295px);
  padding-left: 20px;
}
#section_qa .wrapper .container .content .q {
  font-size: 3.4rem;
  color: #fff;
  margin: 0 0 20px;
  position: relative;
  padding-left: 115px;
  background-image: url(../img/Q.png);
  background-size: 90px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
#section_qa .wrapper .container .content .a {
  font-size: 2rem;
  color: #0369b6;
  line-height: 1.6;
  position: relative;
  color: #fff;
}
#section_qa .wrapper .container .border {
  width: 100%;
  border-top: 1px dashed #898989;
  margin: 40px 0;
}

/*--------section_ex------------------------*/
#section_ex {
  background-color: #f1f1f1;
}
#section_ex .sec_title_w {
  background-image: url(../img/price_top_bg.png);
  height: 200px;
}
#section_ex .sec_title_w h2 {
  margin: 45px 0 0;
}
#section_ex .sec_title_w h2 span {
  font-size: 2rem;
}
#section_ex .sec_bg {
  background-image: url(../img/ex_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  padding: 0 0 50px;
}
#section_ex .sec_bg .wrapper .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0;
}
#section_ex .sec_bg .wrapper .container .img {
  width: 195px;
  height: 241px;
}
#section_ex .sec_bg .wrapper .container .content {
  width: 780px;
}
#section_ex .sec_bg .wrapper .container .content .txt_box {
  display: -webkit-flex;
  display: flex;
  line-height: 60px;
  border: 2px solid #df0202;
  background-color: #fff;
}
#section_ex .sec_bg .wrapper .container .content .txt_box .txt1 {
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  width: 190px;
  background-color: #df0202;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_ex .sec_bg .wrapper .container .content .txt_box .txt2 {
  font-size: 3rem;
  width: calc(100% - 190px);
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#section_ex .sec_bg .wrapper .container .content .txt3_ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 20px 0 0;
}
#section_ex .sec_bg .wrapper .container .content .txt3 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 20px 0 0;
}
#section_ex .sec_bg .wrapper .voice_link{
  text-align: right;
  font-size: 1.6rem;
  margin: 0 20px 20px 0;
  color: #007bd7;
}
#section_ex .sec_bg .wrapper .txt4 {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

/*--------page-company------------------------*/
.area{
  background-color: #f1f1f1;
  padding: 30px 0;
}
.area .wrapper p:first-child{
  font-size: 2rem;
  border-left: 6px solid #0369b6;
  padding: 5px 0 5px 10px;
}
.area .wrapper p:last-child{
  color: #007bd7;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 10px 0 0;
}
#page-company {
  padding: 40px 0 20px;
}
#page-company .wrapper .container {
  margin: 0 auto;
}
#page-company .wrapper .container .content {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 15px;
}
#page-company .wrapper .container .content p {
  font-size: 1.6rem;
  line-height: 1.4;
}

/*----------------------------------
				sp
----------------------------------*/
@media screen and (max-width: 767px) {
  html, body {
    min-width: 320px;
  }

  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
  main{
    margin: 90px 0 0;
  }

  /*----------------------------------
  				content
  ----------------------------------*/
  .sec_title_b h2, .sec_title_w h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .sec_title_b h2 .large, .sec_title_w h2 .large {
    font-size: 4.3rem;
  }
  .sec_title_b h2::before, .sec_title_b h2::after, .sec_title_w h2::before, .sec_title_w h2::after {
    display: none;
  }
  .sec_title_w .sec_title_img {
    width: 220px;
  }
  .shine::after {
    width: 30px;
  }
  .square {
    width: 100%;
    height: 22vw;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .triangle {
    width: 100%;
    height: 3vw;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .triangle::before {
    border-width: 3.5vw 0 0 80vw;
  }
  .triangle::after {
    border-width: 0 0 3.5vw 80vw;
  }

  /*--------header------------------------*/
  header{
    min-width: 320px;
  }
  header .h_top {
    position: relative;
    z-index: 999;
    height: 90px;
  }
  header .h_top .wrapper {
    height: 72%;
  }
  header .h_top .wrapper .logo {
    max-width: 220px;
    width: auto;
    margin: 0 5px 0 0;
  }
  header .h_top .wrapper .logo img {
    width: 100%;
  }
  header .h_top .wrapper .tel {
    width: 155px;
    margin: 0 0 0 auto;
  }
  header .h_top .card {
    height: 28%;
    text-align: center;
    background-color: #fff;
  }
  header .h_top .card img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  #header_scroll .h_top {
    border-top: 1px solid #cc0d15;
    bottom: -210px;
    height: auto;
    background-color: #fff;
  }
  #header_scroll .h_top .wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  #header_scroll .h_top .wrapper .tel {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  #header_scroll .h_top .wrapper .tel p {
    font-size: 8.2vw;
    color: #fff;
    text-shadow: none;
    position: absolute;
    bottom: 35%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    white-space: nowrap;
    letter-spacing: -1px;
  }
  #header_scroll .h_top .wrapper .card{
    margin: 0;
    line-height: 1;
  }
  #header_scroll .h_top .wrapper label {
    margin: 0 0 0 auto;
  }

  /*--------footer------------------------*/
  footer {
    padding: 10px 0 19.5vw;
  }
  footer .f_top{
    border: none;
  }
  footer .f_top .wrapper {
    padding: 0 0 0 10px;
    height: 75px;
  }
  footer .f_top .wrapper .logo {
    width: 100%;
  }
  footer .f_top .wrapper .logo img{
    max-width: 280px;
    width: auto;
  }
  footer .f_top .wrapper .logo p {
    font-size: 1.0rem;
  }
  footer .copyright {
    font-size: 1.0rem;
    height: auto;
    padding: 0;
    line-height: 25px;
  }
  footer .f_banner {
    position: fixed;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    display: block;
    width: 100%;
    padding: 0 10px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
  }
  footer .f_banner img {
    margin: 0vw 0 0;
  }
  footer .f_banner .txt {
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
  }
  footer .f_banner .txt p {
    font-size: 1.6rem;
    -webkit-animation: flash 2s ease-in-out infinite;
    animation: flash 2s ease-in-out infinite;
  }
  footer .f_banner .txt p span {
    font-weight: 700;
  }
  footer .f_banner .txt p span span {
    color: #e60012;
  }
  main {
    overflow: hidden;
  }
  @keyframes flash {
    0% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  #pagetop {
    bottom: 40vw;
  }
  /*--------mv------------------------*/
  #mv h1 {
    height: auto;
    min-height: auto;
  }
  /*--------trouble_tel------------------------*/
  /*--------section_trouble------------------------*/
  #section_trouble {
    padding: 0 0 50px;
  }
  #section_trouble .sec_title_w {
    background-image: url(../img/sp/flow_top_bg.png);
    height: 115px;
  }
  #section_trouble .sec_title_w h2 {
    font-size: 2.0rem;
    margin: 20px 0 0;
    line-height: 1.4;
  }
  #section_trouble .wrapper .container {
    padding-top: 0;
  }
  #section_trouble .wrapper .container .content {
    width: 48%;
    margin: 20px 0 5px;
  }
  #section_trouble .wrapper .container .content::before {
    width: 40px;
    height: 20px;
    top: -20px;
    left: 46%;
  }
  #section_trouble .wrapper .container .content .txt1 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 0;
  }
  #section_trouble .wrapper .txt2 {
    font-size: 1.7rem;
    letter-spacing: -1px;
    line-height: 1.5;
  }
  #section_trouble .wrapper .txt2 span {
    display: initial;
    background-color: inherit;
  }
  #section_trouble .wrapper .txt3 {
    font-size: 1.4rem;
  }
  #section_trouble .wrapper .coupon {
    height: 65vw;
  }
  
  /*--------section_coupon------------------------*/
  #section_coupon .wrapper p {
    padding: 20px 0 0;
  }
  #section_coupon .wrapper p:nth-child(1) img {
    height: 72vw;
  }
  #section_coupon .wrapper p:nth-child(2) img {
    height: 47.5vw;
  }
  /*--------section_reason------------------------*/
  #section_reason .sec_title_w {
    background-image: url(../img/sp/reason_top_bg.png);
    height: 160px;
  }
  #section_reason .sec_title_w h2 {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  #section_reason .sec_title_w h2 span {
    font-size: 3.3rem;
  }
  #section_reason .sec_bg {
    background-size: contain;
    background-image: none;
    padding-bottom: 50px;
  }
  #section_reason .sec_bg .wrapper .container {
    padding: 30px 0 0;
  }
  #section_reason .sec_bg .wrapper .container .content {
    width: 48%;
    margin: 10px 0 0;
  }
  #section_reason .sec_bg .wrapper .container .content .img {
    width: 100%;
    margin: 0;
  }
  #section_reason .sec_bg .wrapper .container .content .img .point {
    font-size: 1.2rem;
    top: 2px;
    left: 2px;
    padding: 7px 5px;
  }
  #section_reason .sec_bg .wrapper .container .content .txt1 {
    min-width: 100%;
    font-size: 1.8rem;
    padding: 5px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  #section_reason .sec_bg .wrapper .container .content .txt2 {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 15px 10px;
    border: 3px solid #007bd7;
    height: 230px;
  }
  #section_reason .sec_bg .wrapper .container .content .txt2 span {
    margin: 10px 0 0;
  }

  /*--------section_tel------------------------*/
  #section_tel {
    padding: 20px 0 30px;
  }
  #section_tel .wrapper .content {
    background-size: 100% 100%;
    padding-bottom: 10px;
  }
  #section_tel .wrapper .content .txt_box {
    padding: 15px 0 5px 5px;
  }
  #section_tel .wrapper .content .txt_box .img {
    bottom: -16vw;
    right: -5px;
    z-index: 0;
    width: 21.2vw;
  }
  #section_tel .wrapper .content .txt_box .txt1 {
    width: 83%;
    margin: 0 0 5px;
  }
  #section_tel .wrapper .content .txt_box .txt1 span span {
    font-size: 1.1rem;
    padding: 3px;
  }
  #section_tel .wrapper .content .txt_box .txt2 {
    max-width: 375px;
    margin: 0 auto;
    font-size: 1.7rem;
    position: relative;
    z-index: 1;
  }
  #section_tel .wrapper .content .txt_box .txt2 .r {
    margin: 0;
  }
  #section_tel .wrapper .content .txt_box .txt2 .r span {
    font-size: 2.7rem;
    padding: 3px;
    letter-spacing: -3px;
  }
  #section_tel .wrapper .content .txt_box .txt2 .r span span {
    font-size: 2rem;
  }
  #section_tel .wrapper .content .txt_box .txt2 .w {
    font-size: 2.7rem;
  }
  #section_tel .wrapper .content .tel {
    padding: 0 5px 10px;
  }
  #section_tel .wrapper .content .tel a {
    height: 25.6vw;
  }
  #section_tel .wrapper .content .tel a p {
    font-size: 11.5vw;
    top: auto;
    bottom: 16%;
    left: 17%;
    letter-spacing: -2px;
    white-space: nowrap;
  }
  
  #section_tel .wrapper .content .tel::before {
    display: none;
  }
  #section_tel .wrapper .content .item {
    bottom: -65px;
    right: -10px;
    width: 110px;
  }

  /*--------section_flow------------------------*/
  #section_flow {
    padding: 0;
    background: none;
  }
  #section_flow .sec_title_w {
    height: 115px;
    background-image: url(../img/sp/flow_top_bg.png);
    margin-bottom: 15px;
  }
  #section_flow .sec_title_w h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-top: 15px;
  }
  #section_flow .sec_title_w h2 span {
    font-size: 3.3rem;
  }
  #section_flow .wrapper .container {
    width: 100%;
    min-height: 200px;
    padding: 10px 15px;
    display: block;
    margin-bottom: 35px;
  }
  #section_flow .wrapper .container::before {
    border-width: 15px 25px 0 25px;
    bottom: -15px;
  }
  #section_flow .wrapper .container::after {
    border-width: 15px 25px 0 25px;
    bottom: -14px;
  }
  #section_flow .wrapper .container .content {
    margin: 0 0 5px;
    width: 100%;
    padding: 0;
  }
  #section_flow .wrapper .container .content .img {
    width: 40%;
    float: left;
    display: block;
    margin-right: 15px;
  }
  #section_flow .wrapper .container .content .txt1 {
    margin: 0 0 15px;
    font-size: 1.8rem;
    height: 62px;
  }
  #section_flow .wrapper .container .content .txt1 .step {
    width: 75px;
    font-size: 1.8rem;
  }
  #section_flow .wrapper .container .content .txt1 .step_list-ttl {
    font-size: 1.8rem;
    padding: 8px 15px;
    width: calc(100% - 75px);
  }
  #section_flow .wrapper .container .content .txt2 {
    margin: 5px 0 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #section_flow .flow_bg {
    width: 100%;
    height: 97.3vw;
  }

  /*--------section_price------------------------*/
  /*--------qa_tel------------------------*/
  .qa_tel {
    padding: 22.5vw 0 0;
  }
  .qa_tel a {
    width: 100%;
    top: 0;
  }
  .qa_tel .person {
    width: 24vw;
    position: absolute;
    bottom: 5px;
    left: 0px;
  }

  /*--------section_qa------------------------*/
  #section_qa {
    padding: 0 0 40px;
  }
  #section_qa .sec_title_w {
    height: 100px;
    background-image: url("../img/sp/qa_top_bg.png");
  }
  #section_qa .sec_title_w h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  #section_qa .sec_title_w h2 span {
    font-size: 1.6rem;
  }
  #section_qa .wrapper .container {
    display: block;
    margin: 15px 0 0;
    padding: 15px 10px 40px;
  }
  #section_qa .wrapper .container .content {
    width: 100%;
    padding-left: 0;
  }
  #section_qa .wrapper .container .content .q {
    font-size: 1.8rem;
    margin: 20px 0 15px;
    height: 65px;
    background-size: 65px;
    padding-left: 90px;
    line-height: 1.3;
  }
  #section_qa .wrapper .container .content .q::before {
    width: 20px;
    height: 20px;
    top: -5px;
    left: -30px;
  }
  #section_qa .wrapper .container .content .a {
    font-size: 1.8rem;
  }
  #section_qa .wrapper .container .content .a span {
    font-size: 1.0rem;
  }
  #section_qa .wrapper .container .content .a::before {
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
  }
  #section_qa .wrapper .container .img {
    width: 48%;
    margin: 0 auto;
  }

  /*--------section_ex------------------------*/
  #section_ex .sec_title_w {
    background-image: url(../img/sp/ex_top_bg.png);
    height: 115px;
    margin-bottom: 40px;
  }
  #section_ex .sec_title_w h2 {
    margin: 25px 0 0;
  }
  #section_ex .sec_title_w h2 span {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #section_ex .sec_bg {
    background: none;
    padding: 0 0 30px;
  }
  #section_ex .sec_bg .wrapper .container {
    display: block;
    margin: 15px 0 25px;
  }
  #section_ex .sec_bg .wrapper .container .img {
    width: 100px;
    height: 33vw;
    margin: 0 auto 20px;
  }
  #section_ex .sec_bg .wrapper .container .content {
    width: 100%;
  }
  #section_ex .sec_bg .wrapper .container .content .txt_box {
    width: 100%;
    line-height: 30px;
  }
  #section_ex .sec_bg .wrapper .container .content .txt_box .txt1 {
    font-size: 1.3rem;
    width: 30%;
  }
  #section_ex .sec_bg .wrapper .container .content .txt_box .txt2 {
    font-size: 1.8rem;
    width: 70%;
    padding: 0 20px;
  }
  #section_ex .sec_bg .wrapper .container .content .txt3 {
    font-size: 1.3rem;
    margin: 10px 0 0;
  }
  #section_ex .sec_bg .wrapper .txt4 {
    font-size: 1.0rem;
  }

  /*--------page-company------------------------*/
  .area{
    padding: 20px 0;
  }
  .area .wrapper p:first-child{
    font-size: 1.8rem;
  }
  .area .wrapper p:last-child{
    font-size: 1.5rem;
    word-break: keep-all;
  }
  #page-company {
    padding: 20px 0 0;
  }
  #page-company .wrapper .container {
    width: 100%;
  }
  #page-company .wrapper .container .content {
    display: block;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 374px) {
  /*----------------------------------
  				content
  ----------------------------------*/
  /*--------header------------------------*/
  /*--------footer------------------------*/
  /*--------mv------------------------*/
  /*--------trouble_tel------------------------*/
  /*--------section_trouble------------------------*/
  #section_trouble .sec_title_w h2{
    font-size: 1.8rem;
  }
  #section_trouble .wrapper .container .content .txt1{
    font-size: 1.6rem;
  }
  #section_trouble .wrapper .txt2{
    font-size: 1.4rem;
  }
  /*--------section_reason------------------------*/
  #section_reason .sec_bg .wrapper .container .content .txt1 {
    font-size: 1.3rem;
  }
  #section_reason .sec_bg .wrapper .container .content .txt2{
    padding: 5px 4px;
  }
  /*--------section_tel------------------------*/
  #section_tel .wrapper .content .txt_box .txt1 {
    font-size: 1rem;
  }
  #section_tel .wrapper .content .txt_box .txt1 span {
    padding: 1px;
    margin: 0;
  }
  #section_tel .wrapper .content .txt_box .txt1 span span {
    font-size: 1rem;
    padding: 1px;
  }
  #section_tel .wrapper .content .txt_box .txt2 {
    font-size: 1.6rem;
  }
  #section_tel .wrapper .content .txt_box .txt2 .r span {
    font-size: 2.6rem;
    padding: 2px;
  }
  #section_tel .wrapper .content .txt_box .txt2 .w {
    font-size: 2.2rem;
  }

  /*--------section_flow------------------------*/
  #section_flow .wrapper .container .content .txt1 .step_list-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 8px 5px;
  }
  
  /*--------section_price------------------------*/
  #section_price .wrapper .credit .content .txt1 {
    font-size: 1.0rem;
  }
  #section_price .wrapper .credit .content .txt2 {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    width: 140%;
  }
  /*--------page-contact------------------------*/
}
/***
 *** glass
 *******************************/
