@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

*:focus {
  outline: none;
}

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

/*wordpress関連*/
.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
}

.post,
.page {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Jun 201", "ヒラギノ丸ゴ Pro W3", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  transform: rotate(0.05deg);
  font-size: 16px;
  line-height: 1.2;
}

header {
  background: url(../images/img_houseline.png) no-repeat;
  height: 60px;
  background-size: cover;
  background-position: bottom left 0%;
}
header .inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
}
header .inner h1 {
  font-size: 15px;
  color: #E25B64;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  width: fit-content;
}
header .inner h1 br {
  display: block;
}
header .inner .miracolla {
  text-align: right;
}
header .inner .miracolla img {
  width: 45px;
  height: auto;
}
header .inner .miracolla p {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header {
    background-size: 930px 70px;
    height: 100px;
  }
  header .inner h1 {
    font-size: 20px;
  }
  header .inner h1 br {
    display: none;
  }
  header .inner .miracolla {
    font-size: 14px;
  }
  header .inner .miracolla img {
    width: 77px;
  }
  header .inner .miracolla p {
    display: block;
    font-size: 14px;
    margin-top: 0.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .inner h1 {
    font-size: 20px;
  }
  .inner h1 br {
    display: none;
  }
  .inner .miracolla {
    font-size: 14px;
  }
  .inner .miracolla img {
    width: 77px;
  }
  .inner .miracolla p {
    display: block;
  }
}
body {
  font-size: 16px;
  color: #666666;
  background: url(../images/back_sp_cloud.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  /*2点とも　201-403,360-1180*/
}
@media print, screen and (min-width: 768px) {
  body {
    background: url(../images/back_kira_l.png), url(../images/back_kira_r.png), url(../images/back_pc_cloud.png);
    background-position: bottom left, bottom right, center 20vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: clamp(8.25rem, 4.628rem + 16.1vw, 16.5rem) clamp(12.563rem, 7.02rem + 24.63vw, 25.188rem), clamp(8.25rem, 4.628rem + 16.1vw, 16.5rem) clamp(12.563rem, 7.02rem + 24.63vw, 25.188rem), auto;
  }
}

main .wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 5em;
}
@media print, screen and (min-width: 768px) {
  main .y2024.wrap {
    display: flex;
    justify-content: space-around;
  }
  main .y2024.wrap section.main-card {
    width: 42%;
  }
}

/*****************************************************************
2024 TOP
*****************************************************************/
.y2024 .main-card {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  width: 98%;
  margin-top: clamp(8.125rem, 2.61rem + 24.51vw, 14.375rem);
  /*130-230,360-768*/
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.y2024 .main-card h2 {
  position: absolute;
  top: -18vw;
  width: 98%;
  transform: rotate(-6deg);
  transform-origin: left bottom 0;
  z-index: 2;
}
.y2024 .main-card figure {
  margin-bottom: 1.5em;
  border-radius: 20px;
  position: relative;
}
.y2024 .main-card figure::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 13px solid;
  border-radius: 22px;
}
.y2024 .main-card figure img {
  border-radius: 22px;
}
.y2024 .main-card h3 {
  color: #E25B64;
  font-size: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.2em;
}
.y2024 .main-card h3 span {
  background-color: #E25B64;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px 3px;
  display: block;
  font-size: 16px;
  width: fit-content;
  letter-spacing: 0.3em;
  margin-bottom: 0.5em;
}
.y2024 .main-card a {
  width: 100%;
}
.y2024 .main-card a .button {
  padding: 1.2em 0;
  display: block;
  margin: 1.5em auto 3em;
}
@media print, screen and (min-width: 768px) {
  .y2024 .main-card {
    margin-top: clamp(6.25rem, -0.768rem + 14.62vw, 9.375rem);
    /*100-150,768-1110*/
  }
  .y2024 .main-card h2 {
    top: -8vw;
  }
  .y2024 .main-card figure {
    margin-bottom: 2em;
  }
  .y2024 .main-card h3 {
    font-size: clamp(1.875rem, 0.612rem + 2.63vw, 2.438rem);
    /*30-39,768-1110*/
  }
  .y2024 .main-card h3 span {
    font-size: clamp(1rem, -0.404rem + 2.92vw, 1.625rem);
    /*16-26,768-1110*/
  }
  .y2024 .main-card p {
    font-size: clamp(1.063rem, -0.06rem + 2.34vw, 1.563rem);
    /*17-25,768-1110*/
  }
  .y2024 .main-card p::before {
    width: 120px;
    height: 120px;
  }
}
@media print, screen and (min-width: 1110px) {
  .y2024 .main-card {
    margin-top: 150px;
  }
  .y2024 .main-card h2 {
    top: -92px;
  }
}

.y2024 .main-card.yumecompe figure::before {
  border-color: #71B24D;
}
.y2024 .main-card.yumecompe .button {
  background-color: #5CC2CF;
}

.y2024 .main-card.yumefes figure::before {
  border-color: #5CC2CF;
}
.y2024 .main-card.yumefes .button {
  background-color: #71B24D;
}

/* きらきら内強調文字 */
.y2024 .main-card p.p-kira.strong span {
  -webkit-text-stroke: 1px #820b8f;
  color: #ebc4ed;
  text-stroke: 1px #820b8f;
  font-size: clamp(2.25rem, 0.923rem + 5.9vw, 3.75rem);
  /*36-60,360-767*/
}
@media print, screen and (min-width: 768px) {
  .y2024 .main-card p.p-kira.strong {
    margin-bottom: clamp(1.75rem, -0.231rem + 4.13vw, 2.813rem);
    /*28-45,768-1180*/
  }
  .y2024 .main-card p.p-kira.strong span {
    font-size: clamp(2.188rem, 0.44rem + 3.64vw, 3.125rem);
    /*35-50,768-1180*/
  }
}

/*****************************************************************
2024 past_info 過去情報
*****************************************************************/
.y2024.past_info {
  margin-top: 3em;
}
.y2024.past_info h2.ttl {
  background-color: #5CC2CF;
  margin-bottom: 1.8em;
}
.y2024.past_info div {
  margin-bottom: 7em;
}
.y2024.past_info div h3.til_img {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2.5em;
}
.y2024.past_info div h3.til_img img {
  width: 100%;
}
.y2024.past_info div dl {
  text-align: center;
  background: url(../images/line_dot.svg);
  background-repeat: space no-repeat;
  background-size: 7px 4px;
  background-position: bottom;
  font-size: 18px;
  color: #666666;
  line-height: 1.2em;
  margin-bottom: 3em;
  padding-bottom: 2em;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.y2024.past_info div dl span {
  display: inline-block;
}
.y2024.past_info div dl dt {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: clamp(1.25rem, 1.113rem + 0.61vw, 1.563rem);
  /*20-25,360-1180*/
  margin-bottom: 1em;
}
.y2024.past_info div dl dd {
  line-height: 2em;
}

.yumefes dt {
  color: #EB9F27;
}

.y2024.past_info .yumecompe dt {
  color: #71B24D;
}

@media print, screen and (min-width: 768px) {
  main div.y2024.past_info,
  main div.y2024.apply-compe {
    display: block;
  }
}

/*****************************************************************
2024_apply_competition
*****************************************************************/
div.y2024.apply-compe {
  margin-top: 3em;
  text-align: center;
}
div.y2024.apply-compe h2.ttl {
  background-color: #5CC2CF;
  margin-bottom: 1.8em;
}
div.y2024.apply-compe section {
  margin-bottom: 5em;
}
div.y2024.apply-compe section .button {
  background-color: #71B24D;
  padding: 0.5em 0;
  display: block;
  margin: 1.5em auto 3em;
}
div.y2024.apply-compe section .button span {
  font-size: 0.5em;
  display: block;
}
div.y2024.apply-compe section h3 {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: clamp(1.25rem, 1.113rem + 0.61vw, 1.563rem);
  /*20-25,360-1180*/
  color: #EB9F27;
  margin-bottom: 1em;
}
div.y2024.apply-compe section h3 span {
  display: inline-block;
}
div.y2024.apply-compe section p {
  font-size: 18px;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
div.y2024.apply-compe section dl {
  text-align: left;
  color: #E25B64;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: clamp(1.25rem, 1.113rem + 0.61vw, 1.563rem);
  /*20-25,360-1180*/
  width: fit-content;
  margin: 0 auto;
}
div.y2024.apply-compe section dl dt {
  background-color: #E25B64;
  color: #fff;
}
div.y2024.apply-compe section dl dd {
  margin-bottom: 1em;
}
div.y2024.apply-compe section dl dd div {
  margin-top: 0.5em;
  color: #666666;
  font-family: "Jun 201", "ヒラギノ丸ゴ Pro W3", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 16px;
}
div.y2024.apply-compe section .comment {
  font-size: 16px;
  margin-top: 0.3em;
  font-family: "Jun 201", "ヒラギノ丸ゴ Pro W3", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

/*20240807　修正*/
div.y2024.apply-compe strong {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

footer {
  color: #666666;
  text-align: center;
  margin-bottom: 1em;
}
footer .inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
footer .inner .footer_info {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  margin-bottom: 0.1em;
}
footer .inner .footer_info .footer_img {
  width: 50px;
  margin-right: 0.5em;
}
footer .inner .footer_info .footer_img img {
  width: 100%;
  height: auto;
}
footer .inner .footer_info .footer-txt {
  width: fit-content;
  text-align: left;
}
footer .inner .footer_info .footer-txt h3 {
  font-size: 14px;
  margin-bottom: 0.5em;
}
footer .inner .footer_info .footer-txt p {
  font-size: 12px;
}
footer .inner .footer_info .footer-txt p br {
  display: block;
}
footer .inner small {
  font-size: 10px;
  margin-bottom: 0.8em;
  line-height: 1em;
}
@media print, screen and (min-width: 768px) {
  footer .inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }
  footer .inner .footer_info {
    margin-bottom: 0;
  }
  footer .inner .footer_info .footer_img {
    width: 43px;
    margin-right: 1em;
  }
  footer .inner .footer_info .footer-txt h3 {
    margin-bottom: 0;
  }
  footer .inner .footer_info .footer-txt p br {
    display: none;
  }
}

body {
  background-color: #ffffff;
}

.hidden-md,
.hidden-lg {
  display: none;
}

.text-center {
  text-align: center;
  color: #502b2b;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*隙*/
.cont-box-bt1 {
  margin-bottom: 60px;
}

.cont-box-bt2 {
  margin-bottom: 30px;
}

.cont-box-bt3 {
  margin-bottom: 20px;
}

.cont-box-bt4 {
  margin-bottom: 10px;
}

.padd-0 {
  padding: 0 !important;
}

.padd-t1 {
  padding-top: 10px;
}

@media print, screen and (max-width: 1110px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .cont-box-bt1 {
    margin-bottom: 120px;
  }
  .cont-box-bt2 {
    margin-bottom: 60px;
  }
  .cont-box-bt3 {
    margin-bottom: 40px;
  }
  .pc-spacer-r1 {
    padding-right: 1em;
  }
}
/**/
a:hover {
  opacity: 0.8;
}

/* button */
.y2024 .button {
  border-radius: clamp(0.625rem, 0.488rem + 0.61vw, 0.938rem);
  /*10-15,360-1180*/
  color: #fff;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 20px;
  width: 90%;
  max-width: 400px;
  padding: 1em 0 1em 0;
  line-height: 1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .y2024 .button {
    font-size: clamp(1.25rem, 0.268rem + 2.05vw, 1.688rem);
    /*20-27,768-1110*/
    padding: 1.2em 0 1.2em 0;
  }
}

/* h2 */
.y2024 h2.ttl {
  width: 100%;
  height: clamp(2.5rem, 2.363rem + 0.61vw, 2.813rem);
  /*40-45,360-1180*/
  color: #fff;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  border-radius: clamp(0.625rem, 0.488rem + 0.61vw, 0.938rem);
  /*10-15,360-1180*/
  font-size: clamp(1.25rem, 0.976rem + 1.22vw, 1.875rem);
  /*20-30,360-1180*/
  line-height: 1em;
  position: static;
  padding-left: 1em;
  display: flex;
  align-items: center;
}

.y2024 h2.ttl span {
  font-size: 0.5em;
  margin-left: 0.8em;
}

/* タグ */
.tag {
  background-color: #E25B64;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px 3px;
  display: block;
  font-size: 16px;
  width: fit-content;
  letter-spacing: 0.3em;
  margin-bottom: 0.5em;
}

/* きらきら */
p.p-kira {
  color: #855E94;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2.8em;
  position: relative;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
p.p-kira::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(../images/img_circle.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */