@charset "UTF-8";
.bg_stripe {
  background: linear-gradient(-45deg, #fae1b0 25%, #fce3bd 15%, #fce3bd 40%, #fae1b0 50%, #fae1b0 75%, #fce3bd 65%, #fce3bd);
  background-size: 40px 40px;
  animation: anime_stripe 0.8s infinite linear;
}

@keyframes anime_stripe {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -40px;
  }
}
#plan {
  content: "";
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

@media (max-width: 600px) {
  #contact {
    content: "";
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #5a141c;
  font-family: "Century Gothic", sans-serif;
}

ul li {
  list-style: none;
}

h2 {
  font-size: 40px;
  text-align: center;
}

.mb30 {
  margin-bottom: 30px;
}

.main_wrap {
  max-width: 1320px;
  margin: auto;
  padding: 0 10px;
}

.note {
  padding-top: 20px;
  font-size: 14px;
}

@media (min-width: 1001px) {
  .menu ul {
    display: flex;
  }
}
.main_visual {
  background-color: #fbf8ec;
  border-radius: 20px;
  max-width: 1100px;
  margin: 80px auto;
  padding: 30px 70px 0;
}
.main_visual .main_image {
  max-width: 560px;
  display: block;
  margin: auto;
}
.main_visual .main_image img {
  width: 100%;
}
.main_visual .contact_btn_wrap {
  text-align: center;
  position: relative;
  top: 30px;
  max-width: 350px;
  margin: auto;
}
.main_visual .contact_btn_wrap img {
  width: 100%;
}
.main_visual .contact_btn_wrap:hover {
  opacity: 0.7;
}

.top_onayami .image {
  max-width: 1000px;
  margin: auto;
}
.top_onayami .image img {
  width: 100%;
}
.top_onayami .line {
  text-align: center;
}
.top_onayami .pare {
  position: relative;
  margin: 0 auto 90px;
  font-size: 25px;
  font-weight: bold;
  max-width: 630px;
  text-align: center;
}
.top_onayami .pare::before {
  content: url(/images/pare.svg);
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  top: -20px;
  left: -10px;
}
.top_onayami .pare::after {
  content: url(/images/pare.svg);
  display: block;
  width: 20px;
  height: 20px;
  transform: rotateX(180deg) rotateY(180deg);
  position: absolute;
  right: -20px;
  bottom: -30px;
}
.top_onayami .pare span {
  background: linear-gradient(transparent 60%, #c6e4f0 60%);
}

.top_service {
  background: #fbf8ec;
  border-radius: 230px;
  padding: 150px 0;
  margin-bottom: 100px;
}
.top_service h2 img {
  max-width: 400px;
  width: 100%;
}
.top_service .point_content {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.top_service .point_content h3 {
  font-size: 35px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid #ecac5f;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.top_service .point_content h3 span {
  color: #ecac5f;
  font-size: 20px;
  display: block;
}
.top_service .point_content .image {
  width: 50%;
  max-width: 500px;
}
.top_service .point_content .image img {
  width: 100%;
}
.top_service .point_content .text {
  width: 40%;
  margin: auto 0;
}
.top_service .gallery {
  margin-bottom: 130px;
}
.top_service .gallery ul {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.top_service .gallery ul li {
  width: 33.3333333333%;
}
.top_service .gallery ul li img {
  width: 100%;
}
.top_service .point2 .graph_image {
  max-width: 700px;
  margin: 50px auto 0px;
}

.top_plan {
  margin-bottom: 100px;
}
.top_plan .plan_main {
  margin-top: 110px;
  margin-bottom: 70px;
  background-color: #fbf8ec;
  border-radius: 30px;
}
.top_plan .plan_main::before {
  content: "";
  display: block;
  width: 650px;
  height: 300px;
  background-image: url(/images/camera_pc.svg);
  background-size: contain;
  vertical-align: middle;
  margin: auto;
  top: -70px;
  position: relative;
}
.top_plan .plan_main h3 {
  text-align: center;
  font-size: 35px;
}
.top_plan .plan_main .price_wrap {
  display: flex;
  gap: 67px;
  padding: 60px 120px 90px;
}
@media (max-width: 1000px) {
  .top_plan .plan_main .price_wrap {
    flex-direction: column;
  }
}
.top_plan .plan_option {
  background-color: #fbf8ec;
  border-radius: 30px;
}
.top_plan .plan_option h3 {
  width: 260px;
  background: #ecac5f;
  text-align: center;
  font-size: 25px;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  top: -20px;
  left: 60px;
}
.top_plan .plan_option ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 100px 60px;
  justify-content: center;
}
.top_plan .plan_option ul li {
  width: 45%;
  background: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #5a141c;
  font-weight: bold;
}
.top_plan .plan_option ul li::before {
  content: "■";
  color: #ecac5f;
  display: inline-block;
  position: relative;
  left: -10px;
}

.top_flow {
  margin-bottom: 100px;
}
.top_flow h2 {
  margin-bottom: 50px;
}
.top_flow .flow_wrap {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.top_flow .flow_wrap li {
  width: 31.6666666667%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px 30px;
}
.top_flow .flow_wrap li::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-size: contain;
  position: absolute;
  right: 3px;
  top: -20px;
}
.top_flow .flow_wrap li:nth-child(1)::before {
  background-image: url(/images/flow_n1.svg);
}
.top_flow .flow_wrap li:nth-child(2)::before {
  background-image: url(/images/flow_n2.svg);
}
.top_flow .flow_wrap li:nth-child(2) h3 {
  padding-top: 20px;
}
.top_flow .flow_wrap li:nth-child(3)::before {
  background-image: url(/images/flow_n3.svg);
}
.top_flow .flow_wrap li:nth-child(3) h3 {
  padding-top: 20px;
}
.top_flow .flow_wrap li h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.top_flow .flow_wrap li img {
  display: block;
  margin: 0 auto 20px;
  width: 190px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_flow .guideline {
  text-align: center;
  font-size: 25px;
  background-color: #ecac5f;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 20px 100px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
}
.top_flow .note {
  text-align: center;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}

@media (max-width: 1000px) {
  .top_service {
    border-radius: 60px;
  }
  .top_service h2 {
    margin-bottom: 30px;
  }
  .top_service .point_content {
    margin-bottom: 20px;
  }
  .top_service .point_content h3 {
    font-size: 30px;
  }
  .top_service .text,
  .top_service .image {
    margin: auto !important;
  }
  .top_service .point2 .graph_image {
    max-width: 500px;
    margin: auto;
  }
  .top_service .point2 .graph_image img {
    width: 100%;
  }
  .top_flow .flow_wrap li {
    padding: 30px 10px 30px;
  }
  .top_flow .flow_wrap li h3 {
    font-size: 18px;
  }
  .top_flow .flow_wrap li img {
    width: 100px;
  }
  .top_plan .plan_main::before {
    width: 420px;
    height: 210px;
  }
  .top_plan .plan_main h3 img {
    width: 400px;
  }
  .top_plan .plan_main .price_wrap {
    padding: 60px 50px 90px;
  }
  .top_plan .plan_main .price_wrap .price {
    margin: auto;
    max-width: 400px;
  }
  .top_plan .plan_main .price_wrap .price img {
    width: 100%;
  }
  .top_plan .plan_option ul {
    padding: 20px 0px 60px;
  }
  .top_flow .flow_wrap li::before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
  h2 {
    font-size: 30px;
  }
  .top_onayami .line img {
    width: 8px;
  }
  .top_onayami .pare {
    font-size: 20px;
    margin: 0 auto 70px;
  }
  .top_onayami .pare::before {
    left: 10px;
  }
  .top_onayami .pare::after {
    right: 10px;
  }
  .top_plan {
    margin-bottom: 70px;
  }
  .top_plan .plan_main {
    margin-top: 70px;
  }
  .top_plan .plan_main::before {
    width: 300px;
    height: 150px;
    top: -40px;
  }
  .top_plan .plan_main h3 img {
    width: 290px;
  }
  .top_plan .plan_main .price_wrap {
    gap: 27px;
    padding: 20px 30px 60px;
  }
  .top_plan .plan_option h3 {
    left: 30px;
    width: 190px;
    font-size: 20px;
  }
  .top_plan .plan_option ul {
    flex-direction: column;
    margin: auto;
    padding: 0px 0px 40px;
  }
  .top_plan .plan_option ul li {
    width: 90%;
    margin: auto;
  }
  .top_service {
    padding: 100px 0;
    margin-bottom: 70px;
  }
  .top_service h2 img {
    max-width: 270px;
  }
  .top_service .gallery {
    margin-bottom: 90px;
  }
  .top_service .gallery ul {
    gap: 0px;
  }
  .top_service .point_content {
    flex-direction: column;
  }
  .top_service .point_content h3 {
    border-bottom: 0;
    margin-bottom: 5px;
    font-size: 25px;
  }
  .top_service .point_content .image {
    width: 80%;
  }
  .top_service .point_content .text {
    width: 100%;
  }
  .top_service .point1 .point_content {
    flex-direction: column-reverse;
  }
  .top_flow {
    margin-bottom: 70px;
  }
  .top_flow .flow_wrap {
    gap: 5px;
  }
  .top_flow .flow_wrap li {
    padding: 30px 5px 30px;
    width: 33.3333333333%;
  }
  .top_flow .flow_wrap li p {
    font-size: 13px;
  }
  .top_flow .guideline {
    padding: 20px 40px;
    font-size: 20px;
  }
}
footer {
  text-align: center;
  padding: 10px;
}

/* ヘッダー */
.header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.header_inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

/* ヘッダーのロゴ部分 */
.header_title {
  width: 80px;
}

.header_title img {
  display: block;
  width: 180px;
  height: 100%;
}

/* ヘッダーのナビ部分 */
.header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease 0.4s;
}

.nav_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* ナビのリンク */
.nav_menu_item a {
  color: #5a141c;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 14px;
  color: #5a141c;
  font-weight: bold;
  text-decoration: none;
}

.nav_menu_item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 4px;
  background-color: #5a141c;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header_nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 960px) {
  .header_title {
    width: 120px;
  }
  .header_nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
  .nav_items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;
    gap: 60px;
  }
  .nav_menu {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .hamburger {
    display: none;
  }
  .nav_menu_item a {
    margin-bottom: 0;
  }
}
.contact {
  background-color: #5a141c;
  padding: 100px 10px;
}
@media (max-width: 600px) {
  .contact {
    padding: 70px 10px;
  }
}
.contact .main_wrap {
  background-color: #fff;
  border-radius: 30px;
  padding: 90px 20px !important;
}
.contact .main_wrap h2 {
  margin-bottom: 60px;
}

.contact_content div {
  display: flex;
  max-width: 710px;
  margin: 0 auto 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #ecac5f;
}
.contact_content div dt {
  width: 220px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .contact_content div dt {
    width: 110px;
  }
}
.contact_content div dt span {
  background-color: #f75454;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  padding: 1px 5px;
  font-weight: initial;
  margin-left: 5px;
}
.contact_content div dd {
  width: calc(100% - 220px);
  word-break: break-all;
}
@media (max-width: 600px) {
  .contact_content div dd {
    width: calc(100% - 110px);
  }
}
.contact_content div input[type=text],
.contact_content div textarea {
  border: 1px solid #5a141c;
  padding: 5px;
  width: 270px;
}
@media (max-width: 600px) {
  .contact_content div input[type=text],
  .contact_content div textarea {
    width: 100%;
  }
}

.submit_btn {
  text-align: center;
}
.submit_btn input[type=submit] {
  color: #5a141c;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c6e4f0;
  margin: auto;
  padding: 15px 55px;
  border-radius: 10px;
  border: 2px solid #5a141c;
  font-weight: bold;
}
.submit_btn input[type=submit]:hover {
  background-color: #ecac5f;
  border: 2px solid #ecac5f;
  transition: 0.3s;
  color: #fff;
}
.submit_btn input[type=button] {
  color: #5a141c;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d1d1d1;
  margin: auto;
  padding: 15px 55px;
  border-radius: 10px;
}
.submit_btn input[type=button]:hover {
  background-color: #888787;
  transition: 0.3s;
  color: #fff;
}

.contact_next_page_content {
  padding: 70px;
}
.contact_next_page_content h2 {
  margin-bottom: 60px;
}
.contact_next_page_content .content {
  background-color: #fff;
  border-radius: 30px;
  padding: 90px 20px !important;
  max-width: 1320px;
  margin: auto;
}
.contact_next_page_content .text {
  text-align: center;
  margin-bottom: 50px;
}
.contact_next_page_content .btn {
  color: #5a141c;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c6e4f0;
  margin: auto;
  padding: 15px 55px;
  border-radius: 10px;
  border: 2px solid #5a141c;
  font-weight: bold;
  text-decoration: none;
}
.contact_next_page_content .btn:hover {
  background-color: #ecac5f;
  border: 2px solid #ecac5f;
  transition: 0.3s;
  color: #fff;
}
@media (max-width: 600px) {
  .contact_next_page_content {
    padding: 70px 30px;
  }
  .contact_next_page_content .send {
    display: block;
    margin: 0 auto 10px !important;
  }
}/*# sourceMappingURL=style.css.map */