@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #FFFFFF;
  font-size: 1.8rem;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
}

a {
  text-decoration: none;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 0;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 960px) {
  section {
    padding: 6rem 0;
    box-sizing: border-box;
  }
}

h1 {
  color: #118C32;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  margin-top: 0.5rem;
  margin-bottom: 4.5rem;
}
h1 span {
  font-size: 2.1rem;
}
@media (min-width: 960px) {
  h1 {
    font-size: 2.1rem;
    margin-bottom: 6rem;
  }
}

h2 {
  color: #FF6B15;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 5.4rem auto 1rem auto;
  height: 13.8rem;
}
@media (min-width: 960px) {
  .buttons {
    flex-direction: row;
    width: 63rem;
    height: 6rem;
  }
}

.grn_center_btn {
  background-color: #118C32;
  color: #FFFFFF;
  border-radius: 33px;
  width: 30rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org_center_btn {
  color: #FF6B15;
  border: 3px solid #FF6B15;
  border-radius: 33px;
  width: 30rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w_grn_center_btn {
  color: #118C32;
  border: 3px solid #118C32;
  border-radius: 33px;
  width: 30rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  background-color: #FFFFFF;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFFFFF;
}

.logo {
  height: 87%;
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
.logo a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.logo a img {
  height: 100%;
  margin: 0 0.6rem;
}

.sp_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 960px) {
  .sp_menu {
    display: none;
  }
}

#nav_button, .tel_button {
  color: #FFFFFF;
  width: 6rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 6px 6px;
}
#nav_button i, .tel_button i {
  font-size: 2.4rem;
}

#nav_button {
  background-color: #118C32;
  position: relative;
}

.bar1, .bar2, .bar3 {
  display: block;
  background-color: #FFFFFF;
  width: 3rem;
  height: 0.39rem;
  position: absolute;
  left: 1.5rem;
  transition: all 0.5s ease;
}

.bar1 {
  top: 17px;
}

.bar2 {
  top: 28px;
}

.bar3 {
  bottom: 17px;
}

.bar1.open {
  top: 27px;
  transform: rotate(45deg);
}

.bar2.open {
  opacity: 0;
}

.bar3.open {
  top: 27px;
  transform: rotate(-45deg);
}

.tel_button {
  background-color: #FFD750;
  margin-left: 0.3rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 100;
  position: fixed;
  top: 6rem;
  right: 0;
  background-color: #118C32;
  width: 50%;
  height: 95vh;
}
@media (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

.sp_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 72%;
  margin-top: 3rem;
}
.sp_nav ul {
  list-style: none;
  padding: 0;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sp_nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12%;
}
.sp_nav ul li a {
  color: #FFFFFF;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sp_nav_tel, .sp_nav_contact {
  color: #FFFFFF;
  border-radius: 27px;
  height: 4.8rem;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 0 auto;
  font-weight: 500;
}

.sp_nav_tel {
  background-color: #FFD750;
}

.sp_nav_contact {
  background-color: #118C32;
  border: 3px solid #FFFFFF;
}

.pc_nav {
  display: none;
}
@media (min-width: 960px) {
  .pc_nav {
    display: flex;
    align-items: center;
    width: 63%;
    height: 100%;
    margin-right: 1rem;
  }
  .pc_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .pc_nav ul li {
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
  }
  .pc_nav ul li a {
    color: #118C32;
    font-weight: 500;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .pc_nav ul li:last-child {
    background-color: #118C32;
    border-radius: 24px;
    width: 15rem;
    height: 4.5rem;
  }
  .pc_nav ul li:last-child a {
    color: #FFFFFF;
    font-size: 1.5rem;
  }
}

.cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 96vh;
  overflow: scroll;
}
.cover img {
  width: 54%;
  position: absolute;
  top: 15%;
  left: 21%;
  z-index: -1;
}
@media (min-width: 960px) {
  .cover img {
    width: 33%;
    top: 9%;
    left: 32%;
  }
}

.cover_title_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 12rem;
}
@media (min-width: 960px) {
  .cover_title_container {
    margin-top: 18rem;
  }
}

.cover_title {
  font-size: 2.4rem;
  text-decoration: underline 6px #FFD750;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .cover_title {
    font-size: 4.2rem;
    text-decoration: underline 12px #FFD750;
  }
}

.cover_subtitle {
  margin: 1rem auto;
}
@media (min-width: 960px) {
  .cover_subtitle {
    font-size: 2.4rem;
    letter-spacing: 1.8px;
  }
}

.cover_price {
  color: #FF6B15;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.6rem;
  font-weight: 600;
  margin: 1.2rem auto;
  text-align: center;
}
.cover_price span {
  font-size: 2.1rem;
}
@media (min-width: 960px) {
  .cover_price {
    font-size: 9rem;
  }
  .cover_price span {
    font-size: 3rem;
  }
}

.catch {
  color: #118C32;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .catch {
    font-size: 2.7rem;
    letter-spacing: 2.1px;
    margin-top: 3rem;
  }
}

.cover_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 81%;
}
@media (min-width: 960px) {
  .cover_container {
    width: 69%;
  }
}

.difference_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #118C32;
  border-radius: 12px;
  width: 30%;
  position: relative;
}
.difference_button i {
  font-size: 3rem;
  color: rgba(85, 191, 69, 0.6);
  margin: 3rem auto 0.6rem auto;
}
@media (min-width: 960px) {
  .difference_button {
    flex-direction: row;
    justify-content: center;
    height: 9rem;
    width: 32%;
  }
  .difference_button i {
    font-size: 3.6rem;
    margin: 0;
  }
}

.button_number {
  margin: 0.3rem 0.5rem;
  color: #FFD750;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .button_number {
    font-size: 2.1rem;
  }
}

.difference_button_title {
  color: #000000;
  width: 90%;
  text-align: center;
}
.difference_button_title span {
  display: none;
}
@media (min-width: 960px) {
  .difference_button_title {
    width: 69%;
    font-size: 2.1rem;
  }
  .difference_button_title span {
    display: inline;
  }
}

.cover_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #118C32;
  color: #FFFFFF;
  border-radius: 33px;
  height: 6rem;
  width: 30rem;
  margin: 3rem auto 2rem auto;
}
@media (min-width: 960px) {
  .cover_button {
    width: 27%;
    font-size: 2.1rem;
    height: 6rem;
    border-radius: 33px;
  }
}

.area_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.area_container img {
  width: 81%;
}
@media (min-width: 960px) {
  .area_container {
    flex-direction: row;
    width: 81%;
    align-items: flex-start;
  }
  .area_container img {
    width: 45%;
  }
}

.locate_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .locate_container {
    width: 55%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.locate_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 1rem auto;
}
@media (min-width: 960px) {
  .locate_box {
    width: 50%;
  }
}

.locate_title {
  color: #FF6B15;
  border: 2.4px solid #FF6B15;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  margin: 1.5rem auto;
  padding: 1% 0;
  font-size: 1.7rem;
  box-sizing: border-box;
}

#difference {
  background-color: #F7FBF3;
}

.dif_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 1.8rem auto;
  padding: 7rem 0 0 0;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .dif_container {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 69%;
  }
}

@media (min-width: 960px) {
  .dif_container.rev {
    flex-direction: row-reverse;
  }
}

.dif_img {
  border-radius: 24px;
  width: 84%;
}
.dif_img img {
  width: 100%;
  border-radius: 24px;
  border: 3.6px solid #FFD750;
}
@media (min-width: 960px) {
  .dif_img {
    width: 45%;
  }
}

.dif_txt_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .dif_txt_box {
    width: 48%;
    justify-content: flex-start;
  }
}

.dif_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: #000000;
  margin: 0.5rem auto;
}
.dif_title span {
  color: #FFD750;
  margin-right: 1rem;
  font-size: 2.4rem;
}
@media (min-width: 960px) {
  .dif_title {
    font-size: 2.4rem;
  }
  .dif_title span {
    font-size: 3.3rem;
  }
}

.dif_txt {
  width: 81%;
  margin-top: 1.5rem;
  text-align: left;
  font-size: 1.9rem;
  line-height: 1.7;
}

.slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 87%;
}

.slide {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3rem 0;
  box-sizing: border-box;
}

.slide_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84%;
  position: relative;
  margin: 0 auto;
}
.slide_img img {
  width: 100%;
  height: 18rem;
  border-radius: 24px;
  border: 3.6px solid #118C32;
  object-fit: cover;
}
@media (min-width: 960px) {
  .slide_img img {
    height: 24rem;
  }
}

.slide_title {
  background-color: #FFFFFF;
  color: #FF6B15;
  border: 3px solid #FF6B15;
  border-radius: 24px;
  padding: 1rem 3rem;
  box-sizing: border-box;
  position: absolute;
  bottom: -2rem;
}

.slick-prev, .slick-next {
  top: 48% !important;
}

.slick-prev:before, .slick-next:before {
  color: rgba(85, 191, 69, 0.6) !important;
  font-size: 2.4rem !important;
  position: absolute;
}

.slick-prev:before {
  left: 1.5rem !important;
}

.slick-next:before {
  right: 1.5rem !important;
}

.price_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 78%;
}
@media (min-width: 960px) {
  .price_container {
    flex-direction: row;
    flex-wrap: wrap;
    width: 63%;
  }
}

.price_box {
  display: flex;
  align-items: center;
  border: 3px solid #118C32;
  border-radius: 15px;
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  margin: 0.5rem auto;
}
.price_box i {
  width: 20%;
  color: #118C32;
  font-size: 3rem;
}
@media (min-width: 960px) {
  .price_box {
    width: 45%;
  }
}

.material-icons {
  color: #118C32;
  font-size: 3.3rem !important;
  width: 20%;
}

.price_txt {
  text-align: center;
  width: 80%;
}
.price_txt span {
  color: #FF6B15;
}

#case {
  background-color: #F7FBF3;
}

.case_title {
  background-color: #118C32;
  color: #FFFFFF;
  font-size: 2.1rem;
  width: 69%;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  box-sizing: border-box;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .case_title {
    width: 30%;
  }
}

.case_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84%;
  margin-bottom: 4.5rem;
}
@media (min-width: 960px) {
  .case_container {
    flex-direction: row;
    justify-content: space-between;
    width: 75%;
    margin-bottom: 9rem;
  }
}

.case_container.last {
  margin-bottom: 0;
}

.case_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.case_box img {
  width: 100%;
  height: 24rem;
  border-radius: 36px;
  border: 3.6px solid #118C32;
  object-fit: cover;
}
@media (min-width: 960px) {
  .case_box {
    width: 48%;
  }
  .case_box img {
    height: 30rem;
  }
}

.case_txt {
  color: #FF6B15;
  font-size: 2.1rem;
  font-weight: 500;
}

.q_a_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84%;
  margin-bottom: 2.4rem;
}
@media (min-width: 960px) {
  .q_a_box {
    width: 60%;
  }
}

.question_box {
  display: flex;
  align-items: center;
  border: 2px solid #118C32;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .question_box {
    padding: 2rem 0;
  }
}

.qmark {
  font-weight: 600;
  font-size: 3rem;
  margin: 0;
  color: #118C32;
  width: 15%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.q_txt {
  width: 72%;
  margin: 0;
}

.question_box::before,
.question_box::after {
  content: "";
  width: 18px;
  height: 3px;
  background: #118C32;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.question_box::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.question_box.isactive::after {
  transform: translateY(-50%) rotate(0);
}

.answer_box {
  display: none;
  width: 100%;
}

.answer_in_box {
  display: flex;
  background-color: #F7FBF3;
  border: 2px solid #118C32;
  width: 100%;
  margin-top: -2px;
  padding: 1rem 0;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .answer_in_box {
    padding: 2rem 0;
  }
}

.amark {
  font-weight: 600;
  font-size: 3rem;
  margin: 0;
  color: #FF6B15;
  width: 15%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.a_txt {
  width: 80%;
  margin: 0;
  line-height: 1.5;
}

#contact {
  background-color: #118C32;
}

.contact_catch {
  color: #FFFFFF;
  font-weight: 500;
}

.contact_call {
  background-color: #FFD750;
  color: #FFFFFF;
  border-radius: 33px;
  width: 30rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.5rem;
}
.contact_call i {
  font-size: 2.7rem;
}
.contact_call p {
  font-weight: 500;
  line-height: 1.2;
  margin-left: 1rem;
}

.white {
  color: #FFFFFF;
}

form {
  background-color: #FFFFFF;
  width: 84%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  form {
    width: 45%;
    padding: 3rem 0 6rem 0;
  }
}

.form_label {
  width: 84%;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (min-width: 960px) {
  .form_label {
    width: 72%;
  }
}

input[type=text] {
  border: 2px solid #CCC;
  border-radius: 9px;
  height: 3.3rem;
  width: 84%;
}
@media (min-width: 960px) {
  input[type=text] {
    width: 72%;
  }
}

textarea {
  border: 2px solid #CCC;
  border-radius: 9px;
  width: 84%;
  min-height: 18rem;
}
@media (min-width: 960px) {
  textarea {
    width: 72%;
    min-height: 12rem;
  }
}

.upload_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
  margin: 1rem auto;
}
@media (min-width: 960px) {
  .upload_box {
    width: 72%;
  }
}

.upload {
  border: 2px solid #CCC;
  border-radius: 9px;
  height: 3.3rem;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type=file] {
  display: none;
}

.agree_box {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .agree_box {
    width: 72%;
  }
}

#popen {
  color: blue;
  text-decoration: underline;
}

input[type=checkbox] {
  border: 1.5px solid #CCC;
  border-radius: 3px;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5rem;
}

#contact_button {
  background-color: #118C32;
  color: #FFFFFF;
  border: none;
  width: 60%;
  height: 5.4rem;
  border-radius: 33px;
  margin-top: 3rem;
}
#contact_button:disabled {
  cursor: default;
  background-color: #CCC;
}
@media (min-width: 960px) {
  #contact_button {
    width: 45%;
  }
}

.policy_box {
  background-color: #118C32;
  z-index: 50;
  position: fixed;
  top: 6rem;
  height: 95vh;
  overflow: hidden;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.policy_box.open {
  display: flex;
}

.policy_inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #FFFFFF;
  width: 84%;
  height: 84%;
  margin-top: 4rem;
  overflow: scroll;
}
.policy_inbox p {
  font-size: 1.3rem;
  line-height: 1.4;
  width: 90%;
  margin: 2rem auto;
}
.policy_inbox p span {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2;
}

.pclose {
  margin: 1rem auto;
  width: 60%;
  height: 5rem;
  align-items: center;
  justify-content: center;
  display: flex;
}
.pclose p {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.pclose p i {
  margin-right: 1rem;
}

.contact-result {
  display: none;
  z-index: 100;
  top: 6rem;
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100vh;
}
@media (min-width: 960px) {
  .contact-result {
    height: 50vh;
    top: 30%;
  }
}

.thanks {
  display: none;
}

.thanks.current {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  color: #FFF;
  background-color: #FF6B15;
  width: 100%;
  height: 100%;
  padding: 9% 0;
  box-sizing: border-box;
  line-height: 1.5;
}

.thanks.failed {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFF;
  background-color: #000000;
  padding: 9% 0;
  box-sizing: border-box;
  line-height: 1.5;
}

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