@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li, div, a {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 74, 148, 0.47)), to(rgba(199, 105, 142, 0.47)));
  background: linear-gradient(to bottom, rgba(38, 74, 148, 0.47), rgba(199, 105, 142, 0.47));
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 160px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 110px 0 0;
  }
}

.inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.foot1, .foot2 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 110px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn1 {
  width: 90%;
  margin: 40px auto 0 auto;
}
.btn1 a, .btn1 p {
  max-width: 460px;
  font-size: 28px;
}

.ft1 {
  color: #C7698E;
  font-size: clamp(2.5rem, 1.538rem + 2.05vw, 4rem);
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft1 {
    margin-bottom: 6.5104166667vw;
  }
}
.ft1 span {
  margin-left: 15px;
}

.ft2 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft2 {
    margin-bottom: 6.5104166667vw;
  }
}
.ft2 span {
  display: inline-block;
  border: solid 1px #C7698E;
  background-color: #ffffff;
  padding: 18px 67px;
  color: #C7698E;
  font-size: 3.2rem;
  line-height: 1.333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ft2 span {
    padding: 2.34375vw 3.90625vw;
    font-size: 4.1666666667vw;
  }
}

.btn_cm {
  display: block;
  width: 100%;
  font-size: clamp(2.5rem, 2.179rem + 0.68vw, 3rem);
  text-decoration: none;
  margin: 0 auto;
  padding: 13px 10px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-radius: 10px;
  color: white;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#D87FA2), color-stop(50%, #ABADCB), color-stop(50%, #ABADCB), color-stop(60%, #C7698E), to(#C7698E));
  background: linear-gradient(90deg, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
  background-size: 300% auto;
  background-position: right center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  .btn_cm {
    font-size: clamp(1.8rem, 1.351rem + 0.96vw, 2.5rem) !important;
  }
}
.btn_cm:hover {
  background-position: left center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_cm.coming_soon {
  pointer-events: none;
  font-size: clamp(1.5rem, 0.795rem + 1.5vw, 2.6rem);
  background: #bfbfbf;
}
.btn_cm.coming_soon .small_c {
  font-size: clamp(1.2rem, 0.815rem + 0.82vw, 1.8rem);
}

.btn_dis {
  background: #ccc;
}

.sp_btn {
  display: none;
}

.bx2c {
  max-width: 670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bx2c img {
  width: 100%;
}
.bx2c a {
  display: block;
  width: 44%;
}
.bx2c a:nth-of-type(1) {
  border: 1px solid #264A94;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
symbolmark contents
------------------------------------------------------------*/
#statement .inner > div {
  position: relative;
  margin-top: 40px;
}
#statement .inner > div:before {
  content: "";
  display: block;
  position: absolute;
}
#statement .inner > div p {
  text-align: center;
  color: #264A94;
  font-size: clamp(1.5rem, 0.859rem + 1.37vw, 2.5rem);
  letter-spacing: 0.1em;
}
#statement .inner > div:first-of-type {
  margin-top: 0;
}
#statement .inner > div.line1:before {
  width: 287px;
  height: auto;
  aspect-ratio: 287/386;
  background: url("../images/line1.png") center center/cover;
  top: -180px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  #statement .inner > div.line1:before {
    width: 133px;
    top: -50px;
    right: 0;
  }
}
#statement .inner > div.line2:before {
  width: 392px;
  height: auto;
  aspect-ratio: 392/200;
  background: url("../images/line2.png") center center/cover;
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #statement .inner > div.line2:before {
    width: 177px;
    top: 20px;
    left: 0;
  }
}
#statement .inner > div.line3:before {
  width: 354px;
  height: auto;
  aspect-ratio: 354/264;
  background: url("../images/line3.png") center center/cover;
  top: 0px;
  right: -130px;
}
@media screen and (max-width: 768px) {
  #statement .inner > div.line3:before {
    width: 151px;
    top: 20px;
    right: 0;
  }
}
#statement .inner > div.line4:before {
  width: 323px;
  height: auto;
  aspect-ratio: 323/323;
  background: url("../images/line4.png") center center/cover;
  top: -120px;
  left: -130px;
}
@media screen and (max-width: 768px) {
  #statement .inner > div.line4:before {
    width: 168px;
    top: -60px;
    left: 0;
  }
}
#statement .inner > div.line5:before {
  width: 385px;
  height: auto;
  aspect-ratio: 385/215;
  background: url("../images/line5.png") center center/cover;
  top: 10px;
  right: -90px;
}
@media screen and (max-width: 768px) {
  #statement .inner > div.line5:before {
    width: 161px;
    top: 34px;
    right: 0;
  }
}

#slogan {
  background-color: #fef8f8;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #slogan {
    padding: 13.0208333333vw 0;
    margin-top: 13.0208333333vw;
  }
}
#slogan .inner p {
  text-align: center;
  color: #c7698e;
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #slogan .inner p {
    font-size: 6.7708333333vw;
  }
}
#slogan .inner p small {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #slogan .inner p small {
    font-size: 3.6458333333vw;
  }
}

#symbolmark {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #symbolmark {
    padding: 16.40625vw 0;
  }
}
#symbolmark .inner .logo {
  width: 339px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #symbolmark .inner .logo {
    width: 44.140625vw;
  }
}
#symbolmark .inner .concept {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  #symbolmark .inner .concept {
    margin-top: 8.4635416667vw;
  }
}
#symbolmark .inner .concept h3 {
  text-align: center;
  color: #c7698e;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #symbolmark .inner .concept h3 {
    font-size: 5.2083333333vw;
    margin-bottom: 6.5104166667vw;
  }
}
#symbolmark .inner .concept p {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #symbolmark .inner .concept p {
    font-size: 3.90625vw;
  }
}
#symbolmark .inner .concept p:first-of-type {
  margin-top: 0;
}
#symbolmark .inner .btn {
  width: 560px;
  margin: 65px auto 0;
}
@media screen and (max-width: 768px) {
  #symbolmark .inner .btn {
    width: 100%;
    margin: 8.4635416667vw auto 0;
  }
}
#symbolmark .inner .btn a {
  position: relative;
  font-size: 2.4rem;
}
#symbolmark .inner .btn a .arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 7.7px;
  height: 13.3px;
}
#symbolmark .inner .btn a .arrow:before, #symbolmark .inner .btn a .arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
#symbolmark .inner .btn a .arrow:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#symbolmark .inner .btn a .arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#keyvisual {
  background-color: #fef8f8;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    padding: 13.0208333333vw 0;
  }
}
#keyvisual .inner .logo {
  width: 225px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .logo {
    width: 29.296875vw;
  }
}
#keyvisual .inner .concept {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .concept {
    margin-top: 8.4635416667vw;
  }
}
#keyvisual .inner .concept h3 {
  text-align: center;
  color: #c7698e;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .concept h3 {
    font-size: 5.2083333333vw;
    margin-bottom: 6.5104166667vw;
  }
}
#keyvisual .inner .concept p {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .concept p {
    font-size: 3.90625vw;
  }
}
#keyvisual .inner .rule {
  margin-top: 65px;
  border: solid 1px #d0d0d0;
  background-color: #ffffff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .rule {
    margin-top: 8.4635416667vw;
    padding: 6.5104166667vw 2.6041666667vw;
  }
}
#keyvisual .inner .rule h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .rule h3 {
    font-size: 5.2083333333vw;
    margin-bottom: 6.5104166667vw;
  }
}
#keyvisual .inner .rule p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .rule p {
    font-size: 3.6458333333vw;
  }
}
#keyvisual .inner .rule p a {
  color: #0068b7;
}
#keyvisual .inner .btn {
  margin: 65px auto 0;
  width: 560px;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .btn {
    margin: 8.4635416667vw auto 0;
    width: 100%;
  }
}
#keyvisual .inner .btn a {
  position: relative;
  font-size: 2.4rem;
}
#keyvisual .inner .btn a .arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 7.7px;
  height: 13.3px;
}
#keyvisual .inner .btn a .arrow:before, #keyvisual .inner .btn a .arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
#keyvisual .inner .btn a .arrow:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#keyvisual .inner .btn a .arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#keyvisual .inner .btn a:nth-of-type(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner .btn a:nth-of-type(n+2) {
    margin-top: 3.125vw;
  }
}

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .inner {
    width: 89%;
  }
}
@media all and (max-width: 750px) {
  body {
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .inner {
    width: 89%;
  }
  #wrapper {
    width: 100%;
    overflow: hidden;
  }
  .head .inner {
    width: 100%;
  }
  .head .inner img {
    height: 50px;
  }
}
/*--media_end--*/