*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 550px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .sp {
    display: inherit;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 550px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

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

main {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 550px) {
  main {
    min-width: initial;
  }
}

.bg-mv {
  background: linear-gradient(to bottom, transparent 0%, transparent 25%, #fff 100%), url(../img/mv-bg.jpg) no-repeat top/100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .bg-mv {
    background: url(../img/mv-bg.jpg) no-repeat top/cover;
    padding-bottom: 0;
  }
}
.bg-middle {
  background: linear-gradient(to top, transparent 0%, transparent 90%, #fff 100%), url(../img/middle-bg.jpg) no-repeat top/cover;
  padding: 120px 0;
}
@media screen and (max-width: 550px) {
  .bg-middle {
    background: linear-gradient(to top, transparent 0%, transparent 90%, #fff 100%), url(../img/middle-bg.jpg) no-repeat top/cover;
    padding: 80px 0 0;
  }
}

.header {
  position: fixed;
  padding-top: 50px;
  z-index: 10;
}
@media screen and (max-width: 550px) {
  .header {
    padding-top: 15px;
    padding-left: 15px;
  }
}
.header-logo {
  position: inherit;
  width: 100px;
  right: 120px;
}
@media screen and (max-width: 550px) {
  .header-logo {
    width: 18%;
    right: 10%;
  }
}
.header-logo a {
  display: block;
  width: 100%;
}

.section {
  margin-bottom: 100px;
}
.section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .section {
    margin-bottom: 60px;
  }
}

.mv {
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 550px) {
  .mv {
    height: 85vh;
  }
}
.mv-frame {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mv-frame > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mv-frame > div > div {
  position: absolute;
}
.mv-layer {
  z-index: 0;
}
@media screen and (max-width: 550px) {
  .mv-layer {
    display: none;
  }
}
.mv-layer-01, .mv-layer-02 {
  width: 50%;
  max-width: 1000px;
}
.mv-layer-01 {
  top: 0;
  left: 0;
}
.mv-layer-02 {
  bottom: 0;
  right: 0;
}
.mv-confetti {
  z-index: 4;
}
.mv-confetti-01 {
  top: 60%;
  right: 0;
  width: 40%;
  max-width: 960px;
}
@media screen and (max-width: 550px) {
  .mv-confetti-01 {
    top: 0%;
    right: -35%;
    width: 105%;
  }
}
.mv-confetti-02 {
  top: 0;
  left: 0;
  width: 40%;
  max-width: 960px;
}
@media screen and (max-width: 1400px) {
  .mv-confetti-02 {
    bottom: -10%;
  }
}
@media screen and (max-width: 550px) {
  .mv-confetti-02 {
    bottom: -10%;
    left: -13%;
    width: 55%;
  }
}
.mv-mari {
  z-index: 6;
}
.mv-mari-01 {
  left: 10%;
  top: 27%;
}
@media screen and (max-width: 550px) {
  .mv-mari-01 {
    width: 10%;
    left: 3%;
    top: 25%;
  }
}
.mv-mari img {
  width: 80%;
}
@media screen and (max-width: 550px) {
  .mv-mari img {
    width: 100%;
  }
}
.mv-mari-02 {
  right: 11%;
  top: 50%;
}
@media screen and (max-width: 550px) {
  .mv-mari-02 {
    width: 10%;
    right: 2%;
    top: 60%;
  }
}
.mv-mari img {
  transform: rotate(180deg);
  width: 80%;
}
@media screen and (max-width: 550px) {
  .mv-mari img {
    width: 100%;
  }
}
.mv-cloud {
  z-index: 3;
}
.mv-cloud-01 {
  right: 0;
  top: 0;
  width: 45%;
}
.mv-cloud-02 {
  left: 0;
  bottom: 0;
  width: 30%;
}
@media screen and (max-width: 550px) {
  .mv-cloud-02 {
    bottom: 0;
    width: 50%;
  }
}
.mv-cloud-03 {
  width: 45%;
  max-width: 850px;
  right: -24%;
  top: 30%;
}
.mv-flower {
  z-index: 5;
}
.mv-flower-01 {
  max-width: 280px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 550px) {
  .mv-flower-01 {
    width: 50%;
  }
}
.mv-flower-02 {
  width: 25%;
  max-width: 320px;
  right: 0;
  bottom: -10%;
}
@media screen and (max-width: 550px) {
  .mv-flower-02 {
    width: 40%;
  }
}
.mv-omikuji {
  position: relative;
  z-index: 9;
  max-width: 1015px;
  margin: 2vw auto 4vw;
  width: 100%;
  max-height: 1005px;
  height: 92vh;
}
@media screen and (max-width: 550px) {
  .mv-omikuji {
    width: 100%;
    height: 100%;
  }
}
.mv-omikuji::after {
  content: "";
  position: absolute;
  background: url("../img/omikuji-hinoeuma.gif") no-repeat center/contain;
  display: block;
  width: 100%;
  max-width: 720px;
  height: 66.67vh;
  bottom: -10vh;
  left: -35vh;
}
@media screen and (max-width: 550px) {
  .mv-omikuji::after {
    top: 55%;
    left: -10vw;
    width: 50%;
    height: 50%;
  }
}
.mv-omikuji-area {
  background: url("../img/omikuji-bg.png") no-repeat center/contain;
  max-height: 92vh;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 550px) {
  .mv-omikuji-area {
    position: absolute;
    width: 90vw;
    height: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mv-omikuji-title {
  text-align: center;
  max-width: 580px;
  width: 57.14%;
  margin: 0 auto;
  padding-top: 18%;
}
@media screen and (max-width: 550px) {
  .mv-omikuji-title {
    position: absolute;
    width: 55%;
    bottom: 55%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv-omikuji-text {
  text-align: center;
  width: 55.17%;
  margin: 30px auto 0;
}
@media screen and (max-width: 550px) {
  .mv-omikuji-text {
    position: absolute;
    width: 70%;
    margin: 0 auto;
    top: 47%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.mv-omikuji-bubble {
  position: absolute;
  bottom: 0;
  width: 80%;
  max-width: 200px;
  right: 100%;
  transition: all 0.1s;
  transform: translateY(-50%);
}
@media screen and (max-width: 550px) {
  .mv-omikuji-bubble {
    top: 35%;
    width: 25vw;
  }
}
.mv-omikuji-bubble.is-off {
  opacity: 0;
}

#omikujiButton {
  position: relative;
  width: 24.63%;
  margin: 5vh auto 0;
  cursor: pointer;
  z-index: 15;
  transform: translateX(30%);
}
@media screen and (max-width: 550px) {
  #omikujiButton {
    position: absolute;
    width: 30%;
    bottom: 10%;
    left: 45%;
    transform: translate(0);
  }
}

.overlay {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
  display: none;
}
.overlay-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.overlay-container {
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 550px) {
  .overlay-container {
    height: 80vh;
  }
}
.overlay-frame {
  height: calc(100% - 80px);
  margin-top: 10px;
  margin-bottom: 10px;
}
.overlay-frame a {
  display: block;
  height: 100%;
  position: relative;
}
.overlay-frame a img {
  height: 100%;
  width: initial;
}
.overlay-frame a:hover {
  opacity: 1;
}

#omikujiCloseButton {
  display: block;
  background: url("../img/close.svg") no-repeat center/100%;
  aspect-ratio: 1/1;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  #omikujiCloseButton {
    height: 4%;
  }
}

#omikujiCloseText {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  #omikujiCloseText {
    margin-top: 10px;
    font-size: 18px;
  }
}

.greeting {
  position: relative;
  padding: 100px 15px 0;
}
@media screen and (max-width: 550px) {
  .greeting {
    padding: 50px 0 0;
  }
}
.greeting::after {
  content: "";
  position: absolute;
  background: url("../img/cloud03.png") no-repeat center/100%;
  width: 596px;
  height: 274px;
  right: 0;
  top: 120px;
  z-index: 10;
}
@media screen and (max-width: 550px) {
  .greeting::after {
    top: 60px;
    width: 40%;
    height: 16.5%;
  }
}
.greeting::before {
  content: "";
  display: block;
  background-color: #D4AA22;
  width: 83.3vw;
  max-width: 1600px;
  height: 4px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .greeting::before {
    width: 80%;
    margin: 0 auto;
  }
}
.greeting > div:not(.greeting-card) {
  position: absolute;
  width: 100%;
  height: 100%;
}
.greeting > div:not(.greeting-card) > div {
  position: absolute;
}
.greeting-layer {
  z-index: 0;
}
@media screen and (max-width: 550px) {
  .greeting-layer {
    display: none;
  }
}
.greeting-layer-01, .greeting-layer-02 {
  width: 50%;
  max-width: 1000px;
  top: -80px;
}
.greeting-layer-01 {
  right: 0;
}
.greeting-layer-02 {
  left: 0;
}
.greeting-kazari {
  z-index: 6;
}
@media screen and (max-width: 550px) {
  .greeting-kazari {
    display: none;
  }
}
.greeting-kazari-01, .greeting-kazari-02 {
  width: 16%;
  max-width: 180px;
  top: -40px;
}
.greeting-kazari-01 {
  left: 0;
}
.greeting-kazari-02 {
  right: 0;
}
.greeting-card {
  background: url(../img/bg_greeting.jpg) center/cover no-repeat;
  font-family: "Noto Serif JP", serif;
  max-width: 1100px;
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
  position: relative;
  padding: 80px 0;
  z-index: 9;
}
@media screen and (max-width: 550px) {
  .greeting-card {
    width: 90%;
    margin-top: 40px;
    padding: 30px 0;
  }
}
.greeting h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 550px) {
  .greeting h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.greeting p {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .greeting p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.greeting p.greeting-ceo {
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  .greeting p.greeting-ceo {
    font-size: 14px;
  }
}
.greeting-logo {
  width: 40%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .greeting-logo {
    width: 50%;
    margin-top: 20px;
  }
}

.field {
  position: relative;
}
.field-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 550px) {
  .field-inner {
    flex-direction: column;
    row-gap: 50px;
  }
}
.field-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  padding: 20px 20px 50px;
  position: relative;
  z-index: 9;
  width: calc(50% - 15px);
}
@media screen and (max-width: 550px) {
  .field-card {
    width: 100%;
    padding: 15px 15px 30px;
  }
}
.field-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
}
.field-card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
}
.field-card h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .field-card h2 {
    font-size: 20px;
  }
}
.field-card h3 {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .field-card h3 {
    margin-bottom: 10px;
  }
}
.field-card h3::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
}
.field-card.is-arch::before {
  border-color: #2346aa transparent transparent transparent;
}
.field-card.is-arch::after {
  border-color: transparent transparent #2346aa transparent;
}
.field-card.is-arch h3::before {
  background-color: #2346aa;
}
.field-card.is-arch figure {
  padding: 0 40px;
}
.field-card.is-tech::before {
  border-color: #fde100 transparent transparent transparent;
}
.field-card.is-tech::after {
  border-color: transparent transparent #fde100 transparent;
}
.field-card.is-tech h3::before {
  background-color: #fde100;
}
.field-card .middle {
  width: 70%;
  margin: 0 auto;
}
.field-card p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .field-card p {
    font-size: 16px;
  }
}
.field-button {
  display: block;
  font-weight: bold;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 550px) {
  .field-button {
    font-size: 14px;
  }
}
.field-button.is-arch {
  background: #2346aa;
  color: #fff;
}
.field-button.is-tech {
  background: #fde100;
  color: #000;
}

.support {
  position: relative;
  background: #fff;
  padding: 100px 0 50px;
  z-index: 9;
}
@media screen and (max-width: 550px) {
  .support {
    padding: 50px 20px 20px;
  }
}
.support-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.support h2 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .support h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.support-link {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .support-link {
    margin-bottom: 50px;
  }
}
.support-link-arch, .support-link-tech {
  position: absolute;
  width: 53.5%;
  height: 100%;
  top: 0;
  transition: all 0.3s;
}
.support-link-arch:hover, .support-link-tech:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.support-link-arch {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}
.support-link-tech {
  right: 0;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}
.support-sns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 550px) {
  .support-sns {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .support-sns-content {
    width: 100%;
  }
}
.support-sns-content h3 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #C8A063;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .support-sns-content h3 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.support-sns-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 330px;
}
@media screen and (max-width: 550px) {
  .support-sns-list {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: 100%;
  }
}
.support-sns-item {
  width: 40px;
}
.support-sns-item.is-youtube {
  width: 45px;
}
@media screen and (max-width: 550px) {
  .support-sns-item {
    width: 36px;
  }
  .support-sns-item.is-youtube {
    width: 46px;
  }
}
.support-sns-info {
  text-align: center;
}
@media screen and (max-width: 550px) {
  .support-sns-info {
    padding-top: 60px;
  }
  .support-sns-info img {
    max-width: 150px;
  }
}
.support-sns-bubble {
  position: relative;
  width: 250px;
}
.support-sns-bubble::before {
  content: "";
  background: url("../img/support-logo-white.png") no-repeat center/contain;
  display: block;
  position: absolute;
  width: 300px;
  height: 130px;
  left: 50%;
  bottom: 75%;
  transform: translateX(-50%);
}
@media screen and (max-width: 550px) {
  .support-sns-bubble::before {
    width: 200px;
    height: 60px;
  }
}

.footer p {
  font-size: 10px;
  text-align: center;
  padding: 30px 0 50px;
}
.footer-logo {
  position: fixed;
  bottom: 20px;
  left: 3%;
  width: 100px;
  z-index: 10;
}
@media screen and (max-width: 550px) {
  .footer-logo {
    width: 20%;
    bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */