@charset "UTF-8";
/*
Theme Name: myDrama
Description: 映像制作LP（Single page）用テーマ
Author: nousite
Version: 1.0.0
*/
/* 最初は透明 */
body.is-preload {
  opacity: 0;
}

/* 読み込み後にフェードイン */
body.is-loaded {
  opacity: 1;
  transition: opacity 1.8s ease;
  -webkit-transition: opacity 1.8s ease;
  -moz-transition: opacity 1.8s ease;
  -ms-transition: opacity 1.8s ease;
  -o-transition: opacity 1.8s ease;
}

/* デフォルト（PC想定） */
[id] {
  scroll-margin-top: 100px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "noto sans jp", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
  }
}
h1 img {
  display: block;
  margin: auto;
  max-width: 1020px;
  padding: 45px 20px;
}

@media (max-width: 900px) {
  h1 img {
    display: block;
    margin: auto;
    max-width: 500px;
    padding: 45px 40px;
  }
}
h2 {
  font-size: 28px;
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}
h2 .hrz {
  height: 1px;
  width: 280px;
  background: linear-gradient(to right, #988b63, #c7bea3);
}
h2 aside {
  font-family: "futura";
  font-weight: normal;
  font-size: 18px;
  color: #7b6e45;
}

h3 {
  font-size: 22px;
  text-align: center;
  position: relative;
}
@media (max-width: 900px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 11px;
  background: #f7f0e7;
  z-index: -1;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.f-stan::before {
  background: #deebd9;
}

.f-pre::before {
  background: #bed8ff;
}

.entry-btn {
  background: linear-gradient(to right, #988b63, #c7bea3);
  padding: 24px 0;
  width: 400px;
  display: block;
  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 18px;
}

@media (max-width: 900px) {
  .entry-btn {
    background: linear-gradient(to right, #988b63, #c7bea3);
    padding: 24px 0;
    width: 345px;
    display: block;
    margin: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 18px;
  }
}
.noscroll {
  overflow: hidden;
}

.modalArea {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(30, 30, 30, 0.7);
}

.modalWrapper {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  transition: all 0.4s;
}
.modalWrapper .modalContents {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.modalWrapper .modalContents .nav_list .nav_item {
  border-radius: 6px;
  display: block;
  padding: 5px 0 5px 30px;
  background: linear-gradient(to right, #988b63, #c7bea3);
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-bottom: 7px;
}
.modalWrapper .modalContents .nav_list .nav_item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  position: absolute;
  top: 16px;
  right: 20px;
  -webkit-transform: translateY(-25%) rotate(45deg);
  -moz-transform: translateY(-25%) rotate(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
  -o-transform: translateY(-25%) rotate(45deg);
}
.modalWrapper .modalContents .nav_list_2 .h-entry_btn {
  background: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #9f9883;
  padding: 10px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  font-size: 20px;
}
.modalWrapper .modalContents .f-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  justify-content: center;
}
.modalWrapper .modalContents .f-icons img {
  max-width: 20px;
  display: block;
  margin-bottom: 10px;
}
.modalWrapper .modalContents .kv-link {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.modalWrapper .modalContents .kv-link img {
  max-width: 16px;
}

.panelActive {
  right: 0;
}

.closeModal {
  position: absolute;
  top: 3rem;
  right: 2rem;
  cursor: pointer;
}

header {
  margin: auto;
  padding: 36px 22px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(to right, #988b63, #c7bea3);
  transition: all 0.3s ease;
}
header.scrolled {
  padding: 10px 24px;
  font-size: 15px;
}
header.scrolled .logo {
  max-width: 120px;
  transition: all 0.3s ease;
}
header .header-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-inner nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
header .header-inner nav ul li {
  border-right: 1px solid #ffffff;
  padding-right: 20px;
}
header .header-inner nav ul li:last-of-type {
  border-right: none;
}
header .header-inner nav ul li a {
  display: block;
  font-weight: bold;
}
header .header-inner .h-entry_btn {
  background: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px 0;
  width: 140px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
header .header-inner .h-entry_btn a {
  color: #9f9883;
}

@media (max-width: 1050px) {
  header .header-inner .h-entry_btn {
    display: none;
  }
  header .header-inner .burger-btn {
    display: block;
    margin-left: auto;
    width: 33px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  header .header-inner .bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    z-index: 9;
  }
  header .header-inner .bar-top {
    top: 0;
  }
  header .header-inner .bar-middle {
    top: 9px;
  }
  header .header-inner .bar-bottom {
    bottom: 0;
    right: 0;
  }
  header .header-inner .menu {
    position: absolute;
    bottom: -20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
}
.kv {
  padding-top: 110px;
  background: linear-gradient(to right, #000, #494949);
}
.kv .kv-inner {
  max-width: 1440px;
  margin: auto;
  padding-top: 30px;
}
.kv .kv-inner .slick01 {
  clip-path: polygon(2.2% 0, 100% 0, 97.8% 100%, 0 100%);
}
.kv .kv-inner .slick01 li {
  max-width: 770px;
  margin-right: 32px;
}
.kv .kv-inner .slick01 li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .kv-inner .slick01 .kv-img02 {
  max-width: 832px;
}
.kv .under {
  background: linear-gradient(to right, #988b63, #c7bea3);
  height: 20px;
}

@media (max-width: 1050px) {
  .kv .kv-inner {
    max-width: 1440px;
    margin: auto;
    padding-top: 30px;
  }
  .kv .kv-inner .slick01 {
    clip-path: unset;
  }
  .kv .kv-inner .slick01 li {
    max-width: 322px;
    margin-right: 32px;
  }
  .kv .kv-inner .slick01 li img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kv .kv-inner .slick01 .kv-img02 {
    max-width: 359px;
  }
}
.about {
  max-width: 940px;
  margin: auto;
  padding: 85px 20px;
}
.about ul {
  display: flex;
  justify-content: space-between;
}
.about ul li {
  max-width: 246px;
}

@media (max-width: 900px) {
  .about .about-txt {
    max-width: 500px;
    margin: auto;
    display: block;
    padding: 0 20px;
  }
  .about .about-img {
    max-width: 700px;
    margin: auto;
    display: block;
  }
  .about ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .about ul li {
    max-width: 500px;
  }
}
.flow {
  background: #fffcf3;
  padding: 70px 0 150px;
}
.flow .flow-img {
  max-width: 800px;
  margin: 60px auto;
}

@media (max-width: 900px) {
  .flow {
    background: #fffcf3;
    padding: 70px 20px 100px;
  }
  .flow .flow-img {
    max-width: 450px;
    margin: 40px auto;
  }
}
.exam {
  padding: 70px 0 150px;
}
.exam p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #7b6e45;
  margin: 70px 0 136px;
}
.exam .exam-container {
  background: linear-gradient(to right, #988b63, #c7bea3);
}
.exam .exam-container ul {
  display: flex;
  max-width: 900px;
  margin: 0 auto 130px;
  padding: 30px 0;
}
.exam .exam-container ul li {
  position: relative;
}
.exam .exam-container ul li .cap {
  position: absolute;
  top: -100px;
  left: 15px;
}

@media (max-width: 900px) {
  .exam {
    padding: 70px 0 0px;
  }
  .exam p {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #7b6e45;
    margin: 50px 0 136px;
    padding: 0 20px;
  }
  .exam .exam-container {
    background: linear-gradient(to right, #988b63, #c7bea3);
  }
  .exam .exam-container ul {
    padding: 30px 10px;
    margin: 50px 0 100px;
    justify-content: center;
  }
}
@media (max-width: 900px) and (max-width: 400px) {
  .exam .exam-container ul {
    margin: 50px 0 80px;
  }
}
@media (max-width: 900px) {
  .exam .exam-container ul li .cap {
    left: 15px;
  }
}
@media (max-width: 900px) and (max-width: 400px) {
  .exam .exam-container ul li .cap {
    top: -80px;
  }
}
.price {
  text-align: center;
  font-weight: bold;
  padding-bottom: 200px;
}
.price .price-inner {
  max-width: 900px;
  margin: auto;
}
.price .price-inner .h3-under {
  margin: 90px 0 56px;
}
.price .price-inner .h3-under::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 11px;
  background: #f7f0e7;
  z-index: -1;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.price .price-inner .light::before {
  background: #f7f0e7;
}
.price .price-inner .standard::before {
  background: #deebd9;
}
.price .price-inner .premium::before {
  background: #bed8ff;
}
.price .price-inner .price-txt {
  font-size: 18px;
  margin-bottom: 40px;
}
.price .price-inner .price-img {
  border-bottom: #f7f0e7 10px solid;
  position: relative;
}
.price .price-inner .price-img .date {
  position: absolute;
  display: block;
  max-width: 567px;
  bottom: 10px;
  right: 10px;
}
.price .price-inner .u-stan {
  border-bottom: #deebd9 10px solid;
}
.price .price-inner .u-pre {
  border-bottom: #bed8ff 10px solid;
}
.price .price-inner ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 24px;
  list-style: none;
  padding: 0 10px;
  margin: 40px 0 67px;
}
.price .price-inner ul li {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 28px 18px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
}
.price .price-inner ul li p {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #d2d2d2 1px solid;
}
.price .price-inner ul li aside {
  font-size: 18px;
  align-self: center;
  display: block;
  margin: auto;
  text-align: left;
}
.price .price-inner ul li img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 39px;
  height: 39px;
}

@media (max-width: 900px) {
  .price {
    padding-bottom: 120px;
  }
  .price .sp900 {
    max-width: 400px;
    margin: 24px auto 0;
  }
  .price .price-inner .price-txt {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 15px;
    text-align: left;
  }
  .price .price-inner .h3-under {
    margin: 40px 0 20px;
  }
  .price .price-inner ul li img {
    width: 28px;
    height: 28px;
  }
  .price .price-inner .price-img .date {
    display: none;
  }
}
@media (max-width: 750px) {
  .price .price-inner ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 10px;
  }
  .price .price-inner ul li img {
    top: 26px;
    left: 9px;
    width: 22px;
    height: 22px;
  }
  .price .price-inner ul {
    padding: 0 15px;
  }
  .price .price-inner ul li p {
    font-size: 13px;
  }
  .price .price-inner ul li aside {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .price .price-inner ul li:first-child p {
    text-align: right;
  }
}
.voice {
  background: #fffcf3;
  padding: 70px 0 50px;
}
.voice .voice-container {
  max-width: 940px;
  margin: 80px auto 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}
.voice .voice-container .voice-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 40px;
  display: grid;
  grid-template-columns: 182px 1fr;
  gap: 24px 67px;
  align-items: start;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  min-height: 387.53px;
}
.voice .voice-container .voice-inner .right {
  display: grid;
  grid-template-rows: auto auto 1fr; /* タイトル / バッジ行 / 罫線 / 本文 */
  row-gap: 20px;
}
.voice .voice-container .voice-inner .right .v-ttl {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.voice .voice-container .voice-inner .right .badges {
  /* バッジ行は横並びに */
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.voice .voice-container .voice-inner .right .v-date {
  margin: 0;
  padding: 6px 12px;
  border-radius: 8px;
  background: linear-gradient(to right, #988b63, #c7bea3);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.voice .voice-container .voice-inner .right .v-hrz {
  border-bottom: 1px dotted #9f9475;
}
.voice .voice-container .voice-inner .right aside span {
  font-size: 24px;
}

@media (max-width: 640px) {
  .voice .voice-container {
    margin: 34px auto 50px;
  }
  .voice .voice-container .voice-inner {
    display: block;
  }
  .voice .voice-container .voice-inner .left img {
    max-width: 120px;
    margin: 0 auto 14px;
  }
  .voice .voice-container .voice-inner .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .voice .voice-container .voice-inner .right .v-date {
    font-size: 12px;
  }
  .voice .voice-container .voice-inner .right .v-hrz {
    width: 100%;
  }
}
.model {
  max-width: 940px;
  margin: auto;
  font-weight: bold;
  padding: 180px 20px 0;
}
.model ul {
  margin: 30px 0;
}
.model ul li {
  font-weight: normal;
  font-size: 14px;
}
.model .model-ttl {
  font-size: 28px;
  border-bottom: #9f9475 10px solid;
  margin-bottom: 10px;
}
.model .modal-aside {
  margin: 10px 0 14px;
}
.model .model-wrap {
  background: #dcd7c8;
  padding: 20px 46px 57px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.model .model-wrap .cap {
  font-size: 18px;
  margin-bottom: 26px;
}
.model .model-wrap .m-img {
  max-width: 754px;
  display: block;
  margin: 0 auto 26px;
}
.model .model-wrap .m-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.model .model-wrap .model-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
}
.model .model-wrap .model-container .model-inner {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.model .model-wrap .model-container .model-inner .m-cap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #9f9475;
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.4;
  min-height: 83px;
}
.model .model-wrap .model-container .model-inner .m-cap img {
  max-width: 32px;
}
.model .model-wrap .model-container .model-inner aside {
  font-size: 14px;
  padding: 18px 13px 32px;
}
.model .model-wrap .model-container .model-inner aside span {
  font-size: 24px;
}

@media (max-width: 900px) {
  .model {
    padding: 50px 0 0;
  }
  .model ul {
    margin: 30px 0;
    padding: 0 20px;
  }
  .model ul li {
    font-size: 12px;
  }
  .model .model-ttl,
  .model .modal-aside {
    padding: 0 20px;
  }
  .model .model-wrap {
    padding: 20px 24px 57px;
    border-radius: 0;
  }
  .model .model-wrap .model-container {
    display: flex;
    flex-direction: column;
  }
}
.faq {
  max-width: 940px;
  margin: auto;
  padding: 200px 20px;
}
.faq .faq-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 50px auto 60px;
  width: -moz-fit-content;
  width: fit-content;
}
.faq .faq-ttl img {
  max-width: 20px;
}
.faq .faq-container {
  font-size: 18px;
}
.faq .faq-container .faq-inner {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  padding: 33px;
  border-radius: 10px;
  margin-bottom: 22px;
}
.faq .faq-container .faq-inner .f-cap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.faq .faq-container .faq-inner .f-cap img {
  max-width: 26px;
}
.faq .faq-container .faq-inner .question {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.faq .faq-container .faq-inner .question::before, .faq .faq-container .faq-inner .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 2px;
  background: #9f9475;
  transition: transform 0.3s ease;
}
.faq .faq-container .faq-inner .question::before {
  transform: translateY(-50%) rotate(90deg);
}
.faq .faq-container .faq-inner .question::after {
  transform: translateY(-50%);
}
.faq .faq-container .faq-inner .question.active::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq .faq-container .faq-inner .answer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dotted #988b63 1px;
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.faq .faq-container .faq-inner .answer .a-cap {
  display: flex;
  gap: 12px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.faq .faq-container .faq-inner .answer .a-cap img {
  max-width: 26px;
}

@media (max-width: 900px) {
  .faq {
    padding: 100px 20px;
  }
  .faq .faq-container .faq-inner {
    padding: 20px;
  }
  .faq .faq-container .faq-inner .question::before, .faq .faq-container .faq-inner .question::after {
    right: -5px;
  }
}
.contact {
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.contact .contact-txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #7b6e45;
  margin: 70px 0 40px;
}
.contact .contact-inner {
  background: #fffcf3;
  padding: 40px 20px;
  border-radius: 10px;
  /* 必須項目だけ：必須バッジ */
  /* 送信ボタン */
  /* 戻るボタン */
}
.contact .contact-inner .required_icon::before {
  content: "*";
  color: red;
  font-weight: 700;
  margin-right: 4px;
}
.contact .contact-inner .smf-item__label__text {
  font-weight: bold;
}
.contact .contact-inner .smf-form .smf-item.required .smf-item__label__text {
  position: relative;
}
.contact .contact-inner .smf-form .smf-item.required .smf-item__label__text::after {
  position: absolute;
  top: 50%;
  right: -48px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #ef6262;
}
.contact .contact-inner .smf-button-control__control[data-action=confirm] {
  background: linear-gradient(to right, #988b63, #c7bea3);
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 20px 0;
  border: none;
}
.contact .contact-inner .smf-button-control__control[data-action=complete] {
  background: linear-gradient(to right, #988b63, #c7bea3);
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 20px 0;
  border: none;
}
.contact .contact-inner .smf-button-control__control[data-action=back] {
  background: #a0a0a0;
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.contact .contact-inner .smf-form--business .smf-item__col--controls {
  background: #fff;
}
.contact .contact-inner .smf-form--business .smf-item__col--label {
  background: #fff;
}
.contact .contact-inner .smf-form .smf-checkbox-control {
  margin-bottom: 20px;
}
.contact .contact-inner .smf-complete-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 900px) {
  .contact .contact-txt {
    text-align: left;
    padding: 0 20px;
    font-size: 16px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 30px auto 34px;
  }
}

.sum {
  max-width: 1440px;
  margin: 0 auto 170px;
}
@media (max-width: 900px) {
  .sum {
    margin: 0 auto 100px;
    max-width: 600px;
  }
}

footer {
  background: linear-gradient(to right, #988b63, #c7bea3);
  padding-top: 70px;
  font-weight: bold;
  position: relative;
}
footer .sp900 {
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
footer ul {
  display: flex;
}
footer .footer-nav {
  max-width: 335px;
  margin: auto;
  flex-wrap: wrap;
  gap: 14px 26px;
  justify-content: center;
  font-size: 14px;
}
footer .footer-date {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 6px 20px;
  line-height: 1.8;
  max-width: 240px;
  font-size: 12px;
  color: #fff;
  margin: 27px auto 40px;
}
footer .footer-date aside {
  font-weight: 700;
  white-space: nowrap;
}
footer .footer-date p {
  margin: 0;
}
footer .footer-logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 56px auto 26px;
}
footer .sns-container {
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  margin-top: 50px;
}
footer .copy {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 12px;
  padding: 40px 0;
}
@media (max-width: 900px) {
  footer {
    padding-top: 90px;
  }
  footer .footer-nav {
    padding-top: 40px;
    border-top: 1px dotted #fff;
  }
  footer .footer-date {
    border-top: 1px dotted #fff;
    padding-top: 30px;
  }
}

@media (max-width: 1050px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.pc900 {
  display: block;
}

.sp900 {
  display: none;
}

@media (max-width: 900px) {
  .pc900 {
    display: none;
  }
  .sp900 {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */