@charset "utf-8";

@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 13px;
    word-break: keep-all;
  }
}

.top_title {
  top: 37% !important;
  left: 50% !important;
}

@media screen and (max-width: 768px) {
  .top_title {
    top: 36% !important;
  }
}

@media screen and (max-width: 480px) {
  .top_title {
    top: 36% !important;
    font-size: 70px !important;
  }
}

.top_title_sub {
  top: 45% !important;
}

@media screen and (max-width: 768px) {
  .top_title_sub {
    top: 43% !important;
  }
}

.main {
  background-image: url(../image/move/movebackground.png);
  background-repeat: no-repeat;
  padding: 100px 0 0 !important;
}

.header_under {
  height: 30vh;
  position: relative;
}

h1 {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.concept {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .concept {
    display: block;
    text-align: center;
  }
}

.concept img {
  width: 20%;
}

@media (max-width: 768px) {
  .concept img {
    width: 50%;
    margin-bottom: 13px;
  }
}

@media (max-width: 480px) {
  .concept img {
    width: 60%;
    margin-bottom: 13px;
  }
}

.concept p {
  line-height: 2;
}

/* サービス一覧 */
.service_box {
  width: calc((100% - 90px) / 3);
}

@media (max-width: 1024px) {
  .service_box {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 480px) {
  .service_box {
    width: 100%;
  }
}

.service_box img {
  width: 100%;
}

.service_box span {
  display: block;
  padding: 1.2rem 0 0.8rem;
}

.service_title {
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .service_title {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .service_title {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .service_title {
    font-size: 1rem;
  }
}

small {
  display: block;
  margin-top: 0.4rem;
  line-height: 1.6 !important;
  white-space: normal;
  word-break: break-word;
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  small {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  small {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  small {
    font-size: 0.8rem;
  }
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 15px;
  justify-content: space-around;
}

@media (max-width: 1024px) {
  .flex_box {
    gap: 36px 15px;
  }
}

@media (max-width: 768px) {
  .flex_box {
    gap: 24px 12px;
  }
}

@media (max-width: 480px) {
  .flex_box {
    gap: 16px 8px;
  }
}

.hover_block {
  position: relative;
  display: block !important;
  overflow: hidden;
  width: 100%;
}

.hover_block img {
  width: 100%;
  height: auto;
  display: block;
}

/* 制作の流れ */
.schedule_whole {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.schedule_box {
  border: 1px solid #fff;
  width: 250px;
  padding: 0 10px 120px;
}

.schedule_box:nth-last-child(5) {
  background-image: url(../image/move/hearing.png);
  background-position: center bottom 17px;
  background-size: 50%;
  background-repeat: no-repeat;
}

.schedule_box:nth-last-child(4) {
  background-image: url(../image/move/plan.png);
  background-position: center bottom 17px;
  background-size: 40%;
  background-repeat: no-repeat;
}

.schedule_box:nth-last-child(3) {
  background-image: url(../image/move/photograph.png);
  background-position: center bottom 17px;
  background-size: 40%;
  background-repeat: no-repeat;
}

.schedule_box:nth-last-child(2) {
  background-image: url(../image/move/edit.png);
  background-position: center bottom 17px;
  background-size: 47%;
  background-repeat: no-repeat;
}

.schedule_box:nth-last-child(1) {
  background-image: url(../image/move/delivery.png);
  background-position: center bottom 17px;
  background-size: 50%;
  background-repeat: no-repeat;
}

.schedule_title {
  font-size: 24px;
  margin: 35px 0 12px;
}

@media (max-width: 1024px) {
  .schedule_title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .schedule_title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .schedule_title {
    font-size: 16px;
    word-break: keep-all;
  }
}

.schedule_detail {
  line-height: 1.8;
  text-align: left !important;
  font-size: 15px;
  letter-spacing: 0.03em;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .schedule_detailody {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .schedule_detail {
    font-size: 13px;
    white-space: normal;
    word-break: break-all;
  }
}

/* 質問 */
.faq_box {
  color: #707070;
}

.faq_box:nth-of-type(1),
.faq_box:nth-of-type(2),
.faq_box:nth-of-type(3) {
  margin-bottom: 16px;
}

.faq_question {
  background-color: #fff;
  padding: 40px 24px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .faq_question {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .faq_question {
    padding: 20px 10px;
    font-size: 12px;
    letter-spacing: 0px;
  }
}

.faq_question::after {
  content: "＋";
  position: absolute;
  right: 1rem;
  font-size: 24px;
  transition: transform 0.3s;
}

.faq_question.active::after {
  content: "－";
}

.faq_answer {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 24px;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  word-break: keep-all;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .faq_answer {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .faq_answer {
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0px;
    white-space: normal;
    word-break: break-all;
  }
}

.faq_answer.open {
  padding: 40px 24px;
}

@media (max-width: 480px) {
  .faq_answer.open {
    padding: 30px 10px;
  }
}

button,
.faq_answer {
  display: flex;
  justify-content: space-between;
}

/* お問い合わせ */
.contact_area {
  background-image: url(../image/move/contact_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0;
  padding: 215px 0 !important;
}

@media screen and (max-width: 768px) {
  .contact_area {
    padding: 120px 0 !important;
  }
}

h6 {
  font-size: 64px !important;
}

@media screen and (max-width: 1280px) {
  h6 {
    font-size: 56px !important;
  }
}

@media screen and (max-width: 1024px) {
  h6 {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  h6 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 480px) {
  h6 {
    font-size: 32px !important;
  }
}

.subtitle_contact,
.explain_contact {
  padding-bottom: 25px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .explain_contact {
    font-size: 14px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .explain_contact {
    font-size: 13px;
    padding-bottom: 12px;
  }
}

.contact_wrapper {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;

  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

@media screen and (max-width: 768px) {
  .contact_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 90px;
  }
}

@media screen and (max-width: 480px) {
  .contact_wrapper {
    padding: 0 20px;
    gap: 20px;
  }
}

.contact_box {
  flex: 1 1 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contact_box {
    flex: none;
    width: 100%;
    min-height: 140px;
  }
}

@media screen and (max-width: 480px) {
  .contact_box {
    width: 100%;
    min-height: 160px;
  }
}

.tel {
  font-size: 40px;
}

@media screen and (max-width: 1280px) {
  .tel {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .tel {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .tel {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .tel {
    font-size: 18px;
  }
}

.contact_tel {
  display: flex;
  background-color: #007b8a;
  padding: 48px 25px;
  font-size: 40px;
  transition: backdround-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1280px) {
  .contact_tel {
    font-size: 32px;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .contact_tel {
    font-size: 28px;
    padding: 36px 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact_tel {
    font-size: 20px;
    padding: 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  .contact_tel {
    font-size: 18px;
    padding: 20px 12px;
  }
}

.contact_tel:hover {
  background-color: #005f6b;
}

.contact_mail {
  display: flex;
  align-items: center;
  background-color: #f6f1e9;
  color: #2f5e4e;
  padding: 48px 25px;
  font-size: 40px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1280px) {
  .contact_mail {
    font-size: 32px;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .contact_mail {
    font-size: 28px;
    padding: 36px 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact_mail {
    font-size: 20px;
    padding: 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  .contact_mail {
    font-size: 18px;
    padding: 20px 12px;
  }
}

.contact_mail:hover {
  background-color: #e6e0d5;
  color: #2f5e4e;
}

.contact_box p {
  line-height: normal;
  margin: 0;
  padding: 0;
}
