@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

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

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(#060A2F, #096571, #EDDBA3);
  position: relative;
}

.lang {
  position: absolute;
  z-index: 99;
  color: #2d2d52;
}
@media only screen and (max-width: 768px) {
  .lang {
    top: 15px;
    right: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .lang {
    top: 20px;
    right: 20px;
  }
}
.lang__wrapper {
  position: relative;
}
.lang__ttl {
  position: relative;
  background-color: #fff;
  height: 37px;
  padding: 0 10px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 0 10px rgba(45, 45, 82, 0.5);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .lang__ttl {
    width: 140px;
    height: 37px;
    padding: 0 10px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .lang__ttl {
    width: 130px;
    font-size: 0.8rem;
    margin-right: 9px;
  }
}
.lang__ttl::before {
  content: "";
  background: url(../img/icon-lang.png) no-repeat top left/contain;
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
.lang__ttl::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #2d2d52;
  border-right: solid 2px #2d2d52;
  transform: rotate(135deg);
  position: absolute;
  top: 14px;
  right: 13px;
  transition: 0.4s;
}
.lang__ttl.arrow-open::after {
  transform: rotate(315deg);
  top: 16px;
}
.lang__content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 1;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .lang__content {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .lang__content {
    padding: 10px 0 0;
  }
}
.lang__content::after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 10px;
}
.lang__content.lang-open {
  opacity: 1;
  pointer-events: auto;
}
.lang__content-wrraper {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 7px;
  display: grid;
  gap: 6px 0;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .lang__content-wrraper {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .lang__content-wrraper {
    padding: 25px 0;
  }
}
.lang__item {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
}
.lang a {
  color: #2d2d52;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (min-width: 970px) {
  .lang a:hover::after {
    width: 100%;
  }
}
.lang a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #2d2d52;
  transition: 0.3s;
}
.lang .lang-selected a {
  pointer-events: none;
}
.lang .lang-selected a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2d2d52;
}

.hero {
  background: #2d2d52;
  color: #fff;
  position: relative;
}
.hero__content {
  background: radial-gradient(#081134 20%, transparent), url(../img/hero-bg.png?1205);
  background-repeat: no-repeat, repeat;
  background-size: auto;
  background-attachment: fixed;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero__inner {
    padding: 300px 0 150px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__inner {
    padding: 340px 0 320px;
  }
}
@media only screen and (min-width: 970px) {
  .hero__inner {
    padding: 340px 0 500px;
  }
}
.hero__inner::before {
  content: "";
  background: url(../img/intro-frame-top.png?1205) no-repeat bottom left/contain;
  width: 100%;
  height: min(41.6666666667vw, 500px);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 20;
}
.hero h1 {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 0;
  letter-spacing: 0.15rem;
  text-shadow: 5px 5px 15px #081134, -5px -5px 15px #081134;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .hero h1 {
    top: 110px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 769px) {
  .hero h1 {
    top: 150px;
    font-size: 4.4rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 970px) {
  .hero h1 {
    top: 170px;
    font-size: 5.4rem;
  }
}
.hero__img {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hero__img {
    top: 170px;
    width: 500px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__img {
    top: 200px;
    width: 950px;
  }
}
@media only screen and (min-width: 970px) {
  .hero__img {
    width: 1300px;
  }
}
.hero__img img {
  filter: drop-shadow(0 -80px 80px rgba(255, 255, 255, 0.15));
}
.hero img {
  width: 100%;
}
.hero__img-left img {
  position: absolute;
  width: auto;
  filter: drop-shadow(20px 20px 0 rgba(0, 0, 0, 0.2));
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .hero__img-left img {
    top: 0;
    left: -190px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__img-left img {
    top: -20px;
    left: calc(50% - 760px);
    height: 630px;
  }
}
.hero__img-right img {
  position: absolute;
  top: -80px;
  width: auto;
  filter: drop-shadow(20px 20px 0 rgba(0, 0, 0, 0.2));
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .hero__img-right img {
    right: -150px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__img-right img {
    left: calc(50% + 70px);
    height: 630px;
  }
}
.hero__img-bg-left img {
  position: absolute;
  width: auto;
  opacity: 0.5;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero__img-bg-left img {
    top: -350px;
    left: -100px;
    height: 500px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__img-bg-left img {
    top: -300px;
    left: calc(50% - 1550px);
    height: 1800px;
  }
}
.hero__img-bg-right img {
  position: absolute;
  width: auto;
  opacity: 0.5;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero__img-bg-right img {
    top: -400px;
    right: -140px;
    height: 500px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__img-bg-right img {
    top: -200px;
    left: calc(50% + 10px);
    height: 1800px;
  }
}

.block {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .block {
    width: calc(100% - 45px);
  }
}
@media only screen and (min-width: 769px) {
  .block {
    max-width: 1000px;
    width: calc(100% - 40px);
  }
}

.intro {
  text-align: center;
  background: linear-gradient(transparent, #23244D);
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 30;
}
.intro__content {
  background-color: #2a305e;
  background-image: url(../img/intro-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .intro__content {
    background-size: 550px;
    padding: 110px 0;
  }
}
@media only screen and (min-width: 769px) {
  .intro__content {
    background-size: 700px;
    padding: 120px 0;
  }
}
@media only screen and (min-width: 970px) {
  .intro__content {
    background-size: 800px;
    padding: 140px 0;
  }
}
.intro .block {
  position: relative;
  z-index: 35;
}
.intro__catch {
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .intro__catch {
    font-size: 1.3rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__catch {
    font-size: 2.1rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 970px) {
  .intro__catch {
    font-size: 2.5rem;
    margin: 0 0 50px;
  }
}
.intro__text {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .intro__text {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .intro__text {
    gap: 30px 0;
  }
}
.intro__text p {
  margin: 0;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .intro__text p {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 769px) {
  .intro__text p {
    font-size: 1.15rem;
    line-height: 2.4;
  }
}
@media only screen and (min-width: 970px) {
  .intro__text p {
    line-height: 2.7;
  }
}
.intro__img-01 {
  position: absolute;
  transform: rotate(-10deg);
  z-index: 15;
  animation: float-01 3s linear infinite;
}
@media only screen and (max-width: 768px) {
  .intro__img-01 {
    top: -20px;
    right: -50px;
    width: 130px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__img-01 {
    top: 250px;
    left: calc(50% + 340px);
    width: 160px;
  }
}
@media only screen and (min-width: 970px) {
  .intro__img-01 {
    top: 260px;
    left: calc(50% + 450px);
    width: 200px;
  }
}
@keyframes float-01 {
  0% {
    transform: translateY(0) rotate(-10deg);
  }
  50% {
    transform: translateY(-6px) rotate(-10deg);
  }
  100% {
    transform: translateY(0) rotate(-10deg);
  }
}
.intro__img-01 img {
  filter: drop-shadow(-20px 20px 5px rgba(0, 0, 0, 0.2));
}
.intro__img-02 {
  position: absolute;
  transform: rotate(-20deg);
  z-index: 15;
  animation: float-02 3s linear infinite;
}
@media only screen and (max-width: 768px) {
  .intro__img-02 {
    bottom: 0;
    left: -50px;
    width: 170px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__img-02 {
    bottom: 0;
    left: calc(50% - 470px);
    width: 210px;
  }
}
@media only screen and (min-width: 970px) {
  .intro__img-02 {
    bottom: 0;
    left: calc(50% - 670px);
    width: 280px;
  }
}
@keyframes float-02 {
  0% {
    transform: translateY(0) rotate(-20deg);
  }
  50% {
    transform: translateY(6px) rotate(-20deg);
  }
  100% {
    transform: translateY(0) rotate(-20deg);
  }
}
.intro__img-02 img {
  filter: drop-shadow(20px 20px 5px rgba(0, 0, 0, 0.2));
}
.intro__img-03 {
  position: absolute;
  transform: rotate(-10deg);
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  .intro__img-03 {
    top: -35px;
    left: 10px;
    width: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__img-03 {
    top: -80px;
    left: calc(50% - 445px);
    width: 140px;
  }
}
@media only screen and (min-width: 970px) {
  .intro__img-03 {
    top: -90px;
    left: calc(50% - 600px);
    width: 200px;
  }
}
.intro__img-03 img {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}
.intro__img-04 {
  position: absolute;
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  .intro__img-04 {
    bottom: 20px;
    right: -10px;
    width: 110px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__img-04 {
    top: -40px;
    left: calc(50% + 320px);
    width: 140px;
  }
}
@media only screen and (min-width: 970px) {
  .intro__img-04 {
    top: -70px;
    left: calc(50% + 410px);
    width: 200px;
  }
}
.intro__img-04 img {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
}
.intro__img-05 {
  position: absolute;
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  .intro__img-05 {
    top: 200px;
    right: -5px;
    width: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__img-05 {
    top: 80px;
    left: calc(50% + 310px);
    width: 45px;
  }
}
@media only screen and (min-width: 970px) {
  .intro__img-05 {
    top: 100px;
    left: calc(50% + 400px);
    width: 70px;
  }
}
.intro__img-05 img {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
}
.intro__img-06 {
  position: absolute;
  transform: rotate(10deg);
  z-index: 15;
}
@media only screen and (max-width: 768px) {
  .intro__img-06 {
    right: 0;
    bottom: 100px;
    width: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__img-06 {
    left: calc(50% + 300px);
    bottom: 110px;
    width: 40px;
  }
}
@media only screen and (min-width: 970px) {
  .intro__img-06 {
    bottom: 100px;
    left: calc(50% + 350px);
    width: 45px;
  }
}
.intro__img-06 img {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
}

.about-puck {
  background: #23244D url(../img/about-puck-bg.png?1205) no-repeat top -140px center/auto;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .about-puck {
    padding: 260px 0 260px;
  }
}
@media only screen and (min-width: 769px) {
  .about-puck {
    padding: 270px 0 140px;
  }
}
@media only screen and (min-width: 970px) {
  .about-puck {
    padding: 350px 0 140px;
  }
}
.about-puck::before {
  content: "";
  background: url(../img/intro-frame-bottom.png?1205) no-repeat top left/contain;
  width: 100%;
  height: min(41.6666666667vw, 500px);
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
  z-index: 9;
}
.about-puck__container {
  position: relative;
}
.about-puck__img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .about-puck__img img {
    transform: scale(2.1);
  }
}
.about-puck__ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .about-puck__ttl {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .about-puck__ttl {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 970px) {
  .about-puck__ttl {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.about-puck__text {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .about-puck__text {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .about-puck__text {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (min-width: 970px) {
  .about-puck__text {
    max-width: 550px;
  }
}
.about-puck__text p {
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .about-puck__text p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 769px) {
  .about-puck__text p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 970px) {
  .about-puck__text p {
    font-size: 1.05rem;
    margin: 0 0 15px;
  }
}
.about-puck__text p:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .about-puck__more {
    position: absolute;
    right: 0px;
    bottom: -200px;
    width: 150px;
  }
}
@media only screen and (min-width: 769px) {
  .about-puck__more {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 160px;
  }
}
@media only screen and (min-width: 970px) {
  .about-puck__more {
    width: 190px;
    cursor: pointer;
    transition: 0.3s;
  }
  .about-puck__more:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
  }
}
.about-puck__more-img {
  position: relative;
}
.about-puck__more-img img {
  transition: 0.3s;
}
.about-puck__more a {
  color: #333;
  font-weight: 600;
}
.about-puck__more p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .about-puck__more p {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 970px) {
  .about-puck__more p {
    font-size: 1.2rem;
  }
}
.about-puck__more p span {
  display: block;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .about-puck__more p span {
    margin: 3px 0 0;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .about-puck__more p span {
    margin: 5px 0 0;
    font-size: 0.9rem;
  }
}

.feature {
  background-color: #34355c;
  background-image: url(../img/feature-bg.png?1205);
  background-repeat: no-repeat;
  background-size: 1200px;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .feature {
    background-position: top 350px center;
    padding: 140px 0 70px;
  }
}
@media only screen and (min-width: 769px) {
  .feature {
    background-position: top 250px center;
    padding: 270px 0 280px;
  }
}
@media only screen and (min-width: 970px) {
  .feature {
    padding: 300px 0 200px;
  }
}
.feature::before {
  content: "";
  background: url(../img/about-puck-frame-boottom.png?1205) no-repeat top left/contain;
  width: 100%;
  height: min(41.6666666667vw, 500px);
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
}
.feature__ttl {
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .feature__ttl {
    font-size: 1.3rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .feature__ttl {
    font-size: 2.1rem;
    margin: 0 0 40px;
  }
}
.feature__container {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .feature__container {
    justify-content: center;
    gap: 30px 0;
  }
}
@media only screen and (min-width: 769px) {
  .feature__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2px;
  }
}
@media only screen and (min-width: 970px) {
  .feature__container {
    gap: 0 30px;
  }
}
.feature__item {
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .feature__item {
    max-width: 300px;
  }
}
.feature__item-ttl {
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .feature__item-ttl {
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .feature__item-ttl {
    font-size: 1.1rem;
    margin: 0 0 4px;
  }
}
@media only screen and (min-width: 970px) {
  .feature__item-ttl {
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
}
.feature__item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.feature__item-text p {
  margin: 0;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 768px) {
  .feature__item-text p {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0 35px;
  }
}
@media only screen and (min-width: 769px) {
  .feature__item-text p {
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 970px) {
  .feature__item-text p {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 35px;
  }
}
.feature__item-img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .feature__item:nth-last-of-type(2) {
    position: relative;
    top: 120px;
  }
}

.survey {
  background-image: url(../img/survey-bg.png?1205), url(../img/survey-img.png?1205);
  background-repeat: no-repeat;
  background-position: top 170px center, bottom center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .survey {
    background-size: auto, 600px;
    padding: 140px 0 80px;
  }
}
@media only screen and (min-width: 769px) {
  .survey {
    background-size: auto, 900px;
    padding: 280px 0 170px;
  }
}
@media only screen and (min-width: 970px) {
  .survey {
    background-size: auto, 1400px;
    padding: 370px 0 180px;
  }
}
.survey::before {
  content: "";
  background: url(../img/feature-frame-bottom.png?1205) no-repeat top left/contain;
  width: 100%;
  height: min(41.6666666667vw, 500px);
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
  z-index: 3;
}
.survey__ttl {
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .survey__ttl {
    font-size: 1.3rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 769px) {
  .survey__ttl {
    font-size: 2.1rem;
    margin: 0 0 40px;
  }
}
.survey__text {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .survey__text {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 769px) {
  .survey__text {
    margin: 0 0 50px;
  }
}
.survey__text p {
  margin: 0 0 15px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .survey__text p {
    font-size: 1.1rem;
  }
}
.survey__text p::last-child {
  margin: 0;
}
.survey__form {
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .survey__form {
    width: 100%;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .survey__form {
    max-width: 700px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 970px) {
  .survey__form {
    max-width: 750px;
  }
}
.survey__form h2 {
  margin: 0 0 25px;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .survey__form h2 {
    padding: 15px 20px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .survey__form h2 {
    padding: 25px 0 18px;
  }
}
.survey__form p {
  text-align: center;
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .survey__form p {
    font-size: 0.95rem;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .survey__form p {
    font-size: 1rem;
    padding: 20px 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .survey .form {
    padding: 25px 20px 35px;
  }
}
@media only screen and (min-width: 769px) {
  .survey .form {
    max-width: 550px;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
}
.survey .form table {
  box-sizing: border-box;
  width: 100%;
}
.survey .form tr {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .survey .form tr {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .survey .form tr {
    margin: 0 0 20px;
  }
}
.survey .form tr:last-child {
  margin: 0;
}
.survey .form th {
  font-weight: 500;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .survey .form th {
    font-weight: 600;
    width: 100%;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .survey .form th {
    font-weight: 600;
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 768px) {
  .survey .form td {
    width: 100%;
  }
}
.survey .form input[type=text],
.survey .form input[type=email],
.survey .form textarea {
  font-family: sans-serif;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .survey .form input[type=text],
  .survey .form input[type=email],
  .survey .form textarea {
    font-size: 1.05rem;
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 769px) {
  .survey .form input[type=text],
  .survey .form input[type=email],
  .survey .form textarea {
    font-size: 1.05rem;
    padding: 12px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .survey .form textarea {
    height: 200px;
  }
}
@media only screen and (min-width: 769px) {
  .survey .form textarea {
    height: 130px;
  }
}
.survey .form__submit {
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .survey .form__submit {
    flex-direction: column;
    margin: 25px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .survey .form__submit {
    justify-content: center;
    flex-direction: row-reverse;
    margin: 35px 0 0;
  }
}
.survey .form__submit input[type=submit] {
  border: none;
  background-color: #ccc;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 600;
  border-radius: 99px;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .survey .form__submit input[type=submit] {
    width: 80%;
    height: 50px;
    font-size: 0.95rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .survey .form__submit input[type=submit] {
    width: 220px;
    height: 55px;
    font-size: 1rem;
    transition: 0.3s;
  }
  .survey .form__submit input[type=submit]:hover {
    background-color: #f15b72;
  }
}
.survey .form__submit input[type=submit]:first-child {
  background-color: #E53A54;
}

.complete {
  background: linear-gradient(#096571, #EDDBA3);
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .complete {
    min-height: calc(100vh - 532px);
    padding: 200px 0;
  }
}
@media only screen and (min-width: 769px) {
  .complete {
    min-height: calc(100vh - 320px);
    padding: 100px 0;
  }
}
.complete__content {
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .complete__content {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 769px) {
  .complete__content {
    width: 750px;
    max-width: 100%;
  }
}
.complete__ttl {
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .complete__ttl {
    font-size: 1.3rem;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .complete__ttl {
    font-size: 1.5rem;
    padding: 25px 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .complete__main {
    padding: 25px 25px 40px;
  }
}
@media only screen and (min-width: 769px) {
  .complete__main {
    padding: 50px 60px 50px;
  }
}
.complete p {
  margin: 0;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .complete p {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .complete p {
    line-height: 1.8rem;
  }
}
.complete__back {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .complete__back {
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 769px) {
  .complete__back {
    margin: 40px auto 0;
  }
}
.complete__back a {
  background-color: #E53A54;
  color: #fff;
  border-radius: 99px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .complete__back a {
    width: 90%;
    line-height: 1.2;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .complete__back a {
    padding: 20px 40px;
    transition: 0.3s;
  }
  .complete__back a:hover {
    background-color: #f15b72;
  }
}

@media only screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}
@media only screen and (min-width: 970px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .tbonly {
    display: none;
  }
}
@media only screen and (min-width: 970px) {
  .tbonly {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pctbonly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */