@charset "UTF-8";
po
/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  text-decoration: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  width: 100%;
  display: block;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

p,
h2,
h3,
h4,
li,
a {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic";
  letter-spacing: 0.05em;
}

svg {
  width: 100%;
  height: auto;
}

body {
  max-width: 402px;
  width: 100%;
  margin: 0 auto;
}
/*ここからヘッダー*/
.header {
  display: flex;
  justify-content: space-between;
  background-color: white;
  max-width: 402px;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid;
}

.logo {
  margin-left: 12px;
  margin-block: 11px 6px;
}
.site_logo {
  width: 100%;
  height: auto;
  max-width: 75px;
  display: block;
}
/*ここからサイドメニュー*/
.side_menu {
  display: none;
}
.menu_item {
  font-size: clamp(1rem, 0.042rem + 1.34vw, 1.313rem);
  font-weight: 500;
  padding-block: 19px 18px;
  border-bottom: 1px solid #000;
}
.menu_item:last-child {
  border-bottom: none;
}
.menu_item a {
  display: block;
  position: relative;
}
.menu_item a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  position: absolute;
}
.menu_list {
  width: 100%;
  margin-left: clamp(91.2px, calc(25.89vw - 204.1px), 187.488px);
  max-width: 366px;
  margin-top: clamp(1rem, -5.129rem + 8.6vw, 3rem);
}
.menu_item a:hover::after {
  right: -4px;
}
.pc_logo {
  max-width: 274px;
  width: 100%;
  height: auto;
  margin-left: 55px;
  margin-top: 1rem;
}
.pc_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-left: -1px;
  margin-top: 13px;
}
.pc_text {
  display: inline-block;
  text-align: left;
  font-size: clamp(1.5rem, -1.756rem + 4.57vw, 2.563rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 20px;
  border: 1px solid;
}

/*ここからコンテンツ*/
.main_content {
  width: 100%;
  max-width: 402px;
  margin: 0 auto;
}
@media (max-width: 402px) {
  .main_content {
    max-width: 100vw;
  }
}
.fv {
  margin-top: 60px;
}
/* about  */
.about {
  background-image: url(../image/about-bk.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 61px;
}
.about_inner {
  padding-inline: 20px;
  padding-top: 60px;
}
.about_title {
  width: 83px;
  background-color: #fff;
  padding: 4px 7px;
  border-radius: 2px;
}
.about_title-image {
  width: 67px;
  height: 24px;
}
.catch {
  display: flex;
  align-items: flex-end;
  width: 340px;
}
.catch__img {
  display: inline-block;
  vertical-align: bottom;
}
.catch__img--job {
  width: 163px;
  height: 25px;
  margin-right: 9px;
}
.catch__img--jam {
  width: 85px;
  height: 40px;
}
.catch__text {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.24;
  color: #ffb22c;
  margin-left: 5px;
}
.about_wrap {
  position: relative;
  height: 338px;
  margin-block: 29px;
}
.about-image_wrap {
  position: relative;
  width: 100%;
  overflow-x: visible;
}
.about_image {
  position: absolute;
  width: 100%;
  max-width: 197px;
}
.about_image-left {
  top: 13px;
  left: 0;
  z-index: 2;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.2));
}
.about_image-right {
  top: 105px;
  right: 0;
  filter: drop-shadow(-4px 4px 2px rgba(0, 0, 0, 0.2));
}
.about_text {
  display: inline-block;
  text-align: left;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.72;
  letter-spacing: 0.02rem;
}
.about_top {
  color: #27548a;
  padding-left: 7px;
}
.about_top + .about_top {
  margin-top: 6px;
}
.about_text-container {
  display: flex;
  position: absolute;
  bottom: -42px;
  left: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.about_bottom {
  color: #ffb22c;
  padding-left: 6px;
}
.about_bottom1,
.about_bottom3 {
  padding-right: 14px;
}
.about_bottom4 {
  padding-right: 13px;
}
.about_catch {
  position: absolute;
  width: 267px;
  margin-left: auto;
  top: 22px;
  right: -2px;
  z-index: 5;
}

.about_message {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #fff;
  padding-block: 38px 25px;
}
.about_slider img {
  max-width: 173px;
  height: auto;
  padding-inline: calc(17px / 2);
}
/* スライダー横幅指定 */
#Slider .slide {
  width: 173px;
}

/* event-day  */
.event-day {
  background-color: #fff;
}
.event_inner {
  padding: 51px 0 60px 20px;
}
.event_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-decoration: underline solid #000;
  text-underline-offset: 9px;
  padding-top: 32px;
}
.event-day_item {
  position: relative;
}
.event-day_item-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.event-day_item-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: -78px;
  width: 100%;
  height: 100%;
  background-color: #f3e7cf;
  border-radius: 18px;
  z-index: -1;
}
.event-day_wrap {
  padding-top: 48px;
  padding-bottom: 22px;
}
.event-day_list {
  position: relative;
  padding-right: 22px;
  margin-bottom: 8px;
}
.event-day_list2 {
  margin-bottom: 2px;
}
.day1::before {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5a623; /* オレンジ */
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-inline: 5px;
  border-radius: 1px;
}
.day2 {
  margin-top: 13px;
}
.day2::before {
  content: "2";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5a623; /* オレンジ */
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-inline: 5px;
  border-radius: 1px;
}
.day3::before {
  content: "3";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5a623; /* オレンジ */
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-inline: 5px;
  border-radius: 1px;
}
.day_wrap {
  width: 176px;
}
.event-day_heading {
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.05rem;
}
.event-day_heading::after {
  content: "";
  display: inline-block;
  margin: 0 6px 3px;
  border-left: 6px solid black;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.event-day_list::after {
  content: "";
  position: absolute;
  top: 24px; /* 数字の下から */
  left: 9px; /* 数字の中央 */
  width: 1px;
  height: calc(100% - 33px);
  background-color: #000;
}
.day {
  display: flex;
}
.event-day_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.05rem;
}
.event-day_desc {
  display: flex;
  /*justify-content: space-between;*/
  padding: 16px 0 33px 29px;
}
.event__image {
  max-width: 147px;
  width: 42%;
  height: auto;
  margin-right: 8px;
}
.event__prefecture {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 4px;
  border-radius: 1px;
  color: #fff;
}
.event__prefecture-mie {
  background-color: #537d5d;
}
.event__prefecture-tokyo {
  background-color: #a62c2c;
}
.project_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  margin-top: 2px;
  white-space: nowrap;
}
.event__venue {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #000;
  padding: 1px 4px;
  margin-top: 5px;
}
.city {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  line-height: 1.18;
  margin-top: 4px;
}
.event__details {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 7px;
}
/*  event-desc */
.project_title-desc {
  margin-left: 10px;
}
.event-desc {
  background-color: #f3e7cf;
  padding-bottom: 57px;
}
.event-desc_title {
  padding-top: 64px;
  padding-left: 8px;
  position: relative;
  text-decoration: none;
}
.event-desc_title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 170px;
  height: 1px;
  background-color: #000;
}
.event_desc-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.event_desc-box::before {
  content: "";
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #000;
  z-index: -1;
}
.event_desc-box1::before {
  left: -20px; /* ← ここで右にずらす */
  height: 564px;
}
.event_desc-box2::before {
  top: 43px;
  right: -20px;
  height: 597px;
}
.event_desc-item1 {
  padding: 75px 40px 38px 20px;
}
.event_desc-item2 {
  padding: 66px 20px 36px 51px;
}
.project_desc {
  display: flex;
  gap: 10;
}
.event__prefecture-big {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #fff;
  padding: 2px 7px;
}
.event_desc-image {
  width: 322px;
  height: 197px;
  margin: 0 auto;
}
.event_desc-image1 {
  padding-top: 21px;
}
.event_desc-image2 {
  padding-top: 21px;
}

.scroll-gallery__inner {
  display: flex;
  overflow-x: scroll;
}
.scroll-gallery__inner1 {
  margin-left: -20px;
  margin-top: 39px;
}
.scroll-gallery__inner2 {
  margin-right: -40px;
  margin-top: 37px;
}
.scroll-gallery__image {
  margin-inline: 10px;
  width: 141px;
}

.scroll-gallery__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  margin-top: 9px;
}
.scroll-gallery__text1 {
  padding-left: 9px;
}
.scroll-gallery__note {
  font-size: 14px;
  font-weight: 500;
}
.scroll-gallery__note1 {
  margin-top: 3px;
  padding-left: 10px;
  margin-left: -23px;
}
.scroll-gallery__note2 {
  margin-top: 5px;
  text-align: right;
}
/* application  */
.application {
  background-color: #fff;
}
.application_inner {
  padding-inline: 20px;
  padding-top: 65px;
  padding-bottom: 60px;
}
.application_wrap {
  padding: 51px 12px 35px;
  box-shadow: 0px 0px 10px 0px #0000001f;
  position: relative;
}
.application_company {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.application_company-sasura {
  padding-top: 30px;
}
.event-day_application {
  padding-left: 0;
  margin-bottom: 10px;
}
.application_title {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  padding: 4px 10px 3px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: -14px;
  left: 0;
}
.company_title {
  background-color: #6660a5;
}
.jobseeker_title {
  background-color: #009363;
}
.application_jobseeker {
  margin-top: 58px;
}
.application-list {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-style: solid;
  text-underline-offset: 5px;
  margin-top: 23px;
}
.application-list_wrap {
  font-size: 16px;
  border: 1px solid #000;
  margin-top: 17px;
  padding: 13px 24px 15px 11px;
}
.annotation {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}

/* access */
.access {
  background-color: #f4f4f4;
}
.access_inner {
  padding-inline: 20px;
  padding-block: 60px;
}
.access-title_wrap {
  text-align: center;
}
.access_title {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-decoration: underline solid #000;
  text-underline-offset: 9px;
}
.access_wrap {
  margin-top: 59px;
}
.access_item {
  background-color: #fff;
  border-radius: 4px;
  padding-inline: 26px;
  padding-block: 35px;
  border: 1px solid #000;
}
.access-tokyo {
  margin-top: 45px;
}
.location_title {
  display: flex;
}
.event__prefecture-access {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  color: #fff;
  padding: 2px 7px;
}
.location-mie {
  background-color: #537d5d;
}
.location-tokyo {
  background-color: #8d2e2a;
}
.event__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-left: 8px;
}
.venue_wrap {
  margin-top: 16px;
}
.venue {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.875;
  border: 1px solid #000;
  padding-inline: 5px;
  padding-block: 2px;
}
.venue_item {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 3px;
  letter-spacing: 0;
}
.box {
  max-width: 313px;
  height: auto;
  margin-top: 13px;
}
.address {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}
.address__zip,
.address__text {
  letter-spacing: 0;
}
.location__map {
  max-width: 266px;
  width: 100%;
  height: auto;
  margin: 28px auto 0;
}
/* voice */
.voice {
  position: relative;
  padding-block: 60px;
  background-color: #fff;
}
.voice_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.voice_title-text {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0;
  background-color: #ffb22c;
  color: #fff;
  border-radius: 2px;
  padding-inline: 17px;
}
.voice_images {
  display: flex;
  position: absolute;
  top: 110px;
  right: 10px;
}
.voice_images img {
  width: 72px;
}
.voice_inner {
  padding-inline: 17px;
  margin-top: 44px;
}
.voice_wrap {
  padding-top: 40px;
  padding-bottom: 24px;
  border-radius: 11px;
}
.voice_company {
  background-color: #6660a5;
  padding-bottom: 23px;
}

.about_subtitle {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  color: #fff;
  text-align: center;
}
.about_subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -36%;
  transform: translateX(-50%);
  width: 3em;
  height: 2px;
  background-color: #fff;
}
.voice_items {
  margin-top: 62px;
}

.voice_image {
  margin: 0 auto;
  width: 162px;
  height: auto;
}
.voice_company-item1 {
  margin-top: 65px;
}
.voice_company-item2 {
  margin-top: 44px;
}
.voice_company-item3 {
  margin-top: 43px;
}
.voice_text {
  background-color: #fff;
  color: #000;
  margin: 17px;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  padding-inline: 13px;
  padding-block: 13px 9px;
}
.voice_text3 {
  line-height: 1.5;
  margin-top: 15px;
  padding-bottom: 11px;
}
.voice_jobseeker {
  background-color: #009363;
}
.voice_jobseeker-item2 {
  margin-top: 45px;
}
.voice_jobseeker-item3 {
  margin-top: 45px;
}
.voice_jobseeker {
  background-color: #009363;
  margin-top: 60px;
}
.voice_items-jobseeker {
  margin-top: 67px;
}
.voice_text-jobseeker1 {
  margin-top: 17px;
  padding-bottom: 15px;
}
.voice_text-jobseeker2,
.voice_text-jobseeker3 {
  padding-bottom: 16px;
}
/* faq */
.faq {
  background-color: #f3e7cf;
}
.faq_inner {
  padding: 61px 20px 60px;
}
.faq_title {
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  line-height: 1.58;
  align-items: center;
  text-align: center;
  max-width: 199px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.faq_item-q {
  display: flex;
  gap: 6px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.05rem;
  text-align: left;
  max-width: 362px;
}
.Q {
  padding-left: 8px;
  color: #ffb22c;
}
.faq_item-a {
  font-size: 16px;
  line-height: 1.5;
  margin-block: 10px 17px;
  letter-spacing: 0.05rem;
  padding-inline: 7px;
}
/*ここからCTA*/
.cta {
  background-color: #fffdf6;
  padding: 45px 43px;
}
/*ここからボタン*/
.cta_btn {
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 316px;
  padding: 12px 25px 11px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

/* 矢印アイコン */
.cta_btn::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/* 企業用 */
.cta_company {
  background: #6660a5;
  color: #fff;
  margin-bottom: 19px;
}

.cta_company:hover {
  transform: scale(1.1);
}

/* 求職者用*/
.cta_jobseeker {
  background: #009363;
  color: #fff;
}

.cta_jobseeker:hover {
  transform: scale(1.1);
}

.cta_application-company,
.cta_application-jobseeker {
  margin-top: 35px;
}
/*ここからコピーライト*/
.copyright {
  background-color: #fff;
  font-size: 12px;
  padding-top: 21px;
  padding-bottom: 12px;
  text-align: center;
  height: 51px;
  margin-bottom: 60px;
}
/*ここからfooter*/
.footer_wrap {
  display: flex;
  position: fixed;
  bottom: 0;
  justify-content: center;
  max-width: 402px;
  width: 100%;
  gap: 0;
  z-index: 10;
}
.footer_ctn {
  /*width: 201px;*/
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.footer_company {
  background-color: #6660a5;
}
.footer_jobseeker {
  background-color: #009363;
}
/* PC画面 */
.layout {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 1140px) {
  .jam {
    background-color: #edd8b6;
    max-width: 1512px;
    width: 100%;
  }
  .layout {
    justify-content: flex-start;
  }
  .jam-content {
    margin-left: auto;
    margin-right: 21vw;
  }
  .side_menu {
    display: block;
    position: fixed;
    height: 100vh;
    left: 0;
  }
  .header,
  .footer_wrap {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 60px;
  }
}

/* ハンバーガー */
.hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #009363;

  span:not(.hamburger__label) {
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    margin-bottom: 7px;
    transition: 0.3s;
  }

  .hamburger__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 0.3;
    color: #fff;
  }

  &.is-active span:nth-child(1) {
    transform: rotate(45deg) translateY(12px);
    margin-left: 21px;
  }

  &.is-active span:nth-child(2) {
    opacity: 0;
  }

  &.is-active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-12px);
    margin-left: 21px;
  }

  &.is-active .hamburger__label {
    content: "close";
  }
}

.globalMenuSp {
  position: fixed;
  inset: 0;
  top: 60px;
  left: auto;
  right: auto;
  background: #f3e7cf;
  z-index: 100;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 402px;
  width: 100%;

  .hamburger_list {
    max-width: 335px;
    width: 100%;
  }

  .hamburger_item {
    font-size: 16px;
    font-weight: 500;
    padding-block: 21px 20px;
    padding-left: 6px;
    border-bottom: 1px solid;
  }
  .hamburger_item a {
    display: block;
    position: relative;
  }
  .hamburger_item a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    position: absolute;
  }
  .hamburger_item a:hover::after {
    right: -4px;
  }
  &.is-show {
    display: flex;
  }
}
@media (max-width: 1140px) {
  .globalMenuSp {
    margin-right: auto;
  }
}

.sp_content{
  display: none;
}
@media (max-width: 402px){
  .sp_content{
     display: block;
  }
}

