@charset "utf-8";

* {
  box-sizing: border-box;
}

/* body{
  font-family: "Zen Kaku Gothic New", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  font-weight: 500;
} */

.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/back.svg?202309131123000);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-color: #fcfee4; */
  z-index: -1;
}

/* .Boxes {
  background-image: linear-gradient(#afdff785 2px, transparent 2px), linear-gradient(to right, #afdff785 2px, transparent 2px);
  background-size: 20px 20px;
} */

/* .bg_pattern{
  background-color: #f8ec9e;
} */


.contents {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  /* background-color: #FCF7F3; */
  color: #565565;
}

@media screen and (min-width:501px) {

  .contents {
    border-left: black solid 4px;
    border-right: black solid 4px;
  }
}


@media screen and (min-width:992px) {

  .contents {
    max-width: 45%;
    /* max-width: 34.40703%; */
    position: absolute;
    left: 5%;
  }
}


.fix {
  position: fixed;
  width: 100%;
  max-width: 500px;
  z-index: 100;
}

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

a {
  text-decoration: none;
  color: #565565;
  word-break: break-all;
}

header {
  width: 100%;
  height: 100vh;
  background-image: url(../images/back_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

hgroup {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


footer {
  width: 100%;
  background-color: #64b6c8;
  color: #FFF;
  padding-bottom: 1em;
}

footer small {
  font-size: 12px;
}


.info {
  display: inline-block;
  font-family: 'Mochiy Pop One', sans-serif;
  /* margin-top: 5rem; */
  margin-bottom: 0.5rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  line-height: 1.2;
}

.date {
  text-align: center;
  color: red;
  font-size: clamp(18px, 4.6153vw, 24px);
  min-height: 0vw;
}

.deco {
  margin-top: 5em;
  padding: 1em 0;
  position: relative;
}

.deco span {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}

.deco span:nth-of-type(1) {
  border-top: 4px solid #f3d924;
  border-left: 4px solid #f3d924;
  top: 0;
  left: 10px;
}

.deco span:nth-of-type(2) {
  border-top: 4px dashed #1994d0;
  border-left: 4px dashed #1994d0;
  top: 10px;
  left: 0px;
}

.deco span:nth-of-type(3) {
  border-bottom: 3px dashed #1994d0;
  border-right: 3px dashed #1994d0;
  bottom: 10px;
  right: 0px;

}

.deco span:nth-of-type(4) {
  border-bottom: 3px solid #f3d924;
  border-right: 3px solid #f3d924;
  bottom: 0;
  right: 10px;
}


h2 {
  position: relative;
  padding: 0 10px 10px;
  display: inline-block;
  margin-bottom: 3rem;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

/* *-*-*-*-*-menuBtn-*-*-*-* */

.menuBtn {
  width: 50px;
  height: 50px;
  background-color: #64b6c8;
  display: flex;
  justify-content: center;
  z-index: 99;
  outline: #fff 1px dashed;
  outline-offset: -5px;

}

.menuBtn p {
  color: #fff;
  font-size: 0.875em;
  text-align: center;
  position: relative;
  margin-top: 1.5em;
}

.menuBtn p span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all .6s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.menuBtn p span:first-child {
  transform: translate(-50%, -5px);
}

.menuBtn p span:first-child::after {
  content: "MENU";
  position: absolute;
  top: -17px;
  left: -1px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}


.menuBtn p span:nth-of-type(2) {
  transform: translate(-50%, 0px);
}

.menuBtn p span:last-child {
  transform: translate(-50%, 5px);
}

.menuBtn.active p span:first-child {
  transform: translate(-50%, 0px) rotate(-45deg);
}

.menuBtn.active p span:first-child::after {
  content: "Close";
  transform: translateY(-30px) rotate(45deg);
  top: 12px;
  left: 10px;

}

.menuBtn.active p span:nth-of-type(2) {
  opacity: 0;
}

.menuBtn.active p span:last-child {
  transform: translate(-50%, 0px) rotate(45deg);
}

/* *-*-*-*-*-navigation-*-*-*-*-* */

.sp-nav {
  width: 100%;
  max-width: 492px;
  height: 100vh;
  /* background-color: #69c2ee; */
  background-image: url(../images/back.svg?202309131123000);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: fixed;
  top: -120%;
  transition: all .6s;
  z-index: 99;
  padding-top: 7rem;
}

.sp-nav.active {
  top: 0;
}

.sp-nav ul li {
  list-style: none;
  font-size: 1em;
  border-bottom: #fff 2px dashed;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.sp-nav ul li a {
  color: #fff;
}

.pc {
  position: absolute;
  width: 50%;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pc-logo {
  width: 25vw;
  margin-bottom: 2rem;
}

.pc-logo img {
  width: 100%;
}

.pc-nav {
  width: 25vw;
}

.pc-nav ul {
  display: flex;
  justify-content: center;
  gap: 5%;
}

.pc-nav ul li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  list-style: none;
}

.pc-nav ul li a {
  font-size: 1.5em;
  font-family: 'Dela Gothic One', cursive;
  color: #fff;
  -webkit-text-stroke: #565565 1.5px;
}

/* .pc-nav{
  width: 25%;
  max-width: 500px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.pc-nav ul li{
  list-style: none;
  margin-bottom: 1em;
}

.pc-nav ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.catch {
  margin: 0 -1rem;
  transform: translateY(-35px);
}



/* *-*-*-*-*-*-news-*-*-*-*-* */

/* #news {
  margin-top: 5rem;
} */

#news ul {
  width: 100%;
}

#news li {
  list-style: none;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px #c2bcbc dashed;
}

#news li div {
  width: 33%;
}

#news li div img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

#news .cover img {
  object-fit: cover;
}

#news p {
  margin-left: 0.5em;
}

#news ul li p span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 1em;
}


/* *-*-*-*-work-*-*-*-*-* */

#work {
  margin-top: 10rem;
}

#work .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex {
  width: 48%;
  margin-bottom: 2em;
}

.flex div {
  width: 90%;
  height: auto;
  outline: dashed 2px #c2bcbc;
  outline-offset: 5px;
  margin: 15px auto;
}

.flex div img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
}

.flex h3 {
  text-align: center;
  font-size: 1.2em;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.flex h4 {
  text-align: center;
  font-size: 1.0em;
  margin-top: 0.6rem;
  margin-bottom: 0;
}

.subtitle {
  font-size: 0.8em;
}

.apply {
  height: 50px;
  position: relative;
  background-color: #64b6c8;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: #fff dashed 2px;
  outline-offset: -5px;
}

.apply a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}


/* *-*-*-*-*-*-kitchen car-*-*-*-*-*-* */
.kitchen-car-title {
  margin-top: 10rem;
}

#kitchen-car {
  /* background-color: #f5eeb6; */
  position: relative;
  padding-top: 20%;
  padding-bottom: 50%;
  background-image: url(../images/kitchencar1.svg?202509081123000), url(../images/kitchencar2.svg?202309131123000);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top, bottom;
}

/* #kitchen-car::before {
  content: '';
  display: block;
  width: 100%;
  height: 165px;
  background-color: #f5eeb6;
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  position: absolute;
  top: -164px;
} */

/* #kitchen-car::after {
  content: '';
  display: block;
  width: 100%;
  height: 230px;
  background-image: url(../images/flag2.svg?202309131123000);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: -80px;

} */

#kitchen-car h2 {
  margin: 5rem 0 2rem;
}

#kitchen-car h2::after {
  content: none;
}

@media screen and (min-width:1200px) {

  #kitchen-car::after {
    height: 40vh;
  }

  .car {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

}

/* はたらくくるま */

#working-car {
  margin-top: 10rem;
  background-image: url(../images/working-car.png);
  background-size: 90%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}


/* *-*-*-*-*-ハローワーク-*-*-*-*-* */

#hellowork {
  margin-top: 5rem;
}

#hellowork h2 {
  background-color: #f3d924;
  color: #fff;
  margin: 0;
  padding: 0.5rem;
  font-size: 1.2rem;
  position: absolute;
  left: -2px;
  top: 0;
}

#hellowork h2::after {
  content: none;
}

#hellowork .wrap {
  border: #f3d924 3px solid;
  outline: #f3d924 2px dashed;
  outline-offset: -10px;
  padding: 5em 2em 2em;
  position: relative;
}


/* *-*-*-*-*-QandA-*-*-*-*-* */

#QandA {
  margin-top: 10rem;
}

#QandA dt {
  margin: 2.5em 0 0.5em;
}

#QandA dt span {
  display: inline-block;
  background-color: #1994d0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.3em;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  margin-right: 10px;
  font-weight: normal;
  outline: dashed 1px #fff;
  outline-offset: -5px;
}

#QandA dd {
  border-bottom: #c2bcbc dashed 2px;
  padding-bottom: 0.5em;

}

#QandA dd span {
  display: inline-block;
  background-color: #f3d924;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.3em;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  margin-right: 10px;
  font-weight: normal;
  outline: dashed 1px #fff;
  outline-offset: -5px;
}


/* *-*-*-*-*-information-*-*-*-*-* */
#information {
  margin-top: 10rem;
  border: #FFD167 5px solid;
  padding: 1em;
  outline: 2px dashed #FFD167;
  outline-offset: -10px;
}

iframe {
  width: 100%;
  height: 30vh;
}

#information dd {
  margin-bottom: 1em;
}

#information dd span {
  font-size: 0.75em;
}

#information dd a {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: #565565 1px solid;
}

.venue {
  text-align: center;
}

.venue a {
  display: block;
  width: 200px;
  height: 100%;
  background-color: #1994d0;
  outline: dashed 1px #fff;
  outline-offset: -5px;
  color: #fff;
  padding: 8px 0;
  font-size: 1.25rem;
}

/* 追加css（2025.09.11）
.subtitle {
  color: white;
  font-size: .4em;
  font-family: 'Mochiy Pop One', sans-serif;
  width: 80%;
  margin-left: auto;
  position: relative;
  margin-top: 0.3em;
  text-align: right;
  padding-right: 8em;
  z-index: 2;
}

.subtitle span {
  font-family: 'Dela Gothic One', cursive;
  -webkit-text-stroke: #333 1px;
  font-size: 2em;
  line-height: 1;
  padding-right: 0.2em;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
}

.subtitle:before {
  content: '';
  display: block;
  width: 100%;
  height: 1.5em;
  background-color: #00a0e2;
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.eventDate {
  font-family: 'Dela Gothic One', cursive;
  color: #222;
  font-size: clamp(2.25rem, 1.4762rem + 3.1746vw, 3rem);
  line-height: 1;
  display: flex;
  align-items: end;
  justify-content: center;
}

.eventDate span {
  display: block;
}

.eventDate span:first-child {
  font-size: 0.6em;
}

.eventDate span:nth-of-type(2) {
  font-size: 0.5em;
  background-color: #222;
  color: #ffe100;
  border-radius: 50%;
  padding: .3em;
  font-family: 'Mochiy Pop One', sans-serif;
}

.eventDate span:last-child {
  font-size: 0.8em;
}

.circle {
  background-color: #0055a2;
  width: 330px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-10deg);

}

.circle p:first-child {
  font-size: 3em;
  font-weight: 900;
  color: #ffe100;
  position: relative;
  margin: 0;
}

.circle p:first-child::before {
  content: '';
  display: block;
  width: 3px;
  height: 60%;
  background-color: #ffe100;
  position: absolute;
  left: -10px;
  bottom: 10px;
  transform: rotate(-20deg);
}

.circle p:first-child::after {
  content: '';
  display: block;
  width: 3px;
  height: 60%;
  background-color: #ffe100;
  position: absolute;
  right: -15px;
  bottom: 10px;
  transform: rotate(20deg);
}

.circle p:first-child span {
  font-size: .5em;
  font-weight: 500;
}

.circle p:nth-of-type(2) {
  font-family: 'Mochiy Pop One', sans-serif;
  font-size: 1.8em;
  color: #fff;
  text-align: center;
}

.circle p:last-child {
  color: #ffe100;
  font-weight: 500;
  text-align: center;
  margin: 0;
} */