@charset "UTF-8";

/* -----------------------------------------------

index：トップページ

----------------------------------------------- */
#index .fv {
  background: url("../image/common/haikei.jpg") repeat;
  padding: 20% 0 30%;
}

#index .fv h1 {
  text-align: center;
  font-size: 46px;
  position: relative;
}

#index .fv h1::after {
  content: "";
  display: block;
  left: calc(50% - 1px);
  top: 110%;
  width: 2px;
  height: 20%;
  position: absolute;
  background: #4C3C1D;
  background: linear-gradient(0deg, rgba(76, 60, 29, 0) 0%, rgba(76, 60, 29, 1) 100%);
  opacity: 0;
  filter: blur(10px);
  transition: 1s 1.2s ease;
}

#index .fv h1 img {
  width: 24.2%;
}

#index .fv h1 span {
  display: block;
  margin-top: 5%;
  font-weight: 700;
  opacity: 0;
  filter: blur(10px);
}

#index .fv h1 span:nth-of-type(1) {
  transition: 1s ease;
}

#index .fv h1 span:nth-of-type(2) {
  transition: 1s 0.2s ease;
}

#index .fv h1 span:nth-of-type(3) {
  transition: 1s 0.4s ease;
}

#index .fv h1 span:nth-of-type(4) {
  transition: 1s 0.6s ease;
}

#index .fv h1 span:nth-of-type(5) {
  transition: 1s 0.8s ease;
}

#index .fv h1 span:nth-of-type(6) {
  transition: 1s 1s ease;
}

#index .fv h1.trigger.move span,
#index .fv h1.trigger.move::after {
  opacity: 1;
  filter: blur(0px);
}

#index .fv .fv_text {
  display: block;
  margin-top: 30%;
  text-align: center;
  font-size: 26px;
  line-height: 50px;
  opacity: 0;
  transition: 1s ease;
  filter: blur(10px);
}

#index .fv .fv_text.trigger.move {
  opacity: 1;
  filter: blur(0px);
}

#index .fv .btn li a {
  display: flex;
  position: relative;
  width: 72%;
  height: 5vw;
  min-height: 80px;
  margin: 10% auto 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: #4C3C1D 1px solid;
  border-radius: 100px;
  font-size: 32px;
}

#index .fv .btn li a::after {
  display: block;
  position: absolute;
  content: '';
  width: 8.5%;
  padding-top: 8.5%;
  top: 35%;
  right: 5%;
  background: url("../image/top/support_yajirushi_w.png") no-repeat;
  background-size: contain;
}

#index .fv .btn li.about_musubi a {
  background: #C94480;
}

#index .fv .btn li.about_vs a {
  margin-top: 5%;
  background: #ED86B3;
}

@media all and (max-width: 768px) {
  #index .fv h1 {
    font-size: 6.2vw;
  }

  #index .fv .fv_text {
    font-size: 3.5vw;
    line-height: 6.4vw;
  }

  #index .fv .btn li a {
    height: 9.8vw;
    min-height: inherit;
    font-size: 4vw;
  }
}

/* -------------------------------------------- */
#index .support {
  margin-top: -15.2%;
}

#index .support .support_wrap {
  background: #f9f4e5;
  padding-bottom: 30%;
}

#index .support .deco li {
  position: absolute;
}

#index .support .deco li:nth-of-type(1) {
  width: 13.7%;
  top: 9.5%;
  left: 0;
}

#index .support .deco li:nth-of-type(2) {
  width: 24.1%;
  top: 17.5%;
  right: 0;
}

#index .support .deco li:nth-of-type(3) {
  width: 19.1%;
  top: 29%;
  left: 2%;
}

#index .support .deco li:nth-of-type(4) {
  width: 30.4%;
  top: 36.3%;
  right: 0;
}

#index .support .deco li:nth-of-type(5) {
  width: 30.6%;
  top: 48.6%;
  left: 0;
}

#index .support .deco li:nth-of-type(6) {
  width: 27.6%;
  top: 59.2%;
  right: 0;
}

#index .support .deco li:nth-of-type(7) {
  width: 34.4%;
  top: 71.1%;
  left: 0.6%;
}

#index .support .deco li:nth-of-type(8) {
  width: 20.1%;
  top: 79.5%;
  right: 0;
}

#index .support .head {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20%;
  z-index: 2;
}

#index .support .head .head_bg {
  position: absolute;
  width: 55.9%;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

#index .support .head span {
  display: block;
  font-size: 47px;
  font-weight: 700;
}

#index .support .head span:nth-of-type(1) {
  margin-left: 37%;
}

#index .support .head span:nth-of-type(2) {
  font-size: 150px;
  margin: 5% 0 0 11%;
}

#index .support .head span:nth-of-type(3) {
  margin: 5% 0 0 24%;
}

#index .support .point01,
#index .support .point02,
#index .support .point03,
#index .support .point04 {
  position: relative;
  margin: 35% 0 0 15%;
  z-index: 2;
}

#index .support .point01 img,
#index .support .point02 img,
#index .support .point03 img,
#index .support .point04 img {
  position: absolute;
  bottom: 0%;
  z-index: 1;
}

#index .support .point01 img {
  width: 77%;
  bottom: -15%;
}

#index .support .point02 img {
  width: 58%;
}

#index .support .point03 img {
  width: 70%;
}

#index .support .point04 img {
  width: 71%;
}

#index .support .point01 span,
#index .support .point02 span,
#index .support .point03 span,
#index .support .point04 span {
  position: relative;
  font-size: 41.5px;
  font-weight: 700;
  line-height: 67px;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,
    0px 1px 0 #fff,
    1px 0px 0 #fff,
    0px -1px 0 #fff,
    -1px 0px 0 #fff;
  z-index: 2;
}

#index .support .point_wrap {
  position: relative;
  z-index: 2;
}

#index .support .point_wrap img {
  display: block;
  margin: 9% auto 0;
}

#index .support .point_wrap .point01_img {
  width: 51.4%;
}

#index .support .point_wrap .point02_img {
  margin-top: 7%;
  width: 65.2%;
}

#index .support .point_wrap .point03_img {
  margin-top: 0;
  width: 59.6%;
}

#index .support .point_wrap .point04_img {
  margin-top: 8%;
  width: 62%;
}

#index .support .point_wrap p {
  position: relative;
  display: block;
  width: 70.7%;
  margin: 2% auto 0;
  font-size: 25px;
  line-height: 45px;
  z-index: 2;
}

#index .support .point_wrap:nth-of-type(2) p {
  margin: 4% auto 0;
}

#index .support .point_wrap:nth-of-type(3) p {
  margin: -13% auto 0;
}

#index .support .point_wrap:nth-of-type(4) p {
  margin: 5% auto 0;
}

#index .support .point_wrap p.pink {
  position: relative;
  display: block;
  margin: 4% auto 0;
  font-size: 16px;
  line-height: 25px;
  background: #E5CCCB;
  padding: 4% 5%;
  border-radius: 15px;
  z-index: 2;
  color: #4C3C1D;
}

#index .support .point_wrap p.pink span {
  display: block;
  margin-bottom: 4%;
  font-size: 25px;
  font-weight: 700;
  color: #4C3C1D;
}

#index .support .openModal {
  position: relative;
  display: block;
  width: 71.3%;
  height: 5vw;
  min-height: 100px;
  margin: 5% auto 0;
  font-size: 31px;
  border: 2px solid #4C3C1D;
  border-radius: 100px;
  text-align: center;
  z-index: 2;
}

#index .support .openModal::after {
  display: block;
  position: absolute;
  content: '';
  width: 8.6%;
  padding-top: 8.6%;
  top: 35%;
  right: 5%;
  background: url("../image/top/support_yajirushi_b.png") no-repeat;
  background-size: contain;
}

@media all and (max-width: 768px) {
  #index .support .head span {
    font-size: 6.1vw;
  }

  #index .support .head span:nth-of-type(2) {
    font-size: 19.5vw;
  }

  #index .support .point01 span,
  #index .support .point02 span,
  #index .support .point03 span,
  #index .support .point04 span {
    font-size: 5.4vw;
    line-height: 8.2vw;
  }

  #index .support .point_wrap p {
    font-size: 3.3vw;
    line-height: 5.2vw;
  }

  #index .support .point_wrap p.pink {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  #index .support .point_wrap p.pink span {
    font-size: 3.25vw;
  }

  #index .support .openModal {
    height: 13vw;
    min-height: inherit;
    font-size: 4vw;
  }
}

/* ----------------------------------------------- */
#index .modals .modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 20;
}

#index .modals .modal-content {
  position: absolute;
  background: #f9f4e5;
  padding: 20px;
  width: 100%;
  max-width: 768px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 22;
}

#index .modals .modal-content span.closeModal {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 50px;
  z-index: 25;
}

#index .modals .modal-content .line01 {
  position: absolute;
  width: 66.5%;
  top: 24%;
  left: 7%;
}

#index .modals .modal-content .line02 {
  position: absolute;
  width: 49.3%;
  top: 20%;
  left: 7%;
}

#index .modals .modal-content .line03 {
  position: absolute;
  width: 58.9%;
  top: 22%;
  left: 7%;
}

#index .modals .modal-content .line04 {
  position: absolute;
  width: 59.8%;
  top: 28%;
  left: 7%;
}

#index .modals .modal-content p {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5%;
  font-size: 24px;
  line-height: 40px;
}

#index .modals .modal-content p span {
  display: block;
  font-size: 41px;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 4%;
}

@media all and (max-width: 768px) {
  #index .modals .modal-content {
    width: 80%;
    max-width: inherit;
  }

  #index .modals .modal-content span.closeModal {
    right: 2%;
    top: 2%;
    font-size: 6vw;
  }

  #index .modals .modal-content .line01 {
    left: 10%;
    top: 21%;
  }

  #index .modals .modal-content .line02 {
    left: 10%;
    top: 18%;
  }

  #index .modals .modal-content .line03 {
    left: 10%;
    top: 18%;
  }

  #index .modals .modal-content .line04 {
    left: 10%;
    top: 22%;
  }

  #index .modals .modal-content p {
    font-size: 3vw;
    line-height: 5vw;
  }

  #index .modals .modal-content p span {
    font-size: 4.3vw;
    line-height: 6.8vw;
  }
}

/* ----------------------------------------------- */
#index .team {
  margin-top: -11%;
  padding-bottom: 10%;
  background: #FFFBFA;
}

#index .team .deco li {
  position: absolute;
}

#index .team .deco li:nth-of-type(1) {
  width: 30.5%;
  top: -7.5%;
  left: -5%;
}

#index .team .deco li:nth-of-type(2) {
  width: 19.5%;
  top: 89.6%;
  right: -3.8%;
  z-index: 2;
}

#index .team .deco li:nth-of-type(3) {
  width: 33.3%;
  top: 94%;
  left: -12%;
}

#index .team h2 {
  width: 80.7%;
  margin: 15% auto 0;
  font-size: 44px;
  line-height: 90px;
  font-weight: 700;
  color: #595757;
}

#index .team h2 span.line {
  display: block;
  border-top: 3px solid #C94480;
  border-bottom: 3px solid #C94480;
  color: #C94480;
  background: #FFF697;
  font-size: 34px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

#index .team .team_circle {
  position: relative;
  width: 79.9%;
  margin: 5% auto;
}

#index .team .team_circle li {
  position: absolute;
  font-size: 38px;
  font-weight: 700;
  color: #231815;
  text-align: center;
}

#index .team .team_circle li span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #231815;
}

#index .team .team_circle li:nth-of-type(1) {
  top: 15%;
  left: 37%;
}

#index .team .team_circle li:nth-of-type(2) {
  top: 35%;
  left: 3%;
}

#index .team .team_circle li:nth-of-type(3) {
  top: 34.5%;
  right: 5.5%;
}

#index .team .team_circle li:nth-of-type(4) {
  top: 76.5%;
  left: 17.5%;
}

#index .team .team_circle li:nth-of-type(5) {
  top: 76.5%;
  right: 17.5%;
}

#index .team .catch {
  display: block;
  width: 61.5%;
  margin: 8% auto 10%;
  font-size: 44px;
  line-height: 65px;
  color: #595757;
  font-weight: 700;
}

#index .team .catch span {
  display: inline-block;
  width: 12%;
  margin-right: -1%;
}

#index .team .message {
  position: relative;
  width: 88.8%;
  margin: 10% auto;
}

#index .team .message h3 {
  position: absolute;
  top: 33%;
  left: 12%;
  font-size: 40px;
  font-weight: 700;
}

#index .team .message p {
  margin: 0 0.8%;
  background: #fff;
  padding: 5%;
  border-left: 2px solid #4C3C1D;
  border-right: 2px solid #4C3C1D;
  border-bottom: 2px solid #4C3C1D;
  border-radius: 0 0 20px 20px;
  font-size: 24px;
  line-height: 45px;
}

@media all and (max-width: 768px) {
  #index .team h2 {
    font-size: 5.7vw;
    line-height: 8.8vw;
  }

  #index .team h2 span.line {
    font-size: 4.8vw;
    line-height: 8.8vw;
  }

  #index .team .team_circle li {
    font-size: 4.8vw;
  }

  #index .team .team_circle li span {
    font-size: 4.6vw;
  }

  #index .team .catch {
    font-size: 5.8vw;
    line-height: 8.8vw;
  }

  #index .team .message h3 {
    font-size: 5vw;
  }

  #index .team .message p {
    font-size: 3.2vw;
    line-height: 6vw;
  }
}

/* ----------------------------------------------- */
#index .facility {
  margin-top: -10%;
}

#index .facility .facility_wrap {
  background: #F5EEEB;
  padding: 8% 0 65%;
}

#index .facility .deco li {
  position: absolute;
}

#index .facility .deco li:nth-of-type(1) {
  width: 39.5%;
  top: 17%;
  right: -3%;
}

#index .facility .deco li:nth-of-type(2) {
  width: 29.2%;
  top: 43.5%;
  left: -4%;
}

#index .facility .deco li:nth-of-type(3) {
  width: 39.5%;
  top: 58.5%;
  right: -14%;
}

#index .facility .deco li:nth-of-type(4) {
  width: 26%;
  top: 86.8%;
  left: 14%;
}

#index .facility h2 {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}

#index .facility .dot {
  width: 50.5%;
  margin: 0 auto;
}

#index .facility p {
  display: block;
  margin-top: 5%;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

#index .facility .facility_group {
  padding-top: 40%;
  position: relative;
}

#index .facility .facility_group .line {
  margin: 0 auto;
  width: 80.6%;
}

#index .facility .facility_group li {
  position: absolute;
  font-size: 30px;
  line-height: 60px;
}

#index .facility .facility_group li:nth-of-type(1) {
  width: 55.2%;
  top: 5%;
  left: 12%;
  font-size: 24px;
  line-height: 50px;
}

#index .facility .facility_group li:nth-of-type(2) {
  width: 55.1%;
  top: 38%;
  left: 36%;
}

#index .facility .facility_group li:nth-of-type(3) {
  width: 55.2%;
  top: 64%;
  left: 12%;
}

#index .facility .facility_group li:nth-of-type(4) {
  width: 55.1%;
  top: 92%;
  left: 36%;
}

#index .facility .facility_group li span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 768px) {
  #index .facility h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  #index .facility p {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }

  #index .facility .facility_group li {
    font-size: 3.9vw;
    line-height: 8vw;
  }

  #index .facility .facility_group li:nth-of-type(1) {
    font-size: 3.1vw;
    line-height: 6.4vw;
  }
}

/* ----------------------------------------------- */
#index .voice {
  margin-top: -15%;
}

#index .voice .voice_wrap {
  position: relative;
  background: #e3aead;
  padding-bottom: 15%;
  z-index: 1;
}

#index .voice .deco li {
  position: absolute;
  z-index: 2;
}

#index .voice .deco li:nth-of-type(1) {
  width: 19.4%;
  top: 9%;
  right: -5%;
}

#index .voice .deco li:nth-of-type(2) {
  width: 19.5%;
  top: 62%;
  left: -7%;
}

#index .voice h2 {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}

#index .voice .dot {
  width: 37.9%;
  margin: 0 auto;
}

#index .voice .slide {
  position: relative;
  width: 88.3%;
  background: #fff;
  padding: 5%;
  border-radius: 20px;
  font-size: 20px;
  line-height: 36px;
  margin: 5% auto 0;
  z-index: 3;
}

#index .voice .slide .slider .slick-slide {
  margin: 0 1%;
  box-sizing: border-box;
}

#index .voice .slide .prev-arrow,
#index .voice .slide .next-arrow {
  position: absolute;
  display: block;
  width: 4.6%;
  aspect-ratio: 35 / 65;
  top: 42%;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 4;
  background-size: contain;
}

#index .voice .slide .prev-arrow {
  background-image: url("../image/top/voice_prev.png");
  background-repeat: no-repeat;
  left: -10%;
}

#index .voice .slide .next-arrow {
  background-image: url("../image/top/voice_next.png");
  background-repeat: no-repeat;
  left: 105%;
}

#index .voice .slide .slider div span.title {
  display: block;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 2%;
}

#index .voice .slide .slider div span.by {
  display: block;
  width: 100%;
  margin-top: 2%;
  text-align: right;
}

@media all and (max-width: 768px) {
  #index .voice h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  #index .voice .slide {
    font-size: 2.6vw;
    line-height: 4.6vw;
  }

  #index .voice .slide .slider div span.title {
    font-size: 4vw;
    line-height: 6.4vw;
  }
}

/* ----------------------------------------------- */
#index .area {
  background: #f0f7da;
  padding: 10% 0;
}

#index .area h2 {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}

#index .area .dot {
  width: 68.4%;
  margin: 0 auto;
}

#index .area .text {
  display: block;
  font-size: 28px;
  margin: 5% auto 0;
  text-align: center;
}

#index .area .text span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-top: 2%;
}

#index .area .map {
  width: 82.9%;
  margin: 8% auto 0;
}

#index .area .time {
  width: 86.2%;
  margin: 2% auto 0;
  padding: 2% 0;
  background: #fff;
  color: #c94480;
  font-size: 39px;
  font-weight: 700;
  text-align: center;
  border: 3px solid #c94480;
  border-radius: 5px;
}

#index .area .time_info {
  margin-top: 1%;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

@media all and (max-width: 768px) {
  #index .area h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  #index .area .text {
    font-size: 3.6vw;
  }

  #index .area .text span {
    font-size: 2.6vw;
    line-height: 4vw;
  }

  #index .area .time {
    font-size: 5.1vw;
  }

  #index .area .time_info {
    font-size: 2.6vw;
    line-height: 4.2vw;
  }
}

/* ----------------------------------------------- */
#index .flow {
  margin-top: -10%;
}

#index .flow .flow_wrap {
  position: relative;
  background: #feebef;
  padding-bottom: 5%;
  z-index: 1;
}

#index .flow .deco li {
  position: absolute;
  z-index: 2;
}

#index .flow .deco li:nth-of-type(1) {
  width: 26.8%;
  top: 11%;
  right: -6%;
}

#index .flow .deco li:nth-of-type(2) {
  width: 42.2%;
  top: 49%;
  left: -9%;
}

#index .flow .deco li:nth-of-type(3) {
  width: 27.1%;
  top: 92%;
  right: -4%;
}

#index .flow h2 {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}

#index .flow .dot {
  width: 50.4%;
  margin: 0 auto;
}

#index .flow .step1,
#index .flow .step2,
#index .flow .step3 {
  margin: 9% auto 0;
  position: relative;
  opacity: 0;
  transition: 1s ease;
  filter: blur(10px);
  z-index: 3;
}

#index .flow .step2 {
  margin-top: 5%;
}

#index .flow .step3 {
  margin-top: 5%;
  padding-bottom: 20%;
}

#index .flow .step1 img.human,
#index .flow .step2 img.human,
#index .flow .step3 img.human {
  display: block;
  width: 18.9%;
  margin: 0 auto;
}

#index .flow .step2 img.human {
  width: 26.6%;
}

#index .flow .step3 img.human {
  width: 16.7%;
}

#index .flow .step1 p,
#index .flow .step2 p,
#index .flow .step3 p {
  position: absolute;
  display: block;
  width: 70.3%;
  top: 49%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 2% 0;
  color: #ed79a3;
  font-size: 25px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: 3px solid #ed79a3;
  border-radius: 20px;
}

#index .flow .step3 p {
  color: #fff;
  font-size: 33px;
  line-height: 45px;
  background: #ed79a3;
}

#index .flow .step1 img.next,
#index .flow .step2 img.next {
  display: block;
  width: 5.6%;
  margin: 0 auto;
  padding-top: 13%;
}

#index .flow .step2 img.next {
  padding-top: 8%;
}

#index .flow .step1.trigger.move,
#index .flow .step2.trigger.move,
#index .flow .step3.trigger.move {
  opacity: 1;
  filter: blur(0px);
}

#index .flow .price {
  margin-top: 10%;
}

#index .flow .price_dot {
  width: 26.4%;
  margin: 0 auto;
}

#index .flow .price_wrap {
  position: relative;
  width: 85.8%;
  margin: 3% auto 0;
  background: #f9f4e5;
  border: 1px solid #e3aead;
  border-radius: 20px;
  font-size: 25px;
  line-height: 50px;
  padding: 4% 0;
  text-align: center;
  z-index: 3;
}

@media all and (max-width: 768px) {
  #index .flow h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  #index .flow .step1 p,
  #index .flow .step2 p {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  #index .flow .step3 p {
    font-size: 4.3vw;
    line-height: 6vw;
  }

  #index .flow .price_wrap {
    font-size: 3.3vw;
    line-height: 6.7vw;
  }
}

/* ----------------------------------------------- */
#index .contact h2 {
  margin: 5% auto 0;
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

#index .contact h2 span {
  font-weight: 700;
  color: #c94480;
}

#index .contact .contact_wrap {
  position: relative;
  z-index: 1;
}

#index .contact .deco {
  position: absolute;
  z-index: 2;
  width: 43.8%;
  top: 82%;
  left: 15%;
}

#index .contact .form_wrap {
  position: relative;
  width: 81.4%;
  margin: 2% auto 0;
  padding: 7% 0;
  background: #f5eeeb;
  border: 1px solid #4c3c1d;
  border-radius: 20px;
  z-index: 3;
}

#index .contact .form_wrap .form_button {
  color: #4C3C1D;
}

#index .contact h3 {
  font-size: 40px;
  text-align: center;
}

#index .contact p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4%;
  font-size: 52px;
  text-align: center;
}

#index .contact p img {
  width: 6%;
  margin: 1% 1% 0% 0%;
}

#index .contact p span {
  display: block;
  font-size: 21px;
  margin-top: 1%;
}

#index .contact p.time {
  display: block;
  font-size: 21px;
  margin-top: 2%;
}

#index .contact .form_button {
  display: block;
  width: 80%;
  margin: 7% auto 0;
  padding: 4% 0;
  background: #f9f4e5;
  border: 2px solid #4c3c1d;
  border-radius: 100px;
  text-align: center;
  font-size: 30px;
}

#index .contact .form_button img {
  width: 10%;
}

@media all and (max-width: 768px) {
  #index .contact h2 {
    font-size: 5.2vw;
    line-height: 7.5vw;
  }

  #index .contact h3 {
    font-size: 5.2vw;
  }

  #index .contact p {
    font-size: 7vw;
  }

  #index .contact p span,
  #index .contact p.time {
    font-size: 2.7vw;
  }

  #index .contact .form_button {
    font-size: 3.9vw;
  }
}

/* ----------------------------------------------- */
#index .faq {
  position: relative;
  z-index: 2;
}

#index .faq .deco {
  position: absolute;
  z-index: 3;
  width: 23.6%;
  top: 70%;
  right: -4%;
}

#index .faq .faq_wrap {
  position: relative;
  width: 90.1%;
  margin: 12% auto 0;
  background: #fceeea;
  border: 1px solid #4c3c1d;
  border-radius: 20px;
  padding: 15% 0;
  z-index: 4;
}

#index .faq h2 {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}

#index .faq .dot {
  width: 44.5%;
  margin: 0 auto;
}

#index .faq .accordion {
  width: 90%;
  margin: 5% auto 0;
  border: 1px solid #4c3c1d;
  border-radius: 20px;
  overflow: hidden;
}

#index .faq .accordion:nth-of-type(1) {
  margin: 10% auto 0;
}

#index .faq .accordion dt {
  display: flex;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  background: #f9f4e5;
  padding: 4% 0 4% 5%;
  align-items: center;
  transition: 0.4s ease;
  border-radius: 20px;
}

#index .faq .accordion dt::after {
  position: absolute;
  content: '';
  width: 4.2%;
  top: 42%;
  right: 3%;
  aspect-ratio: 29 / 16;
  background: url("../image/top/faq_yajirushi.png") no-repeat;
  background-size: contain;
  transition: 0.4s ease;
}

#index .faq .accordion dt.active::after {
  transform: rotate(180deg);
}

#index .faq .accordion dt img {
  display: block;
  width: 4.3%;
  margin-right: 2%;
}

#index .faq .accordion dd {
  display: none;
  font-size: 25px;
  line-height: 45px;
  background: #fff;
  padding: 7% 5% 5%;
  align-items: flex-start;
  border-radius: 0 0 20px 20px;
}

#index .faq .accordion dd img {
  display: block;
  width: 7.9%;
  margin: -2% 2% 0 0;
}

@media all and (max-width: 768px) {
  #index .faq h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  #index .faq .accordion dt {
    font-size: 2.85vw;
  }

  #index .faq .accordion dd {
    font-size: 3.2vw;
    line-height: 5.8vw;
  }
}

/* ----------------------------------------------- */
#index .info .deco li {
  position: absolute;
}

#index .info .deco li:nth-of-type(1) {
  width: 38.2%;
  top: -13%;
  left: -23%;
}

#index .info .deco li:nth-of-type(2) {
  width: 19.4%;
  top: 95%;
  right: -7%;
}

#index .info h2 {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  margin-top: 12%;
}

#index .info .dot {
  width: 28.8%;
  margin: 0 auto;
}

#index .info .info_wrap {
  display: block;
  width: 74.6%;
  margin: 8% auto 0;
}

#index .info p {
  display: flex;
  flex-wrap: wrap;
}

#index .info p .tag {
  font-size: 30px;
  color: #808080;
}

#index .info p .date {
  font-size: 30px;
}

#index .info p .title {
  display: block;
  width: 100%;
  font-size: 34px;
  line-height: 50px;
  margin-top: 4%;
  margin-bottom: -3%;
}

#index .info .info_wrap img {
  display: block;
  margin-top: 2%;
  width: 99.8%;
}

#index .info .info_button {
  display: block;
  width: 74.6%;
  margin: 10% auto 0;
  padding: 5% 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background: #e5cccb;
  border: 2px solid #4c3c1d;
  color: #4c3c1d;
  border-radius: 100px;
}

@media all and (max-width: 768px) {
  #index .info h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  #index .info p .tag {
    font-size: 3.8vw;
  }

  #index .info p .date {
    font-size: 3.8vw;
  }

  #index .info p .title {
    font-size: 4.5vw;
    line-height: 6.6vw;
  }

  #index .info .info_button {
    font-size: 3.6vw;
  }
}

/* ----------------------------------------------- */
#index .column {
  position: relative;
  margin-bottom: 2%;
  z-index: 1;
}

#index .column .deco {
  position: absolute;
  z-index: 2;
  width: 19.5%;
  top: 50%;
  left: -8%;
}

#index .column h2 {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  margin-top: 15%;
}

#index .column .dot {
  width: 19.7%;
  margin: 0 auto;
}

#index .column .column_wrap {
  position: relative;
  width: 88.3%;
  background: #f5eeeb;
  border-radius: 20px;
  margin: 5% auto 0;
  padding: 5% 0 8%;
  z-index: 3;
}

#index .column .slide {
  width: 83.2%;
  margin: 0 auto;
}

#index .column .slide .title {
  font-size: 30px;
  line-height: 49px;
  font-weight: 700;
}

#index .column .column_button {
  display: block;
  width: 74.6%;
  margin: 4% auto 0;
  padding: 5% 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background: #f9f4e5;
  border: 2px solid #4c3c1d;
  color: #4c3c1d;
  border-radius: 100px;
}

#index .column .slide .slider .slick-slide {
  margin: 0 1%;
  box-sizing: border-box;
}

#index .column .slide .slider .slick-slide a {
  aspect-ratio: 508 / 308;
  display: block;
}

#index .column .slide .slider .slick-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .column .slide .prev-arrow,
#index .column .slide .next-arrow {
  position: absolute;
  display: block;
  width: 4.6%;
  aspect-ratio: 35 / 65;
  top: 25%;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 2;
  background-size: contain;
}

#index .column .slide .prev-arrow {
  background-image: url("../image/top/voice_prev.png");
  background-repeat: no-repeat;
  left: -13%;
}

#index .column .slide .next-arrow {
  background-image: url("../image/top/voice_next.png");
  background-repeat: no-repeat;
  left: 108.8%;
}

@media all and (max-width: 768px) {
  #index .column h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  #index .column .slide .title {
    font-size: 3.8vw;
    line-height: 6.4vw;
  }

  #index .column .column_button {
    font-size: 3.6vw;
  }
}

/* -----------------------------------------------

about：結について

----------------------------------------------- */
#about .top {
  position: relative;
  z-index: 1;
  padding-bottom: 5%;
}

#about h1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

#about h1 span {
  color: #C94480;
  font-weight: 700;
}

#about .dot {
  width: 45.1%;
  margin: 0 auto;
}

#about .musubi_wrap h2 {
  font-size: 42px;
  line-height: 69px;
  font-weight: 700;
}

#about .musubi_wrap p {
  display: block;
  margin-top: 8%;
  font-size: 24px;
  line-height: 51px;
}

#about .musubi_wrap .catch {
  display: block;
  margin-top: 8%;
  font-size: 28px;
  line-height: 46px;
  font-weight: 700;
}

#about .top ul {
  margin-top: 5%;
}

#about .top li {
  position: relative;
  margin-top: 2%;
  z-index: 1;
}

#about .top li:nth-of-type(1) {
  margin-top: 10%;
}

#about .top li:nth-of-type(1) div {
  width: 42.8%;
  padding: 18% 0;
  margin-left: 10%;
}

#about .top li:nth-of-type(2) div {
  width: 53.9%;
  padding: 22.5% 0;
  margin-left: 39%;
}

#about .top li:nth-of-type(3) div {
  width: 42.3%;
  padding: 20% 0;
  margin-left: 10%;
}

#about .top li img {
  position: absolute;
  top: 0;
  z-index: 2;
}

#about .top li:nth-of-type(1) img {
  max-width: 112.8%;
  right: -15%;
}

#about .top li:nth-of-type(2) img {
  max-width: 113.8%;
  left: -15%;
}

#about .top li:nth-of-type(3) img {
  max-width: 118.9%;
  right: -15%;
}

#about .top li div h3 {
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 68px;
  font-weight: 700;
  z-index: 3;
}

#about .top li:nth-of-type(2) div h3 {
  font-size: 44px;
}

#about .top li:nth-of-type(3) div h3 {
  width: 86.8%;
}

#about .top li div p {
  position: relative;
  display: block;
  margin-top: 2%;
  font-size: 25px;
  line-height: 40px;
  z-index: 3;
}

#about .top li:nth-of-type(2) div p {
  width: 78.5%;
}

#about .top li:nth-of-type(3) div p {
  line-height: 39px;
}

@media all and (max-width: 768px) {
  #about h1 {
    font-size: 6.4vw;
  }

  #about .musubi_wrap h2 {
    font-size: 5.5vw;
    line-height: 9vw;
  }

  #about .musubi_wrap p {
    font-size: 3.15vw;
    line-height: 6.7vw;
  }

  #about .musubi_wrap .catch {
    font-size: 3.7vw;
    line-height: 6vw;
  }

  #about .top li div h3 {
    font-size: 6vw;
    line-height: 8.9vw;
  }

  #about .top li:nth-of-type(2) div h3 {
    font-size: 5.74vw;
  }

  #about .top li div p {
    font-size: 3.25vw;
    line-height: 5.85vw;
  }

  #about .top li:nth-of-type(3) div p {
    line-height: 5.08vw;
  }

  #about .top li:nth-of-type(3) div p {
    line-height: 5.08vw;
  }
}

/* ----------------------------------------------- */
#about .company {
  padding: 0;
}

#about .company .about_top {
  width: 100%;
}

#about .company_wrap {
  position: relative;
  background: #fff;
  padding: 10% 0;
  z-index: 1;
}

#about .company .deco li {
  position: absolute;
  z-index: 2;
}

#about .company .deco li:nth-of-type(1) {
  width: 19.3%;
  top: 1%;
  left: 1%;
}

#about .company .deco li:nth-of-type(2) {
  width: 30.5%;
  top: 17.8%;
  right: -3%;
}

#about .company .deco li:nth-of-type(3) {
  width: 34.4%;
  top: 62.3%;
  left: -18%;
}

#about .company .deco li:nth-of-type(4) {
  width: 17.6%;
  bottom: 15%;
  right: 2%;
}

#about .company .deco li:nth-of-type(5) {
  width: 41.7%;
  bottom: -3%;
  left: 8%;
}

#about .company h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

#about .company .dot {
  width: 26%;
  margin: 0 auto;
}

#about .company dl {
  position: relative;
  width: 85.9%;
  margin: 10% auto 0;
  z-index: 3;
}

#about .company dt,
#about .company dd {
  font-size: 34px;
  line-height: 60px;
}

#about .company dt {
  color: #C94480;
  font-weight: 700;
}

#about .company dd {
  margin: 2% 0 10%;
}

#about .company dt,
#about .company dd p,
#about .company dd ul {
  display: block;
  width: 87.6%;
  margin: 0 auto;
}

#about .company dd p span {
  display: block;
  margin-top: 1%;
  font-size: 20px;
  line-height: 32px;
}

#about .company dd img.line {
  display: block;
  width: 100%;
  margin-top: 8%;
}

#about .company dd .phone,
#about .company dd .fax,
#about .company dd .mail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 58px;
  margin-top: 2%;
}

#about .company dd .phone .icon,
#about .company dd .mail .icon {
  width: 4.5%;
}

#about .company dd .fax .icon {
  width: 5.3%;
}

#about .company dd .icon img {
  display: block;
  vertical-align: middle;
}

#about .company dd .comment {
  display: block;
  font-size: 18px;
  line-height: 26px;
}

#about .company dd .iframe_wrap {
  position: relative;
  width: 87.6%;
  margin: 5% auto 0;
  padding-bottom: 82.9%;
  height: 0;
  overflow: hidden;
}

#about .company dd .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

#about .company .facility {
  width: 100%;
}

#about .company .facility li {
  margin-top: 5%;
  padding: 5%;
  font-size: 30px;
  line-height: 60px;
  border-radius: 20px;
}

#about .company .facility li:nth-of-type(1) {
  background: #FCEEEA;
}

#about .company .facility li:nth-of-type(2) {
  background: #E6F4FA;
}

#about .company .facility li:nth-of-type(3) {
  background: #D9DBEE;
}

#about .company .facility li:nth-of-type(4) {
  background: #D9DBEE;
}

#about .company .facility li:nth-of-type(1) img {
  width: 43%;
}

#about .company .facility li:nth-of-type(2) img {
  width: 46.7%;
}

#about .company .facility li:nth-of-type(3) img {
  width: 26.2%;
}

#about .company .facility li:nth-of-type(4) img {
  width: 39.2%;
}

#about .company .facility li p {
  width: 100%;
}

@media all and (max-width: 768px) {
  #about .company h2 {
    font-size: 6.4vw;
  }

  #about .company dt,
  #about .company dd {
    font-size: 4.44vw;
    line-height: 7.8vw;
  }

  #about .company dd p span {
    font-size: 2.6vw;
    line-height: 4.2vw;
  }

  #about .company dd .phone,
  #about .company dd .fax,
  #about .company dd .mail {
    line-height: 7.45vw;
  }

  #about .company dd .comment {
    font-size: 2.35vw;
    line-height: 3.4vw;
  }

  #about .company .facility li {
    font-size: 3.9vw;
    line-height: 7.8vw;
  }
}

/* -----------------------------------------------

recruit：採用情報について

----------------------------------------------- */
#recruit h1 {
  display: block;
  width: 52.9%;
  margin: 0 auto;
  font-size: 50px;
  font-weight: 700;
}

#recruit h1 span {
  color: #C94480;
  font-weight: 700;
}

#recruit .dot {
  width: 52.9%;
  margin: 0 auto;
}

#recruit .musubi_wrap h2 {
  font-size: 43px;
  line-height: 69px;
  font-weight: 700;
}

#recruit .musubi_wrap p {
  display: block;
  margin-top: 8%;
  font-size: 26px;
  line-height: 51px;
}

#recruit .form_wrap {
  margin-bottom: 10%;
}

@media all and (max-width: 768px) {
  #recruit h1 {
    font-size: 6.5vw;
  }

  #recruit .musubi_wrap h2 {
    font-size: 5.6vw;
    line-height: 9vw;
  }

  #recruit .musubi_wrap p {
    font-size: 3.38vw;
    line-height: 6.7vw;
  }
}

/* -----------------------------------------------

news：お知らせ一覧

----------------------------------------------- */
#news h1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

#news .top .dot {
  width: 39.8%;
  margin: 0 auto;
}

#news .pink_wrap {
  padding: 0;
}

#news .pink_box .list_wrap {
  width: 84.8%;
  padding: 5% 0 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}

#news .pink_box .article {
  width: 90.3%;
  margin: 0 auto;
}

#news .pink_box .article li {
  padding-bottom: 4%;
}

#news .pink_box .article img.sum {
  width: 100%;
}

#news .pink_box .article p {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  margin-top: 2%;
}

#news .pink_box .article p .tag {
  color: #808080;
}

#news .pink_box .article p .date {
  color: #C94480;
}

#news .pink_box .article h2.title {
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
  margin-top: 2%;
}

#news .pink_box .article img.dot {
  display: block;
  width: 96.6%;
  margin: 7% auto 0;
}

@media all and (max-width: 768px) {
  #news .top h1 {
    font-size: 6.5vw;
  }

  #news .pink_box .article p {
    font-size: 3.2vw;
  }

  #news .pink_box .article h2.title {
    font-size: 3.8vw;
    line-height: 6.6vw;
  }
}

/* 詳細ページ用 */
#news.single .pink_box .list_wrap {
  width: 97%;
}

#news.single .top h1 {
  width: 90%;
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
}

#news.single .pink_box .list_wrap {
  padding: 3%;
}

#news.single .pink_box .list_wrap .post_meta {
  display: flex;
  gap: 10px;
  margin-bottom: 3%;
}

#news.single .pink_box .list_wrap .post_meta li :is(time, a) {
  color: #999;
}

#news.single .pink_box .news-page section {
  background: none;
  padding: 0%;
  text-align: justify;
  word-break: break-word;
  position: relative;
}

#news.single .pink_box .news-page section.index {
  z-index: 1;
}

#news.single .pink_box .news-page section:not(.index) {
  padding-top: 20%;
  margin-top: -20%;
}

/* -----------------------------------------------

column：コラム一覧

----------------------------------------------- */
#column .top h1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

#column .top .dot {
  width: 32.7%;
  margin: 0 auto;
}

#column .pink_wrap {
  padding: 0;
}

#column .pink_box .list_wrap {
  width: 84.8%;
  padding: 5% 0 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}

#column .pink_box .article {
  width: 90.3%;
  margin: 0 auto;
}

#column .pink_box .article li {
  padding-bottom: 10%;
}

#column .pink_box .article .thumbnail {
  aspect-ratio: 588 / 282;
}

#column .pink_box .article .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#column .pink_box .article img.sum {
  width: 100%;
}

#column .pink_box .article h2.title {
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  margin-top: 5%;
}

#column .pink_box .article img.dot {
  display: block;
  width: 96.6%;
  margin: 5% auto 0;
}

@media all and (max-width: 768px) {
  #column .top h1 {
    font-size: 6.5vw;
  }

  #column .pink_box .article p {
    font-size: 3.8vw;
  }

  #column .pink_box .article h2.title {
    font-size: 4.5vw;
    line-height: 6.6vw;
  }
}

/* 詳細ページ用 */
#column.single .pink_box .list_wrap {
  width: 97%;
}

#column.single .top h1 {
  width: 90%;
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
}

#column.single .pink_box h3 {
  font-weight: bold;
}

#column.single .pink_box .list_wrap {
  padding: 4%;
}

#column.single .pink_box .list_wrap .post_meta {
  display: flex;
  gap: 10px;
  margin-bottom: 3%;
}

#column.single .pink_box .list_wrap .post_meta li :is(time, a) {
  color: #999;
}

#column.single .pink_box .column-page section {
  background: none;
  padding: 0%;
  text-align: justify;
  word-break: break-word;
  position: relative;
}

#column.single .pink_box .column-page section.index {
  z-index: 1;
}

#column.single .pink_box .column-page section:not(.index) {
  padding-top: 20%;
  margin-top: -20%;
}

#column.single .pink_box .column-page section:not(.index) a {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 768px) {
  #column.single .top h1 {
    font-size: 6.5vw;
  }

  #column.single .pink_box p {
    font-size: 3.8vw;
  }
}

/* -----------------------------------------------

contact：資料請求・お問い合わせ

----------------------------------------------- */
#contact .top h1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 47px;
  font-weight: 700;
}

#contact .top .dot {
  width: 68.3%;
  margin: 0 auto;
}

#contact .musubi_wrap {
  padding-bottom: 2%;
}

#contact .musubi_wrap p {
  font-size: 35px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
}

#contact .musubi_wrap p.comment {
  display: block;
  margin-top: 4%;
  font-size: 31px;
  font-weight: normal;
  text-align: center;
}

#contact .pink_wrap {
  padding: 0;
}

#contact .pink_box .wpcf7 {
  background: #e5cccb;
  border: none;
}

#contact .pink_box form.wpcf7-form {
  width: 77.1%;
  margin: 1% auto 0;
}

#contact .pink_box form.wpcf7-form label,
#contact .pink_box form.wpcf7-form input,
#contact .pink_box form.wpcf7-form select {
  display: block;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
}

#contact .pink_box form.wpcf7-form label {
  margin-top: 5%;
  line-height: 30px;
}

#contact .pink_box form.wpcf7-form input,
#contact .pink_box form.wpcf7-form select {
  margin-top: 2%;
  background: #fff;
  font-weight: normal;
  padding: 5%;
  border: 1px solid #4C3C1D;
  border-radius: 10px;
}

#contact .pink_box form.wpcf7-form .postnumber {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 35px;
  font-weight: 700;
}

#contact .pink_box form.wpcf7-form .postnumber p,
#contact .pink_box form.wpcf7-form .postnumber span {
  display: contents;
}

#contact .pink_box form.wpcf7-form .postnumber01 {
  width: 30%;
  padding: 5%;
}

#contact .pink_box form.wpcf7-form .postnumber02 {
  width: 40%;
  padding: 5%;
}

#contact .pink_box form.wpcf7-form .hyphen {
  display: block !important;
  margin: 0 5%;
  font-size: 35px;
  font-weight: 700;
}

#contact .pink_box form.wpcf7-form .prefectures {
  position: relative;
}

#contact .pink_box form.wpcf7-form .prefectures .wpcf7-form-control-wrap::before {
  position: absolute;
  content: '';
  width: 6.3%;
  aspect-ratio: 37 / 20;
  top: 40%;
  right: 8%;
  background: url("../image/contents/contact_select.png") no-repeat;
  background-size: contain;
  pointer-events: none;
}

#contact .pink_box form.wpcf7-form .submit_button p {
  position: relative;
  margin-top: 15%;
}

#contact .pink_box form.wpcf7-form .submit_button p::after {
  position: absolute;
  content: '';
  width: 7.4%;
  aspect-ratio: 1 / 1;
  top: 28%;
  right: 4%;
  background: url("../image/contents/contact_button.png") no-repeat;
  background-size: contain;
  pointer-events: none;
}

#contact .pink_box form.wpcf7-form .submit_button p .wpcf7-submit {
  height: initial;
  text-align: center;
  font-weight: 700;
  background: #FFA4A9;
  border-radius: 100px;
  border: 1px solid #4C3C1D !important;
  color: #4c3c1d;
}

@media all and (max-width: 768px) {
  #contact .top h1 {
    font-size: 6.2vw;
  }

  #contact .musubi_wrap p {
    font-size: 4.55vw;
    line-height: 8.45vw;
  }

  #contact .musubi_wrap p.comment {
    font-size: 4vw;
  }

  #contact .pink_box form.wpcf7-form label,
  #contact .pink_box form.wpcf7-form input,
  #contact .pink_box form.wpcf7-form select,
  #contact .pink_box form.wpcf7-form .postnumber {
    font-size: 4.55vw;
  }

  #contact .pink_box form.wpcf7-form label {
    line-height: 3vw;
    margin-bottom: -3px;
  }
}

/* -----------------------------------------------

download：ダウンロード

----------------------------------------------- */
#download .top h1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 47px;
  font-weight: 700;
}

#download .dot {
  width: 52.9%;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  #download .top h1 {
    font-size: 6.5vw;
  }
}