* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 11px;
    line-height: 15px;
  }
}
@media screen and (max-width: 670px) {
  body {
    font-size: 11px;
    line-height: 15px;
  }
}

.header {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}

.header_wrapper {
  background-color: #fe9c9c;
}

.header-container {
  max-width: 950px;
  margin: 0 auto;
  padding: 53px 0 53px 0;
  height: 70px;
  padding: 23px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .header-container {
    width: 100%;
    height: 70px;
    max-width: 570px;
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 670px) {
  .header-container {
    width: 100%;
    height: 93px;
    padding: 15px;
  }
}

.header_logo {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .header_logo {
    line-height: 70px;
  }
}
@media screen and (max-width: 670px) {
  .header_logo {
    font-size: 20px;
    line-height: px;
  }
}

.header_nav {
  float: right;
}
@media screen and (max-width: 1000px) {
  .header_nav {
    width: 50%;
  }
}
@media screen and (max-width: 670px) {
  .header_nav {
    width: 50%;
  }
}

.header_link {
  margin-left: 50px;
  text-align: center;
  font-size: 24.857px;
}
@media screen and (max-width: 1000px) {
  .header_link {
    font-size: 20px;
  }
}
@media screen and (max-width: 670px) {
  .header_link {
    font-size: 20px;
  }
}

/* .header_open {
  display: none;

  @include mq(tab) {
    display: block;
    text-align: center;
    line-height: 70px;
  }

  @include mq(sp) {
    display: block;
    text-align: center;
    line-height: 93px;
  }
} */
/* .menu_icon {
  width: 30px;
} */
/* .drawer-content {
  display: none;
  @include mq(sp) {
    display: block;
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: $color-base1;
    z-index: 50;
    padding: 86px 40px 40px;
    transform: translateX(100%);
    transition: transform 0.3s linear;
    &.is_checked_open {
      transform: translateX(0);
    }
  }
}
 */
/* .drawer-content_close {
  &.is_checked {
    transform: translateX(100%);
  }
} */
/* .close_icon {
  width: 30px;
} */
/* .drawer-content_link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
  font-weight: 700px;
  letter-spacing: 0.48px;
} */
.mv_wrapper {
  background-color: #ffdede;
}

.mv_container {
  max-width: 950px;
  margin: 0 auto;
  padding: 53px 0 53px 0;
  padding: 53px 0 53px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mv_container {
    width: 100%;
    max-width: 570px;
    padding: 15px 0 15px 0;
    position: relative;
  }
}
@media screen and (max-width: 670px) {
  .mv_container {
    width: 100%;
    padding: 15px 0 15px 0;
    position: relative;
    text-align: center;
  }
}

.mv_img {
  width: 424px;
  height: 633px;
}
@media screen and (max-width: 1000px) {
  .mv_img {
    width: 295px;
    height: 440px;
  }
}
@media screen and (max-width: 670px) {
  .mv_img {
    width: 295px;
    height: 440px;
    margin: 20px 40px 0 40px;
  }
}

.mv_logo1 {
  width: 502px;
  height: 260px;
  margin-top: 200px;
  float: right;
}
@media screen and (max-width: 1000px) {
  .mv_logo1 {
    width: 239px;
    height: 124px;
    margin-top: 200px;
    float: right;
  }
}
@media screen and (max-width: 670px) {
  .mv_logo1 {
    width: 200px;
    height: 103.586px;
    margin-top: 20px;
    position: absolute;
    top: 60px;
    left: 150px;
  }
}

.mv_logo2 {
  width: 197.17px;
  height: 150px;
  position: absolute;
  left: 770px;
  top: 170px;
}
@media screen and (max-width: 1000px) {
  .mv_logo2 {
    width: 100px;
    height: 76.077px;
    position: absolute;
    left: 500px;
    top: 170px;
  }
}
@media screen and (max-width: 670px) {
  .mv_logo2 {
    width: 100px;
    height: 76.077px;
    margin-top: 20px;
    position: absolute;
    left: 260px;
    top: 0;
  }
}

.intro_wrapper {
  background-color: #f8f6eb;
}

.intro_container {
  max-width: 950px;
  margin: 0 auto;
  padding: 53px 0 53px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .intro_container {
    width: 100%;
    max-width: 570px;
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 670px) {
  .intro_container {
    padding: 15px 0 15px 0;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width: 670px) {
  .intro_column {
    text-align: center;
  }
}

.intro_logo1 {
  width: 381px;
  height: 282.107px;
}
@media screen and (max-width: 1000px) {
  .intro_logo1 {
    width: 257px;
    height: 190px;
  }
}
@media screen and (max-width: 670px) {
  .intro_logo1 {
    width: 200px;
    height: 148.087px;
  }
}

.intro_text {
  width: 360px;
  height: 328px;
}
@media screen and (max-width: 1000px) {
  .intro_text {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 670px) {
  .intro_text {
    width: 287px;
    height: auto;
    margin-top: 380px;
    margin-bottom: 20px;
    display: inline-block;
  }
}

.intro_img1 {
  width: 497px;
  height: 603.785px;
}
@media screen and (max-width: 1000px) {
  .intro_img1 {
    width: 296px;
    height: 360px;
  }
}
@media screen and (max-width: 670px) {
  .intro_img1 {
    width: 296px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.services_wrapper {
  background-color: #ffdede;
}

.services_container {
  max-width: 950px;
  margin: 0 auto;
  padding: 53px 0 53px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .services_container {
    width: 100%;
    max-width: 570px;
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 670px) {
  .services_container {
    padding: 15px 0 15px 0;
  }
}

.services_logo1 {
  width: 363px;
  height: 188.653px;
}
@media screen and (max-width: 1000px) {
  .services_logo1 {
    width: 239px;
    height: 124.319px;
  }
}
@media screen and (max-width: 670px) {
  .services_logo1 {
    width: 180px;
    height: 93.547px;
  }
}

.services_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 90px;
}
@media screen and (max-width: 1000px) {
  .services_column {
    padding-top: 30px;
  }
}
@media screen and (max-width: 670px) {
  .services_column {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service {
  width: 30%;
  padding: 5px;
}
@media screen and (max-width: 670px) {
  .service {
    width: 100%;
    padding: 10px 40px;
  }
}

.service_icon {
  width: 80px;
  margin-bottom: 5px;
}

.works_wrapper {
  background-color: #f8f6eb;
}

.works_container {
  max-width: 950px;
  margin: 0 auto;
  padding: 53px 0 53px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .works_container {
    width: 100%;
    max-width: 570px;
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 670px) {
  .works_container {
    padding: 15px 0 15px 0;
  }
}

.works_logo1 {
  width: 363px;
  height: 138.618px;
}
@media screen and (max-width: 1000px) {
  .works_logo1 {
    width: 239px;
    height: 91.266px;
  }
}
@media screen and (max-width: 670px) {
  .works_logo1 {
    width: 180px;
    height: 68.736px;
  }
}

.works_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 90px;
}
@media screen and (max-width: 670px) {
  .works_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}

.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 50%;
}
@media screen and (max-width: 670px) {
  .work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 10px 40px;
  }
}

.work_icon {
  height: 180px;
}
@media screen and (max-width: 670px) {
  .work_icon {
    width: 80px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

.work_text {
  margin: 20px 10px;
  text-align: start;
  max-width: 300px;
}
@media screen and (max-width: 670px) {
  .work_text {
    margin: 0 auto;
    width: 100%;
  }
}

.contact_wrapper {
  background-color: #ffdede;
}

.contact_container {
  max-width: 950px;
  margin: 0 auto;
  padding: 53px 0 53px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .contact_container {
    width: 100%;
    max-width: 570px;
    padding: 15px 0 15px 0;
    position: relative;
  }
}
@media screen and (max-width: 670px) {
  .contact_container {
    padding: 15px 0 15px 0;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
  }
}

.contact_img1 {
  width: 424.233px;
  height: 633px;
}
@media screen and (max-width: 1000px) {
  .contact_img1 {
    width: 295px;
    height: 440.423px;
  }
}
@media screen and (max-width: 670px) {
  .contact_img1 {
    width: 213px;
    height: 318px;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.contact_logo1 {
  width: 300px;
  height: 231.343px;
}
@media screen and (max-width: 1000px) {
  .contact_logo1 {
    width: 180px;
    height: 138.806px;
  }
}
@media screen and (max-width: 670px) {
  .contact_logo1 {
    width: 180px;
    height: 138.806px;
  }
}

.contact_logo2 {
  width: 120px;
  position: absolute;
  left: 85%;
  top: 85%;
}
@media screen and (max-width: 1000px) {
  .contact_logo2 {
    position: absolute;
    left: 95%;
    top: 78%;
  }
}
@media screen and (max-width: 670px) {
  .contact_logo2 {
    width: 100px;
    position: absolute;
    top: 93%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.contact_text {
  margin-left: 30px;
}
.contact_text h3 {
  font-size: 15px;
}
@media screen and (max-width: 670px) {
  .contact_text {
    margin-top: 340px;
    margin-left: 0;
    margin-bottom: 80px;
  }
  .contact_text h3 {
    font-size: 10px;
  }
}

.btn {
  margin-top: 10px;
  padding: 8px 24px;
  background-color: #fe9c9c;
  color: white;
  font-weight: bold;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
}

.btn:hover {
  opacity: 1;
}

.fa-brands {
  margin: 10px;
  font-weight: bold;
}

/* input {
  width: 400px;

  padding: 5px;
  font-size: 18px;
  border: 1px solid #dee7ec;

  @include mq(sp) {
    width: 100%;
    max-width: 600px;
  }
} */
/* textarea {
  width: 400px;

  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
  border: 1px solid #dee7ec;
  @include mq(sp) {
    width: 100%;
    max-width: 600px;
  }
} */
/* .contact-submit {
  background-color: #fff;
  color: #333333;
  width: 70px;
  box-shadow: 2px 2px #dee7ec;
  border-radius: 10px;
} */
footer {
  background-color: #fe9c9c;
  height: 46px;
}
@media screen and (max-width: 670px) {
  footer {
    height: 30px;
  }
}

.fotter_text {
  text-align: center;
  line-height: 46px;
}
@media screen and (max-width: 670px) {
  .fotter_text {
    font-size: 10px;
    line-height: 30px;
  }
}