/* =layout
-------------------------------------------------------------- */
/*reset*/
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

/*common*/
#wrapper {
  overflow: hidden;
}

.content-width {
  width: 1024px;
  padding: 0 12px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sec-ttl {
  text-align: center;
}

/*responsive*/
.sp {
  display: none;
}

.bx-viewport {
  background: none;
}

@media screen and (max-width: 640px) {
  .content-width {
    width: 640px;
    padding: 0 20px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}

/* =header
-------------------------------------------------------------- */
#header {
  background: url('../images/bg_header.png') no-repeat scroll center/cover;
  padding: 7.5px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}

#header #logo-box {
  width: 500px;
}

#header #tel-box .pc {
  display: block;
}

#header #contact-box a {
  display: block;
  width: 240px;
  background: #eb4136;
  padding: 9px 0;
  margin-left: 20px;
  border-radius: 23px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #header {
    padding: 15px 0;
  }

  #header #contact-box a {
    font-size: 2.2rem;
    padding: 11px 0;
    border-radius: 30px;
    margin-left: 16px;
  }

  #tel-box a {
    display: block;
    width: 240px;
    background: #fff;
    padding: 9px 0;
    margin-left: 20px;
    border: 2px solid #109d59;
    border-radius: 30px;
    font-size: 2.2rem;
    color: #109d59;
    text-align: center;
  }
}

/* =mainvisual
-------------------------------------------------------------- */
#mainvisual {
  background: url('../images/bg_mainvisual.png') no-repeat scroll center/cover;
  padding: 90px 0;
  margin-top: 70px;
  text-align: center;
}

#mainvisual .mv-images {
  text-align: center;
}

#mainvisual .cv-btn {
  margin-top: 30px;
  display: inline-block;
}

#mainvisual .cv-btn a {
  display: block;
  width: 540px;
  background: rgba(235, 65, 54, .6);
  padding: 15px 0;
  border: 3px solid #eb4136;
  border-radius: 40px;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
}

#mainvisual .certification {
  top: -100px;
  right: 12px;
}

@media screen and (max-width: 640px) {
  #mainvisual {
    margin-top: 90px;
  }

  #mainvisual .cv-btn {
    width: 100%;
  }

  #mainvisual .cv-btn a {
    width: 100%;
  }
}

/* =sec-campaign
-------------------------------------------------------------- */
.sec-campaign {
  padding-bottom: 30px;
}

.sec-campaign .imgbox {
  margin-top: -84px;
}

@media screen and (max-width: 640px) {
  .sec-campaign {
    padding-bottom: 40px;
  }

  .sec-campaign .imgbox {
    margin-top: 0;
  }
}

/* =trouble
-------------------------------------------------------------- */
#problem {
  background: #f0f0f0;
  padding: 100px 0 70px;
}

#problem .sec-ttl {
  font-size: 3.0rem;
  color: #5b5b5b;
}

#problem .sec-ttl span {
  padding-right: 30px;
  position: relative;
}

#problem .sec-ttl span::after {
  content: url('../images/ico_problem_ttl.png');
  position: absolute;
  right: -26px;
  bottom: -4px;
}

#problem .item-container {
  background: url('../images/bg_problem_left.png') no-repeat scroll top left -5px,
    url('../images/bg_problem_right.png') no-repeat scroll bottom right 34px;
  background-color: #5b5b5b;
  margin: 40px 0 0;
  padding: 30px 50px;
  border-radius: 20px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#problem .item-container li {
  background: url('../images/ico_checkbox.png') no-repeat scroll top 5px left;
  display: inline-block;
  width: 50%;
  padding: 5px 0 5px 30px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#problem .item-container li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #problem {
    padding: 40px 0 60px;
  }

  #problem .sec-ttl {
    font-size: 3.2rem;
  }

  #problem .sec-ttl span {
    letter-spacing: -2px;
  }

  #problem .sec-ttl span::after {
    right: -22px;
  }

  #problem .item-container {
    padding: 30px 10px 30px 30px;
  }

  #problem .item-container li:nth-child(n) {
    background: url('../images/ico_checkbox_sp.png') no-repeat scroll top 5px left;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding: 5px 0 5px 40px;
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
}


/* =about
-------------------------------------------------------------- */
#about {
  background: url('../images/bg_about.png') no-repeat scroll center/cover;
  padding: 60px 0 70px;
}

#about .content-width::after {
  content: url('../images/img_about.png');
  position: absolute;
  top: 26px;
  right: 0;
}

#about .inner {
  width: 50%;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#about .sec-ttl {
  font-size: 3.6rem;
  text-align: left;
  color: #feba01
}

#about p {
  margin: 30px 0 0;
  line-height: 2;
  color: #fff;
}

#about #streetview-box {
  bottom: 54px;
  right: 14px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #about {
    padding: 50px 0 455px;
  }

  #about .sec-ttl {
    font-size: 4.25rem;
  }

  #about .sec-ttl span {
    line-height: 1.4;
  }

  #about p {
    font-size: 2.0rem;
    line-height: 1.6;
  }

  #about .inner {
    width: 100%;
    padding-right: 0;
  }

  #about .content-width::after {
    top: 500px;
    right: 76px;
  }

  #about #streetview-box {
    bottom: -335px;
    right: 90px;
  }
}

/* =merit
-------------------------------------------------------------- */
#merit {
  padding: 70px 0 0;
}

#merit .sec-ttl span {
  display: inline-block;
  vertical-align: middle;
}

#merit .sec-ttl .ttl-left {
  position: relative;
  padding-right: 20px;
  font-size: 2.2rem;
  text-align: right;
  line-height: 1.2;
}

#merit .sec-ttl .ttl-left::after {
  content: url('../images/img_merit_ttl.png');
  position: absolute;
  top: -22px;
  right: -44px;
}

#merit .sec-ttl .ttl-right {
  padding-left: 50px;
  font-size: 3.6rem;
  color: #0f9d59;
}

#merit .item-container {
  margin-top: 60px;
}

#merit .item-box .cell {
  width: 50%;
  height: 300px;
  min-height: 300px;
}

#merit .item-box:nth-child(1) .bg-box {
  background: url('../images/img_merit01.png') no-repeat scroll center/cover;
}

#merit .item-box:nth-child(2) .bg-box {
  background: url('../images/img_merit02.png') no-repeat scroll center/cover;
}

#merit .item-box .text-box {
  padding-top: 80px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#merit .item-box:nth-child(2) .text-box {
  text-align: right;
}

#merit .item-box .text-box .item-inner {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#merit .item-box:nth-child(1) .text-box .item-inner {
  padding-left: 30px;
}

#merit .item-box:nth-child(2) .text-box .item-inner {
  padding-right: 30px;
  text-align: left;
}

#merit .item-box .text-box .sub-ttl {
  position: relative;
  font-size: 2.4rem;
  color: #0f9d59;
}

#merit .item-box .text-box .sub-ttl::before {
  position: absolute;
  left: 5px;
  top: -55px;
}

#merit .item-box:nth-child(1) .text-box .sub-ttl::before {
  content: url('../images/ico_merit01.png');
}

#merit .item-box:nth-child(2) .text-box .sub-ttl::before {
  content: url('../images/ico_merit02.png');
}

#merit .item-box .text-box .sub-ttl::after {
  content: '';
  display: block;
  background: #0f9d59;
  width: 70px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

#merit .item-box .text-box .sub-ttl span {
  line-height: 1.2;
}

#merit .item-box .text-box p {
  margin: 40px 0 0;
}

@media screen and (max-width: 640px) {
  #merit {
    padding: 90px 0 0;
  }

  #merit .item-box {
    margin-bottom: 40px;
  }

  #merit .item-box .cell {
    padding-top: 60px;
    height: auto;
    min-height: auto;
  }

  #merit .item-box .bg-box {
    height: 300px;
    width: 600px !important;
    margin: 0 auto;
  }

  #merit .item-box .bg-box,
  #merit .item-box .text-box {
    width: 100%;
    display: block;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #merit .item-box .text-box .item-inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  #merit .item-box .text-box .sub-ttl {
    font-size: 2.7rem;
  }

  #merit .item-box .text-box .sub-ttl::after {
    width: 76px;
  }

  #merit .item-box:nth-child(1) .text-box .sub-ttl::before {
    content: url('../images/ico_merit01_sp.png');
  }

  #merit .item-box:nth-child(2) .text-box .sub-ttl::before {
    content: url('../images/ico_merit02_sp.png');
  }

  #merit .item-box .text-box p {
    font-size: 2.0rem;
  }
}

/* =
-------------------------------------------------------------- */
#service {
  background: url('../images/bg_service.png') no-repeat scroll center/cover;
  padding: 130px 0 80px;
}

#service .sec-ttl {
  position: relative;
  font-size: 3.6rem;
  color: #fff;
}

#service .sec-ttl::before {
  content: url('../images/ico_service_logo.png');
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  margin: auto;
}

#service .sec-ttl::after {
  content: url('../images/img_service_line.png');
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  margin: auto;
}

#service .item-container {
  margin-top: 100px;
}

#service .item-box {
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#service .item-box:nth-child(1) {
  text-align: right;
}

#service .item-box:last-child {
  margin-bottom: 0;
}

#service .item-box .item-inner {
  position: relative;
  display: inline-block;
  width: 90%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#service .item-box:nth-child(1) .item-inner {
  text-align: left;
  padding: 20px 80px 20px 130px;
}

#service .item-box:nth-child(2) .item-inner {
  padding: 20px 180px 20px 40px;
}

#service .item-box .item-inner::before,
#service .item-box .item-inner::after {
  position: absolute;
}

#service .item-box:nth-child(1) .item-inner::before {
  content: url('../images/img_service01.png');
  left: -96px;
  bottom: -30px;
}

#service .item-box:nth-child(2) .item-inner::after {
  content: url('../images/img_service02.png');
  right: -112px;
  bottom: -30px;
}

#service .item-box .item-inner .sub-ttl {
  font-size: 3.0rem;
  color: #0f9d59
}

#service .item-box .item-inner ul {
  margin: 10px 0;
  list-style-type: none;
  padding: 0;
}

#service .item-box .item-inner ul li {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 20px;
}

#service .item-box .item-inner ul li::before {
  content: '';
  display: block;
  background: #0f9d59;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

#service .item-box .item-inner p {
  margin: 10px 0 0;
}

@media screen and (max-width: 640px) {
  #service {
    padding: 150px 0 100px;
  }

  #service .sec-ttl span {
    letter-spacing: -1px;
  }

  #service .sec-ttl::after {
    display: none;
  }

  #service .item-container {
    margin-top: 60px;
  }

  #service .item-box .item-inner {
    width: 100%;
  }

  #service .item-box:nth-child(1) .item-inner {
    padding-left: 170px;
    padding-right: 30px;
  }

  #service .item-box:nth-child(1) .item-inner::before {
    left: -50px;
  }

  #service .item-box:nth-child(2) .item-inner {
    padding-right: 170px;
    padding-left: 30px;
  }

  #service .item-box:nth-child(2) .item-inner::after {
    right: -50px;
  }

  #service .item-box .item-inner p {
    font-size: 1.8rem;
  }
}

/* =resultt
-------------------------------------------------------------- */
#result {
  background: url('../images/bg_result.png') no-repeat scroll center/cover;
  padding: 60px 0 80px;
}

#result .sec-ttl {
  font-size: 3.6rem;
  color: #fff;
}

#result p {
  margin: 20px 0 0;
}

#result p span {
  display: block;
  text-align: center;
}

#result p span:first-child {
  color: #fff;
}

#result p span:last-child {
  margin-top: 10px;
  font-size: 2.5rem;
  color: #feba01;
  font-weight: bold;
}

#result .imgbox {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #result {
    padding: 50px 0 80px;
  }

  #result p {
    margin-top: 40px;
  }

  #result p span:first-child {
    font-size: 2.0rem;
  }

  #result p span:last-child {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

/* =example
-------------------------------------------------------------- */
#example {
  background: url('../images/bg_example.png') no-repeat scroll center/cover;
  padding: 60px 0;
}

#example .sec-ttl {
  font-size: 3.6rem;
  color: #fff;
}

#example .bx-wrapper {
  max-width: 100% !important;
  margin-top: 45px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

#example .bx-viewport {
  overflow: visible !important;
}

#example .bxslider li {
  display: inline-block;
  vertical-align: bottom;
  width: 478px;
  border: 8px solid #fff;
  margin-right: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#example .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 74px;
  margin-top: -37px;
}

#example .bx-wrapper .bx-prev {
  background: url('../images/img_slider_prev.png') no-repeat scroll center;
  left: -48px;
}

#example .bx-wrapper .bx-next {
  background: url('../images/img_slider_next.png') no-repeat scroll center;
  right: -48px;
}

@media screen and (max-width: 640px) {
  #example .bxslider li {
    margin: 0 60px;
  }

  #example .bx-wrapper .bx-prev {
    left: 5px;
  }

  #example .bx-wrapper .bx-next {
    right: 5px;
  }
}

/* =fee
-------------------------------------------------------------- */
#fee {
  background: url('../images/bg_fee.png') repeat scroll top left;
  padding: 70px 0;
}

#fee .sec-ttl {
  font-size: 3.6rem;
  color: #0f9d59;
}

#fee .item-container {
  position: relative;
  padding-top: 90px;
  padding-left: 246px;
}

#fee .item-container::before {
  content: url('../images/img_fee.png');
  position: absolute;
  left: 0;
  bottom: 0;
}

#fee .inner {
  font-size: 0;
}

#fee .item-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 94%;
  margin-right: 4%;
}

#fee .item-box::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #0f9d58 transparent transparent transparent;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  margin: auto;
}

#fee .item-box .sub-ttl {
  position: absolute;
  background: #0f9d59;
  width: 100%;
  padding: 12px 0;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  top: -28px;
}

#fee .item-box p {
  background: #fff;
  padding: 56px 0 18px;
  text-align: center;
}

#fee .notice {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  #fee {
    padding: 70px 0 60px;
  }

  #fee .sec-ttl {
    line-height: 1.2;
  }

  #fee .item-container {
    padding-left: 0;
    padding-top: 50px;
  }

  #fee .item-container::before {
    display: none;
  }

  #fee .item-box {
    width: 100%;
    margin-right: 4%;
  }

  #fee .item-box:last-child {
    margin-right: 0;
  }
}

#point {
  background: url(../images/bg_about.png) no-repeat scroll center/cover;
  padding: 60px 0 70px;
  text-align: center;
  color: #fff;
}

#point .sec-ttl {
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 40px;
}


/* =danda
-------------------------------------------------------------- */
#qanda {
  padding: 70px 0 80px;
}

#qanda .sec-ttl {
  font-size: 3.6rem;
  color: #0f9d59;
}

#qanda .item-container {
  border: 2px solid #028b2e;
  padding: 40px 30px 40px 60px;
  margin-top: 60px;
}

#qanda .item-box {
  margin-bottom: 65px;
}

#qanda .item-box:last-child {
  margin-bottom: 0;
}

#qanda .question,
#qanda .answer {
  padding: 25px 0 25px 60px;
  margin: 0;
}

#qanda .question {
  background: url('../images/ico_question.png') no-repeat scroll top left;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f9d59;
}

#qanda .answer {
  background: url('../images/ico_answer.png') no-repeat scroll top left;
}

@media screen and (max-width: 640px) {
  #qanda {
    padding: 40px 0 50px;
  }

  #qanda .item-container {
    padding: 40px 20px;
    margin-top: 50px;
  }

  #qanda .item-box {
    margin-bottom: 30px;
  }

  #qanda .question,
  #qanda .answer {
    font-size: 2.2rem;
    padding: 20px 0 20px 60px;
  }
}

/* =flow
-------------------------------------------------------------- */
#flow {
  background: url('../images/bg_fee.png') repeat scroll top left;
  padding: 60px 0 80px;
}

#flow .sec-ttl {
  font-size: 3.6rem;
  color: #0f9d59;
}

#flow .item-container {
  font-size: 0;
  margin-top: 40px;
}

#flow .item-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin-right: 8%;
}

#flow .item-box:last-child {
  margin-right: 0;
}

#flow .item-box::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #0f9d58;
  bottom: 87px;
  right: -47px;
}

#flow .item-box:last-child::after {
  display: none;
}

@media screen and (max-width: 640px) {
  #flow {
    padding: 60px 0;
  }

  #flow .item-box:nth-child(n) {
    width: 32%;
    margin-bottom: 5%;
    margin-right: 0;
  }

  #flow .item-box:nth-child(1) {
    margin-right: 6%;
  }

  #flow .item-box:nth-child(2) {
    margin-right: 30%;
  }

  #flow .item-box:nth-child(3) {
    margin-left: 30%;
  }

  #flow .item-box:nth-child(4) {
    margin-left: 6%;
  }

  #flow .item-box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  #flow .item-box::after {
    right: -26px;
  }
}

/* =inquiry
-------------------------------------------------------------- */
#inquiry {
  padding: 70px 0 100px;
}

#inquiry .sec-ttl {
  font-size: 3.6rem;
  color: #0f9d59;
}

#inquiry .item-container {
  margin-top: 55px;
}

#inquiry .form-box {
  padding: 0 5%;
}

#inquiry .form-box input[type="text"],
#inquiry .form-box input[type="email"],
#inquiry .form-box textarea {
  background: #e2e2e2;
  border-color: #e2e2e2;
  width: 100%;
  font-size: 1.6rem;
  padding: 6px;
  box-shadow: none;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#inquiry .submit-box {
  margin-top: 60px;
  text-align: center;
}

#inquiry .submit-box input[type="submit"] {
  width: 56%;
  background: #cf3d3c;
  border: none;
  border-radius: 5px;
  padding: 16px 0;
  box-shadow: none;
  font-size: 2.0rem;
  color: #fff;
  /*noto*/
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.02em;
  display: inline-block;
  padding: 0.4em 0 0\0;
}

#inquiry .submit-box input[type="submit"]:hover {
  opacity: .7;
  cursor: pointer;
}

.terms {
  background-color: rgba(0, 0, 0, .05);
  margin-top: 2em;
  padding: 2.5em 2.5% 2em;
}

.terms-content {
  background-color: rgba(0, 0, 0, .075);
  font-size: 12px;
  height: 140px;
  margin-top: 1.5em;
  max-height: 140px;
  overflow-y: scroll;
  padding: 0 2.5%;
}

.terms-content h4,
.terms-content b {
  font-weight: 700;
}

.terms-agree-block {
  font-weight: 700;
  margin-top: 1.5em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #inquiry {
    padding: 70px 0 200px;
  }

  #inquiry .form-box {
    padding: 0;
  }

  #inquiry .form-box input[type="text"],
  #inquiry .form-box input[type="email"],
  #inquiry .form-box textarea {
    font-size: 2.2rem;
    padding: 11px;
  }

  #inquiry .submit-box {
    margin-top: 40px;
  }

  #inquiry .submit-box input[type="submit"] {
    width: 100%;
  }
}

/* =footer
-------------------------------------------------------------- */
#footer {
  background: #0eb358;
}

#footer {
  margin: 0;
  padding: 24px 0 10px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}

.privary-policy {
  text-align: center;
}

.privary-policy__link {
  color: #fff !important;
  text-align: center;
}

/* =thank
-------------------------------------------------------------- */
#thanks p {
  padding: 300px 0;
  font-size: 3.6rem;
  color: #0f9d59;
  text-align: center;
}
