@charset "UTF-8";
main .video-container {
  height: 650px;
  position: relative;
}
main .video-container .text {
  margin-top: 32px;
}
main .video-container .m-text {
  display: none;
}
main .video-container--center {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .video-container--center--image {
  position: relative;
  display: inline-block;
}
main .video-container--center--image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 267px;
  background: #FFF;
  filter: blur(25px);
  transform: translate(-50%, -50%);
  width: 267px;
  height: 112px;
}
main .video-container--center--image .logo-background {
  position: relative;
  display: block;
  z-index: 2;
  width: 200px;
  height: auto;
}
main .video-container--center p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
main .video-container #video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
main .m-img {
  display: none;
}
main .btn {
  margin: auto;
  margin-top: 30px;
  text-decoration: none;
  padding: 10px 45px;
  border-radius: 30px;
  background: #6535FC;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
main .btn > span {
  position: absolute;
  right: 10px;
}
main .btn--white {
  padding: 10px 43px;
  border-radius: 30px;
  border: 3px solid #FFF;
  background: none;
}
main .m-60 {
  margin-top: 90px !important;
}
@media (max-width: 600px) {
  main .m-60 {
    margin-top: unset;
  }
}
main .main-content {
  max-width: 80%;
  max-width: 960px;
  display: flex;
  gap: 0px;
  align-items: center;
  margin: auto;
  margin-top: 36px;
  margin-bottom: 52px;
  justify-content: center;
  text-align: center;
}
main .main-content img {
  width: 50%;
}
main .main-content--item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
main .main-content--item > p {
  text-align: left;
  margin: 0px;
}
main .main-content--flex {
  display: flex;
  gap: 10px;
  align-items: center;
}
main .main-content--flex > span {
  width: 40px;
  height: 10px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #FFC700 0%, #F00 100%);
}
main .main-content--title.bk {
  color: #000;
  font-size: 36px;
  font-family: Noto Sans JP;
  font-weight: 700;
  line-height: 40px;
}
main .main-content--title:not(.bk) {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(to right, #FFC601, #FF0201);
  background-clip: text;
  -webkit-background-clip: text; /* Safari, Chromeなどの一部のブラウザ用のプレフィックス */
  color: transparent; /* テキストを透明にする */
  font-size: 48px;
  font-weight: 500;
  margin: 16px 0px;
}
main .main-content.service {
  margin-bottom: 36px;
  gap: 0px;
  max-width: 850px;
  text-align: left;
}
main .main-content.service .main-content--item > p {
  margin-top: 24px;
}
main .main-content.service .main-content--flex {
  display: flex;
  gap: 10px;
  align-items: center;
}
main .main-content.service .main-content--flex > span {
  width: 40px;
  height: 10px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #FFC700 0%, #F00 100%);
}
main .contact-container {
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #FF5C52 0%, #6333FA 100%);
  padding: 36px 0px;
  color: #FFF;
  display: flex;
  flex-direction: column;
}
main .contact-container > h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 12px;
}
main .contact-container > p {
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 12px;
}
main .contact-container > a {
  margin-top: 0px;
}
main .main-header {
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #FF5C52 0%, #6333FA 100%);
  padding: 36px 0px 28px 0px;
  color: #FFF;
  display: flex;
  flex-direction: column;
}
main .main-header > h1, main .main-header h2 {
  margin: 0px;
}
main .main-header > h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
}
main .main-header > h2 {
  font-weight: 500;
  font-size: 24px;
}
main .bread-menu {
  background: #F2F2F2;
}
main .bread-menu > a {
  margin-left: 100px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
main .line {
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, #FFC700 0%, #F00 100%);
  width: 100%;
}
main .line::before,
main .line::after {
  content: "";
  position: absolute;
  top: -8px; /* 円形の上端位置 */
  height: 20px; /* 円形の高さ */
  width: 20px; /* 円形の幅 */
  border-radius: 50%; /* 円形にする */
}
main .line::before {
  background-color: #FFC700;
  left: -10px; /* 左端の位置 */
}
main .line::after {
  right: -10px; /* 右端の位置 */
  background-color: #F00;
}
main .main-container {
  margin: 60px auto;
  width: 60%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .main-container--flex {
  width: 100%;
  margin: 16px 0px;
  padding: 0px 48px;
  display: flex;
  align-items: center;
}
main .main-container--flex .m-title {
  display: none;
}
main .main-container--flex .title {
  width: 126px;
  margin-right: 24px;
}
main .google-map {
  text-align: center;
  margin-bottom: 60px;
}
main .contact-form {
  margin: 60px auto;
  align-items: center;
  width: 80%;
  display: flex;
  flex-direction: column;
}
main .contact-form.hide {
  display: none;
}
main .contact-form--item {
  margin-bottom: 16px;
  max-width: 690px;
  width: 100%;
  color: #000;
  font-size: 18px;
}
main .contact-form--item span {
  margin-left: 6px;
  color: #F00;
  text-align: center;
  font-size: 16px;
}
main .contact-form--item input {
  padding: 10px;
  font-size: 18px;
  margin-top: 16px;
  width: 100%;
  height: 54px;
}
main .contact-form--item textarea {
  padding: 10px;
  font-size: 18px;
  margin-top: 16px;
  width: 100%;
  height: 285px;
}
main .contact-form--item.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
main .contact-form--item.flex input {
  margin: 0px;
  width: 30px;
  height: 30px;
}
main .contact-form--item.flex > p {
  text-align: center;
  font-size: 18px;
}
main .contact-form--item--policy {
  padding: 16px;
  overflow: scroll;
  margin: auto;
  width: 80%;
  height: 150px;
  border: 1px solid #000;
}
main .contact-form--item.button {
  text-align: center;
  margin-top: 42px;
}
main .contact-form--item button {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  width: 250px;
  height: 50px;
  color: #FFF;
  text-align: center;
  background: linear-gradient(90deg, #FF5C52 0%, #6333FA 100%);
}
main .after-submit {
  margin: 50px;
  font-size: 14px;
  text-align: center;
}
main .after-submit.hide {
  display: none;
}
main .after-submit .title {
  font-size: 24px;
  margin-bottom: 32px;
}
main .after-submit .text {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 32px;
  font-size: 18px;
}
main .after-submit .btn {
  padding: 15px 55px;
  font-size: 16px;
}

@media (max-width: 600px) {
  main .video-container {
    height: 650px;
    position: relative;
  }
  main .video-container .m-text {
    display: block;
  }
  main .video-container .text {
    display: none;
  }
  main .video-container--center--image::before {
    border-radius: 160px;
    filter: blur(25px);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 67px;
  }
  main .video-container--center--image .logo-background {
    width: 135px;
    height: auto;
  }
  main .video-container--center p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  main .btn {
    margin: auto;
    margin-top: 30px;
    text-decoration: none;
    padding: 5px 33px;
    border-radius: 30px;
    background: #6535FC;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  main .btn > span {
    position: absolute;
    right: 10px;
  }
  main .btn--white {
    padding: 5px 33px;
    border-radius: 30px;
    border: 2px solid #FFF;
    background: none;
  }
  main .main-content {
    max-width: 90%;
    display: flex;
    gap: 85px;
    align-items: center;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 52px;
    justify-content: center;
    text-align: center;
  }
  main .main-content .m-img {
    display: block !important;
    max-width: 85%;
    width: auto;
    margin: auto;
  }
  main .main-content img {
    display: none;
  }
  main .main-content--item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  main .main-content--item > p {
    max-width: 85%;
    margin: auto;
  }
  main .main-content--flex {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  main .main-content--flex > span {
    width: 30px;
    height: 3px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #FFC700 0%, #F00 100%);
  }
  main .main-content--title.bk {
    color: #000;
    font-size: 22px;
    font-family: Noto Sans JP;
    font-weight: 700;
    line-height: 30px;
  }
  main .main-content--title:not(.bk) {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    background-image: linear-gradient(to right, #FFC601, #FF0201);
    background-clip: text;
    -webkit-background-clip: text; /* Safari, Chromeなどの一部のブラウザ用のプレフィックス */
    color: transparent; /* テキストを透明にする */
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0px;
  }
  main .main-content.service {
    margin-bottom: 36px;
    gap: 0px;
    max-width: 850px;
    text-align: left;
  }
  main .main-content.service .main-content--item > p {
    margin-top: 24px;
    max-width: 70%;
  }
  main .main-content.service .main-content--flex {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-self: center;
    margin: auto;
    width: 65%;
  }
  main .main-content.service .main-content--flex.wide {
    width: 82%;
  }
  main .main-content.service .main-content--flex > span {
    width: 40px;
    height: 10px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #FFC700 0%, #F00 100%);
  }
  main .contact-container {
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #FF5C52 0%, #6333FA 100%);
    padding: 8px 0px;
    color: #FFF;
    display: flex;
    flex-direction: column;
  }
  main .contact-container > h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  main .contact-container > p {
    font-size: 14px;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 12px;
  }
  main .contact-container > a {
    margin-top: 0px;
  }
  main .main-header {
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #FF5C52 0%, #6333FA 100%);
    padding: 36px 0px 28px 0px;
    color: #FFF;
    display: flex;
    flex-direction: column;
  }
  main .main-header > h1, main .main-header h2 {
    margin: 0px;
  }
  main .main-header > h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
  }
  main .main-header > h2 {
    font-weight: 500;
    font-size: 24px;
  }
  main .bread-menu {
    background: #F2F2F2;
  }
  main .bread-menu > a {
    margin-left: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
  main .line {
    position: relative;
    height: 4px;
    background: linear-gradient(90deg, #FFC700 0%, #F00 100%);
    width: 100%;
  }
  main .line::before,
  main .line::after {
    content: "";
    position: absolute;
    top: -5px;
    height: 14px;
    width: 14px;
    border-radius: 50%; /* 円形にする */
  }
  main .line::before {
    background-color: #FFC700;
    left: -10px; /* 左端の位置 */
  }
  main .line::after {
    right: -10px; /* 右端の位置 */
    background-color: #F00;
  }
  main .main-container {
    margin: 60px auto;
    width: 88%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .main-container--flex {
    width: 100%;
    margin: 16px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: nowrap;
  }
  main .main-container--flex .m-contact {
    font-size: 12px;
  }
  main .main-container--flex .hide-title {
    display: none !important;
  }
  main .main-container--flex .title, main .main-container--flex .m-title {
    display: block;
    width: 70px;
    margin-right: 16px;
  }
  main .google-map {
    text-align: center;
    margin-bottom: 60px;
  }
  main .google-map > iframe {
    width: 300px;
    height: 150px;
  }
  main .contact-form {
    margin: 60px auto;
    align-items: center;
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  main .contact-form--item {
    margin-bottom: 16px;
    font-size: 14px;
  }
  main .contact-form--item > p {
    margin-left: 12px;
  }
  main .contact-form--item span {
    margin-left: 6px;
    font-size: 14px;
  }
  main .contact-form--item input {
    margin-top: 5px;
    height: 30px;
  }
  main .contact-form--item textarea {
    margin-top: 5px;
    width: 100%;
    height: 285px;
  }
  main .contact-form--item.flex {
    gap: 0px;
  }
  main .contact-form--item.flex input {
    margin: 0px;
    width: 20px;
    height: 20px;
  }
  main .contact-form--item.flex > p {
    text-align: center;
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */