@charset "utf-8";

:root {
  --color-black: #4b4747;
  --color-white: #fff;
  --color-pink: #ffcec7;
  --color-pink-white: #ffe5e1;
  --color-pink-red: #ee7666;
  --color-yellow: #fff26b;
  --color-orange: #e87e49;

  --padding-x: 7.5vw;
  --padding-x-tb: 6.66vw;
  --padding-x-sp: 20px;

  --txt-mt-sm: 1rem;
  --txt-mt-m: 2.125rem;
  --txt-mt-ml: 3rem;

  --txt-size-sm: 0.875rem;
  --txt-size-ml: 1.25rem;
  --txt-size-m: 1.185rem;

  --box-mt: 72px;
  --box-mt-sp: 40px;
}

/*mv*/
.mv {
  position: relative;
  padding: 1px;
  height: calc(100svh - 76px);
}
.mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(./../img/TAKERU.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* max-height: 70vh; */
  margin-block: 4%;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
  background-position: left 5% center;
}

@media screen and (max-width: 480px) {
  .mv {
    height: 92svh;
  }
}
.c-split-bg {
  background: linear-gradient(
    to right,
    var(--color-pink-red) 0%,
    var(--color-pink-red) 75%,
    var(--color-white) 75%,
    var(--color-white) 100%
  );
}
@media screen and (max-width: 767px) {
  .c-split-bg {
    background: var(--color-pink-red);
  }
}
.mv_box-inner {
  padding-left: 10%;
  height: calc(100svh - 76px);
  align-items: center;
}
@media screen and (max-width: 960px) {
  .mv_box-inner {
    padding-left: var(--padding-x-tb);
  }
}
@media screen and (max-width: 767px) {
  .mv_box-inner {
    padding-left: inherit;
    padding-inline: var(--padding-x-tb);
  }
}
.mv-swiper {
  max-width: 1200px;
  /* margin: 6% 0px auto auto; */
  width: 90%;
  transform: translateY(-50%);
  top: 50%;
  height: 74%;
}
@media screen and (max-width: 767px) {
  .mv-swiper {
    margin: 10% 0px auto auto;
    width: 100%;
    /* height: 52svh; */
    transform: inherit;
    height: 60%;
    top: inherit;
    position: relative;
  }
}

.mv-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv .catch-wrap {
  position: absolute;
  z-index: 2;
  top: 43%;
}
@media screen and (max-width: 767px) {
  .mv .catch-wrap {
    top: 0;
    position: relative;
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
.catch-wrap {
  /* display: flex; */
  /* align-items: center; */
  /* gap: 52px; */
  margin-bottom: 62px;
  z-index: 3;
}
.catch-wrap.center {
  display: inherit;
  margin-inline: auto;
  width: fit-content;
}
.entry-title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(17, 17, 17, 0.35);
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.25;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: clamp(1.563rem, 1.403rem + 0.8vw, 2rem);
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .entry-title {
    font-size: 1.4rem;
  }
}
.mv .sub-catch {
  color: #fff;
  font-size: 1rem;
  text-shadow: 0 2px 8px rgba(17, 17, 17, 0.35);
  font-weight: bold;
  margin-top: 1.5rem;
  width: 43%;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mv .sub-catch {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv .sub-catch {
    font-size: 0.875rem;
  }
}
/* SUPPORT */
@media screen and (max-width: 820px) {
  .p-home_support .c-box_inner {
    padding-inline: var(--padding-x-tb);
  }
}
.p-home_txtBox {
  margin-top: calc(var(--txt-mt-m) + 0.875rem);
}
.p-home_txt {
  line-height: 1.75;
}
.p-home_txt:not(:first-child) {
  margin-top: 0.875rem;
}
/* introduce */
.p-introduce .c-box_inner {
  padding-block: 4rem calc(4rem + 2px);
  padding-inline: var(--padding-x);
  /* color: var(--color-white); */
}
@media screen and (max-width: 960px) {
  .p-introduce .c-box_inner {
    padding-inline: var(--padding-x-tb);
  }
}
@media screen and (max-width: 400px) {
  .p-introduce .c-box_inner {
    padding-inline: var(--padding-x-sp);
  }
}
.p-introduce.c-box_layer::before {
  background: var(--color-white);
}
.p-introduce .c-head_2 {
  color: var(--color-white);
}
.p-introduce .c-heading {
  width: 42%;
  margin-bottom: 14px;
}
.p-introduce .c-heading::before {
  background-color: var(--color-yellow);
  bottom: -13px;
}
.p-introduce .c-heading::after {
  background-color: var(--color-yellow);
  top: 119%;
}
.p-introduce_list-wrap:nth-child(even) {
  margin-top: 2rem;
}
@media screen and (max-width: 820px) {
  .p-introduce .c-heading {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .p-introduce .c-heading {
    width: 100%;
  }
  .p-introduce .c-heading::after {
    top: inherit;
    bottom: -33%;
  }
}
.p-introduce_card {
  margin-top: var(--txt-mt-ml);
}
@media screen and (max-width: 820px) {
  .p-introduce_card {
    margin-top: calc(var(--txt-mt-ml) * 0.75);
  }
}
/* .p-introduce_wrap {
  padding-inline: 2rem;
} */
.p-introduce_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 3.5%;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .p-introduce_list {
    /* grid-template-columns: repeat(1, minmax(0, 1fr)); */
    grid-template-rows: auto;
    gap: 2rem;
    /* max-width: 360px; */
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-introduce_list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.p-introduce_list-wrap {
  display: flex;
  align-items: center;
  gap: 7%;
}
.p-introduce_item-inner {
  background: var(--color-white);
  border-radius: 16px;
  padding: 2rem 1.25rem;
}
.p-introduce_item:nth-child(even) .p-introduce_item-inner {
  margin-top: 8%;
}
@media screen and (max-width: 820px) {
  .p-introduce_list-wrap {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .p-introduce_item-inner {
    padding: 2.25rem 1.25rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-introduce_item:nth-child(even) .p-introduce_item-inner {
    margin-top: 0;
  }
}
.p-introduce_txtBox {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-introduce_txtBox {
    width: 74%;
  }
}
.p-introduce .c-head_3 {
  color: var(--color-pink-red);
}
@media screen and (max-width: 767px) {
  .p-introduce .c-head_3 {
    text-align: center;
  }
}
.p-introduce .c-txt {
  color: var(--color-black);
  margin-top: var(--txt-mt-sm);
}
.p-introduce_img {
  position: relative;
}
.p-introduce_img img {
  aspect-ratio: 1/1;
  z-index: 999;
  position: relative;
  max-width: 240px;
  max-height: 240px;
}
.p-introduce_img::before {
  position: absolute;
  content: "";
  background: var(--color-yellow);
  aspect-ratio: 1 / 1;
  width: 136px;
  height: 136px;
  top: -5%;
  left: -8%;
  z-index: 0;
  border-radius: 99px;
}

/* 外枠 */
.p-introduce_marquee {
  width: 100%;
  overflow: hidden;
  padding: 0.75rem 0;
  padding-block: 2.625rem 4rem;
}
@media screen and (max-width: 820px) {
  .p-introduce_marquee {
    width: 100%;
    overflow: hidden;
    padding: 0.75rem 0;
    padding-block: 2.625rem 2rem;
  }
}
/* 中身（動かす要素） */
.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
  will-change: transform;
}

/* SVG 1ブロック */
.marquee-img {
  width: 580px; /* SVGの横幅 */
  height: 84px; /* SVGの高さ */
  margin-right: 3rem; /* 間隔 */
  background: url("../img/CHOOSE_A_JOB.svg") no-repeat center / contain;
  display: block;
  opacity: 0.6;
}

/* アニメーション */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* 動きを減らす設定に対応 */
@media (prefers-reduced-motion: reduce) {
  .marquee__inner {
    animation: none;
  }
}

/* scuedule */
.p-schedule.c-box_layer::before {
  background: var(--color-pink-red);
}
.p-schedule .c-heading {
  width: 42%;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 820px) {
  .p-schedule .c-heading {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .p-schedule .c-heading {
    width: 100%;
  }
}
.p-schedule_2column {
  display: flex;
  gap: 2.5rem;
  margin-top: var(--txt-mt-m + 0.875rem);
}
.p-schedule_wrap {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .p-schedule_2column {
    flex-direction: column-reverse;
    margin-top: calc(var(--txt-mt-ml) + 0.875rem);
  }
  .p-schedule_wrap {
    width: 100%;
  }
}
.p-schedule .txt-strong {
  margin-top: 0;
  font-weight: 500;
}
.p-schedule_table {
  margin-top: 1rem;
}
.p-shcedule_line {
  color: var(--color-white);
  font-size: 1.125rem;
  display: grid;
  grid-template-columns: 20% 1fr;
  padding: 10px 16px 12px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-shcedule_line {
    grid-template-columns: 30% 1fr;
  }
}
.p-shcedule_line:not(:first-child) {
  margin-top: 0.625rem;
}
.p-schedule_list {
  margin-left: 0.625rem;
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  padding-block: 0.625rem;
  border-left: 3px solid var(--color-orange);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-schedule_item {
  font-size: 1.125rem;
}
@media screen and (max-width: 820px) {
  .p-schedule_item {
    font-size: 1rem;
  }
}
.p-schedule .c-txt {
  margin-top: 2rem;
}
/* service */
@media screen and (max-width: 820px) {
  .p-service.c-box_layer .c-box_inner {
    padding-block: 3rem calc(3rem + 2px);
  }
}
.p-service .c-heading {
  width: 90%;
}
@media screen and (max-width: 820px) {
  .p-service .c-heading {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .p-service .c-heading {
    width: 100%;
  }
}
.p-service_list {
  margin-top: var(--txt-mt-m);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 820px) {
  .p-service_list {
    margin-top: calc(var(--txt-mt-m) * 0.75);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-service_list {
    margin-top: calc(var(--txt-mt-m) * 0.75);
    grid-template-columns: auto;
  }
}
.p-service_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-service .c-head_3 {
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .p-service .c-head_3 {
    text-align: center;
    font-weight: bold;
  }
}
/* .p-service_img {
  height: 100%;
} */
.p-service_img img {
  height: 100%;
  height: 183px;
  width: 100%;
  object-fit: contain;
}
.p-service .c-heading::before {
  background-color: var(--color-yellow);
  bottom: -13px;
}
.p-service .c-heading::after {
  background-color: var(--color-yellow);
  bottom: -23%;
}
.p-service_txtBox .c-txt {
  margin-top: 1rem;
}
/* blog */
.p-blog .c-box_container {
  margin-bottom: var(--box-mt);
}
.p-blog.c-box_layer {
  border-radius: 0;
  overflow: hidden;
}

/* .p-blog.c-box_layer::before {
  background: var(--color-pink-red);
} */
.p-blog.c-box_layer .c-box_inner {
  padding-block: 3rem calc(3rem + 2px);
  max-width: var(--container-m);
  margin-inline: auto;
  padding-inline: var(--padding-x) 0;
}
.p-blog_head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-right: var(--padding-x);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-blog_head-wrap {
    flex-direction: column;
    gap: 1rem;
    padding-right: var(--padding-x-sp);
    padding-left: var(--padding-x-sp);
  }
  .p-blog.c-box_layer .c-box_inner {
    padding-inline: var(--padding-x-sp);
  }
}
.p-blog_list-link {
  display: flex;
  gap: 4px;
  align-items: center;
}
.p-blog_list-link-sp {
  display: none;
}
.p-blog_list-link:hover {
  animation: ChangeColor 0.25s ease-in-out forwards;
}
@keyframes ChangeColor {
  from {
    color: var(--color-black); /* 最初は透明 */
  }
  to {
    color: var(--color-orange); /* 最後は色あり */
  }
}
@media screen and (max-width: 767px) {
  .p-blog_list-link {
    display: none;
  }
  .p-blog_list-link-sp {
    margin-top: 2rem;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }
}
.blog-blk .slide-media img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-home_blog-swiper.swiper-horizontal {
  overflow: visible;
}
.p-home_blog-swiper .swiper-slide {
  box-shadow: 8px 8px 8px -3px #b5b5b5;
  /* margin-right: 1rem; */
  box-sizing: border-box;
}
.p-home_blog-swiper .swiper-slide:hover .slide-content {
  color: var(--color-orange);
}
.p-home_blog-swiper .swiper-slide img {
  aspect-ratio: 500 / 333;
  object-fit: cover;
  height: 100%;
}
.p-home_blog-swiper .slide-content {
  padding: 1.5em;
}
.p-home_blog-swiper .slide-tag {
  font-size: var(--txt-size-sm);
  margin-bottom: 0.2em;
}
.p-home_blog-swiper .slide-title {
  font-size: var(--txt-size-m);
  margin-top: 1rem;
  line-height: 1.5;
}
.p-home_blog-swiper .slide-txt {
  margin-top: 0.4rem;
}
.p-home_blog-swiper .link-blk {
  text-align: right;
}
.p-home_blog-swiper .link {
  font-size: var(--txt-size-sm);
  display: inline-block;
  position: relative;
  padding: 1em 4em 0.5em 0.5em;
  border-bottom: 1px solid var(--color-black);
  overflow: hidden;
}
.p-home_blog-swiper .link::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 6px;
  border-bottom: 1px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  transform: skew(45deg);
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  right: 1em;
}

@media screen and (max-width: 767px) {
  .p-home_blog-swiper .slide-title {
    font-size: var(--txt-size-m);
  }
}
.p-home_blog-swiper .swiper-slide a {
  display: grid;
  grid-template-rows: 1fr minmax(0, 190px);
}
@media screen and (max-width: 767px) {
  .p-home_blog-swiper .swiper-slide a {
    display: grid;
    grid-template-rows: 1fr minmax(0, 180px);
  }
}
/* access */
.p-access .c-heading {
  width: 32%;
}
@media screen and (max-width: 820px) {
  .p-access .c-heading {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .p-access .c-heading {
    width: 100%;
  }
}
.p-access_2column {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.p-access_table {
  width: 50%;
}
.p-access_table tr:nth-child(even) {
  background: var(--color-pink);
}
@media screen and (max-width: 480px) {
  .p-access_table tr:nth-child(even) {
    background: inherit;
  }
}
.p-access_title {
  width: 28%;
  line-height: 1.7;
}

.p-access_map {
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 820px) {
  .p-access_2column {
    flex-direction: column;
  }
  .p-access_table {
    width: 100%;
  }

  .p-access_map {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-access_table tr {
    padding: 0;
  }
}
.p-access_map iframe {
  width: 100%;
  height: 100%;
}
.p-access table {
  margin-top: var(--txt-mt-m);
  width: 100%;
}
.p-access tr {
  padding: 10px 16px 12px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .p-access tr {
    flex-direction: column;
    gap: 0px;
    padding: 0;
  }
}
.p-access_data {
  width: 70%;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 820px) {
  .p-access_title {
    width: 30%;
  }
  .p-access_data {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .p-access_title {
    font-size: 0.875rem;
    width: inherit;
    background-color: var(--color-pink-white);
    padding: 4px 16px 5px;
  }
  .p-access_data {
    font-size: 0.875rem;
    width: inherit;
    padding: 4px 16px 5px;
  }
}
.p-access.c-box_layer::before {
  background: var(--color-pink-red);
}
/* contact */
.p-contact_container {
  padding: 4rem 2rem calc(4rem + 2px);
  border-radius: 29px;
}
@media screen and (max-width: 820px) {
  .p-contact_container {
    padding: 2.5 0 calc(2.5rem + 2px);
    border-radius: 29px;
  }
}
.p-contact_2column {
  display: flex;
  gap: 1rem;
  margin-top: var(--txt-mt-m);
}
@media screen and (max-width: 820px) {
  .p-contact_2column {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-contact .c-heading {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .p-contact .c-heading {
    width: 100%;
    margin-inline: auto;
  }
  .p-contact .c-heading-bg {
    width: 100%;
    display: block;
  }
  .p-contact .c-head_2 {
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-align: center;
  }
}
.p-contact .c-heading::before {
  background-color: var(--color-yellow);
}
.p-contact .c-heading::after {
  background-color: var(--color-yellow);
}
@media screen and (max-width: 820px) {
  .p-contact .c-heading::before,
  .p-contact .c-heading::after {
    background-color: inherit;
  }
}
.p-contact_txtBox {
  width: 60%;
}
.p-contact_txtBox .txt-center {
  text-align: left;
}
.p-contact_btn {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .p-contact_txtBox {
    width: 100%;
  }
  .p-contact_txtBox .txt-center {
    text-align: center;
  }
  .p-contact_btn {
    width: 100%;
  }
}
.p-contact_btn-inner {
  display: block;
}
.p-contact_btn-inner:not(:first-child) {
  margin-top: 0.875rem;
}
.p-contact_btn-inner {
  max-width: 400px;
}
@media screen and (max-width: 820px) {
  .p-contact_btn-inner {
    margin-inline: auto;
  }
}
.p-contact_btn-wrap {
  background: var(--color-white);
  padding: 17px 26px 18px;
  font-size: 1.125rem;
  color: var(--color-pink-red);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.p-contact_btn-wrap:hover {
  opacity: 0.7;
}

.p-contact_btn-wrap svg {
  padding-top: 1px;
}
.p-contact_speech-txt {
  font-size: 1rem;
  position: relative;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}
.p-contact_speech-txt::before,
.p-contact_speech-txt::after {
  position: absolute;
  top: -2px;
  height: 1.5rem;
  content: "";
}
.p-contact_speech-txt::before {
  border-left: solid 1px;
  left: -20px;
  transform: rotate(-30deg);
}
.p-contact_speech-txt::after {
  border-right: solid 1px;
  right: -11px;
  transform: rotate(30deg);
}
@media screen and (max-width: 480px) {
  .p-contact_speech-txt {
    font-size: 0.875rem;
  }
}
.p-contact_btn-inner {
  margin-top: 1rem;
}
.p-contact_tel-txt {
  font-size: 200%;
  font-weight: bold;
  display: block;
  margin-top: 1.125rem;
  letter-spacing: 0.07em;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .p-contact_tel-txt {
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p-contact_tel-txt {
    font-size: 160%;
  }
}
.p-contact_tel-txt.c-txt-white.c-decoLine::after {
  background-color: var(--color-white);
}
.p-contact_reserve {
  margin-top: 0.875rem;
}
.link-txt {
  margin-left: 6px;
}
