@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: "dartsfont";
  src: url("./font/dartsfont.woff2");
}
/* =======================================
						 ▼▼▼▼ ALL ▼▼▼▼
	 ======================================= */
* {
  border: none;
  box-sizing: border-box;
}

body {
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: #ffffff;
}

p {
  font-family: "Noto Sans JP", "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select {
  border: solid 1px #000;
}

input:focus, select:focus, button:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

header {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: none;
  justify-content: space-between;
}
header h1 {
  padding: 2.8vw;
  display: flex;
  align-items: center;
  font-weight: normal;
  width: 60%;
}
header h1 img {
  width: 33vw;
  margin-right: 1vw;
}
header .btn_block {
  width: 40%;
  padding: 2.8vw 2.8vw 2.8vw 0;
  display: flex;
  justify-content: center;
}
header .btn_block a {
  width: 40%;
  display: block;
  text-align: center;
  margin: 0 1vw;
}
header .btn_block a > span {
  display: block;
  color: #ffffff;
  background: #F26968;
  padding: 1vw 5.8vw;
}

.wrap {
  background: #FBFAF5;
  width: 100%;
}
.wrap img {
  width: 100%;
}
.wrap .treelist {
  padding: 3.4vw;
}
.wrap .btns {
  padding: 35vw 3.4vw 2vw 0;
  background: url(./img/bg_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10vw;
}
.wrap .btns a {
  width: 76vw;
  margin: 0 5vw 1vw 9.6vw;
  display: block;
}
.wrap .campaign{
  position:relative;
  top:-41vw;
  margin-bottom:-41vw;
}

.wrap .trouble {
  padding: 0 0 3.4vw 3.4vw;
}
.wrap .trouble h2 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  width: 100%;
  margin-bottom: 3.87vw;
}
.wrap .trouble .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #F26968;
}
.wrap .trouble .items .item {
  width: 50%;
  text-align: center;
  margin: 0 0 4.3vw;
}
.wrap .trouble .items .item h3 {
  display: flex;
  align-items: center;
  min-height: 60px;
  justify-content: center;
  font-size: 14px;
}
.wrap .trouble .items .item img {
  width: 80%;
}
.wrap .clear {
  padding: 3.4vw;
}
.wrap .reason {
  margin: 5vw 3.4vw 5vw 5vw;
}
.wrap .reason h2 {
  text-align: center;
}
.wrap .reason h2 img {
  width: 60%;
}
.wrap .reason .items .item {
  margin: 1vw 0;
  position: relative;
  padding: 3vw;
  display: flex;
}
.wrap .reason .items .item .icon {
  width: 13.888vw;
}
.wrap .reason .items .item .infor {
  margin-left: 1vw;
}
.wrap .reason .items .item h3 {
  color: #47834C;
  font-size: 7vw;
  font-weight: 900;
}
.wrap .reason .items .item p {
  font-size: 3.7vw;
  text-align: left;
  line-height: 1.5;
}
.wrap .price {
  padding: 2.88vw;
}
.wrap .price h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
.wrap .price .items {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}
.wrap .price .items .item {
  margin: 5vw 0 11.3vw;
}
.wrap .price .items .item h3 {
  font-size: 18px;
  margin: 0 0 5vw;
}
.wrap .price .items .item .priceimage {
  display: block;
  margin: 0 auto 2vw;
}
.wrap .price .items .item ul {
  border-top: solid 1px #F26968;
  margin: 5.19vw 0;
}
.wrap .price .items .item ul li {
  border-bottom: solid 1px #F26968;
  padding: 5.19vw 0 5.19vw 7.5vw;
  position: relative;
}
.wrap .price .items .item ul li:before {
  position: absolute;
  left: 0;
  top: 4vw;
  background: url(./img/icon_check.png) no-repeat;
  background-size: contain;
  content: " ";
  width: 7vw;
  height: 7vw;
}
.wrap .voice {
  padding: 6.84vw 6.84vw 0;
}
.wrap .voice h2 {
  text-align: center;
}
.wrap .voice h2 img {
  width: 70%;
}
.wrap .voice .items {
  margin: 5vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.wrap .voice .items .item {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  margin-bottom: 5vw;
  align-items: flex-start;
}
.wrap .voice .items .item img {
  display: block;
  width: 30%;
}
.wrap .voice .items .item .infor {
  padding: 2vw 0;
}
.wrap .voice .items .item .infor span {
  display: block;
  margin: 5vw 0 5vw 5vw;
}
.wrap .voice .items .item .infor span.type {
  background: #47834C;
  color: #ffffff;
  border-radius: 0 5vw 5vw 0;
  padding: 2vw;
  margin: 0;
}
.wrap .voice .items .item .infor span.detail {
  line-height: 1.3;
}
.wrap .voice .items .item h3 {
  border-bottom: solid 1px #575757;
  padding: 0 0 3vw;
  margin: 0 0 3vw;
}
.wrap .voice .items .item h3 span {
  display: block;
  color: #9A9A9A;
}
.wrap .voice .items .item p {
  margin: 2vw;
  font-family: "dartsfont";
  font-size: 3.5vw;
}
.wrap .step {
  padding: 6vw 3.55vw 6vw;
}
.wrap .step h2 {
  text-align: center;
}
.wrap .step h2 img {
  width: 80%;
}
.wrap .step .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.wrap .step .items .item {
  position: relative;
  margin: 5vw 0;
  display: flex;
  align-items: flex-start;
  z-index: 10;
}
.wrap .step .items .item .infor {
  width: 60%;
  margin-left: 2vw;
}
.wrap .step .items .item .infor span {
  color: #47834C;
  font-size: 10vw;
}
.wrap .step .items .item .infor h3 {
  color: #47834C;
  font-size: 5vw;
  text-align: left;
  position: relative;
}
.wrap .step .items .item .infor p {
  padding: 2vw 0;
  display: block;
  margin: 0 auto;
  font-size: 4vw;
}
.wrap .step .items .item > img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.wrap .step .items .item .ansin {
  width: 80%;
}
.wrap .step .items .item:after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  border: solid 5px #47834C;
  height: 100%;
  left: 18vw;
  top: 34vw;
  z-index: -1;
}
.wrap .step .items .item:nth-child(4):after {
  border: none;
  height: 0;
}
.wrap .area {
  margin: 3.4vw;
}
.wrap .question {
  padding: 6.84vw 3.4vw;
}
.wrap .question h2 {
  margin-bottom: 6vw;
  text-align: center;
}
.wrap .question h2 img {
  width: 70%;
}
.wrap .question .items .item {
  padding: 3vw;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  margin: 5vw 0;
  background: #ffffff;
}
.wrap .question .items .item h3 {
  border-bottom: solid 1px #CCCCCC;
  position: relative;
  padding: 2vw 0;
  display: flex;
  align-items: flex-end;
  color: #47834C;
  font-size: 4vw;
}
.wrap .question .items .item h3 span {
  display: inline-block;
  width: 5vw;
  text-align: center;
  margin-right: 0.5vw;
  font-size: 5vw;
}
.wrap .question .items .item article p {
  display: flex;
  align-items: flex-end;
  padding: 2vw 0;
  font-size: 4vw;
}
.wrap .question .items .item article p span {
  color: #cccccc;
  display: inline-block;
  width: 5vw;
  text-align: center;
  margin-right: 0.5vw;
  font-size: 5vw;
  line-height: 1;
}
.wrap .contact {
  margin: 5vw 3.4vw;
  border: solid #ADCCB0 8px;
  border-radius: 5vw;
  padding: 6vw 3vw;
  background: #ffffff;
}
.wrap .contact h2 {
  font-size: 9vw;
  text-align: center;
}
.wrap .contact > p {
  text-align: center;
  padding: 6vw;
}
.wrap .contact form {
  padding: 16px;
}
.wrap .contact form .item {
  margin: 32px 0;
}
.wrap .contact form .item .info {
  font-weight: 700;
  font-size: 5vw;
}
.wrap .contact form .item .info .required {
  color: #ffffff;
  font-weight: normal;
  padding: 5px 10px;
  background: #EC7735;
  border-radius: 20px;
  display: inline-block;
  margin-left: 8px;
  font-size: 3vw;
}
.wrap .contact form .item p a {
  text-decoration: underline;
  color: #FF4544;
}
.wrap .contact form .error_val {
  padding: 8px 0;
  color: #ff0000;
}
.wrap .contact form label {
  display: block;
  margin: 4px 0;
}
.wrap .contact form label.file {
  cursor: pointer;
  background: #F67E0F;
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  marign: 16px 0 0;
}
.wrap .contact form input[type=text],
.wrap .contact form input[type=number],
.wrap .contact form input[type=date],
.wrap .contact form input[type=email],
.wrap .contact form select {
  margin: 8px 0 0;
  width: 100%;
  font-size: 5vw;
  padding: 5px;
  border: solid 2px #cccccc;
  border-radius: 4px;
}
.wrap .contact form input[type=file] {
  display: none;
}
.wrap .contact form input[type=checkbox] {
  apperance: none;
  height: 24px;
  width: 24px;
  margin: 4px;
  border: 2px solid #000000;
  border-radius: 10px;
}
.wrap .contact form textarea {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
  height: 160px;
}
.wrap .contact form input[type=submit] {
  border-radius: 4px;
  background: #0D5598;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 12px 16px;
  width: 100%;
}
.wrap .contact form input[type=submit].back {
  background: #999999;
  width: 50%;
}
.wrap .contact form input[type=image] {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.wrap .contact form .agree_item p {
  text-align: center;
  font-size: 5vw;
}

.tel_button {
  text-align: center;
}

footer {
  text-align: center;
  padding: 32px 0;
  z-index: 100;
  position: relative;
}
footer .totop {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
  display: block;
}
footer ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
footer ul li {
  font-size: 4vw;
}
footer ul li a {
  color: #000000;
}
footer .foot_tel {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #ffffff;
}
footer .foot_tel img {
  width: 100%;
  vertical-align: top;
}

.sp_block {
  display: block !important;
}

.pc_block {
  display: none !important;
}

.sp_inline {
  display: inline !important;
}

.pc_inline {
  display: none !important;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 30px;
  }
  header {
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 0 10vw;
  }
  header h1 {
    padding: 1vw;
  }
  header h1 img {
    width: 15vw;
  }
  header .btn_block {
    width: 60%;
    padding: 1vw;
    align-items: center;
  }
  header .btn_block span {
    font-size: 1rem;
    width: 11rem;
  }
  header .btn_block a {
    width: 15rem;
    font-size: 25px;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5vw;
  }
  .wrap .kv {
    text-align: center;
  }
  .wrap .treelist {
    max-width: 73vw;
    margin: 0 auto;
  }
  .wrap .campaign{
    top:-14vw;
    width:80%;
    margin:0 auto -14vw;
  }
  .wrap .trouble h2 {
    text-align: center;
  }
  .wrap .trouble h2 img {
    width: 37vw;
  }
  .wrap .trouble .items {
    max-width: 1200px;
    margin: 0 auto;
  }
  .wrap .trouble .items .item {
    font-size: 26px;
    width: 25%;
    margin: 0 0 0;
  }
  .wrap .trouble .items .item h3 {
    font-size: 30px;
  }
  .wrap .btns {
    max-width: 73vw;
    margin: 5vw auto;
    background: url(./img/pc/bg_button.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    padding: 11.5vw 0 4vw 1.5vw;
  }
  .wrap .btns a {
    width: 47%;
    margin: 0 0.7vw;
  }
  .wrap .trouble {
    max-width: 73vw;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .clear {
    max-width: 73vw;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .price {
    max-width: 73vw;
    margin: 5vw auto 0;
    padding: 0;
  }
  .wrap .reason {
    max-width: 73vw;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .reason h2 img {
    width: 30vw;
  }
  .wrap .reason .items {
    justify-content: center;
  }
  .wrap .reason .items .item {
    margin: 3vw auto 0;
    padding: 1vw 0;
    display: flex;
    align-items: flex-start;
  }
  .wrap .reason .items .item h3 {
    padding-bottom: 0.5vw;
    width: 100%;
    font-size: 3vw;
  }
  .wrap .reason .items .item img {
    width: 100%;
  }
  .wrap .reason .items .item p {
    padding: 0;
    font-size: 1.8vw;
  }
  .wrap .reason .items .item .icon {
    width: 6.888vw;
    top: -5vh;
    text-align: left;
    left: 1vw;
  }
  .wrap .voice {
    max-width: 73vw;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .voice h2 {
    margin-bottom: 6vh;
    font-size: 2.5vw;
    font-weight: normal;
  }
  .wrap .voice h2 img {
    width: 30%;
  }
  .wrap .voice .items .item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: none;
    display: flex;
    align-items: flex-start;
    padding: 0 2vw 2vw 0;
  }
  .wrap .voice .items .item .infor h3 {
    font-size: 1.5vw;
    padding: 0 0 1vw;
    margin: 0 0 1vw;
  }
  .wrap .voice .items .item .infor h3 span {
    margin: 2vh 0;
  }
  .wrap .voice .items .item .infor span {
    font-size: 1.2vw;
    margin: 1vw;
  }
  .wrap .voice .items .item .infor span.type {
    padding: 0.5vw;
  }
  .wrap .voice .items .item > img {
    width: 10vw;
    margin: 0;
  }
  .wrap .voice .items .item p {
    font-size: 1.2vw;
    margin: -1vw 0 0 11vw;
    line-height: 1.5;
  }
  .wrap .step {
    max-width: 73vw;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .step h2 {
    width: 70%;
    padding: 2vh 3vw;
    margin: 0 auto;
  }
  .wrap .step .items {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .wrap .step .items .item {
    width: 20%;
    margin: 0 1vw;
    box-shadow: none;
  }
  .wrap .step .items .item .infor {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .wrap .step .items .item .infor span {
    font-size: 4vw;
    font-weight: bold;
  }
  .wrap .step .items .item .infor h3 {
    font-size: 1.4vw;
  }
  .wrap .step .items .item .infor p {
    font-size: 1vw;
    line-height: 1.5;
    text-align: left;
  }
  .wrap .step .items .item:after {
    width: 100%;
    height: 0;
    left: 5vw;
    top: 12vw;
  }
  .wrap .area {
    max-width: 73vw;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .question {
    max-width: 73vw;
    margin: 0 auto;
    padding: 0;
  }
  .wrap .question h2 {
    width: 50%;
    padding: 2vh 3vw;
    margin: 0 auto;
  }
  .wrap .question .items {
    margin: 0 auto;
  }
  .wrap .question .items .item {
    padding: 0 1vw;
    margin: 2vw 0;
  }
  .wrap .question .items .item h3 {
    font-size: 1.2vw;
    padding: 1vw 0;
  }
  .wrap .question .items .item h3 span {
    width: auto;
    font-size: 2vw;
  }
  .wrap .question .items .item article p {
    font-size: 1.2vw;
  }
  .wrap .question .items .item article p span {
    width: auto;
    font-size: 2vw;
  }
  .wrap .contact {
    max-width: 63vw;
    margin: 10vw auto 0;
    padding: 4vw;
  }
  .wrap .contact h2 {
    font-size: 3vw;
    padding: 2vh 3vw;
    margin: 0 auto;
  }
  .wrap .contact > p {
    padding: 5vh 0;
  }
  .wrap .contact form {
    margin: 0 auto;
  }
  .wrap .contact form .item {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap .contact form .item .info {
    font-size: 2vw;
    width: 35%;
  }
  .wrap .contact form .item .info .required {
    font-size: 1vw;
  }
  .wrap .contact form .item.agree_item {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .wrap .contact form .item.agree_item p {
    line-height: 1.5;
    font-size: 1.5vw;
    text-align: center;
  }
  .wrap .contact form .item.agree_item .info {
    text-align: center;
    margin-bottom: 1vw;
  }
  .wrap .contact form .item .error_val {
    width: 100%;
  }
  .wrap .contact form input[type=text],
  .wrap .contact form input[type=number],
  .wrap .contact form input[type=date],
  .wrap .contact form input[type=email],
  .wrap .contact form select {
    font-size: 30px;
  }
  .wrap .contact form input[type=image] {
    width: 40%;
    display: block;
    margin: 1vw auto;
  }
  footer {
    margin: 1vw 0;
    padding: 32px 0;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li {
    margin: 0 20px;
    font-size: 1.5vw;
  }
  .sp_block {
    display: none !important;
  }
  .pc_block {
    display: block !important;
  }
  .sp_inline {
    display: none !important;
  }
  .pc_inline {
    display: inline !important;
  }
}

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