@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP";
  background-color: #FFFFFF;
  font-size: 1.5rem;
  overflow-x: hidden;
  height: 100%;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  color: #0D0D0D;
  font-size: 2rem;
  text-decoration: underline;
  position: absolute;
  top: 45%;
}

.wh1 {
  color: #FFFFFF;
  letter-spacing: 0.1rem;
}

h2 {
  margin: 2rem auto;
  font-size: 1.8rem;
  font-weight: 500;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  background-color: #F2CD5C;
  color: #FFFFFF;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2CD5C;
  width: 100%;
  height: 7rem;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media (min-width: 769px) {
  header {
    width: 90%;
    top: 3rem;
    left: 5%;
    height: 7.8rem;
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
  }
}

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

.logo {
  margin-left: 0.5rem;
  width: 27%;
}
.logo img {
  width: 100%;
}

.nav_button {
  background-color: #0D0D0D;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_button i {
  color: #FFFFFF;
  font-size: 2.1rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 7rem;
  right: 0;
  background-color: #F2790F;
  width: 100%;
  height: 95vh;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
}

.sp_nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sp_nav_list ul {
  list-style: none;
  padding: 0;
}
.sp_nav_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  width: 100%;
}
.sp_nav_list ul li a {
  color: #FFFFFF;
  font-size: 1.8rem;
  display: block;
  width: 100%;
}

.ham_box {
  color: rgba(255, 255, 255, 0.3);
  font-size: 6.3rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.3rem auto;
  width: 81%;
}

.ham_txt {
  position: absolute;
  top: 24%;
  color: #0D0D0D;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}

#nav_close {
  color: #FFFFFF;
  font-size: 2.1rem;
}
#nav_close i {
  margin-right: 1rem;
}

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

.pc_logo {
  margin-left: 1.5rem;
  width: 7.5%;
}
.pc_logo img {
  width: 100%;
}

.pc_nav_list {
  width: 60%;
  height: 100%;
}
.pc_nav_list ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  margin: 0;
}
.pc_nav_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: calc(100%/6);
}
.pc_nav_list ul li:last-child {
  background-color: #F2790F;
}
.pc_nav_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #0D0D0D;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.cover {
  margin-top: 7rem;
  background-color: rgba(89, 2, 2, 0.9);
  height: 93vh;
  position: relative;
}
.cover img {
  width: 100%;
}
@media (min-width: 769px) {
  .cover {
    margin-top: 7rem;
    overflow: hidden;
  }
}

.sp_cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .sp_cover {
    display: none;
  }
}

.cover_txt {
  color: #FFFFFF;
  font-size: 2.1rem;
  font-weight: 600;
  margin: 2rem auto 1rem auto;
}
@media (min-width: 769px) {
  .cover_txt {
    font-size: 3.6rem;
    margin: 0 auto 2rem auto;
  }
}

.cover_catchbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93%;
}
@media (min-width: 769px) {
  .cover_catchbox {
    justify-content: space-evenly;
  }
}

.catch_txt {
  color: #FFFFFF;
  font-size: 2.1rem;
  font-weight: 500;
  border-bottom: 9px solid #F2790F;
  margin: 0 0.3rem;
}
.catch_txt span {
  font-size: 3rem;
  margin-left: 0.5rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .catch_txt {
    font-size: 3.3rem;
    font-weight: 600;
  }
  .catch_txt span {
    font-size: 4.2rem;
    margin-left: 1rem;
  }
}

.pc_cover {
  display: none;
}
@media (min-width: 769px) {
  .pc_cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    height: 24rem;
    position: absolute;
    bottom: 12rem;
    left: 9rem;
    background-color: rgba(89, 2, 2, 0.6);
    padding: 4% 0;
    box-sizing: border-box;
  }
}

.campain {
  color: #0D0D0D;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 2rem auto;
  background-color: #FFFFFF;
  width: 72%;
  padding: 2rem 1rem;
  box-sizing: border-box;
  text-align: center;
}

.button_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin: 2rem auto;
}
@media (min-width: 769px) {
  .button_box {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 75%;
    margin: 3rem auto;
  }
}

.button_box_s {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin: 2rem auto;
}
@media (min-width: 769px) {
  .button_box_s {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: 3rem auto;
    width: 93%;
  }
}

.button {
  width: 75%;
  text-decoration: none;
}
@media (min-width: 769px) {
  .button {
    width: 30%;
  }
}

.line_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F2CD5C;
  width: 100%;
  margin: 0.5rem auto;
  height: 7.2rem;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
}

.button_txt {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.5rem auto;
}

.button_txt_blk {
  color: #0D0D0D;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.5rem auto;
}

.tel_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F2790F;
  width: 100%;
  margin: 0.5rem auto;
  height: 7.2rem;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
}

.mail_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0D0D0D;
  width: 100%;
  margin: 0.5rem auto;
  height: 7.2rem;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);
}

.button_txt_sw {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.5rem auto;
}

.service {
  padding-bottom: 9rem;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .service {
    padding: 9rem 0;
    box-sizing: border-box;
  }
}

.line_dec_box {
  width: 100%;
  display: flex;
  align-items: center;
  height: 9rem;
  padding: 1rem;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .line_dec_box {
    display: none;
  }
}

.line_dec {
  transform: rotate(-15deg);
  color: #F2CD5C;
  margin: 0;
  white-space: nowrap;
  width: 30%;
  font-weight: 600;
  font-size: 2.4rem;
}

.service_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .service_container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
  }
}

.service_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .service_box {
    width: 32%;
  }
}

.service_title {
  color: rgba(112, 112, 112, 0.1);
  font-size: 30vw;
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
  width: 100%;
}
@media (min-width: 769px) {
  .service_title {
    font-size: 9rem;
  }
}

.title_txt_s {
  margin: 0 auto;
  letter-spacing: 1.8rem;
  width: 100%;
  text-align: center;
}

.title_txt_w {
  margin: 0 auto;
  letter-spacing: -0.8rem;
  width: 100%;
  text-align: center;
}

.service_txt {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
}
.service_txt span {
  font-weight: 700;
}
@media (min-width: 769px) {
  .service_txt {
    font-size: 1.5rem;
  }
}

.service_org {
  font-size: 2.4rem;
  font-weight: 600;
  color: #F2790F;
  margin: 0;
}

.flow {
  background-color: #FFEAB7;
  padding: 3rem 0 9rem 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .flow {
    padding: 9rem 0;
    box-sizing: border-box;
  }
}

.flow_title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 30vw;
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
  width: 100%;
}
@media (min-width: 769px) {
  .flow_title {
    font-size: 9rem;
  }
}

.bg_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 81%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .bg_flex {
    width: 51%;
    margin: 3rem auto;
  }
}

.flow_box {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
  box-sizing: border-box;
}

.flow_img {
  width: 75%;
  margin: 3rem auto;
}
.flow_img img {
  width: 100%;
}
@media (min-width: 769px) {
  .flow_img {
    width: 45%;
  }
}

.flow_img2 {
  width: 50%;
  align-self: flex-start;
  margin: 4rem 0 0 0;
}
.flow_img2 img {
  width: 100%;
}
@media (min-width: 769px) {
  .flow_img2 {
    width: 42%;
    margin: 4rem 0 0 2rem;
  }
}

.flow_img3 {
  width: 50%;
  align-self: flex-end;
  margin-top: -9rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.flow_img3 img {
  width: 100%;
}
@media (min-width: 769px) {
  .flow_img3 {
    width: 42%;
    margin-top: -15rem;
    margin-right: 5rem;
    margin-bottom: 2rem;
  }
}

.flow_arrow {
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-top: 6rem solid #FFFFFF;
  border-left: 16rem solid transparent;
  border-right: 16rem solid transparent;
  margin-top: -1px;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .flow_arrow {
    border-top: 9rem solid #FFFFFF;
    border-left: 42rem solid transparent;
    border-right: 42rem solid transparent;
  }
}

.flowbox_title {
  color: #F2790F;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .flowbox_title {
    font-size: 2.7rem;
    margin: 2rem auto;
  }
}

.flow_box_txt {
  width: 87%;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 200;
  margin: 1rem auto;
}
.flow_box_txt span {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .flow_box_txt {
    width: 72%;
    font-weight: 300;
  }
}

.flow_box_txt.big {
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}

.hojo {
  background-color: #FFFFFF;
  padding: 9rem 0;
  box-sizing: border-box;
}

.circle {
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .circle {
    width: 30%;
  }
}

.circle_in {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #FFEAB7;
}

.circle_txt {
  position: absolute;
  top: 22%;
  font-size: 2.4rem;
  color: #F2790F;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 0;
}
@media (min-width: 769px) {
  .circle_txt {
    top: 30%;
    font-size: 3rem;
  }
}

.circle_img_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: -3rem;
}
@media (min-width: 769px) {
  .circle_img_box {
    width: 72%;
    margin-top: -15rem;
  }
}
.circle_img_box img {
  width: 45%;
}

.hojo_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media (min-width: 769px) {
  .hojo_container {
    flex-direction: row;
    width: 72%;
    justify-content: space-evenly;
  }
}

.hojo_in_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.hojo_title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 6rem;
}

.hojo_box {
  border: 3px solid #0D0D0D;
  border-radius: 3rem;
  width: 78%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6% 4%;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.hojo_box_flex {
  display: flex;
  width: 100%;
  margin: 2rem auto 0rem auto;
}

.hojo_inbox_left {
  background-color: #F2790F;
  width: 36%;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18rem;
}

.hojo_inbox_txt {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.7rem;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.hojo_inbox_txt span {
  font-weight: 500;
  font-size: 1.4rem;
}

.hojo_inbox_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 27%;
  height: 18rem;
}
.hojo_inbox_center i {
  font-size: 2.7rem;
  margin: 1rem auto;
}

.center_txt {
  color: red;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.center_txt span {
  color: #0D0D0D;
  font-size: 1.5rem;
  font-weight: 400;
}

.hojo_inbox_right {
  width: 36%;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border: 3px dotted #F2790F;
  height: 18rem;
}

.balloon_box {
  background-color: #590202;
  width: 81%;
  height: 45%;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.balloon_arrow {
  border-top: 1.5rem solid #590202;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  width: 0;
  height: 0;
  box-sizing: border-box;
  margin-top: -1px;
  margin-bottom: 1rem;
}

.right_box {
  background-color: #F2790F;
  height: 36%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  margin-bottom: -3px;
  padding: 0.5rem 0;
  box-sizing: border-box;
}

.hojo_mini {
  width: 81%;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 2rem auto 3rem auto;
}
@media (min-width: 769px) {
  .hojo_mini {
    width: 42%;
  }
}

.design {
  padding-bottom: 9rem;
  box-sizing: border-box;
  background-color: #FFEAB7;
}
@media (min-width: 769px) {
  .design {
    padding: 9rem 0;
    box-sizing: border-box;
  }
}

.line_dec_w {
  transform: rotate(-15deg);
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
  width: 30%;
  font-weight: 600;
  font-size: 2.4rem;
}

.design_title {
  color: rgba(242, 121, 15, 0.3);
  font-size: 30vw;
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
  width: 100%;
}
@media (min-width: 769px) {
  .design_title {
    font-size: 9rem;
  }
}

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

.slide {
  background-color: #FFFFFF;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .slide {
    width: 81%;
  }
}

.slide_title {
  color: #F2790F;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 2rem auto;
}

.slide_img {
  width: 90%;
  height: 18rem;
  overflow: hidden;
  margin: 1rem auto;
}
.slide_img img {
  width: 100%;
}

.design_txt {
  width: 87%;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.8;
  margin: 1.5rem 0 3rem 0;
}
.design_txt span {
  font-weight: 700;
}

.space {
  height: 6rem;
}

@media (min-width: 769px) {
  .slick-dots {
    margin: -3rem 0 !important;
  }
}

.contact {
  background-color: #590202;
  padding: 3rem 0 9rem 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .contact {
    padding: 9rem 0;
    box-sizing: border-box;
  }
}

.contact_title {
  color: rgba(255, 255, 255, 0.3);
  font-size: 28vw;
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
  width: 100%;
  letter-spacing: -0.5rem;
}
@media (min-width: 769px) {
  .contact_title {
    font-size: 9rem;
  }
}

form {
  background-color: #FFFFFF;
  width: 81%;
  text-align: center;
  padding: 3rem 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  form {
    width: 45%;
    padding: 4.5rem 0;
  }
}

.form_label {
  color: #0D0D0D;
  font-size: 1.5rem;
  width: 81%;
  margin: 1.5rem auto 0.5rem auto;
  text-align: left;
}
@media (min-width: 769px) {
  .form_label {
    width: 72%;
  }
}

input[type=text] {
  border: 1.5px solid #0D0D0D;
  border-radius: 6px;
  width: 81%;
  height: 3.6rem;
}
@media (min-width: 769px) {
  input[type=text] {
    width: 72%;
  }
}

select {
  border: 1.5px solid #0D0D0D;
  border-radius: 6px;
  width: 84%;
  height: 3.9rem;
}
@media (min-width: 769px) {
  select {
    width: 72.5%;
  }
}

textarea {
  width: 81%;
  min-height: 12rem;
  border: 1.5px solid #0D0D0D;
  border-radius: 6px;
}
@media (min-width: 769px) {
  textarea {
    width: 72%;
  }
}

.agree_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
}

input[type=checkbox] {
  margin-right: 1rem;
  width: 15px;
  height: 15px;
  border: 1.5px solid rgba(112, 112, 112, 0.1);
}

.popen {
  color: blue;
  text-decoration: underline;
  margin-left: 0.5rem;
}

.policy_box {
  background-color: #0D0D0D;
  z-index: 50;
  position: fixed;
  top: 7rem;
  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: 81%;
  height: 81%;
  margin-top: 4rem;
  overflow: scroll;
}
.policy_inbox p {
  font-size: 1.3rem;
  line-height: 1.5;
  width: 90%;
  margin: 1rem auto 3rem auto;
  font-weight: 300;
}
.policy_inbox p span {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4;
}

.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;
}

#button {
  background-color: #F2CD5C;
  box-shadow: none;
  border: none;
  color: #0D0D0D;
  width: 60%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 2rem auto;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
#button:disabled {
  cursor: default;
  background-color: rgba(112, 112, 112, 0.1);
  color: #FFFFFF;
}
@media (min-width: 769px) {
  #button {
    width: 45%;
    height: 6rem;
    margin: 3rem auto;
  }
}

.contact-result {
  z-index: 100;
  top: 30rem;
  position: fixed;
  margin: 0;
  width: 100%;
}

.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: rgba(242, 121, 15, 0.3);
  width: 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: rgba(0, 0, 0, 0.2);
  padding: 9% 0;
  box-sizing: border-box;
  line-height: 1.5;
}

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