@charset "UTF-8";
@import url("global.css");
#bodyarea .parallax figure {
  height: 110%;
}

.topimage {
  height: 560px;
  overflow: hidden;
}

.introduction {
  margin-block: 90px;
  display: flex;
}
.introduction .title {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding-right: 50px;
  width: 50%;
  flex-grow: 1;
}
.introduction .title span {
  display: block;
  font-size: 175%;
}
.introduction .text {
  width: 50%;
  flex-grow: 1;
}
.introduction .text .inner {
  width: fit-content;
  margin-inline: auto;
}
.introduction .text p + p {
  margin-top: 20px;
}

.service {
  background-color: #7E7F85;
  padding-block: 90px 150px;
}
.service .servicetitle {
  text-align: center;
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  margin-bottom: 60px;
}
.service .servicetitle span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.service .servicetitle span::before, .service .servicetitle span::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.service .servicetitle strong {
  display: block;
  font-size: 155%;
  font-weight: 500;
}
.service .section {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 80px min(70px, 5vw) 40px;
}
.service .section + .section {
  margin-top: 40px;
}
.service .section .sectitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}
.service .section .sectitle .title {
  width: 34%;
  flex-shrink: 0;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(28px,2.2vw);
  border-right: #A2A2A2 1px solid;
  padding-left: 25px;
}
.service .section .sectitle .title span {
  font-size: 65%;
  display: block;
  text-align: left;
}
.service .section .sectitle .text {
  width: 60%;
}
.service .section .block {
  border-top: #A2A2A2 1px solid;
  padding: 40px 40px;
}
.service .section .block .inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 50px;
}
.service .section .block .image {
  width: 34%;
  flex-shrink: 0;
  aspect-ratio: 3 / 2;
}
.service .section .block .main {
  flex-grow: 1;
}
.service .section .block .main .title {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 25px;
}
.service .section .block .main .title::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #1A1A3F;
  vertical-align: 1px;
  margin-right: 7px;
}
.service .section .block .main .text p + p {
  margin-top: 20px;
}
.service .section .block .main .linkbutton {
  margin-top: 40px;
  max-width: 360px;
}
.service .section .block .main .linkbutton a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1A1A3F;
  color: #fff;
  padding: 12px 20px;
}
.service .section .block .main .linkbutton a span {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.service .section .block .main .linkbutton a::after {
  content: "\f105";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .service .section .block .main .linkbutton a:hover::after {
    translate: 10px 0;
  }
}
.service .section .block .main .linkbutton.anchor a::after {
  content: "\f107";
}
@media (any-hover: hover) {
  .service .section .block .main .linkbutton.anchor a:hover::after {
    translate: 0 10px;
  }
}
.service .section .block .movielist {
  display: grid;
  margin-top: 40px;
  gap: 40px min(40px,5vw);
  grid-template-columns: repeat(2, 1fr);
}
.service .section .block .movielist li {
  display: flex;
  flex-direction: column;
}
.service .section .block .movielist li .name {
  font-weight: 500;
  margin-bottom: 5px;
}
.service .section .block .movielist li .movie {
  margin-top: auto;
  aspect-ratio: 16 / 9;
  position: relative;
}
.service .section .block .movielist li .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service .section .block .openbutton {
  max-width: 470px;
  margin: 50px auto 0;
}
.service .section .block .openbutton p {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-block: 20px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.service .section .block .openbutton p::after {
  content: "\2b";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  display: block;
  background-color: #1A1A3F;
  width: 16px;
  height: 16px;
  font-size: 12px;
  align-content: center;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}
.service .section .block .openbutton.open p::after {
  background-color: #706D65;
  content: "\f068";
}

#sec_form {
  margin-top: 80px;
}
#sec_form:has(.flexwrap) {
  border: none;
}

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

 Responsive-Breakpoint-1 ( 1600px )

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

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .introduction .title {
    width: 40%;
  }
  .introduction .text {
    width: 60%;
  }

  .service .section .block {
    padding: 40px 20px;
  }
  .service .section .block .inner {
    gap: 3.8vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 959px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .topimage {
    height: 65vw;
  }

  .introduction {
    margin-block: 80px;
    display: block;
  }
  .introduction .title {
    padding-right: 0;
    width: auto;
    margin-bottom: 40px;
  }
  .introduction .text {
    width: auto;
  }

  .service {
    padding-block: 80px;
  }
  .service .servicetitle {
    font-size: 17px;
    margin-bottom: 50px;
  }
  .service .section {
    padding: 60px 5vw 30px;
  }
  .service .section .sectitle {
    display: block;
    margin-bottom: 50px;
  }
  .service .section .sectitle .title {
    width: auto;
    font-size: min(24px,5.6vw);
    border-right: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .service .section .sectitle .title span {
    text-align: center;
  }
  .service .section .sectitle .text {
    width: fit-content;
    margin-inline: auto;
  }
  .service .section .block {
    padding: 40px 10px;
  }
  .service .section .block .inner {
    gap: 4vw;
  }
  .service .section .block .main .title {
    font-size: min(21px,2.8vw);
  }
  .service .section .block .main .title::before {
    vertical-align: 3px;
  }
  .service .section .block .movielist {
    margin: 30px -10px 0;
    gap: 40px 4vw;
  }
  .service .section .block .openbutton {
    margin-top: 35px;
  }
  .service .section .block .openbutton p {
    padding-block: 10px;
  }

  #sec_form {
    margin-top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .topimage {
    height: 60vw;
  }

  .introduction {
    margin-block: 60px;
  }
  .introduction .title {
    margin-bottom: 30px;
  }
  .introduction .title span {
    font-size: 160%;
  }

  .service {
    padding-block: 50px;
  }
  .service .servicetitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .service .servicetitle span::before, .service .servicetitle span::after {
    width: 15px;
  }
  .service .section {
    padding: 40px 5vw 10px;
  }
  .service .section + .section {
    margin-top: 35px;
  }
  .service .section .sectitle {
    margin-bottom: 40px;
  }
  .service .section .sectitle .title {
    margin-bottom: 20px;
  }
  .service .section .block .inner {
    display: block;
  }
  .service .section .block .image {
    width: auto;
    margin-bottom: 25px;
  }
  .service .section .block .main {
    flex-grow: 1;
  }
  .service .section .block .main .title {
    font-size: min(21px,5vw);
    text-indent: -14px;
    padding-left: 14px;
    margin-bottom: 20px;
  }
  .service .section .block .main .title::before {
    width: 6px;
    height: 6px;
    vertical-align: 3px;
    margin-right: 8px;
  }
  .service .section .block .main .linkbutton {
    margin-top: 25px;
  }
  .service .section .block .movielist {
    display: block;
    margin: 30px -10px 0;
  }
  .service .section .block .movielist li {
    display: block;
  }
  .service .section .block .movielist li + li {
    margin-top: 30px;
  }

  #sec_form {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=owner.css.map */
