@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
/* resset.dev • v5.0.2 */
/* ress.css */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  text-decoration: none;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

li {
  list-style: none;
}

/* # =================================================================
# Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*tuika*/
dd {
  padding: 0;
}

/* スマホヘッダー *****/
.header {
  background-color: #fff;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media print, screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}
.header .inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header .inner {
    padding: 0 10px;
  }
}
.header .inner h1 {
  width: 100px;
  font-size: inherit;
}
.header .inner h1 a img {
  width: 100%;
  position: relative;
  z-index: 100;
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 767px) {
  .header .header__nav .nav-items {
    width: 44%;
    top: 50%;
  }
  .header .header__nav .nav-items li a {
    font-size: 16px;
    margin-bottom: 2em;
  }
  .header .header__nav img.nav_logo {
    width: 10%;
    left: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  .header .header__nav {
    align-items: center;
  }
  .header .header__nav .nav__items {
    display: flex;
    width: auto;
  }
  .header .header__nav .nav__items .nav-items__item {
    width: auto;
    padding-right: clamp(0.625rem, -1.705rem + 4.85vw, 1.875rem);
    /*10-30,768-1180*/
  }
  .header .header__nav .nav__items .nav-items__item a {
    width: auto;
    padding: 0;
  }
}
.header .miracolla {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 6vh;
  bottom: -2dvh;
}
.header .miracolla .acas-headlogo {
  width: 145px;
  height: auto;
  padding-right: 1rem;
}
.header .miracolla .miracolla-headlogo {
  width: 65px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .header .miracolla {
    align-items: baseline;
    position: relative;
    transform: translate(0, 0);
    width: 20%;
    max-width: max-content;
    left: auto;
    bottom: auto;
  }
  .header .miracolla .acas-headlogo {
    width: 135px;
  }
  .header .miracolla .miracolla-headlogo {
    width: 52px;
  }
}

/* スマホナビ *****/
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transform: translateX(100%);
  background-color: #E8F9FB;
  transition: ease 0.4s;
}
.header__nav .nav-items {
  position: absolute;
  width: 80%;
  top: 45vh;
  top: 45dvh;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.header__nav .nav-items .nav-items__item {
  width: 100%;
}
.header__nav .nav-items .nav-items__item a {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  color: #71B24D;
  font-size: clamp(1.375rem, 1.238rem + 0.61vw, 1.688rem);
  /*22-27,360-1180*/
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 2em;
  background: url(../images/line_dot.svg);
  background-repeat: space no-repeat;
  background-size: 7px 4px;
  background-position: bottom;
  padding-bottom: 0.4em;
}
.header__nav .nav_logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 6vh;
  bottom: 6dvh;
  width: 20%;
  max-width: 90px;
}
@media print, screen and (min-width: 768px) {
  .header__nav .nav_logo {
    position: relative;
    transform: translate(0, 0);
    width: 52px;
    left: auto;
    bottom: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: calc(100% - 100px);
  }
  .header__nav .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .header__nav .nav-items .nav-items__item {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
  .header__nav .nav-items .nav-items__item a {
    background: none;
    font-family: "Jun 201", "ヒラギノ丸ゴ Pro W3", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 35px;
  height: 100%;
}

.hamburger {
  background-color: transparent !important;
  border-color: transparent;
  z-index: 9999;
  padding: unset;
}
.hamburger span {
  width: 100%;
  height: 4px;
  background-color: #afafaf;
  border-radius: 2px;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}

/* クリック後 */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
}

main {
  margin-top: 70px;
  position: relative;
}
main .inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
main .inner section {
  margin-bottom: clamp(3.75rem, 3.201rem + 2.44vw, 5rem);
  /*60-80,360-1180*/
}
@media print, screen and (min-width: 768px) {
  main {
    margin-top: 90px;
  }
}

/** TOPページ ******************************************/
/* メインビジュアル */
body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1500px;
  z-index: -1;
  display: block;
  background: linear-gradient(rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0.1));
  top: 0;
  left: 0;
}
body main.top::before, body main.top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 700px;
  background-size: auto clamp(9.375rem, -5.716rem + 67.07vw, 43.75rem);
  /*150-700,360-1180*/
  z-index: -1;
  top: 0;
}
body main.top::before {
  background-image: url(../images/back_curtain_l.png);
  background-position: left top;
}
body main.top::after {
  background-image: url(../images/back_curtain_r.png);
  background-position: right top;
}
body main.top .wrap_event {
  background-image: url(../images/back_wood.png);
  background-repeat: repeat;
  margin-bottom: 3em;
}
body main.top .event_detail {
  background-color: #FCEBEC;
  border: none;
}

/* メイン紹介 */
.top_mv h2.title_img {
  text-align: center;
  margin-bottom: 1.5em;
}
.top_mv h2.title_img img {
  margin-bottom: 0.5em;
}
.top_mv h2.title_img img:last-child {
  width: 80%;
  max-width: 780px;
  margin: auto;
}

.wrap_event {
  padding: 1em 1em 1em 1em;
}
.wrap_event .course {
  text-align: left;
  /*10-48,360-767*/
}
.wrap_event .course h3 {
  width: 80%;
  margin-bottom: 0;
}
.wrap_event .course h4 {
  font-size: clamp(1.188rem, 0.911rem + 1.23vw, 1.5rem);
  /*19-24,360-767*/
  color: #CA2124;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.wrap_event .course h4.gattsuri {
  color: #18943B;
  margin-top: inherit;
}
.wrap_event .course ul {
  color: #855E94;
  font-size: clamp(1.188rem, 0.911rem + 1.23vw, 1.5rem);
  /*19-24,360-767*/
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  /* 20240809追加↓ */
  margin-bottom: clamp(3.75rem, 1.815rem + 8.6vw, 5.938rem);
  /*60-90,360-767*/
  /* 20240809追加↑ */
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  /* 20240809追加↓ */
  /* 20240809追加↑ */
}
.wrap_event .course ul li::before {
  content: "●";
  color: #DB9222;
  padding-right: 0.2em;
  line-height: 2em;
}
.wrap_event .course ul li.event_more {
  border-radius: 5px;
  border: 2px solid #855E94;
  letter-spacing: 0;
  text-indent: 0;
  margin-top: 0.5em;
  position: absolute;
  bottom: -3em;
  right: 0;
  padding: 0.4em 1em;
  font-size: 0.8em;
}
.wrap_event .course ul li.event_more::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .wrap_event .course h3 {
    width: 80%;
  }
  .wrap_event .course h4 {
    font-size: clamp(1.188rem, 0.605rem + 1.21vw, 1.5rem);
    /*19-24,768-1180*/
  }
  .wrap_event .course ul {
    font-size: clamp(1.188rem, 0.605rem + 1.21vw, 1.5rem);
    /*19-24,768-1180*/
    margin-bottom: 4.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap_event .layout_all_center-img img {
    width: 80%;
  }
}
.wrap_event .memorial {
  width: 100%;
  text-align: center;
  margin: 0 auto 2em;
  /*tuika*/
}
.wrap_event .memorial h3 {
  margin-bottom: 1em;
}
.wrap_event .memorial h3 img {
  width: 100%;
}
.wrap_event .memorial .layout_all {
  justify-content: center;
}
.wrap_event .memorial .layout_all .layout_harf {
  padding: 0 0.5em;
  max-width: 450px;
  margin: auto;
}
.wrap_event .memorial .memorial-compe-img {
  max-width: 700px;
  display: block;
  margin: 0 auto 1rem;
}
@media print, screen and (min-width: 768px) {
  .wrap_event .memorial {
    width: calc(100% - 4em);
  }
  .wrap_event .memorial h3 {
    margin-bottom: 0;
  }
  .wrap_event .memorial h3 img {
    width: 80%;
    max-width: initial;
  }
  .wrap_event .memorial .layout_all .layout_harf {
    max-width: initial;
  }
}
.wrap_event .recruit {
  width: calc(100% - 1em);
  margin: 0 auto 1em;
  border: #5CC2CF 4px solid;
  color: #5CC2CF;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  padding: clamp(1rem, 0.451rem + 2.44vw, 2.25rem);
  /*16-36,360-1180*/
  line-height: 2.5em;
}
.wrap_event .recruit p {
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
.wrap_event .recruit .button_s {
  border: #5CC2CF 2px solid;
}
@media print, screen and (min-width: 768px) {
  .wrap_event .recruit {
    width: calc(100% - 4em);
    margin-bottom: 3em;
  }
}

/* イベント詳細 */
.home .event_detail {
  padding: clamp(1.25rem, 0.482rem + 3.41vw, 3rem);
}

.home .event_detail img {
  width: 20%;
  min-width: 120px;
}

.event_detail {
  /*20-48,360-1180*/
}
.event_detail h3 {
  font-size: clamp(1.188rem, 0.911rem + 1.23vw, 1.5rem);
  /*19-24,360-767*/
  color: #DB9222;
  margin-bottom: 1.5em;
}
.event_detail img {
  margin: 0.2em 0 0.2em 1em;
}
.event_detail figure img {
  max-width: fit-content;
  margin-left: 0;
}
.event_detail dl {
  font-size: clamp(1rem, 0.89rem + 0.49vw, 1.25rem);
  /*16-20,360-1180*/
  color: #666;
}
.event_detail dl dt {
  color: #71B24D;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  margin-bottom: 0.5em;
}
.event_detail dl dd {
  margin-bottom: 1em;
  padding-left: inherit;
}
.event_detail dl dd p {
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
.event_detail dl dd p.red {
  color: #CA2124;
  font-size: 1em;
}

/* イベントインフォ */
#image-map {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.event_info {
  /* 20240809追加↑ */
  /*tuika*/
}
.event_info .event_map {
  margin-bottom: clamp(3.125rem, 2.302rem + 3.66vw, 5rem);
  /*50-80,360-1180*/
}
.event_info .title_img {
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
}
.event_info .button {
  background-color: #DB9222;
}
.event_info .layout_all_center-img {
  margin-bottom: clamp(3.125rem, 2.302rem + 3.66vw, 5rem);
  /*50-80,360-1180*/
  display: flex;
  justify-content: space-evenly;
}
@media print, screen and (min-width: 768px) {
  .event_info .event_map {
    margin-bottom: clamp(5rem, -1.291rem + 13.11vw, 8.375rem);
    /*80-134,360-767*/
    /* 20240809追加↑ */
  }
  .event_info .event_map::before {
    width: clamp(18.75rem, -4.551rem + 48.54vw, 31.25rem);
    /*300-500,768-1180*/
    height: clamp(5rem, -1.291rem + 13.11vw, 8.375rem);
    /*80-134,360-767*/
    top: calc(clamp(5rem, -1.291rem + 13.11vw, 8.375rem) * -1 + 0.5em);
    /*80-134,360-767*/
    left: 1em;
  }
  .event_info .layout_all_center-img img {
    width: 80%;
  }
}

/* 過去のイベント */
.event_past .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1.5em;
}
.event_past .youtube iframe {
  width: 100%;
  height: 100%;
}
.event_past .button {
  background-color: #71B24D;
}

/* 夢の家コンクール */
.compe_info h2.title_img {
  margin-bottom: clamp(3.125rem, 2.302rem + 3.66vw, 5rem);
  /*50-80,360-1180*/
}
.compe_info .button {
  background-color: #DB9222;
}

/* お問い合わせ */
.contact_info {
  text-align: center;
  /*160,210-360-1180*/
}
.contact_info img {
  width: clamp(10rem, 8.628rem + 6.1vw, 13.125rem);
  margin: 3em 0 0.5em;
}
.contact_info .button {
  background-color: #71B24D;
}

/** 共通　がっつりお役立ち＆お仕事体験 ******************************************/
.gattsuri,
.oshigoto {
  margin-top: clamp(5.625rem, 4.802rem + 3.66vw, 7.5rem);
  /*90-120,360-1180*/
}
.gattsuri .wrap_list,
.oshigoto .wrap_list {
  text-align: left;
  padding: 1em 1em 2em;
  background-image: url(../images/back_wood.png);
  background-repeat: repeat;
  margin-bottom: 1em;
}
.gattsuri .wrap_list h2,
.oshigoto .wrap_list h2 {
  margin: 0 auto;
  max-width: 560px;
}
.gattsuri .wrap_list h3,
.oshigoto .wrap_list h3 {
  font-size: clamp(1.188rem, 0.911rem + 1.23vw, 1.5rem);
  margin-bottom: 1.5em;
  margin: 0 1em 1em;
}
.gattsuri .wrap_list ul,
.oshigoto .wrap_list ul {
  color: #855E94;
  font-size: clamp(1.188rem, 0.911rem + 1.23vw, 1.5rem);
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.gattsuri .wrap_list ul li,
.oshigoto .wrap_list ul li {
  width: 100%;
}
.gattsuri .wrap_list ul li::before,
.oshigoto .wrap_list ul li::before {
  content: "●";
  color: #DB9222;
  padding-right: 0.2em;
  line-height: 2em;
  /*tuika*/
  margin-left: 1em;
}
.gattsuri .other_chack,
.oshigoto .other_chack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 20px;
  color: #666;
}
.gattsuri .other_chack .button_s,
.oshigoto .other_chack .button_s {
  border: #CA2124 2px solid;
  width: clamp(12.5rem, 10.854rem + 7.32vw, 16.25rem);
  /*200-260,360-1180*/
  padding: 0.4em;
  margin-top: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .gattsuri .wrap_list,
  .oshigoto .wrap_list {
    padding: 2em clamp(3.125rem, -0.37rem + 7.28vw, 5rem) 2em;
    /*50-80,768-1180*/
    text-align: center;
  }
  .gattsuri .wrap_list h2,
  .oshigoto .wrap_list h2 {
    margin-bottom: 0;
    max-width: initial;
  }
  .gattsuri .wrap_list h3,
  .oshigoto .wrap_list h3 {
    font-size: clamp(1.188rem, 0.605rem + 1.21vw, 1.5rem);
    /*20-24,360-1180*/
    margin-bottom: 1em;
  }
  .gattsuri .wrap_list ul,
  .oshigoto .wrap_list ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 clamp(0.063rem, -4.714rem + 9.95vw, 2.625rem) 1em;
    /*1-42,768,1180*/
  }
  .gattsuri .wrap_list ul li,
  .oshigoto .wrap_list ul li {
    width: 50%;
  }
  .gattsuri .other_chack,
  .oshigoto .other_chack {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .gattsuri .other_chack .button_s,
  .oshigoto .other_chack .button_s {
    margin-left: 1em;
    margin-top: 0;
  }
}

/*tuika*/
.oshigoto .other_chack .button_s {
  border: #18943B 2px solid;
}

/* 注意事項 */
.event_attention article {
  color: #ffffff;
  background-color: #E25B64;
  text-align: center;
  margin-bottom: 1em;
  padding: clamp(2.188rem, 1.227rem + 4.27vw, 4.375rem);
  /*35-70,360-1180*/
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event_attention article::before {
  position: absolute;
  content: "";
  width: clamp(2.188rem, 1.227rem + 4.27vw, 4.375rem);
  /*35-70,360-1180*/
  height: clamp(2.188rem, 1.227rem + 4.27vw, 4.375rem);
  /*35-70,360-1180*/
  background-image: url(../images/tag_note.png);
  background-size: 100%;
  z-index: 2;
  top: 0.5em;
  left: 0.5em;
}
.event_attention article h3 {
  font-size: clamp(1rem, 0.78rem + 0.98vw, 1.5rem);
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.event_attention article h3 span {
  color: #FFFA8A;
  font-size: 1.4em;
}
.event_attention article h3 span.deco_none {
  color: #ffffff;
  font-size: 1em;
}
.event_attention article p {
  font-size: 0.8em;
}
.event_attention article p span.break {
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .event_attention {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event_attention article {
    width: calc((100% - 2em) / 2);
    margin-bottom: 2em;
  }
  .event_attention article::before {
    width: 70px;
    height: 70px;
  }
}

/* 詳細 */
.event_list,
.event_detail {
  border: clamp(0.438rem, 0.328rem + 0.49vw, 0.688rem) solid;
  /*7-11,360-1180*/
  padding: 0.5em clamp(0.313rem, -0.236rem + 2.44vw, 1.563rem) 3em;
  /*5-25,360-1180*/
  background-color: #ffffff;
}
.event_list h2.title_img,
.event_detail h2.title_img {
  max-width: 460px;
  width: 70%;
  margin-bottom: 1em;
}
.event_list h2.title_img img,
.event_detail h2.title_img img {
  margin: 0;
}
.event_list h3,
.event_detail h3 {
  margin-bottom: 1em;
  font-size: clamp(1.188rem, 0.605rem + 1.21vw, 1.5rem);
  /*20-24,360-1180*/
}
.event_list .event_tag,
.event_detail .event_tag {
  margin-bottom: 1em;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  color: #ffffff;
  background-color: transparent;
}
.event_list .event_tag span,
.event_detail .event_tag span {
  display: inline-block;
  background-color: #DB9222;
  margin: 0 0.5em 0.5em 0;
  font-size: clamp(1rem, 0.89rem + 0.49vw, 1.25rem);
  /*16-20,360-1180*/
}
.event_list .event_detail_main,
.event_detail .event_detail_main {
  text-align: center;
  display: block;
  margin-bottom: 2em;
}
.event_list .event_detail_main p,
.event_detail .event_detail_main p {
  text-align: left;
  font-size: clamp(1rem, 0.89rem + 0.49vw, 1.25rem);
  /*16-20,360-1180*/
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  color: #855E94;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.event_list .event_detail_main img,
.event_detail .event_detail_main img {
  width: 70%;
}
.event_list .event_detail_other,
.event_detail .event_detail_other {
  color: #666;
}
.event_list .event_detail_other .event_detail_messe,
.event_detail .event_detail_other .event_detail_messe {
  background-color: #E8F9FB;
  padding: clamp(1rem, 0.341rem + 2.93vw, 2.5rem);
  /*16-40,360-1180*/
  margin-bottom: 2em;
}
.event_list .event_detail_other .event_detail_messe img,
.event_detail .event_detail_other .event_detail_messe img {
  width: clamp(5rem, 2.53rem + 10.98vw, 10.625rem);
  /*80-170,360-1180*/
  height: clamp(5rem, 2.53rem + 10.98vw, 10.625rem);
  /*80-170,360-1180*/
  min-width: inherit;
}
.event_list .event_detail_other .event_detail_messe h4,
.event_detail .event_detail_other .event_detail_messe h4 {
  color: #855E94;
  font-size: clamp(1rem, 0.89rem + 0.49vw, 1.25rem);
  /*16-20,360-1180*/
  margin-bottom: 1em;
}
.event_list .event_detail_other .event_detail_messe p,
.event_detail .event_detail_other .event_detail_messe p {
  color: #666;
  font-size: clamp(1rem, 0.89rem + 0.49vw, 1.25rem);
  /*16-20,360-1180*/
  line-height: 1.5em;
  margin-bottom: 1em;
}
.event_list .event_detail_other .event_detail_messe h5,
.event_detail .event_detail_other .event_detail_messe h5 {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 1em;
}
.event_list .event_detail_other .event_detail_messe h4,
.event_list .event_detail_other .event_detail_messe h5,
.event_detail .event_detail_other .event_detail_messe h4,
.event_detail .event_detail_other .event_detail_messe h5 {
  clear: inherit;
}
.event_list .event_detail_other .event_detail_time,
.event_detail .event_detail_other .event_detail_time {
  font-size: clamp(1.188rem, 0.605rem + 1.21vw, 1.5rem);
  /*20-24,360-1180*/
  line-height: 1.5em;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  color: #855E94;
  margin-bottom: 2em;
}
.event_list .event_detail_other .event_detail_time h4,
.event_detail .event_detail_other .event_detail_time h4 {
  font-size: 20px;
  background-color: #18943B;
  color: #ffffff;
  width: 100%;
  padding: 0 1em;
  margin-bottom: 0.5em;
}
.event_list .event_detail_other .event_detail_time ul,
.event_detail .event_detail_other .event_detail_time ul {
  margin: 0 0 0.5em 1em;
  font-family: inherit;
  padding-left: 0;
}
.event_list .event_detail_other .event_detail_time p,
.event_detail .event_detail_other .event_detail_time p {
  margin: 0 1em;
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2em;
}
.event_list .event_detail_apply,
.event_detail .event_detail_apply {
  /*2024/9/9~11まで非表示
  display: none;*/
}
.event_list .event_detail_apply .button,
.event_detail .event_detail_apply .button {
  margin-bottom: 0.5em;
  position: relative;
}
.event_list .event_detail_apply .button img,
.event_detail .event_detail_apply .button img {
  width: clamp(6.25rem, 5.152rem + 4.88vw, 8.75rem);
  /*100-140,360-1180*/
  height: clamp(3.125rem, 2.576rem + 2.44vw, 4.375rem);
  /*50-70,360-1180*/
  position: absolute;
  top: calc(clamp(3.438rem, 2.889rem + 2.44vw, 4.688rem) * -1);
  /*55-75,360-1180*/
  left: 0;
  margin: 0;
}
.event_list .event_detail_apply .button p,
.event_detail .event_detail_apply .button p {
  color: #ffffff;
}
.event_list .event_detail_apply p,
.event_detail .event_detail_apply p {
  text-align: center;
  color: #666;
  font-size: 0.8em;
}
.event_list .syuryou-yoyaku,
.event_detail .syuryou-yoyaku {
  color: #CA2124;
  font-size: 1.6em;
  line-height: 1em;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .event_list .event_detail_main,
  .event_detail .event_detail_main {
    display: flex;
    align-items: flex-start;
  }
  .event_list .event_detail_main p,
  .event_detail .event_detail_main p {
    width: calc(100% - 260px);
  }
  .event_list .event_detail_main img,
  .event_detail .event_detail_main img {
    width: 250px;
    margin-left: 10px;
  }
  .event_list .event_detail_other,
  .event_detail .event_detail_other {
    display: flex;
    align-items: flex-start;
  }
  .event_list .event_detail_other .event_detail_messe,
  .event_detail .event_detail_other .event_detail_messe {
    width: calc(100% - 260px);
  }
  .event_list .event_detail_other .event_detail_time,
  .event_detail .event_detail_other .event_detail_time {
    width: 250px;
    margin-left: 10px;
  }
  .event_list .event_detail_other .event_detail_time h4,
  .event_detail .event_detail_other .event_detail_time h4 {
    width: 100%;
    text-align: center;
  }
  .event_list .event_detail_other .event_detail_time p,
  .event_detail .event_detail_other .event_detail_time p {
    margin: 0;
  }
}

.event_list .event_detail_apply {
  margin-top: 0;
}

.event_detail .event_detail_apply {
  padding-top: clamp(3.125rem, 2.576rem + 2.44vw, 4.375rem);
  /*50-70,360-1180*/
}
.event_detail .event_detail_apply .button {
  background-color: #71B24D;
}

/* くわしくみるボタン */
.event_detail_apply a.more_button,
.event_detail_apply a.more-link,
.more-link-container a.more_button,
.more-link-container a.more-link {
  border-radius: clamp(0.625rem, 0.488rem + 0.61vw, 0.938rem);
  color: #ffffff;
  background-color: #DB9222;
  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;
  line-height: 1em;
  text-align: center;
  height: clamp(3.75rem, 2.378rem + 6.1vw, 6.875rem);
  /*60-10,360-1180*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .event_detail_apply a.more_button,
  .event_detail_apply a.more-link,
  .more-link-container a.more_button,
  .more-link-container a.more-link {
    font-size: clamp(1.25rem, 0.268rem + 2.05vw, 1.688rem);
    /*20-27,768-1110*/
    line-height: 1.5;
  }
}

/** がっつりお役立ち ******************************************/
.gattsuri .wrap_list h3 {
  color: #18943B;
}
.gattsuri .event_list,
.gattsuri .event_detail {
  border-color: #18943B;
}
.gattsuri .event_list h3,
.gattsuri .event_detail h3 {
  color: #18943B;
}
@media print, screen and (min-width: 768px) {
  .gattsuri .other_chack .button_s {
    border-color: #CA2124;
  }
}

/** お仕事体験 ******************************************/
.oshigoto .wrap_list h3 {
  color: #CA2124;
}
.oshigoto .event_list,
.oshigoto .event_detail {
  border-color: #CA2124;
}
.oshigoto .event_list h3,
.oshigoto .event_detail h3 {
  color: #CA2124;
}
@media print, screen and (min-width: 768px) {
  .oshigoto .other_chack .button_s {
    border-color: #18943B;
  }
}

/** 入賞作品発表 ******************************************/
.winner h2.title_img {
  margin-bottom: 1em;
}
.winner .winner_detail {
  border: #D45C88 solid clamp(0.438rem, 0.328rem + 0.49vw, 0.688rem);
  /*7-11,360-1180*/
  /*74-204,360-1180*/
  /*20-100,360-1180*/
  position: relative;
  text-align: center;
  background-color: #D45C88;
}
.winner .winner_detail img {
  width: 100%;
}
.winner .winner_detail h4 {
  position: absolute;
  width: clamp(6.25rem, 1.585rem + 20.73vw, 16.875rem);
  /*100-270,360-1180*/
  top: 0.2em;
  left: 0.2em;
}
.winner .winner_detail h4 img {
  width: 100%;
  margin-bottom: 0;
}
.winner .winner_detail h3 {
  font-size: clamp(1.875rem, 1.409rem + 2.07vw, 2.938rem);
  /*30-47,360-1180*/
  margin-bottom: 0.5em;
}
.winner .winner_detail dl.winner_reply {
  text-align: left;
  font-size: clamp(1rem, 0.89rem + 0.49vw, 1.25rem);
  /*16-20,360-1180*/
  margin-bottom: 4em;
  line-height: 1.5em;
}
.winner .winner_detail dl.winner_reply dt,
.winner .winner_detail dl.winner_reply dd {
  padding-top: clamp(2.25rem, 1.591rem + 2.93vw, 3.75rem);
  /*36-60,360-1180*/
  position: relative;
}
.winner .winner_detail dl.winner_reply dt::before,
.winner .winner_detail dl.winner_reply dd::before {
  content: "";
  display: inline-block;
  width: clamp(5.625rem, 3.979rem + 7.32vw, 9.375rem);
  /*90-150,360-1180*/
  height: clamp(2.25rem, 1.591rem + 2.93vw, 3.75rem);
  /*36-60,360-1180*/
  position: absolute;
  z-index: 0;
  top: 0;
}
.winner .winner_detail dl.winner_reply dt {
  margin-bottom: 1em;
  font-weight: inherit;
}
.winner .winner_detail dl.winner_reply dt::before {
  background: url(../images/img_q.png) no-repeat;
  background-size: 100%;
  left: 0;
}
.winner .winner_detail dl.winner_reply dd {
  color: #855E94;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  margin-bottom: 2em;
}
.winner .winner_detail dl.winner_reply dd::before {
  background: url(../images/img_a.png) no-repeat;
  background-size: 100%;
  right: 0;
}
.winner .winner_detail dl.winner_commentary {
  text-align: left;
  background-color: #FCEBEC;
  padding: 1.5em clamp(1rem, 0.067rem + 4.15vw, 3.125rem) clamp(1rem, 0.341rem + 2.93vw, 2.5rem);
  /*16-50,360-1180*/
  /*16-40,360-1180*/
  line-height: 1.5em;
}
.winner .winner_detail dl.winner_commentary dt {
  color: #E25B64;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  margin-bottom: 0.5em;
  font-size: clamp(1rem, 0.89rem + 0.49vw, 1.25rem);
  /*16-20,360-1180*/
}
/** 応募ページ ******************************************/
.apply_compe {
  margin-top: clamp(5.625rem, 4.802rem + 3.66vw, 7.5rem);
  /*90-120,360-1180*/
  margin-bottom: clamp(5rem, 3.628rem + 6.1vw, 8.125rem);
  /*80-130,360-1180*/
  text-align: center;
}
.apply_compe section figure img {
  width: 90%;
  margin-bottom: 2em;
}
.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: #DB9222;
  margin-bottom: 1em;
}
.apply_compe section h3 span {
  display: inline-block;
}
.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;
  width: fit-content;
  margin: 0 auto;
}
.apply_compe section dl dd {
  margin-bottom: 1em;
  font-size: clamp(1.25rem, 1.113rem + 0.61vw, 1.563rem);
  /*20-25,360-1180*/
}
.apply_compe section dl dd div {
  margin-top: 0.5em;
  color: #666;
  font-family: "Jun 201", "ヒラギノ丸ゴ Pro W3", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 18px;
}
.apply_compe section .button {
  background-color: #71B24D;
  flex-direction: column;
}
.apply_compe section div.button.adjust {
  margin-bottom: clamp(1.563rem, 0.457rem + 4.91vw, 2.813rem);
  /*25-45,360-767*/
}
@media print, screen and (min-width: 768px) {
  .apply_compe section {
    margin-top: calc(70px + 3em);
  }
  .apply_compe section figure img {
    width: 100%;
    max-width: 600px;
  }
}

@media print, screen and (min-width: 768px) {
  div.button.adjust {
    margin-bottom: 1.5em;
  }
}
/*追記WP 404やサーチフォーム*/
.nothing_info h2 {
  padding: 1em 2em !important;
}
.nothing_info .nothing-txt {
  text-align: center;
}

.search-form .search-submit {
  background-color: #502b2b !important;
  color: #fff !important;
  border-radius: 5px;
  font-family: inherit;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.search-form .search-submit:hover {
  border-color: #502b2b !important;
  opacity: 0.8;
}

.search_detail {
  border: clamp(0.438rem, 0.328rem + 0.49vw, 0.688rem) solid;
  padding: 3em clamp(1.25rem, 0.482rem + 3.41vw, 3rem) 3em;
  background-color: #ffffff;
  border-color: #E28B09;
}
.search_detail h2 {
  text-align: center;
  margin-bottom: 1rem;
  display: block;
  padding: 1em 2em !important;
}

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

/** 追加修正対応 ******************************************/
.event-omoi-img {
  margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  /*30px~50px*/
}

.important_info {
  margin: 0 auto;
  width: 100%;
}
.important_info .button {
  background-color: #18943B;
  margin-top: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  /*30px~50px*/
}

/** 固定ページ（過去）用！！ ******************************************/
.page-template-default .event_detail img.oldpage2024_img {
  width: 20%;
  min-width: 120px;
}

.page-template-default .event_detail {
  padding: clamp(1.25rem, 0.482rem + 3.41vw, 3rem);
}

/**202505修正 pre_info-start ******************************************/
body main.top section.main .pre_info {
  padding-top: clamp(3.125rem, 0.368rem + 12.25vw, 6.25rem);
  /*50-100,360-768*/
  padding-bottom: clamp(3.125rem, 0.368rem + 12.25vw, 6.25rem);
  /*50-100,360-768*/
  margin-bottom: clamp(3.75rem, 0.441rem + 14.71vw, 7.5rem);
  /*60-120,360-768*/
}
body main.top section.main .pre_info .event_past {
  margin-bottom: 0em;
}
body main.top section.main .pre_info .event_past .button {
  margin-bottom: clamp(2.188rem, -0.294rem + 11.03vw, 5rem);
  /*35-80,360-768*/
  display: block;
  line-height: 1.5em;
  height: auto;
  padding: 1em 1em;
  max-width: 700px;
}
body main.top section.main .pre_info .wrap_event_tag {
  text-align: center;
  margin-bottom: clamp(2.188rem, -0.294rem + 11.03vw, 5rem);
  /*35-80,360-768*/
}
body main.top section.main .pre_info .wrap_event_tag h3 {
  margin-bottom: 0;
}
body main.top section.main .pre_info .wrap_event_tag h3 div.end_messe {
  font-size: clamp(1.438rem, 0.5rem + 4.17vw, 2.5rem);
  margin-bottom: 0;
}
body main.top section.main .pre_info .wrap_event_tag h3 div.event_tag {
  background: #E25B64;
  margin-bottom: 0.8em;
}
body main.top section.main .pre_info .event_tag_sp {
  margin-bottom: clamp(0.938rem, -0.165rem + 4.9vw, 2.188rem);
  /*15-30,360-768*/
}
body main.top section.main .pre_info img {
  width: 60%;
  margin: 0;
  min-width: 250px;
}
body main.top section.main .pre_info .event_info .button {
  margin-bottom: 0;
  display: block;
  line-height: 1.5em;
  height: auto;
  padding: 1em 0.5em;
  max-width: 700px;
}

footer {
  color: #666;
  text-align: center;
  margin-bottom: 1em;
}
footer .inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
footer .inner dl {
  line-height: clamp(1.5rem, 1.28rem + 0.98vw, 2rem);
  /*24-32,360-1180*/
  margin-bottom: clamp(2.813rem, 1.413rem + 6.22vw, 6rem);
  /*45-96,360-1180*/
}
footer .inner dl dt {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  color: #855E94;
}
footer .inner dl dd {
  margin-bottom: clamp(1.25rem, 0.482rem + 3.41vw, 3rem);
  /*20-48,360-1180*/
}
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;
  }
}

/*追加*/
.yumekikin_banner {
  max-width: 472px;
  display: block;
  margin: 0 auto;
}
.yumekikin_banner img {
  mix-blend-mode: multiply;
}

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

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

.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;
  }
}
/*******/
body {
  font-size: 16px;
  line-height: 1.2;
  font-feature-settings: "palt";
  font-family: "Jun 201", "ヒラギノ丸ゴ Pro W3", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  word-wrap: break-word;
  background: none;
}

h2,
h3,
h4 {
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

a:hover {
  opacity: 0.8;
}

a:link,
a:visited,
a:active {
  color: inherit;
}

img {
  width: 100%;
}

span.break {
  display: inline-block;
}

.visible_sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .visible_sp {
    display: none;
  }
}

.visible_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .visible_pc {
    display: block;
  }
}

/** フロート *****/
.float_r {
  float: right;
}

.clear {
  clear: both;
}

/** 背景 *****/
.back_cloud {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -3;
  bottom: 0;
}
.back_cloud::before {
  background-image: url(../images/back_pc_cloud.png);
  position: fixed;
  content: "";
  bottom: 0;
  width: 100%;
  height: clamp(18.75rem, 10.518rem + 36.59vw, 37.5rem);
  /*300-600,360-1180*/
  background-position: center 0;
  background-size: cover;
  z-index: -2;
}
.back_cloud .back_kira {
  width: 100%;
  height: clamp(18.75rem, 10.518rem + 36.59vw, 37.5rem);
  /*300-600,360-1180*/
  position: fixed;
  bottom: 0;
}
.back_cloud .back_kira::before, .back_cloud .back_kira::after {
  position: fixed;
  content: "";
  width: 100%;
  height: clamp(18.75rem, 10.518rem + 36.59vw, 37.5rem);
  /*300-600,360-1180*/
  background-size: clamp(9.375rem, 6.247rem + 13.9vw, 16.5rem);
  /*150-264,360-1180*/
  z-index: -1;
  top: auto;
  bottom: 0;
}
.back_cloud .back_kira::before {
  background-image: url(../images/back_kira_l.png);
  background-position: left bottom;
}
.back_cloud .back_kira::after {
  background-image: url(../images/back_kira_r.png);
  background-position: right bottom;
}
@media (orientation: landscape) and (max-height: 600px) {
  .back_cloud::before {
    width: 100%;
    height: 55vh;
    z-index: -2;
  }
  .back_cloud .back_kira {
    width: 100%;
    height: 70vh;
  }
  .back_cloud .back_kira::before, .back_cloud .back_kira::after {
    width: 100%;
    height: 70vh;
    background-size: 40vh;
  }
}

/** レイアウトPC時50% *****/
.layout_all {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .layout_all {
    display: flex;
    justify-content: space-evenly;
  }
}

.layout_harf {
  width: 100%;
  padding: 1em;
}
@media print, screen and (min-width: 768px) {
  .layout_harf {
    padding: 2em;
    width: calc((100% - 4em) / 2);
  }
}

/** h2 *****/
h2 {
  background-color: #5CC2CF;
  margin-bottom: 1.8em;
  width: 100%;
  height: auto;
  color: #fff;
  border-radius: clamp(0.625rem, 0.488rem + 0.61vw, 0.938rem);
  font-size: clamp(1.25rem, 0.976rem + 1.22vw, 1.875rem);
  line-height: 1em;
  position: static;
  padding: 0.5em 2em;
  align-items: center;
  display: flex;
  flex-direction: column;
}
h2 div {
  line-height: 0.5em;
  margin-top: 0.2em;
}
h2 div span {
  display: inline-block;
  font-size: 0.7em;
  height: 1.2em;
  line-height: 1.2em;
}

/** 画像h2 *****/
h2.title_img {
  background-color: transparent;
  margin: 0;
  height: auto;
  padding: 0;
  display: block;
}
h2.title_img img {
  width: 100%;
}

/** 角丸 *****/
.kadomaru_l {
  border-radius: clamp(1.375rem, -0.107rem + 6.59vw, 4.75rem);
  /*22-76,360-1180*/
}

.kadomaru_m {
  border-radius: clamp(1rem, 0.451rem + 2.44vw, 2.25rem);
  /*16-36,360-1180*/
  padding: 1em;
}

.kadomaru_s {
  border-radius: 20px;
  padding: 1em;
}

.kadomaru_ss {
  border-radius: 5px;
  padding: 0.1em 0.5em 0.1em;
}

/** ボタン *****/
.button {
  border-radius: clamp(0.625rem, 0.488rem + 0.61vw, 0.938rem);
  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;
  line-height: 1em;
  text-align: center;
  height: clamp(3.75rem, 2.378rem + 6.1vw, 6.875rem);
  /*60-10,360-1180*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.button rt {
  font-size: 0.4em;
  letter-spacing: 0;
}
.button span.small_note {
  font-size: 0.7em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .button {
    font-size: clamp(1.25rem, 0.268rem + 2.05vw, 1.688rem);
    /*20-27,768-1110*/
    line-height: 1.5;
  }
}

.button_s {
  border-radius: 8px;
  font-family: "Jun 501", "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 1em;
  width: fit-content;
  line-height: 1em;
  text-align: center;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  padding: 0.3em;
}
/** タグ *****/
.wrap_event_tag h3 {
  color: #E25B64;
  font-size: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.2em;
}
@media print, screen and (min-width: 768px) {
  .wrap_event_tag h3 {
    font-size: clamp(1.875rem, 0.612rem + 2.63vw, 2.438rem);
  }
  .wrap_event_tag h3 .event_tag {
    font-size: clamp(1rem, -0.404rem + 2.92vw, 1.625rem);
    /*16-26,768-1110*/
  }
}

.event_tag {
  background-color: #E25B64;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 15px 3px;
  display: block;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.3em;
  margin-bottom: 0.5em;
  font-size: 16px;
}

.p-kira {
  color: #855E94;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem); /*18px~22px*/
  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-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;
}

main.past-competition {
  margin-top: clamp(5.625rem, 4.802rem + 3.66vw, 7.5rem);
  /*90-120,360-1180*/
}
main.past-competition .wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 5em;
}
@media print, screen and (min-width: 768px) {
  main.past-competition .y2024.wrap {
    display: flex;
    justify-content: space-around;
  }
  main.past-competition .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;
  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.past-competition div.y2024.past_info,
  main.past-competition 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;
}

/*# sourceMappingURL=style.css.map */
