@charset "UTF-8";
/* set
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  vertical-align: middle;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid;
}

address {
  font-style: normal;
}

/* setting
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.invisible {
  visibility: hidden;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

a {
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b, strong {
  font-weight: bold;
}

img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 979px) {
  img {
    width: 100%;
    height: auto;
  }
}

a {
  text-decoration: none;
}
@media only screen and (min-width: 980px) {
  a:hover img {
    opacity: 0.8;
  }
}

/* layout
-------------------------------------------------------------- */
#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  letter-spacing: 0.2em;
  background-image: url("../images/wrap.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

table {
  width: 100%;
  border-top: 1px solid #e9e9e9;
}
table.th_no_b th {
  font-weight: normal;
}
table th, table td {
  border-bottom: 1px solid #e9e9e9;
}
table th {
  padding: 10px;
  background: #f6f6f6;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
table td {
  padding: 10px;
  background: #fff;
  font-size: 14px;
}

/* common
-------------------------------------------------------------- */
img {
  display: block;
  width: 100%;
  object-fit: cover;
}

a:hover {
  opacity: 0.8;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 324px;
  height: 70px;
  border-radius: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 979px) {
  .c-btn {
    width: 90%;
    height: 15.9996vw;
    font-size: 1.8rem;
    font-size: 4.79988vw;
    border-radius: 16vw;
  }
}
.c-btn img {
  margin-right: 10px;
}

.c-sns {
  margin: 80px 0;
}
@media only screen and (max-width: 979px) {
  .c-sns {
    margin-top: 13.333vw;
    margin-bottom: 13.333vw;
  }
}
.c-sns-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .c-sns-title {
    margin-bottom: 5.3332vw;
    font-size: 2rem;
    font-size: 5.3332vw;
  }
}
.c-sns-btn {
  display: flex;
  justify-content: center;
}
.c-sns-btn a {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 30px;
}
@media only screen and (max-width: 979px) {
  .c-sns-btn a {
    width: 12.79968vw;
    height: 12.79968vw;
    margin-left: 2.6666vw;
    margin-right: 2.6666vw;
  }
}

.c-footer {
  padding-bottom: 70px;
  text-align: center;
}
.c-footer a {
  color: #fff;
}
.c-footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.c-footer-nav a {
  display: flex;
  margin: 0 30px;
  font-size: 14px;
}
@media only screen and (max-width: 979px) {
  .c-footer-nav a {
    margin-left: 1.3333vw;
    margin-right: 1.3333vw;
    font-size: 1.2rem;
    font-size: 3.19992vw;
  }
}
.c-footer .copyright {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .c-footer .copyright {
    font-size: 1.2rem;
    font-size: 3.19992vw;
  }
}

/* TOP
-------------------------------------------------------------- */
.animation {
  opacity: 0;
}

.c-KvLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
}
@media only screen and (max-width: 979px) {
  .c-KvLogo {
    min-height: 80vh;
  }
}
.c-KvLogo img {
  display: block;
  width: 53%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 979px) {
  .c-KvLogo img {
    width: 80%;
  }
}

.c-box {
  width: 570px;
  margin: 0 auto;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .c-box {
    width: 90%;
    padding-top: 7.9998vw;
    padding-bottom: 7.9998vw;
  }
}
.c-box-title {
  font-size: 24px;
}
@media only screen and (max-width: 979px) {
  .c-box-title {
    font-size: 1.8rem;
    font-size: 4.79988vw;
  }
}
.c-box-image {
  width: 35%;
  margin: 0 auto;
}
.c-box-message {
  margin: 30px 0;
  line-height: 1;
  font-size: 32px;
}
@media only screen and (max-width: 979px) {
  .c-box-message {
    margin-top: 6.6665vw;
    margin-bottom: 6.6665vw;
    font-size: 2.4rem;
    font-size: 6.39984vw;
  }
}
.c-box-description {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 18px;
}
@media only screen and (max-width: 979px) {
  .c-box-description {
    margin-bottom: 5.3332vw;
    font-size: 1.4rem;
    font-size: 3.73324vw;
  }
}
.c-box a {
  background: #06C755;
}
.c-box a img {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 979px) {
  .c-box a img {
    width: 10.6664vw;
    height: 10.6664vw;
  }
}

/* TOP
-------------------------------------------------------------- */
.c-logo {
  padding: 40px 50px;
}
@media only screen and (max-width: 979px) {
  .c-logo {
    padding: 5.3332vw;
  }
}
.c-logo img {
  width: 123px;
}
@media only screen and (max-width: 979px) {
  .c-logo img {
    width: 21.3328vw;
  }
}

.c-box-form {
  max-width: 800px;
  min-width: 60%;
  margin: 0 auto;
  padding: 50px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .c-box-form {
    width: 90%;
    padding-top: 7.9998vw;
    padding-bottom: 7.9998vw;
    padding-left: 5.3332vw;
    padding-right: 5.3332vw;
  }
}
.c-box-form-title {
  font-size: 24px;
}
@media only screen and (max-width: 979px) {
  .c-box-form-title {
    font-size: 1.8rem;
    font-size: 4.79988vw;
  }
}
.c-box-form-image {
  width: 30%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 979px) {
  .c-box-form-image {
    margin-bottom: 7.9998vw;
  }
}
.c-box-form dl {
  margin: 0 auto;
  width: 490px;
}
@media only screen and (max-width: 979px) {
  .c-box-form dl {
    width: 100%;
  }
}
.c-box-form dt {
  margin-bottom: 14px;
  font-size: 18px;
}
@media only screen and (max-width: 979px) {
  .c-box-form dt {
    margin-bottom: 2.6666vw;
    font-size: 1.6rem;
    font-size: 4.26656vw;
  }
}
.c-box-form dd {
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .c-box-form dd {
    margin-bottom: 5.3332vw;
  }
}
.c-box-form input, .c-box-form textarea {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 2px solid #DB12FF;
  font-size: 18px;
}
@media only screen and (max-width: 979px) {
  .c-box-form input, .c-box-form textarea {
    font-size: 1.6rem;
    font-size: 4.26656vw;
  }
}
.c-box-form textarea {
  height: 180px;
}
.c-box-form-description {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
}
@media only screen and (max-width: 979px) {
  .c-box-form-description {
    line-height: 1.5;
    margin-bottom: 5.3332vw;
    font-size: 1.2rem;
    font-size: 3.19992vw;
  }
}
.c-box-form-description a {
  text-decoration: underline;
}
.c-box-form .c-btn {
  appearance: none;
  border: none;
  background: linear-gradient(to right, #ff43af 0%, #c941ff 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-box-form .c-btn:hover {
  opacity: 0.8;
  background: linear-gradient(to right, #c941ff 0%, #ff43af 100%);
}