@charset "UTF-8";
@import "font-awesome.css";

html {
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  position: relative;
  font-weight: 300;
}

@media (max-width: 1000px) {
  html {
    font-size: 52%;
  }
}

body {
  font-size: 1.8rem;
  transition: 0.3s;
  background: #fff;
}
body a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  vertical-align: top;
}
body a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body a:focus {
  overflow: hidden;
  outline: none;
}
body .indent {
  padding-left: 1em;
  text-indent: -1em;
}
body dt,
body dd,
body p,
body li,
body th,
body td,
body address {
  line-height: 3rem;
  letter-spacing: 1px;
}
body img {
  max-width: 100%;
  vertical-align: bottom;
}

/* -----------------------------------------
		common
----------------------------------------- */

._isPC {
  display: block !important;
}
img._isPC {
  display: inline-block !important;
}
._isSP {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._isPC {
    display: none !important;
  }
  img._isPC {
    display: none !important;
  }
  ._isSP {
    display: block !important;
  }
  img._isSP {
    display: inline-block !important;
  }
  br._isSP {
    display: inline-block !important;
  }
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

.link-common {
  text-align: center;
}
.link-common a {
  background: #5ca71f;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1.5rem 6rem 1.8rem;
  border-radius: 5px;
  margin: 3rem 0 0;
  position: relative;
}
.link-common a:after {
  content: "keyboard_arrow_right";
  font-family: "Material Icons";
  color: #fff;
  position: absolute;
  right: 1rem;
  top: 1.8rem;
}

/* contact */
.contact {
  background: #5ca71f;
}
.contact-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 4%;
}
.contact h2 {
  background: #357600;
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.contact h2 span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  font-size: 3.8rem;
  position: relative;
}
.contact h2 span:before,
.contact h2 span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 63px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -26px;
}
.contact h2 span:before {
  left: -40px;
  transform: rotate(-37deg);
}
.contact h2 span:after {
  right: -30px;
  transform: rotate(37deg);
}
.contact-in {
  background: #faffeb;
  padding: 30px 40px 40px;
}
.contact-in p {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #357600;
  line-height: 1.7;
  font-weight: 500;
}
.contact-btn {
  display: flex;
  justify-content: space-between;
}
.contact-btn-tel {
  margin-left: -1.8%;
  width: 56.25%;
}
.contact-btn ul {
  margin-top: 2.8%;
  padding-top: 23.1%;
  width: 41%;
  position: relative;
}
.contact-btn ul li {
  position: absolute;
  width: 100%;
}
.contact-btn ul li:nth-of-type(1) {
  top: 0;
}
.contact-btn ul li:nth-of-type(2) {
  bottom: 0;
}
.contact-btn ul li a {
  display: block;
  box-shadow: 0 0 2px 0 rgba(45, 45, 45, 0.5);
  border: 2px solid #fff;
  border-radius: 4px;
  padding-top: 25.27%;
  background: #ff0000;
  position: relative;
  opacity: 1 !important;
}
.contact-btn ul li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.contact-btn ul li a:hover:after {
  opacity: 1;
}
.contact-btn ul li:nth-of-type(1) a {
  background: linear-gradient(#f7b305, #fb6605);
}
.contact-btn ul li:nth-of-type(1) a:after {
  background: linear-gradient(#fb6605, #f7b305);
}
.contact-btn ul li:nth-of-type(2) a {
  background: linear-gradient(#8dea33, #00b900);
  cursor: default;
  pointer-events: none;
}
.contact-btn ul li:nth-of-type(2) a:after {
  background: linear-gradient(#00b900, #8dea33);
}
.contact-btn ul li a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .contact-wrap {
    padding: 11% 4%;
    position: relative;
  }
  .contact h2 small {
    content: "";
    display: inline-block;
    width: 72px;
    height: 72px;
    background: url("../img/icon_free01.png");
    background-size: 72px 72px;
    position: absolute;
    left: 0;
    top: -30px;
  }
  .contact h2 {
    height: auto;
    padding: 20px 0;
    line-height: 1.3;
    position: relative;
  }

  .contact h2 span {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .contact h2 span:before,
  .contact h2 span:after {
    height: 20px;
    top: auto;
    bottom: 0;
  }
  .contact h2 span:before {
    left: -20px;
  }
  .contact h2 span:after {
    right: -10px;
  }
  .contact-in {
    padding: 10px 10px 15px;
  }
  .contact-in p {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .contact-in p br {
    display: none;
  }
  .contact-btn {
    display: block;
  }
  .contact-btn-tel {
    margin: -5px -5px 20px;
    width: auto;
  }
  .contact-btn ul {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
  .contact-btn ul li {
    position: static;
  }
  .contact-btn ul li:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .contact-btn ul li:nth-of-type(2) a {
    cursor: pointer;
    pointer-events: auto;
  }
  .contact-btn ul li a {
    padding-top: 0;
    height: 70px;
  }
  .contact-btn ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1;
  }
  .contact-btn ul li a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}

.wrapper {
  position: relative;
  z-index: 2;
}
.home-fixed-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: url("../img/case_bg.jpg") no-repeat right center;
  background-size: cover;
  z-index: 1;
}

/* -----------------------------------------
		header
----------------------------------------- */
.header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
.header_top {
  background-color: #f3f3f3;
  padding: 10px 0;
  font-size: 14px;
}
.header.small .header_top {
  font-size: 12px;
  padding: 5px 0;
  transition: 0.3s;
}
p.header-top-in {
  max-width: 1200px;
  padding: 0 4%;
  margin: 0 auto;
}
.header-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  height: 130px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.small .header-in {
  height: 80px;
}
.header-in .logo {
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  transform-origin: top left;
  transition: 0.3s;
}
.header.small .header-in .logo {
  transform: scale(0.8) translate(0, -50%);
}
.header-tel {
  position: absolute;
  top: 50%;
  right: 4%;
  display: flex;
  margin: 0 0 0 -30px;
  transform: translate(0, -50%);
}
.header-tel-item {
  padding: 0 0 0 30px;
}
.header.small .header-tel {
  right: 0;
  transform: scale(0.8) translate(0, -60%);
}
.header-in ul {
  position: absolute;
  right: 5.2%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  display: flex;
}
.header.small .header-in ul {
  -webkit-transform: scale(0.8) translate(0, -50%);
  transform: scale(0.8) translate(0, -50%);
}
.header-in ul li {
  margin-left: 8px;
}
.header-in ul li a {
  display: block;
  box-shadow: 0 0 2px 0 rgba(45, 45, 45, 0.5);
  border: 2px solid #fff;
  border-radius: 4px;
  height: 69px;
  position: relative;
  opacity: 1 !important;
}
.header-in ul li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.header-in ul li a:hover:after {
  opacity: 1;
}
.header-in ul li:nth-of-type(1) a {
  width: 251px;
  background: linear-gradient(#f7b305, #fb6605);
}
.header-in ul li:nth-of-type(1) a:after {
  background: linear-gradient(#fb6605, #f7b305);
}
.header-in ul li:nth-of-type(2) a {
  width: 158px;
  background: linear-gradient(#8dea33, #00b900);
}
.header-in ul li:nth-of-type(2) a:after {
  background: linear-gradient(#00b900, #8dea33);
}
.header-in ul li a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gnav {
  height: 70px;
  background: #5ca71f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.small .gnav {
  height: 50px;
}
.gnav ul {
  display: flex;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
.gnav ul li {
  width: 200px;
  height: 100%;
  position: relative;
}
.gnav ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #357600;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
.gnav ul li:last-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #357600;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
.gnav ul li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  line-height: 1;
  opacity: 1 !important;
}
.gnav ul li a span {
  display: inline-block;
  width: 180px;
  height: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav ul li a:hover span {
  background: #357600;
}
@media screen and (max-width: 992px) {
  .header-in {
    padding: 0 2%;
  }
  .header-in .logo {
    max-width: 240px;
  }
  .header-tel {
    margin: 0 0 0 -20px;
    max-width: 480px;
  }
  .header-tel-item {
    padding: 0 0 0 20px;
  }
} /* ----- media END ----- */

@media (max-width: 768px) {
  .header {
    border-top: 3px solid #5ca71f;
  }
  .header_top {
    padding: 5px 0;
    font-size: 12px;
  }
  .header-in {
    height: 115px !important;
    display: block;
  }
  .header-in .logo {
    width: 144px;
    left: 2%;
    top: 11px;
    -webkit-transform: 1 translate(0, 0) !important;
    transform: scale(1) translate(0, 0) !important;
  }
  .header-tel {
    right: auto;
    left: 3%;
    top: 50%;
    justify-content: center;
    width: 100%;
    max-width: none;
    transform: scale(1) translate(0, 0) !important;
  }
  .header-in ul {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    top: 65px;
    width: 100%;
    right: 0;
    -webkit-transform: 1 translate(0, 0) !important;
    transform: scale(1) translate(0, 0) !important;
  }
  .header-in ul li {
    margin-left: 0;
    width: 50%;
    padding-top: 1px;
    padding-bottom: 1px;
    box-sizing: border-box;
  }
  .header-in ul li:last-of-type {
    border-left: 1px solid #fff;
  }
  .header-in ul li a {
    width: 100% !important;
    display: block;
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 46px;
  }
  .gnav {
    display: none;
  }
}
.main {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  display: block;
}
@media (max-width: 768px) {
  .main {
    padding-top: 118px;
  }
}

/* -----------------------------------------
		mv
----------------------------------------- */
.mv-row01 {
  padding-top: 90px;
  background: url("../img/mv_bg.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
.mv-row02 {
  background: #5ca71f;
}
.mv-row02-in {
  padding: 18px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mv-row01 {
    padding-top: 1px;
  }
  .mv-row02-in {
    padding: 0;
  }
}

/* -----------------------------------------
		problem
----------------------------------------- */
.problem-row01 {
  background: #faffeb;
}
.problem-row01-in {
  padding: 90px 4% 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.problem-row01-in h2 {
  margin-bottom: 35px;
}
.problem-row02 {
  background: #fff;
}
.problem-row02-in {
  padding: 30px 4% 90px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .problem-row01-in {
    padding: 11% 0 0;
  }
  .problem-row01-in h2 {
    margin-bottom: 0;
  }
  .problem-row02-in {
    padding: 11% 4% 11%;
  }
}

/* -----------------------------------------
	procedure
----------------------------------------- */
.procedure {
  background: #fff;
}
.procedure-in {
  padding: 60px 4% 50px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.contents_w {
  max-width: 920px !important;
}
.procedure h2 {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}

span.txt_small {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #535353;
}

.procedure-row01 p {
  font-size: 20px;
  font-size: 2rem;
  color: #535353;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

th.tbl-left {
  vertical-align: middle;
  width: 23%;
}

small.supplement-txt {
  font-size: 20px;
  font-size: 2rem;
  color: #535353;
  font-weight: 500;
}
.procedure-row01.new_test table th {
  padding: 18px;
}

.procedure-row01 table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
}
.procedure-row01 table th,
.procedure-row01 table td {
  font-size: 20px;
  font-size: 2rem;
  padding: 20px;
  font-weight: 400;
  border: 1px solid #5ca71f;
  background: #fff;
}
.procedure-row01 table th {
  color: #42711b;
  font-weight: 500;
  background: #eef6d7;
}

.procedure-row01 table:nth-of-type(3) th {
  vertical-align: middle;
  white-space: nowrap;
}

.sp_br {
  display: none;
}

.sp_br_02 {
  display: none;
}

.pc_br {
  display: block;
}

@media (max-width: 1150px) {
  .sp_br {
    display: block;
  }
  .procedure-row01.new_test table th {
    padding: 8px;
  }
}

@media (max-width: 800px) {
  .sp_br_02 {
    display: block;
  }
  .pc_br {
    display: none;
  }
}

@media (max-width: 768px) {
  .procedure-in {
    padding: 11% 4%;
  }
  .procedure-in h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 30px;
  }

  .procedure-row01 table {
    margin-bottom: 20px;
  }

  .procedure-row01 table:nth-of-type(9) {
    margin-bottom: 0px;
  }

  .procedure-row01 table th {
    padding: 5px 10px;
  }

  .procedure-row01 table th,
  .procedure-row01 table td {
    display: block;
    border-bottom: none;
  }

  .procedure-row01 table tr:last-child td {
    border-bottom: 1px solid #5ca71f;
  }

  th.tbl-left {
    width: auto;
  }

  span.txt_small {
    font-size: 1.5rem;
    margin-top: 5px;
  }

  .sp_br,
  .sp_br_02,
  .pc_br,
  .pc_br_02 {
    display: none;
  }
}

/* -----------------------------------------
		case
----------------------------------------- */
.case-in {
  padding: 80px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.case-in h2 {
  text-align: center;
  margin-bottom: 50px;
}
.case-sec {
  background: #fff;
  padding: 35px 45px 30px;
  margin-bottom: 50px;
}
.case-sec:last-of-type {
  margin-bottom: 0;
}
.case-sec h3 {
  border-bottom: 2px solid #5ca71f;
  padding: 0 0 15px 160px;
  margin-bottom: 20px;
  position: relative;
}
.case-sec h3 small {
  display: inline-block;
  background: #5ca71f;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
  padding: 4px 10px 6px;
  position: absolute;
  top: 2px;
  left: 15px;
}
.case-sec h3 span {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #5ca71f;
  line-height: 1.4;
}
.case-sec-text01 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
}
.case-sec-text01 span {
  color: #ce2e2e;
}
.case-sec-text02 {
  position: relative;
  min-height: 158px;
  padding-top: 30px;
  box-sizing: border-box;
}
.case-sec-text02:before {
  content: "";
  display: block;
  position: absolute;
  width: 109px;
  height: 158px;
  background: url("../img/case_img.png");
  background-size: 109px 158px;
  left: 5px;
  top: 0;
}
.case-sec-text02 p {
  margin: 0 0 0 190px;
  background: #f5ffd6;
  padding: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #42711b;
}
.case-sec-text02 p:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 125px;
  top: 85px;
  border-style: solid;
  border-width: 11px 70px 11px 0;
  border-color: transparent #f5ffd6 transparent;
  transform: rotate(-21deg);
}
.case-sec-btn {
  display: none;
}

@media (max-width: 768px) {
  .case-in {
    padding: 11% 4%;
  }
  .case-in h2 {
    padding: 0 6%;
    margin-bottom: 25px;
  }
  .case-sec {
    padding: 10px 10px 15px;
    margin-bottom: 15px;
  }
  .case-sec h3 {
    padding-left: 0;
    margin-bottom: 12px;
  }
  .case-sec h3 small {
    text-align: center;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    padding: 6px 10px 8px;
    position: static;
    margin-bottom: 10px;
  }
  .case-sec h3 span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
  }
  .case-sec-text {
    height: 5.3em;
    overflow: hidden;
    position: relative;
  }
  /*
	.case-sec-text:after {
		content: "";
		display: block;
		width: 100%;
		height: 5em;
		background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		position: absolute;
		bottom: 0;
		z-index: 2;
	}*/
  .case-sec.active .case-sec-text {
    height: auto;
  }
  /*.case-sec.active .case-sec-text:after {display: none;}*/
  .case-sec-text01 {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    z-index: 1;
  }
  .case-sec-text02 {
    min-height: 126px;
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .case-sec-text02:before {
    width: 87px;
    height: 126px;
    background-size: 87px 126px;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .case-sec-text02 p {
    margin: 0 0 0 100px;
    padding: 15px 5px 15px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .case-sec-text02 p:before {
    left: 75px;
    top: auto;
    bottom: 70px;
    border-width: 11px 30px 11px 0;
  }
  .case-sec-btn {
    display: block;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #54941f;
    margin-top: 20px;
    text-align: center;
  }
  .case-sec-btn div {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: url("../img/btn_bg.png") repeat-x 0 0;
    background-size: auto 100%;
  }
  .case-sec-btn div span {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 36px;
    font-weight: 400;
    color: #468115;
    position: relative;
  }
  .case-sec-btn div span:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    right: 10px;
  }
  .case-sec.active .case-sec-btn div span:after {
    content: "\f106";
  }
  .case-sec-btn div span.open {
    display: block;
  }
  .case-sec-btn div span.close {
    display: none;
  }
  .case-sec.active .case-sec-btn div span.open {
    display: none;
  }
  .case-sec.active .case-sec-btn div span.close {
    display: block;
  }
}

/* -----------------------------------------
		reason
----------------------------------------- */
.reason {
  background: url("../img/reason_bg.png") repeat center top;
}
.reason-in {
  padding: 80px 4% 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.reason-in h2 {
  text-align: center;
  margin-bottom: 50px;
}
.reason-in h2 br {
  display: none;
}
.reason-in h2 span {
  display: inline-block;
}
.reason-in h2 > span {
  border-bottom: 2px solid #f17d16;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
}
.reason-in h2 > span > span {
  color: #f17d16;
}
.reason-in h2 > span > span > span {
  font-size: 60px;
  font-size: 6rem;
  margin: 0 0.1em;
}
.reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason-sec {
  width: 48.75%;
  border: 2px solid #5ca71f;
  min-height: 116px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.reason-sec-num {
  width: 114px;
  height: 100%;
  background: #5ca71f;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.reason-sec-num span {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reason-sec-num:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 0 1160px 350px;
  border-color: transparent transparent #fff;
  top: 0;
  right: 0;
}
.reason-sec-text {
  width: calc(100% - 120px);
}
.reason-sec-text h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 10px;
}
.reason-sec-text h3 span {
  color: #e26a00;
}
.reason-sec-text p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 5px 0 0;
  color: #535353;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .reason-in {
    padding: 11% 4%;
  }
  .reason-in h2 {
    margin-bottom: 30px;
  }
  .reason-in h2 br {
    display: inline-block;
  }
  .reason-in h2 > span {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .reason-in h2 > span > span {
    border-bottom: 2px solid #f17d16;
    padding: 5px 0;
    font-size: 30px;
    font-size: 3.5rem;
  }
  .reason-in h2 > span > span > span {
    font-size: 40px;
    font-size: 4rem;
  }
  .reason-sec {
    width: 100%;
    border: 2px solid #5ca71f;
    min-height: inherit;
    display: flex;
    margin-bottom: 15px;
  }
  .reason-sec-num {
    width: 40px;
  }
  .reason-sec-num span {
    font-size: 25px;
    font-size: 2.5rem;
    left: 48%;
  }
  .reason-sec-num:after {
    display: none;
  }
  .reason-sec-text {
    width: calc(100% - 55px);
    padding: 15px 0;
  }
  .reason-sec-text h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

/* -----------------------------------------
		price
----------------------------------------- */
.price {
  background: #f3f0e9;
}
.price-in {
  padding: 90px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.price-in h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  color: #5ca71f;
  margin-bottom: 45px;
}

.price-row01 h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}

h3.individual_ttl {
  margin-bottom: 10px;
}

.price-row01 p {
  font-size: 20px;
  font-size: 2rem;
  color: #535353;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

small.supplement-txt {
  font-size: 20px;
  font-size: 2rem;
  color: #535353;
  font-weight: 500;
}
td.center {
  text-align: center;
}
.price-row01 table {
  width: 100%;
}
.price-row01 table th,
.price-row01 table td {
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 25px;
  font-weight: 400;
  border: 1px solid #5ca71f;
  background: #fff;
}
.price-row01 table th {
  color: #42711b;
  font-weight: 500;
  background: #eef6d7;
}
.price-row01 table:nth-of-type(1) {
  table-layout: fixed;
  margin-bottom: 50px;
}

.price-row01 table:nth-of-type(2) {
  margin-bottom: 40px;
}

.price-row01 table:nth-of-type(3) {
  margin-bottom: 25px;
}
.price-row01 table:nth-of-type(3) th {
  vertical-align: middle;
  white-space: nowrap;
}
.price-row01 table:nth-of-type(3) td li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.price-row01 table:nth-of-type(3) td li:last-of-type {
  margin-bottom: 0;
}
.price-row01 > ol li {
  text-indent: -1em;
  margin-left: 1em;
  color: #535353;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.price-row01 > ol li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .price-in {
    padding: 11% 4%;
  }
  .price-in h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 25px;
  }

  .price-row01 h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  h3.individual_ttl {
    margin-bottom: 5px;
  }
  p.supplement-txt {
    margin-bottom: 15px;
  }
  .price-row01 table th,
  .price-row01 table td {
    letter-spacing: 0em;
  }
  .price-row01 table th {
    padding: 5px 10px;
  }
  .price-row01 table th small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .price-row01 table td {
    padding: 20px 15px 20px 20px;
  }
  .price-row01 table:nth-of-type(1) {
    table-layout: auto !important;
    margin-bottom: 20px;
  }
  .price-row01 table:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .price-row01 table:nth-of-type(3) {
    margin-bottom: 15px;
  }
  .price-row01 table:nth-of-type(3),
  .price-row01 table:nth-of-type(3) tbody,
  .price-row01 table:nth-of-type(3) tr,
  .price-row01 table:nth-of-type(3) th,
  .price-row01 table:nth-of-type(3) td {
    display: block;
  }
  .price-row01 table:nth-of-type(3) th {
    border-bottom: none;
  }
  .price-row02 {
    padding: 15px;
  }
  .price-row02 h3 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
  .price-row02 p {
    margin-bottom: 20px;
  }
  .price-row02 table,
  .price-row02 tbody,
  .price-row02 tr,
  .price-row02 th,
  .price-row02 td {
    display: block;
  }
  .price-row02 tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price-row02 tr:first-of-type {
    margin-bottom: 10px;
  }
  .price-row02 th {
    width: 100%;
    border-bottom: 1px solid #42711b;
  }
  .price-row02 tr th {
    padding-top: 0 !important;
    padding-bottom: 8px !important;
  }
  .price-row02 tr td {
    border-bottom: none !important;
    padding-top: 8px !important;
  }
  .price-row02 tr:first-of-type td {
    padding-bottom: 12px !important;
  }
  /*
	.price-row02 tr:first-of-type th,
	.price-row02 tr:first-of-type td {
		padding-bottom: 7px;
	}
	.price-row02 tr:last-of-type th {
		padding-top: 0;
	}
	.price-row02 tr td {
		border-bottom: none!important;
		padding-top: 10px;
	}
	*/
  .price-row02 tr td:last-of-type {
    padding-left: 0;
  }
}

/* -----------------------------------------
		voice
----------------------------------------- */
.voice {
  background: #fff;
}
.voice-in {
  padding: 90px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.voice-in h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}
.voice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice-sec {
  width: 48.75%;
  border: 2px solid #5ca71f;
  background: #fff;
  box-sizing: border-box;
}
.voice-sec h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  background: #5ca71f;
  text-align: center;
  line-height: 1.4;
  padding: 9px 10px 12px;
  position: relative;
}
.voice-sec h3:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 17px 11.5px 0 11.5px;
  border-color: #5ca71f transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -17px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.voice-sec-text {
  padding: 30px 35px 35px 40px;
}
.voice-sec-text p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
}
.voice-sec-text p:last-of-type {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  .voice-in {
    padding: 11% 4%;
  }
  .voice-in h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  .voice-list {
    display: block;
  }
  .voice-sec {
    width: 100%;
    margin-bottom: 15px;
  }
  .voice-sec:last-of-type {
    margin-bottom: 0;
  }
  .voice-sec h3 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 6px 10px 9px;
  }
  .voice-sec h3:after {
    bottom: -12px;
  }
  .voice-sec-text {
    padding: 20px 15px 15px 10px;
  }
}
/* -----------------------------------------
		promise
----------------------------------------- */
.promise {
  background: #fff;
}
.promise-in {
  padding: 90px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.promise-in h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}
.promise-in h2 br {
  display: none;
}
.promise-in h2 span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #5ca71f;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
  margin-left: 5px;
}
.promise-sec {
  margin-bottom: 20px;
}
.promise-sec:last-of-type {
  margin-bottom: 0;
}
.promise-sec-header {
  display: flex;
}
.promise-sec-header .num {
  background: #5ca71f;
  text-align: center;
  color: #fff;
  width: 140px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}
.promise-sec-header .num:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 0 300px 420px;
  border-color: transparent transparent #73b63c transparent;
  top: 0;
  right: 0;
  z-index: 1;
}
.promise-sec-header .num div {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promise-sec-header .num div small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.promise-sec-header .num div span {
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-size: 6rem;
}
.promise-sec-header h3 {
  width: calc(100% - 140px);
  background: #faffeb;
  border: 2px solid #5ca71f;
  border-left: none;
  padding: 0 25px 0 30px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  box-sizing: border-box;
  color: #42711b;
}
.promise-sec p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 170px;
  margin-top: 13px;
}
.promise-sec p span {
  color: #ce2e2e;
}
@media (max-width: 768px) {
  .promise-in {
    padding: 11% 4%;
  }
  .promise-in h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 35px;
  }
  .promise-in h2 br {
    display: block;
  }
  .promise-in h2 span {
    margin-top: 10px;
    margin-left: 2px;
  }
  .promise-sec-header .num {
    width: 50px;
    min-height: 62px;
  }
  .promise-sec-header .num:after {
    border-width: 0 0 500px 420px;
  }

  .promise-sec-header .num div small {
    font-size: 16px;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .promise-sec-header .num div span {
    font-size: 40px;
    font-size: 4rem;
    white-space: nowrap;
  }
  .promise-sec-header h3 {
    width: calc(100% - 50px);
    padding: 5px 5px 5px 10px;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
  }
  .promise-sec p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-left: 0;
    margin-top: 10px;
  }
}

/* -----------------------------------------
		area
----------------------------------------- */
.area {
  background: #fff;
}
.area-in {
  padding: 50px 4% 90px;
  max-width: 1200px;
  margin: 0 auto;
}
.area-in h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}
.area-content {
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding: 40px 45px;
  align-items: center;
}
.area-text {
  width: 58.4%;
}
.area-text h3 {
  font-size: 30px;
  font-size: 3rem;
  color: #5ca71f;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.area-text p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.area-fig {
  width: 30%;
}
p.area_pc_txt {
  display: block;
}
p.area_sp_txt {
  display: none;
}
@media (max-width: 830px) {
  p.area_pc_txt {
    display: none;
  }
  p.area_sp_txt {
    display: block;
  }
}
@media (max-width: 768px) {
  .area-in {
    padding: 5% 4% 11%;
  }
  .area-in h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 25px;
  }
  .area-content {
    display: block;
    padding: 20px 15px;
  }
  .area-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .area-text h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .area-text p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .area-fig {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

/* -----------------------------------------
		profile
----------------------------------------- */
.profile {
  background: #f3f0e9;
}
.profile-in {
  padding: 90px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.profile-in h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  color: #5ca71f;
}
.profile-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.profile-content:last-of-type {
  margin-bottom: 0;
}
.profile-content-row01 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.profile-content-row01-pic {
  display: block;
  width: 35.5%;
}
.profile-content-row01-text {
  display: block;
  width: 61.6%;
}
.profile-content-row01-text h3 {
  padding-bottom: 1em;
  border-bottom: 1px solid #5ca71f;
  margin-bottom: 1em;
}
.profile-content-row01-text h3 > small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  color: #5ca71f;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.profile-content-row01-text h3 > span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}
.profile-content-row01-text h3 > span > small {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 1em;
}
.profile-content-row01-text p {
  ffont-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.profile-content-row02 {
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  padding: 20px 5%;
}
.profile-content-row02-l {
  width: 48%;
  box-sizing: border-box;
  border-right: 1px solid #d8d8d8;
}
.profile-content-row02-l h3 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #5ca71f;
  font-weight: 400;
  margin-bottom: 15px;
}
.profile-content-row02-l ul {
  border-left: 2px solid #5ca71f;
  margin-left: 10px;
}
.profile-content-row02-l ul li {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 0.3em;
}
.profile-content-row02-l ul li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #5ca71f;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -5px;
}
.profile-content-row02-l ul li span {
  font-weight: 500;
  display: inline-block;
  margin: 0 1em 0 0;
}
.profile-content-row02-r {
  font-size: 20px;
  font-size: 2rem;
  width: 52%;
  /* padding-left: 4%; */
  box-sizing: border-box;
  font-weight: 400;
}
.profile-sec-btn {
  display: none;
}
@media (max-width: 768px) {
  .profile-in {
    padding: 11% 4%;
  }
  .profile-in h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 35px;
  }
  .profile-content {
    padding: 0 0 15px;
  }
  .profile-content-row01 {
    display: block;
    margin-bottom: 15px;
  }
  .profile-content-row01-pic {
    width: 100%;
  }
  .profile-content-row01-text {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    height: 14.5em;
    overflow: hidden;
  }
  .profile-content-row01-text p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .profile-content-row02 {
    margin: 0 15px;
    display: none;
  }
  .profile-content-row02-l {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .profile-content-row02-l ul li {
    margin-bottom: 12px;
  }
  .profile-content-row02-l ul li:before {
    top: 9px;
    margin-top: 0;
  }
  .profile-content-row02-l ul li span {
    display: block;
    margin: 0 0 0 0;
  }
  .profile-content-row02-r {
    width: 100%;
    padding-left: 0;
  }
  .profile-content-row02-r span {
    display: block;
  }
  .profile-content-row02-r span:last-of-type {
    display: block;
    margin-top: 5px;
  }

  .profile-content.active .profile-content-row01-text {
    height: auto;
  }
  .profile-content.active .profile-content-row02 {
    display: block;
  }

  .profile-sec-btn {
    display: block;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #54941f;
    margin: 20px 15px 0;
    text-align: center;
  }
  .profile-sec-btn div {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: url("../img/btn_bg.png") repeat-x 0 0;
    background-size: auto 100%;
  }
  .profile-sec-btn div span {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 36px;
    font-weight: 400;
    color: #468115;
    position: relative;
  }
  .profile-sec-btn div span:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    right: 10px;
  }
  .profile-content.active .profile-sec-btn div span:after {
    content: "\f106";
  }
  .profile-sec-btn div span.open {
    display: block;
  }
  .profile-sec-btn div span.close {
    display: none;
  }
  .profile-content.active .profile-sec-btn div span.open {
    display: none;
  }
  .profile-content.active .profile-sec-btn div span.close {
    display: block;
  }
}

/* -----------------------------------------
		outline
----------------------------------------- */
.outline {
  background: #fff;
}
.outline-in {
  padding: 90px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.outline-in h2 {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 50px;
  color: #5ca71f;
  font-weight: 500;
}
.outline-in-content {
  display: block;
  justify-content: space-between;
  margin-bottom: 90px;
}
.outline-text {
  width: 100%;
}
.outline-text table {
  width: 100%;
  border-top: 1px solid #5ca71f;
}
.outline-text table th,
.outline-text table td {
  border-bottom: 1px solid #5ca71f;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  padding: 25px;
}
.outline-text table th {
  font-weight: 500;
  width: 160px;
  white-space: nowrap;
  background: #eef6d7;
  color: #42711b;
}
.outline-img {
  width: 100%;
  display: flex;
}
.outline-img li {
  margin: 50px 20px 0 0;
}
.outline-in-map {
  padding-top: 350px;
  position: relative;
}
.outline-in-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.map_txt {
  margin: 0 0 60px 0;
}
.map_txt h3 {
  border-bottom: 2px solid #5ca71f;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .outline-in {
    padding: 11% 0;
  }
  .outline-in h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 35px;
  }
  .outline-in-content {
    display: block;
    margin-bottom: 40px;
  }
  .outline-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .outline-text table {
    border-top: none;
  }
  .outline-text table,
  .outline-text tbody,
  .outline-text tr,
  .outline-text th,
  .outline-text td {
    display: block;
  }
  .outline-text table th,
  .outline-text table td {
    border: none;
    padding: 10px 4%;
    box-sizing: border-box;
  }
  .outline-text table th {
    border-top: 1px solid #5ca71f;
    text-align: center;
    width: 100%;
  }
  .outline-text table td {
    padding-bottom: 15px;
  }
  .outline-img {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .outline-img li {
    width: 48%;
    margin: 20px 5px 10px 0;
  }
  .outline-in-map {
    padding-top: 64.7%;
  }
  .map_txt {
    margin: 0 4% 60px 4%;
  }
}

/* -----------------------------------------
		aside
----------------------------------------- */
.aside {
  background: #f3f3f3;
  position: relative;
  z-index: 1;
  display: block;
}
.aside-in {
  max-width: 1200px;
  padding: 45px 4%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside-logo address {
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #535353;
  letter-spacing: 0.02em;
}
.aside-banner {
  display: flex;
}
.aside-banner li {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .aside-in {
    display: block;
    padding: 35px 4%;
  }
  .aside-logo {
    display: none;
  }
  .aside-banner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .aside-banner {
    display: block;
  }
  .aside-banner li {
    margin: 0 0 20px;
  }
  .aside-banner li:last-of-type {
    margin: 0;
  }
}

/* -----------------------------------------
		form
----------------------------------------- */
#mailformpro {
  max-width: 1300px;
  padding: 0 4%;
  margin: 0 auto;
}
#form {
  padding: 0;
}
#form.thanks {
  margin: 10rem 0 0;
}
#form h2 {
  color: #5ca71f;
}
#form h2 + p {
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 0 5rem;
}
#form form dl {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0 15rem;
  border-top: solid 1px #ccc;
}
#form form dl dt {
  font-size: 1.6rem;
  text-align: left;
  width: 30%;
  margin: 0 3% 0 0;
  padding: 1.6rem 3rem;
  box-sizing: border-box;
  background: #f5ffd6;
}
#form form dl dt span {
  display: inline-block;
  background: #ca1219;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 0.3rem;
  padding: 0.2rem 0.6rem 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  float: none;
  position: relative;
  top: 1rem;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  margin-right: 1rem;
}
#form form dl dd {
  font-size: 1.6rem;
  text-align: left;
  width: 67%;
  padding: 1.6rem 0;
  box-sizing: border-box;
}
#form form dl dd input {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 0.5rem 0.8rem;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
}
#form form dl dd select {
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
}
#form form dl dd textarea {
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0.5rem 0.8rem;
  font-size: 1.6rem;
  box-sizing: border-box;
}
#form form dl dd .datepicker_contents button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  border: none;
  font-size: 20px;
  cursor: pointer;
  vertical-align: -2px;
}
#form form dl dd .form-size01 {
  width: 40%;
}
#form form dl dd .form-size01.aaa {
  width: 600px;
  height: 180px;
}
#form form dl dd .form-size02 {
  width: 18%;
}
#form form dl dd .form-size03 {
  width: 80%;
}
#form form dl dd a {
  text-decoration: underline;
}
#form form dl dd a:hover {
  text-decoration: none;
}
#form form dl dd .ico-mfp-window:after {
  content: "launch";
  font-family: "Material Icons";
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 1px;
}
#form form dl:last-of-type {
  border-bottom: solid 1px #ccc;
}
#form form .check {
  background: #f4f4f4;
  text-align: centlefter;
  padding: 1rem 2rem;
  margin: 1rem 0 0;
}
#form form .send {
  text-align: center;
  margin: 5rem 0 0;
}
#form form .send button {
  border: none;
  background: #fb6605;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 2rem 8rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: none;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#form .form-info {
  background: #f5f5f5;
  width: 70rem;
  margin: 6rem auto 0;
  padding: 3rem;
  box-sizing: border-box;
}
#form .form-info h3 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
#form .form-info .tel i {
  font-family: "Material Icons";
  position: relative;
  top: 0.2rem;
  left: -0.4rem;
}

@media (max-width: 1000px) {
  #form form dl {
    margin: 0;
  }
  #form form dl dd .form-size01 {
    width: 40%;
  }
  #form form dl dd .form-size02 {
    width: 18%;
  }
  #form form dl dd .form-size03 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #form {
    padding: 0;
  }
  #form h2 + p {
    text-align: left;
    padding: 0 4%;
  }
  #form form.container {
    padding: 0;
  }
  #form form dl {
    display: block;
    border-bottom: 0;
  }
  #form form dl dt,
  #form form dl dd {
    width: 100%;
  }
  #form form dl dt {
    font-weight: 500;
    padding: 1rem 4% !important;
    background: #f5ffd6;
    margin: 0 0 2% !important;
  }
  #form form dl dt span {
    top: 0.5rem;
  }
  #form form dl dd {
    padding: 2% 4% 5% !important;
  }
  #form form dl dd input,
  #form form dl dd select,
  #form form dl dd textarea {
    width: 100% !important;
    padding: 1rem 0.8rem;
  }
  #form form dl dd .datepicker_contents li {
    position: relative;
  }
  #form form dl dd .datepicker_contents li span {
    display: block;
  }
  #form form dl dd .datepicker_contents li input {
    width: calc(100% - 40px) !important;
  }
  #form form dl dd textarea {
    height: 300px !important;
  }
  #form form .check input {
    width: auto !important;
    display: inline;
    position: relative;
    top: -1px;
  }
  #form .form-info {
    width: 90%;
    margin: 6rem 5% 0;
  }
  #form .form-info h3 {
    margin: 0 0 1.6rem;
  }
  #form .form-info p {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  #form .form-info .tel a {
    display: block;
    margin-top: 15px;
    padding: 6px;
    border: 1px solid #5ca71f;
    border-radius: 5px;
    color: #5ca71f;
    text-align: center;
    font-size: 1.8rem;
  }
}
button.ui-datepicker-close {
  display: none;
}
.thanks {
  text-align: center;
  font-size: 1.8rem;
  line-height: 5rem;
}

/* -----------------------------------------
		nav-float
----------------------------------------- */
#nav-float {
  display: none;
}

@media (max-width: 768px) {
  #nav-float {
    position: fixed;
    display: block;
    bottom: 0;
  }
  #nav-float ul {
    display: flex;
    justify-content: space-between;
  }
  #nav-float ul li {
    line-height: 0;
  }
}
/* -----------------------------------------
		footer
----------------------------------------- */
footer {
  text-align: center;
  padding: 2rem 0;
  background: #357600;
}
.estimate footer {
  margin-top: 8rem;
}
footer small {
  display: block;
  letter-spacing: 2px;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
footer small br {
  display: none;
}
@media (max-width: 768px) {
  footer small {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  footer small br {
    display: inline-block;
  }
}
/* -----------------------------------------
		estimate
----------------------------------------- */
.estimate {
  border-top: 5px solid #5ca71f;
}
.estimate .logo {
  text-align: center;
  margin: 6rem 0 3rem;
  padding: 0 4%;
}
.estimate h2.h2-common {
  margin: 0 0 1.6rem;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  .estimate .logo {
    margin-top: 3.6rem;
    padding-left: 8%;
    padding-right: 8%;
  }
}

.mgb15 {
  margin-bottom: 15px;
}

/* -----------------------------------------
    cm
----------------------------------------- */
.souzoku_cm {
  padding: 0 20px;
  text-align: center;
}
.souzoku_cm video {
  width: min(100%, 800px);
}
.souzoku_cm video {
  background-color: #fff;
}
.souzoku_cm video:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
.onayami_img {
  text-align: center;
}
@media (max-width: 768px) {
  .onayami_img {
    margin-bottom: 0px;
  }
}

.sp_none {
  display: block;
  margin: 0 auto;
}
.pc_none {
  display: none;
}
@media (max-width: 500px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
    margin: 0 auto;
  }
}

/* 2023-12-20 */
.hide-for-test {
  display: none;
}

.kyugyo-info-section {
  background-color: #ffffff;
}

.kyugyo-info-wrap {
  max-width: 800px;
  padding: 80px 20px 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kyugyo-info-wrap {
    padding: 50px 20px 0;
  }
}

.kyugyo-info {
  border: 4px solid #5ca71f;
}

.kyugyo-info-ttl {
  background: #5ca71f;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

.kyugyo-info-txt {
  padding: 20px;
}

.txt-red {
  color: #ff2020;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}
