.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  word-break: break-all;
  margin-bottom: 10px;
}

.page_wrapper {
  background-color: #fff100;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.main_body {
  padding-bottom: 25px;
}

.footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 16px;
  display: flex;
}

.section {
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.section.grey_bg {
  background-color: #e3e3e6;
}

.section.grey_bg.padding_top {
  padding-top: 150px;
}

.section.video_section {
  margin-bottom: -100px;
}

.section.video_section.white_bg {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.section.full_width {
  padding-bottom: 75px;
  padding-left: 0;
  padding-right: 0;
}

.section.morepadding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.inner_page {
  padding-bottom: 100px;
  font-size: 20px;
  line-height: 180%;
}

.section.inner_page.pbot50, .section.inner_page.company_list {
  padding-bottom: 50px;
}

.div-block5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
  overflow: visible;
}

.menu_content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  pointer-events: auto;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 20px 50px;
  display: flex;
  position: static;
}

.section_head {
  z-index: 10;
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 0;
  position: relative;
}

.section_head._50pb {
  padding-bottom: 50px;
}

.section_head.inner {
  margin-bottom: 10px;
  padding-bottom: 30px;
}

.section_head.inner.thanks_page {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.section_head.inner.nopaddingbottom {
  padding-bottom: 30px;
}

.section_head.inner.nopm {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.h2_heading {
  text-align: center;
  letter-spacing: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 26px;
  line-height: 40px;
}

.div-block-3 {
  -webkit-text-fill-color: inherit;
  background-color: #fffdfd;
  background-clip: border-box;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 940px;
  max-width: 100%;
  height: auto;
  padding: 30px 39px 39px;
  display: flex;
}

.oshirase_layout {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: grid;
}

.oshirase_layout_right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.oshirase_layout_left.sticky {
  position: sticky;
  top: 30px;
}

.div-block-4 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: start stretch;
  height: 313px;
  margin-top: 50px;
  display: grid;
}

.image {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: cover;
  height: 313px;
  max-height: none;
  font-weight: 400;
  position: static;
}

.link {
  border: 1px #000;
  border-radius: 0;
  font-weight: 700;
}

.text-block_layer {
  text-align: justify;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 64px;
  max-height: none;
  margin: 0;
  display: flex;
}

.cta_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 15px 25px;
  transition: opacity .2s;
  display: block;
}

.cta_link:hover {
  opacity: .8;
}

.cta_link.withicon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.cta_link.margin_top {
  margin-top: 30px;
}

.news_subblock {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 25px 20px;
  transition: opacity .2s;
  display: flex;
}

.news_subblock:hover {
  opacity: .8;
}

.heading_oshirase_right {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.text_osirase_right {
  font-size: 10px;
  line-height: 100%;
}

.imag_oshirase_rigaht {
  object-fit: cover;
  border-radius: 10px;
  width: 88px;
  height: 83px;
}

.div_koukoku_ichiran {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  order: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: static;
}

.link-block_koukoku {
  background-color: #fff;
  border-radius: 12px;
  width: 293px;
  height: 107px;
}

.footer_logo {
  object-fit: cover;
  background-color: #fff;
  width: 192px;
  height: 160px;
}

.text-block {
  text-align: center;
  letter-spacing: 3.6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 250%;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 3.6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.link-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: gray;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 260px;
  max-width: none;
  height: 35px;
  max-height: none;
  display: flex;
}

.text-block-3 {
  text-align: justify;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 15px;
  height: 15px;
  text-decoration: none;
}

.base_heading {
  color: #3330;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.stroke_img {
  height: auto;
}

.text_menu {
  text-align: center;
  flex-flow: column;
  width: 168px;
  max-width: 100%;
  display: flex;
}

.image-5 {
  width: auto;
  height: 34px;
}

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  position: static;
}

.link-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 645px;
  display: grid;
}

.image-6 {
  object-fit: cover;
  border-radius: 0 14px 14px 0;
  width: 100%;
  height: 160px;
}

.base_format {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  padding: 15px 50px 30px;
  display: flex;
  position: relative;
}

.oshirase_large_image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 230px;
}

.text_link_underline {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  display: inline-flex;
}

.video_block {
  background-color: #887d7d;
  width: 100%;
  height: 630px;
  margin-bottom: -110px;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright_text {
  letter-spacing: 2.2px;
  font-size: 14px;
}

.text_layer {
  letter-spacing: 3.2px;
  font-weight: 700;
}

.text-block-7 {
  letter-spacing: 3.15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 36px;
}

.heading {
  font-size: 33px;
}

.oshirase_left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  max-height: none;
  padding: 25px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.oshirase_left:hover {
  opacity: .8;
}

.oshirase_h2 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 130%;
}

.text-block-8 {
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 36px;
}

.image-8 {
  border-radius: 20px;
  width: 17px;
  height: 17px;
}

.paragraph {
  font-size: 11.5px;
  font-weight: 700;
  line-height: 30px;
}

.heading-3 {
  letter-spacing: 2.5px;
  font-size: 21px;
  line-height: 50px;
}

.image-9 {
  width: 100%;
}

.h2_oshirase {
  text-align: center;
  letter-spacing: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 53px;
}

.div_kokukoku_sns {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3px;
  display: block;
}

.sns_imag {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.imag_sns {
  aspect-ratio: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  align-self: auto;
  width: 30px;
  height: 30px;
  position: static;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 5px;
  display: flex;
}

.text-block-9 {
  width: auto;
  max-width: none;
  font-size: 10px;
  line-height: 16px;
}

.div_koukoku {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-8 {
  background-color: #fff;
  width: 100%;
  height: 15px;
}

.div-block-9 {
  background-color: #fff;
  width: 100%;
  height: 20px;
}

.link-block-_-ichiran-thumbnail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
}

.ichiran_layout {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.ichiran_layout.oshigotopage {
  grid-row-gap: 30px;
}

.inner_h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 33px;
}

.heading1_oshigoto {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.text-block-10 {
  text-align: center;
  line-height: 160%;
}

.image-_-ichiran-thumbnail {
  aspect-ratio: auto;
  object-fit: cover;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 100%;
  display: block;
  position: relative;
}

.sub_heading {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  font-size: 25px;
  line-height: 150%;
}

.sub_heading.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.sub_heading.larger {
  margin-top: 0;
}

.ichiran_item_image {
  width: 100%;
  max-width: none;
  height: auto;
}

.image-_-ichiran-icon {
  width: 90px;
  height: 90px;
  overflow: visible;
}

.ichiran-thumbnail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.shousai-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.div-block-10 {
  width: 100%;
}

.link-block-6 {
  background-color: #fff;
  border-radius: 20px;
}

.link-block-7 {
  background-color: #fdfdfd;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 702px;
  display: flex;
}

.div-block-11 {
  padding-top: 65px;
}

.ichiran_item_image_hovertext {
  letter-spacing: 3px;
  background-color: #ffffffb5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-11 {
  aspect-ratio: auto;
  direction: ltr;
  object-fit: fill;
  border-radius: 0 0 20px 20px;
  width: 100%;
  height: 495px;
}

.image-12 {
  padding-bottom: 0;
}

.block_width-size {
  width: 85%;
  padding-left: 0;
}

.start-block_wrapper {
  height: 485px;
}

.start-block_wrapper.block_width-size {
  background-color: #fffefe;
  padding: 55px;
}

.start-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: none;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 54px;
  display: flex;
}

.link-block-8 {
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 363px;
  height: 111px;
  display: flex;
}

.start_imag {
  width: 100px;
  height: 100px;
}

.text-block-13 {
  text-align: center;
  width: 100%;
  max-width: none;
  height: 100%;
  font-size: 55px;
  text-decoration: none;
}

.text-block-14 {
  text-align: left;
  letter-spacing: 9px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  font-size: 56px;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.border_white {
  z-index: 2;
  background-image: url('../images/whiteborder.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.border_white.reverse {
  background-image: url('../images/whiteborder_2.webp');
  inset: auto 0% 0%;
}

.hero_jobs_layout {
  border-radius: 20px;
  display: flex;
}

.job_slider_item_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: grid;
}

.job_slider_item_link:hover {
  opacity: .8;
}

.job_slider_layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 100%;
  margin-top: -50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.job_slider_item_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 450px;
  height: 200px;
  overflow: hidden;
}

.job_slider_item_image {
  width: 100%;
  height: 100%;
}

.job_slider_item_description_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.image-13 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-5 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100%;
}

.heading-5.job_title, .heading-5.place_title {
  letter-spacing: 1px;
  font-size: 24px;
}

.image-14 {
  max-width: 35px;
}

.cta_layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section_body {
  width: 100%;
}

.section_body._1100 {
  z-index: 10;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 180%;
}

.subtitle {
  font-size: 20px;
}

.subtitle.italic {
  font-style: italic;
}

.ichiran_item {
  background-color: #fff;
  border-radius: 20px;
}

.ichiran_item_icon_wrapper {
  background-color: #efefef;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: -40px;
  display: none;
  position: static;
}

.ichiran_item_icon {
  width: 75px;
  height: 75px;
}

.image-15 {
  width: 100%;
}

.ichiran_item_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  width: auto;
  max-width: none;
  height: auto;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ichiran_item_link:hover {
  opacity: .8;
}

.ichiran_item_image_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-16 {
  width: 50px;
}

.logo_top_link {
  width: 150px;
}

.logo_top_link.hide_sp {
  width: 300px;
}

.div-block-15 {
  display: none;
}

.logo_sp {
  width: 120%;
  max-width: 120%;
}

.innerpage_h1 {
  margin-top: 10px;
}

.lottie-animation {
  width: 100%;
  height: 300%;
  position: absolute;
  inset: -78% 0% auto;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading-wrap {
  position: absolute;
  inset: 0% 0% auto;
}

.heading-7 {
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
}

.sub-heading {
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3vw;
  font-style: italic;
  line-height: 1;
}

.yt-link {
  z-index: 10;
  color: #fff;
  background-color: #ef445c;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #f0f0f0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: auto 0% 10% auto;
}

.yt-link:hover {
  background-color: #9e0000;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.yt-text {
  margin-bottom: 0;
  margin-left: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.marquee {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 0rem;
}

.text-block-16 {
  color: #000;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.lottie {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.border_grey {
  z-index: 2;
  background-image: url('../images/greyborder_2.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.border_grey.reverse {
  background-image: url('../images/greyborder_2.png');
  inset: auto 0% 0%;
}

.nav_menu_link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  transition: all .2s;
  display: flex;
}

.nav_menu_link:hover {
  opacity: .8;
  color: #b3ab1a;
}

.fa {
  font-family: "Fa Solid 900", sans-serif;
}

.fa.large {
  font-size: 20px;
}

.image-17 {
  width: 75px;
  height: 75px;
  position: absolute;
  inset: -15px auto auto -15px;
}

.oshigoto_page_top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oshigoto_page_top.pbot {
  padding-bottom: 20px;
}

.oshigoto_top_wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.oshigoto_page_subtitle {
  text-align: center;
  margin-top: 5px;
  font-size: 20px;
  line-height: 160%;
}

.oshigoto_page_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  /*height: 60vh;*/
}

.inner_sec_white {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  padding: 50px 51px;
  display: flex;
}

.inner_sec_white.nomargintop {
  margin-top: 0;
}

.inner_sec_white.link_block {
  transition: opacity .2s;
}

.inner_sec_white.link_block:hover {
  opacity: .8;
}

.inner_sec_white.challenge_link {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

._4_3_img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.inner_h3 {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 18px;
}

.inner_h3._100 {
  width: 100%;
}

.shigoto_naiyou_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.shigoto_naiyou_wrapper.left_align {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.image-19 {
  border-radius: 20px;
  width: 100%;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-17._100 {
  width: 100%;
}

.quiz_banner_layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-18 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_wrapper_layout {
  grid-column-gap: 2.5%;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  display: flex;
}

.cta_wrapper_layout.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.small_banner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 1000px;
  padding: 15px;
  display: flex;
}

.small_banner.hflex {
  flex-flow: row;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #aeaeae;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  font-weight: 700;
  display: flex;
}

.small_banner_inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.quiz_inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff100;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 25px;
  display: flex;
  position: relative;
}

.quiz_logo {
  width: 150px;
}

.img100 {
  width: 100%;
}

.quizbutton {
  width: 200px;
}

.quiz_3_col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.quiz_3_col.answer_1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  height: 100%;
  padding: 25px;
  display: flex;
}

.quiz_3_col.answer_2, .quiz_3_col.answer_3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.quiz_question {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block-17 {
  font-style: italic;
}

.text-block-18 {
  color: #000;
  text-align: center;
  font-size: 30px;
}

.quiz_inner_wrapper {
  width: 100%;
}

.answer_wrapper {
  background-color: #fff100;
  display: block;
  position: absolute;
  inset: 0%;
}

.answer_wrapper.answer_3, .answer_wrapper.answer_2, .answer_wrapper.answer_1 {
  display: none;
}

.quiz_next_block {
  cursor: pointer;
}

.next_img {
  width: 100px;
}

.person_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-block-19 {
  font-weight: 700;
}

.answer_col {
  aspect-ratio: 1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tabs-menu {
  display: none;
}

.challenge_list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.challenge_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.text-block-20 {
  margin-bottom: -5px;
  font-size: 14px;
  line-height: 100%;
}

.challenge_item_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: grid;
}

.challenge_item_link:hover {
  opacity: .7;
}

.challenge_item_description_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact_header {
  margin-top: 0;
}

.submit_cta {
  color: #111;
  background-color: #fff000;
  border-radius: 10px;
  margin-right: auto;
  padding: 10px 100px;
  font-weight: 700;
  box-shadow: 0 2px 9px #0000001a;
}

.submit_cta.center, .submit_cta.challenge_item_description_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.field_label {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 100%;
}

.input_field {
  color: #111;
  border: 1px solid #000;
  border-radius: 10px;
  height: 44px;
  margin-bottom: 0;
}

.form_field_layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.checkbox {
  width: 30px;
  height: 30px;
}

.checkbox.w--redirected-checked {
  background-color: #000;
}

.shousai_page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.company_list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.company_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo_wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
}

.image-20 {
  width: 100%;
}

.div-block-24 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 0;
}

.company_item_link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start stretch;
  width: auto;
  max-width: none;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.company_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 100%;
}

.item_arrow_block {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.company_layout {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
}

.company_layout_wrapper {
  width: 100%;
}

.company_item {
  width: 100%;
  transition: opacity .2s;
}

.company_item:hover {
  opacity: .8;
}

.company_item_image_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.company_page_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company_page_top.pbot {
  padding-bottom: 20px;
}

.menu_button {
  display: none;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.div-block-27 {
  display: block;
}

.slider_img_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  height: 150px;
  margin-left: -1px;
  overflow: hidden;
}

.slider_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay_block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_center {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #fff9;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.hero_center_p {
  font-size: 20px;
  line-height: 180%;
}

.image-22 {
  width: 200px;
  margin-bottom: -40px;
}

.actiontext {
  margin-bottom: -5px;
  font-size: 14px;
  line-height: 100%;
}

.job_list_page_detail {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  display: flex;
}

.link-block-9 {
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-28 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.companyblocktitle {
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  padding: 3px 15px;
  font-weight: 700;
}

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

.full {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.youtube {
  border-radius: 20px;
  overflow: hidden;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main_logo {
  width: 100%;
}

.table_cell.table_header {
  width: 100%;
  max-width: 200px;
  font-weight: 700;
}

.table_row {
  border-bottom: 1px solid #cecece;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.table_row.last {
  border-bottom-style: none;
}

.table_wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.oshigoto_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
}

.oshigoto_item:hover {
  opacity: .7;
}

.div-block-30 {
  position: relative;
}

.oshigoto_list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer_copy {
  text-align: center;
  letter-spacing: 0;
  max-width: 500px;
  font-size: 14px;
  font-weight: 700;
  line-height: 250%;
}

.answer_header_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quiz_p {
  text-align: left;
}

.next_wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.flex_horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.time_schedule_p {
  margin-bottom: 0;
}

.inner_sec_white-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  padding: 50px 51px;
  display: flex;
}

.inner_sec_white-2.nomargintop {
  margin-top: 0;
}

.div-block-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}


/************************************************************************
上スクロールボタン
***********************************************************************/
#scroll-to-top {
  position: fixed;
  bottom: 20px; /* 画面下からの距離 */
  right: 20px; /* 画面右からの距離 */
  width: 50px; /* ボタンのサイズ */
  height: 50px;
  background-color: #ffffff; /* ボタンの背景色 */
  border-radius: 50%; /* 丸い形にする */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* 影をつける */
  cursor: pointer;
  z-index: 1000; /* 他の要素より上に表示 */
}

#scroll-to-top img {
  width: 20px; /* 矢印アイコンのサイズ */
  height: 20px;
  color: #000000; /* 矢印の色 */
}

#scroll-to-top:hover {
  background-color: #f0f0f0; /* ホバー時の色変化 */
}

.thumbTxt {
  padding: 20px 51px 50px 51px;
}


@media screen and (max-width: 991px) {
  .nav {
    position: relative;
  }

  .section.video_section.white_bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu_content {
    z-index: 900;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .oshirase_layout {
    flex-flow: column;
    display: flex;
  }

  .oshirase_layout_right, .oshirase_layout_left {
    width: 100%;
  }

  .oshirase_layout_left.sticky {
    position: relative;
    top: 0;
  }

  .cta_link {
    padding: 16px;
  }

  .text_menu {
    flex-flow: row;
    width: auto;
  }

  .base_format {
    padding-left: 16px;
    padding-right: 16px;
  }

  .oshirase_large_image {
    height: 300px;
  }

  .text_layer {
    letter-spacing: 2px;
  }

  .oshirase_left {
    flex-flow: column;
    width: 100%;
  }

  .ichiran_layout.oshigotopage {
    grid-template-columns: 1fr 1fr;
  }

  .heading1_oshigoto {
    width: 100%;
  }

  .border_white {
    display: none;
  }

  .border_white.reverse {
    display: block;
  }

  .border_white.reverse.hidesp {
    display: none;
  }

  .border_white.showsp {
    display: block;
  }

  .cta_layout {
    margin-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-14 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    display: flex;
  }

  .logo_top_link.hide_sp {
    display: none;
  }

  .div-block-15 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .lottie-animation {
    height: 150%;
    inset: -29% 0% auto;
  }

  .nav_menu_link.hide_sp {
    display: none;
  }

  .inner_sec_white.quiz {
    padding: 20px;
  }

  .cta_wrapper_layout {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .small_banner {
    width: 100%;
  }

  .quiz_question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    min-height: 200px;
  }

  .text-block-18 {
    font-size: 22px;
  }

  .quiz_inner_wrapper {
    width: 100%;
  }

  .answer_wrapper {
    background-color: #fff100;
    position: absolute;
    inset: 0%;
  }

  .answer_wrapper.answer_1 {
    display: flex;
  }

  .quiz_next_block {
    justify-content: center;
    align-items: center;
  }

  .next_img {
    width: 100px;
  }

  .answer_col {
    justify-content: center;
    align-items: center;
  }

  .challenge_list {
    flex-flow: column;
  }

  .shousai_page {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .company_layout {
    grid-template-columns: 1fr 1fr;
  }

  .menu_button {
    z-index: 1000;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    position: fixed;
    inset: 15px 15px auto auto;
  }

  .lottie_animation {
    padding-left: 8px;
    padding-right: 8px;
  }

  .oshigoto_list {
    flex-flow: column;
  }

  .challenge_link_h3 {
    font-size: 20px;
  }

}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta_link, .news_subblock {
    padding: 16px;
  }

  .heading_oshirase_right {
    font-size: 16px;
  }

  .oshirase_left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 16px;
  }

  .oshirase_h2 {
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .ichiran_layout.oshigotopage {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cta_layout {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .inner_sec_white {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 25px;
    padding: 25px;
  }

  .div-block-16 {
    flex-flow: column;
    display: flex;
  }

  .image-19._120 {
    width: 120px;
  }

  .quiz_banner_layout {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr .5fr;
  }

  .cta_wrapper_layout {
    margin-top: 25px;
  }

  .small_banner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 25px;
  }

  .small_banner_inner {
    flex-flow: column;
    display: flex;
  }

  .quiz_question {
    min-height: 150px;
  }

  .answer_wrapper.answer_1 {
    display: block;
  }

  .next_img {
    width: 75px;
  }

  .answer_col {
    min-height: 150px;
  }

  .challenge_list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .form_field_layout {
    flex-flow: column;
    display: flex;
  }

  .company_layout {
    grid-template-columns: 1fr;
  }

  .company_layout_wrapper {
    width: 100%;
  }

  .hero_center {
    width: 400px;
    height: 400px;
  }

  .table_row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .oshigoto_list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quiz_p {
    font-size: 14px;
  }

  .challenge_link_h3 {
    font-size: 18px;
  }

  .inner_sec_white-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 25px;
    padding: 25px;
  }

  .thumbTxt {
    padding: 20px 16px 30px 16px;
  }
}

@media screen and (max-width: 479px) {
  .footer, .section {
    padding-left: 9px;
    padding-right: 9px;
  }

  .section.full_width {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .section.morepadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.inner_page {
    padding-bottom: 50px;
    font-size: 16px;
  }

  .section_head.inner, .section_head.inner.nopaddingbottom {
    padding-bottom: 30px;
  }

  .h2_heading {
    letter-spacing: 4px;
  }

  .oshirase_layout, .oshirase_layout_right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta_link {
    max-width: 90%;
    font-size: 16px;
  }

  .news_subblock {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .imag_oshirase_rigaht {
    width: 100%;
    height: 150px;
  }

  .base_heading {
    text-align: center;
    font-size: 18px;
  }

  .base_format {
    padding-bottom: 15px;
  }

  .oshirase_large_image {
    height: 150px;
  }

  .copyright_text {
    text-align: center;
  }

  .oshirase_h2 {
    letter-spacing: 1px;
  }

  .text-block-8 {
    line-height: 170%;
  }

  .ichiran_layout {
    grid-template-columns: 1fr;
  }

  .ichiran_layout.oshigotopage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .inner_h2 {
    font-size: 24px;
  }

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

  .heading1_oshigoto {
    padding: 10px;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .sub_heading {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .sub_heading.larger {
    margin-top: 0;
    font-size: 20px;
  }

  .ichiran_item_image_hovertext {
    display: none;
  }

  .job_slider_layout {
    width: 100%;
    margin-top: -20px;
  }

  .job_slider_item_wrapper {
    width: 320px;
    height: 160px;
  }

  .job_slider_item_image {
    height: 150px;
  }

  .job_slider_item_description_wrapper.slider_ptext {
    font-size: 13px;
  }

  .heading-5.job_title, .heading-5.place_title {
    color: #fff;
    letter-spacing: 0;
    -webkit-text-stroke-width: .3px;
    font-size: 18px;
  }

  .cta_layout {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 160%;
  }

  .ichiran_item_icon_wrapper {
    width: 50px;
    height: 50px;
    margin-top: -20px;
    padding: 10px;
  }

  .ichiran_item_link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo_sp {
    width: 120%;
  }

  .innerpage_h1 {
    margin-top: 0;
    font-size: 28px;
  }

  .marquee.hide_sp {
    display: none;
  }

  .image-17 {
    width: 65px;
    height: 65px;
    top: 6px;
    left: 5px;
  }

  .oshigoto_page_subtitle {
    margin-top: 0;
    font-size: 18px;
  }

  .oshigoto_page_image {
    height: 40vh;
  }

  .inner_sec_white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    padding: 20px 16px 16px;
  }

  .inner_sec_white.quiz {
    padding: 10px;
  }

  .inner_sec_white.challenge_link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner_h3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .inner_h3.center.margin_bottom {
    margin-bottom: 10px;
  }

  .image-19._120 {
    width: 120px;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quiz_banner_layout {
    flex-flow: column;
    display: flex;
  }

  .small_banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    padding: 16px;
  }

  .quiz_inner {
    padding: 16px;
    font-weight: 700;
  }

  .quiz_inner.padding_around {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quiz_3_col {
    flex-flow: column;
    display: flex;
  }

  .quiz_3_col.answer_1 {
    padding: 20px;
  }

  .answer_wrapper {
    width: 100%;
    height: 100%;
  }

  .answer_col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 150px;
    max-height: 150px;
  }

  .challenge_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .challenge_item {
    height: auto;
  }

  .text-block-20 {
    color: #333;
    font-size: 13px;
  }

  .challenge_item_link {
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .challenge_item_description_wrapper {
    background-color: #ffa5008a;
    width: 100%;
    padding: 10px 5px;
  }

  .contact_header {
    font-size: 18px;
  }

  .submit_cta {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field {
    font-size: 15px;
  }

  .shousai_page {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .company_item_link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px 10px;
  }

  .company_title {
    letter-spacing: -1.3px;
    font-size: 14px;
  }

  .item_arrow_block {
    display: none;
  }

  .company_layout {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .company_item_image_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .menu_button {
    top: 70px;
  }

  .image-21 {
    width: 100%;
  }

  .slider_img_wrap {
    width: 200px;
    height: 100px;
  }

  .hero_center {
    width: 230px;
    height: 230px;
  }

  .hero_center_h1 {
    font-size: 26px;
    line-height: 150%;
  }

  .hero_center_p {
    font-size: 16px;
  }

  .image-22 {
    width: 100px;
    margin-bottom: -23px;
  }

  .actiontext {
    color: #fff;
    margin-top: -7px;
    margin-bottom: 0;
    font-weight: 700;
  }

  .job_list_page_detail {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .smalltext {
    margin-bottom: 0;
    font-size: 13px;
  }

  .inner_h3-copy, .inner_h2_new {
    font-size: 21px;
  }

  .company_name_text {
    font-size: 20px;
  }

  .full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-6 {
    margin-bottom: 0;
  }

  .div-block-29 {
    flex-flow: column;
    display: flex;
  }

  .oshigoto_item {
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .oshigoto_list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .challenge_link_h3 {
    flex-flow: column;
    font-size: 16px;
    display: flex;
  }

  .center_twoline {
    flex-flow: column;
    display: flex;
  }

  .inner_sec_white-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px 16px 16px;
  }

}





#w-node-_25a338c8-0a6f-3df3-ca1a-f54fa0d73656-70b21aa7 {
  place-self: auto;
}

#w-node-_160bad75-fe26-2cff-6f15-d3dbe85b68c0-70b21aa7, #w-node-af7c46f9-879f-e389-6953-b8ba9881ea41-9881ea3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25a338c8-0a6f-3df3-ca1a-f54fa0d73656-145a34f3 {
  place-self: auto;
}

#w-node-_1b96e979-0266-174e-f0fd-910d63619355-145a34f3, #w-node-c4583f0d-64de-7e9c-f257-794622667fba-145a34f3, #w-node-_9782b889-588a-a983-28df-483739f1109e-145a34f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c456a1bd-669e-19ed-632f-a5d4905c9e19-f1367b19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1a10a69-2a95-c484-cf77-13aed12c2daa-f1367b19, #w-node-_55f4e904-aa08-0dd9-f1aa-f45134447f17-f1367b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-af7c46f9-879f-e389-6953-b8ba9881ea40-9881ea3e {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/*@media screen and (max-width: 767px) {
  .safe-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: env(safe-area-inset-top, 20px);
    background-color: #FFF000;
    z-index: 10;
  }
}*/



@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}